F_PM_0101.Designer.cs 64 KB

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