F_PC_1004.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_1004
  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 dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  41. this.dgvMould = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  42. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  43. this.MouldID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.MouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.MouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.SupplierName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.ProductionDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Cost = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.StandardGroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.GroutingDateBegin = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.GroutingDateEnd = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.LastGroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.MouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.mouldstatusname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.RepairFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  63. this.ScrapDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.ScrapUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.ScrapReason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.ScrapResponsibility = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.groutinglinecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.groutingmouldcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.CreateUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
  73. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  74. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  75. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  76. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  77. this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
  78. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  79. this.dkGoodsCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGoodsCodeSearchBox();
  80. this.ftcScrapReason = new Dongke.WinForm.Controls.FtcFilterComboBox();
  81. this.txtScrapResponsibility = new Dongke.WinForm.Controls.TxtTextBox();
  82. this.lblScrapResponsibility = new Dongke.WinForm.Controls.LblLabel();
  83. this.lblScrapReason = new Dongke.WinForm.Controls.LblLabel();
  84. this.lblMouldPlan = new Dongke.WinForm.Controls.LblLabel();
  85. this.ftcMouldPlan = new Dongke.WinForm.Controls.FtcFilterComboBox();
  86. ((System.ComponentModel.ISupportInitialize)(this.dgvMould)).BeginInit();
  87. this.tsrToolStrip1.SuspendLayout();
  88. this.SuspendLayout();
  89. //
  90. // dgvMould
  91. //
  92. this.dgvMould.AllowUserToAddRows = false;
  93. this.dgvMould.AllowUserToDeleteRows = false;
  94. this.dgvMould.AllowUserToModifyRows = true;
  95. this.dgvMould.AllowUserToOrderColumns = true;
  96. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  97. this.dgvMould.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  98. this.dgvMould.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  99. | System.Windows.Forms.AnchorStyles.Left)
  100. | System.Windows.Forms.AnchorStyles.Right)));
  101. this.dgvMould.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  102. this.dgvMould.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  103. this.dgvMould.CellHeight = 23;
  104. this.dgvMould.ChildNodeColumnName = null;
  105. this.dgvMould.ChildNodeColumnText = null;
  106. this.dgvMould.ColumnDeep = 1;
  107. this.dgvMould.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  108. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  109. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  110. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  112. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  113. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  114. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  115. this.dgvMould.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  116. this.dgvMould.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  117. this.dgvMould.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  118. this.Sel,
  119. this.MouldID,
  120. this.MouldCode,
  121. this.MouldBarcode,
  122. this.MouldTypeName,
  123. this.SupplierName,
  124. this.ProductionDate,
  125. this.GoodsID,
  126. this.GoodsCode,
  127. this.UserID,
  128. this.UserCode,
  129. this.Weight,
  130. this.Cost,
  131. this.StandardGroutingNum,
  132. this.GroutingNum,
  133. this.GroutingDateBegin,
  134. this.GroutingDateEnd,
  135. this.LastGroutingBatchNo,
  136. this.MouldStatus,
  137. this.mouldstatusname,
  138. this.RepairFlag,
  139. this.ScrapDate,
  140. this.ScrapUserCode,
  141. this.ScrapReason,
  142. this.ScrapResponsibility,
  143. this.groutinglinecode,
  144. this.groutingmouldcode,
  145. this.Remarks,
  146. this.CreateTime,
  147. this.CreateUserCode});
  148. this.dgvMould.ColumnTreeView = null;
  149. this.dgvMould.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)));
  150. this.dgvMould.DynamicColumnName = "";
  151. this.dgvMould.EnableHeadersVisualStyles = false;
  152. this.dgvMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.dgvMould.FormatQuantityColumns = null;
  154. this.dgvMould.HasNode = false;
  155. this.dgvMould.HorizontalMergeColumn = null;
  156. this.dgvMould.IsAutoCountSum = true;
  157. this.dgvMould.IsAutoResizeColumns = false;
  158. this.dgvMould.IsClickF12 = false;
  159. this.dgvMould.IsOpenMergeCellFlag = false;
  160. this.dgvMould.IsSubTotalFlag = false;
  161. this.dgvMould.IsTopDeep = false;
  162. this.dgvMould.Location = new System.Drawing.Point(12, 65);
  163. this.dgvMould.MergeColumnNames = null;
  164. this.dgvMould.MergeDetailColumnNames = null;
  165. this.dgvMould.MergeDetailOnlyColumn = null;
  166. this.dgvMould.MergeOnlyColumn = null;
  167. this.dgvMould.MultiSelect = false;
  168. this.dgvMould.Name = "dgvMould";
  169. this.dgvMould.ReadOnly = true;
  170. this.dgvMould.RefreshAtHscroll = false;
  171. this.dgvMould.RowHeadersWidth = 50;
  172. this.dgvMould.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  173. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  174. this.dgvMould.RowsDefaultCellStyle = dataGridViewCellStyle13;
  175. this.dgvMould.RowTemplate.Height = 21;
  176. this.dgvMould.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  177. this.dgvMould.Size = new System.Drawing.Size(972, 267);
  178. this.dgvMould.SortOrderColumnName = null;
  179. this.dgvMould.TabIndex = 10;
  180. this.dgvMould.Tag = "";
  181. this.dgvMould.TotalSumColumns = null;
  182. this.dgvMould.ViewRowFilter = "";
  183. this.dgvMould.VirtualNodes = false;
  184. this.dgvMould.Sorted += new System.EventHandler(this.dgvMould_Sorted);
  185. //
  186. // Sel
  187. //
  188. this.Sel.DataPropertyName = "Sel";
  189. this.Sel.FalseValue = "0";
  190. this.Sel.HeaderText = "选择";
  191. this.Sel.Name = "Sel";
  192. this.Sel.ReadOnly = true;
  193. this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  194. this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  195. this.Sel.TrueValue = "1";
  196. this.Sel.Visible = false;
  197. this.Sel.Width = 60;
  198. //
  199. // MouldID
  200. //
  201. this.MouldID.DataPropertyName = "MouldID";
  202. this.MouldID.HeaderText = "MouldID";
  203. this.MouldID.Name = "MouldID";
  204. this.MouldID.ReadOnly = true;
  205. this.MouldID.Visible = false;
  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. // MouldBarcode
  216. //
  217. this.MouldBarcode.DataPropertyName = "MouldBarcode";
  218. this.MouldBarcode.HeaderText = "模具条码";
  219. this.MouldBarcode.Name = "MouldBarcode";
  220. this.MouldBarcode.ReadOnly = true;
  221. //
  222. // MouldTypeName
  223. //
  224. this.MouldTypeName.DataPropertyName = "MouldTypeName";
  225. this.MouldTypeName.HeaderText = "模具类型";
  226. this.MouldTypeName.Name = "MouldTypeName";
  227. this.MouldTypeName.ReadOnly = true;
  228. //
  229. // SupplierName
  230. //
  231. this.SupplierName.DataPropertyName = "SupplierName";
  232. this.SupplierName.HeaderText = "材料供应商";
  233. this.SupplierName.Name = "SupplierName";
  234. this.SupplierName.ReadOnly = true;
  235. //
  236. // ProductionDate
  237. //
  238. this.ProductionDate.DataPropertyName = "ProductionDate";
  239. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  240. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  241. this.ProductionDate.DefaultCellStyle = dataGridViewCellStyle3;
  242. this.ProductionDate.HeaderText = "生产日期";
  243. this.ProductionDate.Name = "ProductionDate";
  244. this.ProductionDate.ReadOnly = true;
  245. //
  246. // GoodsID
  247. //
  248. this.GoodsID.DataPropertyName = "GoodsID";
  249. this.GoodsID.HeaderText = "GoodsID";
  250. this.GoodsID.Name = "GoodsID";
  251. this.GoodsID.ReadOnly = true;
  252. this.GoodsID.Visible = false;
  253. //
  254. // GoodsCode
  255. //
  256. this.GoodsCode.DataPropertyName = "GoodsCode";
  257. this.GoodsCode.HeaderText = "产品编码";
  258. this.GoodsCode.Name = "GoodsCode";
  259. this.GoodsCode.ReadOnly = true;
  260. //
  261. // UserID
  262. //
  263. this.UserID.DataPropertyName = "UserID";
  264. this.UserID.HeaderText = "UserID";
  265. this.UserID.Name = "UserID";
  266. this.UserID.ReadOnly = true;
  267. this.UserID.Visible = false;
  268. //
  269. // UserCode
  270. //
  271. this.UserCode.DataPropertyName = "UserCode";
  272. this.UserCode.HeaderText = "生产工号";
  273. this.UserCode.Name = "UserCode";
  274. this.UserCode.ReadOnly = true;
  275. //
  276. // Weight
  277. //
  278. this.Weight.DataPropertyName = "Weight";
  279. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  280. dataGridViewCellStyle4.Format = "N2";
  281. this.Weight.DefaultCellStyle = dataGridViewCellStyle4;
  282. this.Weight.HeaderText = "重量(KG)";
  283. this.Weight.Name = "Weight";
  284. this.Weight.ReadOnly = true;
  285. //
  286. // Cost
  287. //
  288. this.Cost.DataPropertyName = "Cost";
  289. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  290. dataGridViewCellStyle5.Format = "N2";
  291. this.Cost.DefaultCellStyle = dataGridViewCellStyle5;
  292. this.Cost.HeaderText = "成本(元)";
  293. this.Cost.Name = "Cost";
  294. this.Cost.ReadOnly = true;
  295. //
  296. // StandardGroutingNum
  297. //
  298. this.StandardGroutingNum.DataPropertyName = "StandardGroutingNum";
  299. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  300. dataGridViewCellStyle6.Format = "N0";
  301. this.StandardGroutingNum.DefaultCellStyle = dataGridViewCellStyle6;
  302. this.StandardGroutingNum.HeaderText = "标准次数";
  303. this.StandardGroutingNum.Name = "StandardGroutingNum";
  304. this.StandardGroutingNum.ReadOnly = true;
  305. //
  306. // GroutingNum
  307. //
  308. this.GroutingNum.DataPropertyName = "GroutingNum";
  309. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  310. dataGridViewCellStyle7.Format = "N0";
  311. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle7;
  312. this.GroutingNum.HeaderText = "注浆次数";
  313. this.GroutingNum.Name = "GroutingNum";
  314. this.GroutingNum.ReadOnly = true;
  315. //
  316. // GroutingDateBegin
  317. //
  318. this.GroutingDateBegin.DataPropertyName = "GroutingDateBegin";
  319. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  320. dataGridViewCellStyle8.Format = "yyyy-MM-dd";
  321. this.GroutingDateBegin.DefaultCellStyle = dataGridViewCellStyle8;
  322. this.GroutingDateBegin.HeaderText = "注浆日期(起始)";
  323. this.GroutingDateBegin.Name = "GroutingDateBegin";
  324. this.GroutingDateBegin.ReadOnly = true;
  325. //
  326. // GroutingDateEnd
  327. //
  328. this.GroutingDateEnd.DataPropertyName = "GroutingDateEnd";
  329. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  330. dataGridViewCellStyle9.Format = "yyyy-MM-dd";
  331. this.GroutingDateEnd.DefaultCellStyle = dataGridViewCellStyle9;
  332. this.GroutingDateEnd.HeaderText = "注浆日期(当前)";
  333. this.GroutingDateEnd.Name = "GroutingDateEnd";
  334. this.GroutingDateEnd.ReadOnly = true;
  335. //
  336. // LastGroutingBatchNo
  337. //
  338. this.LastGroutingBatchNo.DataPropertyName = "LastGroutingBatchNo";
  339. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  340. this.LastGroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle10;
  341. this.LastGroutingBatchNo.HeaderText = "注浆批次(当前)";
  342. this.LastGroutingBatchNo.Name = "LastGroutingBatchNo";
  343. this.LastGroutingBatchNo.ReadOnly = true;
  344. //
  345. // MouldStatus
  346. //
  347. this.MouldStatus.DataPropertyName = "MouldStatus";
  348. this.MouldStatus.HeaderText = "MouldStatus";
  349. this.MouldStatus.Name = "MouldStatus";
  350. this.MouldStatus.ReadOnly = true;
  351. this.MouldStatus.Visible = false;
  352. //
  353. // mouldstatusname
  354. //
  355. this.mouldstatusname.DataPropertyName = "mouldstatusname";
  356. this.mouldstatusname.HeaderText = "模具状态";
  357. this.mouldstatusname.Name = "mouldstatusname";
  358. this.mouldstatusname.ReadOnly = true;
  359. //
  360. // RepairFlag
  361. //
  362. this.RepairFlag.DataPropertyName = "RepairFlag";
  363. this.RepairFlag.FalseValue = "0";
  364. this.RepairFlag.HeaderText = "维修标识";
  365. this.RepairFlag.Name = "RepairFlag";
  366. this.RepairFlag.ReadOnly = true;
  367. this.RepairFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  368. this.RepairFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  369. this.RepairFlag.TrueValue = "1";
  370. //
  371. // ScrapDate
  372. //
  373. this.ScrapDate.DataPropertyName = "ScrapDate";
  374. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  375. dataGridViewCellStyle11.Format = "yyyy-MM-dd";
  376. this.ScrapDate.DefaultCellStyle = dataGridViewCellStyle11;
  377. this.ScrapDate.HeaderText = "报废日期";
  378. this.ScrapDate.Name = "ScrapDate";
  379. this.ScrapDate.ReadOnly = true;
  380. //
  381. // ScrapUserCode
  382. //
  383. this.ScrapUserCode.DataPropertyName = "ScrapUserCode";
  384. this.ScrapUserCode.HeaderText = "报废工号";
  385. this.ScrapUserCode.Name = "ScrapUserCode";
  386. this.ScrapUserCode.ReadOnly = true;
  387. //
  388. // ScrapReason
  389. //
  390. this.ScrapReason.DataPropertyName = "ScrapReason";
  391. this.ScrapReason.HeaderText = "报废原因";
  392. this.ScrapReason.Name = "ScrapReason";
  393. this.ScrapReason.ReadOnly = true;
  394. //
  395. // ScrapResponsibility
  396. //
  397. this.ScrapResponsibility.DataPropertyName = "ScrapResponsibility";
  398. this.ScrapResponsibility.HeaderText = "报废责任";
  399. this.ScrapResponsibility.Name = "ScrapResponsibility";
  400. this.ScrapResponsibility.ReadOnly = true;
  401. //
  402. // groutinglinecode
  403. //
  404. this.groutinglinecode.DataPropertyName = "groutinglinecode";
  405. this.groutinglinecode.HeaderText = "成型线号";
  406. this.groutinglinecode.Name = "groutinglinecode";
  407. this.groutinglinecode.ReadOnly = true;
  408. //
  409. // groutingmouldcode
  410. //
  411. this.groutingmouldcode.DataPropertyName = "groutingmouldcode";
  412. this.groutingmouldcode.HeaderText = "模具编号";
  413. this.groutingmouldcode.Name = "groutingmouldcode";
  414. this.groutingmouldcode.ReadOnly = true;
  415. //
  416. // Remarks
  417. //
  418. this.Remarks.DataPropertyName = "Remarks";
  419. this.Remarks.HeaderText = "备注";
  420. this.Remarks.Name = "Remarks";
  421. this.Remarks.ReadOnly = true;
  422. //
  423. // CreateTime
  424. //
  425. this.CreateTime.DataPropertyName = "CreateTime";
  426. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  427. dataGridViewCellStyle12.Format = "yyyy-MM-dd";
  428. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle12;
  429. this.CreateTime.HeaderText = "创建日期";
  430. this.CreateTime.Name = "CreateTime";
  431. this.CreateTime.ReadOnly = true;
  432. //
  433. // CreateUserCode
  434. //
  435. this.CreateUserCode.DataPropertyName = "CreateUserCode";
  436. this.CreateUserCode.HeaderText = "创建工号";
  437. this.CreateUserCode.Name = "CreateUserCode";
  438. this.CreateUserCode.ReadOnly = true;
  439. //
  440. // tsrToolStrip1
  441. //
  442. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  444. this.tsbtnSave,
  445. this.toolStripSeparator5,
  446. this.tsbtnAdaptive,
  447. this.tsbtnClose});
  448. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  449. this.tsrToolStrip1.Name = "tsrToolStrip1";
  450. this.tsrToolStrip1.Size = new System.Drawing.Size(996, 35);
  451. this.tsrToolStrip1.TabIndex = 0;
  452. //
  453. // tsbtnSave
  454. //
  455. this.tsbtnSave.AutoSize = false;
  456. this.tsbtnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  458. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  459. this.tsbtnSave.Name = "tsbtnSave";
  460. this.tsbtnSave.Size = new System.Drawing.Size(60, 25);
  461. this.tsbtnSave.Text = "保存(&S)";
  462. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  463. //
  464. // toolStripSeparator5
  465. //
  466. this.toolStripSeparator5.AutoSize = false;
  467. this.toolStripSeparator5.Name = "toolStripSeparator5";
  468. this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
  469. //
  470. // tsbtnAdaptive
  471. //
  472. this.tsbtnAdaptive.AutoSize = false;
  473. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  474. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  475. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  476. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  477. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  478. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  479. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  480. //
  481. // tsbtnClose
  482. //
  483. this.tsbtnClose.AutoSize = false;
  484. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  486. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  487. this.tsbtnClose.Name = "tsbtnClose";
  488. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  489. this.tsbtnClose.Text = "关闭(&X)";
  490. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  491. //
  492. // txtRemarks
  493. //
  494. this.txtRemarks.Location = new System.Drawing.Point(72, 38);
  495. this.txtRemarks.MaxLength = 100;
  496. this.txtRemarks.Name = "txtRemarks";
  497. this.txtRemarks.Size = new System.Drawing.Size(259, 21);
  498. this.txtRemarks.TabIndex = 2;
  499. //
  500. // lblLabel1
  501. //
  502. this.lblLabel1.Location = new System.Drawing.Point(13, 42);
  503. this.lblLabel1.Name = "lblLabel1";
  504. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  505. this.lblLabel1.TabIndex = 1;
  506. this.lblLabel1.Text = "操作说明";
  507. //
  508. // dkGoodsCode
  509. //
  510. this.dkGoodsCode.DataSource = null;
  511. this.dkGoodsCode.Enabled = true;
  512. this.dkGoodsCode.GoodsCode = "";
  513. this.dkGoodsCode.GoodsID = null;
  514. this.dkGoodsCode.GoodsIDS = null;
  515. this.dkGoodsCode.GoodsName = null;
  516. this.dkGoodsCode.GoodsSpecification = null;
  517. this.dkGoodsCode.IsMustInput = true;
  518. this.dkGoodsCode.Location = new System.Drawing.Point(337, 38);
  519. this.dkGoodsCode.Name = "dkGoodsCode";
  520. this.dkGoodsCode.PurviewType = ((byte)(0));
  521. this.dkGoodsCode.Size = new System.Drawing.Size(179, 21);
  522. this.dkGoodsCode.TabIndex = 3;
  523. this.dkGoodsCode.Title = "产品型号";
  524. this.dkGoodsCode.TxtGoodsBackColor = System.Drawing.SystemColors.Control;
  525. this.dkGoodsCode.Visible = false;
  526. //
  527. // ftcScrapReason
  528. //
  529. this.ftcScrapReason.FormattingEnabled = true;
  530. this.ftcScrapReason.Location = new System.Drawing.Point(396, 38);
  531. this.ftcScrapReason.Name = "ftcScrapReason";
  532. this.ftcScrapReason.Size = new System.Drawing.Size(120, 20);
  533. this.ftcScrapReason.TabIndex = 4;
  534. this.ftcScrapReason.Visible = false;
  535. //
  536. // txtScrapResponsibility
  537. //
  538. this.txtScrapResponsibility.Location = new System.Drawing.Point(581, 38);
  539. this.txtScrapResponsibility.MaxLength = 100;
  540. this.txtScrapResponsibility.Name = "txtScrapResponsibility";
  541. this.txtScrapResponsibility.Size = new System.Drawing.Size(120, 21);
  542. this.txtScrapResponsibility.TabIndex = 6;
  543. this.txtScrapResponsibility.Visible = false;
  544. //
  545. // lblScrapResponsibility
  546. //
  547. this.lblScrapResponsibility.Location = new System.Drawing.Point(522, 42);
  548. this.lblScrapResponsibility.Name = "lblScrapResponsibility";
  549. this.lblScrapResponsibility.Size = new System.Drawing.Size(53, 12);
  550. this.lblScrapResponsibility.TabIndex = 5;
  551. this.lblScrapResponsibility.Text = "报废责任";
  552. this.lblScrapResponsibility.Visible = false;
  553. //
  554. // lblScrapReason
  555. //
  556. this.lblScrapReason.Location = new System.Drawing.Point(337, 42);
  557. this.lblScrapReason.MustInput = true;
  558. this.lblScrapReason.Name = "lblScrapReason";
  559. this.lblScrapReason.Size = new System.Drawing.Size(53, 12);
  560. this.lblScrapReason.TabIndex = 3;
  561. this.lblScrapReason.Text = "报废原因";
  562. this.lblScrapReason.Visible = false;
  563. //
  564. // lblMouldPlan
  565. //
  566. this.lblMouldPlan.Location = new System.Drawing.Point(335, 42);
  567. this.lblMouldPlan.MustInput = true;
  568. this.lblMouldPlan.Name = "lblMouldPlan";
  569. this.lblMouldPlan.Size = new System.Drawing.Size(53, 12);
  570. this.lblMouldPlan.TabIndex = 11;
  571. this.lblMouldPlan.Text = "生产计划";
  572. this.lblMouldPlan.Visible = false;
  573. //
  574. // ftcMouldPlan
  575. //
  576. this.ftcMouldPlan.FormattingEnabled = true;
  577. this.ftcMouldPlan.Location = new System.Drawing.Point(394, 38);
  578. this.ftcMouldPlan.MustInput = true;
  579. this.ftcMouldPlan.Name = "ftcMouldPlan";
  580. this.ftcMouldPlan.Size = new System.Drawing.Size(120, 20);
  581. this.ftcMouldPlan.TabIndex = 12;
  582. this.ftcMouldPlan.Visible = false;
  583. //
  584. // F_PC_1004
  585. //
  586. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  587. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  588. this.ClientSize = new System.Drawing.Size(996, 357);
  589. this.Controls.Add(this.ftcMouldPlan);
  590. this.Controls.Add(this.lblMouldPlan);
  591. this.Controls.Add(this.txtScrapResponsibility);
  592. this.Controls.Add(this.ftcScrapReason);
  593. this.Controls.Add(this.lblScrapReason);
  594. this.Controls.Add(this.lblScrapResponsibility);
  595. this.Controls.Add(this.lblLabel1);
  596. this.Controls.Add(this.txtRemarks);
  597. this.Controls.Add(this.dgvMould);
  598. this.Controls.Add(this.tsrToolStrip1);
  599. this.Controls.Add(this.dkGoodsCode);
  600. this.Name = "F_PC_1004";
  601. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  602. this.Text = "模具操作";
  603. this.Load += new System.EventHandler(this.F_PC_1001_Load);
  604. this.Controls.SetChildIndex(this.dkGoodsCode, 0);
  605. this.Controls.SetChildIndex(this.tsrToolStrip1, 0);
  606. this.Controls.SetChildIndex(this.dgvMould, 0);
  607. this.Controls.SetChildIndex(this.txtRemarks, 0);
  608. this.Controls.SetChildIndex(this.lblLabel1, 0);
  609. this.Controls.SetChildIndex(this.lblScrapResponsibility, 0);
  610. this.Controls.SetChildIndex(this.lblScrapReason, 0);
  611. this.Controls.SetChildIndex(this.ftcScrapReason, 0);
  612. this.Controls.SetChildIndex(this.txtScrapResponsibility, 0);
  613. this.Controls.SetChildIndex(this.lblMouldPlan, 0);
  614. this.Controls.SetChildIndex(this.ftcMouldPlan, 0);
  615. ((System.ComponentModel.ISupportInitialize)(this.dgvMould)).EndInit();
  616. this.tsrToolStrip1.ResumeLayout(false);
  617. this.tsrToolStrip1.PerformLayout();
  618. this.ResumeLayout(false);
  619. this.PerformLayout();
  620. }
  621. #endregion
  622. private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
  623. private System.Windows.Forms.ToolStripButton tsbtnSave;
  624. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  625. private System.Windows.Forms.ToolStripButton tsbtnClose;
  626. private Basics.BaseControls.C_DataGridView dgvMould;
  627. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  628. private WinForm.Controls.TxtTextBox txtRemarks;
  629. private WinForm.Controls.LblLabel lblLabel1;
  630. private Controls.SearchTextBox.dkGoodsCodeSearchBox dkGoodsCode;
  631. private WinForm.Controls.FtcFilterComboBox ftcScrapReason;
  632. private WinForm.Controls.TxtTextBox txtScrapResponsibility;
  633. private WinForm.Controls.LblLabel lblScrapResponsibility;
  634. private WinForm.Controls.LblLabel lblScrapReason;
  635. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  636. private System.Windows.Forms.DataGridViewTextBoxColumn MouldID;
  637. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  638. private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode;
  639. private System.Windows.Forms.DataGridViewTextBoxColumn MouldTypeName;
  640. private System.Windows.Forms.DataGridViewTextBoxColumn SupplierName;
  641. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDate;
  642. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  643. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  644. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  645. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  646. private System.Windows.Forms.DataGridViewTextBoxColumn Weight;
  647. private System.Windows.Forms.DataGridViewTextBoxColumn Cost;
  648. private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingNum;
  649. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  650. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDateBegin;
  651. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDateEnd;
  652. private System.Windows.Forms.DataGridViewTextBoxColumn LastGroutingBatchNo;
  653. private System.Windows.Forms.DataGridViewTextBoxColumn MouldStatus;
  654. private System.Windows.Forms.DataGridViewTextBoxColumn mouldstatusname;
  655. private System.Windows.Forms.DataGridViewCheckBoxColumn RepairFlag;
  656. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapDate;
  657. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapUserCode;
  658. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapReason;
  659. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapResponsibility;
  660. private System.Windows.Forms.DataGridViewTextBoxColumn groutinglinecode;
  661. private System.Windows.Forms.DataGridViewTextBoxColumn groutingmouldcode;
  662. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  663. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  664. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserCode;
  665. private WinForm.Controls.LblLabel lblMouldPlan;
  666. private WinForm.Controls.FtcFilterComboBox ftcMouldPlan;
  667. }
  668. }