F_RPT_030117.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_030117
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_030117));
  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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  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 dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  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.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  45. this.chkDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  46. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
  48. this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
  49. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  51. this.txtGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  52. this.tapUndoDetail = new System.Windows.Forms.TabPage();
  53. this.dgvUndoDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  54. this.OrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.FHTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.FHUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.FinishedBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.DeliverTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.UndoTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.UndoUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.tapUndoTotal = new System.Windows.Forms.TabPage();
  69. this.dgvUndoTotal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  70. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.GoodsCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.tblUndo = new System.Windows.Forms.TabControl();
  74. this.lblGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  75. this.FHCheckBox = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  76. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  77. this.FHTimeEnd = new System.Windows.Forms.DateTimePicker();
  78. this.FHTimeStart = new System.Windows.Forms.DateTimePicker();
  79. this.tsrOperate.SuspendLayout();
  80. this.gbxCondition.SuspendLayout();
  81. this.tapUndoDetail.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.dgvUndoDetail)).BeginInit();
  83. this.tapUndoTotal.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.dgvUndoTotal)).BeginInit();
  85. this.tblUndo.SuspendLayout();
  86. this.SuspendLayout();
  87. //
  88. // tsrOperate
  89. //
  90. this.tsrOperate.AutoSize = false;
  91. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  92. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  94. this.tsbtnAdaptive,
  95. this.tsbtnClose});
  96. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  97. this.tsrOperate.Name = "tsrOperate";
  98. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  99. this.tsrOperate.ShowItemToolTips = false;
  100. this.tsrOperate.Size = new System.Drawing.Size(940, 35);
  101. this.tsrOperate.TabIndex = 0;
  102. this.tsrOperate.Text = "toolStrip1";
  103. //
  104. // tsbtnAdaptive
  105. //
  106. this.tsbtnAdaptive.AutoSize = false;
  107. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  109. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  110. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  111. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  112. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  113. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  114. //
  115. // tsbtnClose
  116. //
  117. this.tsbtnClose.AutoSize = false;
  118. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  120. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  121. this.tsbtnClose.Name = "tsbtnClose";
  122. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  123. this.tsbtnClose.Text = "关闭(&X)";
  124. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  125. //
  126. // gbxCondition
  127. //
  128. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  129. | System.Windows.Forms.AnchorStyles.Right)));
  130. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  131. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  132. this.gbxCondition.Controls.Add(this.FHCheckBox);
  133. this.gbxCondition.Controls.Add(this.c_Label1);
  134. this.gbxCondition.Controls.Add(this.FHTimeEnd);
  135. this.gbxCondition.Controls.Add(this.FHTimeStart);
  136. this.gbxCondition.Controls.Add(this.chkDateTime);
  137. this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
  138. this.gbxCondition.Controls.Add(this.dtpEndTime);
  139. this.gbxCondition.Controls.Add(this.dtpStartTime);
  140. this.gbxCondition.Controls.Add(this.btnSearch);
  141. this.gbxCondition.Controls.Add(this.btnClearCondition);
  142. this.gbxCondition.Controls.Add(this.txtGoodsModel);
  143. this.gbxCondition.Controls.Add(this.lblGoodsModel);
  144. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  146. this.gbxCondition.IsMustInput = false;
  147. this.gbxCondition.Location = new System.Drawing.Point(4, 38);
  148. this.gbxCondition.Name = "gbxCondition";
  149. this.gbxCondition.OriginalHeight = -1;
  150. this.gbxCondition.Size = new System.Drawing.Size(920, 74);
  151. this.gbxCondition.TabIndex = 1;
  152. this.gbxCondition.TabStop = false;
  153. this.gbxCondition.Text = "查询条件 ▼";
  154. //
  155. // chkDateTime
  156. //
  157. this.chkDateTime.AutoSize = true;
  158. this.chkDateTime.Checked = true;
  159. this.chkDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
  160. this.chkDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.chkDateTime.Location = new System.Drawing.Point(8, 21);
  162. this.chkDateTime.Name = "chkDateTime";
  163. this.chkDateTime.Size = new System.Drawing.Size(72, 16);
  164. this.chkDateTime.TabIndex = 4;
  165. this.chkDateTime.Text = "撤销时间";
  166. this.chkDateTime.UseVisualStyleBackColor = true;
  167. this.chkDateTime.CheckedChanged += new System.EventHandler(this.chkDateTime_CheckedChanged);
  168. //
  169. // lblAccountDateEnd
  170. //
  171. this.lblAccountDateEnd.AutoSize = true;
  172. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  173. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  175. this.lblAccountDateEnd.Location = new System.Drawing.Point(227, 22);
  176. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  177. this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
  178. this.lblAccountDateEnd.TabIndex = 6;
  179. this.lblAccountDateEnd.Text = "至";
  180. //
  181. // dtpEndTime
  182. //
  183. this.dtpEndTime.CustomFormat = "yyyy-MM-dd HH:mm";
  184. this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  185. this.dtpEndTime.Location = new System.Drawing.Point(250, 18);
  186. this.dtpEndTime.Name = "dtpEndTime";
  187. this.dtpEndTime.Size = new System.Drawing.Size(135, 21);
  188. this.dtpEndTime.TabIndex = 7;
  189. this.dtpEndTime.Value = new System.DateTime(2018, 8, 8, 0, 0, 0, 0);
  190. //
  191. // dtpStartTime
  192. //
  193. this.dtpStartTime.CustomFormat = "yyyy-MM-dd HH:mm";
  194. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  195. this.dtpStartTime.Location = new System.Drawing.Point(86, 18);
  196. this.dtpStartTime.Name = "dtpStartTime";
  197. this.dtpStartTime.Size = new System.Drawing.Size(135, 21);
  198. this.dtpStartTime.TabIndex = 5;
  199. this.dtpStartTime.Value = new System.DateTime(2018, 8, 8, 0, 0, 0, 0);
  200. //
  201. // btnSearch
  202. //
  203. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  204. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  205. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  206. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.btnSearch.ForeColor = System.Drawing.Color.White;
  208. this.btnSearch.Location = new System.Drawing.Point(738, 15);
  209. this.btnSearch.Name = "btnSearch";
  210. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  211. this.btnSearch.TabIndex = 12;
  212. this.btnSearch.Text = "查询";
  213. this.btnSearch.UseVisualStyleBackColor = true;
  214. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  215. //
  216. // btnClearCondition
  217. //
  218. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  219. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  220. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  221. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  223. this.btnClearCondition.Location = new System.Drawing.Point(829, 15);
  224. this.btnClearCondition.Name = "btnClearCondition";
  225. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  226. this.btnClearCondition.TabIndex = 13;
  227. this.btnClearCondition.Text = "清空条件";
  228. this.btnClearCondition.UseVisualStyleBackColor = true;
  229. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  230. //
  231. // txtGoodsModel
  232. //
  233. this.txtGoodsModel.BackColor = System.Drawing.SystemColors.Window;
  234. this.txtGoodsModel.BackgroundColor = System.Drawing.SystemColors.Window;
  235. this.txtGoodsModel.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  236. this.txtGoodsModel.ErrorMessage = "";
  237. this.txtGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.txtGoodsModel.ImeMode = System.Windows.Forms.ImeMode.Off;
  239. this.txtGoodsModel.Location = new System.Drawing.Point(450, 18);
  240. this.txtGoodsModel.MaxLength = 21;
  241. this.txtGoodsModel.Name = "txtGoodsModel";
  242. this.txtGoodsModel.Size = new System.Drawing.Size(145, 21);
  243. this.txtGoodsModel.TabIndex = 10;
  244. this.txtGoodsModel.TextValue = "";
  245. //
  246. // tapUndoDetail
  247. //
  248. this.tapUndoDetail.Controls.Add(this.dgvUndoDetail);
  249. this.tapUndoDetail.Location = new System.Drawing.Point(4, 22);
  250. this.tapUndoDetail.Margin = new System.Windows.Forms.Padding(0);
  251. this.tapUndoDetail.Name = "tapUndoDetail";
  252. this.tapUndoDetail.Size = new System.Drawing.Size(1100, 416);
  253. this.tapUndoDetail.TabIndex = 1;
  254. this.tapUndoDetail.Text = "产成品交接撤销明细表";
  255. this.tapUndoDetail.UseVisualStyleBackColor = true;
  256. //
  257. // dgvUndoDetail
  258. //
  259. this.dgvUndoDetail.AllowUserToAddRows = false;
  260. this.dgvUndoDetail.AllowUserToDeleteRows = false;
  261. this.dgvUndoDetail.AllowUserToModifyRows = true;
  262. this.dgvUndoDetail.AllowUserToOrderColumns = true;
  263. this.dgvUndoDetail.AllowUserToSortRows = false;
  264. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  265. this.dgvUndoDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  266. this.dgvUndoDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  267. this.dgvUndoDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  268. this.dgvUndoDetail.CellHeight = 23;
  269. this.dgvUndoDetail.ChildNodeColumnName = null;
  270. this.dgvUndoDetail.ChildNodeColumnText = null;
  271. this.dgvUndoDetail.ColumnDeep = 1;
  272. this.dgvUndoDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  273. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  274. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  275. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  277. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  278. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  279. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  280. this.dgvUndoDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  281. this.dgvUndoDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  282. this.dgvUndoDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  283. this.OrderNo,
  284. this.FHTime,
  285. this.FHUserCode,
  286. this.BarCode,
  287. this.FinishedBarCode,
  288. this.GoodsCode,
  289. this.LogoName,
  290. this.GroutingUserCode,
  291. this.GroutingMouldCode,
  292. this.GroutingLineCode,
  293. this.GroutingDate,
  294. this.DeliverTime,
  295. this.UndoTime,
  296. this.UndoUserCode});
  297. this.dgvUndoDetail.ColumnTreeView = null;
  298. this.dgvUndoDetail.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)));
  299. this.dgvUndoDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  300. this.dgvUndoDetail.DynamicColumnName = "";
  301. this.dgvUndoDetail.EnableHeadersVisualStyles = false;
  302. this.dgvUndoDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.dgvUndoDetail.FormatQuantityColumns = null;
  304. this.dgvUndoDetail.HasNode = false;
  305. this.dgvUndoDetail.HorizontalMergeColumn = null;
  306. this.dgvUndoDetail.IsAutoCountSum = true;
  307. this.dgvUndoDetail.IsAutoResizeColumns = false;
  308. this.dgvUndoDetail.IsClickF12 = false;
  309. this.dgvUndoDetail.IsOpenMergeCellFlag = false;
  310. this.dgvUndoDetail.IsSubTotalFlag = false;
  311. this.dgvUndoDetail.IsTopDeep = false;
  312. this.dgvUndoDetail.Location = new System.Drawing.Point(0, 0);
  313. this.dgvUndoDetail.Margin = new System.Windows.Forms.Padding(0);
  314. this.dgvUndoDetail.MergeColumnNames = null;
  315. this.dgvUndoDetail.MergeDetailColumnNames = null;
  316. this.dgvUndoDetail.MergeDetailOnlyColumn = null;
  317. this.dgvUndoDetail.MergeOnlyColumn = null;
  318. this.dgvUndoDetail.MultiSelect = false;
  319. this.dgvUndoDetail.Name = "dgvUndoDetail";
  320. this.dgvUndoDetail.ReadOnly = true;
  321. this.dgvUndoDetail.RefreshAtHscroll = false;
  322. this.dgvUndoDetail.RowHeadersWidth = 50;
  323. this.dgvUndoDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  324. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  325. this.dgvUndoDetail.RowsDefaultCellStyle = dataGridViewCellStyle7;
  326. this.dgvUndoDetail.RowTemplate.Height = 21;
  327. this.dgvUndoDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  328. this.dgvUndoDetail.Size = new System.Drawing.Size(1100, 416);
  329. this.dgvUndoDetail.SortOrderColumnName = null;
  330. this.dgvUndoDetail.TabIndex = 0;
  331. this.dgvUndoDetail.Tag = true;
  332. this.dgvUndoDetail.TotalSumColumns = null;
  333. this.dgvUndoDetail.ViewRowFilter = "";
  334. this.dgvUndoDetail.VirtualNodes = false;
  335. //
  336. // OrderNo
  337. //
  338. this.OrderNo.DataPropertyName = "OrderNo";
  339. this.OrderNo.HeaderText = "生产订单";
  340. this.OrderNo.Name = "OrderNo";
  341. this.OrderNo.ReadOnly = true;
  342. //
  343. // FHTime
  344. //
  345. this.FHTime.DataPropertyName = "FHTime";
  346. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  347. dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
  348. this.FHTime.DefaultCellStyle = dataGridViewCellStyle3;
  349. this.FHTime.HeaderText = "交接时间";
  350. this.FHTime.Name = "FHTime";
  351. this.FHTime.ReadOnly = true;
  352. this.FHTime.Width = 130;
  353. //
  354. // FHUserCode
  355. //
  356. this.FHUserCode.DataPropertyName = "FHUserCode";
  357. this.FHUserCode.HeaderText = "交接工号";
  358. this.FHUserCode.Name = "FHUserCode";
  359. this.FHUserCode.ReadOnly = true;
  360. //
  361. // BarCode
  362. //
  363. this.BarCode.DataPropertyName = "BarCode";
  364. this.BarCode.HeaderText = "产品条码";
  365. this.BarCode.Name = "BarCode";
  366. this.BarCode.ReadOnly = true;
  367. //
  368. // FinishedBarCode
  369. //
  370. this.FinishedBarCode.DataPropertyName = "FinishedBarCode";
  371. this.FinishedBarCode.HeaderText = "包装条码";
  372. this.FinishedBarCode.Name = "FinishedBarCode";
  373. this.FinishedBarCode.ReadOnly = true;
  374. this.FinishedBarCode.Width = 150;
  375. //
  376. // GoodsCode
  377. //
  378. this.GoodsCode.DataPropertyName = "GoodsCode";
  379. this.GoodsCode.HeaderText = "产品编码";
  380. this.GoodsCode.Name = "GoodsCode";
  381. this.GoodsCode.ReadOnly = true;
  382. //
  383. // LogoName
  384. //
  385. this.LogoName.DataPropertyName = "LogoName";
  386. this.LogoName.HeaderText = "产品商标";
  387. this.LogoName.Name = "LogoName";
  388. this.LogoName.ReadOnly = true;
  389. //
  390. // GroutingUserCode
  391. //
  392. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  393. this.GroutingUserCode.HeaderText = "成型工号";
  394. this.GroutingUserCode.Name = "GroutingUserCode";
  395. this.GroutingUserCode.ReadOnly = true;
  396. //
  397. // GroutingMouldCode
  398. //
  399. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  400. this.GroutingMouldCode.HeaderText = "模具编号";
  401. this.GroutingMouldCode.Name = "GroutingMouldCode";
  402. this.GroutingMouldCode.ReadOnly = true;
  403. //
  404. // GroutingLineCode
  405. //
  406. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  407. this.GroutingLineCode.HeaderText = "成型线编码";
  408. this.GroutingLineCode.Name = "GroutingLineCode";
  409. this.GroutingLineCode.ReadOnly = true;
  410. //
  411. // GroutingDate
  412. //
  413. this.GroutingDate.DataPropertyName = "GroutingDate";
  414. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  415. dataGridViewCellStyle4.Format = "yyyy-MM-dd ";
  416. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
  417. this.GroutingDate.HeaderText = "注浆日期";
  418. this.GroutingDate.Name = "GroutingDate";
  419. this.GroutingDate.ReadOnly = true;
  420. //
  421. // DeliverTime
  422. //
  423. this.DeliverTime.DataPropertyName = "DeliverTime";
  424. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  425. dataGridViewCellStyle5.Format = "yyyy-MM-dd";
  426. this.DeliverTime.DefaultCellStyle = dataGridViewCellStyle5;
  427. this.DeliverTime.HeaderText = "交坯日期";
  428. this.DeliverTime.Name = "DeliverTime";
  429. this.DeliverTime.ReadOnly = true;
  430. //
  431. // UndoTime
  432. //
  433. this.UndoTime.DataPropertyName = "UndoTime";
  434. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  435. dataGridViewCellStyle6.Format = "yyyy-MM-dd HH:mm:ss";
  436. dataGridViewCellStyle6.NullValue = null;
  437. this.UndoTime.DefaultCellStyle = dataGridViewCellStyle6;
  438. this.UndoTime.HeaderText = "撤销时间";
  439. this.UndoTime.Name = "UndoTime";
  440. this.UndoTime.ReadOnly = true;
  441. this.UndoTime.Width = 130;
  442. //
  443. // UndoUserCode
  444. //
  445. this.UndoUserCode.DataPropertyName = "UndoUserCode";
  446. this.UndoUserCode.HeaderText = "撤销工号";
  447. this.UndoUserCode.Name = "UndoUserCode";
  448. this.UndoUserCode.ReadOnly = true;
  449. //
  450. // tapUndoTotal
  451. //
  452. this.tapUndoTotal.Controls.Add(this.dgvUndoTotal);
  453. this.tapUndoTotal.Location = new System.Drawing.Point(4, 22);
  454. this.tapUndoTotal.Margin = new System.Windows.Forms.Padding(0);
  455. this.tapUndoTotal.Name = "tapUndoTotal";
  456. this.tapUndoTotal.Size = new System.Drawing.Size(916, 359);
  457. this.tapUndoTotal.TabIndex = 0;
  458. this.tapUndoTotal.Text = "产成品交接撤销汇总表";
  459. this.tapUndoTotal.UseVisualStyleBackColor = true;
  460. //
  461. // dgvUndoTotal
  462. //
  463. this.dgvUndoTotal.AllowUserToAddRows = false;
  464. this.dgvUndoTotal.AllowUserToDeleteRows = false;
  465. this.dgvUndoTotal.AllowUserToModifyRows = true;
  466. this.dgvUndoTotal.AllowUserToSortRows = false;
  467. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  468. this.dgvUndoTotal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
  469. this.dgvUndoTotal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  470. this.dgvUndoTotal.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  471. this.dgvUndoTotal.CellHeight = 23;
  472. this.dgvUndoTotal.ChildNodeColumnName = null;
  473. this.dgvUndoTotal.ChildNodeColumnText = null;
  474. this.dgvUndoTotal.ColumnDeep = 1;
  475. this.dgvUndoTotal.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  476. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  477. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  478. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  479. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  480. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  481. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  482. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  483. this.dgvUndoTotal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  484. this.dgvUndoTotal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  485. this.dgvUndoTotal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  486. this.CreateTime,
  487. this.GoodsModel,
  488. this.GoodsCount});
  489. this.dgvUndoTotal.ColumnTreeView = null;
  490. this.dgvUndoTotal.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)));
  491. this.dgvUndoTotal.Dock = System.Windows.Forms.DockStyle.Fill;
  492. this.dgvUndoTotal.DynamicColumnName = "";
  493. this.dgvUndoTotal.EnableHeadersVisualStyles = false;
  494. this.dgvUndoTotal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  495. this.dgvUndoTotal.FormatQuantityColumns = null;
  496. this.dgvUndoTotal.HasNode = false;
  497. this.dgvUndoTotal.HorizontalMergeColumn = null;
  498. this.dgvUndoTotal.IsAutoCountSum = true;
  499. this.dgvUndoTotal.IsAutoResizeColumns = false;
  500. this.dgvUndoTotal.IsClickF12 = false;
  501. this.dgvUndoTotal.IsOpenMergeCellFlag = false;
  502. this.dgvUndoTotal.IsSubTotalFlag = false;
  503. this.dgvUndoTotal.IsTopDeep = false;
  504. this.dgvUndoTotal.Location = new System.Drawing.Point(0, 0);
  505. this.dgvUndoTotal.Margin = new System.Windows.Forms.Padding(0);
  506. this.dgvUndoTotal.MergeColumnNames = null;
  507. this.dgvUndoTotal.MergeDetailColumnNames = null;
  508. this.dgvUndoTotal.MergeDetailOnlyColumn = null;
  509. this.dgvUndoTotal.MergeOnlyColumn = null;
  510. this.dgvUndoTotal.MultiSelect = false;
  511. this.dgvUndoTotal.Name = "dgvUndoTotal";
  512. this.dgvUndoTotal.ReadOnly = true;
  513. this.dgvUndoTotal.RefreshAtHscroll = false;
  514. this.dgvUndoTotal.RowHeadersWidth = 50;
  515. this.dgvUndoTotal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  516. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  517. this.dgvUndoTotal.RowsDefaultCellStyle = dataGridViewCellStyle12;
  518. this.dgvUndoTotal.RowTemplate.Height = 21;
  519. this.dgvUndoTotal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  520. this.dgvUndoTotal.Size = new System.Drawing.Size(916, 359);
  521. this.dgvUndoTotal.SortOrderColumnName = null;
  522. this.dgvUndoTotal.TabIndex = 0;
  523. this.dgvUndoTotal.Tag = true;
  524. this.dgvUndoTotal.TotalSumColumns = null;
  525. this.dgvUndoTotal.ViewRowFilter = "";
  526. this.dgvUndoTotal.VirtualNodes = false;
  527. this.dgvUndoTotal.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvScrapTotalModule_CellDoubleClick);
  528. //
  529. // CreateTime
  530. //
  531. this.CreateTime.DataPropertyName = "CreateTime";
  532. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  533. dataGridViewCellStyle10.Format = "yyyy-MM-dd ";
  534. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle10;
  535. this.CreateTime.HeaderText = "撤销日期";
  536. this.CreateTime.Name = "CreateTime";
  537. this.CreateTime.ReadOnly = true;
  538. this.CreateTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  539. //
  540. // GoodsModel
  541. //
  542. this.GoodsModel.DataPropertyName = "GoodsModel";
  543. this.GoodsModel.HeaderText = "产品编码";
  544. this.GoodsModel.Name = "GoodsModel";
  545. this.GoodsModel.ReadOnly = true;
  546. this.GoodsModel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  547. //
  548. // GoodsCount
  549. //
  550. this.GoodsCount.DataPropertyName = "GoodsCount";
  551. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  552. this.GoodsCount.DefaultCellStyle = dataGridViewCellStyle11;
  553. this.GoodsCount.HeaderText = "数量";
  554. this.GoodsCount.Name = "GoodsCount";
  555. this.GoodsCount.ReadOnly = true;
  556. this.GoodsCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  557. //
  558. // tblUndo
  559. //
  560. this.tblUndo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  561. | System.Windows.Forms.AnchorStyles.Left)
  562. | System.Windows.Forms.AnchorStyles.Right)));
  563. this.tblUndo.Controls.Add(this.tapUndoTotal);
  564. this.tblUndo.Controls.Add(this.tapUndoDetail);
  565. this.tblUndo.Location = new System.Drawing.Point(0, 125);
  566. this.tblUndo.Margin = new System.Windows.Forms.Padding(0);
  567. this.tblUndo.Name = "tblUndo";
  568. this.tblUndo.Padding = new System.Drawing.Point(0, 0);
  569. this.tblUndo.SelectedIndex = 0;
  570. this.tblUndo.Size = new System.Drawing.Size(924, 385);
  571. this.tblUndo.TabIndex = 2;
  572. //
  573. // lblGoodsModel
  574. //
  575. this.lblGoodsModel.AutoSize = true;
  576. this.lblGoodsModel.BackColor = System.Drawing.Color.Transparent;
  577. this.lblGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  578. this.lblGoodsModel.ForeColor = System.Drawing.SystemColors.ControlText;
  579. this.lblGoodsModel.Location = new System.Drawing.Point(391, 22);
  580. this.lblGoodsModel.Name = "lblGoodsModel";
  581. this.lblGoodsModel.Size = new System.Drawing.Size(53, 12);
  582. this.lblGoodsModel.TabIndex = 9;
  583. this.lblGoodsModel.Text = "产品编码";
  584. //
  585. // FHCheckBox
  586. //
  587. this.FHCheckBox.AutoSize = true;
  588. this.FHCheckBox.Checked = true;
  589. this.FHCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  590. this.FHCheckBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.FHCheckBox.Location = new System.Drawing.Point(8, 56);
  592. this.FHCheckBox.Name = "FHCheckBox";
  593. this.FHCheckBox.Size = new System.Drawing.Size(72, 16);
  594. this.FHCheckBox.TabIndex = 14;
  595. this.FHCheckBox.Text = "交接时间";
  596. this.FHCheckBox.UseVisualStyleBackColor = true;
  597. //
  598. // c_Label1
  599. //
  600. this.c_Label1.AutoSize = true;
  601. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  602. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  603. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  604. this.c_Label1.Location = new System.Drawing.Point(227, 57);
  605. this.c_Label1.Name = "c_Label1";
  606. this.c_Label1.Size = new System.Drawing.Size(17, 12);
  607. this.c_Label1.TabIndex = 16;
  608. this.c_Label1.Text = "至";
  609. //
  610. // FHTimeEnd
  611. //
  612. this.FHTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  613. this.FHTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  614. this.FHTimeEnd.Location = new System.Drawing.Point(250, 53);
  615. this.FHTimeEnd.Name = "FHTimeEnd";
  616. this.FHTimeEnd.Size = new System.Drawing.Size(135, 21);
  617. this.FHTimeEnd.TabIndex = 17;
  618. this.FHTimeEnd.Value = new System.DateTime(2018, 8, 8, 0, 0, 0, 0);
  619. //
  620. // FHTimeStart
  621. //
  622. this.FHTimeStart.CustomFormat = "yyyy-MM-dd HH:mm";
  623. this.FHTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  624. this.FHTimeStart.Location = new System.Drawing.Point(86, 53);
  625. this.FHTimeStart.Name = "FHTimeStart";
  626. this.FHTimeStart.Size = new System.Drawing.Size(135, 21);
  627. this.FHTimeStart.TabIndex = 15;
  628. this.FHTimeStart.Value = new System.DateTime(2018, 8, 8, 0, 0, 0, 0);
  629. //
  630. // F_RPT_030117
  631. //
  632. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  633. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  634. this.ClientSize = new System.Drawing.Size(940, 508);
  635. this.Controls.Add(this.gbxCondition);
  636. this.Controls.Add(this.tblUndo);
  637. this.Controls.Add(this.tsrOperate);
  638. this.Name = "F_RPT_030117";
  639. this.Text = "产成品交接撤销汇总表";
  640. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030102_1_FormClosed);
  641. this.Load += new System.EventHandler(this.F_RPT_030102_1_Load);
  642. this.tsrOperate.ResumeLayout(false);
  643. this.tsrOperate.PerformLayout();
  644. this.gbxCondition.ResumeLayout(false);
  645. this.gbxCondition.PerformLayout();
  646. this.tapUndoDetail.ResumeLayout(false);
  647. ((System.ComponentModel.ISupportInitialize)(this.dgvUndoDetail)).EndInit();
  648. this.tapUndoTotal.ResumeLayout(false);
  649. ((System.ComponentModel.ISupportInitialize)(this.dgvUndoTotal)).EndInit();
  650. this.tblUndo.ResumeLayout(false);
  651. this.ResumeLayout(false);
  652. }
  653. #endregion
  654. private Basics.BaseControls.C_ToolStrip tsrOperate;
  655. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  656. private System.Windows.Forms.ToolStripButton tsbtnClose;
  657. private Basics.BaseControls.C_GroupBox gbxCondition;
  658. private Basics.BaseControls.C_CheckBox chkDateTime;
  659. private Basics.BaseControls.C_Label lblAccountDateEnd;
  660. private System.Windows.Forms.DateTimePicker dtpEndTime;
  661. private System.Windows.Forms.DateTimePicker dtpStartTime;
  662. private Basics.BaseControls.C_Button btnSearch;
  663. private Basics.BaseControls.C_Button btnClearCondition;
  664. private Basics.BaseControls.C_TextBox txtGoodsModel;
  665. private System.Windows.Forms.TabPage tapUndoDetail;
  666. private Basics.BaseControls.C_DataGridView dgvUndoDetail;
  667. private System.Windows.Forms.TabPage tapUndoTotal;
  668. private Basics.BaseControls.C_DataGridView dgvUndoTotal;
  669. private System.Windows.Forms.TabControl tblUndo;
  670. private System.Windows.Forms.DataGridViewTextBoxColumn OrderNo;
  671. private System.Windows.Forms.DataGridViewTextBoxColumn FHTime;
  672. private System.Windows.Forms.DataGridViewTextBoxColumn FHUserCode;
  673. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  674. private System.Windows.Forms.DataGridViewTextBoxColumn FinishedBarCode;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn LogoName;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn DeliverTime;
  682. private System.Windows.Forms.DataGridViewTextBoxColumn UndoTime;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn UndoUserCode;
  684. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  685. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel;
  686. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCount;
  687. private Basics.BaseControls.C_CheckBox FHCheckBox;
  688. private Basics.BaseControls.C_Label c_Label1;
  689. private System.Windows.Forms.DateTimePicker FHTimeEnd;
  690. private System.Windows.Forms.DateTimePicker FHTimeStart;
  691. private Basics.BaseControls.C_Label lblGoodsModel;
  692. }
  693. }