版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

386 строки
19 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmReport
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmReport));
  34. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  35. this.tsslCount = new System.Windows.Forms.ToolStripStatusLabel();
  36. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  39. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.textBox1 = new System.Windows.Forms.TextBox();
  43. this.textBox2 = new System.Windows.Forms.TextBox();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.label5 = new System.Windows.Forms.Label();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.comboBox1 = new System.Windows.Forms.ComboBox();
  48. this.comboBox2 = new System.Windows.Forms.ComboBox();
  49. this.button1 = new System.Windows.Forms.Button();
  50. this.button2 = new System.Windows.Forms.Button();
  51. this.检测值 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.工序 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.statusStrip1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // statusStrip1
  63. //
  64. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  65. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  66. this.tsslCount});
  67. this.statusStrip1.Location = new System.Drawing.Point(0, 688);
  68. this.statusStrip1.Name = "statusStrip1";
  69. this.statusStrip1.Size = new System.Drawing.Size(1446, 31);
  70. this.statusStrip1.TabIndex = 21;
  71. this.statusStrip1.Text = "statusStrip1";
  72. //
  73. // tsslCount
  74. //
  75. this.tsslCount.Name = "tsslCount";
  76. this.tsslCount.Size = new System.Drawing.Size(33, 24);
  77. this.tsslCount.Text = "共 ";
  78. //
  79. // dataGridView1
  80. //
  81. this.dataGridView1.AllowUserToAddRows = false;
  82. this.dataGridView1.AllowUserToDeleteRows = false;
  83. this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  84. | System.Windows.Forms.AnchorStyles.Left)
  85. | System.Windows.Forms.AnchorStyles.Right)));
  86. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  87. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  88. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  90. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  91. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  92. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  93. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  94. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  95. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  96. this.检测值,
  97. this.工序,
  98. this.Column5,
  99. this.Column3,
  100. this.Column4,
  101. this.Column2,
  102. this.Column1});
  103. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  104. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  105. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  107. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  108. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  109. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  110. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle4;
  111. this.dataGridView1.Location = new System.Drawing.Point(0, 46);
  112. this.dataGridView1.MultiSelect = false;
  113. this.dataGridView1.Name = "dataGridView1";
  114. this.dataGridView1.ReadOnly = true;
  115. this.dataGridView1.RowHeadersVisible = false;
  116. this.dataGridView1.RowHeadersWidth = 62;
  117. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
  119. this.dataGridView1.RowTemplate.Height = 30;
  120. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  121. this.dataGridView1.Size = new System.Drawing.Size(1446, 642);
  122. this.dataGridView1.TabIndex = 22;
  123. //
  124. // label1
  125. //
  126. this.label1.AutoSize = true;
  127. this.label1.Location = new System.Drawing.Point(987, 17);
  128. this.label1.Name = "label1";
  129. this.label1.Size = new System.Drawing.Size(44, 18);
  130. this.label1.TabIndex = 23;
  131. this.label1.Text = "日期";
  132. //
  133. // dateTimePicker1
  134. //
  135. this.dateTimePicker1.Location = new System.Drawing.Point(1037, 10);
  136. this.dateTimePicker1.Name = "dateTimePicker1";
  137. this.dateTimePicker1.Size = new System.Drawing.Size(153, 28);
  138. this.dateTimePicker1.TabIndex = 24;
  139. //
  140. // dateTimePicker2
  141. //
  142. this.dateTimePicker2.Location = new System.Drawing.Point(1223, 10);
  143. this.dateTimePicker2.Name = "dateTimePicker2";
  144. this.dateTimePicker2.Size = new System.Drawing.Size(154, 28);
  145. this.dateTimePicker2.TabIndex = 25;
  146. //
  147. // label2
  148. //
  149. this.label2.AutoSize = true;
  150. this.label2.Location = new System.Drawing.Point(1191, 17);
  151. this.label2.Name = "label2";
  152. this.label2.Size = new System.Drawing.Size(26, 18);
  153. this.label2.TabIndex = 23;
  154. this.label2.Text = "至";
  155. //
  156. // label3
  157. //
  158. this.label3.AutoSize = true;
  159. this.label3.Location = new System.Drawing.Point(15, 19);
  160. this.label3.Name = "label3";
  161. this.label3.Size = new System.Drawing.Size(80, 18);
  162. this.label3.TabIndex = 23;
  163. this.label3.Text = "产品名称";
  164. //
  165. // textBox1
  166. //
  167. this.textBox1.Location = new System.Drawing.Point(101, 12);
  168. this.textBox1.Name = "textBox1";
  169. this.textBox1.Size = new System.Drawing.Size(179, 28);
  170. this.textBox1.TabIndex = 26;
  171. //
  172. // textBox2
  173. //
  174. this.textBox2.Location = new System.Drawing.Point(370, 12);
  175. this.textBox2.Name = "textBox2";
  176. this.textBox2.Size = new System.Drawing.Size(109, 28);
  177. this.textBox2.TabIndex = 28;
  178. //
  179. // label4
  180. //
  181. this.label4.AutoSize = true;
  182. this.label4.Location = new System.Drawing.Point(294, 19);
  183. this.label4.Name = "label4";
  184. this.label4.Size = new System.Drawing.Size(62, 18);
  185. this.label4.TabIndex = 27;
  186. this.label4.Text = "检测人";
  187. //
  188. // label5
  189. //
  190. this.label5.AutoSize = true;
  191. this.label5.Location = new System.Drawing.Point(499, 17);
  192. this.label5.Name = "label5";
  193. this.label5.Size = new System.Drawing.Size(80, 18);
  194. this.label5.TabIndex = 27;
  195. this.label5.Text = "检测结果";
  196. //
  197. // label6
  198. //
  199. this.label6.AutoSize = true;
  200. this.label6.Location = new System.Drawing.Point(726, 17);
  201. this.label6.Name = "label6";
  202. this.label6.Size = new System.Drawing.Size(80, 18);
  203. this.label6.TabIndex = 27;
  204. this.label6.Text = "缺陷类型";
  205. //
  206. // comboBox1
  207. //
  208. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  209. this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  210. this.comboBox1.FormattingEnabled = true;
  211. this.comboBox1.Items.AddRange(new object[] {
  212. "全部",
  213. "类型1",
  214. "类型2"});
  215. this.comboBox1.Location = new System.Drawing.Point(812, 12);
  216. this.comboBox1.Name = "comboBox1";
  217. this.comboBox1.Size = new System.Drawing.Size(157, 26);
  218. this.comboBox1.TabIndex = 29;
  219. //
  220. // comboBox2
  221. //
  222. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  223. this.comboBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  224. this.comboBox2.FormattingEnabled = true;
  225. this.comboBox2.Items.AddRange(new object[] {
  226. "全部",
  227. "通过",
  228. "不通过"});
  229. this.comboBox2.Location = new System.Drawing.Point(585, 12);
  230. this.comboBox2.Name = "comboBox2";
  231. this.comboBox2.Size = new System.Drawing.Size(110, 26);
  232. this.comboBox2.TabIndex = 29;
  233. //
  234. // button1
  235. //
  236. this.button1.Location = new System.Drawing.Point(1394, 7);
  237. this.button1.Name = "button1";
  238. this.button1.Size = new System.Drawing.Size(75, 33);
  239. this.button1.TabIndex = 30;
  240. this.button1.Text = "查询";
  241. this.button1.UseVisualStyleBackColor = true;
  242. //
  243. // button2
  244. //
  245. this.button2.Location = new System.Drawing.Point(1477, 7);
  246. this.button2.Name = "button2";
  247. this.button2.Size = new System.Drawing.Size(75, 33);
  248. this.button2.TabIndex = 30;
  249. this.button2.Text = "导出";
  250. this.button2.UseVisualStyleBackColor = true;
  251. //
  252. // 检测值
  253. //
  254. this.检测值.DataPropertyName = "code";
  255. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  256. this.检测值.DefaultCellStyle = dataGridViewCellStyle2;
  257. this.检测值.HeaderText = "产品编号";
  258. this.检测值.MinimumWidth = 8;
  259. this.检测值.Name = "检测值";
  260. this.检测值.ReadOnly = true;
  261. this.检测值.Width = 150;
  262. //
  263. // 工序
  264. //
  265. this.工序.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  266. this.工序.DataPropertyName = "name";
  267. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  268. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.工序.DefaultCellStyle = dataGridViewCellStyle3;
  270. this.工序.HeaderText = "产品名称";
  271. this.工序.MinimumWidth = 60;
  272. this.工序.Name = "工序";
  273. this.工序.ReadOnly = true;
  274. //
  275. // Column5
  276. //
  277. this.Column5.DataPropertyName = "spec";
  278. this.Column5.HeaderText = "规格";
  279. this.Column5.MinimumWidth = 8;
  280. this.Column5.Name = "Column5";
  281. this.Column5.ReadOnly = true;
  282. this.Column5.Width = 150;
  283. //
  284. // Column3
  285. //
  286. this.Column3.DataPropertyName = "stepCode";
  287. this.Column3.HeaderText = "检测结果";
  288. this.Column3.MinimumWidth = 8;
  289. this.Column3.Name = "Column3";
  290. this.Column3.ReadOnly = true;
  291. this.Column3.Width = 200;
  292. //
  293. // Column4
  294. //
  295. this.Column4.DataPropertyName = "stepName";
  296. this.Column4.HeaderText = "缺陷类型";
  297. this.Column4.MinimumWidth = 8;
  298. this.Column4.Name = "Column4";
  299. this.Column4.ReadOnly = true;
  300. this.Column4.Width = 200;
  301. //
  302. // Column2
  303. //
  304. this.Column2.DataPropertyName = "userName";
  305. this.Column2.HeaderText = "检测人";
  306. this.Column2.MinimumWidth = 8;
  307. this.Column2.Name = "Column2";
  308. this.Column2.ReadOnly = true;
  309. this.Column2.Width = 150;
  310. //
  311. // Column1
  312. //
  313. this.Column1.DataPropertyName = "dateTime";
  314. this.Column1.HeaderText = "检测日期";
  315. this.Column1.MinimumWidth = 8;
  316. this.Column1.Name = "Column1";
  317. this.Column1.ReadOnly = true;
  318. this.Column1.Width = 150;
  319. //
  320. // FrmReport
  321. //
  322. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  323. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  324. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  325. this.ClientSize = new System.Drawing.Size(1446, 719);
  326. this.Controls.Add(this.button2);
  327. this.Controls.Add(this.button1);
  328. this.Controls.Add(this.comboBox2);
  329. this.Controls.Add(this.comboBox1);
  330. this.Controls.Add(this.label6);
  331. this.Controls.Add(this.label5);
  332. this.Controls.Add(this.textBox2);
  333. this.Controls.Add(this.label4);
  334. this.Controls.Add(this.textBox1);
  335. this.Controls.Add(this.dateTimePicker2);
  336. this.Controls.Add(this.dateTimePicker1);
  337. this.Controls.Add(this.label2);
  338. this.Controls.Add(this.label3);
  339. this.Controls.Add(this.label1);
  340. this.Controls.Add(this.dataGridView1);
  341. this.Controls.Add(this.statusStrip1);
  342. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  343. this.Name = "FrmReport";
  344. this.ShowInTaskbar = false;
  345. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  346. this.Text = "数据报表";
  347. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  348. this.Load += new System.EventHandler(this.FrmProductList_Load);
  349. this.statusStrip1.ResumeLayout(false);
  350. this.statusStrip1.PerformLayout();
  351. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  352. this.ResumeLayout(false);
  353. this.PerformLayout();
  354. }
  355. #endregion
  356. private System.Windows.Forms.StatusStrip statusStrip1;
  357. private System.Windows.Forms.DataGridView dataGridView1;
  358. private System.Windows.Forms.ToolStripStatusLabel tsslCount;
  359. private System.Windows.Forms.Label label1;
  360. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  361. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  362. private System.Windows.Forms.Label label2;
  363. private System.Windows.Forms.Label label3;
  364. private System.Windows.Forms.TextBox textBox1;
  365. private System.Windows.Forms.TextBox textBox2;
  366. private System.Windows.Forms.Label label4;
  367. private System.Windows.Forms.Label label5;
  368. private System.Windows.Forms.Label label6;
  369. private System.Windows.Forms.ComboBox comboBox1;
  370. private System.Windows.Forms.ComboBox comboBox2;
  371. private System.Windows.Forms.Button button1;
  372. private System.Windows.Forms.Button button2;
  373. private System.Windows.Forms.DataGridViewTextBoxColumn 检测值;
  374. private System.Windows.Forms.DataGridViewTextBoxColumn 工序;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  378. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  379. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  380. }
  381. }