F_PC_0101_1_2.Designer.cs 31 KB

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