F_PC_0108.Designer.cs 86 KB

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