F_PC_0102_1.designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0102_1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PC_0102_1));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.lblGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  39. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.dkType = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGMouldTypeSearchBox();
  42. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.lblCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.txtCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  46. this.btnAddMould = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  48. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.BeginUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.EndUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  61. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  62. this.btnDeleteMould = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  63. this.dkUser = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  64. this.dkGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGoodsSearchBox();
  65. this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  66. this.c_GroupBox1 = new System.Windows.Forms.GroupBox();
  67. this.txtGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  68. this.c_GroupBox2 = new System.Windows.Forms.GroupBox();
  69. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  70. this.txtBeginNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  71. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
  72. this.c_GroupBox1.SuspendLayout();
  73. this.c_GroupBox2.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // lblBuildingNo
  77. //
  78. this.lblBuildingNo.AutoSize = true;
  79. this.lblBuildingNo.BackColor = System.Drawing.Color.Transparent;
  80. this.lblBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.lblBuildingNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  82. this.lblBuildingNo.IsMustInput = true;
  83. this.lblBuildingNo.Location = new System.Drawing.Point(42, 21);
  84. this.lblBuildingNo.Name = "lblBuildingNo";
  85. this.lblBuildingNo.Size = new System.Drawing.Size(29, 12);
  86. this.lblBuildingNo.TabIndex = 0;
  87. this.lblBuildingNo.Text = "楼号";
  88. //
  89. // txtBuildingNo
  90. //
  91. this.txtBuildingNo.BackColor = System.Drawing.Color.Yellow;
  92. this.txtBuildingNo.BackgroundColor = System.Drawing.SystemColors.Window;
  93. this.txtBuildingNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  94. this.txtBuildingNo.ErrorMessage = "必须输入项目";
  95. this.txtBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.txtBuildingNo.HasError = true;
  97. this.txtBuildingNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  98. this.txtBuildingNo.IsMustInput = true;
  99. this.txtBuildingNo.Location = new System.Drawing.Point(77, 17);
  100. this.txtBuildingNo.MaxLength = 10;
  101. this.txtBuildingNo.Name = "txtBuildingNo";
  102. this.txtBuildingNo.RejectCharsPattern = "[^a-zA-Z0-9]";
  103. this.txtBuildingNo.Size = new System.Drawing.Size(80, 21);
  104. this.txtBuildingNo.TabIndex = 1;
  105. this.txtBuildingNo.TextChanged += new System.EventHandler(this.txtBuildingNo_TextChanged);
  106. //
  107. // lblFloorNo
  108. //
  109. this.lblFloorNo.AutoSize = true;
  110. this.lblFloorNo.BackColor = System.Drawing.Color.Transparent;
  111. this.lblFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.lblFloorNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  113. this.lblFloorNo.IsMustInput = true;
  114. this.lblFloorNo.Location = new System.Drawing.Point(163, 21);
  115. this.lblFloorNo.Name = "lblFloorNo";
  116. this.lblFloorNo.Size = new System.Drawing.Size(29, 12);
  117. this.lblFloorNo.TabIndex = 2;
  118. this.lblFloorNo.Text = "楼层";
  119. //
  120. // lblGroutingLineNo
  121. //
  122. this.lblGroutingLineNo.AutoSize = true;
  123. this.lblGroutingLineNo.BackColor = System.Drawing.Color.Transparent;
  124. this.lblGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.lblGroutingLineNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  126. this.lblGroutingLineNo.IsMustInput = true;
  127. this.lblGroutingLineNo.Location = new System.Drawing.Point(270, 21);
  128. this.lblGroutingLineNo.Name = "lblGroutingLineNo";
  129. this.lblGroutingLineNo.Size = new System.Drawing.Size(29, 12);
  130. this.lblGroutingLineNo.TabIndex = 4;
  131. this.lblGroutingLineNo.Text = "线号";
  132. //
  133. // lblGroutingLineCode
  134. //
  135. this.lblGroutingLineCode.AutoSize = true;
  136. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  137. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.lblGroutingLineCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  139. this.lblGroutingLineCode.IsMustInput = true;
  140. this.lblGroutingLineCode.Location = new System.Drawing.Point(391, 20);
  141. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  142. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  143. this.lblGroutingLineCode.TabIndex = 6;
  144. this.lblGroutingLineCode.Text = "成型线编码";
  145. //
  146. // txtGroutingLineCode
  147. //
  148. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Control;
  149. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  150. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  151. this.txtGroutingLineCode.ErrorMessage = "必须输入项目";
  152. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.txtGroutingLineCode.HasError = true;
  154. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  155. this.txtGroutingLineCode.IsMustInput = true;
  156. this.txtGroutingLineCode.Location = new System.Drawing.Point(462, 17);
  157. this.txtGroutingLineCode.MaxLength = 30;
  158. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  159. this.txtGroutingLineCode.ReadOnly = true;
  160. this.txtGroutingLineCode.RejectCharsPattern = "[^a-zA-Z0-9_-]";
  161. this.txtGroutingLineCode.Size = new System.Drawing.Size(188, 21);
  162. this.txtGroutingLineCode.TabIndex = 7;
  163. this.txtGroutingLineCode.TextChanged += new System.EventHandler(this.txtGroutingLineCode_TextChanged);
  164. //
  165. // lblGroutingLineName
  166. //
  167. this.lblGroutingLineName.AutoSize = true;
  168. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  169. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.lblGroutingLineName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  171. this.lblGroutingLineName.IsMustInput = true;
  172. this.lblGroutingLineName.Location = new System.Drawing.Point(6, 48);
  173. this.lblGroutingLineName.Name = "lblGroutingLineName";
  174. this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
  175. this.lblGroutingLineName.TabIndex = 8;
  176. this.lblGroutingLineName.Text = "成型线名称";
  177. //
  178. // txtGroutingLineName
  179. //
  180. this.txtGroutingLineName.BackColor = System.Drawing.Color.Yellow;
  181. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  182. this.txtGroutingLineName.ErrorMessage = "必须输入项目";
  183. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.txtGroutingLineName.HasError = true;
  185. this.txtGroutingLineName.IsMustInput = true;
  186. this.txtGroutingLineName.Location = new System.Drawing.Point(77, 44);
  187. this.txtGroutingLineName.MaxLength = 50;
  188. this.txtGroutingLineName.Name = "txtGroutingLineName";
  189. this.txtGroutingLineName.Size = new System.Drawing.Size(187, 21);
  190. this.txtGroutingLineName.TabIndex = 9;
  191. //
  192. // dkType
  193. //
  194. this.dkType.DataSource = null;
  195. this.dkType.Enabled = true;
  196. this.dkType.IsCanManyTimes = 1;
  197. this.dkType.IsMustInput = false;
  198. this.dkType.Location = new System.Drawing.Point(6, 71);
  199. this.dkType.MouldTypeCode = "";
  200. this.dkType.MouldTypeID = null;
  201. this.dkType.MouldTypeIDS = null;
  202. this.dkType.MouldTypeName = null;
  203. this.dkType.Name = "dkType";
  204. this.dkType.PurviewType = ((byte)(0));
  205. this.dkType.Size = new System.Drawing.Size(258, 21);
  206. this.dkType.TabIndex = 10;
  207. this.dkType.Title = "成型线类型";
  208. this.dkType.TxtMouldTypeBackColor = System.Drawing.SystemColors.Control;
  209. //
  210. // lblRemarks
  211. //
  212. this.lblRemarks.AutoSize = true;
  213. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  214. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  216. this.lblRemarks.Location = new System.Drawing.Point(270, 44);
  217. this.lblRemarks.Name = "lblRemarks";
  218. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  219. this.lblRemarks.TabIndex = 12;
  220. this.lblRemarks.Text = "备注";
  221. //
  222. // txtRemarks
  223. //
  224. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  225. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  226. this.txtRemarks.ErrorMessage = "";
  227. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.txtRemarks.Location = new System.Drawing.Point(306, 44);
  229. this.txtRemarks.MaxLength = 500;
  230. this.txtRemarks.Multiline = true;
  231. this.txtRemarks.Name = "txtRemarks";
  232. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  233. this.txtRemarks.Size = new System.Drawing.Size(345, 76);
  234. this.txtRemarks.TabIndex = 13;
  235. //
  236. // lblCount
  237. //
  238. this.lblCount.AutoSize = true;
  239. this.lblCount.BackColor = System.Drawing.Color.Transparent;
  240. this.lblCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.lblCount.ForeColor = System.Drawing.SystemColors.ControlText;
  242. this.lblCount.Location = new System.Drawing.Point(317, 24);
  243. this.lblCount.Name = "lblCount";
  244. this.lblCount.Size = new System.Drawing.Size(53, 12);
  245. this.lblCount.TabIndex = 3;
  246. this.lblCount.Text = "模具数量";
  247. //
  248. // txtCount
  249. //
  250. this.txtCount.BackColor = System.Drawing.SystemColors.Window;
  251. this.txtCount.BackgroundColor = System.Drawing.SystemColors.Window;
  252. this.txtCount.ErrorMessage = "";
  253. this.txtCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.txtCount.ImeMode = System.Windows.Forms.ImeMode.Off;
  255. this.txtCount.Location = new System.Drawing.Point(376, 20);
  256. this.txtCount.MaxLength = 3;
  257. this.txtCount.MaxValue = new decimal(new int[] {
  258. 999,
  259. 0,
  260. 0,
  261. 0});
  262. this.txtCount.MinValue = new decimal(new int[] {
  263. 1,
  264. 0,
  265. 0,
  266. 0});
  267. this.txtCount.Name = "txtCount";
  268. this.txtCount.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(3, 0);
  269. this.txtCount.Size = new System.Drawing.Size(55, 21);
  270. this.txtCount.TabIndex = 4;
  271. this.txtCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  272. this.txtCount.TextValue = "";
  273. //
  274. // btnAddMould
  275. //
  276. this.btnAddMould.BackColor = System.Drawing.Color.Transparent;
  277. this.btnAddMould.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAddMould.BackgroundImage")));
  278. this.btnAddMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.btnAddMould.ForeColor = System.Drawing.Color.White;
  280. this.btnAddMould.Location = new System.Drawing.Point(474, 15);
  281. this.btnAddMould.Name = "btnAddMould";
  282. this.btnAddMould.Size = new System.Drawing.Size(85, 30);
  283. this.btnAddMould.TabIndex = 5;
  284. this.btnAddMould.Text = "添加模具(&A)";
  285. this.btnAddMould.UseVisualStyleBackColor = false;
  286. this.btnAddMould.Click += new System.EventHandler(this.btnAddMould_Click);
  287. //
  288. // dgvDetail
  289. //
  290. this.dgvDetail.AllowUserToAddRows = false;
  291. this.dgvDetail.AllowUserToModifyRows = true;
  292. this.dgvDetail.AllowUserToOrderColumns = true;
  293. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  294. this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  295. this.dgvDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  296. | System.Windows.Forms.AnchorStyles.Left)
  297. | System.Windows.Forms.AnchorStyles.Right)));
  298. this.dgvDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  299. this.dgvDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  300. this.dgvDetail.CellHeight = 23;
  301. this.dgvDetail.ChildNodeColumnName = null;
  302. this.dgvDetail.ChildNodeColumnText = null;
  303. this.dgvDetail.ColumnDeep = 1;
  304. this.dgvDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  305. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  306. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  307. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  309. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  310. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  311. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  312. this.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  313. this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  314. this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  315. this.GroutingLineDetailID,
  316. this.GroutingMouldCode,
  317. this.GoodsID,
  318. this.GoodsCode,
  319. this.GoodsName,
  320. this.GoodsSpecification,
  321. this.GroutingCount,
  322. this.GMouldStatus,
  323. this.BeginUsedDate,
  324. this.EndUsedDate,
  325. this.Remarks,
  326. this.MouldCode});
  327. this.dgvDetail.ColumnTreeView = null;
  328. 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)));
  329. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  330. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  331. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  333. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  334. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  335. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  336. this.dgvDetail.DefaultCellStyle = dataGridViewCellStyle3;
  337. this.dgvDetail.DynamicColumnName = "";
  338. this.dgvDetail.EnableHeadersVisualStyles = false;
  339. this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.dgvDetail.IsAutoCountSum = true;
  341. this.dgvDetail.IsAutoResizeColumns = false;
  342. this.dgvDetail.IsClickF12 = false;
  343. this.dgvDetail.IsSubTotalFlag = false;
  344. this.dgvDetail.Location = new System.Drawing.Point(8, 50);
  345. this.dgvDetail.Name = "dgvDetail";
  346. this.dgvDetail.ReadOnly = true;
  347. this.dgvDetail.RefreshAtHscroll = false;
  348. this.dgvDetail.RowHeadersWidth = 50;
  349. this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  350. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  351. this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle4;
  352. this.dgvDetail.RowTemplate.Height = 21;
  353. this.dgvDetail.Size = new System.Drawing.Size(642, 255);
  354. this.dgvDetail.SortOrderColumnName = null;
  355. this.dgvDetail.TabIndex = 7;
  356. this.dgvDetail.Tag = true;
  357. this.dgvDetail.TotalSumColumns = null;
  358. this.dgvDetail.ViewRowFilter = "";
  359. this.dgvDetail.VirtualMode = true;
  360. //
  361. // GroutingLineDetailID
  362. //
  363. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  364. this.GroutingLineDetailID.HeaderText = "成型线明细ID";
  365. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  366. this.GroutingLineDetailID.ReadOnly = true;
  367. this.GroutingLineDetailID.Visible = false;
  368. //
  369. // GroutingMouldCode
  370. //
  371. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  372. this.GroutingMouldCode.HeaderText = "模具编号";
  373. this.GroutingMouldCode.Name = "GroutingMouldCode";
  374. this.GroutingMouldCode.ReadOnly = true;
  375. //
  376. // GoodsID
  377. //
  378. this.GoodsID.DataPropertyName = "GoodsID";
  379. this.GoodsID.HeaderText = "产品ID";
  380. this.GoodsID.Name = "GoodsID";
  381. this.GoodsID.ReadOnly = true;
  382. this.GoodsID.Visible = false;
  383. //
  384. // GoodsCode
  385. //
  386. this.GoodsCode.DataPropertyName = "GoodsCode";
  387. this.GoodsCode.HeaderText = "产品编码";
  388. this.GoodsCode.Name = "GoodsCode";
  389. this.GoodsCode.ReadOnly = true;
  390. //
  391. // GoodsName
  392. //
  393. this.GoodsName.DataPropertyName = "GoodsName";
  394. this.GoodsName.HeaderText = "产品名称";
  395. this.GoodsName.Name = "GoodsName";
  396. this.GoodsName.ReadOnly = true;
  397. //
  398. // GoodsSpecification
  399. //
  400. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  401. this.GoodsSpecification.HeaderText = "产品规格";
  402. this.GoodsSpecification.Name = "GoodsSpecification";
  403. this.GoodsSpecification.ReadOnly = true;
  404. //
  405. // GroutingCount
  406. //
  407. this.GroutingCount.DataPropertyName = "GroutingCount";
  408. this.GroutingCount.HeaderText = "注浆次数";
  409. this.GroutingCount.Name = "GroutingCount";
  410. this.GroutingCount.ReadOnly = true;
  411. //
  412. // GMouldStatus
  413. //
  414. this.GMouldStatus.DataPropertyName = "GMouldStatus";
  415. this.GMouldStatus.HeaderText = "模具状态";
  416. this.GMouldStatus.Name = "GMouldStatus";
  417. this.GMouldStatus.ReadOnly = true;
  418. //
  419. // BeginUsedDate
  420. //
  421. this.BeginUsedDate.DataPropertyName = "BeginUsedDate";
  422. this.BeginUsedDate.HeaderText = "开始使用日期";
  423. this.BeginUsedDate.Name = "BeginUsedDate";
  424. this.BeginUsedDate.ReadOnly = true;
  425. //
  426. // EndUsedDate
  427. //
  428. this.EndUsedDate.DataPropertyName = "EndUsedDate";
  429. this.EndUsedDate.HeaderText = "结束使用日期";
  430. this.EndUsedDate.Name = "EndUsedDate";
  431. this.EndUsedDate.ReadOnly = true;
  432. //
  433. // Remarks
  434. //
  435. this.Remarks.DataPropertyName = "Remarks";
  436. this.Remarks.HeaderText = "备注";
  437. this.Remarks.Name = "Remarks";
  438. this.Remarks.ReadOnly = true;
  439. //
  440. // MouldCode
  441. //
  442. this.MouldCode.DataPropertyName = "MouldCode";
  443. this.MouldCode.HeaderText = "模具编码";
  444. this.MouldCode.Name = "MouldCode";
  445. this.MouldCode.ReadOnly = true;
  446. //
  447. // btnSave
  448. //
  449. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  450. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  451. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.btnSave.ForeColor = System.Drawing.Color.White;
  453. this.btnSave.Location = new System.Drawing.Point(496, 457);
  454. this.btnSave.Name = "btnSave";
  455. this.btnSave.Size = new System.Drawing.Size(85, 30);
  456. this.btnSave.TabIndex = 3;
  457. this.btnSave.Text = "保存(&S)";
  458. this.btnSave.UseVisualStyleBackColor = false;
  459. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  460. //
  461. // btnClose
  462. //
  463. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  464. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  465. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  466. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.btnClose.ForeColor = System.Drawing.Color.White;
  468. this.btnClose.Location = new System.Drawing.Point(587, 457);
  469. this.btnClose.Name = "btnClose";
  470. this.btnClose.Size = new System.Drawing.Size(85, 30);
  471. this.btnClose.TabIndex = 4;
  472. this.btnClose.Text = "关闭(&X)";
  473. this.btnClose.UseVisualStyleBackColor = false;
  474. this.btnClose.Click += new System.EventHandler(this.btnCancel_Click);
  475. //
  476. // btnDeleteMould
  477. //
  478. this.btnDeleteMould.BackColor = System.Drawing.Color.Transparent;
  479. this.btnDeleteMould.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDeleteMould.BackgroundImage")));
  480. this.btnDeleteMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  481. this.btnDeleteMould.ForeColor = System.Drawing.Color.White;
  482. this.btnDeleteMould.Location = new System.Drawing.Point(565, 15);
  483. this.btnDeleteMould.Name = "btnDeleteMould";
  484. this.btnDeleteMould.Size = new System.Drawing.Size(85, 30);
  485. this.btnDeleteMould.TabIndex = 6;
  486. this.btnDeleteMould.Text = "删除模具(&D)";
  487. this.btnDeleteMould.UseVisualStyleBackColor = false;
  488. this.btnDeleteMould.Click += new System.EventHandler(this.btnDeleteSelected_Click);
  489. //
  490. // dkUser
  491. //
  492. this.dkUser.DataSource = null;
  493. this.dkUser.Enabled = true;
  494. this.dkUser.IsMustInput = false;
  495. this.dkUser.IsWorker = false;
  496. this.dkUser.Location = new System.Drawing.Point(18, 98);
  497. this.dkUser.Name = "dkUser";
  498. this.dkUser.PurviewType = ((byte)(0));
  499. this.dkUser.Size = new System.Drawing.Size(246, 21);
  500. this.dkUser.TabIndex = 11;
  501. this.dkUser.Title = "成型工号";
  502. this.dkUser.TxtUserBackColor = System.Drawing.SystemColors.Control;
  503. this.dkUser.UserCode = "";
  504. this.dkUser.UserID = null;
  505. this.dkUser.UserIDS = null;
  506. this.dkUser.UserName = null;
  507. //
  508. // dkGoods
  509. //
  510. this.dkGoods.DataSource = null;
  511. this.dkGoods.Enabled = true;
  512. this.dkGoods.GoodsCode = "";
  513. this.dkGoods.GoodsID = null;
  514. this.dkGoods.GoodsIDS = null;
  515. this.dkGoods.GoodsName = null;
  516. this.dkGoods.GoodsSpecification = null;
  517. this.dkGoods.IsMustInput = false;
  518. this.dkGoods.Location = new System.Drawing.Point(8, 20);
  519. this.dkGoods.Name = "dkGoods";
  520. this.dkGoods.PurviewType = ((byte)(0));
  521. this.dkGoods.Size = new System.Drawing.Size(171, 21);
  522. this.dkGoods.TabIndex = 0;
  523. this.dkGoods.Title = "产品名称";
  524. this.dkGoods.TxtGoodsBackColor = System.Drawing.SystemColors.Control;
  525. //
  526. // txtFloorNo
  527. //
  528. this.txtFloorNo.BackColor = System.Drawing.Color.Yellow;
  529. this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window;
  530. this.txtFloorNo.ErrorMessage = "必须输入项目";
  531. this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  532. this.txtFloorNo.HasError = true;
  533. this.txtFloorNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  534. this.txtFloorNo.IsMustInput = true;
  535. this.txtFloorNo.Location = new System.Drawing.Point(198, 18);
  536. this.txtFloorNo.MaxLength = 5;
  537. this.txtFloorNo.MaxValue = new decimal(new int[] {
  538. 99,
  539. 0,
  540. 0,
  541. 0});
  542. this.txtFloorNo.MinValue = new decimal(new int[] {
  543. 99,
  544. 0,
  545. 0,
  546. -2147483648});
  547. this.txtFloorNo.Name = "txtFloorNo";
  548. this.txtFloorNo.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(2, 0);
  549. this.txtFloorNo.Size = new System.Drawing.Size(66, 21);
  550. this.txtFloorNo.TabIndex = 3;
  551. this.txtFloorNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  552. this.txtFloorNo.TextChanged += new System.EventHandler(this.txtFloorNo_TextChanged);
  553. //
  554. // c_GroupBox1
  555. //
  556. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  557. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  558. this.c_GroupBox1.Controls.Add(this.txtGroutingLineNo);
  559. this.c_GroupBox1.Controls.Add(this.lblBuildingNo);
  560. this.c_GroupBox1.Controls.Add(this.txtBuildingNo);
  561. this.c_GroupBox1.Controls.Add(this.txtFloorNo);
  562. this.c_GroupBox1.Controls.Add(this.lblGroutingLineCode);
  563. this.c_GroupBox1.Controls.Add(this.dkUser);
  564. this.c_GroupBox1.Controls.Add(this.txtGroutingLineCode);
  565. this.c_GroupBox1.Controls.Add(this.lblGroutingLineName);
  566. this.c_GroupBox1.Controls.Add(this.txtGroutingLineName);
  567. this.c_GroupBox1.Controls.Add(this.txtRemarks);
  568. this.c_GroupBox1.Controls.Add(this.lblFloorNo);
  569. this.c_GroupBox1.Controls.Add(this.lblRemarks);
  570. this.c_GroupBox1.Controls.Add(this.dkType);
  571. this.c_GroupBox1.Controls.Add(this.lblGroutingLineNo);
  572. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  573. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  574. this.c_GroupBox1.Location = new System.Drawing.Point(12, 7);
  575. this.c_GroupBox1.Name = "c_GroupBox1";
  576. this.c_GroupBox1.Size = new System.Drawing.Size(657, 127);
  577. this.c_GroupBox1.TabIndex = 0;
  578. this.c_GroupBox1.TabStop = false;
  579. this.c_GroupBox1.Text = "成型线信息";
  580. //
  581. // txtGroutingLineNo
  582. //
  583. this.txtGroutingLineNo.BackColor = System.Drawing.Color.Yellow;
  584. this.txtGroutingLineNo.BackgroundColor = System.Drawing.SystemColors.Window;
  585. this.txtGroutingLineNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  586. this.txtGroutingLineNo.ErrorMessage = "必须输入项目";
  587. this.txtGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  588. this.txtGroutingLineNo.HasError = true;
  589. this.txtGroutingLineNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  590. this.txtGroutingLineNo.IsMustInput = true;
  591. this.txtGroutingLineNo.Location = new System.Drawing.Point(305, 17);
  592. this.txtGroutingLineNo.MaxLength = 10;
  593. this.txtGroutingLineNo.Name = "txtGroutingLineNo";
  594. this.txtGroutingLineNo.RejectCharsPattern = "[^a-zA-Z0-9]";
  595. this.txtGroutingLineNo.Size = new System.Drawing.Size(80, 21);
  596. this.txtGroutingLineNo.TabIndex = 5;
  597. this.txtGroutingLineNo.TextChanged += new System.EventHandler(this.txtGroutingLineNo_TextChanged);
  598. //
  599. // c_GroupBox2
  600. //
  601. this.c_GroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  602. | System.Windows.Forms.AnchorStyles.Left)
  603. | System.Windows.Forms.AnchorStyles.Right)));
  604. this.c_GroupBox2.BackColor = System.Drawing.Color.Transparent;
  605. this.c_GroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox2.BackgroundImage")));
  606. this.c_GroupBox2.Controls.Add(this.dkGoods);
  607. this.c_GroupBox2.Controls.Add(this.c_Label1);
  608. this.c_GroupBox2.Controls.Add(this.lblCount);
  609. this.c_GroupBox2.Controls.Add(this.btnDeleteMould);
  610. this.c_GroupBox2.Controls.Add(this.txtBeginNum);
  611. this.c_GroupBox2.Controls.Add(this.txtCount);
  612. this.c_GroupBox2.Controls.Add(this.dgvDetail);
  613. this.c_GroupBox2.Controls.Add(this.btnAddMould);
  614. this.c_GroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.c_GroupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
  616. this.c_GroupBox2.Location = new System.Drawing.Point(12, 140);
  617. this.c_GroupBox2.Name = "c_GroupBox2";
  618. this.c_GroupBox2.Size = new System.Drawing.Size(657, 311);
  619. this.c_GroupBox2.TabIndex = 1;
  620. this.c_GroupBox2.TabStop = false;
  621. this.c_GroupBox2.Text = "模具信息";
  622. //
  623. // c_Label1
  624. //
  625. this.c_Label1.AutoSize = true;
  626. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  627. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  628. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  629. this.c_Label1.Location = new System.Drawing.Point(185, 24);
  630. this.c_Label1.Name = "c_Label1";
  631. this.c_Label1.Size = new System.Drawing.Size(65, 12);
  632. this.c_Label1.TabIndex = 1;
  633. this.c_Label1.Text = "起始模具号";
  634. //
  635. // txtBeginNum
  636. //
  637. this.txtBeginNum.BackColor = System.Drawing.SystemColors.Window;
  638. this.txtBeginNum.BackgroundColor = System.Drawing.SystemColors.Window;
  639. this.txtBeginNum.ErrorMessage = "";
  640. this.txtBeginNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  641. this.txtBeginNum.ImeMode = System.Windows.Forms.ImeMode.Off;
  642. this.txtBeginNum.Location = new System.Drawing.Point(256, 20);
  643. this.txtBeginNum.MaxLength = 3;
  644. this.txtBeginNum.MaxValue = new decimal(new int[] {
  645. 999,
  646. 0,
  647. 0,
  648. 0});
  649. this.txtBeginNum.MinValue = new decimal(new int[] {
  650. 1,
  651. 0,
  652. 0,
  653. 0});
  654. this.txtBeginNum.Name = "txtBeginNum";
  655. this.txtBeginNum.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(3, 0);
  656. this.txtBeginNum.Size = new System.Drawing.Size(55, 21);
  657. this.txtBeginNum.TabIndex = 2;
  658. this.txtBeginNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  659. this.txtBeginNum.TextValue = "";
  660. //
  661. // F_PC_0102_1
  662. //
  663. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  664. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  665. this.CancelButton = this.btnClose;
  666. this.ClientSize = new System.Drawing.Size(684, 512);
  667. this.Controls.Add(this.c_GroupBox2);
  668. this.Controls.Add(this.c_GroupBox1);
  669. this.Controls.Add(this.btnClose);
  670. this.Controls.Add(this.btnSave);
  671. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  672. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  673. this.IsSaveFormSize = false;
  674. this.MaximizeBox = false;
  675. this.Name = "F_PC_0102_1";
  676. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  677. this.StatusSizingGrip = false;
  678. this.Text = "GroutingLineDetailInfo";
  679. this.Load += new System.EventHandler(this.F_PC_0102_Load);
  680. this.Controls.SetChildIndex(this.btnSave, 0);
  681. this.Controls.SetChildIndex(this.btnClose, 0);
  682. this.Controls.SetChildIndex(this.c_GroupBox1, 0);
  683. this.Controls.SetChildIndex(this.c_GroupBox2, 0);
  684. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
  685. this.c_GroupBox1.ResumeLayout(false);
  686. this.c_GroupBox1.PerformLayout();
  687. this.c_GroupBox2.ResumeLayout(false);
  688. this.c_GroupBox2.PerformLayout();
  689. this.ResumeLayout(false);
  690. this.PerformLayout();
  691. }
  692. #endregion
  693. private Basics.BaseControls.C_Label lblBuildingNo;
  694. private Basics.BaseControls.C_TextBox txtBuildingNo;
  695. private Basics.BaseControls.C_Label lblFloorNo;
  696. private Basics.BaseControls.C_Label lblGroutingLineNo;
  697. private Basics.BaseControls.C_Label lblGroutingLineCode;
  698. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  699. private Basics.BaseControls.C_Label lblGroutingLineName;
  700. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  701. private Controls.SearchTextBox.dkGMouldTypeSearchBox dkType;
  702. private Basics.BaseControls.C_Label lblRemarks;
  703. private Basics.BaseControls.C_TextBox txtRemarks;
  704. private Basics.BaseControls.C_Label lblCount;
  705. private Basics.BaseControls.C_TXT_Digital txtCount;
  706. private Basics.BaseControls.C_Button btnAddMould;
  707. private Basics.BaseControls.C_DataGridView dgvDetail;
  708. private Basics.BaseControls.C_Button btnSave;
  709. private Basics.BaseControls.C_Button btnClose;
  710. private Basics.BaseControls.C_Button btnDeleteMould;
  711. private Controls.SearchTextBox.dkUserInfoSearchBox dkUser;
  712. private Controls.SearchTextBox.dkGoodsSearchBox dkGoods;
  713. private Basics.BaseControls.C_TXT_Digital txtFloorNo;
  714. private System.Windows.Forms.GroupBox c_GroupBox1;
  715. private System.Windows.Forms.GroupBox c_GroupBox2;
  716. private Basics.BaseControls.C_TextBox txtGroutingLineNo;
  717. private Basics.BaseControls.C_Label c_Label1;
  718. private Basics.BaseControls.C_TXT_Digital txtBeginNum;
  719. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  720. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  721. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  722. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  723. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  724. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  725. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
  726. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
  727. private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDate;
  728. private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate;
  729. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  730. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  731. }
  732. }