F_RPT_020105.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.ReportModule
  3. {
  4. partial class F_RPT_020105
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  40. this.dgvMould = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  41. this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
  42. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  43. this.txtModelBarcode = new Dongke.WinForm.Controls.TxtCode();
  44. this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
  45. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  46. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  47. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  48. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  49. this.dgvTracking = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  50. this.createtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.opusercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.operationtypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.opgroutingnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.opgroutinglinecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.opgroutingmouldcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.operationRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.groutingmouldcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.groutinglinecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.StandardGroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.ProductionDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.mouldstatusname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.MouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvMould)).BeginInit();
  67. this.grpCollapsible1.SuspendLayout();
  68. this.tsrToolStrip1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dgvTracking)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // dgvMould
  73. //
  74. this.dgvMould.AllowUserToAddRows = false;
  75. this.dgvMould.AllowUserToDeleteRows = false;
  76. this.dgvMould.AllowUserToModifyRows = true;
  77. this.dgvMould.AllowUserToOrderColumns = true;
  78. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  79. this.dgvMould.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  80. this.dgvMould.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  81. | System.Windows.Forms.AnchorStyles.Right)));
  82. this.dgvMould.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  83. this.dgvMould.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  84. this.dgvMould.CellHeight = 23;
  85. this.dgvMould.ChildNodeColumnName = null;
  86. this.dgvMould.ChildNodeColumnText = null;
  87. this.dgvMould.ColumnDeep = 1;
  88. this.dgvMould.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  89. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  90. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  91. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  93. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  94. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  95. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  96. this.dgvMould.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  97. this.dgvMould.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  98. this.dgvMould.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  99. this.MouldBarcode,
  100. this.mouldstatusname,
  101. this.GoodsCode,
  102. this.ProductionDate,
  103. this.UserCode,
  104. this.StandardGroutingNum,
  105. this.GroutingNum,
  106. this.groutinglinecode,
  107. this.groutingmouldcode});
  108. this.dgvMould.ColumnTreeView = null;
  109. 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)));
  110. this.dgvMould.DynamicColumnName = "";
  111. this.dgvMould.EnableHeadersVisualStyles = false;
  112. this.dgvMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.dgvMould.HorizontalMergeColumn = null;
  114. this.dgvMould.IsAutoCountSum = true;
  115. this.dgvMould.IsAutoResizeColumns = false;
  116. this.dgvMould.IsClickF12 = false;
  117. this.dgvMould.IsOpenMergeCellFlag = false;
  118. this.dgvMould.IsSubTotalFlag = false;
  119. this.dgvMould.IsTopDeep = false;
  120. this.dgvMould.Location = new System.Drawing.Point(0, 96);
  121. this.dgvMould.MergeColumnNames = null;
  122. this.dgvMould.MergeDetailColumnNames = null;
  123. this.dgvMould.MergeDetailOnlyColumn = null;
  124. this.dgvMould.MergeOnlyColumn = null;
  125. this.dgvMould.MultiSelect = false;
  126. this.dgvMould.Name = "dgvMould";
  127. this.dgvMould.ReadOnly = true;
  128. this.dgvMould.RefreshAtHscroll = false;
  129. this.dgvMould.RowHeadersWidth = 50;
  130. this.dgvMould.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  131. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  132. this.dgvMould.RowsDefaultCellStyle = dataGridViewCellStyle6;
  133. this.dgvMould.RowTemplate.Height = 21;
  134. this.dgvMould.Size = new System.Drawing.Size(984, 75);
  135. this.dgvMould.SortOrderColumnName = null;
  136. this.dgvMould.TabIndex = 2;
  137. this.dgvMould.Tag = "";
  138. this.dgvMould.TotalSumColumns = null;
  139. this.dgvMould.ViewRowFilter = "";
  140. //
  141. // grpCollapsible1
  142. //
  143. this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  144. | System.Windows.Forms.AnchorStyles.Right)));
  145. this.grpCollapsible1.Controls.Add(this.lblLabel1);
  146. this.grpCollapsible1.Controls.Add(this.txtModelBarcode);
  147. this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
  148. this.grpCollapsible1.Name = "grpCollapsible1";
  149. this.grpCollapsible1.Size = new System.Drawing.Size(984, 52);
  150. this.grpCollapsible1.TabIndex = 1;
  151. this.grpCollapsible1.TabStop = false;
  152. this.grpCollapsible1.Text = "查询条件";
  153. //
  154. // lblLabel1
  155. //
  156. this.lblLabel1.Location = new System.Drawing.Point(12, 24);
  157. this.lblLabel1.Name = "lblLabel1";
  158. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  159. this.lblLabel1.TabIndex = 0;
  160. this.lblLabel1.Text = "模具条码";
  161. //
  162. // txtModelBarcode
  163. //
  164. this.txtModelBarcode.Location = new System.Drawing.Point(71, 20);
  165. this.txtModelBarcode.Name = "txtModelBarcode";
  166. this.txtModelBarcode.Size = new System.Drawing.Size(120, 21);
  167. this.txtModelBarcode.TabIndex = 1;
  168. this.txtModelBarcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtModelBarcode_KeyDown);
  169. //
  170. // tsrToolStrip1
  171. //
  172. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  174. this.tsbtnSearch,
  175. this.toolStripSeparator4,
  176. this.tsbtnAdaptive,
  177. this.tsbtnClose});
  178. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  179. this.tsrToolStrip1.Name = "tsrToolStrip1";
  180. this.tsrToolStrip1.Size = new System.Drawing.Size(996, 35);
  181. this.tsrToolStrip1.TabIndex = 0;
  182. //
  183. // tsbtnSearch
  184. //
  185. this.tsbtnSearch.AutoSize = false;
  186. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  188. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  189. this.tsbtnSearch.Name = "tsbtnSearch";
  190. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  191. this.tsbtnSearch.Text = "查询(&Q)";
  192. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  193. //
  194. // toolStripSeparator4
  195. //
  196. this.toolStripSeparator4.AutoSize = false;
  197. this.toolStripSeparator4.Name = "toolStripSeparator4";
  198. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  199. //
  200. // tsbtnAdaptive
  201. //
  202. this.tsbtnAdaptive.AutoSize = false;
  203. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  205. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  206. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  207. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  208. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  209. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  210. //
  211. // tsbtnClose
  212. //
  213. this.tsbtnClose.AutoSize = false;
  214. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  216. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  217. this.tsbtnClose.Name = "tsbtnClose";
  218. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  219. this.tsbtnClose.Text = "关闭(&X)";
  220. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  221. //
  222. // dgvTracking
  223. //
  224. this.dgvTracking.AllowUserToAddRows = false;
  225. this.dgvTracking.AllowUserToDeleteRows = false;
  226. this.dgvTracking.AllowUserToModifyRows = true;
  227. this.dgvTracking.AllowUserToOrderColumns = true;
  228. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  229. this.dgvTracking.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  230. this.dgvTracking.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  231. | System.Windows.Forms.AnchorStyles.Left)
  232. | System.Windows.Forms.AnchorStyles.Right)));
  233. this.dgvTracking.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  234. this.dgvTracking.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  235. this.dgvTracking.CellHeight = 23;
  236. this.dgvTracking.ChildNodeColumnName = null;
  237. this.dgvTracking.ChildNodeColumnText = null;
  238. this.dgvTracking.ColumnDeep = 1;
  239. this.dgvTracking.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  240. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  241. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  242. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  244. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  245. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  246. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  247. this.dgvTracking.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  248. this.dgvTracking.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  249. this.dgvTracking.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  250. this.createtime,
  251. this.opusercode,
  252. this.operationtypename,
  253. this.opgroutingnum,
  254. this.opgroutinglinecode,
  255. this.opgroutingmouldcode,
  256. this.operationRemarks});
  257. this.dgvTracking.ColumnTreeView = null;
  258. this.dgvTracking.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)));
  259. this.dgvTracking.DynamicColumnName = "";
  260. this.dgvTracking.EnableHeadersVisualStyles = false;
  261. this.dgvTracking.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.dgvTracking.HorizontalMergeColumn = null;
  263. this.dgvTracking.IsAutoCountSum = true;
  264. this.dgvTracking.IsAutoResizeColumns = false;
  265. this.dgvTracking.IsClickF12 = false;
  266. this.dgvTracking.IsOpenMergeCellFlag = false;
  267. this.dgvTracking.IsSubTotalFlag = false;
  268. this.dgvTracking.IsTopDeep = false;
  269. this.dgvTracking.Location = new System.Drawing.Point(0, 177);
  270. this.dgvTracking.MergeColumnNames = null;
  271. this.dgvTracking.MergeDetailColumnNames = null;
  272. this.dgvTracking.MergeDetailOnlyColumn = null;
  273. this.dgvTracking.MergeOnlyColumn = null;
  274. this.dgvTracking.MultiSelect = false;
  275. this.dgvTracking.Name = "dgvTracking";
  276. this.dgvTracking.ReadOnly = true;
  277. this.dgvTracking.RefreshAtHscroll = false;
  278. this.dgvTracking.RowHeadersWidth = 50;
  279. this.dgvTracking.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  280. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  281. this.dgvTracking.RowsDefaultCellStyle = dataGridViewCellStyle11;
  282. this.dgvTracking.RowTemplate.Height = 21;
  283. this.dgvTracking.Size = new System.Drawing.Size(984, 179);
  284. this.dgvTracking.SortOrderColumnName = null;
  285. this.dgvTracking.TabIndex = 3;
  286. this.dgvTracking.Tag = "";
  287. this.dgvTracking.TotalSumColumns = null;
  288. this.dgvTracking.ViewRowFilter = "";
  289. //
  290. // createtime
  291. //
  292. this.createtime.DataPropertyName = "createtime";
  293. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  294. dataGridViewCellStyle9.Format = "yyyy-MM-dd HH:mm:ss";
  295. this.createtime.DefaultCellStyle = dataGridViewCellStyle9;
  296. this.createtime.HeaderText = "操作时间";
  297. this.createtime.Name = "createtime";
  298. this.createtime.ReadOnly = true;
  299. //
  300. // opusercode
  301. //
  302. this.opusercode.DataPropertyName = "usercode";
  303. this.opusercode.HeaderText = "操作工号";
  304. this.opusercode.Name = "opusercode";
  305. this.opusercode.ReadOnly = true;
  306. //
  307. // operationtypename
  308. //
  309. this.operationtypename.DataPropertyName = "operationtypename";
  310. this.operationtypename.HeaderText = "操作类别";
  311. this.operationtypename.Name = "operationtypename";
  312. this.operationtypename.ReadOnly = true;
  313. //
  314. // opgroutingnum
  315. //
  316. this.opgroutingnum.DataPropertyName = "groutingnum";
  317. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  318. dataGridViewCellStyle10.Format = "N0";
  319. this.opgroutingnum.DefaultCellStyle = dataGridViewCellStyle10;
  320. this.opgroutingnum.HeaderText = "注浆次数";
  321. this.opgroutingnum.Name = "opgroutingnum";
  322. this.opgroutingnum.ReadOnly = true;
  323. //
  324. // opgroutinglinecode
  325. //
  326. this.opgroutinglinecode.DataPropertyName = "groutinglinecode";
  327. this.opgroutinglinecode.HeaderText = "成型线号";
  328. this.opgroutinglinecode.Name = "opgroutinglinecode";
  329. this.opgroutinglinecode.ReadOnly = true;
  330. //
  331. // opgroutingmouldcode
  332. //
  333. this.opgroutingmouldcode.DataPropertyName = "groutingmouldcode";
  334. this.opgroutingmouldcode.HeaderText = "模具编号";
  335. this.opgroutingmouldcode.Name = "opgroutingmouldcode";
  336. this.opgroutingmouldcode.ReadOnly = true;
  337. //
  338. // operationRemarks
  339. //
  340. this.operationRemarks.DataPropertyName = "operationRemarks";
  341. this.operationRemarks.HeaderText = "操作说明";
  342. this.operationRemarks.Name = "operationRemarks";
  343. this.operationRemarks.ReadOnly = true;
  344. //
  345. // groutingmouldcode
  346. //
  347. this.groutingmouldcode.DataPropertyName = "groutingmouldcode";
  348. this.groutingmouldcode.HeaderText = "模具编号";
  349. this.groutingmouldcode.Name = "groutingmouldcode";
  350. this.groutingmouldcode.ReadOnly = true;
  351. //
  352. // groutinglinecode
  353. //
  354. this.groutinglinecode.DataPropertyName = "groutinglinecode";
  355. this.groutinglinecode.HeaderText = "成型线号";
  356. this.groutinglinecode.Name = "groutinglinecode";
  357. this.groutinglinecode.ReadOnly = true;
  358. //
  359. // GroutingNum
  360. //
  361. this.GroutingNum.DataPropertyName = "GroutingNum";
  362. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  363. dataGridViewCellStyle5.Format = "N0";
  364. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle5;
  365. this.GroutingNum.HeaderText = "注浆次数";
  366. this.GroutingNum.Name = "GroutingNum";
  367. this.GroutingNum.ReadOnly = true;
  368. //
  369. // StandardGroutingNum
  370. //
  371. this.StandardGroutingNum.DataPropertyName = "StandardGroutingNum";
  372. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  373. dataGridViewCellStyle4.Format = "N0";
  374. this.StandardGroutingNum.DefaultCellStyle = dataGridViewCellStyle4;
  375. this.StandardGroutingNum.HeaderText = "标准次数";
  376. this.StandardGroutingNum.Name = "StandardGroutingNum";
  377. this.StandardGroutingNum.ReadOnly = true;
  378. //
  379. // UserCode
  380. //
  381. this.UserCode.DataPropertyName = "UserCode";
  382. this.UserCode.HeaderText = "生产工号";
  383. this.UserCode.Name = "UserCode";
  384. this.UserCode.ReadOnly = true;
  385. //
  386. // ProductionDate
  387. //
  388. this.ProductionDate.DataPropertyName = "ProductionDate";
  389. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  390. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  391. this.ProductionDate.DefaultCellStyle = dataGridViewCellStyle3;
  392. this.ProductionDate.HeaderText = "生产日期";
  393. this.ProductionDate.Name = "ProductionDate";
  394. this.ProductionDate.ReadOnly = true;
  395. //
  396. // GoodsCode
  397. //
  398. this.GoodsCode.DataPropertyName = "GoodsCode";
  399. this.GoodsCode.HeaderText = "产品编码";
  400. this.GoodsCode.Name = "GoodsCode";
  401. this.GoodsCode.ReadOnly = true;
  402. //
  403. // mouldstatusname
  404. //
  405. this.mouldstatusname.DataPropertyName = "mouldstatusname";
  406. this.mouldstatusname.HeaderText = "模具状态";
  407. this.mouldstatusname.Name = "mouldstatusname";
  408. this.mouldstatusname.ReadOnly = true;
  409. //
  410. // MouldBarcode
  411. //
  412. this.MouldBarcode.DataPropertyName = "MouldBarcode";
  413. this.MouldBarcode.HeaderText = "模具条码";
  414. this.MouldBarcode.Name = "MouldBarcode";
  415. this.MouldBarcode.ReadOnly = true;
  416. //
  417. // F_RPT_020105
  418. //
  419. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  420. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  421. this.ClientSize = new System.Drawing.Size(996, 357);
  422. this.Controls.Add(this.dgvTracking);
  423. this.Controls.Add(this.dgvMould);
  424. this.Controls.Add(this.grpCollapsible1);
  425. this.Controls.Add(this.tsrToolStrip1);
  426. this.Name = "F_RPT_020105";
  427. this.Text = "模具跟踪表";
  428. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1001_FormClosed);
  429. this.Load += new System.EventHandler(this.F_PC_1001_Load);
  430. ((System.ComponentModel.ISupportInitialize)(this.dgvMould)).EndInit();
  431. this.grpCollapsible1.ResumeLayout(false);
  432. this.grpCollapsible1.PerformLayout();
  433. this.tsrToolStrip1.ResumeLayout(false);
  434. this.tsrToolStrip1.PerformLayout();
  435. ((System.ComponentModel.ISupportInitialize)(this.dgvTracking)).EndInit();
  436. this.ResumeLayout(false);
  437. }
  438. #endregion
  439. private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
  440. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  441. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  442. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  443. private System.Windows.Forms.ToolStripButton tsbtnClose;
  444. private WinForm.Controls.GrpCollapsible grpCollapsible1;
  445. private Basics.BaseControls.C_DataGridView dgvMould;
  446. private WinForm.Controls.TxtCode txtModelBarcode;
  447. private WinForm.Controls.LblLabel lblLabel1;
  448. private Basics.BaseControls.C_DataGridView dgvTracking;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn createtime;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn opusercode;
  451. private System.Windows.Forms.DataGridViewTextBoxColumn operationtypename;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn opgroutingnum;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn opgroutinglinecode;
  454. private System.Windows.Forms.DataGridViewTextBoxColumn opgroutingmouldcode;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn operationRemarks;
  456. private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode;
  457. private System.Windows.Forms.DataGridViewTextBoxColumn mouldstatusname;
  458. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  459. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDate;
  460. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  461. private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingNum;
  462. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  463. private System.Windows.Forms.DataGridViewTextBoxColumn groutinglinecode;
  464. private System.Windows.Forms.DataGridViewTextBoxColumn groutingmouldcode;
  465. }
  466. }