F_RPT_040102_1.Designer.cs 25 KB

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