F_PC_0104_1.Designer.cs 87 KB

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