F_PC_1001.Designer.cs 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_1001
  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 dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle51 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle46 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle47 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle48 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle49 = new System.Windows.Forms.DataGridViewCellStyle();
  44. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle50 = new System.Windows.Forms.DataGridViewCellStyle();
  45. this.dgvMould = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  46. this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
  47. this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
  48. this.calMouldStatus = new Dongke.WinForm.Controls.CalCheckAllListBox();
  49. this.dtpScrapDateEnd = new Dongke.WinForm.Controls.DtpDate();
  50. this.dtpScrapDateBegin = new Dongke.WinForm.Controls.DtpDate();
  51. this.chkScrapDate = new Dongke.WinForm.Controls.ChkCheckBox();
  52. this.lblLabel7 = new Dongke.WinForm.Controls.LblLabel();
  53. this.dtpPDateEnd = new Dongke.WinForm.Controls.DtpDate();
  54. this.dtpPDateBegin = new Dongke.WinForm.Controls.DtpDate();
  55. this.chkPDate = new Dongke.WinForm.Controls.ChkCheckBox();
  56. this.ckcSuppliers = new Dongke.WinForm.Controls.CkcCheckedComboBox();
  57. this.ckcMouldType = new Dongke.WinForm.Controls.CkcCheckedComboBox();
  58. this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
  59. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  60. this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
  61. this.lblLabel5 = new Dongke.WinForm.Controls.LblLabel();
  62. this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
  63. this.lblLabel4 = new Dongke.WinForm.Controls.LblLabel();
  64. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  65. this.txtGoodsCode = new Dongke.WinForm.Controls.TxtCode();
  66. this.txtUserCode = new Dongke.WinForm.Controls.TxtCode();
  67. this.txtModelBarcode = new Dongke.WinForm.Controls.TxtCode();
  68. this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
  69. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  70. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  71. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  72. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  73. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  74. this.tsbtnPrint = new System.Windows.Forms.ToolStripButton();
  75. this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
  76. this.tsbtnSelectAll = new System.Windows.Forms.ToolStripButton();
  77. this.tsbtnReSelect = new System.Windows.Forms.ToolStripButton();
  78. this.tsbtnUnSelect = new System.Windows.Forms.ToolStripButton();
  79. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  80. this.tsbtnScrap = new System.Windows.Forms.ToolStripButton();
  81. this.tsbtnUndoScrap = new System.Windows.Forms.ToolStripButton();
  82. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  83. this.tsbtnOut = new System.Windows.Forms.ToolStripButton();
  84. this.tsbtnIn = new System.Windows.Forms.ToolStripButton();
  85. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  86. this.tsbtnChangeBarcode = new System.Windows.Forms.ToolStripButton();
  87. this.tsbtnChangeGoodsCode = new System.Windows.Forms.ToolStripButton();
  88. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  89. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  90. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  91. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  92. this.MouldID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.MouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.MouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.SupplierName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.ProductionDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.mouldmaterialcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.Cost = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.OutputCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.StandardGroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.StandardGroutingSum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.GroutingNums = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.notusedGroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.GroutingDateBegin = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.GroutingDateEnd = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.LastGroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.MouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.mouldstatusname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  116. this.RepairFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  117. this.ScrapDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  118. this.ScrapUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  119. this.ScrapReason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  120. this.ScrapResponsibility = new System.Windows.Forms.DataGridViewTextBoxColumn();
  121. this.UnloadingMouldLine = new System.Windows.Forms.DataGridViewTextBoxColumn();
  122. this.groutinglinecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  123. this.groutingmouldcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  124. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  125. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  126. this.CreateUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  127. this.plan_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  128. this.tsbtnMouldPlan = new System.Windows.Forms.ToolStripButton();
  129. this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
  130. this.tsbtnUnmouldPlan = new System.Windows.Forms.ToolStripButton();
  131. ((System.ComponentModel.ISupportInitialize)(this.dgvMould)).BeginInit();
  132. this.grpCollapsible1.SuspendLayout();
  133. this.tsrToolStrip1.SuspendLayout();
  134. this.SuspendLayout();
  135. //
  136. // dgvMould
  137. //
  138. this.dgvMould.AllowUserToAddRows = false;
  139. this.dgvMould.AllowUserToDeleteRows = false;
  140. this.dgvMould.AllowUserToModifyRows = true;
  141. this.dgvMould.AllowUserToOrderColumns = true;
  142. dataGridViewCellStyle35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  143. this.dgvMould.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle35;
  144. this.dgvMould.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  145. | System.Windows.Forms.AnchorStyles.Left)
  146. | System.Windows.Forms.AnchorStyles.Right)));
  147. this.dgvMould.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  148. this.dgvMould.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  149. this.dgvMould.CellHeight = 23;
  150. this.dgvMould.ChildNodeColumnName = null;
  151. this.dgvMould.ChildNodeColumnText = null;
  152. this.dgvMould.ColumnDeep = 1;
  153. this.dgvMould.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  154. dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  155. dataGridViewCellStyle36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  156. dataGridViewCellStyle36.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. dataGridViewCellStyle36.ForeColor = System.Drawing.Color.White;
  158. dataGridViewCellStyle36.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  159. dataGridViewCellStyle36.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  160. dataGridViewCellStyle36.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  161. this.dgvMould.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle36;
  162. this.dgvMould.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  163. this.dgvMould.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  164. this.Sel,
  165. this.MouldID,
  166. this.MouldCode,
  167. this.MouldBarcode,
  168. this.MouldTypeName,
  169. this.SupplierName,
  170. this.ProductionDate,
  171. this.GoodsID,
  172. this.GoodsCode,
  173. this.mouldmaterialcode,
  174. this.UserID,
  175. this.UserCode,
  176. this.Weight,
  177. this.Cost,
  178. this.OutputCount,
  179. this.StandardGroutingNum,
  180. this.StandardGroutingSum,
  181. this.GroutingNum,
  182. this.GroutingNums,
  183. this.notusedGroutingNum,
  184. this.GroutingDateBegin,
  185. this.GroutingDateEnd,
  186. this.LastGroutingBatchNo,
  187. this.MouldStatus,
  188. this.mouldstatusname,
  189. this.RepairFlag,
  190. this.ScrapDate,
  191. this.ScrapUserCode,
  192. this.ScrapReason,
  193. this.ScrapResponsibility,
  194. this.UnloadingMouldLine,
  195. this.groutinglinecode,
  196. this.groutingmouldcode,
  197. this.Remarks,
  198. this.CreateTime,
  199. this.CreateUserCode,
  200. this.plan_code});
  201. this.dgvMould.ColumnTreeView = null;
  202. 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)));
  203. this.dgvMould.DynamicColumnName = "";
  204. this.dgvMould.EnableHeadersVisualStyles = false;
  205. this.dgvMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.dgvMould.FormatQuantityColumns = null;
  207. this.dgvMould.HasNode = false;
  208. this.dgvMould.HorizontalMergeColumn = null;
  209. this.dgvMould.IsAutoCountSum = true;
  210. this.dgvMould.IsAutoResizeColumns = false;
  211. this.dgvMould.IsClickF12 = false;
  212. this.dgvMould.IsOpenMergeCellFlag = false;
  213. this.dgvMould.IsSubTotalFlag = false;
  214. this.dgvMould.IsTopDeep = false;
  215. this.dgvMould.Location = new System.Drawing.Point(0, 144);
  216. this.dgvMould.MergeColumnNames = null;
  217. this.dgvMould.MergeDetailColumnNames = null;
  218. this.dgvMould.MergeDetailOnlyColumn = null;
  219. this.dgvMould.MergeOnlyColumn = null;
  220. this.dgvMould.MultiSelect = false;
  221. this.dgvMould.Name = "dgvMould";
  222. this.dgvMould.RefreshAtHscroll = false;
  223. this.dgvMould.RowHeadersWidth = 50;
  224. this.dgvMould.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  225. dataGridViewCellStyle51.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  226. this.dgvMould.RowsDefaultCellStyle = dataGridViewCellStyle51;
  227. this.dgvMould.RowTemplate.Height = 21;
  228. this.dgvMould.Size = new System.Drawing.Size(1115, 213);
  229. this.dgvMould.SortOrderColumnName = null;
  230. this.dgvMould.TabIndex = 2;
  231. this.dgvMould.Tag = "";
  232. this.dgvMould.TotalSumColumns = null;
  233. this.dgvMould.ViewRowFilter = "";
  234. this.dgvMould.VirtualNodes = false;
  235. this.dgvMould.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMould_CellDoubleClick);
  236. this.dgvMould.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvMould_CurrentCellDirtyStateChanged);
  237. this.dgvMould.SelectionChanged += new System.EventHandler(this.dgvMould_SelectionChanged);
  238. this.dgvMould.Sorted += new System.EventHandler(this.dgvMould_Sorted);
  239. //
  240. // grpCollapsible1
  241. //
  242. this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  243. | System.Windows.Forms.AnchorStyles.Right)));
  244. this.grpCollapsible1.Controls.Add(this.txtRemarks);
  245. this.grpCollapsible1.Controls.Add(this.calMouldStatus);
  246. this.grpCollapsible1.Controls.Add(this.dtpScrapDateEnd);
  247. this.grpCollapsible1.Controls.Add(this.dtpScrapDateBegin);
  248. this.grpCollapsible1.Controls.Add(this.chkScrapDate);
  249. this.grpCollapsible1.Controls.Add(this.lblLabel7);
  250. this.grpCollapsible1.Controls.Add(this.dtpPDateEnd);
  251. this.grpCollapsible1.Controls.Add(this.dtpPDateBegin);
  252. this.grpCollapsible1.Controls.Add(this.chkPDate);
  253. this.grpCollapsible1.Controls.Add(this.ckcSuppliers);
  254. this.grpCollapsible1.Controls.Add(this.ckcMouldType);
  255. this.grpCollapsible1.Controls.Add(this.lblLabel3);
  256. this.grpCollapsible1.Controls.Add(this.lblLabel2);
  257. this.grpCollapsible1.Controls.Add(this.lblLabel8);
  258. this.grpCollapsible1.Controls.Add(this.lblLabel5);
  259. this.grpCollapsible1.Controls.Add(this.lblLabel6);
  260. this.grpCollapsible1.Controls.Add(this.lblLabel4);
  261. this.grpCollapsible1.Controls.Add(this.lblLabel1);
  262. this.grpCollapsible1.Controls.Add(this.txtGoodsCode);
  263. this.grpCollapsible1.Controls.Add(this.txtUserCode);
  264. this.grpCollapsible1.Controls.Add(this.txtModelBarcode);
  265. this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
  266. this.grpCollapsible1.Name = "grpCollapsible1";
  267. this.grpCollapsible1.Size = new System.Drawing.Size(1115, 100);
  268. this.grpCollapsible1.TabIndex = 1;
  269. this.grpCollapsible1.TabStop = false;
  270. this.grpCollapsible1.Text = "查询条件";
  271. //
  272. // txtRemarks
  273. //
  274. this.txtRemarks.Location = new System.Drawing.Point(268, 74);
  275. this.txtRemarks.Name = "txtRemarks";
  276. this.txtRemarks.Size = new System.Drawing.Size(467, 21);
  277. this.txtRemarks.TabIndex = 20;
  278. //
  279. // calMouldStatus
  280. //
  281. this.calMouldStatus.DisplayMember = "MouldStatusName";
  282. this.calMouldStatus.Location = new System.Drawing.Point(741, 20);
  283. this.calMouldStatus.Name = "calMouldStatus";
  284. this.calMouldStatus.Size = new System.Drawing.Size(95, 75);
  285. this.calMouldStatus.TabIndex = 8;
  286. this.calMouldStatus.ValueMember = "MouldStatusID";
  287. //
  288. // dtpScrapDateEnd
  289. //
  290. this.dtpScrapDateEnd.AllowNull = false;
  291. this.dtpScrapDateEnd.Enabled = false;
  292. this.dtpScrapDateEnd.Location = new System.Drawing.Point(615, 47);
  293. this.dtpScrapDateEnd.Name = "dtpScrapDateEnd";
  294. this.dtpScrapDateEnd.Size = new System.Drawing.Size(120, 21);
  295. this.dtpScrapDateEnd.TabIndex = 16;
  296. this.dtpScrapDateEnd.Value = new System.DateTime(2017, 12, 7, 0, 0, 0, 0);
  297. //
  298. // dtpScrapDateBegin
  299. //
  300. this.dtpScrapDateBegin.AllowNull = false;
  301. this.dtpScrapDateBegin.Enabled = false;
  302. this.dtpScrapDateBegin.Location = new System.Drawing.Point(472, 47);
  303. this.dtpScrapDateBegin.Name = "dtpScrapDateBegin";
  304. this.dtpScrapDateBegin.Size = new System.Drawing.Size(120, 21);
  305. this.dtpScrapDateBegin.TabIndex = 14;
  306. this.dtpScrapDateBegin.Value = new System.DateTime(2017, 12, 7, 0, 0, 0, 0);
  307. //
  308. // chkScrapDate
  309. //
  310. this.chkScrapDate.Location = new System.Drawing.Point(394, 49);
  311. this.chkScrapDate.Name = "chkScrapDate";
  312. this.chkScrapDate.Size = new System.Drawing.Size(72, 16);
  313. this.chkScrapDate.TabIndex = 13;
  314. this.chkScrapDate.Text = "报废日期";
  315. this.chkScrapDate.UseVisualStyleBackColor = false;
  316. this.chkScrapDate.CheckedChanged += new System.EventHandler(this.chkScrapDate_CheckedChanged);
  317. //
  318. // lblLabel7
  319. //
  320. this.lblLabel7.Location = new System.Drawing.Point(598, 51);
  321. this.lblLabel7.Name = "lblLabel7";
  322. this.lblLabel7.Size = new System.Drawing.Size(11, 12);
  323. this.lblLabel7.TabIndex = 15;
  324. this.lblLabel7.Text = "-";
  325. //
  326. // dtpPDateEnd
  327. //
  328. this.dtpPDateEnd.AllowNull = false;
  329. this.dtpPDateEnd.Location = new System.Drawing.Point(615, 20);
  330. this.dtpPDateEnd.Name = "dtpPDateEnd";
  331. this.dtpPDateEnd.Size = new System.Drawing.Size(120, 21);
  332. this.dtpPDateEnd.TabIndex = 7;
  333. this.dtpPDateEnd.Value = new System.DateTime(2017, 12, 7, 0, 0, 0, 0);
  334. //
  335. // dtpPDateBegin
  336. //
  337. this.dtpPDateBegin.AllowNull = false;
  338. this.dtpPDateBegin.Location = new System.Drawing.Point(472, 20);
  339. this.dtpPDateBegin.Name = "dtpPDateBegin";
  340. this.dtpPDateBegin.Size = new System.Drawing.Size(120, 21);
  341. this.dtpPDateBegin.TabIndex = 5;
  342. this.dtpPDateBegin.Value = new System.DateTime(2017, 12, 7, 0, 0, 0, 0);
  343. //
  344. // chkPDate
  345. //
  346. this.chkPDate.Checked = true;
  347. this.chkPDate.CheckState = System.Windows.Forms.CheckState.Checked;
  348. this.chkPDate.Location = new System.Drawing.Point(394, 22);
  349. this.chkPDate.Name = "chkPDate";
  350. this.chkPDate.Size = new System.Drawing.Size(72, 16);
  351. this.chkPDate.TabIndex = 4;
  352. this.chkPDate.Text = "生产日期";
  353. this.chkPDate.UseVisualStyleBackColor = false;
  354. this.chkPDate.CheckedChanged += new System.EventHandler(this.chkPDate_CheckedChanged);
  355. //
  356. // ckcSuppliers
  357. //
  358. this.ckcSuppliers.DisplayMember = "suppliername";
  359. this.ckcSuppliers.FormattingEnabled = true;
  360. this.ckcSuppliers.Location = new System.Drawing.Point(268, 47);
  361. this.ckcSuppliers.Name = "ckcSuppliers";
  362. this.ckcSuppliers.Size = new System.Drawing.Size(120, 20);
  363. this.ckcSuppliers.TabIndex = 12;
  364. this.ckcSuppliers.ValueMember = "supplierid";
  365. //
  366. // ckcMouldType
  367. //
  368. this.ckcMouldType.DisplayMember = "dictionaryvalue";
  369. this.ckcMouldType.FormattingEnabled = true;
  370. this.ckcMouldType.Location = new System.Drawing.Point(268, 20);
  371. this.ckcMouldType.Name = "ckcMouldType";
  372. this.ckcMouldType.Size = new System.Drawing.Size(120, 20);
  373. this.ckcMouldType.TabIndex = 3;
  374. this.ckcMouldType.ValueMember = "dictionaryid";
  375. //
  376. // lblLabel3
  377. //
  378. this.lblLabel3.Location = new System.Drawing.Point(12, 78);
  379. this.lblLabel3.Name = "lblLabel3";
  380. this.lblLabel3.Size = new System.Drawing.Size(53, 12);
  381. this.lblLabel3.TabIndex = 17;
  382. this.lblLabel3.Text = "产品编码";
  383. //
  384. // lblLabel2
  385. //
  386. this.lblLabel2.Location = new System.Drawing.Point(12, 51);
  387. this.lblLabel2.Name = "lblLabel2";
  388. this.lblLabel2.Size = new System.Drawing.Size(53, 12);
  389. this.lblLabel2.TabIndex = 9;
  390. this.lblLabel2.Text = "生产工号";
  391. //
  392. // lblLabel8
  393. //
  394. this.lblLabel8.Location = new System.Drawing.Point(233, 78);
  395. this.lblLabel8.Name = "lblLabel8";
  396. this.lblLabel8.Size = new System.Drawing.Size(29, 12);
  397. this.lblLabel8.TabIndex = 19;
  398. this.lblLabel8.Text = "备注";
  399. //
  400. // lblLabel5
  401. //
  402. this.lblLabel5.Location = new System.Drawing.Point(197, 51);
  403. this.lblLabel5.Name = "lblLabel5";
  404. this.lblLabel5.Size = new System.Drawing.Size(65, 12);
  405. this.lblLabel5.TabIndex = 11;
  406. this.lblLabel5.Text = "材料供应商";
  407. //
  408. // lblLabel6
  409. //
  410. this.lblLabel6.Location = new System.Drawing.Point(598, 24);
  411. this.lblLabel6.Name = "lblLabel6";
  412. this.lblLabel6.Size = new System.Drawing.Size(11, 12);
  413. this.lblLabel6.TabIndex = 6;
  414. this.lblLabel6.Text = "-";
  415. //
  416. // lblLabel4
  417. //
  418. this.lblLabel4.Location = new System.Drawing.Point(209, 24);
  419. this.lblLabel4.Name = "lblLabel4";
  420. this.lblLabel4.Size = new System.Drawing.Size(53, 12);
  421. this.lblLabel4.TabIndex = 2;
  422. this.lblLabel4.Text = "模具类型";
  423. //
  424. // lblLabel1
  425. //
  426. this.lblLabel1.Location = new System.Drawing.Point(12, 24);
  427. this.lblLabel1.Name = "lblLabel1";
  428. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  429. this.lblLabel1.TabIndex = 0;
  430. this.lblLabel1.Text = "模具条码";
  431. //
  432. // txtGoodsCode
  433. //
  434. this.txtGoodsCode.Location = new System.Drawing.Point(71, 74);
  435. this.txtGoodsCode.Name = "txtGoodsCode";
  436. this.txtGoodsCode.Size = new System.Drawing.Size(120, 21);
  437. this.txtGoodsCode.TabIndex = 18;
  438. //
  439. // txtUserCode
  440. //
  441. this.txtUserCode.Location = new System.Drawing.Point(71, 47);
  442. this.txtUserCode.Name = "txtUserCode";
  443. this.txtUserCode.Size = new System.Drawing.Size(120, 21);
  444. this.txtUserCode.TabIndex = 10;
  445. //
  446. // txtModelBarcode
  447. //
  448. this.txtModelBarcode.Location = new System.Drawing.Point(71, 20);
  449. this.txtModelBarcode.Name = "txtModelBarcode";
  450. this.txtModelBarcode.Size = new System.Drawing.Size(120, 21);
  451. this.txtModelBarcode.TabIndex = 1;
  452. //
  453. // tsrToolStrip1
  454. //
  455. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  457. this.tsbtnSearch,
  458. this.tsbtnClearCondition,
  459. this.toolStripSeparator4,
  460. this.tsbtnAdd,
  461. this.tsbtnEdit,
  462. this.tsbtnPrint,
  463. this.toolStripSeparator7,
  464. this.tsbtnSelectAll,
  465. this.tsbtnReSelect,
  466. this.tsbtnUnSelect,
  467. this.toolStripSeparator1,
  468. this.tsbtnScrap,
  469. this.tsbtnUndoScrap,
  470. this.toolStripSeparator3,
  471. this.tsbtnOut,
  472. this.tsbtnIn,
  473. this.toolStripSeparator2,
  474. this.tsbtnChangeBarcode,
  475. this.tsbtnChangeGoodsCode,
  476. this.toolStripSeparator5,
  477. this.tsbtnMouldPlan,
  478. this.tsbtnUnmouldPlan,
  479. this.toolStripSeparator6,
  480. this.tsbtnAdaptive,
  481. this.tsbtnClose});
  482. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  483. this.tsrToolStrip1.Name = "tsrToolStrip1";
  484. this.tsrToolStrip1.Size = new System.Drawing.Size(1127, 35);
  485. this.tsrToolStrip1.TabIndex = 0;
  486. //
  487. // tsbtnSearch
  488. //
  489. this.tsbtnSearch.AutoSize = false;
  490. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  491. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  492. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  493. this.tsbtnSearch.Name = "tsbtnSearch";
  494. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  495. this.tsbtnSearch.Text = "查询(&Q)";
  496. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  497. //
  498. // tsbtnClearCondition
  499. //
  500. this.tsbtnClearCondition.AutoSize = false;
  501. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  503. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  504. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  505. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  506. this.tsbtnClearCondition.Text = "清空条件(&C)";
  507. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  508. //
  509. // toolStripSeparator4
  510. //
  511. this.toolStripSeparator4.AutoSize = false;
  512. this.toolStripSeparator4.Name = "toolStripSeparator4";
  513. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  514. //
  515. // tsbtnAdd
  516. //
  517. this.tsbtnAdd.AutoSize = false;
  518. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  519. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  520. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  521. this.tsbtnAdd.Name = "tsbtnAdd";
  522. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  523. this.tsbtnAdd.Text = "新建(&N)";
  524. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  525. //
  526. // tsbtnEdit
  527. //
  528. this.tsbtnEdit.AutoSize = false;
  529. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  531. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  532. this.tsbtnEdit.Name = "tsbtnEdit";
  533. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  534. this.tsbtnEdit.Text = "编辑(&E)";
  535. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  536. //
  537. // tsbtnPrint
  538. //
  539. this.tsbtnPrint.AutoSize = false;
  540. this.tsbtnPrint.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  541. this.tsbtnPrint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  542. this.tsbtnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
  543. this.tsbtnPrint.Name = "tsbtnPrint";
  544. this.tsbtnPrint.Size = new System.Drawing.Size(60, 25);
  545. this.tsbtnPrint.Text = "打印(&P)";
  546. this.tsbtnPrint.Click += new System.EventHandler(this.tsbtnPrint_Click);
  547. //
  548. // toolStripSeparator7
  549. //
  550. this.toolStripSeparator7.AutoSize = false;
  551. this.toolStripSeparator7.Name = "toolStripSeparator7";
  552. this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
  553. //
  554. // tsbtnSelectAll
  555. //
  556. this.tsbtnSelectAll.AutoSize = false;
  557. this.tsbtnSelectAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  558. this.tsbtnSelectAll.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  559. this.tsbtnSelectAll.ImageTransparentColor = System.Drawing.Color.Magenta;
  560. this.tsbtnSelectAll.Name = "tsbtnSelectAll";
  561. this.tsbtnSelectAll.Size = new System.Drawing.Size(40, 25);
  562. this.tsbtnSelectAll.Text = "全选";
  563. this.tsbtnSelectAll.Click += new System.EventHandler(this.tsbtnSelectAll_Click);
  564. //
  565. // tsbtnReSelect
  566. //
  567. this.tsbtnReSelect.AutoSize = false;
  568. this.tsbtnReSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  569. this.tsbtnReSelect.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  570. this.tsbtnReSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
  571. this.tsbtnReSelect.Name = "tsbtnReSelect";
  572. this.tsbtnReSelect.Size = new System.Drawing.Size(40, 25);
  573. this.tsbtnReSelect.Text = "反选";
  574. this.tsbtnReSelect.Click += new System.EventHandler(this.tsbtnReSelect_Click);
  575. //
  576. // tsbtnUnSelect
  577. //
  578. this.tsbtnUnSelect.AutoSize = false;
  579. this.tsbtnUnSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  580. this.tsbtnUnSelect.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  581. this.tsbtnUnSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
  582. this.tsbtnUnSelect.Name = "tsbtnUnSelect";
  583. this.tsbtnUnSelect.Size = new System.Drawing.Size(40, 25);
  584. this.tsbtnUnSelect.Text = "不选";
  585. this.tsbtnUnSelect.Click += new System.EventHandler(this.tsbtnUnSelect_Click);
  586. //
  587. // toolStripSeparator1
  588. //
  589. this.toolStripSeparator1.AutoSize = false;
  590. this.toolStripSeparator1.Name = "toolStripSeparator1";
  591. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  592. //
  593. // tsbtnScrap
  594. //
  595. this.tsbtnScrap.AutoSize = false;
  596. this.tsbtnScrap.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  597. this.tsbtnScrap.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  598. this.tsbtnScrap.ImageTransparentColor = System.Drawing.Color.Magenta;
  599. this.tsbtnScrap.Name = "tsbtnScrap";
  600. this.tsbtnScrap.Size = new System.Drawing.Size(60, 25);
  601. this.tsbtnScrap.Text = "报损(&S)";
  602. this.tsbtnScrap.Click += new System.EventHandler(this.tsbtnScrap_Click);
  603. //
  604. // tsbtnUndoScrap
  605. //
  606. this.tsbtnUndoScrap.AutoSize = false;
  607. this.tsbtnUndoScrap.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  608. this.tsbtnUndoScrap.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  609. this.tsbtnUndoScrap.ImageTransparentColor = System.Drawing.Color.Magenta;
  610. this.tsbtnUndoScrap.Name = "tsbtnUndoScrap";
  611. this.tsbtnUndoScrap.Size = new System.Drawing.Size(60, 25);
  612. this.tsbtnUndoScrap.Text = "撤销(&U)";
  613. this.tsbtnUndoScrap.Click += new System.EventHandler(this.tsbtnUndoScrap_Click);
  614. //
  615. // toolStripSeparator3
  616. //
  617. this.toolStripSeparator3.AutoSize = false;
  618. this.toolStripSeparator3.Name = "toolStripSeparator3";
  619. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  620. //
  621. // tsbtnOut
  622. //
  623. this.tsbtnOut.AutoSize = false;
  624. this.tsbtnOut.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  625. this.tsbtnOut.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  626. this.tsbtnOut.ImageTransparentColor = System.Drawing.Color.Magenta;
  627. this.tsbtnOut.Name = "tsbtnOut";
  628. this.tsbtnOut.Size = new System.Drawing.Size(60, 25);
  629. this.tsbtnOut.Text = "领用(&O)";
  630. this.tsbtnOut.Click += new System.EventHandler(this.tsbtnOut_Click);
  631. //
  632. // tsbtnIn
  633. //
  634. this.tsbtnIn.AutoSize = false;
  635. this.tsbtnIn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  636. this.tsbtnIn.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  637. this.tsbtnIn.ImageTransparentColor = System.Drawing.Color.Magenta;
  638. this.tsbtnIn.Name = "tsbtnIn";
  639. this.tsbtnIn.Size = new System.Drawing.Size(60, 25);
  640. this.tsbtnIn.Text = "回收(&I)";
  641. this.tsbtnIn.Click += new System.EventHandler(this.tsbtnIn_Click);
  642. //
  643. // toolStripSeparator2
  644. //
  645. this.toolStripSeparator2.AutoSize = false;
  646. this.toolStripSeparator2.Name = "toolStripSeparator2";
  647. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  648. //
  649. // tsbtnChangeBarcode
  650. //
  651. this.tsbtnChangeBarcode.AutoSize = false;
  652. this.tsbtnChangeBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  653. this.tsbtnChangeBarcode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  654. this.tsbtnChangeBarcode.ImageTransparentColor = System.Drawing.Color.Magenta;
  655. this.tsbtnChangeBarcode.Name = "tsbtnChangeBarcode";
  656. this.tsbtnChangeBarcode.Size = new System.Drawing.Size(80, 25);
  657. this.tsbtnChangeBarcode.Text = "替换条码(&B)";
  658. this.tsbtnChangeBarcode.Click += new System.EventHandler(this.tsbtnChangeBarcode_Click);
  659. //
  660. // tsbtnChangeGoodsCode
  661. //
  662. this.tsbtnChangeGoodsCode.AutoSize = false;
  663. this.tsbtnChangeGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  664. this.tsbtnChangeGoodsCode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  665. this.tsbtnChangeGoodsCode.ImageTransparentColor = System.Drawing.Color.Magenta;
  666. this.tsbtnChangeGoodsCode.Name = "tsbtnChangeGoodsCode";
  667. this.tsbtnChangeGoodsCode.Size = new System.Drawing.Size(80, 25);
  668. this.tsbtnChangeGoodsCode.Text = "变更型号(&G)";
  669. this.tsbtnChangeGoodsCode.Click += new System.EventHandler(this.tsbtnChangeGoodsCode_Click);
  670. //
  671. // toolStripSeparator5
  672. //
  673. this.toolStripSeparator5.AutoSize = false;
  674. this.toolStripSeparator5.Name = "toolStripSeparator5";
  675. this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
  676. //
  677. // tsbtnAdaptive
  678. //
  679. this.tsbtnAdaptive.AutoSize = false;
  680. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  681. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  682. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  683. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  684. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  685. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  686. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  687. //
  688. // tsbtnClose
  689. //
  690. this.tsbtnClose.AutoSize = false;
  691. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  692. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  693. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  694. this.tsbtnClose.Name = "tsbtnClose";
  695. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  696. this.tsbtnClose.Text = "关闭(&X)";
  697. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  698. //
  699. // Sel
  700. //
  701. this.Sel.DataPropertyName = "Sel";
  702. this.Sel.FalseValue = "0";
  703. this.Sel.HeaderText = "选择";
  704. this.Sel.Name = "Sel";
  705. this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  706. this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  707. this.Sel.TrueValue = "1";
  708. this.Sel.Width = 60;
  709. //
  710. // MouldID
  711. //
  712. this.MouldID.DataPropertyName = "MouldID";
  713. this.MouldID.HeaderText = "MouldID";
  714. this.MouldID.Name = "MouldID";
  715. this.MouldID.ReadOnly = true;
  716. this.MouldID.Visible = false;
  717. //
  718. // MouldCode
  719. //
  720. this.MouldCode.DataPropertyName = "MouldCode";
  721. this.MouldCode.HeaderText = "MouldCode";
  722. this.MouldCode.Name = "MouldCode";
  723. this.MouldCode.ReadOnly = true;
  724. this.MouldCode.Visible = false;
  725. //
  726. // MouldBarcode
  727. //
  728. this.MouldBarcode.DataPropertyName = "MouldBarcode";
  729. this.MouldBarcode.HeaderText = "模具条码";
  730. this.MouldBarcode.Name = "MouldBarcode";
  731. this.MouldBarcode.ReadOnly = true;
  732. //
  733. // MouldTypeName
  734. //
  735. this.MouldTypeName.DataPropertyName = "MouldTypeName";
  736. this.MouldTypeName.HeaderText = "模具类型";
  737. this.MouldTypeName.Name = "MouldTypeName";
  738. this.MouldTypeName.ReadOnly = true;
  739. //
  740. // SupplierName
  741. //
  742. this.SupplierName.DataPropertyName = "SupplierName";
  743. this.SupplierName.HeaderText = "材料供应商";
  744. this.SupplierName.Name = "SupplierName";
  745. this.SupplierName.ReadOnly = true;
  746. //
  747. // ProductionDate
  748. //
  749. this.ProductionDate.DataPropertyName = "ProductionDate";
  750. dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  751. dataGridViewCellStyle37.Format = "yyyy-MM-dd";
  752. this.ProductionDate.DefaultCellStyle = dataGridViewCellStyle37;
  753. this.ProductionDate.HeaderText = "生产日期";
  754. this.ProductionDate.Name = "ProductionDate";
  755. this.ProductionDate.ReadOnly = true;
  756. //
  757. // GoodsID
  758. //
  759. this.GoodsID.DataPropertyName = "GoodsID";
  760. this.GoodsID.HeaderText = "GoodsID";
  761. this.GoodsID.Name = "GoodsID";
  762. this.GoodsID.ReadOnly = true;
  763. this.GoodsID.Visible = false;
  764. //
  765. // GoodsCode
  766. //
  767. this.GoodsCode.DataPropertyName = "GoodsCode";
  768. this.GoodsCode.HeaderText = "产品编码";
  769. this.GoodsCode.Name = "GoodsCode";
  770. this.GoodsCode.ReadOnly = true;
  771. //
  772. // mouldmaterialcode
  773. //
  774. this.mouldmaterialcode.DataPropertyName = "mouldmaterialcode";
  775. this.mouldmaterialcode.HeaderText = "物料编码";
  776. this.mouldmaterialcode.Name = "mouldmaterialcode";
  777. this.mouldmaterialcode.ReadOnly = true;
  778. //
  779. // UserID
  780. //
  781. this.UserID.DataPropertyName = "UserID";
  782. this.UserID.HeaderText = "UserID";
  783. this.UserID.Name = "UserID";
  784. this.UserID.ReadOnly = true;
  785. this.UserID.Visible = false;
  786. //
  787. // UserCode
  788. //
  789. this.UserCode.DataPropertyName = "UserCode";
  790. this.UserCode.HeaderText = "生产工号";
  791. this.UserCode.Name = "UserCode";
  792. this.UserCode.ReadOnly = true;
  793. //
  794. // Weight
  795. //
  796. this.Weight.DataPropertyName = "Weight";
  797. dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  798. dataGridViewCellStyle38.Format = "N2";
  799. this.Weight.DefaultCellStyle = dataGridViewCellStyle38;
  800. this.Weight.HeaderText = "重量(KG)";
  801. this.Weight.Name = "Weight";
  802. this.Weight.ReadOnly = true;
  803. //
  804. // Cost
  805. //
  806. this.Cost.DataPropertyName = "Cost";
  807. dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  808. dataGridViewCellStyle39.Format = "N2";
  809. this.Cost.DefaultCellStyle = dataGridViewCellStyle39;
  810. this.Cost.HeaderText = "成本(元)";
  811. this.Cost.Name = "Cost";
  812. this.Cost.ReadOnly = true;
  813. //
  814. // OutputCount
  815. //
  816. this.OutputCount.DataPropertyName = "OutputCount";
  817. dataGridViewCellStyle40.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  818. dataGridViewCellStyle40.Format = "N0";
  819. dataGridViewCellStyle40.NullValue = null;
  820. this.OutputCount.DefaultCellStyle = dataGridViewCellStyle40;
  821. this.OutputCount.HeaderText = "产出数量";
  822. this.OutputCount.Name = "OutputCount";
  823. this.OutputCount.ReadOnly = true;
  824. //
  825. // StandardGroutingNum
  826. //
  827. this.StandardGroutingNum.DataPropertyName = "StandardGroutingNum";
  828. dataGridViewCellStyle41.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  829. dataGridViewCellStyle41.Format = "N0";
  830. this.StandardGroutingNum.DefaultCellStyle = dataGridViewCellStyle41;
  831. this.StandardGroutingNum.HeaderText = "标准次数";
  832. this.StandardGroutingNum.Name = "StandardGroutingNum";
  833. this.StandardGroutingNum.ReadOnly = true;
  834. //
  835. // StandardGroutingSum
  836. //
  837. this.StandardGroutingSum.DataPropertyName = "StandardGroutingSum";
  838. dataGridViewCellStyle42.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  839. dataGridViewCellStyle42.Format = "N0";
  840. this.StandardGroutingSum.DefaultCellStyle = dataGridViewCellStyle42;
  841. this.StandardGroutingSum.HeaderText = "标准总数";
  842. this.StandardGroutingSum.Name = "StandardGroutingSum";
  843. this.StandardGroutingSum.ReadOnly = true;
  844. //
  845. // GroutingNum
  846. //
  847. this.GroutingNum.DataPropertyName = "GroutingNum";
  848. dataGridViewCellStyle43.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  849. dataGridViewCellStyle43.Format = "N0";
  850. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle43;
  851. this.GroutingNum.HeaderText = "注浆次数";
  852. this.GroutingNum.Name = "GroutingNum";
  853. this.GroutingNum.ReadOnly = true;
  854. //
  855. // GroutingNums
  856. //
  857. this.GroutingNums.DataPropertyName = "GroutingNums";
  858. dataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  859. dataGridViewCellStyle44.Format = "N0";
  860. this.GroutingNums.DefaultCellStyle = dataGridViewCellStyle44;
  861. this.GroutingNums.HeaderText = "注浆总数";
  862. this.GroutingNums.Name = "GroutingNums";
  863. this.GroutingNums.ReadOnly = true;
  864. //
  865. // notusedGroutingNum
  866. //
  867. this.notusedGroutingNum.DataPropertyName = "notusedGroutingNum";
  868. dataGridViewCellStyle45.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  869. dataGridViewCellStyle45.Format = "N0";
  870. this.notusedGroutingNum.DefaultCellStyle = dataGridViewCellStyle45;
  871. this.notusedGroutingNum.HeaderText = "剩余次数";
  872. this.notusedGroutingNum.Name = "notusedGroutingNum";
  873. this.notusedGroutingNum.ReadOnly = true;
  874. //
  875. // GroutingDateBegin
  876. //
  877. this.GroutingDateBegin.DataPropertyName = "GroutingDateBegin";
  878. dataGridViewCellStyle46.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  879. dataGridViewCellStyle46.Format = "yyyy-MM-dd";
  880. this.GroutingDateBegin.DefaultCellStyle = dataGridViewCellStyle46;
  881. this.GroutingDateBegin.HeaderText = "注浆日期(起始)";
  882. this.GroutingDateBegin.Name = "GroutingDateBegin";
  883. this.GroutingDateBegin.ReadOnly = true;
  884. //
  885. // GroutingDateEnd
  886. //
  887. this.GroutingDateEnd.DataPropertyName = "GroutingDateEnd";
  888. dataGridViewCellStyle47.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  889. dataGridViewCellStyle47.Format = "yyyy-MM-dd";
  890. this.GroutingDateEnd.DefaultCellStyle = dataGridViewCellStyle47;
  891. this.GroutingDateEnd.HeaderText = "注浆日期(当前)";
  892. this.GroutingDateEnd.Name = "GroutingDateEnd";
  893. this.GroutingDateEnd.ReadOnly = true;
  894. //
  895. // LastGroutingBatchNo
  896. //
  897. this.LastGroutingBatchNo.DataPropertyName = "LastGroutingBatchNo";
  898. dataGridViewCellStyle48.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  899. dataGridViewCellStyle48.Format = "N0";
  900. this.LastGroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle48;
  901. this.LastGroutingBatchNo.HeaderText = "注浆批次(当前)";
  902. this.LastGroutingBatchNo.Name = "LastGroutingBatchNo";
  903. this.LastGroutingBatchNo.ReadOnly = true;
  904. //
  905. // MouldStatus
  906. //
  907. this.MouldStatus.DataPropertyName = "MouldStatus";
  908. this.MouldStatus.HeaderText = "MouldStatus";
  909. this.MouldStatus.Name = "MouldStatus";
  910. this.MouldStatus.ReadOnly = true;
  911. this.MouldStatus.Visible = false;
  912. //
  913. // mouldstatusname
  914. //
  915. this.mouldstatusname.DataPropertyName = "mouldstatusname";
  916. this.mouldstatusname.HeaderText = "模具状态";
  917. this.mouldstatusname.Name = "mouldstatusname";
  918. this.mouldstatusname.ReadOnly = true;
  919. //
  920. // RepairFlag
  921. //
  922. this.RepairFlag.DataPropertyName = "RepairFlag";
  923. this.RepairFlag.FalseValue = "0";
  924. this.RepairFlag.HeaderText = "维修标识";
  925. this.RepairFlag.Name = "RepairFlag";
  926. this.RepairFlag.ReadOnly = true;
  927. this.RepairFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  928. this.RepairFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  929. this.RepairFlag.TrueValue = "1";
  930. //
  931. // ScrapDate
  932. //
  933. this.ScrapDate.DataPropertyName = "ScrapDate";
  934. dataGridViewCellStyle49.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  935. dataGridViewCellStyle49.Format = "yyyy-MM-dd";
  936. this.ScrapDate.DefaultCellStyle = dataGridViewCellStyle49;
  937. this.ScrapDate.HeaderText = "报废日期";
  938. this.ScrapDate.Name = "ScrapDate";
  939. this.ScrapDate.ReadOnly = true;
  940. //
  941. // ScrapUserCode
  942. //
  943. this.ScrapUserCode.DataPropertyName = "ScrapUserCode";
  944. this.ScrapUserCode.HeaderText = "报废工号";
  945. this.ScrapUserCode.Name = "ScrapUserCode";
  946. this.ScrapUserCode.ReadOnly = true;
  947. //
  948. // ScrapReason
  949. //
  950. this.ScrapReason.DataPropertyName = "ScrapReason";
  951. this.ScrapReason.HeaderText = "报废原因";
  952. this.ScrapReason.Name = "ScrapReason";
  953. this.ScrapReason.ReadOnly = true;
  954. //
  955. // ScrapResponsibility
  956. //
  957. this.ScrapResponsibility.DataPropertyName = "ScrapResponsibility";
  958. this.ScrapResponsibility.HeaderText = "报废责任";
  959. this.ScrapResponsibility.Name = "ScrapResponsibility";
  960. this.ScrapResponsibility.ReadOnly = true;
  961. //
  962. // UnloadingMouldLine
  963. //
  964. this.UnloadingMouldLine.DataPropertyName = "UnloadingMouldLine";
  965. this.UnloadingMouldLine.HeaderText = "卸模线号";
  966. this.UnloadingMouldLine.Name = "UnloadingMouldLine";
  967. this.UnloadingMouldLine.ReadOnly = true;
  968. //
  969. // groutinglinecode
  970. //
  971. this.groutinglinecode.DataPropertyName = "groutinglinecode";
  972. this.groutinglinecode.HeaderText = "成型线号";
  973. this.groutinglinecode.Name = "groutinglinecode";
  974. this.groutinglinecode.ReadOnly = true;
  975. //
  976. // groutingmouldcode
  977. //
  978. this.groutingmouldcode.DataPropertyName = "groutingmouldcode";
  979. this.groutingmouldcode.HeaderText = "模具编号";
  980. this.groutingmouldcode.Name = "groutingmouldcode";
  981. this.groutingmouldcode.ReadOnly = true;
  982. //
  983. // Remarks
  984. //
  985. this.Remarks.DataPropertyName = "Remarks";
  986. this.Remarks.HeaderText = "备注";
  987. this.Remarks.Name = "Remarks";
  988. this.Remarks.ReadOnly = true;
  989. //
  990. // CreateTime
  991. //
  992. this.CreateTime.DataPropertyName = "CreateTime";
  993. dataGridViewCellStyle50.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  994. dataGridViewCellStyle50.Format = "yyyy-MM-dd";
  995. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle50;
  996. this.CreateTime.HeaderText = "创建日期";
  997. this.CreateTime.Name = "CreateTime";
  998. this.CreateTime.ReadOnly = true;
  999. //
  1000. // CreateUserCode
  1001. //
  1002. this.CreateUserCode.DataPropertyName = "CreateUserCode";
  1003. this.CreateUserCode.HeaderText = "创建工号";
  1004. this.CreateUserCode.Name = "CreateUserCode";
  1005. this.CreateUserCode.ReadOnly = true;
  1006. //
  1007. // plan_code
  1008. //
  1009. this.plan_code.DataPropertyName = "plan_code";
  1010. this.plan_code.HeaderText = "模具生产计划单号";
  1011. this.plan_code.Name = "plan_code";
  1012. this.plan_code.ReadOnly = true;
  1013. this.plan_code.Width = 120;
  1014. //
  1015. // tsbtnMouldPlan
  1016. //
  1017. this.tsbtnMouldPlan.AutoSize = false;
  1018. this.tsbtnMouldPlan.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  1019. this.tsbtnMouldPlan.ImageTransparentColor = System.Drawing.Color.Magenta;
  1020. this.tsbtnMouldPlan.Name = "tsbtnMouldPlan";
  1021. this.tsbtnMouldPlan.Size = new System.Drawing.Size(80, 25);
  1022. this.tsbtnMouldPlan.Text = "生产报工(&M)";
  1023. this.tsbtnMouldPlan.Click += new System.EventHandler(this.tsbtnMouldPlan_Click);
  1024. //
  1025. // toolStripSeparator6
  1026. //
  1027. this.toolStripSeparator6.Name = "toolStripSeparator6";
  1028. this.toolStripSeparator6.Size = new System.Drawing.Size(6, 35);
  1029. //
  1030. // tsbtnUnmouldPlan
  1031. //
  1032. this.tsbtnUnmouldPlan.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  1033. this.tsbtnUnmouldPlan.ImageTransparentColor = System.Drawing.Color.Magenta;
  1034. this.tsbtnUnmouldPlan.Name = "tsbtnUnmouldPlan";
  1035. this.tsbtnUnmouldPlan.Size = new System.Drawing.Size(75, 32);
  1036. this.tsbtnUnmouldPlan.Text = "撤销报工(&R)";
  1037. this.tsbtnUnmouldPlan.Click += new System.EventHandler(this.tsbtnUnmouldPlan_Click);
  1038. //
  1039. // F_PC_1001
  1040. //
  1041. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1042. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1043. this.ClientSize = new System.Drawing.Size(1127, 357);
  1044. this.Controls.Add(this.dgvMould);
  1045. this.Controls.Add(this.grpCollapsible1);
  1046. this.Controls.Add(this.tsrToolStrip1);
  1047. this.Name = "F_PC_1001";
  1048. this.Text = "模具档案";
  1049. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1001_FormClosed);
  1050. this.Load += new System.EventHandler(this.F_PC_1001_Load);
  1051. ((System.ComponentModel.ISupportInitialize)(this.dgvMould)).EndInit();
  1052. this.grpCollapsible1.ResumeLayout(false);
  1053. this.grpCollapsible1.PerformLayout();
  1054. this.tsrToolStrip1.ResumeLayout(false);
  1055. this.tsrToolStrip1.PerformLayout();
  1056. this.ResumeLayout(false);
  1057. }
  1058. #endregion
  1059. private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
  1060. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  1061. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  1062. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  1063. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  1064. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  1065. private System.Windows.Forms.ToolStripButton tsbtnScrap;
  1066. private System.Windows.Forms.ToolStripButton tsbtnUndoScrap;
  1067. private System.Windows.Forms.ToolStripButton tsbtnOut;
  1068. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1069. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1070. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1071. private WinForm.Controls.GrpCollapsible grpCollapsible1;
  1072. private Basics.BaseControls.C_DataGridView dgvMould;
  1073. private WinForm.Controls.TxtCode txtModelBarcode;
  1074. private WinForm.Controls.LblLabel lblLabel1;
  1075. private WinForm.Controls.LblLabel lblLabel3;
  1076. private WinForm.Controls.LblLabel lblLabel2;
  1077. private WinForm.Controls.TxtCode txtGoodsCode;
  1078. private WinForm.Controls.TxtCode txtUserCode;
  1079. private WinForm.Controls.LblLabel lblLabel4;
  1080. private WinForm.Controls.CkcCheckedComboBox ckcMouldType;
  1081. private WinForm.Controls.LblLabel lblLabel5;
  1082. private WinForm.Controls.CkcCheckedComboBox ckcSuppliers;
  1083. private WinForm.Controls.ChkCheckBox chkPDate;
  1084. private WinForm.Controls.DtpDate dtpPDateEnd;
  1085. private WinForm.Controls.DtpDate dtpPDateBegin;
  1086. private WinForm.Controls.LblLabel lblLabel6;
  1087. private WinForm.Controls.DtpDate dtpScrapDateEnd;
  1088. private WinForm.Controls.DtpDate dtpScrapDateBegin;
  1089. private WinForm.Controls.ChkCheckBox chkScrapDate;
  1090. private WinForm.Controls.LblLabel lblLabel7;
  1091. private WinForm.Controls.CalCheckAllListBox calMouldStatus;
  1092. private WinForm.Controls.TxtTextBox txtRemarks;
  1093. private WinForm.Controls.LblLabel lblLabel8;
  1094. private System.Windows.Forms.ToolStripButton tsbtnIn;
  1095. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  1096. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  1097. private System.Windows.Forms.ToolStripButton tsbtnChangeBarcode;
  1098. private System.Windows.Forms.ToolStripButton tsbtnChangeGoodsCode;
  1099. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  1100. private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
  1101. private System.Windows.Forms.ToolStripButton tsbtnSelectAll;
  1102. private System.Windows.Forms.ToolStripButton tsbtnUnSelect;
  1103. private System.Windows.Forms.ToolStripButton tsbtnReSelect;
  1104. private System.Windows.Forms.ToolStripButton tsbtnPrint;
  1105. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  1106. private System.Windows.Forms.DataGridViewTextBoxColumn MouldID;
  1107. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  1108. private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode;
  1109. private System.Windows.Forms.DataGridViewTextBoxColumn MouldTypeName;
  1110. private System.Windows.Forms.DataGridViewTextBoxColumn SupplierName;
  1111. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDate;
  1112. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  1113. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1114. private System.Windows.Forms.DataGridViewTextBoxColumn mouldmaterialcode;
  1115. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  1116. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  1117. private System.Windows.Forms.DataGridViewTextBoxColumn Weight;
  1118. private System.Windows.Forms.DataGridViewTextBoxColumn Cost;
  1119. private System.Windows.Forms.DataGridViewTextBoxColumn OutputCount;
  1120. private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingNum;
  1121. private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingSum;
  1122. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  1123. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNums;
  1124. private System.Windows.Forms.DataGridViewTextBoxColumn notusedGroutingNum;
  1125. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDateBegin;
  1126. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDateEnd;
  1127. private System.Windows.Forms.DataGridViewTextBoxColumn LastGroutingBatchNo;
  1128. private System.Windows.Forms.DataGridViewTextBoxColumn MouldStatus;
  1129. private System.Windows.Forms.DataGridViewTextBoxColumn mouldstatusname;
  1130. private System.Windows.Forms.DataGridViewCheckBoxColumn RepairFlag;
  1131. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapDate;
  1132. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapUserCode;
  1133. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapReason;
  1134. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapResponsibility;
  1135. private System.Windows.Forms.DataGridViewTextBoxColumn UnloadingMouldLine;
  1136. private System.Windows.Forms.DataGridViewTextBoxColumn groutinglinecode;
  1137. private System.Windows.Forms.DataGridViewTextBoxColumn groutingmouldcode;
  1138. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1139. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  1140. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserCode;
  1141. private System.Windows.Forms.DataGridViewTextBoxColumn plan_code;
  1142. private System.Windows.Forms.ToolStripButton tsbtnMouldPlan;
  1143. private System.Windows.Forms.ToolStripButton tsbtnUnmouldPlan;
  1144. private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  1145. }
  1146. }