F_RPT_030118.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.ReportModule
  3. {
  4. partial class F_RPT_030118
  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 dataGridViewCellStyle16 = 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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = 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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  44. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  45. this.dgvSum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  46. this.goodstypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.m12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.m01 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.m02 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.m03 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.m04 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.m05 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.m06 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.m07 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.m08 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.m09 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.m10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.m11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.msum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
  62. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  63. this.comboBox1 = new System.Windows.Forms.ComboBox();
  64. this.TXTMonth = new Dongke.WinForm.Controls.TxtMoney();
  65. this.lblMonth = new Dongke.WinForm.Controls.LblLabel();
  66. this.dtpYear1 = new Dongke.WinForm.Controls.DtpYear();
  67. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  68. this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
  69. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  70. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  71. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  72. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  73. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  74. this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
  75. this.lblLabel4 = new Dongke.WinForm.Controls.LblLabel();
  76. this.txtMonth1 = new Dongke.WinForm.Controls.TxtMoney();
  77. this.txtMonth2 = new Dongke.WinForm.Controls.TxtMoney();
  78. ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).BeginInit();
  79. this.grpCollapsible1.SuspendLayout();
  80. this.tsrToolStrip1.SuspendLayout();
  81. this.SuspendLayout();
  82. //
  83. // dgvSum
  84. //
  85. this.dgvSum.AllowUserToAddRows = false;
  86. this.dgvSum.AllowUserToDeleteRows = false;
  87. this.dgvSum.AllowUserToModifyRows = true;
  88. this.dgvSum.AllowUserToOrderColumns = true;
  89. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  90. this.dgvSum.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  91. this.dgvSum.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  92. | System.Windows.Forms.AnchorStyles.Left)
  93. | System.Windows.Forms.AnchorStyles.Right)));
  94. this.dgvSum.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  95. this.dgvSum.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  96. this.dgvSum.CellHeight = 23;
  97. this.dgvSum.ChildNodeColumnName = null;
  98. this.dgvSum.ChildNodeColumnText = null;
  99. this.dgvSum.ColumnDeep = 1;
  100. this.dgvSum.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  101. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  102. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  103. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  105. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  106. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  107. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  108. this.dgvSum.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  109. this.dgvSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  110. this.dgvSum.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  111. this.goodstypename,
  112. this.procedurename,
  113. this.m12,
  114. this.m01,
  115. this.m02,
  116. this.m03,
  117. this.m04,
  118. this.m05,
  119. this.m06,
  120. this.m07,
  121. this.m08,
  122. this.m09,
  123. this.m10,
  124. this.m11,
  125. this.msum});
  126. this.dgvSum.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  127. 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)));
  128. this.dgvSum.DynamicColumnName = "";
  129. this.dgvSum.EnableHeadersVisualStyles = false;
  130. this.dgvSum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.dgvSum.FormatQuantityColumns = null;
  132. this.dgvSum.HasNode = false;
  133. this.dgvSum.HorizontalMergeColumn = null;
  134. this.dgvSum.IsAutoCountSum = true;
  135. this.dgvSum.IsAutoResizeColumns = false;
  136. this.dgvSum.IsClickF12 = false;
  137. this.dgvSum.IsOpenMergeCellFlag = false;
  138. this.dgvSum.IsSubTotalFlag = false;
  139. this.dgvSum.IsTopDeep = false;
  140. this.dgvSum.Location = new System.Drawing.Point(0, 96);
  141. this.dgvSum.MergeColumnNames = null;
  142. this.dgvSum.MergeDetailColumnNames = null;
  143. this.dgvSum.MergeDetailOnlyColumn = null;
  144. this.dgvSum.MergeOnlyColumn = null;
  145. this.dgvSum.MultiSelect = false;
  146. this.dgvSum.Name = "dgvSum";
  147. this.dgvSum.ReadOnly = true;
  148. this.dgvSum.RefreshAtHscroll = false;
  149. this.dgvSum.RowHeadersWidth = 50;
  150. this.dgvSum.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  151. dataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  152. this.dgvSum.RowsDefaultCellStyle = dataGridViewCellStyle16;
  153. this.dgvSum.RowTemplate.Height = 21;
  154. this.dgvSum.Size = new System.Drawing.Size(1431, 641);
  155. this.dgvSum.SortOrderColumnName = null;
  156. this.dgvSum.TabIndex = 0;
  157. this.dgvSum.Tag = "";
  158. this.dgvSum.TotalSumColumns = null;
  159. this.dgvSum.ViewRowFilter = "";
  160. this.dgvSum.VirtualNodes = false;
  161. //
  162. // goodstypename
  163. //
  164. this.goodstypename.DataPropertyName = "goodstypename";
  165. this.goodstypename.HeaderText = "产品大类";
  166. this.goodstypename.Name = "goodstypename";
  167. this.goodstypename.ReadOnly = true;
  168. //
  169. // procedurename
  170. //
  171. this.procedurename.DataPropertyName = "procedurename";
  172. this.procedurename.HeaderText = "工序名称";
  173. this.procedurename.Name = "procedurename";
  174. this.procedurename.ReadOnly = true;
  175. //
  176. // m12
  177. //
  178. this.m12.DataPropertyName = "m12";
  179. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  180. dataGridViewCellStyle3.Format = "N0";
  181. this.m12.DefaultCellStyle = dataGridViewCellStyle3;
  182. this.m12.HeaderText = "12月份";
  183. this.m12.Name = "m12";
  184. this.m12.ReadOnly = true;
  185. //
  186. // m01
  187. //
  188. this.m01.DataPropertyName = "m01";
  189. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  190. dataGridViewCellStyle4.Format = "N0";
  191. this.m01.DefaultCellStyle = dataGridViewCellStyle4;
  192. this.m01.HeaderText = "1月份";
  193. this.m01.Name = "m01";
  194. this.m01.ReadOnly = true;
  195. //
  196. // m02
  197. //
  198. this.m02.DataPropertyName = "m02";
  199. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  200. dataGridViewCellStyle5.Format = "N0";
  201. this.m02.DefaultCellStyle = dataGridViewCellStyle5;
  202. this.m02.HeaderText = "2月份";
  203. this.m02.Name = "m02";
  204. this.m02.ReadOnly = true;
  205. //
  206. // m03
  207. //
  208. this.m03.DataPropertyName = "m03";
  209. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  210. dataGridViewCellStyle6.Format = "N0";
  211. this.m03.DefaultCellStyle = dataGridViewCellStyle6;
  212. this.m03.HeaderText = "3月份";
  213. this.m03.Name = "m03";
  214. this.m03.ReadOnly = true;
  215. //
  216. // m04
  217. //
  218. this.m04.DataPropertyName = "m04";
  219. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  220. dataGridViewCellStyle7.Format = "N0";
  221. this.m04.DefaultCellStyle = dataGridViewCellStyle7;
  222. this.m04.HeaderText = "4月份";
  223. this.m04.Name = "m04";
  224. this.m04.ReadOnly = true;
  225. //
  226. // m05
  227. //
  228. this.m05.DataPropertyName = "m05";
  229. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  230. dataGridViewCellStyle8.Format = "N0";
  231. this.m05.DefaultCellStyle = dataGridViewCellStyle8;
  232. this.m05.HeaderText = "5月份";
  233. this.m05.Name = "m05";
  234. this.m05.ReadOnly = true;
  235. //
  236. // m06
  237. //
  238. this.m06.DataPropertyName = "m06";
  239. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  240. dataGridViewCellStyle9.Format = "N0";
  241. this.m06.DefaultCellStyle = dataGridViewCellStyle9;
  242. this.m06.HeaderText = "6月份";
  243. this.m06.Name = "m06";
  244. this.m06.ReadOnly = true;
  245. //
  246. // m07
  247. //
  248. this.m07.DataPropertyName = "m07";
  249. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  250. dataGridViewCellStyle10.Format = "N0";
  251. this.m07.DefaultCellStyle = dataGridViewCellStyle10;
  252. this.m07.HeaderText = "7月份";
  253. this.m07.Name = "m07";
  254. this.m07.ReadOnly = true;
  255. //
  256. // m08
  257. //
  258. this.m08.DataPropertyName = "m08";
  259. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  260. dataGridViewCellStyle11.Format = "N0";
  261. this.m08.DefaultCellStyle = dataGridViewCellStyle11;
  262. this.m08.HeaderText = "8月份";
  263. this.m08.Name = "m08";
  264. this.m08.ReadOnly = true;
  265. //
  266. // m09
  267. //
  268. this.m09.DataPropertyName = "m09";
  269. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  270. dataGridViewCellStyle12.Format = "N0";
  271. this.m09.DefaultCellStyle = dataGridViewCellStyle12;
  272. this.m09.HeaderText = "9月份";
  273. this.m09.Name = "m09";
  274. this.m09.ReadOnly = true;
  275. //
  276. // m10
  277. //
  278. this.m10.DataPropertyName = "m10";
  279. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  280. dataGridViewCellStyle13.Format = "N0";
  281. this.m10.DefaultCellStyle = dataGridViewCellStyle13;
  282. this.m10.HeaderText = "10月份";
  283. this.m10.Name = "m10";
  284. this.m10.ReadOnly = true;
  285. //
  286. // m11
  287. //
  288. this.m11.DataPropertyName = "m11";
  289. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  290. dataGridViewCellStyle14.Format = "N0";
  291. this.m11.DefaultCellStyle = dataGridViewCellStyle14;
  292. this.m11.HeaderText = "11月份";
  293. this.m11.Name = "m11";
  294. this.m11.ReadOnly = true;
  295. //
  296. // msum
  297. //
  298. this.msum.DataPropertyName = "msum";
  299. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  300. dataGridViewCellStyle15.Format = "N0";
  301. this.msum.DefaultCellStyle = dataGridViewCellStyle15;
  302. this.msum.HeaderText = "合计";
  303. this.msum.Name = "msum";
  304. this.msum.ReadOnly = true;
  305. //
  306. // grpCollapsible1
  307. //
  308. this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  309. | System.Windows.Forms.AnchorStyles.Right)));
  310. this.grpCollapsible1.Controls.Add(this.txtMonth2);
  311. this.grpCollapsible1.Controls.Add(this.txtMonth1);
  312. this.grpCollapsible1.Controls.Add(this.lblLabel4);
  313. this.grpCollapsible1.Controls.Add(this.lblLabel3);
  314. this.grpCollapsible1.Controls.Add(this.lblLabel2);
  315. this.grpCollapsible1.Controls.Add(this.comboBox1);
  316. this.grpCollapsible1.Controls.Add(this.TXTMonth);
  317. this.grpCollapsible1.Controls.Add(this.lblMonth);
  318. this.grpCollapsible1.Controls.Add(this.dtpYear1);
  319. this.grpCollapsible1.Controls.Add(this.lblLabel1);
  320. this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
  321. this.grpCollapsible1.Name = "grpCollapsible1";
  322. this.grpCollapsible1.Size = new System.Drawing.Size(1431, 52);
  323. this.grpCollapsible1.TabIndex = 1;
  324. this.grpCollapsible1.TabStop = false;
  325. this.grpCollapsible1.Text = "查询条件";
  326. //
  327. // lblLabel2
  328. //
  329. this.lblLabel2.Location = new System.Drawing.Point(222, 24);
  330. this.lblLabel2.Name = "lblLabel2";
  331. this.lblLabel2.Size = new System.Drawing.Size(29, 12);
  332. this.lblLabel2.TabIndex = 8;
  333. this.lblLabel2.Text = "车间";
  334. //
  335. // comboBox1
  336. //
  337. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  338. this.comboBox1.FormattingEnabled = true;
  339. this.comboBox1.Items.AddRange(new object[] {
  340. "",
  341. "1&2车间",
  342. "3车间"});
  343. this.comboBox1.Location = new System.Drawing.Point(257, 20);
  344. this.comboBox1.Name = "comboBox1";
  345. this.comboBox1.Size = new System.Drawing.Size(121, 20);
  346. this.comboBox1.TabIndex = 7;
  347. //
  348. // TXTMonth
  349. //
  350. this.TXTMonth.Location = new System.Drawing.Point(172, 20);
  351. this.TXTMonth.MaxValue = new decimal(new int[] {
  352. 12,
  353. 0,
  354. 0,
  355. 0});
  356. this.TXTMonth.MinValue = new decimal(new int[] {
  357. 1,
  358. 0,
  359. 0,
  360. 0});
  361. this.TXTMonth.Name = "TXTMonth";
  362. this.TXTMonth.Size = new System.Drawing.Size(44, 21);
  363. this.TXTMonth.TabIndex = 6;
  364. //
  365. // lblMonth
  366. //
  367. this.lblMonth.Location = new System.Drawing.Point(137, 23);
  368. this.lblMonth.Name = "lblMonth";
  369. this.lblMonth.Size = new System.Drawing.Size(29, 12);
  370. this.lblMonth.TabIndex = 4;
  371. this.lblMonth.Text = "月份";
  372. //
  373. // dtpYear1
  374. //
  375. this.dtpYear1.AllowNull = false;
  376. this.dtpYear1.Location = new System.Drawing.Point(71, 20);
  377. this.dtpYear1.Name = "dtpYear1";
  378. this.dtpYear1.Size = new System.Drawing.Size(60, 21);
  379. this.dtpYear1.TabIndex = 2;
  380. this.dtpYear1.Value = new System.DateTime(2019, 1, 1, 0, 0, 0, 0);
  381. //
  382. // lblLabel1
  383. //
  384. this.lblLabel1.Location = new System.Drawing.Point(12, 24);
  385. this.lblLabel1.Name = "lblLabel1";
  386. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  387. this.lblLabel1.TabIndex = 0;
  388. this.lblLabel1.Text = "汇总年度";
  389. //
  390. // tsrToolStrip1
  391. //
  392. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  394. this.tsbtnSearch,
  395. this.tsbtnClearCondition,
  396. this.toolStripSeparator4,
  397. this.tsbtnAdaptive,
  398. this.tsbtnClose});
  399. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  400. this.tsrToolStrip1.Name = "tsrToolStrip1";
  401. this.tsrToolStrip1.Size = new System.Drawing.Size(1443, 35);
  402. this.tsrToolStrip1.TabIndex = 0;
  403. //
  404. // tsbtnSearch
  405. //
  406. this.tsbtnSearch.AutoSize = false;
  407. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  408. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  409. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  410. this.tsbtnSearch.Name = "tsbtnSearch";
  411. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  412. this.tsbtnSearch.Text = "查询(&Q)";
  413. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  414. //
  415. // tsbtnClearCondition
  416. //
  417. this.tsbtnClearCondition.AutoSize = false;
  418. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  420. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  421. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  422. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  423. this.tsbtnClearCondition.Text = "清空条件(&C)";
  424. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  425. //
  426. // toolStripSeparator4
  427. //
  428. this.toolStripSeparator4.AutoSize = false;
  429. this.toolStripSeparator4.Name = "toolStripSeparator4";
  430. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  431. //
  432. // tsbtnAdaptive
  433. //
  434. this.tsbtnAdaptive.AutoSize = false;
  435. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  437. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  438. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  439. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  440. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  441. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  442. //
  443. // tsbtnClose
  444. //
  445. this.tsbtnClose.AutoSize = false;
  446. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  448. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  449. this.tsbtnClose.Name = "tsbtnClose";
  450. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  451. this.tsbtnClose.Text = "关闭(&X)";
  452. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  453. //
  454. // lblLabel3
  455. //
  456. this.lblLabel3.Location = new System.Drawing.Point(384, 23);
  457. this.lblLabel3.Name = "lblLabel3";
  458. this.lblLabel3.Size = new System.Drawing.Size(53, 12);
  459. this.lblLabel3.TabIndex = 11;
  460. this.lblLabel3.Text = "月份区间";
  461. //
  462. // lblLabel4
  463. //
  464. this.lblLabel4.Location = new System.Drawing.Point(493, 24);
  465. this.lblLabel4.Name = "lblLabel4";
  466. this.lblLabel4.Size = new System.Drawing.Size(17, 12);
  467. this.lblLabel4.TabIndex = 12;
  468. this.lblLabel4.Text = "至";
  469. //
  470. // txtMonth1
  471. //
  472. this.txtMonth1.Location = new System.Drawing.Point(443, 19);
  473. this.txtMonth1.MaxValue = new decimal(new int[] {
  474. 12,
  475. 0,
  476. 0,
  477. 0});
  478. this.txtMonth1.MinValue = new decimal(new int[] {
  479. 1,
  480. 0,
  481. 0,
  482. 0});
  483. this.txtMonth1.Name = "txtMonth1";
  484. this.txtMonth1.Size = new System.Drawing.Size(44, 21);
  485. this.txtMonth1.TabIndex = 13;
  486. //
  487. // txtMonth2
  488. //
  489. this.txtMonth2.Location = new System.Drawing.Point(516, 19);
  490. this.txtMonth2.MaxValue = new decimal(new int[] {
  491. 12,
  492. 0,
  493. 0,
  494. 0});
  495. this.txtMonth2.MinValue = new decimal(new int[] {
  496. 1,
  497. 0,
  498. 0,
  499. 0});
  500. this.txtMonth2.Name = "txtMonth2";
  501. this.txtMonth2.Size = new System.Drawing.Size(44, 21);
  502. this.txtMonth2.TabIndex = 14;
  503. //
  504. // F_RPT_030118
  505. //
  506. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  507. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  508. this.ClientSize = new System.Drawing.Size(1443, 737);
  509. this.Controls.Add(this.dgvSum);
  510. this.Controls.Add(this.grpCollapsible1);
  511. this.Controls.Add(this.tsrToolStrip1);
  512. this.Name = "F_RPT_030118";
  513. this.Text = "年度各工序月产量统计表";
  514. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1001_FormClosed);
  515. this.Load += new System.EventHandler(this.F_PC_1001_Load);
  516. ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).EndInit();
  517. this.grpCollapsible1.ResumeLayout(false);
  518. this.grpCollapsible1.PerformLayout();
  519. this.tsrToolStrip1.ResumeLayout(false);
  520. this.tsrToolStrip1.PerformLayout();
  521. this.ResumeLayout(false);
  522. }
  523. #endregion
  524. private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
  525. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  526. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  527. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  528. private System.Windows.Forms.ToolStripButton tsbtnClose;
  529. private WinForm.Controls.GrpCollapsible grpCollapsible1;
  530. private Basics.BaseControls.C_DataGridView dgvSum;
  531. private WinForm.Controls.LblLabel lblLabel1;
  532. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  533. private WinForm.Controls.DtpYear dtpYear1;
  534. private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename;
  535. private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
  536. private System.Windows.Forms.DataGridViewTextBoxColumn m12;
  537. private System.Windows.Forms.DataGridViewTextBoxColumn m01;
  538. private System.Windows.Forms.DataGridViewTextBoxColumn m02;
  539. private System.Windows.Forms.DataGridViewTextBoxColumn m03;
  540. private System.Windows.Forms.DataGridViewTextBoxColumn m04;
  541. private System.Windows.Forms.DataGridViewTextBoxColumn m05;
  542. private System.Windows.Forms.DataGridViewTextBoxColumn m06;
  543. private System.Windows.Forms.DataGridViewTextBoxColumn m07;
  544. private System.Windows.Forms.DataGridViewTextBoxColumn m08;
  545. private System.Windows.Forms.DataGridViewTextBoxColumn m09;
  546. private System.Windows.Forms.DataGridViewTextBoxColumn m10;
  547. private System.Windows.Forms.DataGridViewTextBoxColumn m11;
  548. private System.Windows.Forms.DataGridViewTextBoxColumn msum;
  549. private WinForm.Controls.LblLabel lblMonth;
  550. private WinForm.Controls.TxtMoney TXTMonth;
  551. private WinForm.Controls.LblLabel lblLabel2;
  552. private System.Windows.Forms.ComboBox comboBox1;
  553. private WinForm.Controls.LblLabel lblLabel4;
  554. private WinForm.Controls.LblLabel lblLabel3;
  555. private WinForm.Controls.TxtMoney txtMonth2;
  556. private WinForm.Controls.TxtMoney txtMonth1;
  557. }
  558. }