F_PC_0101_1_3.Designer.cs 38 KB

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