F_PM_0202.Designer.cs 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0202
  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_PM_0202));
  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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  38. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  40. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  41. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtGroutingBatchNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  43. this.chkDMDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  44. this.chkGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  45. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
  50. this.cboGroutingLineType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  51. this.txtWorkUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  52. this.lblWorkUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.txtGroutingUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  54. this.lblGroutingUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  56. this.lblGroutingLineType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  59. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  61. this.lblBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.txtGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  64. this.lblGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  65. this.dtpDMDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  66. this.dtpGroutingDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  67. this.dtpDMDateBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  68. this.dtpGroutingDateBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  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.dgvBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  74. this.colBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.BarCodeRecord = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.GroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.STAFFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.colGMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.MONITORname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.DMCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.ProcedureTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  93. this.WorkUserCodes = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.tsrOperate.SuspendLayout();
  96. this.gbxCondition.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.dgvBarCode)).BeginInit();
  98. this.SuspendLayout();
  99. //
  100. // tsrOperate
  101. //
  102. this.tsrOperate.AutoSize = false;
  103. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  104. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  105. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  107. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  108. this.tsbtnAdaptive,
  109. this.tsbtnClose});
  110. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  111. this.tsrOperate.Name = "tsrOperate";
  112. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  113. this.tsrOperate.ShowItemToolTips = false;
  114. this.tsrOperate.Size = new System.Drawing.Size(1295, 44);
  115. this.tsrOperate.TabIndex = 0;
  116. //
  117. // tsbtnAdaptive
  118. //
  119. this.tsbtnAdaptive.AutoSize = false;
  120. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  122. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  123. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  124. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  125. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  126. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  127. //
  128. // tsbtnClose
  129. //
  130. this.tsbtnClose.AutoSize = false;
  131. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  133. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  134. this.tsbtnClose.Name = "tsbtnClose";
  135. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  136. this.tsbtnClose.Text = "关闭(&X)";
  137. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  138. //
  139. // gbxCondition
  140. //
  141. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  142. | System.Windows.Forms.AnchorStyles.Right)));
  143. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  144. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  145. this.gbxCondition.Controls.Add(this.c_Label2);
  146. this.gbxCondition.Controls.Add(this.txtGroutingBatchNo);
  147. this.gbxCondition.Controls.Add(this.chkDMDate);
  148. this.gbxCondition.Controls.Add(this.chkGroutingDate);
  149. this.gbxCondition.Controls.Add(this.btnClearCondition);
  150. this.gbxCondition.Controls.Add(this.btnSearch);
  151. this.gbxCondition.Controls.Add(this.txtRemarks);
  152. this.gbxCondition.Controls.Add(this.lblRemarks);
  153. this.gbxCondition.Controls.Add(this.txtBarcode);
  154. this.gbxCondition.Controls.Add(this.cboGroutingLineType);
  155. this.gbxCondition.Controls.Add(this.txtWorkUserCode);
  156. this.gbxCondition.Controls.Add(this.lblWorkUserCode);
  157. this.gbxCondition.Controls.Add(this.txtGroutingUser);
  158. this.gbxCondition.Controls.Add(this.lblGroutingUser);
  159. this.gbxCondition.Controls.Add(this.txtGoodsName);
  160. this.gbxCondition.Controls.Add(this.lblGroutingLineType);
  161. this.gbxCondition.Controls.Add(this.lblGoodsName);
  162. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  163. this.gbxCondition.Controls.Add(this.c_Label3);
  164. this.gbxCondition.Controls.Add(this.c_Label1);
  165. this.gbxCondition.Controls.Add(this.lblBarcode);
  166. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  167. this.gbxCondition.Controls.Add(this.txtGroutingMouldCode);
  168. this.gbxCondition.Controls.Add(this.lblGroutingMouldCode);
  169. this.gbxCondition.Controls.Add(this.dtpDMDateEnd);
  170. this.gbxCondition.Controls.Add(this.dtpGroutingDateEnd);
  171. this.gbxCondition.Controls.Add(this.dtpDMDateBegin);
  172. this.gbxCondition.Controls.Add(this.dtpGroutingDateBegin);
  173. this.gbxCondition.Controls.Add(this.txtGroutingLineName);
  174. this.gbxCondition.Controls.Add(this.lblGroutingLineName);
  175. this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
  176. this.gbxCondition.Controls.Add(this.lblGroutingLineCode);
  177. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  179. this.gbxCondition.IsMustInput = false;
  180. this.gbxCondition.Location = new System.Drawing.Point(0, 48);
  181. this.gbxCondition.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  182. this.gbxCondition.Name = "gbxCondition";
  183. this.gbxCondition.OriginalHeight = -1;
  184. this.gbxCondition.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  185. this.gbxCondition.Size = new System.Drawing.Size(1279, 122);
  186. this.gbxCondition.TabIndex = 0;
  187. this.gbxCondition.TabStop = false;
  188. this.gbxCondition.Text = "查询条件 ▼";
  189. //
  190. // c_Label2
  191. //
  192. this.c_Label2.AutoSize = true;
  193. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  194. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  196. this.c_Label2.Location = new System.Drawing.Point(1088, 26);
  197. this.c_Label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  198. this.c_Label2.Name = "c_Label2";
  199. this.c_Label2.Size = new System.Drawing.Size(67, 15);
  200. this.c_Label2.TabIndex = 10;
  201. this.c_Label2.Text = "注浆批次";
  202. //
  203. // txtGroutingBatchNo
  204. //
  205. this.txtGroutingBatchNo.BackColor = System.Drawing.SystemColors.Window;
  206. this.txtGroutingBatchNo.BackgroundColor = System.Drawing.SystemColors.Window;
  207. this.txtGroutingBatchNo.ErrorMessage = "";
  208. this.txtGroutingBatchNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.txtGroutingBatchNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  210. this.txtGroutingBatchNo.Location = new System.Drawing.Point(1167, 21);
  211. this.txtGroutingBatchNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  212. this.txtGroutingBatchNo.MaxValue = new decimal(new int[] {
  213. 1000,
  214. 0,
  215. 0,
  216. 0});
  217. this.txtGroutingBatchNo.MinValue = new decimal(new int[] {
  218. 1,
  219. 0,
  220. 0,
  221. 0});
  222. this.txtGroutingBatchNo.Name = "txtGroutingBatchNo";
  223. this.txtGroutingBatchNo.Number = new System.Drawing.Point(3, 0);
  224. this.txtGroutingBatchNo.Size = new System.Drawing.Size(119, 25);
  225. this.txtGroutingBatchNo.TabIndex = 11;
  226. this.txtGroutingBatchNo.TextValue = "";
  227. //
  228. // chkDMDate
  229. //
  230. this.chkDMDate.AutoSize = true;
  231. this.chkDMDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.chkDMDate.Location = new System.Drawing.Point(676, 55);
  233. this.chkDMDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  234. this.chkDMDate.Name = "chkDMDate";
  235. this.chkDMDate.Size = new System.Drawing.Size(89, 19);
  236. this.chkDMDate.TabIndex = 18;
  237. this.chkDMDate.Text = "交坯日期";
  238. this.chkDMDate.UseVisualStyleBackColor = true;
  239. this.chkDMDate.CheckedChanged += new System.EventHandler(this.chkDMDate_CheckedChanged);
  240. //
  241. // chkGroutingDate
  242. //
  243. this.chkGroutingDate.AutoSize = true;
  244. this.chkGroutingDate.Checked = true;
  245. this.chkGroutingDate.CheckState = System.Windows.Forms.CheckState.Checked;
  246. this.chkGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.chkGroutingDate.Location = new System.Drawing.Point(676, 24);
  248. this.chkGroutingDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  249. this.chkGroutingDate.Name = "chkGroutingDate";
  250. this.chkGroutingDate.Size = new System.Drawing.Size(89, 19);
  251. this.chkGroutingDate.TabIndex = 6;
  252. this.chkGroutingDate.Text = "注浆日期";
  253. this.chkGroutingDate.UseVisualStyleBackColor = true;
  254. this.chkGroutingDate.CheckedChanged += new System.EventHandler(this.chkGroutingDate_CheckedChanged);
  255. //
  256. // btnClearCondition
  257. //
  258. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  259. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  260. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  261. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  263. this.btnClearCondition.Location = new System.Drawing.Point(1157, 80);
  264. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  265. this.btnClearCondition.Name = "btnClearCondition";
  266. this.btnClearCondition.Size = new System.Drawing.Size(113, 38);
  267. this.btnClearCondition.TabIndex = 31;
  268. this.btnClearCondition.Text = "清空条件(&C)";
  269. this.btnClearCondition.UseVisualStyleBackColor = false;
  270. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  271. //
  272. // btnSearch
  273. //
  274. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  275. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  276. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  277. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.btnSearch.ForeColor = System.Drawing.Color.White;
  279. this.btnSearch.Location = new System.Drawing.Point(1036, 80);
  280. this.btnSearch.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  281. this.btnSearch.Name = "btnSearch";
  282. this.btnSearch.Size = new System.Drawing.Size(113, 38);
  283. this.btnSearch.TabIndex = 30;
  284. this.btnSearch.Text = "查询(&Q)";
  285. this.btnSearch.UseVisualStyleBackColor = false;
  286. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  287. //
  288. // txtRemarks
  289. //
  290. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  291. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  292. this.txtRemarks.ErrorMessage = "";
  293. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.txtRemarks.Location = new System.Drawing.Point(723, 84);
  295. this.txtRemarks.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  296. this.txtRemarks.MaxLength = 500;
  297. this.txtRemarks.Name = "txtRemarks";
  298. this.txtRemarks.Size = new System.Drawing.Size(356, 25);
  299. this.txtRemarks.TabIndex = 29;
  300. //
  301. // lblRemarks
  302. //
  303. this.lblRemarks.AutoSize = true;
  304. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  305. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  307. this.lblRemarks.Location = new System.Drawing.Point(676, 89);
  308. this.lblRemarks.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  309. this.lblRemarks.Name = "lblRemarks";
  310. this.lblRemarks.Size = new System.Drawing.Size(37, 15);
  311. this.lblRemarks.TabIndex = 28;
  312. this.lblRemarks.Text = "备注";
  313. //
  314. // txtBarcode
  315. //
  316. this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
  317. this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
  318. this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  319. this.txtBarcode.ErrorMessage = "";
  320. this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.txtBarcode.ImeMode = System.Windows.Forms.ImeMode.Off;
  322. this.txtBarcode.Location = new System.Drawing.Point(548, 84);
  323. this.txtBarcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  324. this.txtBarcode.MaxLength = 11;
  325. this.txtBarcode.Name = "txtBarcode";
  326. this.txtBarcode.Size = new System.Drawing.Size(119, 25);
  327. this.txtBarcode.TabIndex = 27;
  328. this.txtBarcode.TextValue = "";
  329. //
  330. // cboGroutingLineType
  331. //
  332. this.cboGroutingLineType.BackColor = System.Drawing.SystemColors.Window;
  333. this.cboGroutingLineType.BackgroundColor = System.Drawing.SystemColors.Window;
  334. this.cboGroutingLineType.DataSource = null;
  335. this.cboGroutingLineType.DisplayMember = "GMOULDTYPENAME";
  336. this.cboGroutingLineType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.cboGroutingLineType.FormattingEnabled = true;
  338. //
  339. //
  340. //
  341. this.cboGroutingLineType.ListBox.DisplayMember = "GMOULDTYPENAME";
  342. this.cboGroutingLineType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  343. this.cboGroutingLineType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  344. this.cboGroutingLineType.ListBox.IntegralHeight = false;
  345. this.cboGroutingLineType.ListBox.Location = new System.Drawing.Point(0, 0);
  346. this.cboGroutingLineType.ListBox.Name = "";
  347. this.cboGroutingLineType.ListBox.Size = new System.Drawing.Size(117, 136);
  348. this.cboGroutingLineType.ListBox.TabIndex = 0;
  349. this.cboGroutingLineType.ListBox.ValueMember = "GMOULDTYPEID";
  350. this.cboGroutingLineType.Location = new System.Drawing.Point(548, 21);
  351. this.cboGroutingLineType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  352. this.cboGroutingLineType.Name = "cboGroutingLineType";
  353. this.cboGroutingLineType.Size = new System.Drawing.Size(119, 23);
  354. this.cboGroutingLineType.TabIndex = 5;
  355. this.cboGroutingLineType.ValueMember = "GMOULDTYPEID";
  356. //
  357. // txtWorkUserCode
  358. //
  359. this.txtWorkUserCode.BackColor = System.Drawing.SystemColors.Window;
  360. this.txtWorkUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  361. this.txtWorkUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  362. this.txtWorkUserCode.ErrorMessage = "";
  363. this.txtWorkUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  364. this.txtWorkUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  365. this.txtWorkUserCode.Location = new System.Drawing.Point(325, 85);
  366. this.txtWorkUserCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  367. this.txtWorkUserCode.MaxLength = 20;
  368. this.txtWorkUserCode.Name = "txtWorkUserCode";
  369. this.txtWorkUserCode.Size = new System.Drawing.Size(119, 25);
  370. this.txtWorkUserCode.TabIndex = 25;
  371. //
  372. // lblWorkUserCode
  373. //
  374. this.lblWorkUserCode.AutoSize = true;
  375. this.lblWorkUserCode.BackColor = System.Drawing.Color.Transparent;
  376. this.lblWorkUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.lblWorkUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  378. this.lblWorkUserCode.Location = new System.Drawing.Point(247, 90);
  379. this.lblWorkUserCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  380. this.lblWorkUserCode.Name = "lblWorkUserCode";
  381. this.lblWorkUserCode.Size = new System.Drawing.Size(67, 15);
  382. this.lblWorkUserCode.TabIndex = 24;
  383. this.lblWorkUserCode.Text = "生产工号";
  384. //
  385. // txtGroutingUser
  386. //
  387. this.txtGroutingUser.BackColor = System.Drawing.SystemColors.Window;
  388. this.txtGroutingUser.BackgroundColor = System.Drawing.SystemColors.Window;
  389. this.txtGroutingUser.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  390. this.txtGroutingUser.ErrorMessage = "";
  391. this.txtGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.txtGroutingUser.ImeMode = System.Windows.Forms.ImeMode.Off;
  393. this.txtGroutingUser.Location = new System.Drawing.Point(103, 86);
  394. this.txtGroutingUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  395. this.txtGroutingUser.MaxLength = 20;
  396. this.txtGroutingUser.Name = "txtGroutingUser";
  397. this.txtGroutingUser.Size = new System.Drawing.Size(119, 25);
  398. this.txtGroutingUser.TabIndex = 23;
  399. //
  400. // lblGroutingUser
  401. //
  402. this.lblGroutingUser.AutoSize = true;
  403. this.lblGroutingUser.BackColor = System.Drawing.Color.Transparent;
  404. this.lblGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.lblGroutingUser.ForeColor = System.Drawing.SystemColors.ControlText;
  406. this.lblGroutingUser.Location = new System.Drawing.Point(24, 91);
  407. this.lblGroutingUser.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  408. this.lblGroutingUser.Name = "lblGroutingUser";
  409. this.lblGroutingUser.Size = new System.Drawing.Size(67, 15);
  410. this.lblGroutingUser.TabIndex = 22;
  411. this.lblGroutingUser.Text = "成型工号";
  412. //
  413. // txtGoodsName
  414. //
  415. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  416. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  417. this.txtGoodsName.ErrorMessage = "";
  418. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.txtGoodsName.Location = new System.Drawing.Point(548, 52);
  420. this.txtGoodsName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  421. this.txtGoodsName.MaxLength = 20;
  422. this.txtGoodsName.Name = "txtGoodsName";
  423. this.txtGoodsName.Size = new System.Drawing.Size(119, 25);
  424. this.txtGoodsName.TabIndex = 17;
  425. //
  426. // lblGroutingLineType
  427. //
  428. this.lblGroutingLineType.AutoSize = true;
  429. this.lblGroutingLineType.BackColor = System.Drawing.Color.Transparent;
  430. this.lblGroutingLineType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.lblGroutingLineType.ForeColor = System.Drawing.SystemColors.ControlText;
  432. this.lblGroutingLineType.Location = new System.Drawing.Point(453, 25);
  433. this.lblGroutingLineType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  434. this.lblGroutingLineType.Name = "lblGroutingLineType";
  435. this.lblGroutingLineType.Size = new System.Drawing.Size(82, 15);
  436. this.lblGroutingLineType.TabIndex = 4;
  437. this.lblGroutingLineType.Text = "成型线类型";
  438. //
  439. // lblGoodsName
  440. //
  441. this.lblGoodsName.AutoSize = true;
  442. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  443. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  445. this.lblGoodsName.Location = new System.Drawing.Point(469, 58);
  446. this.lblGoodsName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  447. this.lblGoodsName.Name = "lblGoodsName";
  448. this.lblGoodsName.Size = new System.Drawing.Size(67, 15);
  449. this.lblGoodsName.TabIndex = 16;
  450. this.lblGoodsName.Text = "产品名称";
  451. //
  452. // txtGoodsCode
  453. //
  454. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  455. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  456. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  457. this.txtGoodsCode.ErrorMessage = "";
  458. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  460. this.txtGoodsCode.Location = new System.Drawing.Point(325, 54);
  461. this.txtGoodsCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  462. this.txtGoodsCode.MaxLength = 10;
  463. this.txtGoodsCode.Name = "txtGoodsCode";
  464. this.txtGoodsCode.Size = new System.Drawing.Size(119, 25);
  465. this.txtGoodsCode.TabIndex = 15;
  466. //
  467. // c_Label3
  468. //
  469. this.c_Label3.AutoSize = true;
  470. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  471. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  472. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  473. this.c_Label3.Location = new System.Drawing.Point(919, 56);
  474. this.c_Label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  475. this.c_Label3.Name = "c_Label3";
  476. this.c_Label3.Size = new System.Drawing.Size(22, 15);
  477. this.c_Label3.TabIndex = 20;
  478. this.c_Label3.Text = "至";
  479. //
  480. // c_Label1
  481. //
  482. this.c_Label1.AutoSize = true;
  483. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  484. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  486. this.c_Label1.Location = new System.Drawing.Point(919, 26);
  487. this.c_Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  488. this.c_Label1.Name = "c_Label1";
  489. this.c_Label1.Size = new System.Drawing.Size(22, 15);
  490. this.c_Label1.TabIndex = 8;
  491. this.c_Label1.Text = "至";
  492. //
  493. // lblBarcode
  494. //
  495. this.lblBarcode.AutoSize = true;
  496. this.lblBarcode.BackColor = System.Drawing.Color.Transparent;
  497. this.lblBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.lblBarcode.ForeColor = System.Drawing.SystemColors.ControlText;
  499. this.lblBarcode.Location = new System.Drawing.Point(469, 88);
  500. this.lblBarcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  501. this.lblBarcode.Name = "lblBarcode";
  502. this.lblBarcode.Size = new System.Drawing.Size(67, 15);
  503. this.lblBarcode.TabIndex = 26;
  504. this.lblBarcode.Text = "产品条码";
  505. //
  506. // lblGoodsCode
  507. //
  508. this.lblGoodsCode.AutoSize = true;
  509. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  510. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  512. this.lblGoodsCode.Location = new System.Drawing.Point(247, 59);
  513. this.lblGoodsCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  514. this.lblGoodsCode.Name = "lblGoodsCode";
  515. this.lblGoodsCode.Size = new System.Drawing.Size(67, 15);
  516. this.lblGoodsCode.TabIndex = 14;
  517. this.lblGoodsCode.Text = "产品编码";
  518. //
  519. // txtGroutingMouldCode
  520. //
  521. this.txtGroutingMouldCode.BackColor = System.Drawing.SystemColors.Window;
  522. this.txtGroutingMouldCode.BackgroundColor = System.Drawing.SystemColors.Window;
  523. this.txtGroutingMouldCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  524. this.txtGroutingMouldCode.ErrorMessage = "";
  525. this.txtGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  526. this.txtGroutingMouldCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  527. this.txtGroutingMouldCode.Location = new System.Drawing.Point(103, 55);
  528. this.txtGroutingMouldCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  529. this.txtGroutingMouldCode.MaxLength = 40;
  530. this.txtGroutingMouldCode.Name = "txtGroutingMouldCode";
  531. this.txtGroutingMouldCode.Size = new System.Drawing.Size(119, 25);
  532. this.txtGroutingMouldCode.TabIndex = 13;
  533. //
  534. // lblGroutingMouldCode
  535. //
  536. this.lblGroutingMouldCode.AutoSize = true;
  537. this.lblGroutingMouldCode.BackColor = System.Drawing.Color.Transparent;
  538. this.lblGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  539. this.lblGroutingMouldCode.ForeColor = System.Drawing.SystemColors.ControlText;
  540. this.lblGroutingMouldCode.Location = new System.Drawing.Point(24, 60);
  541. this.lblGroutingMouldCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  542. this.lblGroutingMouldCode.Name = "lblGroutingMouldCode";
  543. this.lblGroutingMouldCode.Size = new System.Drawing.Size(67, 15);
  544. this.lblGroutingMouldCode.TabIndex = 12;
  545. this.lblGroutingMouldCode.Text = "模具编号";
  546. //
  547. // dtpDMDateEnd
  548. //
  549. this.dtpDMDateEnd.CustomFormat = "yyyy-MM-dd";
  550. this.dtpDMDateEnd.Enabled = false;
  551. this.dtpDMDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  552. this.dtpDMDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  553. this.dtpDMDateEnd.Location = new System.Drawing.Point(949, 51);
  554. this.dtpDMDateEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  555. this.dtpDMDateEnd.Name = "dtpDMDateEnd";
  556. this.dtpDMDateEnd.Size = new System.Drawing.Size(129, 25);
  557. this.dtpDMDateEnd.TabIndex = 21;
  558. //
  559. // dtpGroutingDateEnd
  560. //
  561. this.dtpGroutingDateEnd.CustomFormat = "yyyy-MM-dd";
  562. this.dtpGroutingDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  563. this.dtpGroutingDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  564. this.dtpGroutingDateEnd.Location = new System.Drawing.Point(949, 21);
  565. this.dtpGroutingDateEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  566. this.dtpGroutingDateEnd.Name = "dtpGroutingDateEnd";
  567. this.dtpGroutingDateEnd.Size = new System.Drawing.Size(129, 25);
  568. this.dtpGroutingDateEnd.TabIndex = 9;
  569. //
  570. // dtpDMDateBegin
  571. //
  572. this.dtpDMDateBegin.CustomFormat = "yyyy-MM-dd";
  573. this.dtpDMDateBegin.Enabled = false;
  574. this.dtpDMDateBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  575. this.dtpDMDateBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  576. this.dtpDMDateBegin.Location = new System.Drawing.Point(780, 51);
  577. this.dtpDMDateBegin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  578. this.dtpDMDateBegin.Name = "dtpDMDateBegin";
  579. this.dtpDMDateBegin.Size = new System.Drawing.Size(129, 25);
  580. this.dtpDMDateBegin.TabIndex = 19;
  581. //
  582. // dtpGroutingDateBegin
  583. //
  584. this.dtpGroutingDateBegin.CustomFormat = "yyyy-MM-dd";
  585. this.dtpGroutingDateBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  586. this.dtpGroutingDateBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  587. this.dtpGroutingDateBegin.Location = new System.Drawing.Point(780, 21);
  588. this.dtpGroutingDateBegin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  589. this.dtpGroutingDateBegin.Name = "dtpGroutingDateBegin";
  590. this.dtpGroutingDateBegin.Size = new System.Drawing.Size(129, 25);
  591. this.dtpGroutingDateBegin.TabIndex = 7;
  592. //
  593. // txtGroutingLineName
  594. //
  595. this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
  596. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  597. this.txtGroutingLineName.ErrorMessage = "";
  598. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  599. this.txtGroutingLineName.Location = new System.Drawing.Point(325, 21);
  600. this.txtGroutingLineName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  601. this.txtGroutingLineName.MaxLength = 50;
  602. this.txtGroutingLineName.Name = "txtGroutingLineName";
  603. this.txtGroutingLineName.Size = new System.Drawing.Size(119, 25);
  604. this.txtGroutingLineName.TabIndex = 3;
  605. //
  606. // lblGroutingLineName
  607. //
  608. this.lblGroutingLineName.AutoSize = true;
  609. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  610. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  611. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  612. this.lblGroutingLineName.Location = new System.Drawing.Point(231, 26);
  613. this.lblGroutingLineName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  614. this.lblGroutingLineName.Name = "lblGroutingLineName";
  615. this.lblGroutingLineName.Size = new System.Drawing.Size(82, 15);
  616. this.lblGroutingLineName.TabIndex = 2;
  617. this.lblGroutingLineName.Text = "成型线名称";
  618. //
  619. // txtGroutingLineCode
  620. //
  621. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  622. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  623. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  624. this.txtGroutingLineCode.ErrorMessage = "";
  625. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  626. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  627. this.txtGroutingLineCode.Location = new System.Drawing.Point(103, 22);
  628. this.txtGroutingLineCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  629. this.txtGroutingLineCode.MaxLength = 30;
  630. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  631. this.txtGroutingLineCode.Size = new System.Drawing.Size(119, 25);
  632. this.txtGroutingLineCode.TabIndex = 1;
  633. //
  634. // lblGroutingLineCode
  635. //
  636. this.lblGroutingLineCode.AutoSize = true;
  637. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  638. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  639. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  640. this.lblGroutingLineCode.Location = new System.Drawing.Point(8, 28);
  641. this.lblGroutingLineCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  642. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  643. this.lblGroutingLineCode.Size = new System.Drawing.Size(82, 15);
  644. this.lblGroutingLineCode.TabIndex = 0;
  645. this.lblGroutingLineCode.Text = "成型线编码";
  646. //
  647. // dgvBarCode
  648. //
  649. this.dgvBarCode.AllowUserToAddRows = false;
  650. this.dgvBarCode.AllowUserToDeleteRows = false;
  651. this.dgvBarCode.AllowUserToModifyRows = true;
  652. this.dgvBarCode.AllowUserToOrderColumns = true;
  653. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  654. this.dgvBarCode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  655. this.dgvBarCode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  656. | System.Windows.Forms.AnchorStyles.Left)
  657. | System.Windows.Forms.AnchorStyles.Right)));
  658. this.dgvBarCode.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  659. this.dgvBarCode.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  660. this.dgvBarCode.CellHeight = 23;
  661. this.dgvBarCode.ChildNodeColumnName = null;
  662. this.dgvBarCode.ChildNodeColumnText = null;
  663. this.dgvBarCode.ColumnDeep = 1;
  664. this.dgvBarCode.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  665. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  666. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  667. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  668. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  669. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  670. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  671. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  672. this.dgvBarCode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  673. this.dgvBarCode.ColumnHeadersHeight = 29;
  674. this.dgvBarCode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  675. this.dgvBarCode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  676. this.colBarCode,
  677. this.BarCodeRecord,
  678. this.GroutingLineCode,
  679. this.GroutingLineName,
  680. this.GroutingDate,
  681. this.GroutingBatchNo,
  682. this.UserCode,
  683. this.STAFFNAME,
  684. this.GoodsCode,
  685. this.GoodsName,
  686. this.GroutingMouldCode,
  687. this.colGMouldStatus,
  688. this.GroutingCount,
  689. this.GMouldTypeName,
  690. this.MONITORname,
  691. this.DMCreateTime,
  692. this.ProcedureName,
  693. this.ProcedureTime,
  694. this.IsPublicBody,
  695. this.WorkUserCodes,
  696. this.Remarks});
  697. this.dgvBarCode.ColumnTreeView = null;
  698. this.dgvBarCode.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)));
  699. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  700. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  701. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  702. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  703. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  704. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  705. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  706. this.dgvBarCode.DefaultCellStyle = dataGridViewCellStyle7;
  707. this.dgvBarCode.DynamicColumnName = "";
  708. this.dgvBarCode.EnableHeadersVisualStyles = false;
  709. this.dgvBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  710. this.dgvBarCode.FormatQuantityColumns = null;
  711. this.dgvBarCode.HorizontalMergeColumn = null;
  712. this.dgvBarCode.IsAutoCountSum = true;
  713. this.dgvBarCode.IsAutoResizeColumns = false;
  714. this.dgvBarCode.IsClickF12 = false;
  715. this.dgvBarCode.IsOpenMergeCellFlag = false;
  716. this.dgvBarCode.IsSubTotalFlag = false;
  717. this.dgvBarCode.IsTopDeep = false;
  718. this.dgvBarCode.Location = new System.Drawing.Point(0, 178);
  719. this.dgvBarCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  720. this.dgvBarCode.MergeColumnNames = null;
  721. this.dgvBarCode.MergeDetailColumnNames = null;
  722. this.dgvBarCode.MergeDetailOnlyColumn = null;
  723. this.dgvBarCode.MergeOnlyColumn = null;
  724. this.dgvBarCode.MultiSelect = false;
  725. this.dgvBarCode.Name = "dgvBarCode";
  726. this.dgvBarCode.ReadOnly = true;
  727. this.dgvBarCode.RefreshAtHscroll = false;
  728. this.dgvBarCode.RowHeadersWidth = 50;
  729. this.dgvBarCode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  730. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  731. this.dgvBarCode.RowsDefaultCellStyle = dataGridViewCellStyle8;
  732. this.dgvBarCode.RowTemplate.Height = 21;
  733. this.dgvBarCode.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  734. this.dgvBarCode.Size = new System.Drawing.Size(1279, 494);
  735. this.dgvBarCode.SortOrderColumnName = null;
  736. this.dgvBarCode.TabIndex = 2;
  737. this.dgvBarCode.Tag = true;
  738. this.dgvBarCode.TotalSumColumns = null;
  739. this.dgvBarCode.ViewRowFilter = "";
  740. this.dgvBarCode.VirtualMode = true;
  741. this.dgvBarCode.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBarCode_CellDoubleClick);
  742. //
  743. // colBarCode
  744. //
  745. this.colBarCode.DataPropertyName = "BarCode";
  746. this.colBarCode.HeaderText = "产品条码";
  747. this.colBarCode.MinimumWidth = 6;
  748. this.colBarCode.Name = "colBarCode";
  749. this.colBarCode.ReadOnly = true;
  750. this.colBarCode.Width = 125;
  751. //
  752. // BarCodeRecord
  753. //
  754. this.BarCodeRecord.DataPropertyName = "BarCodeRecord";
  755. this.BarCodeRecord.HeaderText = "历史条码";
  756. this.BarCodeRecord.MinimumWidth = 6;
  757. this.BarCodeRecord.Name = "BarCodeRecord";
  758. this.BarCodeRecord.ReadOnly = true;
  759. this.BarCodeRecord.Width = 125;
  760. //
  761. // GroutingLineCode
  762. //
  763. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  764. this.GroutingLineCode.HeaderText = "成型线编码";
  765. this.GroutingLineCode.MinimumWidth = 6;
  766. this.GroutingLineCode.Name = "GroutingLineCode";
  767. this.GroutingLineCode.ReadOnly = true;
  768. this.GroutingLineCode.Width = 125;
  769. //
  770. // GroutingLineName
  771. //
  772. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  773. this.GroutingLineName.HeaderText = "成型线名称";
  774. this.GroutingLineName.MinimumWidth = 6;
  775. this.GroutingLineName.Name = "GroutingLineName";
  776. this.GroutingLineName.ReadOnly = true;
  777. this.GroutingLineName.Width = 125;
  778. //
  779. // GroutingDate
  780. //
  781. this.GroutingDate.DataPropertyName = "GroutingDate";
  782. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  783. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  784. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  785. this.GroutingDate.HeaderText = "注浆日期";
  786. this.GroutingDate.MinimumWidth = 6;
  787. this.GroutingDate.Name = "GroutingDate";
  788. this.GroutingDate.ReadOnly = true;
  789. this.GroutingDate.Width = 125;
  790. //
  791. // GroutingBatchNo
  792. //
  793. this.GroutingBatchNo.DataPropertyName = "GroutingBatchNo";
  794. this.GroutingBatchNo.HeaderText = "注浆批次";
  795. this.GroutingBatchNo.MinimumWidth = 6;
  796. this.GroutingBatchNo.Name = "GroutingBatchNo";
  797. this.GroutingBatchNo.ReadOnly = true;
  798. this.GroutingBatchNo.Width = 125;
  799. //
  800. // UserCode
  801. //
  802. this.UserCode.DataPropertyName = "UserCode";
  803. this.UserCode.HeaderText = "成型工号";
  804. this.UserCode.MinimumWidth = 6;
  805. this.UserCode.Name = "UserCode";
  806. this.UserCode.ReadOnly = true;
  807. this.UserCode.Width = 125;
  808. //
  809. // STAFFNAME
  810. //
  811. this.STAFFNAME.DataPropertyName = "STAFFNAME";
  812. this.STAFFNAME.HeaderText = "员工姓名";
  813. this.STAFFNAME.MinimumWidth = 6;
  814. this.STAFFNAME.Name = "STAFFNAME";
  815. this.STAFFNAME.ReadOnly = true;
  816. this.STAFFNAME.Width = 125;
  817. //
  818. // GoodsCode
  819. //
  820. this.GoodsCode.DataPropertyName = "GoodsCode";
  821. this.GoodsCode.HeaderText = "产品编码";
  822. this.GoodsCode.MinimumWidth = 6;
  823. this.GoodsCode.Name = "GoodsCode";
  824. this.GoodsCode.ReadOnly = true;
  825. this.GoodsCode.Width = 125;
  826. //
  827. // GoodsName
  828. //
  829. this.GoodsName.DataPropertyName = "GoodsName";
  830. this.GoodsName.HeaderText = "产品名称";
  831. this.GoodsName.MinimumWidth = 6;
  832. this.GoodsName.Name = "GoodsName";
  833. this.GoodsName.ReadOnly = true;
  834. this.GoodsName.Width = 125;
  835. //
  836. // GroutingMouldCode
  837. //
  838. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  839. this.GroutingMouldCode.HeaderText = "模具编号";
  840. this.GroutingMouldCode.MinimumWidth = 6;
  841. this.GroutingMouldCode.Name = "GroutingMouldCode";
  842. this.GroutingMouldCode.ReadOnly = true;
  843. this.GroutingMouldCode.Width = 125;
  844. //
  845. // colGMouldStatus
  846. //
  847. this.colGMouldStatus.DataPropertyName = "GMouldStatusName";
  848. this.colGMouldStatus.HeaderText = "模具状态";
  849. this.colGMouldStatus.MinimumWidth = 6;
  850. this.colGMouldStatus.Name = "colGMouldStatus";
  851. this.colGMouldStatus.ReadOnly = true;
  852. this.colGMouldStatus.Width = 125;
  853. //
  854. // GroutingCount
  855. //
  856. this.GroutingCount.DataPropertyName = "GroutingCount";
  857. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  858. this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle4;
  859. this.GroutingCount.HeaderText = "注浆次数";
  860. this.GroutingCount.MinimumWidth = 6;
  861. this.GroutingCount.Name = "GroutingCount";
  862. this.GroutingCount.ReadOnly = true;
  863. this.GroutingCount.Width = 125;
  864. //
  865. // GMouldTypeName
  866. //
  867. this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
  868. this.GMouldTypeName.HeaderText = "成型线类型";
  869. this.GMouldTypeName.MinimumWidth = 6;
  870. this.GMouldTypeName.Name = "GMouldTypeName";
  871. this.GMouldTypeName.ReadOnly = true;
  872. this.GMouldTypeName.Width = 125;
  873. //
  874. // MONITORname
  875. //
  876. this.MONITORname.DataPropertyName = "MONITORname";
  877. this.MONITORname.HeaderText = "成型班长";
  878. this.MONITORname.MinimumWidth = 6;
  879. this.MONITORname.Name = "MONITORname";
  880. this.MONITORname.ReadOnly = true;
  881. this.MONITORname.Width = 125;
  882. //
  883. // DMCreateTime
  884. //
  885. this.DMCreateTime.DataPropertyName = "DMCreateTime";
  886. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  887. dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
  888. this.DMCreateTime.DefaultCellStyle = dataGridViewCellStyle5;
  889. this.DMCreateTime.HeaderText = "交坯时间";
  890. this.DMCreateTime.MinimumWidth = 6;
  891. this.DMCreateTime.Name = "DMCreateTime";
  892. this.DMCreateTime.ReadOnly = true;
  893. this.DMCreateTime.Width = 125;
  894. //
  895. // ProcedureName
  896. //
  897. this.ProcedureName.DataPropertyName = "ProcedureName";
  898. this.ProcedureName.HeaderText = "当前工序名称";
  899. this.ProcedureName.MinimumWidth = 6;
  900. this.ProcedureName.Name = "ProcedureName";
  901. this.ProcedureName.ReadOnly = true;
  902. this.ProcedureName.Width = 125;
  903. //
  904. // ProcedureTime
  905. //
  906. this.ProcedureTime.DataPropertyName = "ProcedureTime";
  907. dataGridViewCellStyle6.Format = "yyyy-MM-dd HH:mm:ss";
  908. this.ProcedureTime.DefaultCellStyle = dataGridViewCellStyle6;
  909. this.ProcedureTime.HeaderText = "当前工序完成时间";
  910. this.ProcedureTime.MinimumWidth = 6;
  911. this.ProcedureTime.Name = "ProcedureTime";
  912. this.ProcedureTime.ReadOnly = true;
  913. this.ProcedureTime.Width = 125;
  914. //
  915. // IsPublicBody
  916. //
  917. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  918. this.IsPublicBody.FalseValue = "0";
  919. this.IsPublicBody.HeaderText = "公坯标识";
  920. this.IsPublicBody.IndeterminateValue = "0";
  921. this.IsPublicBody.MinimumWidth = 6;
  922. this.IsPublicBody.Name = "IsPublicBody";
  923. this.IsPublicBody.ReadOnly = true;
  924. this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  925. this.IsPublicBody.TrueValue = "1";
  926. this.IsPublicBody.Width = 125;
  927. //
  928. // WorkUserCodes
  929. //
  930. this.WorkUserCodes.DataPropertyName = "WorkUserCodes";
  931. this.WorkUserCodes.HeaderText = "生产工号";
  932. this.WorkUserCodes.MinimumWidth = 6;
  933. this.WorkUserCodes.Name = "WorkUserCodes";
  934. this.WorkUserCodes.ReadOnly = true;
  935. this.WorkUserCodes.Width = 125;
  936. //
  937. // Remarks
  938. //
  939. this.Remarks.DataPropertyName = "Remarks";
  940. this.Remarks.HeaderText = "备注";
  941. this.Remarks.MinimumWidth = 6;
  942. this.Remarks.Name = "Remarks";
  943. this.Remarks.ReadOnly = true;
  944. this.Remarks.Width = 125;
  945. //
  946. // F_PM_0202
  947. //
  948. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  949. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  950. this.ClientSize = new System.Drawing.Size(1295, 702);
  951. this.Controls.Add(this.dgvBarCode);
  952. this.Controls.Add(this.gbxCondition);
  953. this.Controls.Add(this.tsrOperate);
  954. this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  955. this.Name = "F_PM_0202";
  956. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  957. this.Text = "选择条码";
  958. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  959. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_0101_FormClosed);
  960. this.Load += new System.EventHandler(this.F_PM_0202_Load);
  961. this.Shown += new System.EventHandler(this.F_PM_0202_1_Shown);
  962. this.Controls.SetChildIndex(this.tsrOperate, 0);
  963. this.Controls.SetChildIndex(this.gbxCondition, 0);
  964. this.Controls.SetChildIndex(this.dgvBarCode, 0);
  965. this.tsrOperate.ResumeLayout(false);
  966. this.tsrOperate.PerformLayout();
  967. this.gbxCondition.ResumeLayout(false);
  968. this.gbxCondition.PerformLayout();
  969. ((System.ComponentModel.ISupportInitialize)(this.dgvBarCode)).EndInit();
  970. this.ResumeLayout(false);
  971. this.PerformLayout();
  972. }
  973. #endregion
  974. private Basics.BaseControls.C_ToolStrip tsrOperate;
  975. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  976. private System.Windows.Forms.ToolStripButton tsbtnClose;
  977. private Basics.BaseControls.C_GroupBox gbxCondition;
  978. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  979. private Basics.BaseControls.C_Label lblGroutingLineName;
  980. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  981. private Basics.BaseControls.C_Label lblGroutingLineCode;
  982. private Basics.BaseControls.C_DateTimePicker dtpGroutingDateBegin;
  983. private Basics.BaseControls.C_TextBox txtRemarks;
  984. private Basics.BaseControls.C_Label lblRemarks;
  985. private Basics.BaseControls.C_TextBox txtGoodsName;
  986. private Basics.BaseControls.C_Label lblGoodsName;
  987. private Basics.BaseControls.C_TextBox txtGoodsCode;
  988. private Basics.BaseControls.C_Label lblGoodsCode;
  989. private Basics.BaseControls.C_TextBox txtGroutingMouldCode;
  990. private Basics.BaseControls.C_Label lblGroutingMouldCode;
  991. private Basics.BaseControls.C_Button btnSearch;
  992. private Basics.BaseControls.C_Button btnClearCondition;
  993. private Basics.BaseControls.C_DataGridView dgvBarCode;
  994. private Basics.BaseControls.C_Label c_Label1;
  995. private Basics.BaseControls.C_DateTimePicker dtpGroutingDateEnd;
  996. private Basics.BaseControls.DKListBoxComboBox cboGroutingLineType;
  997. private Basics.BaseControls.C_Label lblGroutingLineType;
  998. private Basics.BaseControls.C_TextBox txtGroutingUser;
  999. private Basics.BaseControls.C_Label lblGroutingUser;
  1000. private Basics.BaseControls.C_TXT_Code txtBarcode;
  1001. private Basics.BaseControls.C_Label lblBarcode;
  1002. private Basics.BaseControls.C_Label c_Label3;
  1003. private Basics.BaseControls.C_DateTimePicker dtpDMDateEnd;
  1004. private Basics.BaseControls.C_DateTimePicker dtpDMDateBegin;
  1005. private Basics.BaseControls.C_CheckBox chkGroutingDate;
  1006. private Basics.BaseControls.C_CheckBox chkDMDate;
  1007. private Basics.BaseControls.C_TextBox txtWorkUserCode;
  1008. private Basics.BaseControls.C_Label lblWorkUserCode;
  1009. private Basics.BaseControls.C_Label c_Label2;
  1010. private Basics.BaseControls.C_TXT_Digital txtGroutingBatchNo;
  1011. private System.Windows.Forms.DataGridViewTextBoxColumn colBarCode;
  1012. private System.Windows.Forms.DataGridViewTextBoxColumn BarCodeRecord;
  1013. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  1014. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  1015. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  1016. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingBatchNo;
  1017. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  1018. private System.Windows.Forms.DataGridViewTextBoxColumn STAFFNAME;
  1019. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1020. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1021. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  1022. private System.Windows.Forms.DataGridViewTextBoxColumn colGMouldStatus;
  1023. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
  1024. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
  1025. private System.Windows.Forms.DataGridViewTextBoxColumn MONITORname;
  1026. private System.Windows.Forms.DataGridViewTextBoxColumn DMCreateTime;
  1027. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  1028. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureTime;
  1029. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  1030. private System.Windows.Forms.DataGridViewTextBoxColumn WorkUserCodes;
  1031. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1032. }
  1033. }