F_PC_0101_1_4.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0101_1_4
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PC_0101_1_4));
  36. this.lblTimes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  38. this.dgvGroutingLineDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.GroutingLineIDM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.MouldID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.NewMouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.MouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.OLDGOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.GOODSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.StandardGroutingCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  52. this.GroutingCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  53. this.GMouldStatusM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.RreasonRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.BeginUsedDateM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.EndUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.RecordRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  60. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  61. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  62. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.btnAdaptive = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  64. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  65. this.btnAddMouldBarcode = new Dongke.WinForm.Controls.BtnButton();
  66. this.txtBarcode = new Dongke.WinForm.Controls.TxtCode();
  67. this.txtGMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  68. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  69. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  70. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  71. this.txtStandardGroutingCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  72. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  73. this.txtGroutingCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  74. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  75. this.btnSetCount = new Dongke.WinForm.Controls.BtnButton();
  76. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).BeginInit();
  77. this.SuspendLayout();
  78. //
  79. // lblTimes
  80. //
  81. this.lblTimes.AutoSize = true;
  82. this.lblTimes.BackColor = System.Drawing.Color.Transparent;
  83. this.lblTimes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.lblTimes.ForeColor = System.Drawing.SystemColors.ControlText;
  85. this.lblTimes.Location = new System.Drawing.Point(187, 18);
  86. this.lblTimes.Name = "lblTimes";
  87. this.lblTimes.Size = new System.Drawing.Size(53, 12);
  88. this.lblTimes.TabIndex = 2;
  89. this.lblTimes.Text = "操作时间";
  90. //
  91. // txtDateStart
  92. //
  93. this.txtDateStart.CustomFormat = "yyyy-MM-dd";
  94. this.txtDateStart.Enabled = false;
  95. this.txtDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.txtDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  97. this.txtDateStart.Location = new System.Drawing.Point(246, 14);
  98. this.txtDateStart.Name = "txtDateStart";
  99. this.txtDateStart.Size = new System.Drawing.Size(100, 21);
  100. this.txtDateStart.TabIndex = 3;
  101. //
  102. // dgvGroutingLineDetail
  103. //
  104. this.dgvGroutingLineDetail.AllowUserToAddRows = false;
  105. this.dgvGroutingLineDetail.AllowUserToDeleteRows = false;
  106. this.dgvGroutingLineDetail.AllowUserToModifyRows = true;
  107. this.dgvGroutingLineDetail.AllowUserToOrderColumns = true;
  108. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  109. this.dgvGroutingLineDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  110. this.dgvGroutingLineDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  111. | System.Windows.Forms.AnchorStyles.Left)
  112. | System.Windows.Forms.AnchorStyles.Right)));
  113. this.dgvGroutingLineDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  114. this.dgvGroutingLineDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  115. this.dgvGroutingLineDetail.CellHeight = 23;
  116. this.dgvGroutingLineDetail.ChildNodeColumnName = null;
  117. this.dgvGroutingLineDetail.ChildNodeColumnText = null;
  118. this.dgvGroutingLineDetail.ColumnDeep = 1;
  119. this.dgvGroutingLineDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  120. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  121. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  122. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  124. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  125. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  126. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  127. this.dgvGroutingLineDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  128. this.dgvGroutingLineDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  129. this.dgvGroutingLineDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  130. this.GroutingLineDetailID,
  131. this.GroutingLineIDM,
  132. this.GroutingMouldCode,
  133. this.MouldCode,
  134. this.MouldID,
  135. this.NewMouldBarcode,
  136. this.MouldBarcode,
  137. this.OLDGOODSCODE,
  138. this.GoodsID,
  139. this.goodscode,
  140. this.GOODSNAME,
  141. this.GoodsSpecification,
  142. this.StandardGroutingCount,
  143. this.GroutingCount,
  144. this.GMouldStatusM,
  145. this.RreasonRemarks,
  146. this.BeginUsedDateM,
  147. this.EndUsedDate,
  148. this.GMouldStatus,
  149. this.RecordRemarks});
  150. this.dgvGroutingLineDetail.ColumnTreeView = null;
  151. this.dgvGroutingLineDetail.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  152. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  153. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  154. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  156. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  157. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  158. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  159. this.dgvGroutingLineDetail.DefaultCellStyle = dataGridViewCellStyle6;
  160. this.dgvGroutingLineDetail.DynamicColumnName = "";
  161. this.dgvGroutingLineDetail.EnableHeadersVisualStyles = false;
  162. this.dgvGroutingLineDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.dgvGroutingLineDetail.FormatQuantityColumns = null;
  164. this.dgvGroutingLineDetail.HorizontalMergeColumn = null;
  165. this.dgvGroutingLineDetail.IsAutoCountSum = true;
  166. this.dgvGroutingLineDetail.IsAutoResizeColumns = false;
  167. this.dgvGroutingLineDetail.IsClickF12 = false;
  168. this.dgvGroutingLineDetail.IsOpenMergeCellFlag = false;
  169. this.dgvGroutingLineDetail.IsSubTotalFlag = false;
  170. this.dgvGroutingLineDetail.IsTopDeep = false;
  171. this.dgvGroutingLineDetail.Location = new System.Drawing.Point(12, 46);
  172. this.dgvGroutingLineDetail.MergeColumnNames = null;
  173. this.dgvGroutingLineDetail.MergeDetailColumnNames = null;
  174. this.dgvGroutingLineDetail.MergeDetailOnlyColumn = null;
  175. this.dgvGroutingLineDetail.MergeOnlyColumn = null;
  176. this.dgvGroutingLineDetail.Name = "dgvGroutingLineDetail";
  177. this.dgvGroutingLineDetail.RefreshAtHscroll = false;
  178. this.dgvGroutingLineDetail.RowHeadersWidth = 50;
  179. this.dgvGroutingLineDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  180. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  181. this.dgvGroutingLineDetail.RowsDefaultCellStyle = dataGridViewCellStyle7;
  182. this.dgvGroutingLineDetail.RowTemplate.Height = 21;
  183. this.dgvGroutingLineDetail.Size = new System.Drawing.Size(1198, 358);
  184. this.dgvGroutingLineDetail.SortOrderColumnName = null;
  185. this.dgvGroutingLineDetail.TabIndex = 999;
  186. this.dgvGroutingLineDetail.Tag = true;
  187. this.dgvGroutingLineDetail.TotalSumColumns = null;
  188. this.dgvGroutingLineDetail.ViewRowFilter = "";
  189. this.dgvGroutingLineDetail.VirtualMode = true;
  190. this.dgvGroutingLineDetail.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvGroutingLineDetail_RowPrePaint);
  191. this.dgvGroutingLineDetail.SelectionChanged += new System.EventHandler(this.dgvGroutingLineDetail_SelectionChanged);
  192. //
  193. // GroutingLineDetailID
  194. //
  195. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  196. this.GroutingLineDetailID.HeaderText = "成型生产线明细ID";
  197. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  198. this.GroutingLineDetailID.ReadOnly = true;
  199. this.GroutingLineDetailID.Visible = false;
  200. //
  201. // GroutingLineIDM
  202. //
  203. this.GroutingLineIDM.DataPropertyName = "GroutingLineID";
  204. this.GroutingLineIDM.HeaderText = "成型生产线ID";
  205. this.GroutingLineIDM.Name = "GroutingLineIDM";
  206. this.GroutingLineIDM.ReadOnly = true;
  207. this.GroutingLineIDM.Visible = false;
  208. //
  209. // GroutingMouldCode
  210. //
  211. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  212. this.GroutingMouldCode.HeaderText = "模具编号";
  213. this.GroutingMouldCode.Name = "GroutingMouldCode";
  214. this.GroutingMouldCode.ReadOnly = true;
  215. this.GroutingMouldCode.Width = 120;
  216. //
  217. // MouldCode
  218. //
  219. this.MouldCode.DataPropertyName = "MouldCode";
  220. this.MouldCode.HeaderText = "MouldCode";
  221. this.MouldCode.Name = "MouldCode";
  222. this.MouldCode.ReadOnly = true;
  223. this.MouldCode.Visible = false;
  224. //
  225. // MouldID
  226. //
  227. this.MouldID.DataPropertyName = "MouldID";
  228. this.MouldID.HeaderText = "MouldID";
  229. this.MouldID.Name = "MouldID";
  230. this.MouldID.ReadOnly = true;
  231. this.MouldID.Visible = false;
  232. //
  233. // NewMouldBarcode
  234. //
  235. this.NewMouldBarcode.DataPropertyName = "NewMouldBarcode";
  236. this.NewMouldBarcode.HeaderText = "模具条码";
  237. this.NewMouldBarcode.Name = "NewMouldBarcode";
  238. this.NewMouldBarcode.ReadOnly = true;
  239. //
  240. // MouldBarcode
  241. //
  242. this.MouldBarcode.DataPropertyName = "MouldBarcode";
  243. this.MouldBarcode.HeaderText = "模具条码(原)";
  244. this.MouldBarcode.Name = "MouldBarcode";
  245. this.MouldBarcode.ReadOnly = true;
  246. //
  247. // OLDGOODSCODE
  248. //
  249. this.OLDGOODSCODE.DataPropertyName = "OLDGOODSCODE";
  250. this.OLDGOODSCODE.HeaderText = "产品编码(原)";
  251. this.OLDGOODSCODE.Name = "OLDGOODSCODE";
  252. this.OLDGOODSCODE.ReadOnly = true;
  253. //
  254. // GoodsID
  255. //
  256. this.GoodsID.DataPropertyName = "GoodsID";
  257. this.GoodsID.HeaderText = "产品ID";
  258. this.GoodsID.Name = "GoodsID";
  259. this.GoodsID.ReadOnly = true;
  260. this.GoodsID.Visible = false;
  261. //
  262. // goodscode
  263. //
  264. this.goodscode.DataPropertyName = "goodscode";
  265. this.goodscode.HeaderText = "产品编码";
  266. this.goodscode.Name = "goodscode";
  267. this.goodscode.ReadOnly = true;
  268. //
  269. // GOODSNAME
  270. //
  271. this.GOODSNAME.DataPropertyName = "GOODSNAME";
  272. this.GOODSNAME.HeaderText = "产品名称";
  273. this.GOODSNAME.Name = "GOODSNAME";
  274. this.GOODSNAME.Visible = false;
  275. //
  276. // GoodsSpecification
  277. //
  278. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  279. this.GoodsSpecification.HeaderText = "产品规格";
  280. this.GoodsSpecification.Name = "GoodsSpecification";
  281. this.GoodsSpecification.ReadOnly = true;
  282. //
  283. // StandardGroutingCount
  284. //
  285. this.StandardGroutingCount.AllowNegative = false;
  286. this.StandardGroutingCount.DataPropertyName = "StandardGroutingCount";
  287. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  288. this.StandardGroutingCount.DefaultCellStyle = dataGridViewCellStyle3;
  289. this.StandardGroutingCount.HeaderText = "标准注浆次数";
  290. this.StandardGroutingCount.MaxValue = new decimal(new int[] {
  291. 999999,
  292. 0,
  293. 0,
  294. 0});
  295. this.StandardGroutingCount.MinValue = new decimal(new int[] {
  296. 0,
  297. 0,
  298. 0,
  299. 0});
  300. this.StandardGroutingCount.Name = "StandardGroutingCount";
  301. this.StandardGroutingCount.Number = new System.Drawing.Point(0, 0);
  302. this.StandardGroutingCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  303. //
  304. // GroutingCount
  305. //
  306. this.GroutingCount.DataPropertyName = "GroutingCount";
  307. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  308. this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle4;
  309. this.GroutingCount.HeaderText = "注浆次数";
  310. this.GroutingCount.MaxValue = new decimal(new int[] {
  311. 999999,
  312. 0,
  313. 0,
  314. 0});
  315. this.GroutingCount.MinValue = new decimal(new int[] {
  316. 0,
  317. 0,
  318. 0,
  319. 0});
  320. this.GroutingCount.Name = "GroutingCount";
  321. this.GroutingCount.Number = new System.Drawing.Point(0, 0);
  322. this.GroutingCount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  323. this.GroutingCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  324. //
  325. // GMouldStatusM
  326. //
  327. this.GMouldStatusM.DataPropertyName = "GMOULDSTATUSNAME";
  328. this.GMouldStatusM.HeaderText = "模具状态";
  329. this.GMouldStatusM.Name = "GMouldStatusM";
  330. this.GMouldStatusM.ReadOnly = true;
  331. this.GMouldStatusM.Width = 120;
  332. //
  333. // RreasonRemarks
  334. //
  335. this.RreasonRemarks.DataPropertyName = "RreasonRemarks";
  336. this.RreasonRemarks.HeaderText = "备注";
  337. this.RreasonRemarks.Name = "RreasonRemarks";
  338. //
  339. // BeginUsedDateM
  340. //
  341. this.BeginUsedDateM.DataPropertyName = "BeginUsedDate";
  342. dataGridViewCellStyle5.Format = "yyyy-MM-dd";
  343. dataGridViewCellStyle5.NullValue = null;
  344. this.BeginUsedDateM.DefaultCellStyle = dataGridViewCellStyle5;
  345. this.BeginUsedDateM.HeaderText = "开始使用日期";
  346. this.BeginUsedDateM.Name = "BeginUsedDateM";
  347. this.BeginUsedDateM.ReadOnly = true;
  348. this.BeginUsedDateM.Visible = false;
  349. this.BeginUsedDateM.Width = 120;
  350. //
  351. // EndUsedDate
  352. //
  353. this.EndUsedDate.DataPropertyName = "EndUsedDate";
  354. this.EndUsedDate.HeaderText = "结束使用日期";
  355. this.EndUsedDate.Name = "EndUsedDate";
  356. this.EndUsedDate.ReadOnly = true;
  357. this.EndUsedDate.Visible = false;
  358. //
  359. // GMouldStatus
  360. //
  361. this.GMouldStatus.DataPropertyName = "GMouldStatus";
  362. this.GMouldStatus.HeaderText = "GMouldStatus";
  363. this.GMouldStatus.Name = "GMouldStatus";
  364. this.GMouldStatus.ReadOnly = true;
  365. this.GMouldStatus.Visible = false;
  366. //
  367. // RecordRemarks
  368. //
  369. this.RecordRemarks.DataPropertyName = "RecordRemarks";
  370. this.RecordRemarks.HeaderText = "操作备注";
  371. this.RecordRemarks.Name = "RecordRemarks";
  372. this.RecordRemarks.Width = 300;
  373. //
  374. // btnCancel
  375. //
  376. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  377. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  378. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  379. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  380. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.btnCancel.ForeColor = System.Drawing.Color.White;
  382. this.btnCancel.Location = new System.Drawing.Point(1126, 410);
  383. this.btnCancel.Name = "btnCancel";
  384. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  385. this.btnCancel.TabIndex = 13;
  386. this.btnCancel.Text = "关闭";
  387. this.btnCancel.UseVisualStyleBackColor = false;
  388. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  389. //
  390. // btnSave
  391. //
  392. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  393. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  394. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  395. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.btnSave.ForeColor = System.Drawing.Color.White;
  397. this.btnSave.Location = new System.Drawing.Point(1037, 410);
  398. this.btnSave.Name = "btnSave";
  399. this.btnSave.Size = new System.Drawing.Size(85, 30);
  400. this.btnSave.TabIndex = 12;
  401. this.btnSave.Text = "保存(&S)";
  402. this.btnSave.UseVisualStyleBackColor = false;
  403. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  404. //
  405. // txtGroutingLineCode
  406. //
  407. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Control;
  408. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  409. this.txtGroutingLineCode.ErrorMessage = "";
  410. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.txtGroutingLineCode.Location = new System.Drawing.Point(81, 14);
  412. this.txtGroutingLineCode.MaxLength = 200;
  413. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  414. this.txtGroutingLineCode.ReadOnly = true;
  415. this.txtGroutingLineCode.Size = new System.Drawing.Size(100, 21);
  416. this.txtGroutingLineCode.TabIndex = 1;
  417. this.txtGroutingLineCode.TextValue = "";
  418. //
  419. // c_Label1
  420. //
  421. this.c_Label1.AutoSize = true;
  422. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  423. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  425. this.c_Label1.Location = new System.Drawing.Point(12, 18);
  426. this.c_Label1.Name = "c_Label1";
  427. this.c_Label1.Size = new System.Drawing.Size(65, 12);
  428. this.c_Label1.TabIndex = 0;
  429. this.c_Label1.Text = "成型线编码";
  430. //
  431. // btnAdaptive
  432. //
  433. this.btnAdaptive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  434. this.btnAdaptive.BackColor = System.Drawing.Color.Transparent;
  435. this.btnAdaptive.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdaptive.BackgroundImage")));
  436. this.btnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  437. this.btnAdaptive.ForeColor = System.Drawing.Color.White;
  438. this.btnAdaptive.Location = new System.Drawing.Point(12, 410);
  439. this.btnAdaptive.Name = "btnAdaptive";
  440. this.btnAdaptive.Size = new System.Drawing.Size(85, 30);
  441. this.btnAdaptive.TabIndex = 11;
  442. this.btnAdaptive.Text = "自适应列宽";
  443. this.btnAdaptive.UseVisualStyleBackColor = false;
  444. this.btnAdaptive.Click += new System.EventHandler(this.btnAdaptive_Click);
  445. //
  446. // lblLabel1
  447. //
  448. this.lblLabel1.Location = new System.Drawing.Point(517, 18);
  449. this.lblLabel1.Name = "lblLabel1";
  450. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  451. this.lblLabel1.TabIndex = 6;
  452. this.lblLabel1.Text = "模具条码";
  453. //
  454. // btnAddMouldBarcode
  455. //
  456. this.btnAddMouldBarcode.Location = new System.Drawing.Point(682, 9);
  457. this.btnAddMouldBarcode.Name = "btnAddMouldBarcode";
  458. this.btnAddMouldBarcode.Size = new System.Drawing.Size(85, 30);
  459. this.btnAddMouldBarcode.TabIndex = 8;
  460. this.btnAddMouldBarcode.Text = "绑定模具(&M)";
  461. this.btnAddMouldBarcode.UseVisualStyleBackColor = true;
  462. this.btnAddMouldBarcode.Click += new System.EventHandler(this.btnAddMouldBarcode_Click);
  463. //
  464. // txtBarcode
  465. //
  466. this.txtBarcode.Location = new System.Drawing.Point(576, 14);
  467. this.txtBarcode.MaxLength = 20;
  468. this.txtBarcode.Name = "txtBarcode";
  469. this.txtBarcode.Size = new System.Drawing.Size(100, 21);
  470. this.txtBarcode.TabIndex = 7;
  471. this.txtBarcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBarcode_KeyDown);
  472. //
  473. // txtGMouldCode
  474. //
  475. this.txtGMouldCode.BackColor = System.Drawing.SystemColors.Control;
  476. this.txtGMouldCode.BackgroundColor = System.Drawing.SystemColors.Window;
  477. this.txtGMouldCode.ErrorMessage = "";
  478. this.txtGMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  479. this.txtGMouldCode.Location = new System.Drawing.Point(411, 14);
  480. this.txtGMouldCode.MaxLength = 200;
  481. this.txtGMouldCode.Name = "txtGMouldCode";
  482. this.txtGMouldCode.ReadOnly = true;
  483. this.txtGMouldCode.Size = new System.Drawing.Size(100, 21);
  484. this.txtGMouldCode.TabIndex = 5;
  485. this.txtGMouldCode.TextValue = "";
  486. //
  487. // c_Label2
  488. //
  489. this.c_Label2.AutoSize = true;
  490. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  491. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  493. this.c_Label2.Location = new System.Drawing.Point(352, 18);
  494. this.c_Label2.Name = "c_Label2";
  495. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  496. this.c_Label2.TabIndex = 4;
  497. this.c_Label2.Text = "模具编号";
  498. //
  499. // scbGoods
  500. //
  501. this.scbGoods.CheckedData = null;
  502. this.scbGoods.DisplayMember = "GoodsCode";
  503. this.scbGoods.Location = new System.Drawing.Point(844, 14);
  504. this.scbGoods.Name = "scbGoods";
  505. this.scbGoods.Size = new System.Drawing.Size(100, 21);
  506. this.scbGoods.TabIndex = 10;
  507. this.scbGoods.SearchedItemChanged += new System.EventHandler(this.scbGoods_SearchedItemChanged);
  508. //
  509. // lblGoods
  510. //
  511. this.lblGoods.AutoSize = true;
  512. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  513. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  514. this.lblGoods.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  515. this.lblGoods.IsMustInput = true;
  516. this.lblGoods.Location = new System.Drawing.Point(773, 18);
  517. this.lblGoods.Name = "lblGoods";
  518. this.lblGoods.Size = new System.Drawing.Size(65, 12);
  519. this.lblGoods.TabIndex = 9;
  520. this.lblGoods.Text = "新产品编码";
  521. //
  522. // txtStandardGroutingCount
  523. //
  524. this.txtStandardGroutingCount.AllowNegative = false;
  525. this.txtStandardGroutingCount.BackColor = System.Drawing.SystemColors.Window;
  526. this.txtStandardGroutingCount.BackgroundColor = System.Drawing.SystemColors.Window;
  527. this.txtStandardGroutingCount.ErrorMessage = "";
  528. this.txtStandardGroutingCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  529. this.txtStandardGroutingCount.ImeMode = System.Windows.Forms.ImeMode.Off;
  530. this.txtStandardGroutingCount.Location = new System.Drawing.Point(1009, 14);
  531. this.txtStandardGroutingCount.MaxLength = 0;
  532. this.txtStandardGroutingCount.MaxValue = new decimal(new int[] {
  533. 999999,
  534. 0,
  535. 0,
  536. 0});
  537. this.txtStandardGroutingCount.MinValue = new decimal(new int[] {
  538. 0,
  539. 0,
  540. 0,
  541. 0});
  542. this.txtStandardGroutingCount.Name = "txtStandardGroutingCount";
  543. this.txtStandardGroutingCount.Size = new System.Drawing.Size(36, 21);
  544. this.txtStandardGroutingCount.TabIndex = 12;
  545. this.txtStandardGroutingCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  546. this.txtStandardGroutingCount.TextValue = "";
  547. //
  548. // c_Label3
  549. //
  550. this.c_Label3.AutoSize = true;
  551. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  552. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  553. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  554. this.c_Label3.Location = new System.Drawing.Point(950, 18);
  555. this.c_Label3.Name = "c_Label3";
  556. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  557. this.c_Label3.TabIndex = 11;
  558. this.c_Label3.Text = "标准次数";
  559. //
  560. // txtGroutingCount
  561. //
  562. this.txtGroutingCount.AllowNegative = false;
  563. this.txtGroutingCount.BackColor = System.Drawing.SystemColors.Window;
  564. this.txtGroutingCount.BackgroundColor = System.Drawing.SystemColors.Window;
  565. this.txtGroutingCount.ErrorMessage = "";
  566. this.txtGroutingCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  567. this.txtGroutingCount.ImeMode = System.Windows.Forms.ImeMode.Off;
  568. this.txtGroutingCount.Location = new System.Drawing.Point(1110, 14);
  569. this.txtGroutingCount.MaxLength = 0;
  570. this.txtGroutingCount.MaxValue = new decimal(new int[] {
  571. 999999,
  572. 0,
  573. 0,
  574. 0});
  575. this.txtGroutingCount.MinValue = new decimal(new int[] {
  576. 0,
  577. 0,
  578. 0,
  579. 0});
  580. this.txtGroutingCount.Name = "txtGroutingCount";
  581. this.txtGroutingCount.Size = new System.Drawing.Size(36, 21);
  582. this.txtGroutingCount.TabIndex = 14;
  583. this.txtGroutingCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  584. this.txtGroutingCount.TextValue = "";
  585. //
  586. // c_Label4
  587. //
  588. this.c_Label4.AutoSize = true;
  589. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  590. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  592. this.c_Label4.Location = new System.Drawing.Point(1051, 18);
  593. this.c_Label4.Name = "c_Label4";
  594. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  595. this.c_Label4.TabIndex = 13;
  596. this.c_Label4.Text = "已注次数";
  597. //
  598. // btnSetCount
  599. //
  600. this.btnSetCount.Location = new System.Drawing.Point(1152, 9);
  601. this.btnSetCount.Name = "btnSetCount";
  602. this.btnSetCount.Size = new System.Drawing.Size(58, 30);
  603. this.btnSetCount.TabIndex = 15;
  604. this.btnSetCount.Text = "设定";
  605. this.btnSetCount.UseVisualStyleBackColor = true;
  606. this.btnSetCount.Click += new System.EventHandler(this.btnSetCount_Click);
  607. //
  608. // F_PC_0101_1_4
  609. //
  610. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  611. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  612. this.CancelButton = this.btnCancel;
  613. this.ClientSize = new System.Drawing.Size(1222, 465);
  614. this.Controls.Add(this.txtStandardGroutingCount);
  615. this.Controls.Add(this.c_Label3);
  616. this.Controls.Add(this.txtGroutingCount);
  617. this.Controls.Add(this.c_Label4);
  618. this.Controls.Add(this.btnSetCount);
  619. this.Controls.Add(this.scbGoods);
  620. this.Controls.Add(this.lblGoods);
  621. this.Controls.Add(this.lblLabel1);
  622. this.Controls.Add(this.btnAddMouldBarcode);
  623. this.Controls.Add(this.txtBarcode);
  624. this.Controls.Add(this.txtGMouldCode);
  625. this.Controls.Add(this.c_Label2);
  626. this.Controls.Add(this.btnAdaptive);
  627. this.Controls.Add(this.txtGroutingLineCode);
  628. this.Controls.Add(this.c_Label1);
  629. this.Controls.Add(this.btnCancel);
  630. this.Controls.Add(this.btnSave);
  631. this.Controls.Add(this.dgvGroutingLineDetail);
  632. this.Controls.Add(this.txtDateStart);
  633. this.Controls.Add(this.lblTimes);
  634. this.IsSaveFormSize = false;
  635. this.Name = "F_PC_0101_1_4";
  636. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  637. this.Text = "结束变产";
  638. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  639. this.Load += new System.EventHandler(this.F_PC_0101_1_2_Load);
  640. this.Controls.SetChildIndex(this.lblTimes, 0);
  641. this.Controls.SetChildIndex(this.txtDateStart, 0);
  642. this.Controls.SetChildIndex(this.dgvGroutingLineDetail, 0);
  643. this.Controls.SetChildIndex(this.btnSave, 0);
  644. this.Controls.SetChildIndex(this.btnCancel, 0);
  645. this.Controls.SetChildIndex(this.c_Label1, 0);
  646. this.Controls.SetChildIndex(this.txtGroutingLineCode, 0);
  647. this.Controls.SetChildIndex(this.btnAdaptive, 0);
  648. this.Controls.SetChildIndex(this.c_Label2, 0);
  649. this.Controls.SetChildIndex(this.txtGMouldCode, 0);
  650. this.Controls.SetChildIndex(this.txtBarcode, 0);
  651. this.Controls.SetChildIndex(this.btnAddMouldBarcode, 0);
  652. this.Controls.SetChildIndex(this.lblLabel1, 0);
  653. this.Controls.SetChildIndex(this.lblGoods, 0);
  654. this.Controls.SetChildIndex(this.scbGoods, 0);
  655. this.Controls.SetChildIndex(this.btnSetCount, 0);
  656. this.Controls.SetChildIndex(this.c_Label4, 0);
  657. this.Controls.SetChildIndex(this.txtGroutingCount, 0);
  658. this.Controls.SetChildIndex(this.c_Label3, 0);
  659. this.Controls.SetChildIndex(this.txtStandardGroutingCount, 0);
  660. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).EndInit();
  661. this.ResumeLayout(false);
  662. this.PerformLayout();
  663. }
  664. #endregion
  665. private Basics.BaseControls.C_Label lblTimes;
  666. private Basics.BaseControls.C_DateTimePicker txtDateStart;
  667. private Basics.BaseControls.C_DataGridView dgvGroutingLineDetail;
  668. private Basics.BaseControls.C_Button btnCancel;
  669. private Basics.BaseControls.C_Button btnSave;
  670. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  671. private Basics.BaseControls.C_Label c_Label1;
  672. private Basics.BaseControls.C_Button btnAdaptive;
  673. private WinForm.Controls.LblLabel lblLabel1;
  674. private WinForm.Controls.BtnButton btnAddMouldBarcode;
  675. private WinForm.Controls.TxtCode txtBarcode;
  676. private Basics.BaseControls.C_TextBox txtGMouldCode;
  677. private Basics.BaseControls.C_Label c_Label2;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineIDM;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  682. private System.Windows.Forms.DataGridViewTextBoxColumn MouldID;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn NewMouldBarcode;
  684. private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode;
  685. private System.Windows.Forms.DataGridViewTextBoxColumn OLDGOODSCODE;
  686. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  687. private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
  688. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSNAME;
  689. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  690. private Basics.BaseControls.C_DGV_Column_Digital StandardGroutingCount;
  691. private Basics.BaseControls.C_DGV_Column_Digital GroutingCount;
  692. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatusM;
  693. private System.Windows.Forms.DataGridViewTextBoxColumn RreasonRemarks;
  694. private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDateM;
  695. private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate;
  696. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
  697. private System.Windows.Forms.DataGridViewTextBoxColumn RecordRemarks;
  698. private Controls.SearchBox.ScbGoods scbGoods;
  699. private Basics.BaseControls.C_Label lblGoods;
  700. private Basics.BaseControls.C_TXT_Digital txtStandardGroutingCount;
  701. private Basics.BaseControls.C_Label c_Label3;
  702. private Basics.BaseControls.C_TXT_Digital txtGroutingCount;
  703. private Basics.BaseControls.C_Label c_Label4;
  704. private WinForm.Controls.BtnButton btnSetCount;
  705. }
  706. }