F_RPT_010404.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_010404
  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 dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_010404));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.dgvInProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  38. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  39. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  42. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  44. this.dtpBackupMonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  45. this.lblBackupMonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.BackupMonth = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.FinishedBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.CompleteProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.delivertime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.proceduretime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.inscrapflag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GoodsLevelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GROUTINGCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GROUTINGUSERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.IsReworked = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  67. this.SPECIALREPAIRFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  68. this.IsReworkFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  69. ((System.ComponentModel.ISupportInitialize)(this.dgvInProduction)).BeginInit();
  70. this.gbxCondition.SuspendLayout();
  71. this.tsrOperate.SuspendLayout();
  72. this.SuspendLayout();
  73. //
  74. // dgvInProduction
  75. //
  76. this.dgvInProduction.AllowUserToAddRows = false;
  77. this.dgvInProduction.AllowUserToDeleteRows = false;
  78. this.dgvInProduction.AllowUserToModifyRows = true;
  79. this.dgvInProduction.AllowUserToOrderColumns = true;
  80. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  81. this.dgvInProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  82. this.dgvInProduction.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  83. | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.dgvInProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  86. this.dgvInProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  87. this.dgvInProduction.CellHeight = 23;
  88. this.dgvInProduction.ChildNodeColumnName = null;
  89. this.dgvInProduction.ChildNodeColumnText = null;
  90. this.dgvInProduction.ColumnDeep = 1;
  91. this.dgvInProduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  92. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  93. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  94. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  96. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  97. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  98. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  99. this.dgvInProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  100. this.dgvInProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  101. this.dgvInProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  102. this.BackupMonth,
  103. this.BarCode,
  104. this.FinishedBarCode,
  105. this.LogoCodeName,
  106. this.GoodsCode,
  107. this.GoodsName,
  108. this.ProductionLineCode,
  109. this.ProductionLineName,
  110. this.CompleteProcedureName,
  111. this.delivertime,
  112. this.proceduretime,
  113. this.UserCode,
  114. this.inscrapflag,
  115. this.GoodsLevelName,
  116. this.GroutingLineCode,
  117. this.GMouldTypeName,
  118. this.GroutingMouldCode,
  119. this.GroutingDate,
  120. this.GROUTINGCOUNT,
  121. this.GROUTINGUSERCODE,
  122. this.IsReworked,
  123. this.SPECIALREPAIRFLAG,
  124. this.IsReworkFlag});
  125. this.dgvInProduction.ColumnTreeView = null;
  126. this.dgvInProduction.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)));
  127. this.dgvInProduction.DynamicColumnName = "";
  128. this.dgvInProduction.EnableHeadersVisualStyles = false;
  129. this.dgvInProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.dgvInProduction.HorizontalMergeColumn = null;
  131. this.dgvInProduction.IsAutoCountSum = true;
  132. this.dgvInProduction.IsAutoResizeColumns = false;
  133. this.dgvInProduction.IsClickF12 = false;
  134. this.dgvInProduction.IsOpenMergeCellFlag = false;
  135. this.dgvInProduction.IsSubTotalFlag = false;
  136. this.dgvInProduction.IsTopDeep = false;
  137. this.dgvInProduction.Location = new System.Drawing.Point(0, 103);
  138. this.dgvInProduction.MergeColumnNames = null;
  139. this.dgvInProduction.MergeDetailColumnNames = null;
  140. this.dgvInProduction.MergeDetailOnlyColumn = null;
  141. this.dgvInProduction.MergeOnlyColumn = null;
  142. this.dgvInProduction.MultiSelect = false;
  143. this.dgvInProduction.Name = "dgvInProduction";
  144. this.dgvInProduction.ReadOnly = true;
  145. this.dgvInProduction.RefreshAtHscroll = false;
  146. this.dgvInProduction.RowHeadersWidth = 50;
  147. this.dgvInProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  148. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  149. this.dgvInProduction.RowsDefaultCellStyle = dataGridViewCellStyle8;
  150. this.dgvInProduction.RowTemplate.Height = 21;
  151. this.dgvInProduction.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  152. this.dgvInProduction.Size = new System.Drawing.Size(1119, 298);
  153. this.dgvInProduction.SortOrderColumnName = null;
  154. this.dgvInProduction.TabIndex = 2;
  155. this.dgvInProduction.Tag = true;
  156. this.dgvInProduction.TotalSumColumns = null;
  157. this.dgvInProduction.ViewRowFilter = "";
  158. //
  159. // gbxCondition
  160. //
  161. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  162. | System.Windows.Forms.AnchorStyles.Right)));
  163. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  164. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  165. this.gbxCondition.Controls.Add(this.lblBackupMonth);
  166. this.gbxCondition.Controls.Add(this.dtpBackupMonth);
  167. this.gbxCondition.Controls.Add(this.btnClearCondition);
  168. this.gbxCondition.Controls.Add(this.btnSearch);
  169. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  171. this.gbxCondition.IsMustInput = false;
  172. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  173. this.gbxCondition.Name = "gbxCondition";
  174. this.gbxCondition.OriginalHeight = -1;
  175. this.gbxCondition.Size = new System.Drawing.Size(1119, 59);
  176. this.gbxCondition.TabIndex = 1;
  177. this.gbxCondition.TabStop = false;
  178. this.gbxCondition.Text = "查询条件 ▼";
  179. //
  180. // btnClearCondition
  181. //
  182. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  183. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  184. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  185. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  187. this.btnClearCondition.Location = new System.Drawing.Point(1028, 20);
  188. this.btnClearCondition.Name = "btnClearCondition";
  189. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  190. this.btnClearCondition.TabIndex = 3;
  191. this.btnClearCondition.Text = "清空条件(&C)";
  192. this.btnClearCondition.UseVisualStyleBackColor = true;
  193. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  194. //
  195. // btnSearch
  196. //
  197. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  198. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  199. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  200. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.btnSearch.ForeColor = System.Drawing.Color.White;
  202. this.btnSearch.Location = new System.Drawing.Point(937, 20);
  203. this.btnSearch.Name = "btnSearch";
  204. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  205. this.btnSearch.TabIndex = 2;
  206. this.btnSearch.Text = "查询(&Q)";
  207. this.btnSearch.UseVisualStyleBackColor = true;
  208. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  209. //
  210. // tsrOperate
  211. //
  212. this.tsrOperate.AutoSize = false;
  213. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  214. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  216. this.tsbtnAdaptive,
  217. this.tsbtnClose});
  218. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  219. this.tsrOperate.Name = "tsrOperate";
  220. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  221. this.tsrOperate.ShowItemToolTips = false;
  222. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  223. this.tsrOperate.TabIndex = 0;
  224. this.tsrOperate.Text = "toolStrip1";
  225. //
  226. // tsbtnAdaptive
  227. //
  228. this.tsbtnAdaptive.AutoSize = false;
  229. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  231. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  232. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  233. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  234. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  235. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  236. //
  237. // tsbtnClose
  238. //
  239. this.tsbtnClose.AutoSize = false;
  240. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  242. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  243. this.tsbtnClose.Name = "tsbtnClose";
  244. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  245. this.tsbtnClose.Text = "关闭(&X)";
  246. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  247. //
  248. // dtpBackupMonth
  249. //
  250. this.dtpBackupMonth.CustomFormat = "yyyy-MM";
  251. this.dtpBackupMonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.dtpBackupMonth.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  253. this.dtpBackupMonth.Location = new System.Drawing.Point(82, 24);
  254. this.dtpBackupMonth.Name = "dtpBackupMonth";
  255. this.dtpBackupMonth.ShowUpDown = true;
  256. this.dtpBackupMonth.Size = new System.Drawing.Size(74, 21);
  257. this.dtpBackupMonth.TabIndex = 1;
  258. //
  259. // lblBackupMonth
  260. //
  261. this.lblBackupMonth.AutoSize = true;
  262. this.lblBackupMonth.BackColor = System.Drawing.Color.Transparent;
  263. this.lblBackupMonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.lblBackupMonth.ForeColor = System.Drawing.SystemColors.ControlText;
  265. this.lblBackupMonth.Location = new System.Drawing.Point(23, 28);
  266. this.lblBackupMonth.Name = "lblBackupMonth";
  267. this.lblBackupMonth.Size = new System.Drawing.Size(53, 12);
  268. this.lblBackupMonth.TabIndex = 0;
  269. this.lblBackupMonth.Text = "备份月份";
  270. //
  271. // BackupMonth
  272. //
  273. this.BackupMonth.DataPropertyName = "BackupMonth";
  274. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  275. dataGridViewCellStyle3.Format = "yyyy-MM";
  276. this.BackupMonth.DefaultCellStyle = dataGridViewCellStyle3;
  277. this.BackupMonth.HeaderText = "备份月份";
  278. this.BackupMonth.Name = "BackupMonth";
  279. this.BackupMonth.ReadOnly = true;
  280. //
  281. // BarCode
  282. //
  283. this.BarCode.DataPropertyName = "BarCode";
  284. this.BarCode.HeaderText = "产品条码";
  285. this.BarCode.Name = "BarCode";
  286. this.BarCode.ReadOnly = true;
  287. //
  288. // FinishedBarCode
  289. //
  290. this.FinishedBarCode.DataPropertyName = "FinishedBarCode";
  291. this.FinishedBarCode.HeaderText = "包装条码";
  292. this.FinishedBarCode.Name = "FinishedBarCode";
  293. this.FinishedBarCode.ReadOnly = true;
  294. //
  295. // LogoCodeName
  296. //
  297. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  298. this.LogoCodeName.HeaderText = "商标";
  299. this.LogoCodeName.Name = "LogoCodeName";
  300. this.LogoCodeName.ReadOnly = true;
  301. //
  302. // GoodsCode
  303. //
  304. this.GoodsCode.DataPropertyName = "GoodsCode";
  305. this.GoodsCode.HeaderText = "产品编码";
  306. this.GoodsCode.Name = "GoodsCode";
  307. this.GoodsCode.ReadOnly = true;
  308. //
  309. // GoodsName
  310. //
  311. this.GoodsName.DataPropertyName = "GoodsName";
  312. this.GoodsName.HeaderText = "产品名称";
  313. this.GoodsName.Name = "GoodsName";
  314. this.GoodsName.ReadOnly = true;
  315. //
  316. // ProductionLineCode
  317. //
  318. this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
  319. this.ProductionLineCode.HeaderText = "生产线编码";
  320. this.ProductionLineCode.Name = "ProductionLineCode";
  321. this.ProductionLineCode.ReadOnly = true;
  322. this.ProductionLineCode.Visible = false;
  323. //
  324. // ProductionLineName
  325. //
  326. this.ProductionLineName.DataPropertyName = "ProductionLineName";
  327. this.ProductionLineName.HeaderText = "生产线";
  328. this.ProductionLineName.Name = "ProductionLineName";
  329. this.ProductionLineName.ReadOnly = true;
  330. //
  331. // CompleteProcedureName
  332. //
  333. this.CompleteProcedureName.DataPropertyName = "CompleteProcedureName";
  334. this.CompleteProcedureName.HeaderText = "完成工序";
  335. this.CompleteProcedureName.Name = "CompleteProcedureName";
  336. this.CompleteProcedureName.ReadOnly = true;
  337. //
  338. // delivertime
  339. //
  340. this.delivertime.DataPropertyName = "delivertime";
  341. dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
  342. this.delivertime.DefaultCellStyle = dataGridViewCellStyle4;
  343. this.delivertime.HeaderText = "交坯时间";
  344. this.delivertime.Name = "delivertime";
  345. this.delivertime.ReadOnly = true;
  346. this.delivertime.Width = 180;
  347. //
  348. // proceduretime
  349. //
  350. this.proceduretime.DataPropertyName = "proceduretime";
  351. dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
  352. dataGridViewCellStyle5.NullValue = null;
  353. this.proceduretime.DefaultCellStyle = dataGridViewCellStyle5;
  354. this.proceduretime.HeaderText = "完成时间";
  355. this.proceduretime.Name = "proceduretime";
  356. this.proceduretime.ReadOnly = true;
  357. //
  358. // UserCode
  359. //
  360. this.UserCode.DataPropertyName = "UserCode";
  361. this.UserCode.HeaderText = "生产工号";
  362. this.UserCode.Name = "UserCode";
  363. this.UserCode.ReadOnly = true;
  364. //
  365. // inscrapflag
  366. //
  367. this.inscrapflag.DataPropertyName = "inscrapflag";
  368. this.inscrapflag.HeaderText = "损坯状态";
  369. this.inscrapflag.Name = "inscrapflag";
  370. this.inscrapflag.ReadOnly = true;
  371. //
  372. // GoodsLevelName
  373. //
  374. this.GoodsLevelName.DataPropertyName = "GoodsLevelName";
  375. this.GoodsLevelName.HeaderText = "产品分级";
  376. this.GoodsLevelName.Name = "GoodsLevelName";
  377. this.GoodsLevelName.ReadOnly = true;
  378. //
  379. // GroutingLineCode
  380. //
  381. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  382. this.GroutingLineCode.HeaderText = "成型线编码";
  383. this.GroutingLineCode.Name = "GroutingLineCode";
  384. this.GroutingLineCode.ReadOnly = true;
  385. //
  386. // GMouldTypeName
  387. //
  388. this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
  389. this.GMouldTypeName.HeaderText = "成型线类型";
  390. this.GMouldTypeName.Name = "GMouldTypeName";
  391. this.GMouldTypeName.ReadOnly = true;
  392. //
  393. // GroutingMouldCode
  394. //
  395. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  396. this.GroutingMouldCode.HeaderText = "模具编号";
  397. this.GroutingMouldCode.Name = "GroutingMouldCode";
  398. this.GroutingMouldCode.ReadOnly = true;
  399. //
  400. // GroutingDate
  401. //
  402. this.GroutingDate.DataPropertyName = "GroutingDate";
  403. dataGridViewCellStyle6.Format = "yyyy-MM-dd";
  404. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle6;
  405. this.GroutingDate.HeaderText = "注浆日期";
  406. this.GroutingDate.Name = "GroutingDate";
  407. this.GroutingDate.ReadOnly = true;
  408. //
  409. // GROUTINGCOUNT
  410. //
  411. this.GROUTINGCOUNT.DataPropertyName = "GROUTINGCOUNT";
  412. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  413. this.GROUTINGCOUNT.DefaultCellStyle = dataGridViewCellStyle7;
  414. this.GROUTINGCOUNT.HeaderText = "注浆次数";
  415. this.GROUTINGCOUNT.Name = "GROUTINGCOUNT";
  416. this.GROUTINGCOUNT.ReadOnly = true;
  417. //
  418. // GROUTINGUSERCODE
  419. //
  420. this.GROUTINGUSERCODE.DataPropertyName = "GROUTINGUSERCODE";
  421. this.GROUTINGUSERCODE.HeaderText = "成型工号";
  422. this.GROUTINGUSERCODE.Name = "GROUTINGUSERCODE";
  423. this.GROUTINGUSERCODE.ReadOnly = true;
  424. //
  425. // IsReworked
  426. //
  427. this.IsReworked.DataPropertyName = "IsReFire";
  428. this.IsReworked.FalseValue = "0";
  429. this.IsReworked.HeaderText = "重烧标识";
  430. this.IsReworked.Name = "IsReworked";
  431. this.IsReworked.ReadOnly = true;
  432. this.IsReworked.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  433. this.IsReworked.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  434. this.IsReworked.TrueValue = "1";
  435. //
  436. // SPECIALREPAIRFLAG
  437. //
  438. this.SPECIALREPAIRFLAG.DataPropertyName = "SPECIALREPAIRFLAG";
  439. this.SPECIALREPAIRFLAG.FalseValue = "0";
  440. this.SPECIALREPAIRFLAG.HeaderText = "干补标识";
  441. this.SPECIALREPAIRFLAG.Name = "SPECIALREPAIRFLAG";
  442. this.SPECIALREPAIRFLAG.ReadOnly = true;
  443. this.SPECIALREPAIRFLAG.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  444. this.SPECIALREPAIRFLAG.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  445. this.SPECIALREPAIRFLAG.TrueValue = "1";
  446. //
  447. // IsReworkFlag
  448. //
  449. this.IsReworkFlag.DataPropertyName = "IsReworkFlag";
  450. this.IsReworkFlag.FalseValue = "0";
  451. this.IsReworkFlag.HeaderText = "返工标识";
  452. this.IsReworkFlag.Name = "IsReworkFlag";
  453. this.IsReworkFlag.ReadOnly = true;
  454. this.IsReworkFlag.TrueValue = "1";
  455. //
  456. // F_RPT_010404
  457. //
  458. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  459. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  460. this.ClientSize = new System.Drawing.Size(1131, 401);
  461. this.Controls.Add(this.dgvInProduction);
  462. this.Controls.Add(this.gbxCondition);
  463. this.Controls.Add(this.tsrOperate);
  464. this.Name = "F_RPT_010404";
  465. this.RightToLeftLayout = true;
  466. this.Text = "在产品备份表";
  467. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010401_FormClosed);
  468. this.Load += new System.EventHandler(this.F_RPT_010401_Load);
  469. ((System.ComponentModel.ISupportInitialize)(this.dgvInProduction)).EndInit();
  470. this.gbxCondition.ResumeLayout(false);
  471. this.gbxCondition.PerformLayout();
  472. this.tsrOperate.ResumeLayout(false);
  473. this.tsrOperate.PerformLayout();
  474. this.ResumeLayout(false);
  475. }
  476. #endregion
  477. private Basics.BaseControls.C_ToolStrip tsrOperate;
  478. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  479. private System.Windows.Forms.ToolStripButton tsbtnClose;
  480. private Basics.BaseControls.C_GroupBox gbxCondition;
  481. private Basics.BaseControls.C_Button btnClearCondition;
  482. private Basics.BaseControls.C_Button btnSearch;
  483. private Basics.BaseControls.C_DataGridView dgvInProduction;
  484. private Basics.BaseControls.C_Label lblBackupMonth;
  485. private Basics.BaseControls.C_DateTimePicker dtpBackupMonth;
  486. private System.Windows.Forms.DataGridViewTextBoxColumn BackupMonth;
  487. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  488. private System.Windows.Forms.DataGridViewTextBoxColumn FinishedBarCode;
  489. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  490. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  491. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  492. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
  493. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  494. private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureName;
  495. private System.Windows.Forms.DataGridViewTextBoxColumn delivertime;
  496. private System.Windows.Forms.DataGridViewTextBoxColumn proceduretime;
  497. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  498. private System.Windows.Forms.DataGridViewTextBoxColumn inscrapflag;
  499. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelName;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
  502. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  503. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  504. private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGCOUNT;
  505. private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGUSERCODE;
  506. private System.Windows.Forms.DataGridViewCheckBoxColumn IsReworked;
  507. private System.Windows.Forms.DataGridViewCheckBoxColumn SPECIALREPAIRFLAG;
  508. private System.Windows.Forms.DataGridViewCheckBoxColumn IsReworkFlag;
  509. }
  510. }