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

248 строки
11 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmChart
  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(FrmChart));
  29. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  30. this.tsslCount = new System.Windows.Forms.ToolStripStatusLabel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  33. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.textBox1 = new System.Windows.Forms.TextBox();
  37. this.textBox2 = new System.Windows.Forms.TextBox();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.label6 = new System.Windows.Forms.Label();
  41. this.comboBox1 = new System.Windows.Forms.ComboBox();
  42. this.comboBox2 = new System.Windows.Forms.ComboBox();
  43. this.button1 = new System.Windows.Forms.Button();
  44. this.button2 = new System.Windows.Forms.Button();
  45. this.statusStrip1.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // statusStrip1
  49. //
  50. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  51. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  52. this.tsslCount});
  53. this.statusStrip1.Location = new System.Drawing.Point(0, 688);
  54. this.statusStrip1.Name = "statusStrip1";
  55. this.statusStrip1.Size = new System.Drawing.Size(1446, 31);
  56. this.statusStrip1.TabIndex = 21;
  57. this.statusStrip1.Text = "statusStrip1";
  58. //
  59. // tsslCount
  60. //
  61. this.tsslCount.Name = "tsslCount";
  62. this.tsslCount.Size = new System.Drawing.Size(33, 24);
  63. this.tsslCount.Text = "共 ";
  64. //
  65. // label1
  66. //
  67. this.label1.AutoSize = true;
  68. this.label1.Location = new System.Drawing.Point(987, 17);
  69. this.label1.Name = "label1";
  70. this.label1.Size = new System.Drawing.Size(44, 18);
  71. this.label1.TabIndex = 23;
  72. this.label1.Text = "日期";
  73. //
  74. // dateTimePicker1
  75. //
  76. this.dateTimePicker1.Location = new System.Drawing.Point(1037, 10);
  77. this.dateTimePicker1.Name = "dateTimePicker1";
  78. this.dateTimePicker1.Size = new System.Drawing.Size(153, 28);
  79. this.dateTimePicker1.TabIndex = 24;
  80. //
  81. // dateTimePicker2
  82. //
  83. this.dateTimePicker2.Location = new System.Drawing.Point(1223, 10);
  84. this.dateTimePicker2.Name = "dateTimePicker2";
  85. this.dateTimePicker2.Size = new System.Drawing.Size(154, 28);
  86. this.dateTimePicker2.TabIndex = 25;
  87. //
  88. // label2
  89. //
  90. this.label2.AutoSize = true;
  91. this.label2.Location = new System.Drawing.Point(1191, 17);
  92. this.label2.Name = "label2";
  93. this.label2.Size = new System.Drawing.Size(26, 18);
  94. this.label2.TabIndex = 23;
  95. this.label2.Text = "至";
  96. //
  97. // label3
  98. //
  99. this.label3.AutoSize = true;
  100. this.label3.Location = new System.Drawing.Point(15, 19);
  101. this.label3.Name = "label3";
  102. this.label3.Size = new System.Drawing.Size(80, 18);
  103. this.label3.TabIndex = 23;
  104. this.label3.Text = "产品名称";
  105. //
  106. // textBox1
  107. //
  108. this.textBox1.Location = new System.Drawing.Point(101, 12);
  109. this.textBox1.Name = "textBox1";
  110. this.textBox1.Size = new System.Drawing.Size(179, 28);
  111. this.textBox1.TabIndex = 26;
  112. //
  113. // textBox2
  114. //
  115. this.textBox2.Location = new System.Drawing.Point(370, 12);
  116. this.textBox2.Name = "textBox2";
  117. this.textBox2.Size = new System.Drawing.Size(109, 28);
  118. this.textBox2.TabIndex = 28;
  119. //
  120. // label4
  121. //
  122. this.label4.AutoSize = true;
  123. this.label4.Location = new System.Drawing.Point(294, 19);
  124. this.label4.Name = "label4";
  125. this.label4.Size = new System.Drawing.Size(62, 18);
  126. this.label4.TabIndex = 27;
  127. this.label4.Text = "检测人";
  128. //
  129. // label5
  130. //
  131. this.label5.AutoSize = true;
  132. this.label5.Location = new System.Drawing.Point(499, 17);
  133. this.label5.Name = "label5";
  134. this.label5.Size = new System.Drawing.Size(80, 18);
  135. this.label5.TabIndex = 27;
  136. this.label5.Text = "检测结果";
  137. //
  138. // label6
  139. //
  140. this.label6.AutoSize = true;
  141. this.label6.Location = new System.Drawing.Point(726, 17);
  142. this.label6.Name = "label6";
  143. this.label6.Size = new System.Drawing.Size(80, 18);
  144. this.label6.TabIndex = 27;
  145. this.label6.Text = "缺陷类型";
  146. //
  147. // comboBox1
  148. //
  149. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  150. this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  151. this.comboBox1.FormattingEnabled = true;
  152. this.comboBox1.Items.AddRange(new object[] {
  153. "全部",
  154. "类型1",
  155. "类型2"});
  156. this.comboBox1.Location = new System.Drawing.Point(812, 12);
  157. this.comboBox1.Name = "comboBox1";
  158. this.comboBox1.Size = new System.Drawing.Size(157, 26);
  159. this.comboBox1.TabIndex = 29;
  160. //
  161. // comboBox2
  162. //
  163. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  164. this.comboBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  165. this.comboBox2.FormattingEnabled = true;
  166. this.comboBox2.Items.AddRange(new object[] {
  167. "全部",
  168. "通过",
  169. "不通过"});
  170. this.comboBox2.Location = new System.Drawing.Point(585, 12);
  171. this.comboBox2.Name = "comboBox2";
  172. this.comboBox2.Size = new System.Drawing.Size(110, 26);
  173. this.comboBox2.TabIndex = 29;
  174. //
  175. // button1
  176. //
  177. this.button1.Location = new System.Drawing.Point(1394, 7);
  178. this.button1.Name = "button1";
  179. this.button1.Size = new System.Drawing.Size(75, 33);
  180. this.button1.TabIndex = 30;
  181. this.button1.Text = "查询";
  182. this.button1.UseVisualStyleBackColor = true;
  183. //
  184. // button2
  185. //
  186. this.button2.Location = new System.Drawing.Point(1477, 7);
  187. this.button2.Name = "button2";
  188. this.button2.Size = new System.Drawing.Size(75, 33);
  189. this.button2.TabIndex = 30;
  190. this.button2.Text = "导出";
  191. this.button2.UseVisualStyleBackColor = true;
  192. //
  193. // FrmChart
  194. //
  195. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  196. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  197. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  198. this.ClientSize = new System.Drawing.Size(1446, 719);
  199. this.Controls.Add(this.button2);
  200. this.Controls.Add(this.button1);
  201. this.Controls.Add(this.comboBox2);
  202. this.Controls.Add(this.comboBox1);
  203. this.Controls.Add(this.label6);
  204. this.Controls.Add(this.label5);
  205. this.Controls.Add(this.textBox2);
  206. this.Controls.Add(this.label4);
  207. this.Controls.Add(this.textBox1);
  208. this.Controls.Add(this.dateTimePicker2);
  209. this.Controls.Add(this.dateTimePicker1);
  210. this.Controls.Add(this.label2);
  211. this.Controls.Add(this.label3);
  212. this.Controls.Add(this.label1);
  213. this.Controls.Add(this.statusStrip1);
  214. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  215. this.Name = "FrmChart";
  216. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  217. this.Text = "数据分析";
  218. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  219. this.Load += new System.EventHandler(this.FrmProductList_Load);
  220. this.statusStrip1.ResumeLayout(false);
  221. this.statusStrip1.PerformLayout();
  222. this.ResumeLayout(false);
  223. this.PerformLayout();
  224. }
  225. #endregion
  226. private System.Windows.Forms.StatusStrip statusStrip1;
  227. private System.Windows.Forms.ToolStripStatusLabel tsslCount;
  228. private System.Windows.Forms.Label label1;
  229. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  230. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  231. private System.Windows.Forms.Label label2;
  232. private System.Windows.Forms.Label label3;
  233. private System.Windows.Forms.TextBox textBox1;
  234. private System.Windows.Forms.TextBox textBox2;
  235. private System.Windows.Forms.Label label4;
  236. private System.Windows.Forms.Label label5;
  237. private System.Windows.Forms.Label label6;
  238. private System.Windows.Forms.ComboBox comboBox1;
  239. private System.Windows.Forms.ComboBox comboBox2;
  240. private System.Windows.Forms.Button button1;
  241. private System.Windows.Forms.Button button2;
  242. }
  243. }