F_RPT_030117.Designer.cs 33 KB

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