DataShowForm.Designer.cs 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. namespace CCDCount.Forms
  2. {
  3. partial class DataShowForm
  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. this.AllDataPanel = new System.Windows.Forms.Panel();
  29. this.AllCamNgLab = new System.Windows.Forms.Label();
  30. this.label4 = new System.Windows.Forms.Label();
  31. this.AllCamOkLab = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.AllCamCountLab = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.MultiDataPanel = new System.Windows.Forms.Panel();
  37. this.AllDataPanel.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // AllDataPanel
  41. //
  42. this.AllDataPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  43. this.AllDataPanel.Controls.Add(this.AllCamNgLab);
  44. this.AllDataPanel.Controls.Add(this.label4);
  45. this.AllDataPanel.Controls.Add(this.AllCamOkLab);
  46. this.AllDataPanel.Controls.Add(this.label3);
  47. this.AllDataPanel.Controls.Add(this.AllCamCountLab);
  48. this.AllDataPanel.Controls.Add(this.label2);
  49. this.AllDataPanel.Controls.Add(this.label1);
  50. this.AllDataPanel.Dock = System.Windows.Forms.DockStyle.Left;
  51. this.AllDataPanel.Location = new System.Drawing.Point(0, 0);
  52. this.AllDataPanel.Name = "AllDataPanel";
  53. this.AllDataPanel.Size = new System.Drawing.Size(268, 550);
  54. this.AllDataPanel.TabIndex = 0;
  55. //
  56. // AllCamNgLab
  57. //
  58. this.AllCamNgLab.AutoSize = true;
  59. this.AllCamNgLab.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.AllCamNgLab.ForeColor = System.Drawing.Color.White;
  61. this.AllCamNgLab.Location = new System.Drawing.Point(120, 120);
  62. this.AllCamNgLab.Name = "AllCamNgLab";
  63. this.AllCamNgLab.Size = new System.Drawing.Size(20, 23);
  64. this.AllCamNgLab.TabIndex = 6;
  65. this.AllCamNgLab.Text = "0";
  66. //
  67. // label4
  68. //
  69. this.label4.AutoSize = true;
  70. this.label4.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.label4.ForeColor = System.Drawing.Color.White;
  72. this.label4.Location = new System.Drawing.Point(5, 120);
  73. this.label4.Name = "label4";
  74. this.label4.Size = new System.Drawing.Size(112, 23);
  75. this.label4.TabIndex = 5;
  76. this.label4.Text = "总不合格数:";
  77. //
  78. // AllCamOkLab
  79. //
  80. this.AllCamOkLab.AutoSize = true;
  81. this.AllCamOkLab.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.AllCamOkLab.ForeColor = System.Drawing.Color.White;
  83. this.AllCamOkLab.Location = new System.Drawing.Point(120, 80);
  84. this.AllCamOkLab.Name = "AllCamOkLab";
  85. this.AllCamOkLab.Size = new System.Drawing.Size(20, 23);
  86. this.AllCamOkLab.TabIndex = 4;
  87. this.AllCamOkLab.Text = "0";
  88. //
  89. // label3
  90. //
  91. this.label3.AutoSize = true;
  92. this.label3.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.label3.ForeColor = System.Drawing.Color.White;
  94. this.label3.Location = new System.Drawing.Point(5, 80);
  95. this.label3.Name = "label3";
  96. this.label3.Size = new System.Drawing.Size(95, 23);
  97. this.label3.TabIndex = 3;
  98. this.label3.Text = "总合格数:";
  99. //
  100. // AllCamCountLab
  101. //
  102. this.AllCamCountLab.AutoSize = true;
  103. this.AllCamCountLab.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.AllCamCountLab.ForeColor = System.Drawing.Color.White;
  105. this.AllCamCountLab.Location = new System.Drawing.Point(120, 40);
  106. this.AllCamCountLab.Name = "AllCamCountLab";
  107. this.AllCamCountLab.Size = new System.Drawing.Size(20, 23);
  108. this.AllCamCountLab.TabIndex = 2;
  109. this.AllCamCountLab.Text = "0";
  110. //
  111. // label2
  112. //
  113. this.label2.AutoSize = true;
  114. this.label2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.label2.ForeColor = System.Drawing.Color.White;
  116. this.label2.Location = new System.Drawing.Point(5, 40);
  117. this.label2.Name = "label2";
  118. this.label2.Size = new System.Drawing.Size(61, 23);
  119. this.label2.TabIndex = 1;
  120. this.label2.Text = "总数:";
  121. //
  122. // label1
  123. //
  124. this.label1.AutoSize = true;
  125. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.label1.ForeColor = System.Drawing.Color.White;
  127. this.label1.Location = new System.Drawing.Point(5, 5);
  128. this.label1.Name = "label1";
  129. this.label1.Size = new System.Drawing.Size(92, 27);
  130. this.label1.TabIndex = 0;
  131. this.label1.Text = "全部数据";
  132. //
  133. // MultiDataPanel
  134. //
  135. this.MultiDataPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  136. this.MultiDataPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  137. this.MultiDataPanel.Location = new System.Drawing.Point(268, 0);
  138. this.MultiDataPanel.Name = "MultiDataPanel";
  139. this.MultiDataPanel.Size = new System.Drawing.Size(514, 550);
  140. this.MultiDataPanel.TabIndex = 1;
  141. this.MultiDataPanel.Resize += new System.EventHandler(this.MultiDataPanel_Resize);
  142. //
  143. // DataShowForm
  144. //
  145. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(28)))), ((int)(((byte)(48)))));
  148. this.ClientSize = new System.Drawing.Size(782, 550);
  149. this.Controls.Add(this.MultiDataPanel);
  150. this.Controls.Add(this.AllDataPanel);
  151. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  152. this.Name = "DataShowForm";
  153. this.Text = "DataShowForm";
  154. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DataShowForm_FormClosing);
  155. this.AllDataPanel.ResumeLayout(false);
  156. this.AllDataPanel.PerformLayout();
  157. this.ResumeLayout(false);
  158. }
  159. #endregion
  160. private System.Windows.Forms.Panel AllDataPanel;
  161. private System.Windows.Forms.Panel MultiDataPanel;
  162. private System.Windows.Forms.Label label1;
  163. private System.Windows.Forms.Label label2;
  164. private System.Windows.Forms.Label AllCamCountLab;
  165. private System.Windows.Forms.Label label3;
  166. private System.Windows.Forms.Label AllCamOkLab;
  167. private System.Windows.Forms.Label AllCamNgLab;
  168. private System.Windows.Forms.Label label4;
  169. }
  170. }