F_RPT_040106.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_040106
  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_040106));
  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 dataGridViewCellStyle6 = 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. this.dropKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  36. this.lblKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  38. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  40. this.lblAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  43. this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  44. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  45. this.txtDefectCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.lblDefectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.lblDefectCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.lblRptProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.dropRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  52. this.dgvRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  53. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Defectcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Defectname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.goodstypename2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.OutKilnCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.DefectCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.DefectPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.CJprocedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.txtDefectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  63. this.dkProcedureSearchBox3 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  64. this.chkOutKilnNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  65. this.dkCJProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  66. this.tsrOperate.SuspendLayout();
  67. this.gbxCondition.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // dropKilnCode
  72. //
  73. this.dropKilnCode.BackColor = System.Drawing.SystemColors.Window;
  74. this.dropKilnCode.BackgroundColor = System.Drawing.SystemColors.Window;
  75. this.dropKilnCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  76. this.dropKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.dropKilnCode.FormattingEnabled = true;
  78. this.dropKilnCode.Location = new System.Drawing.Point(694, 19);
  79. this.dropKilnCode.Name = "dropKilnCode";
  80. this.dropKilnCode.Size = new System.Drawing.Size(133, 20);
  81. this.dropKilnCode.TabIndex = 7;
  82. this.dropKilnCode.Visible = false;
  83. //
  84. // lblKilnCode
  85. //
  86. this.lblKilnCode.AutoSize = true;
  87. this.lblKilnCode.BackColor = System.Drawing.SystemColors.Control;
  88. this.lblKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.lblKilnCode.ForeColor = System.Drawing.SystemColors.ControlText;
  90. this.lblKilnCode.Location = new System.Drawing.Point(636, 23);
  91. this.lblKilnCode.Name = "lblKilnCode";
  92. this.lblKilnCode.Size = new System.Drawing.Size(53, 12);
  93. this.lblKilnCode.TabIndex = 6;
  94. this.lblKilnCode.Text = "窑炉编号";
  95. this.lblKilnCode.Visible = false;
  96. //
  97. // tsrOperate
  98. //
  99. this.tsrOperate.AutoSize = false;
  100. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  101. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  103. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  104. this.tsbtnAdaptive,
  105. this.tsbtnClose});
  106. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  107. this.tsrOperate.Name = "tsrOperate";
  108. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  109. this.tsrOperate.ShowItemToolTips = false;
  110. this.tsrOperate.Size = new System.Drawing.Size(1223, 35);
  111. this.tsrOperate.TabIndex = 0;
  112. this.tsrOperate.Text = "toolStrip1";
  113. //
  114. // tsbtnAdaptive
  115. //
  116. this.tsbtnAdaptive.AutoSize = false;
  117. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  119. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  120. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  121. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  122. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  123. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  124. //
  125. // tsbtnClose
  126. //
  127. this.tsbtnClose.AutoSize = false;
  128. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  130. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  131. this.tsbtnClose.Name = "tsbtnClose";
  132. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  133. this.tsbtnClose.Text = "关闭(&X)";
  134. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  135. //
  136. // lblAccountDateStart
  137. //
  138. this.lblAccountDateStart.AutoSize = true;
  139. this.lblAccountDateStart.BackColor = System.Drawing.Color.Transparent;
  140. this.lblAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.lblAccountDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
  142. this.lblAccountDateStart.Location = new System.Drawing.Point(242, 23);
  143. this.lblAccountDateStart.Name = "lblAccountDateStart";
  144. this.lblAccountDateStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  145. this.lblAccountDateStart.Size = new System.Drawing.Size(53, 12);
  146. this.lblAccountDateStart.TabIndex = 2;
  147. this.lblAccountDateStart.Text = "登记日期";
  148. //
  149. // lblAccountDateEnd
  150. //
  151. this.lblAccountDateEnd.AutoSize = true;
  152. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  153. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  155. this.lblAccountDateEnd.Location = new System.Drawing.Point(456, 23);
  156. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  157. this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
  158. this.lblAccountDateEnd.TabIndex = 4;
  159. this.lblAccountDateEnd.Text = "至";
  160. //
  161. // dtpAccountDateEnd
  162. //
  163. this.dtpAccountDateEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  164. this.dtpAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.dtpAccountDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  166. this.dtpAccountDateEnd.Location = new System.Drawing.Point(475, 19);
  167. this.dtpAccountDateEnd.Name = "dtpAccountDateEnd";
  168. this.dtpAccountDateEnd.Size = new System.Drawing.Size(156, 21);
  169. this.dtpAccountDateEnd.TabIndex = 5;
  170. //
  171. // dtpAccountDateStart
  172. //
  173. this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  174. this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  176. this.dtpAccountDateStart.Location = new System.Drawing.Point(301, 19);
  177. this.dtpAccountDateStart.Name = "dtpAccountDateStart";
  178. this.dtpAccountDateStart.Size = new System.Drawing.Size(150, 21);
  179. this.dtpAccountDateStart.TabIndex = 3;
  180. //
  181. // gbxCondition
  182. //
  183. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  184. | System.Windows.Forms.AnchorStyles.Right)));
  185. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  186. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  187. this.gbxCondition.Controls.Add(this.dkCJProcedureSearchBox);
  188. this.gbxCondition.Controls.Add(this.chkOutKilnNum);
  189. this.gbxCondition.Controls.Add(this.dkProcedureSearchBox3);
  190. this.gbxCondition.Controls.Add(this.txtDefectName);
  191. this.gbxCondition.Controls.Add(this.txtDefectCode);
  192. this.gbxCondition.Controls.Add(this.lblDefectName);
  193. this.gbxCondition.Controls.Add(this.lblDefectCode);
  194. this.gbxCondition.Controls.Add(this.btnClearCondition);
  195. this.gbxCondition.Controls.Add(this.btnSearch);
  196. this.gbxCondition.Controls.Add(this.dropKilnCode);
  197. this.gbxCondition.Controls.Add(this.lblKilnCode);
  198. this.gbxCondition.Controls.Add(this.lblRptProcedureName);
  199. this.gbxCondition.Controls.Add(this.dropRptProcedure);
  200. this.gbxCondition.Controls.Add(this.lblAccountDateStart);
  201. this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
  202. this.gbxCondition.Controls.Add(this.dtpAccountDateEnd);
  203. this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
  204. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  206. this.gbxCondition.IsMustInput = false;
  207. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  208. this.gbxCondition.Name = "gbxCondition";
  209. this.gbxCondition.OriginalHeight = -1;
  210. this.gbxCondition.Size = new System.Drawing.Size(1211, 73);
  211. this.gbxCondition.TabIndex = 0;
  212. this.gbxCondition.TabStop = false;
  213. this.gbxCondition.Text = "查询条件 ▼";
  214. //
  215. // txtDefectCode
  216. //
  217. this.txtDefectCode.BackColor = System.Drawing.SystemColors.Window;
  218. this.txtDefectCode.BackgroundColor = System.Drawing.SystemColors.Window;
  219. this.txtDefectCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  220. this.txtDefectCode.ErrorMessage = "";
  221. this.txtDefectCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.txtDefectCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  223. this.txtDefectCode.Location = new System.Drawing.Point(301, 45);
  224. this.txtDefectCode.MaxLength = 20;
  225. this.txtDefectCode.Name = "txtDefectCode";
  226. this.txtDefectCode.Size = new System.Drawing.Size(133, 21);
  227. this.txtDefectCode.TabIndex = 10;
  228. this.txtDefectCode.TextValue = "";
  229. //
  230. // lblDefectName
  231. //
  232. this.lblDefectName.AutoSize = true;
  233. this.lblDefectName.BackColor = System.Drawing.Color.Transparent;
  234. this.lblDefectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.lblDefectName.Location = new System.Drawing.Point(438, 49);
  236. this.lblDefectName.Name = "lblDefectName";
  237. this.lblDefectName.Size = new System.Drawing.Size(53, 12);
  238. this.lblDefectName.TabIndex = 11;
  239. this.lblDefectName.Text = "缺陷名称";
  240. //
  241. // lblDefectCode
  242. //
  243. this.lblDefectCode.AutoSize = true;
  244. this.lblDefectCode.BackColor = System.Drawing.Color.Transparent;
  245. this.lblDefectCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.lblDefectCode.Location = new System.Drawing.Point(242, 49);
  247. this.lblDefectCode.Name = "lblDefectCode";
  248. this.lblDefectCode.Size = new System.Drawing.Size(53, 12);
  249. this.lblDefectCode.TabIndex = 9;
  250. this.lblDefectCode.Text = "缺陷编码";
  251. //
  252. // btnClearCondition
  253. //
  254. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  255. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  256. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  257. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  259. this.btnClearCondition.Location = new System.Drawing.Point(1120, 36);
  260. this.btnClearCondition.Name = "btnClearCondition";
  261. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  262. this.btnClearCondition.TabIndex = 14;
  263. this.btnClearCondition.Text = "清空条件(&C)";
  264. this.btnClearCondition.UseVisualStyleBackColor = true;
  265. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  266. //
  267. // btnSearch
  268. //
  269. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  270. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  271. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  272. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.btnSearch.ForeColor = System.Drawing.Color.White;
  274. this.btnSearch.Location = new System.Drawing.Point(1029, 36);
  275. this.btnSearch.Name = "btnSearch";
  276. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  277. this.btnSearch.TabIndex = 13;
  278. this.btnSearch.Text = "查询(&Q)";
  279. this.btnSearch.UseVisualStyleBackColor = true;
  280. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  281. //
  282. // lblRptProcedureName
  283. //
  284. this.lblRptProcedureName.AutoSize = true;
  285. this.lblRptProcedureName.BackColor = System.Drawing.SystemColors.Control;
  286. this.lblRptProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.lblRptProcedureName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  288. this.lblRptProcedureName.Location = new System.Drawing.Point(20, 23);
  289. this.lblRptProcedureName.Name = "lblRptProcedureName";
  290. this.lblRptProcedureName.Size = new System.Drawing.Size(77, 12);
  291. this.lblRptProcedureName.TabIndex = 0;
  292. this.lblRptProcedureName.Text = "数据来源名称";
  293. //
  294. // dropRptProcedure
  295. //
  296. this.dropRptProcedure.BackColor = System.Drawing.Color.Yellow;
  297. this.dropRptProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
  298. this.dropRptProcedure.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  299. this.dropRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.dropRptProcedure.FormattingEnabled = true;
  301. this.dropRptProcedure.IsMustInput = true;
  302. this.dropRptProcedure.Location = new System.Drawing.Point(103, 19);
  303. this.dropRptProcedure.Name = "dropRptProcedure";
  304. this.dropRptProcedure.Size = new System.Drawing.Size(133, 20);
  305. this.dropRptProcedure.TabIndex = 1;
  306. //
  307. // dgvRptProcedure
  308. //
  309. this.dgvRptProcedure.AllowUserToAddRows = false;
  310. this.dgvRptProcedure.AllowUserToDeleteRows = false;
  311. this.dgvRptProcedure.AllowUserToModifyRows = true;
  312. this.dgvRptProcedure.AllowUserToOrderColumns = true;
  313. this.dgvRptProcedure.AllowUserToSortRows = false;
  314. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  315. this.dgvRptProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  316. this.dgvRptProcedure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  317. | System.Windows.Forms.AnchorStyles.Left)
  318. | System.Windows.Forms.AnchorStyles.Right)));
  319. this.dgvRptProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  320. this.dgvRptProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  321. this.dgvRptProcedure.CellHeight = 23;
  322. this.dgvRptProcedure.ChildNodeColumnName = null;
  323. this.dgvRptProcedure.ChildNodeColumnText = null;
  324. this.dgvRptProcedure.ColumnDeep = 1;
  325. this.dgvRptProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  326. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  327. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  328. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  330. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  331. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  332. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  333. this.dgvRptProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  334. this.dgvRptProcedure.ColumnHeadersHeight = 29;
  335. this.dgvRptProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  336. this.dgvRptProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  337. this.ProductionLineName,
  338. this.procedurename,
  339. this.Defectcode,
  340. this.Defectname,
  341. this.goodstypename2,
  342. this.OutKilnCount,
  343. this.DefectCount,
  344. this.DefectPercent,
  345. this.CJprocedurename});
  346. this.dgvRptProcedure.ColumnTreeView = null;
  347. this.dgvRptProcedure.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)));
  348. this.dgvRptProcedure.DynamicColumnName = "";
  349. this.dgvRptProcedure.EnableHeadersVisualStyles = false;
  350. this.dgvRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.dgvRptProcedure.FormatQuantityColumns = null;
  352. this.dgvRptProcedure.HorizontalMergeColumn = null;
  353. this.dgvRptProcedure.IsAutoCountSum = true;
  354. this.dgvRptProcedure.IsAutoResizeColumns = false;
  355. this.dgvRptProcedure.IsClickF12 = false;
  356. this.dgvRptProcedure.IsOpenMergeCellFlag = false;
  357. this.dgvRptProcedure.IsSubTotalFlag = false;
  358. this.dgvRptProcedure.IsTopDeep = false;
  359. this.dgvRptProcedure.Location = new System.Drawing.Point(0, 119);
  360. this.dgvRptProcedure.MergeColumnNames = null;
  361. this.dgvRptProcedure.MergeDetailColumnNames = null;
  362. this.dgvRptProcedure.MergeDetailOnlyColumn = null;
  363. this.dgvRptProcedure.MergeOnlyColumn = null;
  364. this.dgvRptProcedure.MultiSelect = false;
  365. this.dgvRptProcedure.Name = "dgvRptProcedure";
  366. this.dgvRptProcedure.ReadOnly = true;
  367. this.dgvRptProcedure.RefreshAtHscroll = false;
  368. this.dgvRptProcedure.RowHeadersWidth = 50;
  369. this.dgvRptProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  370. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  371. this.dgvRptProcedure.RowsDefaultCellStyle = dataGridViewCellStyle6;
  372. this.dgvRptProcedure.RowTemplate.Height = 21;
  373. this.dgvRptProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  374. this.dgvRptProcedure.Size = new System.Drawing.Size(1211, 389);
  375. this.dgvRptProcedure.SortOrderColumnName = null;
  376. this.dgvRptProcedure.TabIndex = 2;
  377. this.dgvRptProcedure.Tag = true;
  378. this.dgvRptProcedure.TotalSumColumns = null;
  379. this.dgvRptProcedure.ViewRowFilter = "";
  380. this.dgvRptProcedure.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgvRptProcedure_CellFormatting);
  381. //
  382. // ProductionLineName
  383. //
  384. this.ProductionLineName.DataPropertyName = "productionlinename";
  385. this.ProductionLineName.HeaderText = "生产线";
  386. this.ProductionLineName.MinimumWidth = 6;
  387. this.ProductionLineName.Name = "ProductionLineName";
  388. this.ProductionLineName.ReadOnly = true;
  389. this.ProductionLineName.Width = 125;
  390. //
  391. // procedurename
  392. //
  393. this.procedurename.DataPropertyName = "procedurename";
  394. this.procedurename.HeaderText = "登记工序";
  395. this.procedurename.MinimumWidth = 6;
  396. this.procedurename.Name = "procedurename";
  397. this.procedurename.ReadOnly = true;
  398. this.procedurename.Width = 125;
  399. //
  400. // Defectcode
  401. //
  402. this.Defectcode.DataPropertyName = "Defectcode";
  403. this.Defectcode.HeaderText = "缺陷编码";
  404. this.Defectcode.MinimumWidth = 6;
  405. this.Defectcode.Name = "Defectcode";
  406. this.Defectcode.ReadOnly = true;
  407. this.Defectcode.Width = 125;
  408. //
  409. // Defectname
  410. //
  411. this.Defectname.DataPropertyName = "Defectname";
  412. this.Defectname.HeaderText = "缺陷名称";
  413. this.Defectname.MinimumWidth = 6;
  414. this.Defectname.Name = "Defectname";
  415. this.Defectname.ReadOnly = true;
  416. this.Defectname.Width = 125;
  417. //
  418. // goodstypename2
  419. //
  420. this.goodstypename2.DataPropertyName = "goodstypename2";
  421. this.goodstypename2.HeaderText = "产品二级类别";
  422. this.goodstypename2.MinimumWidth = 6;
  423. this.goodstypename2.Name = "goodstypename2";
  424. this.goodstypename2.ReadOnly = true;
  425. this.goodstypename2.Width = 125;
  426. //
  427. // OutKilnCount
  428. //
  429. this.OutKilnCount.DataPropertyName = "OutKilnCount";
  430. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  431. this.OutKilnCount.DefaultCellStyle = dataGridViewCellStyle3;
  432. this.OutKilnCount.HeaderText = "出窑数";
  433. this.OutKilnCount.MinimumWidth = 6;
  434. this.OutKilnCount.Name = "OutKilnCount";
  435. this.OutKilnCount.ReadOnly = true;
  436. this.OutKilnCount.Width = 125;
  437. //
  438. // DefectCount
  439. //
  440. this.DefectCount.DataPropertyName = "DefectCount";
  441. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  442. this.DefectCount.DefaultCellStyle = dataGridViewCellStyle4;
  443. this.DefectCount.HeaderText = "缺陷数量";
  444. this.DefectCount.MinimumWidth = 6;
  445. this.DefectCount.Name = "DefectCount";
  446. this.DefectCount.ReadOnly = true;
  447. this.DefectCount.Width = 125;
  448. //
  449. // DefectPercent
  450. //
  451. this.DefectPercent.DataPropertyName = "DefectPercent";
  452. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  453. dataGridViewCellStyle5.Format = "p2";
  454. dataGridViewCellStyle5.NullValue = "#DIV/0!";
  455. this.DefectPercent.DefaultCellStyle = dataGridViewCellStyle5;
  456. this.DefectPercent.HeaderText = "缺陷率";
  457. this.DefectPercent.MinimumWidth = 6;
  458. this.DefectPercent.Name = "DefectPercent";
  459. this.DefectPercent.ReadOnly = true;
  460. this.DefectPercent.Width = 125;
  461. //
  462. // CJprocedurename
  463. //
  464. this.CJprocedurename.DataPropertyName = "CJprocedurename";
  465. this.CJprocedurename.HeaderText = "成检工序";
  466. this.CJprocedurename.Name = "CJprocedurename";
  467. this.CJprocedurename.ReadOnly = true;
  468. //
  469. // txtDefectName
  470. //
  471. this.txtDefectName.BackColor = System.Drawing.SystemColors.Window;
  472. this.txtDefectName.BackgroundColor = System.Drawing.SystemColors.Window;
  473. this.txtDefectName.ErrorMessage = "";
  474. this.txtDefectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. this.txtDefectName.Location = new System.Drawing.Point(497, 45);
  476. this.txtDefectName.Name = "txtDefectName";
  477. this.txtDefectName.Size = new System.Drawing.Size(133, 21);
  478. this.txtDefectName.TabIndex = 12;
  479. this.txtDefectName.TextValue = "";
  480. //
  481. // dkProcedureSearchBox3
  482. //
  483. this.dkProcedureSearchBox3.BackColor = System.Drawing.Color.Transparent;
  484. this.dkProcedureSearchBox3.DataSource = null;
  485. this.dkProcedureSearchBox3.Enabled = true;
  486. this.dkProcedureSearchBox3.IsEnablePurview = false;
  487. this.dkProcedureSearchBox3.IsMustInput = false;
  488. this.dkProcedureSearchBox3.Location = new System.Drawing.Point(20, 45);
  489. this.dkProcedureSearchBox3.Margin = new System.Windows.Forms.Padding(4);
  490. this.dkProcedureSearchBox3.ModelType = "-1";
  491. this.dkProcedureSearchBox3.Name = "dkProcedureSearchBox3";
  492. this.dkProcedureSearchBox3.ProcedureCode = "";
  493. this.dkProcedureSearchBox3.ProcedureID = null;
  494. this.dkProcedureSearchBox3.ProcedureIDS = null;
  495. this.dkProcedureSearchBox3.ProcedureName = null;
  496. this.dkProcedureSearchBox3.Purview = null;
  497. this.dkProcedureSearchBox3.PurviewType = ((byte)(0));
  498. this.dkProcedureSearchBox3.SelectMore = true;
  499. this.dkProcedureSearchBox3.Size = new System.Drawing.Size(216, 21);
  500. this.dkProcedureSearchBox3.TabIndex = 8;
  501. this.dkProcedureSearchBox3.Title = "质量登记工序";
  502. this.dkProcedureSearchBox3.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  503. //
  504. // chkOutKilnNum
  505. //
  506. this.chkOutKilnNum.AutoSize = true;
  507. this.chkOutKilnNum.Checked = true;
  508. this.chkOutKilnNum.CheckState = System.Windows.Forms.CheckState.Checked;
  509. this.chkOutKilnNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. this.chkOutKilnNum.Location = new System.Drawing.Point(833, 49);
  511. this.chkOutKilnNum.Name = "chkOutKilnNum";
  512. this.chkOutKilnNum.Size = new System.Drawing.Size(144, 16);
  513. this.chkOutKilnNum.TabIndex = 15;
  514. this.chkOutKilnNum.Text = "按产品类别统计出窑数";
  515. this.chkOutKilnNum.UseVisualStyleBackColor = true;
  516. //
  517. // dkCJProcedureSearchBox
  518. //
  519. this.dkCJProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  520. this.dkCJProcedureSearchBox.DataSource = null;
  521. this.dkCJProcedureSearchBox.Enabled = true;
  522. this.dkCJProcedureSearchBox.IsEnablePurview = false;
  523. this.dkCJProcedureSearchBox.IsMustInput = false;
  524. this.dkCJProcedureSearchBox.Location = new System.Drawing.Point(636, 46);
  525. this.dkCJProcedureSearchBox.ModelType = null;
  526. this.dkCJProcedureSearchBox.Name = "dkCJProcedureSearchBox";
  527. this.dkCJProcedureSearchBox.ProcedureCode = "";
  528. this.dkCJProcedureSearchBox.ProcedureID = null;
  529. this.dkCJProcedureSearchBox.ProcedureIDS = null;
  530. this.dkCJProcedureSearchBox.ProcedureName = null;
  531. this.dkCJProcedureSearchBox.Purview = null;
  532. this.dkCJProcedureSearchBox.PurviewType = ((byte)(0));
  533. this.dkCJProcedureSearchBox.SelectMore = true;
  534. this.dkCJProcedureSearchBox.Size = new System.Drawing.Size(191, 21);
  535. this.dkCJProcedureSearchBox.TabIndex = 16;
  536. this.dkCJProcedureSearchBox.Title = "成检工序";
  537. this.dkCJProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  538. //
  539. // F_RPT_040106
  540. //
  541. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  542. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  543. this.ClientSize = new System.Drawing.Size(1223, 508);
  544. this.Controls.Add(this.dgvRptProcedure);
  545. this.Controls.Add(this.tsrOperate);
  546. this.Controls.Add(this.gbxCondition);
  547. this.Margin = new System.Windows.Forms.Padding(4);
  548. this.Name = "F_RPT_040106";
  549. this.Text = "缺陷报表";
  550. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_040104_FormClosed);
  551. this.Load += new System.EventHandler(this.F_RPT_040104_Load);
  552. this.tsrOperate.ResumeLayout(false);
  553. this.tsrOperate.PerformLayout();
  554. this.gbxCondition.ResumeLayout(false);
  555. this.gbxCondition.PerformLayout();
  556. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).EndInit();
  557. this.ResumeLayout(false);
  558. }
  559. #endregion
  560. private Basics.BaseControls.C_ComboBox dropKilnCode;
  561. private Basics.BaseControls.C_Label lblKilnCode;
  562. private Basics.BaseControls.C_ToolStrip tsrOperate;
  563. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  564. private System.Windows.Forms.ToolStripButton tsbtnClose;
  565. private Basics.BaseControls.C_Label lblAccountDateStart;
  566. private Basics.BaseControls.C_Label lblAccountDateEnd;
  567. private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd;
  568. private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart;
  569. private Basics.BaseControls.C_GroupBox gbxCondition;
  570. private Basics.BaseControls.C_Button btnClearCondition;
  571. private Basics.BaseControls.C_Button btnSearch;
  572. private Basics.BaseControls.C_DataGridView dgvRptProcedure;
  573. private Basics.BaseControls.C_TextBox txtDefectCode;
  574. private Basics.BaseControls.C_Label lblDefectName;
  575. private Basics.BaseControls.C_Label lblDefectCode;
  576. private Basics.BaseControls.C_Label lblRptProcedureName;
  577. private Basics.BaseControls.C_ComboBox dropRptProcedure;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
  580. private System.Windows.Forms.DataGridViewTextBoxColumn Defectcode;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn Defectname;
  582. private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename2;
  583. private System.Windows.Forms.DataGridViewTextBoxColumn OutKilnCount;
  584. private System.Windows.Forms.DataGridViewTextBoxColumn DefectCount;
  585. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPercent;
  586. private System.Windows.Forms.DataGridViewTextBoxColumn CJprocedurename;
  587. private Controls.SearchTextBox.dkProcedureSearchBox dkCJProcedureSearchBox;
  588. private Basics.BaseControls.C_CheckBox chkOutKilnNum;
  589. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox3;
  590. private Basics.BaseControls.C_TextBox txtDefectName;
  591. }
  592. }