F_RPT_010404.Designer.cs 29 KB

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