F_PC_0104_1.Designer.cs 99 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0104_1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PC_0104_1));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  44. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  45. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  46. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  47. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  48. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  49. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  50. this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
  51. this.tsbtnStart = new System.Windows.Forms.ToolStripButton();
  52. this.tsbtnManager = new System.Windows.Forms.ToolStripButton();
  53. this.tsbtnQueryRecord = new System.Windows.Forms.ToolStripButton();
  54. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  55. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  56. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  57. this.dgvGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  58. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  59. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  60. this.txtEndUsedDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  61. this.c_Label12 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.txtEndUsedDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  63. this.cbEndTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  64. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  65. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  66. this.txtBeginUsedDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  67. this.c_Label11 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.txtBeginUsedDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  69. this.cbStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  70. this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  71. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  72. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  73. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  74. this.lblGMouldStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  75. this.txtGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  76. this.lblGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  77. this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  78. this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  79. this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  80. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  81. this.lblGMouldType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  82. this.scbGMouldType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGMouldType();
  83. this.chkDisable = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  84. this.chkEnable = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  85. this.lstcbxGMouldStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  86. this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Digital();
  87. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  88. this.lblGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  89. this.dgvGroutingLineDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  90. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.GroutingLineIDM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.MouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.MouldID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.StandardGroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.GMouldStatusM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.BeginUsedDateM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.EndUsedDate2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.Remarks1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.RecordRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.splLine = new System.Windows.Forms.SplitContainer();
  108. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  116. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  117. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  118. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  119. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  120. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  121. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  122. this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  123. this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  124. this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  125. this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  126. this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  127. this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  128. this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  129. this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  130. this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  131. this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  132. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  133. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  134. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  135. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  136. this.BuildingNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  137. this.FloorNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  138. this.GroutingLineNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  139. this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  140. this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  141. this.HIGHPRESSUREFLAG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  142. this.monitorcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  143. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  144. this.staffCodeList = new System.Windows.Forms.DataGridViewTextBoxColumn();
  145. this.goosCodeList = new System.Windows.Forms.DataGridViewTextBoxColumn();
  146. this.BeginUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  147. this.EndUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  148. this.GMOULDSTATUSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  149. this.valueflag2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  150. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  151. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  152. this.tsrOperate.SuspendLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).BeginInit();
  154. this.gbxCondition.SuspendLayout();
  155. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.splLine)).BeginInit();
  157. this.splLine.Panel1.SuspendLayout();
  158. this.splLine.Panel2.SuspendLayout();
  159. this.splLine.SuspendLayout();
  160. this.SuspendLayout();
  161. //
  162. // tsrOperate
  163. //
  164. this.tsrOperate.AutoSize = false;
  165. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  166. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground;
  167. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  169. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  170. this.tsbtnAdd,
  171. this.tsbtnEdit,
  172. this.toolStripSeparator1,
  173. this.tsbtnDisable,
  174. this.tsbtnStart,
  175. this.tsbtnManager,
  176. this.tsbtnQueryRecord,
  177. this.toolStripSeparator3,
  178. this.tsbtnAdaptive,
  179. this.tsbtnClose});
  180. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  181. this.tsrOperate.Name = "tsrOperate";
  182. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  183. this.tsrOperate.ShowItemToolTips = false;
  184. this.tsrOperate.Size = new System.Drawing.Size(1575, 44);
  185. this.tsrOperate.TabIndex = 0;
  186. //
  187. // tsbtnAdd
  188. //
  189. this.tsbtnAdd.AutoSize = false;
  190. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  192. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  193. this.tsbtnAdd.Name = "tsbtnAdd";
  194. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  195. this.tsbtnAdd.Text = "新建(&N)";
  196. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  197. //
  198. // tsbtnEdit
  199. //
  200. this.tsbtnEdit.AutoSize = false;
  201. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  203. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  204. this.tsbtnEdit.Name = "tsbtnEdit";
  205. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  206. this.tsbtnEdit.Text = "编辑(&E)";
  207. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  208. //
  209. // toolStripSeparator1
  210. //
  211. this.toolStripSeparator1.AutoSize = false;
  212. this.toolStripSeparator1.Name = "toolStripSeparator1";
  213. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  214. //
  215. // tsbtnDisable
  216. //
  217. this.tsbtnDisable.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  218. this.tsbtnDisable.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDisable.Image")));
  219. this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
  220. this.tsbtnDisable.Name = "tsbtnDisable";
  221. this.tsbtnDisable.Size = new System.Drawing.Size(65, 41);
  222. this.tsbtnDisable.Text = "停用(&S)";
  223. this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
  224. //
  225. // tsbtnStart
  226. //
  227. this.tsbtnStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  228. this.tsbtnStart.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStart.Image")));
  229. this.tsbtnStart.ImageTransparentColor = System.Drawing.Color.Magenta;
  230. this.tsbtnStart.Name = "tsbtnStart";
  231. this.tsbtnStart.Size = new System.Drawing.Size(65, 41);
  232. this.tsbtnStart.Text = "启用(&B)";
  233. this.tsbtnStart.Click += new System.EventHandler(this.tsbtnStart_Click);
  234. //
  235. // tsbtnManager
  236. //
  237. this.tsbtnManager.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  238. this.tsbtnManager.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnManager.Image")));
  239. this.tsbtnManager.ImageTransparentColor = System.Drawing.Color.Magenta;
  240. this.tsbtnManager.Name = "tsbtnManager";
  241. this.tsbtnManager.Size = new System.Drawing.Size(95, 41);
  242. this.tsbtnManager.Text = "模具管理(&M)";
  243. this.tsbtnManager.Click += new System.EventHandler(this.tsbtnManager_Click);
  244. //
  245. // tsbtnQueryRecord
  246. //
  247. this.tsbtnQueryRecord.AutoSize = false;
  248. this.tsbtnQueryRecord.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.tsbtnQueryRecord.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  250. this.tsbtnQueryRecord.ImageTransparentColor = System.Drawing.Color.Magenta;
  251. this.tsbtnQueryRecord.Name = "tsbtnQueryRecord";
  252. this.tsbtnQueryRecord.Size = new System.Drawing.Size(80, 25);
  253. this.tsbtnQueryRecord.Text = "模具履历(&L)";
  254. this.tsbtnQueryRecord.Click += new System.EventHandler(this.tsbtnQueryRecord_Click);
  255. //
  256. // toolStripSeparator3
  257. //
  258. this.toolStripSeparator3.AutoSize = false;
  259. this.toolStripSeparator3.Name = "toolStripSeparator3";
  260. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  261. //
  262. // tsbtnAdaptive
  263. //
  264. this.tsbtnAdaptive.AutoSize = false;
  265. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  267. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  268. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  269. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  270. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  271. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  272. //
  273. // tsbtnClose
  274. //
  275. this.tsbtnClose.AutoSize = false;
  276. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  278. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  279. this.tsbtnClose.Name = "tsbtnClose";
  280. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  281. this.tsbtnClose.Text = "关闭(&X)";
  282. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  283. //
  284. // dgvGroutingLine
  285. //
  286. this.dgvGroutingLine.AllowUserToAddRows = false;
  287. this.dgvGroutingLine.AllowUserToDeleteRows = false;
  288. this.dgvGroutingLine.AllowUserToModifyRows = true;
  289. this.dgvGroutingLine.AllowUserToOrderColumns = true;
  290. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  291. this.dgvGroutingLine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  292. this.dgvGroutingLine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  293. this.dgvGroutingLine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  294. this.dgvGroutingLine.CellHeight = 23;
  295. this.dgvGroutingLine.ChildNodeColumnName = null;
  296. this.dgvGroutingLine.ChildNodeColumnText = null;
  297. this.dgvGroutingLine.ColumnDeep = 1;
  298. this.dgvGroutingLine.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  299. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  300. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  301. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  303. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  304. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  305. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  306. this.dgvGroutingLine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  307. this.dgvGroutingLine.ColumnHeadersHeight = 29;
  308. this.dgvGroutingLine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  309. this.dgvGroutingLine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  310. this.GroutingLineID,
  311. this.GroutingLineCode,
  312. this.GroutingLineName,
  313. this.ValueFlag,
  314. this.BuildingNo,
  315. this.FloorNo,
  316. this.GroutingLineNo,
  317. this.MouldQuantity,
  318. this.GMouldTypeName,
  319. this.HIGHPRESSUREFLAG,
  320. this.monitorcode,
  321. this.UserCode,
  322. this.staffCodeList,
  323. this.goosCodeList,
  324. this.BeginUsedDate,
  325. this.EndUsedDate,
  326. this.GMOULDSTATUSNAME,
  327. this.valueflag2,
  328. this.Remarks,
  329. this.GMouldStatus});
  330. this.dgvGroutingLine.ColumnTreeView = null;
  331. this.dgvGroutingLine.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  332. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  333. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  334. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  336. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  337. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  338. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  339. this.dgvGroutingLine.DefaultCellStyle = dataGridViewCellStyle5;
  340. this.dgvGroutingLine.Dock = System.Windows.Forms.DockStyle.Fill;
  341. this.dgvGroutingLine.DynamicColumnName = "";
  342. this.dgvGroutingLine.EnableHeadersVisualStyles = false;
  343. this.dgvGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  344. this.dgvGroutingLine.FormatQuantityColumns = null;
  345. this.dgvGroutingLine.HorizontalMergeColumn = null;
  346. this.dgvGroutingLine.IsAutoCountSum = true;
  347. this.dgvGroutingLine.IsAutoResizeColumns = false;
  348. this.dgvGroutingLine.IsClickF12 = false;
  349. this.dgvGroutingLine.IsOpenMergeCellFlag = false;
  350. this.dgvGroutingLine.IsSubTotalFlag = false;
  351. this.dgvGroutingLine.IsTopDeep = false;
  352. this.dgvGroutingLine.Location = new System.Drawing.Point(0, 0);
  353. this.dgvGroutingLine.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  354. this.dgvGroutingLine.MergeColumnNames = null;
  355. this.dgvGroutingLine.MergeDetailColumnNames = null;
  356. this.dgvGroutingLine.MergeDetailOnlyColumn = null;
  357. this.dgvGroutingLine.MergeOnlyColumn = null;
  358. this.dgvGroutingLine.MultiSelect = false;
  359. this.dgvGroutingLine.Name = "dgvGroutingLine";
  360. this.dgvGroutingLine.ReadOnly = true;
  361. this.dgvGroutingLine.RefreshAtHscroll = false;
  362. this.dgvGroutingLine.RowHeadersWidth = 50;
  363. this.dgvGroutingLine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  364. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  365. this.dgvGroutingLine.RowsDefaultCellStyle = dataGridViewCellStyle6;
  366. this.dgvGroutingLine.RowTemplate.Height = 21;
  367. this.dgvGroutingLine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  368. this.dgvGroutingLine.ShowEditingIcon = false;
  369. this.dgvGroutingLine.Size = new System.Drawing.Size(1559, 220);
  370. this.dgvGroutingLine.SortOrderColumnName = null;
  371. this.dgvGroutingLine.TabIndex = 0;
  372. this.dgvGroutingLine.Tag = true;
  373. this.dgvGroutingLine.TotalSumColumns = null;
  374. this.dgvGroutingLine.ViewRowFilter = "";
  375. this.dgvGroutingLine.VirtualMode = true;
  376. this.dgvGroutingLine.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvGroutingLine_ColumnHeaderMouseClick);
  377. this.dgvGroutingLine.SelectionChanged += new System.EventHandler(this.dgvGroutingLine_SelectionChanged);
  378. //
  379. // btnClearCondition
  380. //
  381. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  382. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  383. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  384. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  386. this.btnClearCondition.Location = new System.Drawing.Point(1437, 85);
  387. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  388. this.btnClearCondition.Name = "btnClearCondition";
  389. this.btnClearCondition.Size = new System.Drawing.Size(113, 38);
  390. this.btnClearCondition.TabIndex = 28;
  391. this.btnClearCondition.Text = "清空条件(&C)";
  392. this.btnClearCondition.UseVisualStyleBackColor = false;
  393. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  394. //
  395. // btnSearch
  396. //
  397. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  398. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  399. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  400. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.btnSearch.ForeColor = System.Drawing.Color.White;
  402. this.btnSearch.Location = new System.Drawing.Point(1316, 85);
  403. this.btnSearch.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  404. this.btnSearch.Name = "btnSearch";
  405. this.btnSearch.Size = new System.Drawing.Size(113, 38);
  406. this.btnSearch.TabIndex = 27;
  407. this.btnSearch.Text = "查询(&Q)";
  408. this.btnSearch.UseVisualStyleBackColor = false;
  409. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  410. //
  411. // txtEndUsedDateEnd
  412. //
  413. this.txtEndUsedDateEnd.CustomFormat = "yyyy-MM-dd";
  414. this.txtEndUsedDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.txtEndUsedDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  416. this.txtEndUsedDateEnd.Location = new System.Drawing.Point(1071, 59);
  417. this.txtEndUsedDateEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  418. this.txtEndUsedDateEnd.Name = "txtEndUsedDateEnd";
  419. this.txtEndUsedDateEnd.Size = new System.Drawing.Size(139, 25);
  420. this.txtEndUsedDateEnd.TabIndex = 18;
  421. //
  422. // c_Label12
  423. //
  424. this.c_Label12.AutoSize = true;
  425. this.c_Label12.BackColor = System.Drawing.Color.Transparent;
  426. this.c_Label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.c_Label12.ForeColor = System.Drawing.SystemColors.ControlText;
  428. this.c_Label12.Location = new System.Drawing.Point(1040, 62);
  429. this.c_Label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  430. this.c_Label12.Name = "c_Label12";
  431. this.c_Label12.Size = new System.Drawing.Size(22, 15);
  432. this.c_Label12.TabIndex = 17;
  433. this.c_Label12.Text = "至";
  434. //
  435. // txtEndUsedDateStart
  436. //
  437. this.txtEndUsedDateStart.CustomFormat = "yyyy-MM-dd";
  438. this.txtEndUsedDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.txtEndUsedDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  440. this.txtEndUsedDateStart.Location = new System.Drawing.Point(895, 59);
  441. this.txtEndUsedDateStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  442. this.txtEndUsedDateStart.Name = "txtEndUsedDateStart";
  443. this.txtEndUsedDateStart.Size = new System.Drawing.Size(136, 25);
  444. this.txtEndUsedDateStart.TabIndex = 16;
  445. //
  446. // cbEndTime
  447. //
  448. this.cbEndTime.AutoSize = true;
  449. this.cbEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  450. this.cbEndTime.Location = new System.Drawing.Point(795, 61);
  451. this.cbEndTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  452. this.cbEndTime.Name = "cbEndTime";
  453. this.cbEndTime.Size = new System.Drawing.Size(89, 19);
  454. this.cbEndTime.TabIndex = 15;
  455. this.cbEndTime.Text = "结束日期";
  456. this.cbEndTime.UseVisualStyleBackColor = true;
  457. this.cbEndTime.CheckedChanged += new System.EventHandler(this.cbEndTime_CheckedChanged);
  458. //
  459. // txtRemarks
  460. //
  461. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  462. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  463. this.txtRemarks.ErrorMessage = "";
  464. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.txtRemarks.Location = new System.Drawing.Point(103, 92);
  466. this.txtRemarks.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  467. this.txtRemarks.MaxLength = 500;
  468. this.txtRemarks.Name = "txtRemarks";
  469. this.txtRemarks.Size = new System.Drawing.Size(421, 25);
  470. this.txtRemarks.TabIndex = 20;
  471. //
  472. // lblRemarks
  473. //
  474. this.lblRemarks.AutoSize = true;
  475. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  476. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  478. this.lblRemarks.Location = new System.Drawing.Point(56, 94);
  479. this.lblRemarks.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  480. this.lblRemarks.Name = "lblRemarks";
  481. this.lblRemarks.Size = new System.Drawing.Size(37, 15);
  482. this.lblRemarks.TabIndex = 19;
  483. this.lblRemarks.Text = "备注";
  484. //
  485. // txtBeginUsedDateEnd
  486. //
  487. this.txtBeginUsedDateEnd.CustomFormat = "yyyy-MM-dd";
  488. this.txtBeginUsedDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.txtBeginUsedDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  490. this.txtBeginUsedDateEnd.Location = new System.Drawing.Point(1071, 25);
  491. this.txtBeginUsedDateEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  492. this.txtBeginUsedDateEnd.Name = "txtBeginUsedDateEnd";
  493. this.txtBeginUsedDateEnd.Size = new System.Drawing.Size(139, 25);
  494. this.txtBeginUsedDateEnd.TabIndex = 9;
  495. //
  496. // c_Label11
  497. //
  498. this.c_Label11.AutoSize = true;
  499. this.c_Label11.BackColor = System.Drawing.Color.Transparent;
  500. this.c_Label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.c_Label11.ForeColor = System.Drawing.SystemColors.ControlText;
  502. this.c_Label11.Location = new System.Drawing.Point(1040, 30);
  503. this.c_Label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  504. this.c_Label11.Name = "c_Label11";
  505. this.c_Label11.Size = new System.Drawing.Size(22, 15);
  506. this.c_Label11.TabIndex = 8;
  507. this.c_Label11.Text = "至";
  508. //
  509. // txtBeginUsedDateStart
  510. //
  511. this.txtBeginUsedDateStart.CustomFormat = "yyyy-MM-dd";
  512. this.txtBeginUsedDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  513. this.txtBeginUsedDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  514. this.txtBeginUsedDateStart.Location = new System.Drawing.Point(895, 25);
  515. this.txtBeginUsedDateStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  516. this.txtBeginUsedDateStart.Name = "txtBeginUsedDateStart";
  517. this.txtBeginUsedDateStart.Size = new System.Drawing.Size(136, 25);
  518. this.txtBeginUsedDateStart.TabIndex = 7;
  519. //
  520. // cbStartTime
  521. //
  522. this.cbStartTime.AutoSize = true;
  523. this.cbStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  524. this.cbStartTime.Location = new System.Drawing.Point(795, 28);
  525. this.cbStartTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  526. this.cbStartTime.Name = "cbStartTime";
  527. this.cbStartTime.Size = new System.Drawing.Size(89, 19);
  528. this.cbStartTime.TabIndex = 6;
  529. this.cbStartTime.Text = "开始日期";
  530. this.cbStartTime.UseVisualStyleBackColor = true;
  531. this.cbStartTime.CheckedChanged += new System.EventHandler(this.cbStartTime_CheckedChanged);
  532. //
  533. // txtGroutingLineName
  534. //
  535. this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
  536. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  537. this.txtGroutingLineName.ErrorMessage = "";
  538. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  539. this.txtGroutingLineName.Location = new System.Drawing.Point(365, 59);
  540. this.txtGroutingLineName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  541. this.txtGroutingLineName.MaxLength = 50;
  542. this.txtGroutingLineName.Name = "txtGroutingLineName";
  543. this.txtGroutingLineName.Size = new System.Drawing.Size(159, 25);
  544. this.txtGroutingLineName.TabIndex = 13;
  545. //
  546. // lblGroutingLineName
  547. //
  548. this.lblGroutingLineName.AutoSize = true;
  549. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  550. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  551. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  552. this.lblGroutingLineName.Location = new System.Drawing.Point(271, 62);
  553. this.lblGroutingLineName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  554. this.lblGroutingLineName.Name = "lblGroutingLineName";
  555. this.lblGroutingLineName.Size = new System.Drawing.Size(82, 15);
  556. this.lblGroutingLineName.TabIndex = 12;
  557. this.lblGroutingLineName.Text = "成型线名称";
  558. //
  559. // txtGroutingLineCode
  560. //
  561. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  562. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  563. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  564. this.txtGroutingLineCode.ErrorMessage = "";
  565. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  567. this.txtGroutingLineCode.Location = new System.Drawing.Point(103, 59);
  568. this.txtGroutingLineCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  569. this.txtGroutingLineCode.MaxLength = 30;
  570. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  571. this.txtGroutingLineCode.RejectCharsPattern = "[^a-zA-Z0-9]";
  572. this.txtGroutingLineCode.Size = new System.Drawing.Size(159, 25);
  573. this.txtGroutingLineCode.TabIndex = 11;
  574. this.txtGroutingLineCode.TextValue = "";
  575. //
  576. // lblGroutingLineCode
  577. //
  578. this.lblGroutingLineCode.AutoSize = true;
  579. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  580. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  581. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  582. this.lblGroutingLineCode.Location = new System.Drawing.Point(8, 62);
  583. this.lblGroutingLineCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  584. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  585. this.lblGroutingLineCode.Size = new System.Drawing.Size(82, 15);
  586. this.lblGroutingLineCode.TabIndex = 10;
  587. this.lblGroutingLineCode.Text = "成型线编码";
  588. //
  589. // lblGMouldStatus
  590. //
  591. this.lblGMouldStatus.AutoSize = true;
  592. this.lblGMouldStatus.BackColor = System.Drawing.Color.Transparent;
  593. this.lblGMouldStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  594. this.lblGMouldStatus.ForeColor = System.Drawing.SystemColors.ControlText;
  595. this.lblGMouldStatus.Location = new System.Drawing.Point(533, 98);
  596. this.lblGMouldStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  597. this.lblGMouldStatus.Name = "lblGMouldStatus";
  598. this.lblGMouldStatus.Size = new System.Drawing.Size(82, 15);
  599. this.lblGMouldStatus.TabIndex = 21;
  600. this.lblGMouldStatus.Text = "成型线状态";
  601. //
  602. // txtGroutingLineNo
  603. //
  604. this.txtGroutingLineNo.BackColor = System.Drawing.SystemColors.Window;
  605. this.txtGroutingLineNo.BackgroundColor = System.Drawing.SystemColors.Window;
  606. this.txtGroutingLineNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  607. this.txtGroutingLineNo.ErrorMessage = "";
  608. this.txtGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  609. this.txtGroutingLineNo.Location = new System.Drawing.Point(628, 25);
  610. this.txtGroutingLineNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  611. this.txtGroutingLineNo.MaxLength = 10;
  612. this.txtGroutingLineNo.Name = "txtGroutingLineNo";
  613. this.txtGroutingLineNo.Size = new System.Drawing.Size(159, 25);
  614. this.txtGroutingLineNo.TabIndex = 5;
  615. //
  616. // lblGroutingLineNo
  617. //
  618. this.lblGroutingLineNo.AutoSize = true;
  619. this.lblGroutingLineNo.BackColor = System.Drawing.Color.Transparent;
  620. this.lblGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  621. this.lblGroutingLineNo.ForeColor = System.Drawing.SystemColors.ControlText;
  622. this.lblGroutingLineNo.Location = new System.Drawing.Point(581, 29);
  623. this.lblGroutingLineNo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  624. this.lblGroutingLineNo.Name = "lblGroutingLineNo";
  625. this.lblGroutingLineNo.Size = new System.Drawing.Size(37, 15);
  626. this.lblGroutingLineNo.TabIndex = 4;
  627. this.lblGroutingLineNo.Text = "线号";
  628. //
  629. // lblFloorNo
  630. //
  631. this.lblFloorNo.AutoSize = true;
  632. this.lblFloorNo.BackColor = System.Drawing.Color.Transparent;
  633. this.lblFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  634. this.lblFloorNo.ForeColor = System.Drawing.SystemColors.ControlText;
  635. this.lblFloorNo.Location = new System.Drawing.Point(319, 29);
  636. this.lblFloorNo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  637. this.lblFloorNo.Name = "lblFloorNo";
  638. this.lblFloorNo.Size = new System.Drawing.Size(37, 15);
  639. this.lblFloorNo.TabIndex = 2;
  640. this.lblFloorNo.Text = "楼层";
  641. //
  642. // txtBuildingNo
  643. //
  644. this.txtBuildingNo.BackColor = System.Drawing.SystemColors.Window;
  645. this.txtBuildingNo.BackgroundColor = System.Drawing.SystemColors.Window;
  646. this.txtBuildingNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  647. this.txtBuildingNo.ErrorMessage = "";
  648. this.txtBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  649. this.txtBuildingNo.Location = new System.Drawing.Point(103, 25);
  650. this.txtBuildingNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  651. this.txtBuildingNo.MaxLength = 10;
  652. this.txtBuildingNo.Name = "txtBuildingNo";
  653. this.txtBuildingNo.Size = new System.Drawing.Size(159, 25);
  654. this.txtBuildingNo.TabIndex = 1;
  655. //
  656. // lblBuildingNo
  657. //
  658. this.lblBuildingNo.AutoSize = true;
  659. this.lblBuildingNo.BackColor = System.Drawing.Color.Transparent;
  660. this.lblBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  661. this.lblBuildingNo.ForeColor = System.Drawing.SystemColors.ControlText;
  662. this.lblBuildingNo.Location = new System.Drawing.Point(56, 29);
  663. this.lblBuildingNo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  664. this.lblBuildingNo.Name = "lblBuildingNo";
  665. this.lblBuildingNo.Size = new System.Drawing.Size(37, 15);
  666. this.lblBuildingNo.TabIndex = 0;
  667. this.lblBuildingNo.Text = "楼号";
  668. //
  669. // gbxCondition
  670. //
  671. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  672. | System.Windows.Forms.AnchorStyles.Right)));
  673. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  674. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  675. this.gbxCondition.Controls.Add(this.lblGMouldType);
  676. this.gbxCondition.Controls.Add(this.scbGMouldType);
  677. this.gbxCondition.Controls.Add(this.chkDisable);
  678. this.gbxCondition.Controls.Add(this.chkEnable);
  679. this.gbxCondition.Controls.Add(this.lstcbxGMouldStatus);
  680. this.gbxCondition.Controls.Add(this.txtFloorNo);
  681. this.gbxCondition.Controls.Add(this.lblBuildingNo);
  682. this.gbxCondition.Controls.Add(this.lblGroutingLineCode);
  683. this.gbxCondition.Controls.Add(this.btnClearCondition);
  684. this.gbxCondition.Controls.Add(this.btnSearch);
  685. this.gbxCondition.Controls.Add(this.txtBuildingNo);
  686. this.gbxCondition.Controls.Add(this.txtGroutingUserCode);
  687. this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
  688. this.gbxCondition.Controls.Add(this.txtEndUsedDateEnd);
  689. this.gbxCondition.Controls.Add(this.c_Label12);
  690. this.gbxCondition.Controls.Add(this.txtEndUsedDateStart);
  691. this.gbxCondition.Controls.Add(this.lblFloorNo);
  692. this.gbxCondition.Controls.Add(this.cbEndTime);
  693. this.gbxCondition.Controls.Add(this.lblGroutingUserCode);
  694. this.gbxCondition.Controls.Add(this.lblGroutingLineNo);
  695. this.gbxCondition.Controls.Add(this.txtGroutingLineNo);
  696. this.gbxCondition.Controls.Add(this.txtBeginUsedDateEnd);
  697. this.gbxCondition.Controls.Add(this.txtRemarks);
  698. this.gbxCondition.Controls.Add(this.c_Label11);
  699. this.gbxCondition.Controls.Add(this.lblRemarks);
  700. this.gbxCondition.Controls.Add(this.txtBeginUsedDateStart);
  701. this.gbxCondition.Controls.Add(this.lblGMouldStatus);
  702. this.gbxCondition.Controls.Add(this.cbStartTime);
  703. this.gbxCondition.Controls.Add(this.lblGroutingLineName);
  704. this.gbxCondition.Controls.Add(this.txtGroutingLineName);
  705. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  706. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  707. this.gbxCondition.IsMustInput = false;
  708. this.gbxCondition.Location = new System.Drawing.Point(0, 48);
  709. this.gbxCondition.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  710. this.gbxCondition.Name = "gbxCondition";
  711. this.gbxCondition.OriginalHeight = -1;
  712. this.gbxCondition.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  713. this.gbxCondition.Size = new System.Drawing.Size(1559, 129);
  714. this.gbxCondition.TabIndex = 1;
  715. this.gbxCondition.TabStop = false;
  716. this.gbxCondition.Text = "查询条件 ▼";
  717. //
  718. // lblGMouldType
  719. //
  720. this.lblGMouldType.AutoSize = true;
  721. this.lblGMouldType.BackColor = System.Drawing.Color.Transparent;
  722. this.lblGMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  723. this.lblGMouldType.ForeColor = System.Drawing.SystemColors.ControlText;
  724. this.lblGMouldType.Location = new System.Drawing.Point(533, 62);
  725. this.lblGMouldType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  726. this.lblGMouldType.Name = "lblGMouldType";
  727. this.lblGMouldType.Size = new System.Drawing.Size(82, 15);
  728. this.lblGMouldType.TabIndex = 30;
  729. this.lblGMouldType.Text = "成型线类型";
  730. //
  731. // scbGMouldType
  732. //
  733. this.scbGMouldType.CheckedData = null;
  734. this.scbGMouldType.Location = new System.Drawing.Point(628, 59);
  735. this.scbGMouldType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  736. this.scbGMouldType.Name = "scbGMouldType";
  737. this.scbGMouldType.Size = new System.Drawing.Size(161, 26);
  738. this.scbGMouldType.TabIndex = 29;
  739. //
  740. // chkDisable
  741. //
  742. this.chkDisable.AutoSize = true;
  743. this.chkDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  744. this.chkDisable.Location = new System.Drawing.Point(1147, 95);
  745. this.chkDisable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  746. this.chkDisable.Name = "chkDisable";
  747. this.chkDisable.Size = new System.Drawing.Size(59, 19);
  748. this.chkDisable.TabIndex = 26;
  749. this.chkDisable.Text = "无效";
  750. this.chkDisable.UseVisualStyleBackColor = true;
  751. //
  752. // chkEnable
  753. //
  754. this.chkEnable.AutoSize = true;
  755. this.chkEnable.Checked = true;
  756. this.chkEnable.CheckState = System.Windows.Forms.CheckState.Checked;
  757. this.chkEnable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  758. this.chkEnable.Location = new System.Drawing.Point(1071, 95);
  759. this.chkEnable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  760. this.chkEnable.Name = "chkEnable";
  761. this.chkEnable.Size = new System.Drawing.Size(59, 19);
  762. this.chkEnable.TabIndex = 25;
  763. this.chkEnable.Text = "有效";
  764. this.chkEnable.UseVisualStyleBackColor = true;
  765. //
  766. // lstcbxGMouldStatus
  767. //
  768. this.lstcbxGMouldStatus.BackColor = System.Drawing.SystemColors.Window;
  769. this.lstcbxGMouldStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  770. this.lstcbxGMouldStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  771. this.lstcbxGMouldStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  772. this.lstcbxGMouldStatus.FormattingEnabled = true;
  773. this.lstcbxGMouldStatus.Location = new System.Drawing.Point(628, 92);
  774. this.lstcbxGMouldStatus.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  775. this.lstcbxGMouldStatus.Name = "lstcbxGMouldStatus";
  776. this.lstcbxGMouldStatus.Size = new System.Drawing.Size(160, 23);
  777. this.lstcbxGMouldStatus.TabIndex = 22;
  778. //
  779. // txtFloorNo
  780. //
  781. this.txtFloorNo.BackColor = System.Drawing.SystemColors.Window;
  782. this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window;
  783. this.txtFloorNo.EditingControlFormattedValue = "";
  784. this.txtFloorNo.ErrorMessage = "";
  785. this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  786. this.txtFloorNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  787. this.txtFloorNo.Location = new System.Drawing.Point(365, 26);
  788. this.txtFloorNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  789. this.txtFloorNo.MaxValue = new decimal(new int[] {
  790. 99,
  791. 0,
  792. 0,
  793. 0});
  794. this.txtFloorNo.MinValue = new decimal(new int[] {
  795. 1,
  796. 0,
  797. 0,
  798. 0});
  799. this.txtFloorNo.Name = "txtFloorNo";
  800. this.txtFloorNo.Number = new System.Drawing.Point(2, 0);
  801. this.txtFloorNo.ShowDecimal = false;
  802. this.txtFloorNo.Size = new System.Drawing.Size(159, 25);
  803. this.txtFloorNo.TabIndex = 3;
  804. this.txtFloorNo.TextValue = "";
  805. //
  806. // txtGroutingUserCode
  807. //
  808. this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
  809. this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  810. this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  811. this.txtGroutingUserCode.ErrorMessage = "";
  812. this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  813. this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  814. this.txtGroutingUserCode.Location = new System.Drawing.Point(876, 92);
  815. this.txtGroutingUserCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  816. this.txtGroutingUserCode.MaxLength = 20;
  817. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  818. this.txtGroutingUserCode.RejectCharsPattern = "[^a-zA-Z0-9]";
  819. this.txtGroutingUserCode.Size = new System.Drawing.Size(159, 25);
  820. this.txtGroutingUserCode.TabIndex = 24;
  821. this.txtGroutingUserCode.TextValue = "";
  822. //
  823. // lblGroutingUserCode
  824. //
  825. this.lblGroutingUserCode.AutoSize = true;
  826. this.lblGroutingUserCode.BackColor = System.Drawing.Color.Transparent;
  827. this.lblGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  828. this.lblGroutingUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  829. this.lblGroutingUserCode.Location = new System.Drawing.Point(797, 98);
  830. this.lblGroutingUserCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  831. this.lblGroutingUserCode.Name = "lblGroutingUserCode";
  832. this.lblGroutingUserCode.Size = new System.Drawing.Size(67, 15);
  833. this.lblGroutingUserCode.TabIndex = 23;
  834. this.lblGroutingUserCode.Text = "成型工号";
  835. //
  836. // dgvGroutingLineDetail
  837. //
  838. this.dgvGroutingLineDetail.AllowUserToAddRows = false;
  839. this.dgvGroutingLineDetail.AllowUserToDeleteRows = false;
  840. this.dgvGroutingLineDetail.AllowUserToModifyRows = true;
  841. this.dgvGroutingLineDetail.AllowUserToOrderColumns = true;
  842. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  843. this.dgvGroutingLineDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  844. this.dgvGroutingLineDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  845. this.dgvGroutingLineDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  846. this.dgvGroutingLineDetail.CellHeight = 23;
  847. this.dgvGroutingLineDetail.ChildNodeColumnName = null;
  848. this.dgvGroutingLineDetail.ChildNodeColumnText = null;
  849. this.dgvGroutingLineDetail.ColumnDeep = 1;
  850. this.dgvGroutingLineDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  851. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  852. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  853. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  854. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  855. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  856. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  857. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  858. this.dgvGroutingLineDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  859. this.dgvGroutingLineDetail.ColumnHeadersHeight = 29;
  860. this.dgvGroutingLineDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  861. this.dgvGroutingLineDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  862. this.GroutingLineDetailID,
  863. this.GroutingLineIDM,
  864. this.GroutingMouldCode,
  865. this.MouldBarcode,
  866. this.MouldID,
  867. this.MouldCode,
  868. this.GoodsID,
  869. this.GOODSCODE,
  870. this.GoodsName,
  871. this.GoodsSpecification,
  872. this.StandardGroutingCount,
  873. this.GroutingCount,
  874. this.GMouldStatusM,
  875. this.BeginUsedDateM,
  876. this.EndUsedDate2,
  877. this.Remarks1,
  878. this.RecordRemarks});
  879. this.dgvGroutingLineDetail.ColumnTreeView = null;
  880. this.dgvGroutingLineDetail.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  881. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  882. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
  883. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  884. dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
  885. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  886. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  887. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  888. this.dgvGroutingLineDetail.DefaultCellStyle = dataGridViewCellStyle13;
  889. this.dgvGroutingLineDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  890. this.dgvGroutingLineDetail.DynamicColumnName = "";
  891. this.dgvGroutingLineDetail.EnableHeadersVisualStyles = false;
  892. this.dgvGroutingLineDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  893. this.dgvGroutingLineDetail.FormatQuantityColumns = null;
  894. this.dgvGroutingLineDetail.HorizontalMergeColumn = null;
  895. this.dgvGroutingLineDetail.IsAutoCountSum = true;
  896. this.dgvGroutingLineDetail.IsAutoResizeColumns = false;
  897. this.dgvGroutingLineDetail.IsClickF12 = false;
  898. this.dgvGroutingLineDetail.IsOpenMergeCellFlag = false;
  899. this.dgvGroutingLineDetail.IsSubTotalFlag = false;
  900. this.dgvGroutingLineDetail.IsTopDeep = false;
  901. this.dgvGroutingLineDetail.Location = new System.Drawing.Point(0, 0);
  902. this.dgvGroutingLineDetail.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  903. this.dgvGroutingLineDetail.MergeColumnNames = null;
  904. this.dgvGroutingLineDetail.MergeDetailColumnNames = null;
  905. this.dgvGroutingLineDetail.MergeDetailOnlyColumn = null;
  906. this.dgvGroutingLineDetail.MergeOnlyColumn = null;
  907. this.dgvGroutingLineDetail.MultiSelect = false;
  908. this.dgvGroutingLineDetail.Name = "dgvGroutingLineDetail";
  909. this.dgvGroutingLineDetail.ReadOnly = true;
  910. this.dgvGroutingLineDetail.RefreshAtHscroll = false;
  911. this.dgvGroutingLineDetail.RowHeadersWidth = 50;
  912. this.dgvGroutingLineDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  913. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  914. this.dgvGroutingLineDetail.RowsDefaultCellStyle = dataGridViewCellStyle14;
  915. this.dgvGroutingLineDetail.RowTemplate.Height = 21;
  916. this.dgvGroutingLineDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  917. this.dgvGroutingLineDetail.Size = new System.Drawing.Size(1559, 197);
  918. this.dgvGroutingLineDetail.SortOrderColumnName = null;
  919. this.dgvGroutingLineDetail.TabIndex = 0;
  920. this.dgvGroutingLineDetail.Tag = true;
  921. this.dgvGroutingLineDetail.TotalSumColumns = null;
  922. this.dgvGroutingLineDetail.ViewRowFilter = "";
  923. this.dgvGroutingLineDetail.VirtualMode = true;
  924. //
  925. // GroutingLineDetailID
  926. //
  927. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  928. this.GroutingLineDetailID.HeaderText = "成型生产线明细ID";
  929. this.GroutingLineDetailID.MinimumWidth = 6;
  930. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  931. this.GroutingLineDetailID.ReadOnly = true;
  932. this.GroutingLineDetailID.Visible = false;
  933. this.GroutingLineDetailID.Width = 125;
  934. //
  935. // GroutingLineIDM
  936. //
  937. this.GroutingLineIDM.DataPropertyName = "GroutingLineID";
  938. this.GroutingLineIDM.HeaderText = "成型生产线ID";
  939. this.GroutingLineIDM.MinimumWidth = 6;
  940. this.GroutingLineIDM.Name = "GroutingLineIDM";
  941. this.GroutingLineIDM.ReadOnly = true;
  942. this.GroutingLineIDM.Visible = false;
  943. this.GroutingLineIDM.Width = 125;
  944. //
  945. // GroutingMouldCode
  946. //
  947. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  948. this.GroutingMouldCode.HeaderText = "模具编号";
  949. this.GroutingMouldCode.MinimumWidth = 6;
  950. this.GroutingMouldCode.Name = "GroutingMouldCode";
  951. this.GroutingMouldCode.ReadOnly = true;
  952. this.GroutingMouldCode.Width = 120;
  953. //
  954. // MouldBarcode
  955. //
  956. this.MouldBarcode.DataPropertyName = "MouldBarcode";
  957. this.MouldBarcode.HeaderText = "模具条码";
  958. this.MouldBarcode.MinimumWidth = 6;
  959. this.MouldBarcode.Name = "MouldBarcode";
  960. this.MouldBarcode.ReadOnly = true;
  961. this.MouldBarcode.Width = 125;
  962. //
  963. // MouldID
  964. //
  965. this.MouldID.DataPropertyName = "MouldID";
  966. this.MouldID.HeaderText = "MouldID";
  967. this.MouldID.MinimumWidth = 6;
  968. this.MouldID.Name = "MouldID";
  969. this.MouldID.ReadOnly = true;
  970. this.MouldID.Visible = false;
  971. this.MouldID.Width = 125;
  972. //
  973. // MouldCode
  974. //
  975. this.MouldCode.DataPropertyName = "MouldCode";
  976. this.MouldCode.HeaderText = "MouldCode";
  977. this.MouldCode.MinimumWidth = 6;
  978. this.MouldCode.Name = "MouldCode";
  979. this.MouldCode.ReadOnly = true;
  980. this.MouldCode.Visible = false;
  981. this.MouldCode.Width = 125;
  982. //
  983. // GoodsID
  984. //
  985. this.GoodsID.DataPropertyName = "GoodsID";
  986. this.GoodsID.HeaderText = "产品ID";
  987. this.GoodsID.MinimumWidth = 6;
  988. this.GoodsID.Name = "GoodsID";
  989. this.GoodsID.ReadOnly = true;
  990. this.GoodsID.Visible = false;
  991. this.GoodsID.Width = 125;
  992. //
  993. // GOODSCODE
  994. //
  995. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  996. this.GOODSCODE.HeaderText = "产品编码";
  997. this.GOODSCODE.MinimumWidth = 6;
  998. this.GOODSCODE.Name = "GOODSCODE";
  999. this.GOODSCODE.ReadOnly = true;
  1000. this.GOODSCODE.Width = 125;
  1001. //
  1002. // GoodsName
  1003. //
  1004. this.GoodsName.DataPropertyName = "GoodsName";
  1005. this.GoodsName.HeaderText = "产品名称";
  1006. this.GoodsName.MinimumWidth = 6;
  1007. this.GoodsName.Name = "GoodsName";
  1008. this.GoodsName.ReadOnly = true;
  1009. this.GoodsName.Width = 125;
  1010. //
  1011. // GoodsSpecification
  1012. //
  1013. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  1014. this.GoodsSpecification.HeaderText = "产品规格";
  1015. this.GoodsSpecification.MinimumWidth = 6;
  1016. this.GoodsSpecification.Name = "GoodsSpecification";
  1017. this.GoodsSpecification.ReadOnly = true;
  1018. this.GoodsSpecification.Width = 125;
  1019. //
  1020. // StandardGroutingCount
  1021. //
  1022. this.StandardGroutingCount.DataPropertyName = "StandardGroutingCount";
  1023. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1024. this.StandardGroutingCount.DefaultCellStyle = dataGridViewCellStyle9;
  1025. this.StandardGroutingCount.HeaderText = "标准注浆次数";
  1026. this.StandardGroutingCount.MinimumWidth = 6;
  1027. this.StandardGroutingCount.Name = "StandardGroutingCount";
  1028. this.StandardGroutingCount.ReadOnly = true;
  1029. this.StandardGroutingCount.Width = 125;
  1030. //
  1031. // GroutingCount
  1032. //
  1033. this.GroutingCount.DataPropertyName = "GroutingCount";
  1034. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1035. this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle10;
  1036. this.GroutingCount.HeaderText = "注浆次数";
  1037. this.GroutingCount.MinimumWidth = 6;
  1038. this.GroutingCount.Name = "GroutingCount";
  1039. this.GroutingCount.ReadOnly = true;
  1040. this.GroutingCount.Width = 125;
  1041. //
  1042. // GMouldStatusM
  1043. //
  1044. this.GMouldStatusM.DataPropertyName = "GMOULDSTATUSNAME";
  1045. this.GMouldStatusM.HeaderText = "模具状态";
  1046. this.GMouldStatusM.MinimumWidth = 6;
  1047. this.GMouldStatusM.Name = "GMouldStatusM";
  1048. this.GMouldStatusM.ReadOnly = true;
  1049. this.GMouldStatusM.Width = 120;
  1050. //
  1051. // BeginUsedDateM
  1052. //
  1053. this.BeginUsedDateM.DataPropertyName = "BeginUsedDate";
  1054. dataGridViewCellStyle11.Format = "yyyy-MM-dd";
  1055. dataGridViewCellStyle11.NullValue = null;
  1056. this.BeginUsedDateM.DefaultCellStyle = dataGridViewCellStyle11;
  1057. this.BeginUsedDateM.HeaderText = "开始使用日期";
  1058. this.BeginUsedDateM.MinimumWidth = 6;
  1059. this.BeginUsedDateM.Name = "BeginUsedDateM";
  1060. this.BeginUsedDateM.ReadOnly = true;
  1061. this.BeginUsedDateM.Width = 120;
  1062. //
  1063. // EndUsedDate2
  1064. //
  1065. this.EndUsedDate2.DataPropertyName = "EndUsedDate";
  1066. dataGridViewCellStyle12.Format = "yyyy-MM-dd";
  1067. this.EndUsedDate2.DefaultCellStyle = dataGridViewCellStyle12;
  1068. this.EndUsedDate2.HeaderText = "结束使用日期";
  1069. this.EndUsedDate2.MinimumWidth = 6;
  1070. this.EndUsedDate2.Name = "EndUsedDate2";
  1071. this.EndUsedDate2.ReadOnly = true;
  1072. this.EndUsedDate2.Width = 125;
  1073. //
  1074. // Remarks1
  1075. //
  1076. this.Remarks1.DataPropertyName = "RreasonRemarks";
  1077. this.Remarks1.HeaderText = "备注";
  1078. this.Remarks1.MinimumWidth = 6;
  1079. this.Remarks1.Name = "Remarks1";
  1080. this.Remarks1.ReadOnly = true;
  1081. this.Remarks1.Width = 200;
  1082. //
  1083. // RecordRemarks
  1084. //
  1085. this.RecordRemarks.DataPropertyName = "RecordRemarks";
  1086. this.RecordRemarks.HeaderText = "操作备注";
  1087. this.RecordRemarks.MinimumWidth = 6;
  1088. this.RecordRemarks.Name = "RecordRemarks";
  1089. this.RecordRemarks.ReadOnly = true;
  1090. this.RecordRemarks.Width = 125;
  1091. //
  1092. // splLine
  1093. //
  1094. this.splLine.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1095. | System.Windows.Forms.AnchorStyles.Left)
  1096. | System.Windows.Forms.AnchorStyles.Right)));
  1097. this.splLine.Location = new System.Drawing.Point(0, 184);
  1098. this.splLine.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1099. this.splLine.Name = "splLine";
  1100. this.splLine.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1101. //
  1102. // splLine.Panel1
  1103. //
  1104. this.splLine.Panel1.Controls.Add(this.dgvGroutingLine);
  1105. //
  1106. // splLine.Panel2
  1107. //
  1108. this.splLine.Panel2.Controls.Add(this.dgvGroutingLineDetail);
  1109. this.splLine.Size = new System.Drawing.Size(1559, 422);
  1110. this.splLine.SplitterDistance = 220;
  1111. this.splLine.SplitterWidth = 5;
  1112. this.splLine.TabIndex = 105;
  1113. //
  1114. // dataGridViewTextBoxColumn1
  1115. //
  1116. this.dataGridViewTextBoxColumn1.DataPropertyName = "GroutingLineID";
  1117. this.dataGridViewTextBoxColumn1.HeaderText = "成型生产线ID";
  1118. this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
  1119. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  1120. this.dataGridViewTextBoxColumn1.Visible = false;
  1121. this.dataGridViewTextBoxColumn1.Width = 125;
  1122. //
  1123. // dataGridViewTextBoxColumn2
  1124. //
  1125. this.dataGridViewTextBoxColumn2.DataPropertyName = "GroutingLineCode";
  1126. this.dataGridViewTextBoxColumn2.HeaderText = "成型线编码";
  1127. this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
  1128. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  1129. this.dataGridViewTextBoxColumn2.Width = 125;
  1130. //
  1131. // dataGridViewTextBoxColumn3
  1132. //
  1133. this.dataGridViewTextBoxColumn3.DataPropertyName = "GroutingLineName";
  1134. this.dataGridViewTextBoxColumn3.HeaderText = "成型线名称";
  1135. this.dataGridViewTextBoxColumn3.MinimumWidth = 6;
  1136. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  1137. this.dataGridViewTextBoxColumn3.Width = 125;
  1138. //
  1139. // dataGridViewTextBoxColumn4
  1140. //
  1141. this.dataGridViewTextBoxColumn4.DataPropertyName = "BuildingNo";
  1142. this.dataGridViewTextBoxColumn4.HeaderText = "楼号";
  1143. this.dataGridViewTextBoxColumn4.MinimumWidth = 6;
  1144. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  1145. this.dataGridViewTextBoxColumn4.Width = 125;
  1146. //
  1147. // dataGridViewTextBoxColumn5
  1148. //
  1149. this.dataGridViewTextBoxColumn5.DataPropertyName = "FloorNo";
  1150. this.dataGridViewTextBoxColumn5.HeaderText = "楼层";
  1151. this.dataGridViewTextBoxColumn5.MinimumWidth = 6;
  1152. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  1153. this.dataGridViewTextBoxColumn5.Width = 125;
  1154. //
  1155. // dataGridViewTextBoxColumn6
  1156. //
  1157. this.dataGridViewTextBoxColumn6.DataPropertyName = "GroutingLineNo";
  1158. this.dataGridViewTextBoxColumn6.HeaderText = "线号";
  1159. this.dataGridViewTextBoxColumn6.MinimumWidth = 6;
  1160. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  1161. this.dataGridViewTextBoxColumn6.Width = 125;
  1162. //
  1163. // dataGridViewTextBoxColumn7
  1164. //
  1165. this.dataGridViewTextBoxColumn7.DataPropertyName = "MouldQuantity";
  1166. this.dataGridViewTextBoxColumn7.HeaderText = "模具个数";
  1167. this.dataGridViewTextBoxColumn7.MinimumWidth = 6;
  1168. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  1169. this.dataGridViewTextBoxColumn7.Width = 125;
  1170. //
  1171. // dataGridViewTextBoxColumn8
  1172. //
  1173. this.dataGridViewTextBoxColumn8.DataPropertyName = "GMouldTypeName";
  1174. this.dataGridViewTextBoxColumn8.HeaderText = "成型线类型";
  1175. this.dataGridViewTextBoxColumn8.MinimumWidth = 6;
  1176. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  1177. this.dataGridViewTextBoxColumn8.Width = 125;
  1178. //
  1179. // dataGridViewTextBoxColumn9
  1180. //
  1181. this.dataGridViewTextBoxColumn9.DataPropertyName = "UserCode";
  1182. this.dataGridViewTextBoxColumn9.HeaderText = "成型工号";
  1183. this.dataGridViewTextBoxColumn9.MinimumWidth = 6;
  1184. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  1185. this.dataGridViewTextBoxColumn9.Width = 125;
  1186. //
  1187. // dataGridViewTextBoxColumn10
  1188. //
  1189. this.dataGridViewTextBoxColumn10.DataPropertyName = "BeginUsedDate";
  1190. dataGridViewCellStyle15.Format = "yyyy-MM-dd";
  1191. dataGridViewCellStyle15.NullValue = null;
  1192. this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle15;
  1193. this.dataGridViewTextBoxColumn10.HeaderText = "开始使用日期";
  1194. this.dataGridViewTextBoxColumn10.MinimumWidth = 6;
  1195. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  1196. this.dataGridViewTextBoxColumn10.Width = 120;
  1197. //
  1198. // dataGridViewTextBoxColumn11
  1199. //
  1200. this.dataGridViewTextBoxColumn11.DataPropertyName = "EndUsedDate";
  1201. dataGridViewCellStyle16.Format = "yyyy-MM-dd HH:mm:ss";
  1202. dataGridViewCellStyle16.NullValue = null;
  1203. this.dataGridViewTextBoxColumn11.DefaultCellStyle = dataGridViewCellStyle16;
  1204. this.dataGridViewTextBoxColumn11.HeaderText = "结束使用日期";
  1205. this.dataGridViewTextBoxColumn11.MinimumWidth = 6;
  1206. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  1207. this.dataGridViewTextBoxColumn11.Width = 120;
  1208. //
  1209. // dataGridViewTextBoxColumn12
  1210. //
  1211. this.dataGridViewTextBoxColumn12.DataPropertyName = "GMOULDSTATUSNAME";
  1212. this.dataGridViewTextBoxColumn12.HeaderText = "成型线状态";
  1213. this.dataGridViewTextBoxColumn12.MinimumWidth = 6;
  1214. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  1215. this.dataGridViewTextBoxColumn12.Width = 120;
  1216. //
  1217. // dataGridViewTextBoxColumn13
  1218. //
  1219. this.dataGridViewTextBoxColumn13.DataPropertyName = "Remarks";
  1220. this.dataGridViewTextBoxColumn13.HeaderText = "备注";
  1221. this.dataGridViewTextBoxColumn13.MinimumWidth = 6;
  1222. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  1223. this.dataGridViewTextBoxColumn13.Width = 125;
  1224. //
  1225. // dataGridViewTextBoxColumn14
  1226. //
  1227. this.dataGridViewTextBoxColumn14.DataPropertyName = "GroutingLineDetailID";
  1228. this.dataGridViewTextBoxColumn14.HeaderText = "成型生产线明细ID";
  1229. this.dataGridViewTextBoxColumn14.MinimumWidth = 6;
  1230. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  1231. this.dataGridViewTextBoxColumn14.Visible = false;
  1232. this.dataGridViewTextBoxColumn14.Width = 125;
  1233. //
  1234. // dataGridViewTextBoxColumn15
  1235. //
  1236. this.dataGridViewTextBoxColumn15.DataPropertyName = "GroutingLineID";
  1237. this.dataGridViewTextBoxColumn15.HeaderText = "成型生产线ID";
  1238. this.dataGridViewTextBoxColumn15.MinimumWidth = 6;
  1239. this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
  1240. this.dataGridViewTextBoxColumn15.Visible = false;
  1241. this.dataGridViewTextBoxColumn15.Width = 125;
  1242. //
  1243. // dataGridViewTextBoxColumn16
  1244. //
  1245. this.dataGridViewTextBoxColumn16.DataPropertyName = "GroutingMouldCode";
  1246. this.dataGridViewTextBoxColumn16.HeaderText = "注浆模具编号";
  1247. this.dataGridViewTextBoxColumn16.MinimumWidth = 6;
  1248. this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
  1249. this.dataGridViewTextBoxColumn16.Width = 120;
  1250. //
  1251. // dataGridViewTextBoxColumn17
  1252. //
  1253. this.dataGridViewTextBoxColumn17.DataPropertyName = "MouldCode";
  1254. this.dataGridViewTextBoxColumn17.HeaderText = "模具编号";
  1255. this.dataGridViewTextBoxColumn17.MinimumWidth = 6;
  1256. this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
  1257. this.dataGridViewTextBoxColumn17.Visible = false;
  1258. this.dataGridViewTextBoxColumn17.Width = 125;
  1259. //
  1260. // dataGridViewTextBoxColumn18
  1261. //
  1262. this.dataGridViewTextBoxColumn18.DataPropertyName = "GoodsID";
  1263. this.dataGridViewTextBoxColumn18.HeaderText = "产品ID";
  1264. this.dataGridViewTextBoxColumn18.MinimumWidth = 6;
  1265. this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
  1266. this.dataGridViewTextBoxColumn18.Visible = false;
  1267. this.dataGridViewTextBoxColumn18.Width = 125;
  1268. //
  1269. // dataGridViewTextBoxColumn19
  1270. //
  1271. this.dataGridViewTextBoxColumn19.DataPropertyName = "GOODSCODE";
  1272. this.dataGridViewTextBoxColumn19.HeaderText = "产品编码";
  1273. this.dataGridViewTextBoxColumn19.MinimumWidth = 6;
  1274. this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
  1275. this.dataGridViewTextBoxColumn19.Width = 125;
  1276. //
  1277. // dataGridViewTextBoxColumn20
  1278. //
  1279. this.dataGridViewTextBoxColumn20.DataPropertyName = "GoodsName";
  1280. this.dataGridViewTextBoxColumn20.HeaderText = "产品名称";
  1281. this.dataGridViewTextBoxColumn20.MinimumWidth = 6;
  1282. this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
  1283. this.dataGridViewTextBoxColumn20.Width = 125;
  1284. //
  1285. // dataGridViewTextBoxColumn21
  1286. //
  1287. this.dataGridViewTextBoxColumn21.DataPropertyName = "GoodsSpecification";
  1288. this.dataGridViewTextBoxColumn21.HeaderText = "产品规格";
  1289. this.dataGridViewTextBoxColumn21.MinimumWidth = 6;
  1290. this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
  1291. this.dataGridViewTextBoxColumn21.Width = 125;
  1292. //
  1293. // dataGridViewTextBoxColumn22
  1294. //
  1295. this.dataGridViewTextBoxColumn22.DataPropertyName = "GroutingCount";
  1296. this.dataGridViewTextBoxColumn22.HeaderText = "当前注浆次数";
  1297. this.dataGridViewTextBoxColumn22.MinimumWidth = 6;
  1298. this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
  1299. this.dataGridViewTextBoxColumn22.Width = 125;
  1300. //
  1301. // dataGridViewTextBoxColumn23
  1302. //
  1303. this.dataGridViewTextBoxColumn23.DataPropertyName = "GMOULDSTATUSNAME";
  1304. this.dataGridViewTextBoxColumn23.HeaderText = "注浆模具状态";
  1305. this.dataGridViewTextBoxColumn23.MinimumWidth = 6;
  1306. this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
  1307. this.dataGridViewTextBoxColumn23.Width = 120;
  1308. //
  1309. // dataGridViewTextBoxColumn24
  1310. //
  1311. this.dataGridViewTextBoxColumn24.DataPropertyName = "BeginUsedDate";
  1312. dataGridViewCellStyle17.Format = "yyyy-MM-dd";
  1313. dataGridViewCellStyle17.NullValue = null;
  1314. this.dataGridViewTextBoxColumn24.DefaultCellStyle = dataGridViewCellStyle17;
  1315. this.dataGridViewTextBoxColumn24.HeaderText = "开始使用日期";
  1316. this.dataGridViewTextBoxColumn24.MinimumWidth = 6;
  1317. this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
  1318. this.dataGridViewTextBoxColumn24.Width = 120;
  1319. //
  1320. // GroutingLineID
  1321. //
  1322. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  1323. this.GroutingLineID.HeaderText = "成型生产线ID";
  1324. this.GroutingLineID.MinimumWidth = 6;
  1325. this.GroutingLineID.Name = "GroutingLineID";
  1326. this.GroutingLineID.ReadOnly = true;
  1327. this.GroutingLineID.Visible = false;
  1328. this.GroutingLineID.Width = 125;
  1329. //
  1330. // GroutingLineCode
  1331. //
  1332. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  1333. this.GroutingLineCode.HeaderText = "成型线编码";
  1334. this.GroutingLineCode.MinimumWidth = 6;
  1335. this.GroutingLineCode.Name = "GroutingLineCode";
  1336. this.GroutingLineCode.ReadOnly = true;
  1337. this.GroutingLineCode.Width = 125;
  1338. //
  1339. // GroutingLineName
  1340. //
  1341. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  1342. this.GroutingLineName.HeaderText = "成型线名称";
  1343. this.GroutingLineName.MinimumWidth = 6;
  1344. this.GroutingLineName.Name = "GroutingLineName";
  1345. this.GroutingLineName.ReadOnly = true;
  1346. this.GroutingLineName.Width = 125;
  1347. //
  1348. // ValueFlag
  1349. //
  1350. this.ValueFlag.DataPropertyName = "ValueFlag";
  1351. this.ValueFlag.FalseValue = "0";
  1352. this.ValueFlag.HeaderText = "有效标识";
  1353. this.ValueFlag.MinimumWidth = 6;
  1354. this.ValueFlag.Name = "ValueFlag";
  1355. this.ValueFlag.ReadOnly = true;
  1356. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1357. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1358. this.ValueFlag.TrueValue = "1";
  1359. this.ValueFlag.Visible = false;
  1360. this.ValueFlag.Width = 125;
  1361. //
  1362. // BuildingNo
  1363. //
  1364. this.BuildingNo.DataPropertyName = "BuildingNo";
  1365. this.BuildingNo.HeaderText = "楼号";
  1366. this.BuildingNo.MinimumWidth = 6;
  1367. this.BuildingNo.Name = "BuildingNo";
  1368. this.BuildingNo.ReadOnly = true;
  1369. this.BuildingNo.Width = 125;
  1370. //
  1371. // FloorNo
  1372. //
  1373. this.FloorNo.DataPropertyName = "FloorNo";
  1374. this.FloorNo.HeaderText = "楼层";
  1375. this.FloorNo.MinimumWidth = 6;
  1376. this.FloorNo.Name = "FloorNo";
  1377. this.FloorNo.ReadOnly = true;
  1378. this.FloorNo.Width = 125;
  1379. //
  1380. // GroutingLineNo
  1381. //
  1382. this.GroutingLineNo.DataPropertyName = "GroutingLineNo";
  1383. this.GroutingLineNo.HeaderText = "线号";
  1384. this.GroutingLineNo.MinimumWidth = 6;
  1385. this.GroutingLineNo.Name = "GroutingLineNo";
  1386. this.GroutingLineNo.ReadOnly = true;
  1387. this.GroutingLineNo.Width = 125;
  1388. //
  1389. // MouldQuantity
  1390. //
  1391. this.MouldQuantity.DataPropertyName = "MouldQuantity";
  1392. this.MouldQuantity.HeaderText = "模具个数";
  1393. this.MouldQuantity.MinimumWidth = 6;
  1394. this.MouldQuantity.Name = "MouldQuantity";
  1395. this.MouldQuantity.ReadOnly = true;
  1396. this.MouldQuantity.Width = 125;
  1397. //
  1398. // GMouldTypeName
  1399. //
  1400. this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
  1401. this.GMouldTypeName.HeaderText = "成型线类型";
  1402. this.GMouldTypeName.MinimumWidth = 6;
  1403. this.GMouldTypeName.Name = "GMouldTypeName";
  1404. this.GMouldTypeName.ReadOnly = true;
  1405. this.GMouldTypeName.Width = 125;
  1406. //
  1407. // HIGHPRESSUREFLAG
  1408. //
  1409. this.HIGHPRESSUREFLAG.DataPropertyName = "HIGHPRESSUREFLAG";
  1410. this.HIGHPRESSUREFLAG.HeaderText = "高压注浆";
  1411. this.HIGHPRESSUREFLAG.MinimumWidth = 6;
  1412. this.HIGHPRESSUREFLAG.Name = "HIGHPRESSUREFLAG";
  1413. this.HIGHPRESSUREFLAG.ReadOnly = true;
  1414. this.HIGHPRESSUREFLAG.Width = 125;
  1415. //
  1416. // monitorcode
  1417. //
  1418. this.monitorcode.DataPropertyName = "monitorcode";
  1419. this.monitorcode.HeaderText = "成型班长";
  1420. this.monitorcode.MinimumWidth = 6;
  1421. this.monitorcode.Name = "monitorcode";
  1422. this.monitorcode.ReadOnly = true;
  1423. this.monitorcode.Width = 125;
  1424. //
  1425. // UserCode
  1426. //
  1427. this.UserCode.DataPropertyName = "userCodeList";
  1428. this.UserCode.HeaderText = "成型工号";
  1429. this.UserCode.MinimumWidth = 6;
  1430. this.UserCode.Name = "UserCode";
  1431. this.UserCode.ReadOnly = true;
  1432. this.UserCode.Width = 125;
  1433. //
  1434. // staffCodeList
  1435. //
  1436. this.staffCodeList.DataPropertyName = "staffCodeList";
  1437. this.staffCodeList.HeaderText = "员工姓名";
  1438. this.staffCodeList.MinimumWidth = 6;
  1439. this.staffCodeList.Name = "staffCodeList";
  1440. this.staffCodeList.ReadOnly = true;
  1441. this.staffCodeList.Width = 125;
  1442. //
  1443. // goosCodeList
  1444. //
  1445. this.goosCodeList.DataPropertyName = "goosCodeList";
  1446. this.goosCodeList.HeaderText = "产品编码";
  1447. this.goosCodeList.MinimumWidth = 6;
  1448. this.goosCodeList.Name = "goosCodeList";
  1449. this.goosCodeList.ReadOnly = true;
  1450. this.goosCodeList.Width = 125;
  1451. //
  1452. // BeginUsedDate
  1453. //
  1454. this.BeginUsedDate.DataPropertyName = "BeginUsedDate";
  1455. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  1456. dataGridViewCellStyle3.NullValue = null;
  1457. this.BeginUsedDate.DefaultCellStyle = dataGridViewCellStyle3;
  1458. this.BeginUsedDate.HeaderText = "开始使用日期";
  1459. this.BeginUsedDate.MinimumWidth = 6;
  1460. this.BeginUsedDate.Name = "BeginUsedDate";
  1461. this.BeginUsedDate.ReadOnly = true;
  1462. this.BeginUsedDate.Width = 120;
  1463. //
  1464. // EndUsedDate
  1465. //
  1466. this.EndUsedDate.DataPropertyName = "EndUsedDate";
  1467. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  1468. dataGridViewCellStyle4.NullValue = null;
  1469. this.EndUsedDate.DefaultCellStyle = dataGridViewCellStyle4;
  1470. this.EndUsedDate.HeaderText = "结束使用日期";
  1471. this.EndUsedDate.MinimumWidth = 6;
  1472. this.EndUsedDate.Name = "EndUsedDate";
  1473. this.EndUsedDate.ReadOnly = true;
  1474. this.EndUsedDate.Width = 120;
  1475. //
  1476. // GMOULDSTATUSNAME
  1477. //
  1478. this.GMOULDSTATUSNAME.DataPropertyName = "GMOULDSTATUSNAME";
  1479. this.GMOULDSTATUSNAME.HeaderText = "成型线状态";
  1480. this.GMOULDSTATUSNAME.MinimumWidth = 6;
  1481. this.GMOULDSTATUSNAME.Name = "GMOULDSTATUSNAME";
  1482. this.GMOULDSTATUSNAME.ReadOnly = true;
  1483. this.GMOULDSTATUSNAME.Width = 120;
  1484. //
  1485. // valueflag2
  1486. //
  1487. this.valueflag2.DataPropertyName = "valueflag2";
  1488. this.valueflag2.FalseValue = "2";
  1489. this.valueflag2.HeaderText = "有效标识";
  1490. this.valueflag2.MinimumWidth = 6;
  1491. this.valueflag2.Name = "valueflag2";
  1492. this.valueflag2.ReadOnly = true;
  1493. this.valueflag2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1494. this.valueflag2.TrueValue = "1";
  1495. this.valueflag2.Width = 125;
  1496. //
  1497. // Remarks
  1498. //
  1499. this.Remarks.DataPropertyName = "Remarks";
  1500. this.Remarks.HeaderText = "备注";
  1501. this.Remarks.MinimumWidth = 6;
  1502. this.Remarks.Name = "Remarks";
  1503. this.Remarks.ReadOnly = true;
  1504. this.Remarks.Width = 125;
  1505. //
  1506. // GMouldStatus
  1507. //
  1508. this.GMouldStatus.DataPropertyName = "GMouldStatus";
  1509. this.GMouldStatus.HeaderText = "GMouldStatus";
  1510. this.GMouldStatus.MinimumWidth = 6;
  1511. this.GMouldStatus.Name = "GMouldStatus";
  1512. this.GMouldStatus.ReadOnly = true;
  1513. this.GMouldStatus.Visible = false;
  1514. this.GMouldStatus.Width = 125;
  1515. //
  1516. // F_PC_0104_1
  1517. //
  1518. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1519. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1520. this.ClientSize = new System.Drawing.Size(1575, 608);
  1521. this.Controls.Add(this.splLine);
  1522. this.Controls.Add(this.gbxCondition);
  1523. this.Controls.Add(this.tsrOperate);
  1524. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  1525. this.Name = "F_PC_0104_1";
  1526. this.Text = "F_PC_0104";
  1527. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0104_FormClosed);
  1528. this.Load += new System.EventHandler(this.F_PC_0104_Load);
  1529. this.tsrOperate.ResumeLayout(false);
  1530. this.tsrOperate.PerformLayout();
  1531. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).EndInit();
  1532. this.gbxCondition.ResumeLayout(false);
  1533. this.gbxCondition.PerformLayout();
  1534. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).EndInit();
  1535. this.splLine.Panel1.ResumeLayout(false);
  1536. this.splLine.Panel2.ResumeLayout(false);
  1537. ((System.ComponentModel.ISupportInitialize)(this.splLine)).EndInit();
  1538. this.splLine.ResumeLayout(false);
  1539. this.ResumeLayout(false);
  1540. }
  1541. #endregion
  1542. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1543. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  1544. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  1545. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  1546. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1547. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1548. private Basics.BaseControls.C_DataGridView dgvGroutingLine;
  1549. private Basics.BaseControls.C_Button btnClearCondition;
  1550. private Basics.BaseControls.C_Button btnSearch;
  1551. private Basics.BaseControls.C_DateTimePicker txtEndUsedDateEnd;
  1552. private Basics.BaseControls.C_Label c_Label12;
  1553. private Basics.BaseControls.C_DateTimePicker txtEndUsedDateStart;
  1554. private Basics.BaseControls.C_CheckBox cbEndTime;
  1555. private Basics.BaseControls.C_TextBox txtRemarks;
  1556. private Basics.BaseControls.C_Label lblRemarks;
  1557. private Basics.BaseControls.C_DateTimePicker txtBeginUsedDateEnd;
  1558. private Basics.BaseControls.C_Label c_Label11;
  1559. private Basics.BaseControls.C_DateTimePicker txtBeginUsedDateStart;
  1560. private Basics.BaseControls.C_CheckBox cbStartTime;
  1561. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  1562. private Basics.BaseControls.C_Label lblGroutingLineName;
  1563. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  1564. private Basics.BaseControls.C_Label lblGroutingLineCode;
  1565. private Basics.BaseControls.C_Label lblGMouldStatus;
  1566. private Basics.BaseControls.C_TextBox txtGroutingLineNo;
  1567. private Basics.BaseControls.C_Label lblGroutingLineNo;
  1568. private Basics.BaseControls.C_Label lblFloorNo;
  1569. private Basics.BaseControls.C_TextBox txtBuildingNo;
  1570. private Basics.BaseControls.C_Label lblBuildingNo;
  1571. private Basics.BaseControls.C_GroupBox gbxCondition;
  1572. private Basics.BaseControls.C_DataGridView dgvGroutingLineDetail;
  1573. private System.Windows.Forms.SplitContainer splLine;
  1574. private System.Windows.Forms.ToolStripButton tsbtnQueryRecord;
  1575. private Basics.BaseControls.C_Label lblGroutingUserCode;
  1576. private Basics.BaseControls.C_TextBox txtGroutingUserCode;
  1577. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1578. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1579. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1580. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1581. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1582. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1583. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  1584. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  1585. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  1586. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  1587. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  1588. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  1589. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  1590. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  1591. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  1592. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  1593. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  1594. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  1595. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
  1596. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
  1597. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
  1598. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
  1599. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
  1600. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
  1601. private Basics.BaseControls.C_DGV_Digital txtFloorNo;
  1602. private System.Windows.Forms.ToolStripButton tsbtnDisable;
  1603. private System.Windows.Forms.ToolStripButton tsbtnStart;
  1604. private System.Windows.Forms.ToolStripButton tsbtnManager;
  1605. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1606. private Basics.BaseControls.C_ComboBox lstcbxGMouldStatus;
  1607. private Basics.BaseControls.C_CheckBox chkDisable;
  1608. private Basics.BaseControls.C_CheckBox chkEnable;
  1609. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  1610. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineIDM;
  1611. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  1612. private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode;
  1613. private System.Windows.Forms.DataGridViewTextBoxColumn MouldID;
  1614. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  1615. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  1616. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  1617. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1618. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  1619. private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingCount;
  1620. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
  1621. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatusM;
  1622. private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDateM;
  1623. private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate2;
  1624. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks1;
  1625. private System.Windows.Forms.DataGridViewTextBoxColumn RecordRemarks;
  1626. private Basics.BaseControls.C_Label lblGMouldType;
  1627. private Controls.SearchBox.ScbGMouldType scbGMouldType;
  1628. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  1629. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  1630. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  1631. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  1632. private System.Windows.Forms.DataGridViewTextBoxColumn BuildingNo;
  1633. private System.Windows.Forms.DataGridViewTextBoxColumn FloorNo;
  1634. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineNo;
  1635. private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
  1636. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
  1637. private System.Windows.Forms.DataGridViewTextBoxColumn HIGHPRESSUREFLAG;
  1638. private System.Windows.Forms.DataGridViewTextBoxColumn monitorcode;
  1639. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  1640. private System.Windows.Forms.DataGridViewTextBoxColumn staffCodeList;
  1641. private System.Windows.Forms.DataGridViewTextBoxColumn goosCodeList;
  1642. private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDate;
  1643. private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate;
  1644. private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDSTATUSNAME;
  1645. private System.Windows.Forms.DataGridViewCheckBoxColumn valueflag2;
  1646. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1647. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
  1648. }
  1649. }