F_PC_0104_1.Designer.cs 100 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668
  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.workshop = new System.Windows.Forms.DataGridViewTextBoxColumn();
  136. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  137. this.BuildingNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  138. this.FloorNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  139. this.GroutingLineNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  140. this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  141. this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  142. this.HIGHPRESSUREFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  143. this.monitorcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  144. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  145. this.staffCodeList = new System.Windows.Forms.DataGridViewTextBoxColumn();
  146. this.goosCodeList = new System.Windows.Forms.DataGridViewTextBoxColumn();
  147. this.BeginUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  148. this.EndUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  149. this.GMOULDSTATUSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  150. this.valueflag2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  151. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  152. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  153. this.tsrOperate.SuspendLayout();
  154. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).BeginInit();
  155. this.gbxCondition.SuspendLayout();
  156. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.splLine)).BeginInit();
  158. this.splLine.Panel1.SuspendLayout();
  159. this.splLine.Panel2.SuspendLayout();
  160. this.splLine.SuspendLayout();
  161. this.SuspendLayout();
  162. //
  163. // tsrOperate
  164. //
  165. this.tsrOperate.AutoSize = false;
  166. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  167. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground;
  168. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  170. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  171. this.tsbtnAdd,
  172. this.tsbtnEdit,
  173. this.toolStripSeparator1,
  174. this.tsbtnDisable,
  175. this.tsbtnStart,
  176. this.tsbtnManager,
  177. this.tsbtnQueryRecord,
  178. this.toolStripSeparator3,
  179. this.tsbtnAdaptive,
  180. this.tsbtnClose});
  181. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  182. this.tsrOperate.Name = "tsrOperate";
  183. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  184. this.tsrOperate.ShowItemToolTips = false;
  185. this.tsrOperate.Size = new System.Drawing.Size(1371, 44);
  186. this.tsrOperate.TabIndex = 0;
  187. //
  188. // tsbtnAdd
  189. //
  190. this.tsbtnAdd.AutoSize = false;
  191. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  193. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  194. this.tsbtnAdd.Name = "tsbtnAdd";
  195. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  196. this.tsbtnAdd.Text = "新建(&N)";
  197. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  198. //
  199. // tsbtnEdit
  200. //
  201. this.tsbtnEdit.AutoSize = false;
  202. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  204. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  205. this.tsbtnEdit.Name = "tsbtnEdit";
  206. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  207. this.tsbtnEdit.Text = "编辑(&E)";
  208. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  209. //
  210. // toolStripSeparator1
  211. //
  212. this.toolStripSeparator1.AutoSize = false;
  213. this.toolStripSeparator1.Name = "toolStripSeparator1";
  214. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  215. //
  216. // tsbtnDisable
  217. //
  218. this.tsbtnDisable.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  219. this.tsbtnDisable.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDisable.Image")));
  220. this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
  221. this.tsbtnDisable.Name = "tsbtnDisable";
  222. this.tsbtnDisable.Size = new System.Drawing.Size(65, 41);
  223. this.tsbtnDisable.Text = "停用(&S)";
  224. this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
  225. //
  226. // tsbtnStart
  227. //
  228. this.tsbtnStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  229. this.tsbtnStart.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStart.Image")));
  230. this.tsbtnStart.ImageTransparentColor = System.Drawing.Color.Magenta;
  231. this.tsbtnStart.Name = "tsbtnStart";
  232. this.tsbtnStart.Size = new System.Drawing.Size(65, 41);
  233. this.tsbtnStart.Text = "启用(&B)";
  234. this.tsbtnStart.Click += new System.EventHandler(this.tsbtnStart_Click);
  235. //
  236. // tsbtnManager
  237. //
  238. this.tsbtnManager.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  239. this.tsbtnManager.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnManager.Image")));
  240. this.tsbtnManager.ImageTransparentColor = System.Drawing.Color.Magenta;
  241. this.tsbtnManager.Name = "tsbtnManager";
  242. this.tsbtnManager.Size = new System.Drawing.Size(95, 41);
  243. this.tsbtnManager.Text = "模具管理(&M)";
  244. this.tsbtnManager.Click += new System.EventHandler(this.tsbtnManager_Click);
  245. //
  246. // tsbtnQueryRecord
  247. //
  248. this.tsbtnQueryRecord.AutoSize = false;
  249. this.tsbtnQueryRecord.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.tsbtnQueryRecord.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  251. this.tsbtnQueryRecord.ImageTransparentColor = System.Drawing.Color.Magenta;
  252. this.tsbtnQueryRecord.Name = "tsbtnQueryRecord";
  253. this.tsbtnQueryRecord.Size = new System.Drawing.Size(80, 25);
  254. this.tsbtnQueryRecord.Text = "模具履历(&L)";
  255. this.tsbtnQueryRecord.Click += new System.EventHandler(this.tsbtnQueryRecord_Click);
  256. //
  257. // toolStripSeparator3
  258. //
  259. this.toolStripSeparator3.AutoSize = false;
  260. this.toolStripSeparator3.Name = "toolStripSeparator3";
  261. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  262. //
  263. // tsbtnAdaptive
  264. //
  265. this.tsbtnAdaptive.AutoSize = false;
  266. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  268. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  269. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  270. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  271. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  272. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  273. //
  274. // tsbtnClose
  275. //
  276. this.tsbtnClose.AutoSize = false;
  277. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  279. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  280. this.tsbtnClose.Name = "tsbtnClose";
  281. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  282. this.tsbtnClose.Text = "关闭(&X)";
  283. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  284. //
  285. // dgvGroutingLine
  286. //
  287. this.dgvGroutingLine.AllowUserToAddRows = false;
  288. this.dgvGroutingLine.AllowUserToDeleteRows = false;
  289. this.dgvGroutingLine.AllowUserToModifyRows = true;
  290. this.dgvGroutingLine.AllowUserToOrderColumns = true;
  291. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  292. this.dgvGroutingLine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  293. this.dgvGroutingLine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  294. this.dgvGroutingLine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  295. this.dgvGroutingLine.CellHeight = 23;
  296. this.dgvGroutingLine.ChildNodeColumnName = null;
  297. this.dgvGroutingLine.ChildNodeColumnText = null;
  298. this.dgvGroutingLine.ColumnDeep = 1;
  299. this.dgvGroutingLine.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  300. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  301. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  302. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  304. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  305. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  306. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  307. this.dgvGroutingLine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  308. this.dgvGroutingLine.ColumnHeadersHeight = 29;
  309. this.dgvGroutingLine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  310. this.dgvGroutingLine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  311. this.GroutingLineID,
  312. this.GroutingLineCode,
  313. this.GroutingLineName,
  314. this.workshop,
  315. this.ValueFlag,
  316. this.BuildingNo,
  317. this.FloorNo,
  318. this.GroutingLineNo,
  319. this.MouldQuantity,
  320. this.GMouldTypeName,
  321. this.HIGHPRESSUREFLAG,
  322. this.monitorcode,
  323. this.UserCode,
  324. this.staffCodeList,
  325. this.goosCodeList,
  326. this.BeginUsedDate,
  327. this.EndUsedDate,
  328. this.GMOULDSTATUSNAME,
  329. this.valueflag2,
  330. this.Remarks,
  331. this.GMouldStatus});
  332. this.dgvGroutingLine.ColumnTreeView = null;
  333. 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)));
  334. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  335. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  336. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  338. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  339. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  340. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  341. this.dgvGroutingLine.DefaultCellStyle = dataGridViewCellStyle5;
  342. this.dgvGroutingLine.Dock = System.Windows.Forms.DockStyle.Fill;
  343. this.dgvGroutingLine.DynamicColumnName = "";
  344. this.dgvGroutingLine.EnableHeadersVisualStyles = false;
  345. this.dgvGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.dgvGroutingLine.FormatQuantityColumns = null;
  347. this.dgvGroutingLine.HorizontalMergeColumn = null;
  348. this.dgvGroutingLine.IsAutoCountSum = true;
  349. this.dgvGroutingLine.IsAutoResizeColumns = false;
  350. this.dgvGroutingLine.IsClickF12 = false;
  351. this.dgvGroutingLine.IsOpenMergeCellFlag = false;
  352. this.dgvGroutingLine.IsSubTotalFlag = false;
  353. this.dgvGroutingLine.IsTopDeep = false;
  354. this.dgvGroutingLine.Location = new System.Drawing.Point(0, 0);
  355. this.dgvGroutingLine.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  356. this.dgvGroutingLine.MergeColumnNames = null;
  357. this.dgvGroutingLine.MergeDetailColumnNames = null;
  358. this.dgvGroutingLine.MergeDetailOnlyColumn = null;
  359. this.dgvGroutingLine.MergeOnlyColumn = null;
  360. this.dgvGroutingLine.MultiSelect = false;
  361. this.dgvGroutingLine.Name = "dgvGroutingLine";
  362. this.dgvGroutingLine.ReadOnly = true;
  363. this.dgvGroutingLine.RefreshAtHscroll = false;
  364. this.dgvGroutingLine.RowHeadersWidth = 50;
  365. this.dgvGroutingLine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  366. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  367. this.dgvGroutingLine.RowsDefaultCellStyle = dataGridViewCellStyle6;
  368. this.dgvGroutingLine.RowTemplate.Height = 21;
  369. this.dgvGroutingLine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  370. this.dgvGroutingLine.ShowEditingIcon = false;
  371. this.dgvGroutingLine.Size = new System.Drawing.Size(1355, 219);
  372. this.dgvGroutingLine.SortOrderColumnName = null;
  373. this.dgvGroutingLine.TabIndex = 0;
  374. this.dgvGroutingLine.Tag = true;
  375. this.dgvGroutingLine.TotalSumColumns = null;
  376. this.dgvGroutingLine.ViewRowFilter = "";
  377. this.dgvGroutingLine.VirtualMode = true;
  378. this.dgvGroutingLine.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvGroutingLine_ColumnHeaderMouseClick);
  379. this.dgvGroutingLine.SelectionChanged += new System.EventHandler(this.dgvGroutingLine_SelectionChanged);
  380. //
  381. // btnClearCondition
  382. //
  383. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  384. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  385. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  386. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  388. this.btnClearCondition.Location = new System.Drawing.Point(1233, 85);
  389. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  390. this.btnClearCondition.Name = "btnClearCondition";
  391. this.btnClearCondition.Size = new System.Drawing.Size(113, 38);
  392. this.btnClearCondition.TabIndex = 28;
  393. this.btnClearCondition.Text = "清空条件(&C)";
  394. this.btnClearCondition.UseVisualStyleBackColor = false;
  395. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  396. //
  397. // btnSearch
  398. //
  399. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  400. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  401. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  402. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.btnSearch.ForeColor = System.Drawing.Color.White;
  404. this.btnSearch.Location = new System.Drawing.Point(1112, 85);
  405. this.btnSearch.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  406. this.btnSearch.Name = "btnSearch";
  407. this.btnSearch.Size = new System.Drawing.Size(113, 38);
  408. this.btnSearch.TabIndex = 27;
  409. this.btnSearch.Text = "查询(&Q)";
  410. this.btnSearch.UseVisualStyleBackColor = false;
  411. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  412. //
  413. // txtEndUsedDateEnd
  414. //
  415. this.txtEndUsedDateEnd.CustomFormat = "yyyy-MM-dd";
  416. this.txtEndUsedDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  417. this.txtEndUsedDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  418. this.txtEndUsedDateEnd.Location = new System.Drawing.Point(1071, 59);
  419. this.txtEndUsedDateEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  420. this.txtEndUsedDateEnd.Name = "txtEndUsedDateEnd";
  421. this.txtEndUsedDateEnd.Size = new System.Drawing.Size(139, 25);
  422. this.txtEndUsedDateEnd.TabIndex = 18;
  423. //
  424. // c_Label12
  425. //
  426. this.c_Label12.AutoSize = true;
  427. this.c_Label12.BackColor = System.Drawing.Color.Transparent;
  428. this.c_Label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.c_Label12.ForeColor = System.Drawing.SystemColors.ControlText;
  430. this.c_Label12.Location = new System.Drawing.Point(1040, 62);
  431. this.c_Label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  432. this.c_Label12.Name = "c_Label12";
  433. this.c_Label12.Size = new System.Drawing.Size(22, 15);
  434. this.c_Label12.TabIndex = 17;
  435. this.c_Label12.Text = "至";
  436. //
  437. // txtEndUsedDateStart
  438. //
  439. this.txtEndUsedDateStart.CustomFormat = "yyyy-MM-dd";
  440. this.txtEndUsedDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  441. this.txtEndUsedDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  442. this.txtEndUsedDateStart.Location = new System.Drawing.Point(895, 59);
  443. this.txtEndUsedDateStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  444. this.txtEndUsedDateStart.Name = "txtEndUsedDateStart";
  445. this.txtEndUsedDateStart.Size = new System.Drawing.Size(136, 25);
  446. this.txtEndUsedDateStart.TabIndex = 16;
  447. //
  448. // cbEndTime
  449. //
  450. this.cbEndTime.AutoSize = true;
  451. this.cbEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.cbEndTime.Location = new System.Drawing.Point(795, 61);
  453. this.cbEndTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  454. this.cbEndTime.Name = "cbEndTime";
  455. this.cbEndTime.Size = new System.Drawing.Size(89, 19);
  456. this.cbEndTime.TabIndex = 15;
  457. this.cbEndTime.Text = "结束日期";
  458. this.cbEndTime.UseVisualStyleBackColor = true;
  459. this.cbEndTime.CheckedChanged += new System.EventHandler(this.cbEndTime_CheckedChanged);
  460. //
  461. // txtRemarks
  462. //
  463. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  464. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  465. this.txtRemarks.ErrorMessage = "";
  466. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.txtRemarks.Location = new System.Drawing.Point(103, 92);
  468. this.txtRemarks.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  469. this.txtRemarks.MaxLength = 500;
  470. this.txtRemarks.Name = "txtRemarks";
  471. this.txtRemarks.Size = new System.Drawing.Size(421, 25);
  472. this.txtRemarks.TabIndex = 20;
  473. //
  474. // lblRemarks
  475. //
  476. this.lblRemarks.AutoSize = true;
  477. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  478. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  479. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  480. this.lblRemarks.Location = new System.Drawing.Point(56, 94);
  481. this.lblRemarks.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  482. this.lblRemarks.Name = "lblRemarks";
  483. this.lblRemarks.Size = new System.Drawing.Size(37, 15);
  484. this.lblRemarks.TabIndex = 19;
  485. this.lblRemarks.Text = "备注";
  486. //
  487. // txtBeginUsedDateEnd
  488. //
  489. this.txtBeginUsedDateEnd.CustomFormat = "yyyy-MM-dd";
  490. this.txtBeginUsedDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  491. this.txtBeginUsedDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  492. this.txtBeginUsedDateEnd.Location = new System.Drawing.Point(1071, 25);
  493. this.txtBeginUsedDateEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  494. this.txtBeginUsedDateEnd.Name = "txtBeginUsedDateEnd";
  495. this.txtBeginUsedDateEnd.Size = new System.Drawing.Size(139, 25);
  496. this.txtBeginUsedDateEnd.TabIndex = 9;
  497. //
  498. // c_Label11
  499. //
  500. this.c_Label11.AutoSize = true;
  501. this.c_Label11.BackColor = System.Drawing.Color.Transparent;
  502. this.c_Label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  503. this.c_Label11.ForeColor = System.Drawing.SystemColors.ControlText;
  504. this.c_Label11.Location = new System.Drawing.Point(1040, 30);
  505. this.c_Label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  506. this.c_Label11.Name = "c_Label11";
  507. this.c_Label11.Size = new System.Drawing.Size(22, 15);
  508. this.c_Label11.TabIndex = 8;
  509. this.c_Label11.Text = "至";
  510. //
  511. // txtBeginUsedDateStart
  512. //
  513. this.txtBeginUsedDateStart.CustomFormat = "yyyy-MM-dd";
  514. this.txtBeginUsedDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  515. this.txtBeginUsedDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  516. this.txtBeginUsedDateStart.Location = new System.Drawing.Point(895, 25);
  517. this.txtBeginUsedDateStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  518. this.txtBeginUsedDateStart.Name = "txtBeginUsedDateStart";
  519. this.txtBeginUsedDateStart.Size = new System.Drawing.Size(136, 25);
  520. this.txtBeginUsedDateStart.TabIndex = 7;
  521. //
  522. // cbStartTime
  523. //
  524. this.cbStartTime.AutoSize = true;
  525. this.cbStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  526. this.cbStartTime.Location = new System.Drawing.Point(795, 28);
  527. this.cbStartTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  528. this.cbStartTime.Name = "cbStartTime";
  529. this.cbStartTime.Size = new System.Drawing.Size(89, 19);
  530. this.cbStartTime.TabIndex = 6;
  531. this.cbStartTime.Text = "开始日期";
  532. this.cbStartTime.UseVisualStyleBackColor = true;
  533. this.cbStartTime.CheckedChanged += new System.EventHandler(this.cbStartTime_CheckedChanged);
  534. //
  535. // txtGroutingLineName
  536. //
  537. this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
  538. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  539. this.txtGroutingLineName.ErrorMessage = "";
  540. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  541. this.txtGroutingLineName.Location = new System.Drawing.Point(365, 59);
  542. this.txtGroutingLineName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  543. this.txtGroutingLineName.MaxLength = 50;
  544. this.txtGroutingLineName.Name = "txtGroutingLineName";
  545. this.txtGroutingLineName.Size = new System.Drawing.Size(159, 25);
  546. this.txtGroutingLineName.TabIndex = 13;
  547. //
  548. // lblGroutingLineName
  549. //
  550. this.lblGroutingLineName.AutoSize = true;
  551. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  552. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  553. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  554. this.lblGroutingLineName.Location = new System.Drawing.Point(271, 62);
  555. this.lblGroutingLineName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  556. this.lblGroutingLineName.Name = "lblGroutingLineName";
  557. this.lblGroutingLineName.Size = new System.Drawing.Size(82, 15);
  558. this.lblGroutingLineName.TabIndex = 12;
  559. this.lblGroutingLineName.Text = "成型线名称";
  560. //
  561. // txtGroutingLineCode
  562. //
  563. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  564. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  565. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  566. this.txtGroutingLineCode.ErrorMessage = "";
  567. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  568. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  569. this.txtGroutingLineCode.Location = new System.Drawing.Point(103, 59);
  570. this.txtGroutingLineCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  571. this.txtGroutingLineCode.MaxLength = 30;
  572. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  573. this.txtGroutingLineCode.Size = new System.Drawing.Size(159, 25);
  574. this.txtGroutingLineCode.TabIndex = 11;
  575. this.txtGroutingLineCode.TextValue = "";
  576. //
  577. // lblGroutingLineCode
  578. //
  579. this.lblGroutingLineCode.AutoSize = true;
  580. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  581. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  582. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  583. this.lblGroutingLineCode.Location = new System.Drawing.Point(8, 62);
  584. this.lblGroutingLineCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  585. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  586. this.lblGroutingLineCode.Size = new System.Drawing.Size(82, 15);
  587. this.lblGroutingLineCode.TabIndex = 10;
  588. this.lblGroutingLineCode.Text = "成型线编码";
  589. //
  590. // lblGMouldStatus
  591. //
  592. this.lblGMouldStatus.AutoSize = true;
  593. this.lblGMouldStatus.BackColor = System.Drawing.Color.Transparent;
  594. this.lblGMouldStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  595. this.lblGMouldStatus.ForeColor = System.Drawing.SystemColors.ControlText;
  596. this.lblGMouldStatus.Location = new System.Drawing.Point(533, 98);
  597. this.lblGMouldStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  598. this.lblGMouldStatus.Name = "lblGMouldStatus";
  599. this.lblGMouldStatus.Size = new System.Drawing.Size(82, 15);
  600. this.lblGMouldStatus.TabIndex = 21;
  601. this.lblGMouldStatus.Text = "成型线状态";
  602. //
  603. // txtGroutingLineNo
  604. //
  605. this.txtGroutingLineNo.BackColor = System.Drawing.SystemColors.Window;
  606. this.txtGroutingLineNo.BackgroundColor = System.Drawing.SystemColors.Window;
  607. this.txtGroutingLineNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  608. this.txtGroutingLineNo.ErrorMessage = "";
  609. this.txtGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  610. this.txtGroutingLineNo.Location = new System.Drawing.Point(628, 25);
  611. this.txtGroutingLineNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  612. this.txtGroutingLineNo.MaxLength = 10;
  613. this.txtGroutingLineNo.Name = "txtGroutingLineNo";
  614. this.txtGroutingLineNo.Size = new System.Drawing.Size(159, 25);
  615. this.txtGroutingLineNo.TabIndex = 5;
  616. //
  617. // lblGroutingLineNo
  618. //
  619. this.lblGroutingLineNo.AutoSize = true;
  620. this.lblGroutingLineNo.BackColor = System.Drawing.Color.Transparent;
  621. this.lblGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  622. this.lblGroutingLineNo.ForeColor = System.Drawing.SystemColors.ControlText;
  623. this.lblGroutingLineNo.Location = new System.Drawing.Point(581, 29);
  624. this.lblGroutingLineNo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  625. this.lblGroutingLineNo.Name = "lblGroutingLineNo";
  626. this.lblGroutingLineNo.Size = new System.Drawing.Size(37, 15);
  627. this.lblGroutingLineNo.TabIndex = 4;
  628. this.lblGroutingLineNo.Text = "线号";
  629. //
  630. // lblFloorNo
  631. //
  632. this.lblFloorNo.AutoSize = true;
  633. this.lblFloorNo.BackColor = System.Drawing.Color.Transparent;
  634. this.lblFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  635. this.lblFloorNo.ForeColor = System.Drawing.SystemColors.ControlText;
  636. this.lblFloorNo.Location = new System.Drawing.Point(319, 29);
  637. this.lblFloorNo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  638. this.lblFloorNo.Name = "lblFloorNo";
  639. this.lblFloorNo.Size = new System.Drawing.Size(37, 15);
  640. this.lblFloorNo.TabIndex = 2;
  641. this.lblFloorNo.Text = "楼层";
  642. //
  643. // txtBuildingNo
  644. //
  645. this.txtBuildingNo.BackColor = System.Drawing.SystemColors.Window;
  646. this.txtBuildingNo.BackgroundColor = System.Drawing.SystemColors.Window;
  647. this.txtBuildingNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  648. this.txtBuildingNo.ErrorMessage = "";
  649. this.txtBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  650. this.txtBuildingNo.Location = new System.Drawing.Point(103, 25);
  651. this.txtBuildingNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  652. this.txtBuildingNo.MaxLength = 10;
  653. this.txtBuildingNo.Name = "txtBuildingNo";
  654. this.txtBuildingNo.Size = new System.Drawing.Size(159, 25);
  655. this.txtBuildingNo.TabIndex = 1;
  656. //
  657. // lblBuildingNo
  658. //
  659. this.lblBuildingNo.AutoSize = true;
  660. this.lblBuildingNo.BackColor = System.Drawing.Color.Transparent;
  661. this.lblBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  662. this.lblBuildingNo.ForeColor = System.Drawing.SystemColors.ControlText;
  663. this.lblBuildingNo.Location = new System.Drawing.Point(56, 29);
  664. this.lblBuildingNo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  665. this.lblBuildingNo.Name = "lblBuildingNo";
  666. this.lblBuildingNo.Size = new System.Drawing.Size(37, 15);
  667. this.lblBuildingNo.TabIndex = 0;
  668. this.lblBuildingNo.Text = "楼号";
  669. //
  670. // gbxCondition
  671. //
  672. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  673. | System.Windows.Forms.AnchorStyles.Right)));
  674. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  675. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  676. this.gbxCondition.Controls.Add(this.btnSearch);
  677. this.gbxCondition.Controls.Add(this.lblGMouldType);
  678. this.gbxCondition.Controls.Add(this.scbGMouldType);
  679. this.gbxCondition.Controls.Add(this.chkDisable);
  680. this.gbxCondition.Controls.Add(this.chkEnable);
  681. this.gbxCondition.Controls.Add(this.lstcbxGMouldStatus);
  682. this.gbxCondition.Controls.Add(this.txtFloorNo);
  683. this.gbxCondition.Controls.Add(this.lblBuildingNo);
  684. this.gbxCondition.Controls.Add(this.lblGroutingLineCode);
  685. this.gbxCondition.Controls.Add(this.btnClearCondition);
  686. this.gbxCondition.Controls.Add(this.txtBuildingNo);
  687. this.gbxCondition.Controls.Add(this.txtGroutingUserCode);
  688. this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
  689. this.gbxCondition.Controls.Add(this.txtEndUsedDateEnd);
  690. this.gbxCondition.Controls.Add(this.c_Label12);
  691. this.gbxCondition.Controls.Add(this.txtEndUsedDateStart);
  692. this.gbxCondition.Controls.Add(this.lblFloorNo);
  693. this.gbxCondition.Controls.Add(this.cbEndTime);
  694. this.gbxCondition.Controls.Add(this.lblGroutingUserCode);
  695. this.gbxCondition.Controls.Add(this.lblGroutingLineNo);
  696. this.gbxCondition.Controls.Add(this.txtGroutingLineNo);
  697. this.gbxCondition.Controls.Add(this.txtBeginUsedDateEnd);
  698. this.gbxCondition.Controls.Add(this.txtRemarks);
  699. this.gbxCondition.Controls.Add(this.c_Label11);
  700. this.gbxCondition.Controls.Add(this.lblRemarks);
  701. this.gbxCondition.Controls.Add(this.txtBeginUsedDateStart);
  702. this.gbxCondition.Controls.Add(this.lblGMouldStatus);
  703. this.gbxCondition.Controls.Add(this.cbStartTime);
  704. this.gbxCondition.Controls.Add(this.lblGroutingLineName);
  705. this.gbxCondition.Controls.Add(this.txtGroutingLineName);
  706. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  707. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  708. this.gbxCondition.IsMustInput = false;
  709. this.gbxCondition.Location = new System.Drawing.Point(0, 48);
  710. this.gbxCondition.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  711. this.gbxCondition.Name = "gbxCondition";
  712. this.gbxCondition.OriginalHeight = -1;
  713. this.gbxCondition.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  714. this.gbxCondition.Size = new System.Drawing.Size(1355, 129);
  715. this.gbxCondition.TabIndex = 1;
  716. this.gbxCondition.TabStop = false;
  717. this.gbxCondition.Text = "查询条件 ▼";
  718. //
  719. // lblGMouldType
  720. //
  721. this.lblGMouldType.AutoSize = true;
  722. this.lblGMouldType.BackColor = System.Drawing.Color.Transparent;
  723. this.lblGMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  724. this.lblGMouldType.ForeColor = System.Drawing.SystemColors.ControlText;
  725. this.lblGMouldType.Location = new System.Drawing.Point(533, 62);
  726. this.lblGMouldType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  727. this.lblGMouldType.Name = "lblGMouldType";
  728. this.lblGMouldType.Size = new System.Drawing.Size(82, 15);
  729. this.lblGMouldType.TabIndex = 30;
  730. this.lblGMouldType.Text = "成型线类型";
  731. //
  732. // scbGMouldType
  733. //
  734. this.scbGMouldType.CheckedData = null;
  735. this.scbGMouldType.Location = new System.Drawing.Point(628, 59);
  736. this.scbGMouldType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  737. this.scbGMouldType.Name = "scbGMouldType";
  738. this.scbGMouldType.Size = new System.Drawing.Size(161, 26);
  739. this.scbGMouldType.TabIndex = 29;
  740. //
  741. // chkDisable
  742. //
  743. this.chkDisable.AutoSize = true;
  744. this.chkDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  745. this.chkDisable.Location = new System.Drawing.Point(1147, 95);
  746. this.chkDisable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  747. this.chkDisable.Name = "chkDisable";
  748. this.chkDisable.Size = new System.Drawing.Size(59, 19);
  749. this.chkDisable.TabIndex = 26;
  750. this.chkDisable.Text = "无效";
  751. this.chkDisable.UseVisualStyleBackColor = true;
  752. //
  753. // chkEnable
  754. //
  755. this.chkEnable.AutoSize = true;
  756. this.chkEnable.Checked = true;
  757. this.chkEnable.CheckState = System.Windows.Forms.CheckState.Checked;
  758. this.chkEnable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  759. this.chkEnable.Location = new System.Drawing.Point(1071, 95);
  760. this.chkEnable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  761. this.chkEnable.Name = "chkEnable";
  762. this.chkEnable.Size = new System.Drawing.Size(59, 19);
  763. this.chkEnable.TabIndex = 25;
  764. this.chkEnable.Text = "有效";
  765. this.chkEnable.UseVisualStyleBackColor = true;
  766. //
  767. // lstcbxGMouldStatus
  768. //
  769. this.lstcbxGMouldStatus.BackColor = System.Drawing.SystemColors.Window;
  770. this.lstcbxGMouldStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  771. this.lstcbxGMouldStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  772. this.lstcbxGMouldStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  773. this.lstcbxGMouldStatus.FormattingEnabled = true;
  774. this.lstcbxGMouldStatus.Location = new System.Drawing.Point(628, 92);
  775. this.lstcbxGMouldStatus.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  776. this.lstcbxGMouldStatus.Name = "lstcbxGMouldStatus";
  777. this.lstcbxGMouldStatus.Size = new System.Drawing.Size(160, 23);
  778. this.lstcbxGMouldStatus.TabIndex = 22;
  779. //
  780. // txtFloorNo
  781. //
  782. this.txtFloorNo.BackColor = System.Drawing.SystemColors.Window;
  783. this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window;
  784. this.txtFloorNo.EditingControlFormattedValue = "";
  785. this.txtFloorNo.ErrorMessage = "";
  786. this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  787. this.txtFloorNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  788. this.txtFloorNo.Location = new System.Drawing.Point(365, 26);
  789. this.txtFloorNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  790. this.txtFloorNo.MaxValue = new decimal(new int[] {
  791. 99,
  792. 0,
  793. 0,
  794. 0});
  795. this.txtFloorNo.MinValue = new decimal(new int[] {
  796. 1,
  797. 0,
  798. 0,
  799. 0});
  800. this.txtFloorNo.Name = "txtFloorNo";
  801. this.txtFloorNo.Number = new System.Drawing.Point(2, 0);
  802. this.txtFloorNo.ShowDecimal = false;
  803. this.txtFloorNo.Size = new System.Drawing.Size(159, 25);
  804. this.txtFloorNo.TabIndex = 3;
  805. this.txtFloorNo.TextValue = "";
  806. //
  807. // txtGroutingUserCode
  808. //
  809. this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
  810. this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  811. this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  812. this.txtGroutingUserCode.ErrorMessage = "";
  813. this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  814. this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  815. this.txtGroutingUserCode.Location = new System.Drawing.Point(876, 92);
  816. this.txtGroutingUserCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  817. this.txtGroutingUserCode.MaxLength = 20;
  818. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  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(1355, 198);
  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(1355, 422);
  1110. this.splLine.SplitterDistance = 219;
  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. // workshop
  1349. //
  1350. this.workshop.DataPropertyName = "WORKSHOP";
  1351. this.workshop.HeaderText = "部门";
  1352. this.workshop.MinimumWidth = 6;
  1353. this.workshop.Name = "workshop";
  1354. this.workshop.ReadOnly = true;
  1355. this.workshop.Width = 125;
  1356. //
  1357. // ValueFlag
  1358. //
  1359. this.ValueFlag.DataPropertyName = "ValueFlag";
  1360. this.ValueFlag.FalseValue = "0";
  1361. this.ValueFlag.HeaderText = "有效标识";
  1362. this.ValueFlag.MinimumWidth = 6;
  1363. this.ValueFlag.Name = "ValueFlag";
  1364. this.ValueFlag.ReadOnly = true;
  1365. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1366. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1367. this.ValueFlag.TrueValue = "1";
  1368. this.ValueFlag.Visible = false;
  1369. this.ValueFlag.Width = 125;
  1370. //
  1371. // BuildingNo
  1372. //
  1373. this.BuildingNo.DataPropertyName = "BuildingNo";
  1374. this.BuildingNo.HeaderText = "楼号";
  1375. this.BuildingNo.MinimumWidth = 6;
  1376. this.BuildingNo.Name = "BuildingNo";
  1377. this.BuildingNo.ReadOnly = true;
  1378. this.BuildingNo.Width = 125;
  1379. //
  1380. // FloorNo
  1381. //
  1382. this.FloorNo.DataPropertyName = "FloorNo";
  1383. this.FloorNo.HeaderText = "楼层";
  1384. this.FloorNo.MinimumWidth = 6;
  1385. this.FloorNo.Name = "FloorNo";
  1386. this.FloorNo.ReadOnly = true;
  1387. this.FloorNo.Width = 125;
  1388. //
  1389. // GroutingLineNo
  1390. //
  1391. this.GroutingLineNo.DataPropertyName = "GroutingLineNo";
  1392. this.GroutingLineNo.HeaderText = "线号";
  1393. this.GroutingLineNo.MinimumWidth = 6;
  1394. this.GroutingLineNo.Name = "GroutingLineNo";
  1395. this.GroutingLineNo.ReadOnly = true;
  1396. this.GroutingLineNo.Width = 125;
  1397. //
  1398. // MouldQuantity
  1399. //
  1400. this.MouldQuantity.DataPropertyName = "MouldQuantity";
  1401. this.MouldQuantity.HeaderText = "模具个数";
  1402. this.MouldQuantity.MinimumWidth = 6;
  1403. this.MouldQuantity.Name = "MouldQuantity";
  1404. this.MouldQuantity.ReadOnly = true;
  1405. this.MouldQuantity.Width = 125;
  1406. //
  1407. // GMouldTypeName
  1408. //
  1409. this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
  1410. this.GMouldTypeName.HeaderText = "成型线类型";
  1411. this.GMouldTypeName.MinimumWidth = 6;
  1412. this.GMouldTypeName.Name = "GMouldTypeName";
  1413. this.GMouldTypeName.ReadOnly = true;
  1414. this.GMouldTypeName.Width = 125;
  1415. //
  1416. // HIGHPRESSUREFLAG
  1417. //
  1418. this.HIGHPRESSUREFLAG.DataPropertyName = "HIGHPRESSUREFLAG";
  1419. this.HIGHPRESSUREFLAG.FalseValue = "0";
  1420. this.HIGHPRESSUREFLAG.HeaderText = "高压注浆";
  1421. this.HIGHPRESSUREFLAG.MinimumWidth = 6;
  1422. this.HIGHPRESSUREFLAG.Name = "HIGHPRESSUREFLAG";
  1423. this.HIGHPRESSUREFLAG.ReadOnly = true;
  1424. this.HIGHPRESSUREFLAG.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1425. this.HIGHPRESSUREFLAG.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1426. this.HIGHPRESSUREFLAG.TrueValue = "1";
  1427. this.HIGHPRESSUREFLAG.Width = 125;
  1428. //
  1429. // monitorcode
  1430. //
  1431. this.monitorcode.DataPropertyName = "monitorcode";
  1432. this.monitorcode.HeaderText = "成型班长";
  1433. this.monitorcode.MinimumWidth = 6;
  1434. this.monitorcode.Name = "monitorcode";
  1435. this.monitorcode.ReadOnly = true;
  1436. this.monitorcode.Width = 125;
  1437. //
  1438. // UserCode
  1439. //
  1440. this.UserCode.DataPropertyName = "userCodeList";
  1441. this.UserCode.HeaderText = "成型工号";
  1442. this.UserCode.MinimumWidth = 6;
  1443. this.UserCode.Name = "UserCode";
  1444. this.UserCode.ReadOnly = true;
  1445. this.UserCode.Width = 125;
  1446. //
  1447. // staffCodeList
  1448. //
  1449. this.staffCodeList.DataPropertyName = "staffCodeList";
  1450. this.staffCodeList.HeaderText = "员工姓名";
  1451. this.staffCodeList.MinimumWidth = 6;
  1452. this.staffCodeList.Name = "staffCodeList";
  1453. this.staffCodeList.ReadOnly = true;
  1454. this.staffCodeList.Width = 125;
  1455. //
  1456. // goosCodeList
  1457. //
  1458. this.goosCodeList.DataPropertyName = "goosCodeList";
  1459. this.goosCodeList.HeaderText = "产品编码";
  1460. this.goosCodeList.MinimumWidth = 6;
  1461. this.goosCodeList.Name = "goosCodeList";
  1462. this.goosCodeList.ReadOnly = true;
  1463. this.goosCodeList.Width = 125;
  1464. //
  1465. // BeginUsedDate
  1466. //
  1467. this.BeginUsedDate.DataPropertyName = "BeginUsedDate";
  1468. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  1469. dataGridViewCellStyle3.NullValue = null;
  1470. this.BeginUsedDate.DefaultCellStyle = dataGridViewCellStyle3;
  1471. this.BeginUsedDate.HeaderText = "开始使用日期";
  1472. this.BeginUsedDate.MinimumWidth = 6;
  1473. this.BeginUsedDate.Name = "BeginUsedDate";
  1474. this.BeginUsedDate.ReadOnly = true;
  1475. this.BeginUsedDate.Width = 120;
  1476. //
  1477. // EndUsedDate
  1478. //
  1479. this.EndUsedDate.DataPropertyName = "EndUsedDate";
  1480. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  1481. dataGridViewCellStyle4.NullValue = null;
  1482. this.EndUsedDate.DefaultCellStyle = dataGridViewCellStyle4;
  1483. this.EndUsedDate.HeaderText = "结束使用日期";
  1484. this.EndUsedDate.MinimumWidth = 6;
  1485. this.EndUsedDate.Name = "EndUsedDate";
  1486. this.EndUsedDate.ReadOnly = true;
  1487. this.EndUsedDate.Width = 120;
  1488. //
  1489. // GMOULDSTATUSNAME
  1490. //
  1491. this.GMOULDSTATUSNAME.DataPropertyName = "GMOULDSTATUSNAME";
  1492. this.GMOULDSTATUSNAME.HeaderText = "成型线状态";
  1493. this.GMOULDSTATUSNAME.MinimumWidth = 6;
  1494. this.GMOULDSTATUSNAME.Name = "GMOULDSTATUSNAME";
  1495. this.GMOULDSTATUSNAME.ReadOnly = true;
  1496. this.GMOULDSTATUSNAME.Width = 120;
  1497. //
  1498. // valueflag2
  1499. //
  1500. this.valueflag2.DataPropertyName = "valueflag2";
  1501. this.valueflag2.FalseValue = "2";
  1502. this.valueflag2.HeaderText = "有效标识";
  1503. this.valueflag2.MinimumWidth = 6;
  1504. this.valueflag2.Name = "valueflag2";
  1505. this.valueflag2.ReadOnly = true;
  1506. this.valueflag2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1507. this.valueflag2.TrueValue = "1";
  1508. this.valueflag2.Width = 125;
  1509. //
  1510. // Remarks
  1511. //
  1512. this.Remarks.DataPropertyName = "Remarks";
  1513. this.Remarks.HeaderText = "备注";
  1514. this.Remarks.MinimumWidth = 6;
  1515. this.Remarks.Name = "Remarks";
  1516. this.Remarks.ReadOnly = true;
  1517. this.Remarks.Width = 125;
  1518. //
  1519. // GMouldStatus
  1520. //
  1521. this.GMouldStatus.DataPropertyName = "GMouldStatus";
  1522. this.GMouldStatus.HeaderText = "GMouldStatus";
  1523. this.GMouldStatus.MinimumWidth = 6;
  1524. this.GMouldStatus.Name = "GMouldStatus";
  1525. this.GMouldStatus.ReadOnly = true;
  1526. this.GMouldStatus.Visible = false;
  1527. this.GMouldStatus.Width = 125;
  1528. //
  1529. // F_PC_0104_1
  1530. //
  1531. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1532. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1533. this.ClientSize = new System.Drawing.Size(1371, 608);
  1534. this.Controls.Add(this.splLine);
  1535. this.Controls.Add(this.gbxCondition);
  1536. this.Controls.Add(this.tsrOperate);
  1537. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  1538. this.Name = "F_PC_0104_1";
  1539. this.Text = "F_PC_0104";
  1540. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0104_FormClosed);
  1541. this.Load += new System.EventHandler(this.F_PC_0104_Load);
  1542. this.tsrOperate.ResumeLayout(false);
  1543. this.tsrOperate.PerformLayout();
  1544. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).EndInit();
  1545. this.gbxCondition.ResumeLayout(false);
  1546. this.gbxCondition.PerformLayout();
  1547. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).EndInit();
  1548. this.splLine.Panel1.ResumeLayout(false);
  1549. this.splLine.Panel2.ResumeLayout(false);
  1550. ((System.ComponentModel.ISupportInitialize)(this.splLine)).EndInit();
  1551. this.splLine.ResumeLayout(false);
  1552. this.ResumeLayout(false);
  1553. }
  1554. #endregion
  1555. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1556. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  1557. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  1558. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  1559. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1560. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1561. private Basics.BaseControls.C_DataGridView dgvGroutingLine;
  1562. private Basics.BaseControls.C_Button btnClearCondition;
  1563. private Basics.BaseControls.C_Button btnSearch;
  1564. private Basics.BaseControls.C_DateTimePicker txtEndUsedDateEnd;
  1565. private Basics.BaseControls.C_Label c_Label12;
  1566. private Basics.BaseControls.C_DateTimePicker txtEndUsedDateStart;
  1567. private Basics.BaseControls.C_CheckBox cbEndTime;
  1568. private Basics.BaseControls.C_TextBox txtRemarks;
  1569. private Basics.BaseControls.C_Label lblRemarks;
  1570. private Basics.BaseControls.C_DateTimePicker txtBeginUsedDateEnd;
  1571. private Basics.BaseControls.C_Label c_Label11;
  1572. private Basics.BaseControls.C_DateTimePicker txtBeginUsedDateStart;
  1573. private Basics.BaseControls.C_CheckBox cbStartTime;
  1574. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  1575. private Basics.BaseControls.C_Label lblGroutingLineName;
  1576. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  1577. private Basics.BaseControls.C_Label lblGroutingLineCode;
  1578. private Basics.BaseControls.C_Label lblGMouldStatus;
  1579. private Basics.BaseControls.C_TextBox txtGroutingLineNo;
  1580. private Basics.BaseControls.C_Label lblGroutingLineNo;
  1581. private Basics.BaseControls.C_Label lblFloorNo;
  1582. private Basics.BaseControls.C_TextBox txtBuildingNo;
  1583. private Basics.BaseControls.C_Label lblBuildingNo;
  1584. private Basics.BaseControls.C_GroupBox gbxCondition;
  1585. private Basics.BaseControls.C_DataGridView dgvGroutingLineDetail;
  1586. private System.Windows.Forms.SplitContainer splLine;
  1587. private System.Windows.Forms.ToolStripButton tsbtnQueryRecord;
  1588. private Basics.BaseControls.C_Label lblGroutingUserCode;
  1589. private Basics.BaseControls.C_TextBox txtGroutingUserCode;
  1590. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1591. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1592. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1593. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1594. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1595. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1596. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  1597. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  1598. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  1599. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  1600. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  1601. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  1602. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  1603. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  1604. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  1605. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  1606. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  1607. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  1608. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
  1609. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
  1610. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
  1611. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
  1612. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
  1613. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
  1614. private Basics.BaseControls.C_DGV_Digital txtFloorNo;
  1615. private System.Windows.Forms.ToolStripButton tsbtnDisable;
  1616. private System.Windows.Forms.ToolStripButton tsbtnStart;
  1617. private System.Windows.Forms.ToolStripButton tsbtnManager;
  1618. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1619. private Basics.BaseControls.C_ComboBox lstcbxGMouldStatus;
  1620. private Basics.BaseControls.C_CheckBox chkDisable;
  1621. private Basics.BaseControls.C_CheckBox chkEnable;
  1622. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  1623. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineIDM;
  1624. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  1625. private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode;
  1626. private System.Windows.Forms.DataGridViewTextBoxColumn MouldID;
  1627. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  1628. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  1629. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  1630. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1631. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  1632. private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingCount;
  1633. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
  1634. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatusM;
  1635. private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDateM;
  1636. private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate2;
  1637. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks1;
  1638. private System.Windows.Forms.DataGridViewTextBoxColumn RecordRemarks;
  1639. private Basics.BaseControls.C_Label lblGMouldType;
  1640. private Controls.SearchBox.ScbGMouldType scbGMouldType;
  1641. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  1642. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  1643. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  1644. private System.Windows.Forms.DataGridViewTextBoxColumn workshop;
  1645. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  1646. private System.Windows.Forms.DataGridViewTextBoxColumn BuildingNo;
  1647. private System.Windows.Forms.DataGridViewTextBoxColumn FloorNo;
  1648. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineNo;
  1649. private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
  1650. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
  1651. private System.Windows.Forms.DataGridViewCheckBoxColumn HIGHPRESSUREFLAG;
  1652. private System.Windows.Forms.DataGridViewTextBoxColumn monitorcode;
  1653. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  1654. private System.Windows.Forms.DataGridViewTextBoxColumn staffCodeList;
  1655. private System.Windows.Forms.DataGridViewTextBoxColumn goosCodeList;
  1656. private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDate;
  1657. private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate;
  1658. private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDSTATUSNAME;
  1659. private System.Windows.Forms.DataGridViewCheckBoxColumn valueflag2;
  1660. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1661. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
  1662. }
  1663. }