F_PC_1004.Designer.cs 34 KB

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