F_PM_0107.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0107
  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_0107));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  34. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  35. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  36. this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  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.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  42. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.txtGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  49. this.lblGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.dtpGroutingDateTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  51. this.dtpGroutingDateFrom = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  52. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  55. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.txtGroutingBatchNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  57. this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  58. this.lblUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.scbUser = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbUser();
  60. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.groutingdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.groutingbatchno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.CreateUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.GroutingLineId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.tsrOperate.SuspendLayout();
  77. this.gbxCondition.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
  79. this.SuspendLayout();
  80. //
  81. // tsrOperate
  82. //
  83. this.tsrOperate.AutoSize = false;
  84. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  85. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  86. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  88. this.tsbtnAdd,
  89. this.tsbtnEdit,
  90. this.tsbtnDelete,
  91. this.toolStripSeparator3,
  92. this.tsbtnAdaptive,
  93. this.tsbtnClose});
  94. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  95. this.tsrOperate.Name = "tsrOperate";
  96. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  97. this.tsrOperate.ShowItemToolTips = false;
  98. this.tsrOperate.Size = new System.Drawing.Size(1151, 35);
  99. this.tsrOperate.TabIndex = 0;
  100. //
  101. // tsbtnAdd
  102. //
  103. this.tsbtnAdd.AutoSize = false;
  104. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  106. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  107. this.tsbtnAdd.Name = "tsbtnAdd";
  108. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  109. this.tsbtnAdd.Text = "新建(&N)";
  110. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  111. //
  112. // tsbtnEdit
  113. //
  114. this.tsbtnEdit.AutoSize = false;
  115. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  117. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  118. this.tsbtnEdit.Name = "tsbtnEdit";
  119. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  120. this.tsbtnEdit.Text = "编辑(&E)";
  121. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  122. //
  123. // tsbtnDelete
  124. //
  125. this.tsbtnDelete.AutoSize = false;
  126. this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  128. this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  129. this.tsbtnDelete.Name = "tsbtnDelete";
  130. this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
  131. this.tsbtnDelete.Text = "删除(&D)";
  132. this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_Click);
  133. //
  134. // toolStripSeparator3
  135. //
  136. this.toolStripSeparator3.AutoSize = false;
  137. this.toolStripSeparator3.Name = "toolStripSeparator3";
  138. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  139. //
  140. // tsbtnAdaptive
  141. //
  142. this.tsbtnAdaptive.AutoSize = false;
  143. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  145. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  146. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  147. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  148. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  149. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  150. //
  151. // tsbtnClose
  152. //
  153. this.tsbtnClose.AutoSize = false;
  154. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  156. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  157. this.tsbtnClose.Name = "tsbtnClose";
  158. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  159. this.tsbtnClose.Text = "关闭(&X)";
  160. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  161. //
  162. // gbxCondition
  163. //
  164. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  165. | System.Windows.Forms.AnchorStyles.Right)));
  166. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  167. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  168. this.gbxCondition.Controls.Add(this.lblUser);
  169. this.gbxCondition.Controls.Add(this.scbUser);
  170. this.gbxCondition.Controls.Add(this.txtRemarks);
  171. this.gbxCondition.Controls.Add(this.btnSearch);
  172. this.gbxCondition.Controls.Add(this.btnClearCondition);
  173. this.gbxCondition.Controls.Add(this.lblRemarks);
  174. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  175. this.gbxCondition.Controls.Add(this.c_Label1);
  176. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  177. this.gbxCondition.Controls.Add(this.txtGroutingMouldCode);
  178. this.gbxCondition.Controls.Add(this.lblGroutingMouldCode);
  179. this.gbxCondition.Controls.Add(this.dtpGroutingDateTo);
  180. this.gbxCondition.Controls.Add(this.dtpGroutingDateFrom);
  181. this.gbxCondition.Controls.Add(this.c_Label2);
  182. this.gbxCondition.Controls.Add(this.lblGroutingDate);
  183. this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
  184. this.gbxCondition.Controls.Add(this.lblGroutingLineCode);
  185. this.gbxCondition.Controls.Add(this.txtGroutingBatchNo);
  186. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  188. this.gbxCondition.IsMustInput = false;
  189. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  190. this.gbxCondition.Name = "gbxCondition";
  191. this.gbxCondition.OriginalHeight = -1;
  192. this.gbxCondition.Size = new System.Drawing.Size(1139, 79);
  193. this.gbxCondition.TabIndex = 0;
  194. this.gbxCondition.TabStop = false;
  195. this.gbxCondition.Text = "查询条件 ▼";
  196. //
  197. // txtRemarks
  198. //
  199. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  200. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  201. this.txtRemarks.ErrorMessage = "";
  202. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.txtRemarks.ImeMode = System.Windows.Forms.ImeMode.Off;
  204. this.txtRemarks.Location = new System.Drawing.Point(726, 15);
  205. this.txtRemarks.MaxValue = new decimal(new int[] {
  206. 1000,
  207. 0,
  208. 0,
  209. 0});
  210. this.txtRemarks.MinValue = new decimal(new int[] {
  211. 1,
  212. 0,
  213. 0,
  214. 0});
  215. this.txtRemarks.Name = "txtRemarks";
  216. this.txtRemarks.Number = new System.Drawing.Point(3, 0);
  217. this.txtRemarks.Size = new System.Drawing.Size(121, 21);
  218. this.txtRemarks.TabIndex = 32;
  219. this.txtRemarks.TextValue = "";
  220. //
  221. // btnSearch
  222. //
  223. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  224. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  225. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  226. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.btnSearch.ForeColor = System.Drawing.Color.White;
  228. this.btnSearch.Location = new System.Drawing.Point(957, 38);
  229. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  230. this.btnSearch.Name = "btnSearch";
  231. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  232. this.btnSearch.TabIndex = 30;
  233. this.btnSearch.Text = "查询(&Q)";
  234. this.btnSearch.UseVisualStyleBackColor = false;
  235. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  236. //
  237. // btnClearCondition
  238. //
  239. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  240. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  241. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  242. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  244. this.btnClearCondition.Location = new System.Drawing.Point(1048, 38);
  245. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  246. this.btnClearCondition.Name = "btnClearCondition";
  247. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  248. this.btnClearCondition.TabIndex = 31;
  249. this.btnClearCondition.Text = "清空条件(&C)";
  250. this.btnClearCondition.UseVisualStyleBackColor = false;
  251. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  252. //
  253. // lblRemarks
  254. //
  255. this.lblRemarks.AutoSize = true;
  256. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  257. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  259. this.lblRemarks.Location = new System.Drawing.Point(691, 20);
  260. this.lblRemarks.Name = "lblRemarks";
  261. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  262. this.lblRemarks.TabIndex = 8;
  263. this.lblRemarks.Text = "备注";
  264. //
  265. // txtGoodsCode
  266. //
  267. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  268. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  269. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  270. this.txtGoodsCode.ErrorMessage = "";
  271. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  273. this.txtGoodsCode.Location = new System.Drawing.Point(77, 45);
  274. this.txtGoodsCode.MaxLength = 10;
  275. this.txtGoodsCode.Name = "txtGoodsCode";
  276. this.txtGoodsCode.Size = new System.Drawing.Size(121, 21);
  277. this.txtGoodsCode.TabIndex = 19;
  278. //
  279. // c_Label1
  280. //
  281. this.c_Label1.AutoSize = true;
  282. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  283. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  285. this.c_Label1.Location = new System.Drawing.Point(564, 21);
  286. this.c_Label1.Name = "c_Label1";
  287. this.c_Label1.Size = new System.Drawing.Size(17, 12);
  288. this.c_Label1.TabIndex = 6;
  289. this.c_Label1.Text = "至";
  290. //
  291. // lblGoodsCode
  292. //
  293. this.lblGoodsCode.AutoSize = true;
  294. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  295. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  297. this.lblGoodsCode.Location = new System.Drawing.Point(18, 49);
  298. this.lblGoodsCode.Name = "lblGoodsCode";
  299. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  300. this.lblGoodsCode.TabIndex = 18;
  301. this.lblGoodsCode.Text = "产品编码";
  302. //
  303. // txtGroutingMouldCode
  304. //
  305. this.txtGroutingMouldCode.BackColor = System.Drawing.SystemColors.Window;
  306. this.txtGroutingMouldCode.BackgroundColor = System.Drawing.SystemColors.Window;
  307. this.txtGroutingMouldCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  308. this.txtGroutingMouldCode.ErrorMessage = "";
  309. this.txtGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.txtGroutingMouldCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  311. this.txtGroutingMouldCode.Location = new System.Drawing.Point(275, 17);
  312. this.txtGroutingMouldCode.MaxLength = 40;
  313. this.txtGroutingMouldCode.Name = "txtGroutingMouldCode";
  314. this.txtGroutingMouldCode.Size = new System.Drawing.Size(121, 21);
  315. this.txtGroutingMouldCode.TabIndex = 13;
  316. //
  317. // lblGroutingMouldCode
  318. //
  319. this.lblGroutingMouldCode.AutoSize = true;
  320. this.lblGroutingMouldCode.BackColor = System.Drawing.Color.Transparent;
  321. this.lblGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.lblGroutingMouldCode.ForeColor = System.Drawing.SystemColors.ControlText;
  323. this.lblGroutingMouldCode.Location = new System.Drawing.Point(216, 21);
  324. this.lblGroutingMouldCode.Name = "lblGroutingMouldCode";
  325. this.lblGroutingMouldCode.Size = new System.Drawing.Size(53, 12);
  326. this.lblGroutingMouldCode.TabIndex = 12;
  327. this.lblGroutingMouldCode.Text = "模具编号";
  328. //
  329. // dtpGroutingDateTo
  330. //
  331. this.dtpGroutingDateTo.CustomFormat = "yyyy-MM-dd";
  332. this.dtpGroutingDateTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.dtpGroutingDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  334. this.dtpGroutingDateTo.Location = new System.Drawing.Point(587, 17);
  335. this.dtpGroutingDateTo.Name = "dtpGroutingDateTo";
  336. this.dtpGroutingDateTo.Size = new System.Drawing.Size(98, 21);
  337. this.dtpGroutingDateTo.TabIndex = 7;
  338. //
  339. // dtpGroutingDateFrom
  340. //
  341. this.dtpGroutingDateFrom.CustomFormat = "yyyy-MM-dd";
  342. this.dtpGroutingDateFrom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.dtpGroutingDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  344. this.dtpGroutingDateFrom.Location = new System.Drawing.Point(460, 17);
  345. this.dtpGroutingDateFrom.Name = "dtpGroutingDateFrom";
  346. this.dtpGroutingDateFrom.Size = new System.Drawing.Size(98, 21);
  347. this.dtpGroutingDateFrom.TabIndex = 5;
  348. //
  349. // c_Label2
  350. //
  351. this.c_Label2.AutoSize = true;
  352. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  353. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  355. this.c_Label2.Location = new System.Drawing.Point(216, 48);
  356. this.c_Label2.Name = "c_Label2";
  357. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  358. this.c_Label2.TabIndex = 26;
  359. this.c_Label2.Text = "注浆批次";
  360. //
  361. // lblGroutingDate
  362. //
  363. this.lblGroutingDate.AutoSize = true;
  364. this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
  365. this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText;
  367. this.lblGroutingDate.Location = new System.Drawing.Point(402, 21);
  368. this.lblGroutingDate.Name = "lblGroutingDate";
  369. this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
  370. this.lblGroutingDate.TabIndex = 4;
  371. this.lblGroutingDate.Text = "注浆日期";
  372. //
  373. // txtGroutingLineCode
  374. //
  375. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  376. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  377. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  378. this.txtGroutingLineCode.ErrorMessage = "";
  379. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  381. this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 18);
  382. this.txtGroutingLineCode.MaxLength = 30;
  383. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  384. this.txtGroutingLineCode.Size = new System.Drawing.Size(121, 21);
  385. this.txtGroutingLineCode.TabIndex = 1;
  386. //
  387. // lblGroutingLineCode
  388. //
  389. this.lblGroutingLineCode.AutoSize = true;
  390. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  391. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  393. this.lblGroutingLineCode.Location = new System.Drawing.Point(6, 22);
  394. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  395. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  396. this.lblGroutingLineCode.TabIndex = 0;
  397. this.lblGroutingLineCode.Text = "成型线编码";
  398. //
  399. // txtGroutingBatchNo
  400. //
  401. this.txtGroutingBatchNo.BackColor = System.Drawing.SystemColors.Window;
  402. this.txtGroutingBatchNo.BackgroundColor = System.Drawing.SystemColors.Window;
  403. this.txtGroutingBatchNo.ErrorMessage = "";
  404. this.txtGroutingBatchNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.txtGroutingBatchNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  406. this.txtGroutingBatchNo.Location = new System.Drawing.Point(275, 44);
  407. this.txtGroutingBatchNo.MaxValue = new decimal(new int[] {
  408. 1000,
  409. 0,
  410. 0,
  411. 0});
  412. this.txtGroutingBatchNo.MinValue = new decimal(new int[] {
  413. 1,
  414. 0,
  415. 0,
  416. 0});
  417. this.txtGroutingBatchNo.Name = "txtGroutingBatchNo";
  418. this.txtGroutingBatchNo.Number = new System.Drawing.Point(3, 0);
  419. this.txtGroutingBatchNo.Size = new System.Drawing.Size(121, 21);
  420. this.txtGroutingBatchNo.TabIndex = 27;
  421. this.txtGroutingBatchNo.TextValue = "";
  422. //
  423. // dgvDetail
  424. //
  425. this.dgvDetail.AllowUserToAddRows = false;
  426. this.dgvDetail.AllowUserToDeleteRows = false;
  427. this.dgvDetail.AllowUserToModifyRows = true;
  428. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  429. this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  430. this.dgvDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  431. | System.Windows.Forms.AnchorStyles.Left)
  432. | System.Windows.Forms.AnchorStyles.Right)));
  433. this.dgvDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  434. this.dgvDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  435. this.dgvDetail.CellHeight = 23;
  436. this.dgvDetail.ChildNodeColumnName = null;
  437. this.dgvDetail.ChildNodeColumnText = null;
  438. this.dgvDetail.ColumnDeep = 1;
  439. this.dgvDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  440. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  441. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  442. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  444. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  445. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  446. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  447. this.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  448. this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  449. this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  450. this.GroutingLineCode,
  451. this.GroutingLineName,
  452. this.GroutingUserCode,
  453. this.GoodsCode,
  454. this.GoodsName,
  455. this.GroutingMouldCode,
  456. this.GMouldStatus,
  457. this.groutingdate,
  458. this.groutingbatchno,
  459. this.BarCode,
  460. this.CreateUserCode,
  461. this.CreateUserName,
  462. this.Remarks,
  463. this.GroutingLineId,
  464. this.GroutingLineDetailID,
  465. this.UserID});
  466. this.dgvDetail.ColumnTreeView = null;
  467. this.dgvDetail.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)));
  468. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  469. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  470. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  471. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  472. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  473. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  474. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  475. this.dgvDetail.DefaultCellStyle = dataGridViewCellStyle3;
  476. this.dgvDetail.DynamicColumnName = "";
  477. this.dgvDetail.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  478. this.dgvDetail.EnableHeadersVisualStyles = false;
  479. this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  480. this.dgvDetail.FormatQuantityColumns = null;
  481. this.dgvDetail.HorizontalMergeColumn = null;
  482. this.dgvDetail.IsAutoCountSum = true;
  483. this.dgvDetail.IsAutoResizeColumns = false;
  484. this.dgvDetail.IsClickF12 = false;
  485. this.dgvDetail.IsOpenMergeCellFlag = false;
  486. this.dgvDetail.IsSubTotalFlag = false;
  487. this.dgvDetail.IsTopDeep = false;
  488. this.dgvDetail.Location = new System.Drawing.Point(0, 123);
  489. this.dgvDetail.MergeColumnNames = null;
  490. this.dgvDetail.MergeDetailColumnNames = null;
  491. this.dgvDetail.MergeDetailOnlyColumn = null;
  492. this.dgvDetail.MergeOnlyColumn = null;
  493. this.dgvDetail.MultiSelect = false;
  494. this.dgvDetail.Name = "dgvDetail";
  495. this.dgvDetail.ReadOnly = true;
  496. this.dgvDetail.RefreshAtHscroll = false;
  497. this.dgvDetail.RowHeadersWidth = 50;
  498. this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  499. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  500. this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle4;
  501. this.dgvDetail.RowTemplate.Height = 21;
  502. this.dgvDetail.Size = new System.Drawing.Size(1139, 427);
  503. this.dgvDetail.SortOrderColumnName = null;
  504. this.dgvDetail.TabIndex = 3;
  505. this.dgvDetail.Tag = true;
  506. this.dgvDetail.TotalSumColumns = null;
  507. this.dgvDetail.ViewRowFilter = "";
  508. this.dgvDetail.VirtualMode = true;
  509. this.dgvDetail.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDetail_CellDoubleClick);
  510. //
  511. // lblUser
  512. //
  513. this.lblUser.AutoSize = true;
  514. this.lblUser.BackColor = System.Drawing.Color.Transparent;
  515. this.lblUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.lblUser.ForeColor = System.Drawing.SystemColors.ControlText;
  517. this.lblUser.Location = new System.Drawing.Point(413, 49);
  518. this.lblUser.Name = "lblUser";
  519. this.lblUser.Size = new System.Drawing.Size(41, 12);
  520. this.lblUser.TabIndex = 35;
  521. this.lblUser.Text = "操作者";
  522. //
  523. // scbUser
  524. //
  525. this.scbUser.CheckedData = null;
  526. this.scbUser.DisplayMember = "UserCode";
  527. this.scbUser.IsWorker = false;
  528. this.scbUser.Location = new System.Drawing.Point(460, 44);
  529. this.scbUser.Name = "scbUser";
  530. this.scbUser.Size = new System.Drawing.Size(121, 21);
  531. this.scbUser.TabIndex = 34;
  532. //
  533. // GroutingLineCode
  534. //
  535. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  536. this.GroutingLineCode.HeaderText = "成型线编码";
  537. this.GroutingLineCode.Name = "GroutingLineCode";
  538. this.GroutingLineCode.ReadOnly = true;
  539. //
  540. // GroutingLineName
  541. //
  542. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  543. this.GroutingLineName.HeaderText = "成型线名称";
  544. this.GroutingLineName.Name = "GroutingLineName";
  545. this.GroutingLineName.ReadOnly = true;
  546. //
  547. // GroutingUserCode
  548. //
  549. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  550. this.GroutingUserCode.HeaderText = "成型工号";
  551. this.GroutingUserCode.Name = "GroutingUserCode";
  552. this.GroutingUserCode.ReadOnly = true;
  553. //
  554. // GoodsCode
  555. //
  556. this.GoodsCode.DataPropertyName = "GoodsCode";
  557. this.GoodsCode.HeaderText = "产品编码";
  558. this.GoodsCode.Name = "GoodsCode";
  559. this.GoodsCode.ReadOnly = true;
  560. //
  561. // GoodsName
  562. //
  563. this.GoodsName.DataPropertyName = "GoodsName";
  564. this.GoodsName.HeaderText = "产品名称";
  565. this.GoodsName.Name = "GoodsName";
  566. this.GoodsName.ReadOnly = true;
  567. //
  568. // GroutingMouldCode
  569. //
  570. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  571. this.GroutingMouldCode.HeaderText = "模具编号";
  572. this.GroutingMouldCode.Name = "GroutingMouldCode";
  573. this.GroutingMouldCode.ReadOnly = true;
  574. this.GroutingMouldCode.Width = 120;
  575. //
  576. // GMouldStatus
  577. //
  578. this.GMouldStatus.DataPropertyName = "GMouldStatusName";
  579. this.GMouldStatus.HeaderText = "模具状态";
  580. this.GMouldStatus.Name = "GMouldStatus";
  581. this.GMouldStatus.ReadOnly = true;
  582. this.GMouldStatus.Width = 60;
  583. //
  584. // groutingdate
  585. //
  586. this.groutingdate.DataPropertyName = "groutingdate";
  587. this.groutingdate.HeaderText = "注浆日期";
  588. this.groutingdate.Name = "groutingdate";
  589. this.groutingdate.ReadOnly = true;
  590. //
  591. // groutingbatchno
  592. //
  593. this.groutingbatchno.DataPropertyName = "groutingbatchno";
  594. this.groutingbatchno.HeaderText = "注浆批次";
  595. this.groutingbatchno.Name = "groutingbatchno";
  596. this.groutingbatchno.ReadOnly = true;
  597. //
  598. // BarCode
  599. //
  600. this.BarCode.DataPropertyName = "BarCode";
  601. this.BarCode.HeaderText = "绑定条码";
  602. this.BarCode.MaxInputLength = 11;
  603. this.BarCode.Name = "BarCode";
  604. this.BarCode.ReadOnly = true;
  605. //
  606. // CreateUserCode
  607. //
  608. this.CreateUserCode.DataPropertyName = "CreateUserCode";
  609. this.CreateUserCode.HeaderText = "操作者工号";
  610. this.CreateUserCode.Name = "CreateUserCode";
  611. this.CreateUserCode.ReadOnly = true;
  612. //
  613. // CreateUserName
  614. //
  615. this.CreateUserName.DataPropertyName = "CreateUserName";
  616. this.CreateUserName.HeaderText = "操作者";
  617. this.CreateUserName.Name = "CreateUserName";
  618. this.CreateUserName.ReadOnly = true;
  619. //
  620. // Remarks
  621. //
  622. this.Remarks.DataPropertyName = "Remarks";
  623. this.Remarks.HeaderText = "备注";
  624. this.Remarks.Name = "Remarks";
  625. this.Remarks.ReadOnly = true;
  626. //
  627. // GroutingLineId
  628. //
  629. this.GroutingLineId.DataPropertyName = "GroutingLineId";
  630. this.GroutingLineId.HeaderText = "成型线ID";
  631. this.GroutingLineId.Name = "GroutingLineId";
  632. this.GroutingLineId.ReadOnly = true;
  633. this.GroutingLineId.Visible = false;
  634. //
  635. // GroutingLineDetailID
  636. //
  637. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  638. this.GroutingLineDetailID.HeaderText = "成型线明细ID";
  639. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  640. this.GroutingLineDetailID.ReadOnly = true;
  641. this.GroutingLineDetailID.Visible = false;
  642. //
  643. // UserID
  644. //
  645. this.UserID.DataPropertyName = "UserID";
  646. this.UserID.HeaderText = "成型工号ID";
  647. this.UserID.Name = "UserID";
  648. this.UserID.ReadOnly = true;
  649. this.UserID.Visible = false;
  650. //
  651. // F_PM_0107
  652. //
  653. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  654. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  655. this.ClientSize = new System.Drawing.Size(1151, 562);
  656. this.Controls.Add(this.dgvDetail);
  657. this.Controls.Add(this.gbxCondition);
  658. this.Controls.Add(this.tsrOperate);
  659. this.Name = "F_PM_0107";
  660. this.Text = "条码预设";
  661. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_0107_FormClosed);
  662. this.Load += new System.EventHandler(this.F_PM_0107_Load);
  663. this.tsrOperate.ResumeLayout(false);
  664. this.tsrOperate.PerformLayout();
  665. this.gbxCondition.ResumeLayout(false);
  666. this.gbxCondition.PerformLayout();
  667. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
  668. this.ResumeLayout(false);
  669. }
  670. #endregion
  671. private Basics.BaseControls.C_ToolStrip tsrOperate;
  672. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  673. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  674. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  675. private System.Windows.Forms.ToolStripButton tsbtnClose;
  676. private Basics.BaseControls.C_GroupBox gbxCondition;
  677. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  678. private Basics.BaseControls.C_Label lblGroutingLineCode;
  679. private Basics.BaseControls.C_Label lblGroutingDate;
  680. private Basics.BaseControls.C_DateTimePicker dtpGroutingDateFrom;
  681. private Basics.BaseControls.C_Label lblRemarks;
  682. private Basics.BaseControls.C_TextBox txtGoodsCode;
  683. private Basics.BaseControls.C_Label lblGoodsCode;
  684. private Basics.BaseControls.C_TextBox txtGroutingMouldCode;
  685. private Basics.BaseControls.C_Label lblGroutingMouldCode;
  686. private Basics.BaseControls.C_Button btnSearch;
  687. private Basics.BaseControls.C_Button btnClearCondition;
  688. private Basics.BaseControls.C_Label c_Label1;
  689. private Basics.BaseControls.C_DateTimePicker dtpGroutingDateTo;
  690. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  691. private Basics.BaseControls.C_Label c_Label2;
  692. private Basics.BaseControls.C_TXT_Digital txtGroutingBatchNo;
  693. private Basics.BaseControls.C_TXT_Digital txtRemarks;
  694. private Basics.BaseControls.C_DataGridView dgvDetail;
  695. private System.Windows.Forms.ToolStripButton tsbtnDelete;
  696. private Basics.BaseControls.C_Label lblUser;
  697. private Controls.SearchBox.ScbUser scbUser;
  698. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  699. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  700. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  701. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  702. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  703. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  704. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
  705. private System.Windows.Forms.DataGridViewTextBoxColumn groutingdate;
  706. private System.Windows.Forms.DataGridViewTextBoxColumn groutingbatchno;
  707. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  708. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserCode;
  709. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
  710. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  711. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineId;
  712. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  713. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  714. }
  715. }