F_RPT_080103.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_080103
  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_080103));
  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 dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  43. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  44. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  45. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  46. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  47. this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
  48. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
  50. this.dkDefectSearchBox2 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkDefectSearchBox();
  51. this.dkDefectSearchBox1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkDefectSearchBox();
  52. this.dkProcedureSearchBox3 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  53. this.dkProcedureSearchBox2 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  54. this.dkHandOverProcedure = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  55. this.dkProcedureSearchBox1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  56. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  58. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  59. this.dgv1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  60. this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.goodstype = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.usercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.glazetype = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.production = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.outKiln = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.Defective = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.Substandard = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.DefectiveDetails = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.SubstandardDetails = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.DefectiveDefect1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.DefectiveDefect2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.SubstandardDefect1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.SubstandardDefect2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.Nextdamage = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.damage = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.tsrOperate.SuspendLayout();
  78. this.gbxCondition.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).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(1148, 35);
  95. this.tsrOperate.TabIndex = 0;
  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.dtpEndTime);
  127. this.gbxCondition.Controls.Add(this.c_Label2);
  128. this.gbxCondition.Controls.Add(this.dtpStartTime);
  129. this.gbxCondition.Controls.Add(this.dkDefectSearchBox2);
  130. this.gbxCondition.Controls.Add(this.dkDefectSearchBox1);
  131. this.gbxCondition.Controls.Add(this.dkProcedureSearchBox3);
  132. this.gbxCondition.Controls.Add(this.dkProcedureSearchBox2);
  133. this.gbxCondition.Controls.Add(this.dkHandOverProcedure);
  134. this.gbxCondition.Controls.Add(this.dkProcedureSearchBox1);
  135. this.gbxCondition.Controls.Add(this.c_Label1);
  136. this.gbxCondition.Controls.Add(this.btnClearCondition);
  137. this.gbxCondition.Controls.Add(this.btnSearch);
  138. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  140. this.gbxCondition.IsMustInput = false;
  141. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  142. this.gbxCondition.Name = "gbxCondition";
  143. this.gbxCondition.OriginalHeight = -1;
  144. this.gbxCondition.Size = new System.Drawing.Size(1136, 80);
  145. this.gbxCondition.TabIndex = 1;
  146. this.gbxCondition.TabStop = false;
  147. this.gbxCondition.Text = "查询条件 ▼";
  148. //
  149. // dtpEndTime
  150. //
  151. this.dtpEndTime.CustomFormat = "yyyy-MM-dd";
  152. this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  153. this.dtpEndTime.Location = new System.Drawing.Point(263, 20);
  154. this.dtpEndTime.Name = "dtpEndTime";
  155. this.dtpEndTime.Size = new System.Drawing.Size(127, 21);
  156. this.dtpEndTime.TabIndex = 3;
  157. //
  158. // c_Label2
  159. //
  160. this.c_Label2.AutoSize = true;
  161. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  162. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  164. this.c_Label2.Location = new System.Drawing.Point(240, 24);
  165. this.c_Label2.Name = "c_Label2";
  166. this.c_Label2.Size = new System.Drawing.Size(17, 12);
  167. this.c_Label2.TabIndex = 2;
  168. this.c_Label2.Text = "至";
  169. //
  170. // dtpStartTime
  171. //
  172. this.dtpStartTime.CustomFormat = "yyyy-MM-dd";
  173. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  174. this.dtpStartTime.Location = new System.Drawing.Point(71, 20);
  175. this.dtpStartTime.Name = "dtpStartTime";
  176. this.dtpStartTime.Size = new System.Drawing.Size(127, 21);
  177. this.dtpStartTime.TabIndex = 1;
  178. //
  179. // dkDefectSearchBox2
  180. //
  181. this.dkDefectSearchBox2.DataSource = null;
  182. this.dkDefectSearchBox2.DefectFineCode = null;
  183. this.dkDefectSearchBox2.DefectIDS = null;
  184. this.dkDefectSearchBox2.Enabled = true;
  185. this.dkDefectSearchBox2.IsMustInput = false;
  186. this.dkDefectSearchBox2.Location = new System.Drawing.Point(629, 47);
  187. this.dkDefectSearchBox2.Name = "dkDefectSearchBox2";
  188. this.dkDefectSearchBox2.PurviewType = ((byte)(0));
  189. this.dkDefectSearchBox2.SelectMore = true;
  190. this.dkDefectSearchBox2.Size = new System.Drawing.Size(206, 21);
  191. this.dkDefectSearchBox2.TabIndex = 9;
  192. this.dkDefectSearchBox2.Title = "特殊缺陷2";
  193. this.dkDefectSearchBox2.TxtUserBackColor = System.Drawing.SystemColors.Control;
  194. //
  195. // dkDefectSearchBox1
  196. //
  197. this.dkDefectSearchBox1.DataSource = null;
  198. this.dkDefectSearchBox1.DefectFineCode = null;
  199. this.dkDefectSearchBox1.DefectIDS = null;
  200. this.dkDefectSearchBox1.Enabled = true;
  201. this.dkDefectSearchBox1.IsMustInput = false;
  202. this.dkDefectSearchBox1.Location = new System.Drawing.Point(629, 20);
  203. this.dkDefectSearchBox1.Name = "dkDefectSearchBox1";
  204. this.dkDefectSearchBox1.PurviewType = ((byte)(0));
  205. this.dkDefectSearchBox1.SelectMore = true;
  206. this.dkDefectSearchBox1.Size = new System.Drawing.Size(206, 21);
  207. this.dkDefectSearchBox1.TabIndex = 5;
  208. this.dkDefectSearchBox1.Title = "特殊缺陷1";
  209. this.dkDefectSearchBox1.TxtUserBackColor = System.Drawing.SystemColors.Control;
  210. //
  211. // dkProcedureSearchBox3
  212. //
  213. this.dkProcedureSearchBox3.BackColor = System.Drawing.Color.Transparent;
  214. this.dkProcedureSearchBox3.DataSource = null;
  215. this.dkProcedureSearchBox3.Enabled = true;
  216. this.dkProcedureSearchBox3.IsEnablePurview = false;
  217. this.dkProcedureSearchBox3.IsMustInput = false;
  218. this.dkProcedureSearchBox3.Location = new System.Drawing.Point(396, 20);
  219. this.dkProcedureSearchBox3.ModelType = "-1";
  220. this.dkProcedureSearchBox3.Name = "dkProcedureSearchBox3";
  221. this.dkProcedureSearchBox3.ProcedureCode = "";
  222. this.dkProcedureSearchBox3.ProcedureID = null;
  223. this.dkProcedureSearchBox3.ProcedureIDS = null;
  224. this.dkProcedureSearchBox3.ProcedureName = null;
  225. this.dkProcedureSearchBox3.Purview = null;
  226. this.dkProcedureSearchBox3.PurviewType = ((byte)(0));
  227. this.dkProcedureSearchBox3.SelectMore = true;
  228. this.dkProcedureSearchBox3.Size = new System.Drawing.Size(227, 21);
  229. this.dkProcedureSearchBox3.TabIndex = 4;
  230. this.dkProcedureSearchBox3.Title = " 质量登记工序";
  231. this.dkProcedureSearchBox3.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  232. //
  233. // dkProcedureSearchBox2
  234. //
  235. this.dkProcedureSearchBox2.BackColor = System.Drawing.Color.Transparent;
  236. this.dkProcedureSearchBox2.DataSource = null;
  237. this.dkProcedureSearchBox2.Enabled = true;
  238. this.dkProcedureSearchBox2.IsEnablePurview = false;
  239. this.dkProcedureSearchBox2.IsMustInput = false;
  240. this.dkProcedureSearchBox2.Location = new System.Drawing.Point(396, 47);
  241. this.dkProcedureSearchBox2.ModelType = null;
  242. this.dkProcedureSearchBox2.Name = "dkProcedureSearchBox2";
  243. this.dkProcedureSearchBox2.ProcedureCode = "";
  244. this.dkProcedureSearchBox2.ProcedureID = null;
  245. this.dkProcedureSearchBox2.ProcedureIDS = null;
  246. this.dkProcedureSearchBox2.ProcedureName = null;
  247. this.dkProcedureSearchBox2.Purview = null;
  248. this.dkProcedureSearchBox2.PurviewType = ((byte)(0));
  249. this.dkProcedureSearchBox2.SelectMore = true;
  250. this.dkProcedureSearchBox2.Size = new System.Drawing.Size(227, 21);
  251. this.dkProcedureSearchBox2.TabIndex = 8;
  252. this.dkProcedureSearchBox2.Title = "出窑数统计工序";
  253. this.dkProcedureSearchBox2.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  254. //
  255. // dkHandOverProcedure
  256. //
  257. this.dkHandOverProcedure.BackColor = System.Drawing.Color.Transparent;
  258. this.dkHandOverProcedure.DataSource = null;
  259. this.dkHandOverProcedure.Enabled = true;
  260. this.dkHandOverProcedure.IsEnablePurview = false;
  261. this.dkHandOverProcedure.IsMustInput = false;
  262. this.dkHandOverProcedure.Location = new System.Drawing.Point(204, 47);
  263. this.dkHandOverProcedure.ModelType = "";
  264. this.dkHandOverProcedure.Name = "dkHandOverProcedure";
  265. this.dkHandOverProcedure.ProcedureCode = "";
  266. this.dkHandOverProcedure.ProcedureID = null;
  267. this.dkHandOverProcedure.ProcedureIDS = null;
  268. this.dkHandOverProcedure.ProcedureName = null;
  269. this.dkHandOverProcedure.Purview = null;
  270. this.dkHandOverProcedure.PurviewType = ((byte)(0));
  271. this.dkHandOverProcedure.SelectMore = true;
  272. this.dkHandOverProcedure.Size = new System.Drawing.Size(186, 21);
  273. this.dkHandOverProcedure.TabIndex = 7;
  274. this.dkHandOverProcedure.Title = "交接工序";
  275. this.dkHandOverProcedure.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  276. //
  277. // dkProcedureSearchBox1
  278. //
  279. this.dkProcedureSearchBox1.BackColor = System.Drawing.Color.Transparent;
  280. this.dkProcedureSearchBox1.DataSource = null;
  281. this.dkProcedureSearchBox1.Enabled = true;
  282. this.dkProcedureSearchBox1.IsEnablePurview = false;
  283. this.dkProcedureSearchBox1.IsMustInput = true;
  284. this.dkProcedureSearchBox1.Location = new System.Drawing.Point(12, 47);
  285. this.dkProcedureSearchBox1.ModelType = "";
  286. this.dkProcedureSearchBox1.Name = "dkProcedureSearchBox1";
  287. this.dkProcedureSearchBox1.ProcedureCode = "";
  288. this.dkProcedureSearchBox1.ProcedureID = null;
  289. this.dkProcedureSearchBox1.ProcedureIDS = null;
  290. this.dkProcedureSearchBox1.ProcedureName = null;
  291. this.dkProcedureSearchBox1.Purview = null;
  292. this.dkProcedureSearchBox1.PurviewType = ((byte)(0));
  293. this.dkProcedureSearchBox1.SelectMore = true;
  294. this.dkProcedureSearchBox1.Size = new System.Drawing.Size(186, 21);
  295. this.dkProcedureSearchBox1.TabIndex = 6;
  296. this.dkProcedureSearchBox1.Title = "统计工序";
  297. this.dkProcedureSearchBox1.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  298. //
  299. // c_Label1
  300. //
  301. this.c_Label1.AutoSize = true;
  302. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  303. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  305. this.c_Label1.Location = new System.Drawing.Point(12, 24);
  306. this.c_Label1.Name = "c_Label1";
  307. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  308. this.c_Label1.TabIndex = 0;
  309. this.c_Label1.Text = "统计日期";
  310. //
  311. // btnClearCondition
  312. //
  313. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  314. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  315. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  316. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  318. this.btnClearCondition.Location = new System.Drawing.Point(1033, 45);
  319. this.btnClearCondition.Name = "btnClearCondition";
  320. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  321. this.btnClearCondition.TabIndex = 11;
  322. this.btnClearCondition.Text = "清空条件(&C)";
  323. this.btnClearCondition.UseVisualStyleBackColor = true;
  324. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  325. //
  326. // btnSearch
  327. //
  328. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  329. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  330. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  331. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.btnSearch.ForeColor = System.Drawing.Color.White;
  333. this.btnSearch.Location = new System.Drawing.Point(942, 45);
  334. this.btnSearch.Name = "btnSearch";
  335. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  336. this.btnSearch.TabIndex = 10;
  337. this.btnSearch.Text = "查询(&Q)";
  338. this.btnSearch.UseVisualStyleBackColor = true;
  339. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  340. //
  341. // dgv1
  342. //
  343. this.dgv1.AllowUserToAddRows = false;
  344. this.dgv1.AllowUserToDeleteRows = false;
  345. this.dgv1.AllowUserToModifyRows = true;
  346. this.dgv1.AllowUserToOrderColumns = true;
  347. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  348. this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  349. this.dgv1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  350. | System.Windows.Forms.AnchorStyles.Left)
  351. | System.Windows.Forms.AnchorStyles.Right)));
  352. this.dgv1.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  353. this.dgv1.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  354. this.dgv1.CellHeight = 23;
  355. this.dgv1.ChildNodeColumnName = null;
  356. this.dgv1.ChildNodeColumnText = null;
  357. this.dgv1.ColumnDeep = 1;
  358. this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  359. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  360. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  361. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  363. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  364. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  365. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  366. this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  367. this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  368. this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  369. this.procedurename,
  370. this.goodstype,
  371. this.usercode,
  372. this.goodscode,
  373. this.glazetype,
  374. this.production,
  375. this.outKiln,
  376. this.Defective,
  377. this.Substandard,
  378. this.DefectiveDetails,
  379. this.SubstandardDetails,
  380. this.DefectiveDefect1,
  381. this.DefectiveDefect2,
  382. this.SubstandardDefect1,
  383. this.SubstandardDefect2,
  384. this.Nextdamage,
  385. this.damage});
  386. this.dgv1.ColumnTreeView = null;
  387. this.dgv1.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)));
  388. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  389. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
  390. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  391. dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
  392. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  393. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  394. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  395. this.dgv1.DefaultCellStyle = dataGridViewCellStyle13;
  396. this.dgv1.DynamicColumnName = "";
  397. this.dgv1.EnableHeadersVisualStyles = false;
  398. this.dgv1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. this.dgv1.HorizontalMergeColumn = null;
  400. this.dgv1.IsAutoCountSum = true;
  401. this.dgv1.IsAutoResizeColumns = false;
  402. this.dgv1.IsClickF12 = false;
  403. this.dgv1.IsOpenMergeCellFlag = false;
  404. this.dgv1.IsSubTotalFlag = false;
  405. this.dgv1.IsTopDeep = false;
  406. this.dgv1.Location = new System.Drawing.Point(0, 124);
  407. this.dgv1.MergeColumnNames = null;
  408. this.dgv1.MergeDetailColumnNames = null;
  409. this.dgv1.MergeDetailOnlyColumn = null;
  410. this.dgv1.MergeOnlyColumn = null;
  411. this.dgv1.MultiSelect = false;
  412. this.dgv1.Name = "dgv1";
  413. this.dgv1.ReadOnly = true;
  414. this.dgv1.RefreshAtHscroll = false;
  415. this.dgv1.RowHeadersWidth = 50;
  416. this.dgv1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  417. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  418. this.dgv1.RowsDefaultCellStyle = dataGridViewCellStyle14;
  419. this.dgv1.RowTemplate.Height = 21;
  420. this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  421. this.dgv1.ShowEditingIcon = false;
  422. this.dgv1.Size = new System.Drawing.Size(1136, 355);
  423. this.dgv1.SortOrderColumnName = null;
  424. this.dgv1.TabIndex = 4;
  425. this.dgv1.Tag = true;
  426. this.dgv1.TotalSumColumns = null;
  427. this.dgv1.ViewRowFilter = "";
  428. this.dgv1.VirtualMode = true;
  429. //
  430. // procedurename
  431. //
  432. this.procedurename.DataPropertyName = "procedurename";
  433. this.procedurename.HeaderText = "工序";
  434. this.procedurename.Name = "procedurename";
  435. this.procedurename.ReadOnly = true;
  436. //
  437. // goodstype
  438. //
  439. this.goodstype.DataPropertyName = "goodstype";
  440. this.goodstype.HeaderText = "类型";
  441. this.goodstype.Name = "goodstype";
  442. this.goodstype.ReadOnly = true;
  443. //
  444. // usercode
  445. //
  446. this.usercode.DataPropertyName = "usercode";
  447. this.usercode.HeaderText = "工号";
  448. this.usercode.Name = "usercode";
  449. this.usercode.ReadOnly = true;
  450. //
  451. // goodscode
  452. //
  453. this.goodscode.DataPropertyName = "goodscode";
  454. this.goodscode.HeaderText = "型号";
  455. this.goodscode.Name = "goodscode";
  456. this.goodscode.ReadOnly = true;
  457. //
  458. // glazetype
  459. //
  460. this.glazetype.DataPropertyName = "glazetype";
  461. this.glazetype.HeaderText = "釉料类别";
  462. this.glazetype.Name = "glazetype";
  463. this.glazetype.ReadOnly = true;
  464. //
  465. // production
  466. //
  467. this.production.DataPropertyName = "production";
  468. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  469. this.production.DefaultCellStyle = dataGridViewCellStyle3;
  470. this.production.HeaderText = "产量";
  471. this.production.Name = "production";
  472. this.production.ReadOnly = true;
  473. //
  474. // outKiln
  475. //
  476. this.outKiln.DataPropertyName = "outKiln";
  477. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  478. this.outKiln.DefaultCellStyle = dataGridViewCellStyle4;
  479. this.outKiln.HeaderText = "出窑数";
  480. this.outKiln.Name = "outKiln";
  481. this.outKiln.ReadOnly = true;
  482. //
  483. // Defective
  484. //
  485. this.Defective.DataPropertyName = "Defective";
  486. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  487. this.Defective.DefaultCellStyle = dataGridViewCellStyle5;
  488. this.Defective.HeaderText = "次品";
  489. this.Defective.Name = "Defective";
  490. this.Defective.ReadOnly = true;
  491. //
  492. // Substandard
  493. //
  494. this.Substandard.DataPropertyName = "Substandard";
  495. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  496. this.Substandard.DefaultCellStyle = dataGridViewCellStyle6;
  497. this.Substandard.HeaderText = "副品";
  498. this.Substandard.Name = "Substandard";
  499. this.Substandard.ReadOnly = true;
  500. //
  501. // DefectiveDetails
  502. //
  503. this.DefectiveDetails.DataPropertyName = "DefectiveDetails";
  504. this.DefectiveDetails.HeaderText = "次品缺陷明细";
  505. this.DefectiveDetails.Name = "DefectiveDetails";
  506. this.DefectiveDetails.ReadOnly = true;
  507. //
  508. // SubstandardDetails
  509. //
  510. this.SubstandardDetails.DataPropertyName = "SubstandardDetails";
  511. this.SubstandardDetails.HeaderText = "副品缺陷明细";
  512. this.SubstandardDetails.Name = "SubstandardDetails";
  513. this.SubstandardDetails.ReadOnly = true;
  514. //
  515. // DefectiveDefect1
  516. //
  517. this.DefectiveDefect1.DataPropertyName = "DefectiveDefect1";
  518. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  519. this.DefectiveDefect1.DefaultCellStyle = dataGridViewCellStyle7;
  520. this.DefectiveDefect1.HeaderText = "次品缺陷数1";
  521. this.DefectiveDefect1.Name = "DefectiveDefect1";
  522. this.DefectiveDefect1.ReadOnly = true;
  523. //
  524. // DefectiveDefect2
  525. //
  526. this.DefectiveDefect2.DataPropertyName = "DefectiveDefect2";
  527. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  528. this.DefectiveDefect2.DefaultCellStyle = dataGridViewCellStyle8;
  529. this.DefectiveDefect2.HeaderText = "次品缺陷数2";
  530. this.DefectiveDefect2.Name = "DefectiveDefect2";
  531. this.DefectiveDefect2.ReadOnly = true;
  532. //
  533. // SubstandardDefect1
  534. //
  535. this.SubstandardDefect1.DataPropertyName = "SubstandardDefect1";
  536. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  537. this.SubstandardDefect1.DefaultCellStyle = dataGridViewCellStyle9;
  538. this.SubstandardDefect1.HeaderText = "副品缺陷数1";
  539. this.SubstandardDefect1.Name = "SubstandardDefect1";
  540. this.SubstandardDefect1.ReadOnly = true;
  541. //
  542. // SubstandardDefect2
  543. //
  544. this.SubstandardDefect2.DataPropertyName = "SubstandardDefect2";
  545. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  546. this.SubstandardDefect2.DefaultCellStyle = dataGridViewCellStyle10;
  547. this.SubstandardDefect2.HeaderText = "副品缺陷数2";
  548. this.SubstandardDefect2.Name = "SubstandardDefect2";
  549. this.SubstandardDefect2.ReadOnly = true;
  550. //
  551. // Nextdamage
  552. //
  553. this.Nextdamage.DataPropertyName = "Nextdamage";
  554. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  555. this.Nextdamage.DefaultCellStyle = dataGridViewCellStyle11;
  556. this.Nextdamage.HeaderText = "后道工序损坯数";
  557. this.Nextdamage.Name = "Nextdamage";
  558. this.Nextdamage.ReadOnly = true;
  559. //
  560. // damage
  561. //
  562. this.damage.DataPropertyName = "damage";
  563. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  564. this.damage.DefaultCellStyle = dataGridViewCellStyle12;
  565. this.damage.HeaderText = "本工号损坯";
  566. this.damage.Name = "damage";
  567. this.damage.ReadOnly = true;
  568. //
  569. // F_RPT_080103
  570. //
  571. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  572. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  573. this.ClientSize = new System.Drawing.Size(1148, 481);
  574. this.Controls.Add(this.dgv1);
  575. this.Controls.Add(this.gbxCondition);
  576. this.Controls.Add(this.tsrOperate);
  577. this.Name = "F_RPT_080103";
  578. this.RightToLeftLayout = true;
  579. this.Text = "烧成前工序产量明细表";
  580. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010201_1_FormClosed);
  581. this.Load += new System.EventHandler(this.F_RPT_010201_1_Load);
  582. this.tsrOperate.ResumeLayout(false);
  583. this.tsrOperate.PerformLayout();
  584. this.gbxCondition.ResumeLayout(false);
  585. this.gbxCondition.PerformLayout();
  586. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  587. this.ResumeLayout(false);
  588. }
  589. #endregion
  590. private Basics.BaseControls.C_ToolStrip tsrOperate;
  591. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  592. private System.Windows.Forms.ToolStripButton tsbtnClose;
  593. private Basics.BaseControls.C_GroupBox gbxCondition;
  594. private Basics.BaseControls.C_Button btnClearCondition;
  595. private Basics.BaseControls.C_Button btnSearch;
  596. private Basics.BaseControls.C_Label c_Label1;
  597. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox1;
  598. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox2;
  599. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox3;
  600. private Controls.SearchTextBox.dkDefectSearchBox dkDefectSearchBox1;
  601. private System.Windows.Forms.DateTimePicker dtpStartTime;
  602. private Controls.SearchTextBox.dkDefectSearchBox dkDefectSearchBox2;
  603. private Basics.BaseControls.C_DataGridView dgv1;
  604. private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
  605. private System.Windows.Forms.DataGridViewTextBoxColumn goodstype;
  606. private System.Windows.Forms.DataGridViewTextBoxColumn usercode;
  607. private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
  608. private System.Windows.Forms.DataGridViewTextBoxColumn glazetype;
  609. private System.Windows.Forms.DataGridViewTextBoxColumn production;
  610. private System.Windows.Forms.DataGridViewTextBoxColumn outKiln;
  611. private System.Windows.Forms.DataGridViewTextBoxColumn Defective;
  612. private System.Windows.Forms.DataGridViewTextBoxColumn Substandard;
  613. private System.Windows.Forms.DataGridViewTextBoxColumn DefectiveDetails;
  614. private System.Windows.Forms.DataGridViewTextBoxColumn SubstandardDetails;
  615. private System.Windows.Forms.DataGridViewTextBoxColumn DefectiveDefect1;
  616. private System.Windows.Forms.DataGridViewTextBoxColumn DefectiveDefect2;
  617. private System.Windows.Forms.DataGridViewTextBoxColumn SubstandardDefect1;
  618. private System.Windows.Forms.DataGridViewTextBoxColumn SubstandardDefect2;
  619. private System.Windows.Forms.DataGridViewTextBoxColumn Nextdamage;
  620. private System.Windows.Forms.DataGridViewTextBoxColumn damage;
  621. private Controls.SearchTextBox.dkProcedureSearchBox dkHandOverProcedure;
  622. private System.Windows.Forms.DateTimePicker dtpEndTime;
  623. private Basics.BaseControls.C_Label c_Label2;
  624. }
  625. }