F_RPT_040116.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.ReportModule.R04.M01
  3. {
  4. partial class F_RPT_040116
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_040116));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
  40. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  41. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  43. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  44. this.c_CheckBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  45. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  47. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
  48. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.txtGoodCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
  51. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.dtpGDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  54. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  55. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  56. this.dgvGroutingAdobeTotal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  57. this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.GOODSMODEL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GROUTINGLINECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.MonthDays = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.ProduceDays = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.AttendanceRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.DayGroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.ProtectdamRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.DayBilletNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.DayDeliverNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.HalfProductRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.DayMountKilnNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.SynthesisexcellentRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.DayWarehouseBudget = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.MonthWarehouse = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
  77. this.tsrOperate.SuspendLayout();
  78. this.gbxCondition.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingAdobeTotal)).BeginInit();
  80. this.SuspendLayout();
  81. //
  82. // tsrOperate
  83. //
  84. this.tsrOperate.AutoSize = false;
  85. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  86. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  88. this.tsbtnAdaptive,
  89. this.tsbtnClose});
  90. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  91. this.tsrOperate.Name = "tsrOperate";
  92. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  93. this.tsrOperate.ShowItemToolTips = false;
  94. this.tsrOperate.Size = new System.Drawing.Size(1011, 35);
  95. this.tsrOperate.TabIndex = 36;
  96. this.tsrOperate.Text = "toolStrip1";
  97. //
  98. // tsbtnAdaptive
  99. //
  100. this.tsbtnAdaptive.AutoSize = false;
  101. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  103. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  104. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  105. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  106. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  107. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  108. //
  109. // tsbtnClose
  110. //
  111. this.tsbtnClose.AutoSize = false;
  112. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  114. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  115. this.tsbtnClose.Name = "tsbtnClose";
  116. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  117. this.tsbtnClose.Text = "关闭(&X)";
  118. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  119. //
  120. // gbxCondition
  121. //
  122. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  123. | System.Windows.Forms.AnchorStyles.Right)));
  124. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  125. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  126. this.gbxCondition.Controls.Add(this.c_CheckBox1);
  127. this.gbxCondition.Controls.Add(this.lblGoodsType);
  128. this.gbxCondition.Controls.Add(this.scbGoodsType);
  129. this.gbxCondition.Controls.Add(this.txtGroutingUserCode);
  130. this.gbxCondition.Controls.Add(this.c_Label3);
  131. this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
  132. this.gbxCondition.Controls.Add(this.c_Label2);
  133. this.gbxCondition.Controls.Add(this.txtGoodCode);
  134. this.gbxCondition.Controls.Add(this.c_Label1);
  135. this.gbxCondition.Controls.Add(this.c_Label4);
  136. this.gbxCondition.Controls.Add(this.dtpGDateStart);
  137. this.gbxCondition.Controls.Add(this.btnClearCondition);
  138. this.gbxCondition.Controls.Add(this.btnSearch);
  139. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  141. this.gbxCondition.IsMustInput = false;
  142. this.gbxCondition.Location = new System.Drawing.Point(0, 48);
  143. this.gbxCondition.Name = "gbxCondition";
  144. this.gbxCondition.OriginalHeight = -1;
  145. this.gbxCondition.Size = new System.Drawing.Size(1011, 75);
  146. this.gbxCondition.TabIndex = 35;
  147. this.gbxCondition.TabStop = false;
  148. this.gbxCondition.Text = "查询条件 ▼";
  149. //
  150. // c_CheckBox1
  151. //
  152. this.c_CheckBox1.AutoSize = true;
  153. this.c_CheckBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.c_CheckBox1.Location = new System.Drawing.Point(413, 52);
  155. this.c_CheckBox1.Name = "c_CheckBox1";
  156. this.c_CheckBox1.Size = new System.Drawing.Size(84, 16);
  157. this.c_CheckBox1.TabIndex = 24;
  158. this.c_CheckBox1.Text = "可筛选小计";
  159. this.c_CheckBox1.UseVisualStyleBackColor = true;
  160. //
  161. // lblGoodsType
  162. //
  163. this.lblGoodsType.AutoSize = true;
  164. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  165. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  167. this.lblGoodsType.Location = new System.Drawing.Point(198, 56);
  168. this.lblGoodsType.Name = "lblGoodsType";
  169. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  170. this.lblGoodsType.TabIndex = 23;
  171. this.lblGoodsType.Text = "产品类别";
  172. //
  173. // scbGoodsType
  174. //
  175. this.scbGoodsType.CheckedData = null;
  176. this.scbGoodsType.IsOnlyDisplayEnd = false;
  177. this.scbGoodsType.Location = new System.Drawing.Point(257, 52);
  178. this.scbGoodsType.Name = "scbGoodsType";
  179. this.scbGoodsType.Size = new System.Drawing.Size(148, 21);
  180. this.scbGoodsType.TabIndex = 22;
  181. //
  182. // txtGroutingUserCode
  183. //
  184. this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
  185. this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  186. this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  187. this.txtGroutingUserCode.ErrorMessage = "";
  188. this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  190. this.txtGroutingUserCode.Location = new System.Drawing.Point(470, 22);
  191. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  192. this.txtGroutingUserCode.Size = new System.Drawing.Size(120, 21);
  193. this.txtGroutingUserCode.TabIndex = 5;
  194. this.txtGroutingUserCode.TextValue = "";
  195. //
  196. // c_Label3
  197. //
  198. this.c_Label3.AutoSize = true;
  199. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  200. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  202. this.c_Label3.Location = new System.Drawing.Point(411, 26);
  203. this.c_Label3.Name = "c_Label3";
  204. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  205. this.c_Label3.TabIndex = 4;
  206. this.c_Label3.Text = "成型工号";
  207. //
  208. // c_Label2
  209. //
  210. this.c_Label2.AutoSize = true;
  211. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  212. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  214. this.c_Label2.Location = new System.Drawing.Point(198, 26);
  215. this.c_Label2.Name = "c_Label2";
  216. this.c_Label2.Size = new System.Drawing.Size(65, 12);
  217. this.c_Label2.TabIndex = 2;
  218. this.c_Label2.Text = "成型线编码";
  219. //
  220. // txtGoodCode
  221. //
  222. this.txtGoodCode.BackColor = System.Drawing.SystemColors.Window;
  223. this.txtGoodCode.BackgroundColor = System.Drawing.SystemColors.Window;
  224. this.txtGoodCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  225. this.txtGoodCode.ErrorMessage = "";
  226. this.txtGoodCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.txtGoodCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  228. this.txtGoodCode.Location = new System.Drawing.Point(72, 52);
  229. this.txtGoodCode.Name = "txtGoodCode";
  230. this.txtGoodCode.Size = new System.Drawing.Size(120, 21);
  231. this.txtGoodCode.TabIndex = 7;
  232. this.txtGoodCode.TextValue = "";
  233. //
  234. // c_Label1
  235. //
  236. this.c_Label1.AutoSize = true;
  237. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  238. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  240. this.c_Label1.Location = new System.Drawing.Point(12, 24);
  241. this.c_Label1.Name = "c_Label1";
  242. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  243. this.c_Label1.TabIndex = 0;
  244. this.c_Label1.Text = "分析月份";
  245. //
  246. // c_Label4
  247. //
  248. this.c_Label4.AutoSize = true;
  249. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  250. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  252. this.c_Label4.Location = new System.Drawing.Point(12, 56);
  253. this.c_Label4.Name = "c_Label4";
  254. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  255. this.c_Label4.TabIndex = 6;
  256. this.c_Label4.Text = "产品编码";
  257. //
  258. // dtpGDateStart
  259. //
  260. this.dtpGDateStart.CustomFormat = "yyyy-MM";
  261. this.dtpGDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.dtpGDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  263. this.dtpGDateStart.Location = new System.Drawing.Point(71, 20);
  264. this.dtpGDateStart.Name = "dtpGDateStart";
  265. this.dtpGDateStart.ShowUpDown = true;
  266. this.dtpGDateStart.Size = new System.Drawing.Size(121, 21);
  267. this.dtpGDateStart.TabIndex = 1;
  268. //
  269. // btnClearCondition
  270. //
  271. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  272. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  273. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  274. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  276. this.btnClearCondition.Location = new System.Drawing.Point(920, 38);
  277. this.btnClearCondition.Name = "btnClearCondition";
  278. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  279. this.btnClearCondition.TabIndex = 10;
  280. this.btnClearCondition.Text = "清空条件(&C)";
  281. this.btnClearCondition.UseVisualStyleBackColor = true;
  282. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  283. //
  284. // btnSearch
  285. //
  286. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  287. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  288. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  289. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.btnSearch.ForeColor = System.Drawing.Color.White;
  291. this.btnSearch.Location = new System.Drawing.Point(829, 38);
  292. this.btnSearch.Name = "btnSearch";
  293. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  294. this.btnSearch.TabIndex = 9;
  295. this.btnSearch.Text = "查询(&Q)";
  296. this.btnSearch.UseVisualStyleBackColor = true;
  297. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  298. //
  299. // dgvGroutingAdobeTotal
  300. //
  301. this.dgvGroutingAdobeTotal.AllowUserToAddRows = false;
  302. this.dgvGroutingAdobeTotal.AllowUserToDeleteRows = false;
  303. this.dgvGroutingAdobeTotal.AllowUserToModifyRows = true;
  304. this.dgvGroutingAdobeTotal.AllowUserToOrderColumns = true;
  305. this.dgvGroutingAdobeTotal.AllowUserToSortRows = false;
  306. dataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  307. this.dgvGroutingAdobeTotal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle31;
  308. this.dgvGroutingAdobeTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  309. | System.Windows.Forms.AnchorStyles.Left)
  310. | System.Windows.Forms.AnchorStyles.Right)));
  311. this.dgvGroutingAdobeTotal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  312. this.dgvGroutingAdobeTotal.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  313. this.dgvGroutingAdobeTotal.CellHeight = 23;
  314. this.dgvGroutingAdobeTotal.ChildNodeColumnName = null;
  315. this.dgvGroutingAdobeTotal.ChildNodeColumnText = null;
  316. this.dgvGroutingAdobeTotal.ColumnDeep = 1;
  317. this.dgvGroutingAdobeTotal.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  318. dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  319. dataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  320. dataGridViewCellStyle32.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. dataGridViewCellStyle32.ForeColor = System.Drawing.Color.White;
  322. dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  323. dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  324. dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  325. this.dgvGroutingAdobeTotal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32;
  326. this.dgvGroutingAdobeTotal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  327. this.dgvGroutingAdobeTotal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  328. this.MATERIALCODE,
  329. this.GOODSMODEL,
  330. this.GoodsCode,
  331. this.GROUTINGLINECODE,
  332. this.UserCode,
  333. this.MouldQuantity,
  334. this.GoodsTypeName,
  335. this.MonthDays,
  336. this.ProduceDays,
  337. this.AttendanceRate,
  338. this.DayGroutingNum,
  339. this.ProtectdamRate,
  340. this.DayBilletNum,
  341. this.DayDeliverNum,
  342. this.HalfProductRate,
  343. this.DayMountKilnNum,
  344. this.SynthesisexcellentRate,
  345. this.DayWarehouseBudget,
  346. this.MonthWarehouse});
  347. this.dgvGroutingAdobeTotal.ColumnTreeView = null;
  348. this.dgvGroutingAdobeTotal.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)));
  349. this.dgvGroutingAdobeTotal.DynamicColumnName = "";
  350. this.dgvGroutingAdobeTotal.EnableHeadersVisualStyles = false;
  351. this.dgvGroutingAdobeTotal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.dgvGroutingAdobeTotal.FormatQuantityColumns = null;
  353. this.dgvGroutingAdobeTotal.HorizontalMergeColumn = null;
  354. this.dgvGroutingAdobeTotal.IsAutoCountSum = true;
  355. this.dgvGroutingAdobeTotal.IsAutoResizeColumns = false;
  356. this.dgvGroutingAdobeTotal.IsClickF12 = false;
  357. this.dgvGroutingAdobeTotal.IsOpenMergeCellFlag = false;
  358. this.dgvGroutingAdobeTotal.IsSubTotalFlag = false;
  359. this.dgvGroutingAdobeTotal.IsTopDeep = false;
  360. this.dgvGroutingAdobeTotal.Location = new System.Drawing.Point(0, 133);
  361. this.dgvGroutingAdobeTotal.MergeColumnNames = null;
  362. this.dgvGroutingAdobeTotal.MergeDetailColumnNames = null;
  363. this.dgvGroutingAdobeTotal.MergeDetailOnlyColumn = null;
  364. this.dgvGroutingAdobeTotal.MergeOnlyColumn = null;
  365. this.dgvGroutingAdobeTotal.MultiSelect = false;
  366. this.dgvGroutingAdobeTotal.Name = "dgvGroutingAdobeTotal";
  367. this.dgvGroutingAdobeTotal.ReadOnly = true;
  368. this.dgvGroutingAdobeTotal.RefreshAtHscroll = false;
  369. this.dgvGroutingAdobeTotal.RowHeadersWidth = 50;
  370. this.dgvGroutingAdobeTotal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  371. dataGridViewCellStyle40.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  372. this.dgvGroutingAdobeTotal.RowsDefaultCellStyle = dataGridViewCellStyle40;
  373. this.dgvGroutingAdobeTotal.RowTemplate.Height = 21;
  374. this.dgvGroutingAdobeTotal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  375. this.dgvGroutingAdobeTotal.Size = new System.Drawing.Size(1011, 367);
  376. this.dgvGroutingAdobeTotal.SortOrderColumnName = null;
  377. this.dgvGroutingAdobeTotal.TabIndex = 37;
  378. this.dgvGroutingAdobeTotal.Tag = true;
  379. this.dgvGroutingAdobeTotal.TotalSumColumns = null;
  380. this.dgvGroutingAdobeTotal.ViewRowFilter = "";
  381. //
  382. // MATERIALCODE
  383. //
  384. this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
  385. this.MATERIALCODE.HeaderText = "物料编码";
  386. this.MATERIALCODE.Name = "MATERIALCODE";
  387. this.MATERIALCODE.ReadOnly = true;
  388. //
  389. // GOODSMODEL
  390. //
  391. this.GOODSMODEL.DataPropertyName = "GOODSMODEL";
  392. this.GOODSMODEL.HeaderText = "产品型号";
  393. this.GOODSMODEL.Name = "GOODSMODEL";
  394. this.GOODSMODEL.ReadOnly = true;
  395. //
  396. // GoodsCode
  397. //
  398. this.GoodsCode.DataPropertyName = "GOODSCODE";
  399. this.GoodsCode.HeaderText = "产品编码";
  400. this.GoodsCode.Name = "GoodsCode";
  401. this.GoodsCode.ReadOnly = true;
  402. //
  403. // GROUTINGLINECODE
  404. //
  405. this.GROUTINGLINECODE.DataPropertyName = "GROUTINGLINECODE";
  406. this.GROUTINGLINECODE.HeaderText = "成型线编码";
  407. this.GROUTINGLINECODE.Name = "GROUTINGLINECODE";
  408. this.GROUTINGLINECODE.ReadOnly = true;
  409. //
  410. // UserCode
  411. //
  412. this.UserCode.DataPropertyName = "UserCode";
  413. this.UserCode.HeaderText = "成型工号";
  414. this.UserCode.Name = "UserCode";
  415. this.UserCode.ReadOnly = true;
  416. //
  417. // MouldQuantity
  418. //
  419. this.MouldQuantity.DataPropertyName = "MouldQuantity";
  420. dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  421. this.MouldQuantity.DefaultCellStyle = dataGridViewCellStyle33;
  422. this.MouldQuantity.HeaderText = "模具数量";
  423. this.MouldQuantity.Name = "MouldQuantity";
  424. this.MouldQuantity.ReadOnly = true;
  425. //
  426. // GoodsTypeName
  427. //
  428. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  429. this.GoodsTypeName.HeaderText = "产品类别";
  430. this.GoodsTypeName.Name = "GoodsTypeName";
  431. this.GoodsTypeName.ReadOnly = true;
  432. //
  433. // MonthDays
  434. //
  435. this.MonthDays.DataPropertyName = "MonthDays";
  436. this.MonthDays.HeaderText = "当月天数";
  437. this.MonthDays.Name = "MonthDays";
  438. this.MonthDays.ReadOnly = true;
  439. //
  440. // ProduceDays
  441. //
  442. this.ProduceDays.DataPropertyName = "ProduceDays";
  443. this.ProduceDays.HeaderText = "生产天数";
  444. this.ProduceDays.Name = "ProduceDays";
  445. this.ProduceDays.ReadOnly = true;
  446. //
  447. // AttendanceRate
  448. //
  449. this.AttendanceRate.DataPropertyName = "AttendanceRate";
  450. this.AttendanceRate.HeaderText = "出勤率";
  451. this.AttendanceRate.Name = "AttendanceRate";
  452. this.AttendanceRate.ReadOnly = true;
  453. //
  454. // DayGroutingNum
  455. //
  456. this.DayGroutingNum.DataPropertyName = "DayGroutingNum";
  457. dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  458. this.DayGroutingNum.DefaultCellStyle = dataGridViewCellStyle34;
  459. this.DayGroutingNum.HeaderText = "日注浆次数";
  460. this.DayGroutingNum.Name = "DayGroutingNum";
  461. this.DayGroutingNum.ReadOnly = true;
  462. //
  463. // ProtectdamRate
  464. //
  465. this.ProtectdamRate.DataPropertyName = "ProtectdamRate";
  466. dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  467. this.ProtectdamRate.DefaultCellStyle = dataGridViewCellStyle35;
  468. this.ProtectdamRate.HeaderText = "保坯率";
  469. this.ProtectdamRate.Name = "ProtectdamRate";
  470. this.ProtectdamRate.ReadOnly = true;
  471. //
  472. // DayBilletNum
  473. //
  474. this.DayBilletNum.DataPropertyName = "DayBilletNum";
  475. dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  476. this.DayBilletNum.DefaultCellStyle = dataGridViewCellStyle36;
  477. this.DayBilletNum.HeaderText = "日均成坯数";
  478. this.DayBilletNum.Name = "DayBilletNum";
  479. this.DayBilletNum.ReadOnly = true;
  480. //
  481. // DayDeliverNum
  482. //
  483. this.DayDeliverNum.DataPropertyName = "DayDeliverNum";
  484. dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  485. this.DayDeliverNum.DefaultCellStyle = dataGridViewCellStyle37;
  486. this.DayDeliverNum.HeaderText = "日均交坯数";
  487. this.DayDeliverNum.Name = "DayDeliverNum";
  488. this.DayDeliverNum.ReadOnly = true;
  489. //
  490. // HalfProductRate
  491. //
  492. this.HalfProductRate.DataPropertyName = "HalfProductRate";
  493. dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  494. this.HalfProductRate.DefaultCellStyle = dataGridViewCellStyle38;
  495. this.HalfProductRate.HeaderText = "半成品合格率";
  496. this.HalfProductRate.Name = "HalfProductRate";
  497. this.HalfProductRate.ReadOnly = true;
  498. //
  499. // DayMountKilnNum
  500. //
  501. this.DayMountKilnNum.DataPropertyName = "DayMountKilnNum";
  502. dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  503. this.DayMountKilnNum.DefaultCellStyle = dataGridViewCellStyle39;
  504. this.DayMountKilnNum.HeaderText = "日均登窑数";
  505. this.DayMountKilnNum.Name = "DayMountKilnNum";
  506. this.DayMountKilnNum.ReadOnly = true;
  507. //
  508. // SynthesisexcellentRate
  509. //
  510. this.SynthesisexcellentRate.DataPropertyName = "SynthesisexcellentRate";
  511. this.SynthesisexcellentRate.HeaderText = "综合优等率";
  512. this.SynthesisexcellentRate.Name = "SynthesisexcellentRate";
  513. this.SynthesisexcellentRate.ReadOnly = true;
  514. //
  515. // DayWarehouseBudget
  516. //
  517. this.DayWarehouseBudget.DataPropertyName = "DayWarehouseBudget";
  518. this.DayWarehouseBudget.HeaderText = "日均入库预算";
  519. this.DayWarehouseBudget.Name = "DayWarehouseBudget";
  520. this.DayWarehouseBudget.ReadOnly = true;
  521. //
  522. // MonthWarehouse
  523. //
  524. this.MonthWarehouse.DataPropertyName = "MonthWarehouse";
  525. this.MonthWarehouse.HeaderText = "月入库数";
  526. this.MonthWarehouse.Name = "MonthWarehouse";
  527. this.MonthWarehouse.ReadOnly = true;
  528. //
  529. // txtGroutingLineCode
  530. //
  531. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  532. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  533. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  534. this.txtGroutingLineCode.ErrorMessage = "";
  535. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  536. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  537. this.txtGroutingLineCode.Location = new System.Drawing.Point(269, 22);
  538. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  539. this.txtGroutingLineCode.Size = new System.Drawing.Size(136, 21);
  540. this.txtGroutingLineCode.TabIndex = 3;
  541. this.txtGroutingLineCode.TextValue = "";
  542. //
  543. // F_RPT_040116
  544. //
  545. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  546. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  547. this.ClientSize = new System.Drawing.Size(1011, 512);
  548. this.Controls.Add(this.dgvGroutingAdobeTotal);
  549. this.Controls.Add(this.tsrOperate);
  550. this.Controls.Add(this.gbxCondition);
  551. this.Name = "F_RPT_040116";
  552. this.Text = "月度成品入库预算表";
  553. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_040116_FormClosed);
  554. this.Load += new System.EventHandler(this.F_RPT_040116_Load);
  555. this.tsrOperate.ResumeLayout(false);
  556. this.tsrOperate.PerformLayout();
  557. this.gbxCondition.ResumeLayout(false);
  558. this.gbxCondition.PerformLayout();
  559. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingAdobeTotal)).EndInit();
  560. this.ResumeLayout(false);
  561. }
  562. #endregion
  563. private Basics.BaseControls.C_ToolStrip tsrOperate;
  564. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  565. private System.Windows.Forms.ToolStripButton tsbtnClose;
  566. private Basics.BaseControls.C_GroupBox gbxCondition;
  567. private Basics.BaseControls.C_Label lblGoodsType;
  568. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  569. private Basics.BaseControls.C_TXT_Code txtGroutingUserCode;
  570. private Basics.BaseControls.C_Label c_Label3;
  571. private Basics.BaseControls.C_Label c_Label2;
  572. private Basics.BaseControls.C_TXT_Code txtGoodCode;
  573. private Basics.BaseControls.C_Label c_Label1;
  574. private Basics.BaseControls.C_Label c_Label4;
  575. private Basics.BaseControls.C_DateTimePicker dtpGDateStart;
  576. private Basics.BaseControls.C_Button btnClearCondition;
  577. private Basics.BaseControls.C_Button btnSearch;
  578. private Basics.BaseControls.C_DataGridView dgvGroutingAdobeTotal;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE;
  580. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSMODEL;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  582. private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGLINECODE;
  583. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  584. private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
  585. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  586. private System.Windows.Forms.DataGridViewTextBoxColumn MonthDays;
  587. private System.Windows.Forms.DataGridViewTextBoxColumn ProduceDays;
  588. private System.Windows.Forms.DataGridViewTextBoxColumn AttendanceRate;
  589. private System.Windows.Forms.DataGridViewTextBoxColumn DayGroutingNum;
  590. private System.Windows.Forms.DataGridViewTextBoxColumn ProtectdamRate;
  591. private System.Windows.Forms.DataGridViewTextBoxColumn DayBilletNum;
  592. private System.Windows.Forms.DataGridViewTextBoxColumn DayDeliverNum;
  593. private System.Windows.Forms.DataGridViewTextBoxColumn HalfProductRate;
  594. private System.Windows.Forms.DataGridViewTextBoxColumn DayMountKilnNum;
  595. private System.Windows.Forms.DataGridViewTextBoxColumn SynthesisexcellentRate;
  596. private System.Windows.Forms.DataGridViewTextBoxColumn DayWarehouseBudget;
  597. private System.Windows.Forms.DataGridViewTextBoxColumn MonthWarehouse;
  598. private Basics.BaseControls.C_CheckBox c_CheckBox1;
  599. private Basics.BaseControls.C_TXT_Code txtGroutingLineCode;
  600. }
  601. }