F_RPT_030114.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.ReportModule
  3. {
  4. partial class F_RPT_030114
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.dgvSum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  33. this.scraptypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.scrapdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.psum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
  39. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  40. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  43. this.ckcSumType = new Dongke.WinForm.Controls.CkcCheckedComboBox();
  44. this.dkCProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  45. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  46. this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
  47. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  48. this.dtpMonth2 = new Dongke.WinForm.Controls.DtpMonth();
  49. this.dtpMonth1 = new Dongke.WinForm.Controls.DtpMonth();
  50. this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
  51. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  52. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  53. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  54. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  55. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).BeginInit();
  57. this.grpCollapsible1.SuspendLayout();
  58. this.tsrToolStrip1.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // dgvSum
  62. //
  63. this.dgvSum.AllowUserToAddRows = false;
  64. this.dgvSum.AllowUserToDeleteRows = false;
  65. this.dgvSum.AllowUserToModifyRows = true;
  66. this.dgvSum.AllowUserToOrderColumns = true;
  67. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  68. this.dgvSum.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  69. this.dgvSum.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  70. | System.Windows.Forms.AnchorStyles.Left)
  71. | System.Windows.Forms.AnchorStyles.Right)));
  72. this.dgvSum.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  73. this.dgvSum.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  74. this.dgvSum.CellHeight = 23;
  75. this.dgvSum.ChildNodeColumnName = null;
  76. this.dgvSum.ChildNodeColumnText = null;
  77. this.dgvSum.ColumnDeep = 1;
  78. this.dgvSum.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  79. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  80. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  81. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  83. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  84. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  85. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  86. this.dgvSum.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  87. this.dgvSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  88. this.dgvSum.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  89. this.scraptypename,
  90. this.scrapdate,
  91. this.procedurename,
  92. this.goodscode,
  93. this.psum});
  94. this.dgvSum.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  95. this.dgvSum.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)));
  96. this.dgvSum.DynamicColumnName = "";
  97. this.dgvSum.EnableHeadersVisualStyles = false;
  98. this.dgvSum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.dgvSum.FormatQuantityColumns = null;
  100. this.dgvSum.HorizontalMergeColumn = null;
  101. this.dgvSum.IsAutoCountSum = true;
  102. this.dgvSum.IsAutoResizeColumns = false;
  103. this.dgvSum.IsClickF12 = false;
  104. this.dgvSum.IsOpenMergeCellFlag = false;
  105. this.dgvSum.IsSubTotalFlag = false;
  106. this.dgvSum.IsTopDeep = false;
  107. this.dgvSum.Location = new System.Drawing.Point(0, 96);
  108. this.dgvSum.MergeColumnNames = null;
  109. this.dgvSum.MergeDetailColumnNames = null;
  110. this.dgvSum.MergeDetailOnlyColumn = null;
  111. this.dgvSum.MergeOnlyColumn = null;
  112. this.dgvSum.MultiSelect = false;
  113. this.dgvSum.Name = "dgvSum";
  114. this.dgvSum.ReadOnly = true;
  115. this.dgvSum.RefreshAtHscroll = false;
  116. this.dgvSum.RowHeadersWidth = 50;
  117. this.dgvSum.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  118. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  119. this.dgvSum.RowsDefaultCellStyle = dataGridViewCellStyle3;
  120. this.dgvSum.RowTemplate.Height = 21;
  121. this.dgvSum.Size = new System.Drawing.Size(1061, 261);
  122. this.dgvSum.SortOrderColumnName = null;
  123. this.dgvSum.TabIndex = 0;
  124. this.dgvSum.Tag = "";
  125. this.dgvSum.TotalSumColumns = null;
  126. this.dgvSum.ViewRowFilter = "";
  127. //
  128. // scraptypename
  129. //
  130. this.scraptypename.DataPropertyName = "scraptypename";
  131. this.scraptypename.HeaderText = "汇总分类";
  132. this.scraptypename.Name = "scraptypename";
  133. this.scraptypename.ReadOnly = true;
  134. //
  135. // scrapdate
  136. //
  137. this.scrapdate.DataPropertyName = "scrapdate";
  138. this.scrapdate.HeaderText = "月份";
  139. this.scrapdate.Name = "scrapdate";
  140. this.scrapdate.ReadOnly = true;
  141. //
  142. // procedurename
  143. //
  144. this.procedurename.DataPropertyName = "procedurename";
  145. this.procedurename.HeaderText = "完成工序";
  146. this.procedurename.Name = "procedurename";
  147. this.procedurename.ReadOnly = true;
  148. //
  149. // goodscode
  150. //
  151. this.goodscode.DataPropertyName = "goodscode";
  152. this.goodscode.HeaderText = "产品编码";
  153. this.goodscode.Name = "goodscode";
  154. this.goodscode.ReadOnly = true;
  155. //
  156. // psum
  157. //
  158. this.psum.DataPropertyName = "psum";
  159. this.psum.HeaderText = "产品数量";
  160. this.psum.Name = "psum";
  161. this.psum.ReadOnly = true;
  162. //
  163. // grpCollapsible1
  164. //
  165. this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  166. | System.Windows.Forms.AnchorStyles.Right)));
  167. this.grpCollapsible1.Controls.Add(this.scbGoods);
  168. this.grpCollapsible1.Controls.Add(this.lblGoods);
  169. this.grpCollapsible1.Controls.Add(this.lblGoodsType);
  170. this.grpCollapsible1.Controls.Add(this.scbGoodsType);
  171. this.grpCollapsible1.Controls.Add(this.ckcSumType);
  172. this.grpCollapsible1.Controls.Add(this.dkCProcedureSearchBox);
  173. this.grpCollapsible1.Controls.Add(this.lblLabel2);
  174. this.grpCollapsible1.Controls.Add(this.lblLabel3);
  175. this.grpCollapsible1.Controls.Add(this.lblLabel1);
  176. this.grpCollapsible1.Controls.Add(this.dtpMonth2);
  177. this.grpCollapsible1.Controls.Add(this.dtpMonth1);
  178. this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
  179. this.grpCollapsible1.Name = "grpCollapsible1";
  180. this.grpCollapsible1.Size = new System.Drawing.Size(1061, 52);
  181. this.grpCollapsible1.TabIndex = 1;
  182. this.grpCollapsible1.TabStop = false;
  183. this.grpCollapsible1.Text = "查询条件";
  184. //
  185. // scbGoods
  186. //
  187. this.scbGoods.CheckedData = null;
  188. this.scbGoods.DisplayMember = "GoodsCode";
  189. this.scbGoods.Location = new System.Drawing.Point(916, 20);
  190. this.scbGoods.MultiSelect = true;
  191. this.scbGoods.Name = "scbGoods";
  192. this.scbGoods.Size = new System.Drawing.Size(120, 21);
  193. this.scbGoods.TabIndex = 43;
  194. //
  195. // lblGoods
  196. //
  197. this.lblGoods.AutoSize = true;
  198. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  199. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  201. this.lblGoods.Location = new System.Drawing.Point(857, 24);
  202. this.lblGoods.Name = "lblGoods";
  203. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  204. this.lblGoods.TabIndex = 42;
  205. this.lblGoods.Text = "产品编码";
  206. //
  207. // lblGoodsType
  208. //
  209. this.lblGoodsType.AutoSize = true;
  210. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  211. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  213. this.lblGoodsType.Location = new System.Drawing.Point(674, 24);
  214. this.lblGoodsType.Name = "lblGoodsType";
  215. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  216. this.lblGoodsType.TabIndex = 23;
  217. this.lblGoodsType.Text = "产品类别";
  218. //
  219. // scbGoodsType
  220. //
  221. this.scbGoodsType.CheckedData = null;
  222. this.scbGoodsType.IsOnlyDisplayEnd = false;
  223. this.scbGoodsType.Location = new System.Drawing.Point(731, 20);
  224. this.scbGoodsType.Name = "scbGoodsType";
  225. this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
  226. this.scbGoodsType.TabIndex = 22;
  227. //
  228. // ckcSumType
  229. //
  230. this.ckcSumType.FormattingEnabled = true;
  231. this.ckcSumType.Location = new System.Drawing.Point(359, 20);
  232. this.ckcSumType.Name = "ckcSumType";
  233. this.ckcSumType.Size = new System.Drawing.Size(120, 20);
  234. this.ckcSumType.TabIndex = 5;
  235. //
  236. // dkCProcedureSearchBox
  237. //
  238. this.dkCProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  239. this.dkCProcedureSearchBox.DataSource = null;
  240. this.dkCProcedureSearchBox.Enabled = true;
  241. this.dkCProcedureSearchBox.IsEnablePurview = false;
  242. this.dkCProcedureSearchBox.IsMustInput = false;
  243. this.dkCProcedureSearchBox.Location = new System.Drawing.Point(485, 20);
  244. this.dkCProcedureSearchBox.ModelType = null;
  245. this.dkCProcedureSearchBox.Name = "dkCProcedureSearchBox";
  246. this.dkCProcedureSearchBox.ProcedureCode = "";
  247. this.dkCProcedureSearchBox.ProcedureID = null;
  248. this.dkCProcedureSearchBox.ProcedureIDS = null;
  249. this.dkCProcedureSearchBox.ProcedureName = null;
  250. this.dkCProcedureSearchBox.Purview = null;
  251. this.dkCProcedureSearchBox.PurviewType = ((byte)(0));
  252. this.dkCProcedureSearchBox.SelectMore = true;
  253. this.dkCProcedureSearchBox.Size = new System.Drawing.Size(180, 21);
  254. this.dkCProcedureSearchBox.TabIndex = 6;
  255. this.dkCProcedureSearchBox.Title = "完成工序";
  256. this.dkCProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  257. //
  258. // lblLabel2
  259. //
  260. this.lblLabel2.Location = new System.Drawing.Point(177, 24);
  261. this.lblLabel2.Name = "lblLabel2";
  262. this.lblLabel2.Size = new System.Drawing.Size(11, 12);
  263. this.lblLabel2.TabIndex = 2;
  264. this.lblLabel2.Text = "-";
  265. //
  266. // lblLabel3
  267. //
  268. this.lblLabel3.Location = new System.Drawing.Point(300, 24);
  269. this.lblLabel3.Name = "lblLabel3";
  270. this.lblLabel3.Size = new System.Drawing.Size(53, 12);
  271. this.lblLabel3.TabIndex = 4;
  272. this.lblLabel3.Text = "汇总分类";
  273. //
  274. // lblLabel1
  275. //
  276. this.lblLabel1.Location = new System.Drawing.Point(12, 24);
  277. this.lblLabel1.Name = "lblLabel1";
  278. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  279. this.lblLabel1.TabIndex = 0;
  280. this.lblLabel1.Text = "汇总月份";
  281. //
  282. // dtpMonth2
  283. //
  284. this.dtpMonth2.AllowNull = false;
  285. this.dtpMonth2.Location = new System.Drawing.Point(194, 20);
  286. this.dtpMonth2.Name = "dtpMonth2";
  287. this.dtpMonth2.Size = new System.Drawing.Size(100, 21);
  288. this.dtpMonth2.TabIndex = 3;
  289. this.dtpMonth2.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
  290. //
  291. // dtpMonth1
  292. //
  293. this.dtpMonth1.AllowNull = false;
  294. this.dtpMonth1.Location = new System.Drawing.Point(71, 20);
  295. this.dtpMonth1.Name = "dtpMonth1";
  296. this.dtpMonth1.Size = new System.Drawing.Size(100, 21);
  297. this.dtpMonth1.TabIndex = 1;
  298. this.dtpMonth1.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
  299. //
  300. // tsrToolStrip1
  301. //
  302. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  304. this.tsbtnSearch,
  305. this.tsbtnClearCondition,
  306. this.toolStripSeparator4,
  307. this.tsbtnAdaptive,
  308. this.tsbtnClose});
  309. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  310. this.tsrToolStrip1.Name = "tsrToolStrip1";
  311. this.tsrToolStrip1.Size = new System.Drawing.Size(1073, 35);
  312. this.tsrToolStrip1.TabIndex = 0;
  313. //
  314. // tsbtnSearch
  315. //
  316. this.tsbtnSearch.AutoSize = false;
  317. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  319. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  320. this.tsbtnSearch.Name = "tsbtnSearch";
  321. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  322. this.tsbtnSearch.Text = "查询(&Q)";
  323. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  324. //
  325. // tsbtnClearCondition
  326. //
  327. this.tsbtnClearCondition.AutoSize = false;
  328. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  330. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  331. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  332. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  333. this.tsbtnClearCondition.Text = "清空条件(&C)";
  334. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  335. //
  336. // toolStripSeparator4
  337. //
  338. this.toolStripSeparator4.AutoSize = false;
  339. this.toolStripSeparator4.Name = "toolStripSeparator4";
  340. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  341. //
  342. // tsbtnAdaptive
  343. //
  344. this.tsbtnAdaptive.AutoSize = false;
  345. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  347. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  348. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  349. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  350. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  351. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  352. //
  353. // tsbtnClose
  354. //
  355. this.tsbtnClose.AutoSize = false;
  356. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  358. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  359. this.tsbtnClose.Name = "tsbtnClose";
  360. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  361. this.tsbtnClose.Text = "关闭(&X)";
  362. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  363. //
  364. // F_RPT_030114
  365. //
  366. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  367. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  368. this.ClientSize = new System.Drawing.Size(1073, 357);
  369. this.Controls.Add(this.dgvSum);
  370. this.Controls.Add(this.grpCollapsible1);
  371. this.Controls.Add(this.tsrToolStrip1);
  372. this.Name = "F_RPT_030114";
  373. this.Text = "废弃产品汇总表";
  374. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1001_FormClosed);
  375. this.Load += new System.EventHandler(this.F_PC_1001_Load);
  376. ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).EndInit();
  377. this.grpCollapsible1.ResumeLayout(false);
  378. this.grpCollapsible1.PerformLayout();
  379. this.tsrToolStrip1.ResumeLayout(false);
  380. this.tsrToolStrip1.PerformLayout();
  381. this.ResumeLayout(false);
  382. }
  383. #endregion
  384. private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
  385. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  386. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  387. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  388. private System.Windows.Forms.ToolStripButton tsbtnClose;
  389. private WinForm.Controls.GrpCollapsible grpCollapsible1;
  390. private Basics.BaseControls.C_DataGridView dgvSum;
  391. private WinForm.Controls.LblLabel lblLabel1;
  392. private WinForm.Controls.DtpMonth dtpMonth2;
  393. private WinForm.Controls.DtpMonth dtpMonth1;
  394. private WinForm.Controls.LblLabel lblLabel2;
  395. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  396. private Controls.SearchTextBox.dkProcedureSearchBox dkCProcedureSearchBox;
  397. private WinForm.Controls.CkcCheckedComboBox ckcSumType;
  398. private WinForm.Controls.LblLabel lblLabel3;
  399. private Basics.BaseControls.C_Label lblGoodsType;
  400. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  401. private Controls.SearchBox.ScbGoods scbGoods;
  402. private Basics.BaseControls.C_Label lblGoods;
  403. private System.Windows.Forms.DataGridViewTextBoxColumn scraptypename;
  404. private System.Windows.Forms.DataGridViewTextBoxColumn scrapdate;
  405. private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
  406. private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
  407. private System.Windows.Forms.DataGridViewTextBoxColumn psum;
  408. }
  409. }