F_RPT_040102_1.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_040102_1
  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_040102_1));
  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.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  33. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  34. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  35. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  36. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  37. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  40. this.chkFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  41. this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  42. this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
  43. this.lblAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  46. this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  47. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.dgvLineProcessTotal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  50. this.goodstypename2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.goodsname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.GLAZETYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.tsrOperate.SuspendLayout();
  57. this.gbxCondition.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgvLineProcessTotal)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // tsrOperate
  62. //
  63. this.tsrOperate.AutoSize = false;
  64. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  65. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  67. this.tsbtnAdaptive,
  68. this.tsbtnClose});
  69. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  70. this.tsrOperate.Name = "tsrOperate";
  71. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  72. this.tsrOperate.ShowItemToolTips = false;
  73. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  74. this.tsrOperate.TabIndex = 0;
  75. this.tsrOperate.Text = "toolStrip1";
  76. //
  77. // tsbtnAdaptive
  78. //
  79. this.tsbtnAdaptive.AutoSize = false;
  80. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  82. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  83. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  84. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  85. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  86. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  87. //
  88. // tsbtnClose
  89. //
  90. this.tsbtnClose.AutoSize = false;
  91. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  93. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  94. this.tsbtnClose.Name = "tsbtnClose";
  95. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  96. this.tsbtnClose.Text = "关闭(&X)";
  97. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  98. //
  99. // gbxCondition
  100. //
  101. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  102. | System.Windows.Forms.AnchorStyles.Right)));
  103. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  104. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  105. this.gbxCondition.Controls.Add(this.scbGoods);
  106. this.gbxCondition.Controls.Add(this.lblGoods);
  107. this.gbxCondition.Controls.Add(this.lblGoodsType);
  108. this.gbxCondition.Controls.Add(this.scbGoodsType);
  109. this.gbxCondition.Controls.Add(this.chkFlag);
  110. this.gbxCondition.Controls.Add(this.dkProcedureSearchBox);
  111. this.gbxCondition.Controls.Add(this.dkproductionLineSearchBox);
  112. this.gbxCondition.Controls.Add(this.lblAccountDateStart);
  113. this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
  114. this.gbxCondition.Controls.Add(this.dtpAccountDateEnd);
  115. this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
  116. this.gbxCondition.Controls.Add(this.btnClearCondition);
  117. this.gbxCondition.Controls.Add(this.btnSearch);
  118. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  120. this.gbxCondition.IsMustInput = false;
  121. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  122. this.gbxCondition.Name = "gbxCondition";
  123. this.gbxCondition.OriginalHeight = -1;
  124. this.gbxCondition.Size = new System.Drawing.Size(1119, 80);
  125. this.gbxCondition.TabIndex = 1;
  126. this.gbxCondition.TabStop = false;
  127. this.gbxCondition.Text = "查询条件 ▼";
  128. //
  129. // scbGoods
  130. //
  131. this.scbGoods.CheckedData = null;
  132. this.scbGoods.Location = new System.Drawing.Point(481, 20);
  133. this.scbGoods.MultiSelect = true;
  134. this.scbGoods.Name = "scbGoods";
  135. this.scbGoods.Size = new System.Drawing.Size(133, 21);
  136. this.scbGoods.TabIndex = 34;
  137. //
  138. // lblGoods
  139. //
  140. this.lblGoods.AutoSize = true;
  141. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  142. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  144. this.lblGoods.Location = new System.Drawing.Point(422, 26);
  145. this.lblGoods.Name = "lblGoods";
  146. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  147. this.lblGoods.TabIndex = 33;
  148. this.lblGoods.Text = "产品名称";
  149. //
  150. // lblGoodsType
  151. //
  152. this.lblGoodsType.AutoSize = true;
  153. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  154. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  156. this.lblGoodsType.Location = new System.Drawing.Point(424, 54);
  157. this.lblGoodsType.Name = "lblGoodsType";
  158. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  159. this.lblGoodsType.TabIndex = 23;
  160. this.lblGoodsType.Text = "产品类别";
  161. //
  162. // scbGoodsType
  163. //
  164. this.scbGoodsType.CheckedData = null;
  165. this.scbGoodsType.IsOnlyDisplayEnd = false;
  166. this.scbGoodsType.Location = new System.Drawing.Point(481, 50);
  167. this.scbGoodsType.Name = "scbGoodsType";
  168. this.scbGoodsType.Size = new System.Drawing.Size(133, 21);
  169. this.scbGoodsType.TabIndex = 22;
  170. //
  171. // chkFlag
  172. //
  173. this.chkFlag.AutoSize = true;
  174. this.chkFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.chkFlag.ForeColor = System.Drawing.Color.Red;
  176. this.chkFlag.Location = new System.Drawing.Point(620, 22);
  177. this.chkFlag.Name = "chkFlag";
  178. this.chkFlag.Size = new System.Drawing.Size(204, 16);
  179. this.chkFlag.TabIndex = 3;
  180. this.chkFlag.Text = "干补过的坯体不算作成型的产量。";
  181. this.chkFlag.UseVisualStyleBackColor = true;
  182. //
  183. // dkProcedureSearchBox
  184. //
  185. this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  186. this.dkProcedureSearchBox.DataSource = null;
  187. this.dkProcedureSearchBox.Enabled = true;
  188. this.dkProcedureSearchBox.IsEnablePurview = false;
  189. this.dkProcedureSearchBox.IsMustInput = false;
  190. this.dkProcedureSearchBox.Location = new System.Drawing.Point(219, 20);
  191. this.dkProcedureSearchBox.ModelType = null;
  192. this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
  193. this.dkProcedureSearchBox.ProcedureCode = "";
  194. this.dkProcedureSearchBox.ProcedureID = null;
  195. this.dkProcedureSearchBox.ProcedureIDS = null;
  196. this.dkProcedureSearchBox.ProcedureName = null;
  197. this.dkProcedureSearchBox.Purview = null;
  198. this.dkProcedureSearchBox.PurviewType = ((byte)(0));
  199. this.dkProcedureSearchBox.SelectMore = true;
  200. this.dkProcedureSearchBox.Size = new System.Drawing.Size(193, 21);
  201. this.dkProcedureSearchBox.TabIndex = 1;
  202. this.dkProcedureSearchBox.Title = "完成工序";
  203. this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  204. //
  205. // dkproductionLineSearchBox
  206. //
  207. this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent;
  208. this.dkproductionLineSearchBox.DataSource = null;
  209. this.dkproductionLineSearchBox.Enabled = true;
  210. this.dkproductionLineSearchBox.IsEnablePurview = false;
  211. this.dkproductionLineSearchBox.IsMustInput = false;
  212. this.dkproductionLineSearchBox.Ispurview = true;
  213. this.dkproductionLineSearchBox.Location = new System.Drawing.Point(15, 20);
  214. this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
  215. this.dkproductionLineSearchBox.ProductionLineCode = "";
  216. this.dkproductionLineSearchBox.ProductionLineID = null;
  217. this.dkproductionLineSearchBox.ProductionLineIDS = null;
  218. this.dkproductionLineSearchBox.ProductionLineName = null;
  219. this.dkproductionLineSearchBox.Purview = null;
  220. this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
  221. this.dkproductionLineSearchBox.Size = new System.Drawing.Size(194, 21);
  222. this.dkproductionLineSearchBox.TabIndex = 0;
  223. this.dkproductionLineSearchBox.Title = " 生产线";
  224. this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  225. //
  226. // lblAccountDateStart
  227. //
  228. this.lblAccountDateStart.AutoSize = true;
  229. this.lblAccountDateStart.BackColor = System.Drawing.Color.Transparent;
  230. this.lblAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.lblAccountDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
  232. this.lblAccountDateStart.Location = new System.Drawing.Point(15, 55);
  233. this.lblAccountDateStart.Name = "lblAccountDateStart";
  234. this.lblAccountDateStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  235. this.lblAccountDateStart.Size = new System.Drawing.Size(53, 12);
  236. this.lblAccountDateStart.TabIndex = 4;
  237. this.lblAccountDateStart.Text = "生产日期";
  238. //
  239. // lblAccountDateEnd
  240. //
  241. this.lblAccountDateEnd.AutoSize = true;
  242. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  243. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  245. this.lblAccountDateEnd.Location = new System.Drawing.Point(221, 55);
  246. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  247. this.lblAccountDateEnd.Size = new System.Drawing.Size(53, 12);
  248. this.lblAccountDateEnd.TabIndex = 6;
  249. this.lblAccountDateEnd.Text = " 至 ";
  250. //
  251. // dtpAccountDateEnd
  252. //
  253. this.dtpAccountDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  254. this.dtpAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.dtpAccountDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  256. this.dtpAccountDateEnd.Location = new System.Drawing.Point(279, 51);
  257. this.dtpAccountDateEnd.Name = "dtpAccountDateEnd";
  258. this.dtpAccountDateEnd.Size = new System.Drawing.Size(133, 21);
  259. this.dtpAccountDateEnd.TabIndex = 7;
  260. //
  261. // dtpAccountDateStart
  262. //
  263. this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
  264. this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  266. this.dtpAccountDateStart.Location = new System.Drawing.Point(74, 50);
  267. this.dtpAccountDateStart.Name = "dtpAccountDateStart";
  268. this.dtpAccountDateStart.Size = new System.Drawing.Size(135, 21);
  269. this.dtpAccountDateStart.TabIndex = 5;
  270. //
  271. // btnClearCondition
  272. //
  273. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  274. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  275. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  276. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  278. this.btnClearCondition.Location = new System.Drawing.Point(1016, 42);
  279. this.btnClearCondition.Name = "btnClearCondition";
  280. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  281. this.btnClearCondition.TabIndex = 10;
  282. this.btnClearCondition.Text = "清空条件(&C)";
  283. this.btnClearCondition.UseVisualStyleBackColor = true;
  284. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  285. //
  286. // btnSearch
  287. //
  288. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  289. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  290. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  291. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.btnSearch.ForeColor = System.Drawing.Color.White;
  293. this.btnSearch.Location = new System.Drawing.Point(925, 42);
  294. this.btnSearch.Name = "btnSearch";
  295. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  296. this.btnSearch.TabIndex = 9;
  297. this.btnSearch.Text = "查询(&Q)";
  298. this.btnSearch.UseVisualStyleBackColor = true;
  299. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  300. //
  301. // dgvLineProcessTotal
  302. //
  303. this.dgvLineProcessTotal.AllowUserToAddRows = false;
  304. this.dgvLineProcessTotal.AllowUserToDeleteRows = false;
  305. this.dgvLineProcessTotal.AllowUserToModifyRows = true;
  306. this.dgvLineProcessTotal.AllowUserToOrderColumns = true;
  307. this.dgvLineProcessTotal.AllowUserToSortRows = false;
  308. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  309. this.dgvLineProcessTotal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  310. this.dgvLineProcessTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  311. | System.Windows.Forms.AnchorStyles.Left)
  312. | System.Windows.Forms.AnchorStyles.Right)));
  313. this.dgvLineProcessTotal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  314. this.dgvLineProcessTotal.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  315. this.dgvLineProcessTotal.CellHeight = 23;
  316. this.dgvLineProcessTotal.ChildNodeColumnName = null;
  317. this.dgvLineProcessTotal.ChildNodeColumnText = null;
  318. this.dgvLineProcessTotal.ColumnDeep = 1;
  319. this.dgvLineProcessTotal.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  320. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  321. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  322. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  324. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  325. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  326. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  327. this.dgvLineProcessTotal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  328. this.dgvLineProcessTotal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  329. this.dgvLineProcessTotal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  330. this.goodstypename2,
  331. this.GoodsTypeName,
  332. this.GoodsCode,
  333. this.goodsname,
  334. this.GOODSSPECIFICATION,
  335. this.GLAZETYPE});
  336. this.dgvLineProcessTotal.ColumnTreeView = null;
  337. this.dgvLineProcessTotal.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)));
  338. this.dgvLineProcessTotal.DynamicColumnName = "";
  339. this.dgvLineProcessTotal.EnableHeadersVisualStyles = false;
  340. this.dgvLineProcessTotal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.dgvLineProcessTotal.FormatQuantityColumns = null;
  342. this.dgvLineProcessTotal.HorizontalMergeColumn = null;
  343. this.dgvLineProcessTotal.IsAutoCountSum = true;
  344. this.dgvLineProcessTotal.IsAutoResizeColumns = false;
  345. this.dgvLineProcessTotal.IsClickF12 = false;
  346. this.dgvLineProcessTotal.IsOpenMergeCellFlag = false;
  347. this.dgvLineProcessTotal.IsSubTotalFlag = false;
  348. this.dgvLineProcessTotal.IsTopDeep = false;
  349. this.dgvLineProcessTotal.Location = new System.Drawing.Point(0, 125);
  350. this.dgvLineProcessTotal.MergeColumnNames = null;
  351. this.dgvLineProcessTotal.MergeDetailColumnNames = null;
  352. this.dgvLineProcessTotal.MergeDetailOnlyColumn = null;
  353. this.dgvLineProcessTotal.MergeOnlyColumn = null;
  354. this.dgvLineProcessTotal.MultiSelect = false;
  355. this.dgvLineProcessTotal.Name = "dgvLineProcessTotal";
  356. this.dgvLineProcessTotal.ReadOnly = true;
  357. this.dgvLineProcessTotal.RefreshAtHscroll = false;
  358. this.dgvLineProcessTotal.RowHeadersWidth = 50;
  359. this.dgvLineProcessTotal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  360. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  361. this.dgvLineProcessTotal.RowsDefaultCellStyle = dataGridViewCellStyle3;
  362. this.dgvLineProcessTotal.RowTemplate.Height = 21;
  363. this.dgvLineProcessTotal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  364. this.dgvLineProcessTotal.Size = new System.Drawing.Size(1119, 335);
  365. this.dgvLineProcessTotal.SortOrderColumnName = null;
  366. this.dgvLineProcessTotal.TabIndex = 2;
  367. this.dgvLineProcessTotal.Tag = true;
  368. this.dgvLineProcessTotal.TotalSumColumns = null;
  369. this.dgvLineProcessTotal.ViewRowFilter = "";
  370. //
  371. // goodstypename2
  372. //
  373. this.goodstypename2.DataPropertyName = "goodstypename2";
  374. this.goodstypename2.HeaderText = "产品二级类别";
  375. this.goodstypename2.Name = "goodstypename2";
  376. this.goodstypename2.ReadOnly = true;
  377. //
  378. // GoodsTypeName
  379. //
  380. this.GoodsTypeName.DataPropertyName = "goodstypename";
  381. this.GoodsTypeName.HeaderText = "产品类别";
  382. this.GoodsTypeName.Name = "GoodsTypeName";
  383. this.GoodsTypeName.ReadOnly = true;
  384. this.GoodsTypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  385. //
  386. // GoodsCode
  387. //
  388. this.GoodsCode.DataPropertyName = "GoodsCode";
  389. this.GoodsCode.HeaderText = "产品编码";
  390. this.GoodsCode.Name = "GoodsCode";
  391. this.GoodsCode.ReadOnly = true;
  392. this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  393. //
  394. // goodsname
  395. //
  396. this.goodsname.DataPropertyName = "产品名称";
  397. this.goodsname.HeaderText = "产品名称";
  398. this.goodsname.Name = "goodsname";
  399. this.goodsname.ReadOnly = true;
  400. //
  401. // GOODSSPECIFICATION
  402. //
  403. this.GOODSSPECIFICATION.DataPropertyName = "GoodsSpecification";
  404. this.GOODSSPECIFICATION.HeaderText = "规格";
  405. this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
  406. this.GOODSSPECIFICATION.ReadOnly = true;
  407. this.GOODSSPECIFICATION.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  408. //
  409. // GLAZETYPE
  410. //
  411. this.GLAZETYPE.DataPropertyName = "GLAZETYPE";
  412. this.GLAZETYPE.HeaderText = "釉色类别";
  413. this.GLAZETYPE.Name = "GLAZETYPE";
  414. this.GLAZETYPE.ReadOnly = true;
  415. this.GLAZETYPE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  416. //
  417. // F_RPT_040102_1
  418. //
  419. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  420. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  421. this.ClientSize = new System.Drawing.Size(1131, 460);
  422. this.Controls.Add(this.dgvLineProcessTotal);
  423. this.Controls.Add(this.gbxCondition);
  424. this.Controls.Add(this.tsrOperate);
  425. this.Name = "F_RPT_040102_1";
  426. this.Text = "工序产量分析表";
  427. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_040102_1_FormClosed);
  428. this.Load += new System.EventHandler(this.F_RPT_040102_1_Load);
  429. this.tsrOperate.ResumeLayout(false);
  430. this.tsrOperate.PerformLayout();
  431. this.gbxCondition.ResumeLayout(false);
  432. this.gbxCondition.PerformLayout();
  433. ((System.ComponentModel.ISupportInitialize)(this.dgvLineProcessTotal)).EndInit();
  434. this.ResumeLayout(false);
  435. }
  436. #endregion
  437. private Basics.BaseControls.C_ToolStrip tsrOperate;
  438. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  439. private System.Windows.Forms.ToolStripButton tsbtnClose;
  440. private Basics.BaseControls.C_GroupBox gbxCondition;
  441. private Basics.BaseControls.C_Label lblAccountDateStart;
  442. private Basics.BaseControls.C_Label lblAccountDateEnd;
  443. private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd;
  444. private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart;
  445. private Basics.BaseControls.C_Button btnClearCondition;
  446. private Basics.BaseControls.C_Button btnSearch;
  447. private Basics.BaseControls.C_DataGridView dgvLineProcessTotal;
  448. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
  449. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
  450. private Basics.BaseControls.C_CheckBox chkFlag;
  451. private Basics.BaseControls.C_Label lblGoodsType;
  452. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  453. private Controls.SearchBox.ScbGoods scbGoods;
  454. private Basics.BaseControls.C_Label lblGoods;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename2;
  456. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  457. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  458. private System.Windows.Forms.DataGridViewTextBoxColumn goodsname;
  459. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
  460. private System.Windows.Forms.DataGridViewTextBoxColumn GLAZETYPE;
  461. }
  462. }