ShuLiForm.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. namespace CCDCount.Forms
  2. {
  3. partial class ShuLiForm
  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.button5 = new System.Windows.Forms.Button();
  29. this.button4 = new System.Windows.Forms.Button();
  30. this.button3 = new System.Windows.Forms.Button();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.button8 = new System.Windows.Forms.Button();
  36. this.panel3 = new System.Windows.Forms.Panel();
  37. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.panel1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  41. this.panel2.SuspendLayout();
  42. this.panel3.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // button5
  46. //
  47. this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  48. | System.Windows.Forms.AnchorStyles.Right)));
  49. this.button5.Location = new System.Drawing.Point(6, 113);
  50. this.button5.Name = "button5";
  51. this.button5.Size = new System.Drawing.Size(209, 47);
  52. this.button5.TabIndex = 6;
  53. this.button5.Text = "保存识别参数";
  54. this.button5.UseVisualStyleBackColor = true;
  55. this.button5.Click += new System.EventHandler(this.button5_Click);
  56. //
  57. // button4
  58. //
  59. this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  60. | System.Windows.Forms.AnchorStyles.Right)));
  61. this.button4.Location = new System.Drawing.Point(6, 60);
  62. this.button4.Name = "button4";
  63. this.button4.Size = new System.Drawing.Size(209, 47);
  64. this.button4.TabIndex = 5;
  65. this.button4.Text = "停止相机测试";
  66. this.button4.UseVisualStyleBackColor = true;
  67. this.button4.Click += new System.EventHandler(this.button4_Click);
  68. //
  69. // button3
  70. //
  71. this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  72. | System.Windows.Forms.AnchorStyles.Right)));
  73. this.button3.Location = new System.Drawing.Point(6, 7);
  74. this.button3.Name = "button3";
  75. this.button3.Size = new System.Drawing.Size(209, 47);
  76. this.button3.TabIndex = 4;
  77. this.button3.Text = "相机测试";
  78. this.button3.UseVisualStyleBackColor = true;
  79. this.button3.Click += new System.EventHandler(this.button3_Click);
  80. //
  81. // panel1
  82. //
  83. this.panel1.Controls.Add(this.pictureBox1);
  84. this.panel1.Controls.Add(this.panel2);
  85. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.panel1.Location = new System.Drawing.Point(0, 0);
  87. this.panel1.Name = "panel1";
  88. this.panel1.Size = new System.Drawing.Size(944, 606);
  89. this.panel1.TabIndex = 1;
  90. //
  91. // pictureBox1
  92. //
  93. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  95. this.pictureBox1.Name = "pictureBox1";
  96. this.pictureBox1.Size = new System.Drawing.Size(717, 606);
  97. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  98. this.pictureBox1.TabIndex = 1;
  99. this.pictureBox1.TabStop = false;
  100. //
  101. // panel2
  102. //
  103. this.panel2.Controls.Add(this.button1);
  104. this.panel2.Controls.Add(this.button8);
  105. this.panel2.Controls.Add(this.button5);
  106. this.panel2.Controls.Add(this.panel3);
  107. this.panel2.Controls.Add(this.button3);
  108. this.panel2.Controls.Add(this.button4);
  109. this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
  110. this.panel2.Location = new System.Drawing.Point(717, 0);
  111. this.panel2.Name = "panel2";
  112. this.panel2.Size = new System.Drawing.Size(227, 606);
  113. this.panel2.TabIndex = 0;
  114. //
  115. // button1
  116. //
  117. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  118. | System.Windows.Forms.AnchorStyles.Right)));
  119. this.button1.Location = new System.Drawing.Point(6, 221);
  120. this.button1.Name = "button1";
  121. this.button1.Size = new System.Drawing.Size(209, 47);
  122. this.button1.TabIndex = 10;
  123. this.button1.Text = "关闭程序";
  124. this.button1.UseVisualStyleBackColor = true;
  125. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  126. //
  127. // button8
  128. //
  129. this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  130. | System.Windows.Forms.AnchorStyles.Right)));
  131. this.button8.Location = new System.Drawing.Point(6, 166);
  132. this.button8.Name = "button8";
  133. this.button8.Size = new System.Drawing.Size(209, 47);
  134. this.button8.TabIndex = 9;
  135. this.button8.Text = "查看历史记录";
  136. this.button8.UseVisualStyleBackColor = true;
  137. this.button8.Click += new System.EventHandler(this.button8_Click);
  138. //
  139. // panel3
  140. //
  141. this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  142. | System.Windows.Forms.AnchorStyles.Left)
  143. | System.Windows.Forms.AnchorStyles.Right)));
  144. this.panel3.Controls.Add(this.richTextBox1);
  145. this.panel3.Controls.Add(this.label2);
  146. this.panel3.Location = new System.Drawing.Point(0, 274);
  147. this.panel3.Name = "panel3";
  148. this.panel3.Size = new System.Drawing.Size(227, 332);
  149. this.panel3.TabIndex = 3;
  150. //
  151. // richTextBox1
  152. //
  153. this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  154. | System.Windows.Forms.AnchorStyles.Left)
  155. | System.Windows.Forms.AnchorStyles.Right)));
  156. this.richTextBox1.Location = new System.Drawing.Point(0, 50);
  157. this.richTextBox1.Name = "richTextBox1";
  158. this.richTextBox1.ReadOnly = true;
  159. this.richTextBox1.Size = new System.Drawing.Size(227, 282);
  160. this.richTextBox1.TabIndex = 2;
  161. this.richTextBox1.Text = "";
  162. //
  163. // label2
  164. //
  165. this.label2.AutoSize = true;
  166. this.label2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.label2.Location = new System.Drawing.Point(20, 17);
  168. this.label2.Name = "label2";
  169. this.label2.Size = new System.Drawing.Size(59, 17);
  170. this.label2.TabIndex = 0;
  171. this.label2.Text = "总数量";
  172. //
  173. // ShuLiForm
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.ClientSize = new System.Drawing.Size(944, 606);
  178. this.Controls.Add(this.panel1);
  179. this.MinimumSize = new System.Drawing.Size(962, 653);
  180. this.Name = "ShuLiForm";
  181. this.Text = "ImageMoniShuLiForm";
  182. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImageMoniShuLiForm_FormClosing);
  183. this.panel1.ResumeLayout(false);
  184. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  185. this.panel2.ResumeLayout(false);
  186. this.panel3.ResumeLayout(false);
  187. this.panel3.PerformLayout();
  188. this.ResumeLayout(false);
  189. }
  190. #endregion
  191. private System.Windows.Forms.Panel panel1;
  192. private System.Windows.Forms.Panel panel2;
  193. private System.Windows.Forms.Label label2;
  194. private System.Windows.Forms.PictureBox pictureBox1;
  195. private System.Windows.Forms.Button button3;
  196. private System.Windows.Forms.Button button4;
  197. private System.Windows.Forms.Button button5;
  198. private System.Windows.Forms.Panel panel3;
  199. private System.Windows.Forms.Button button8;
  200. private System.Windows.Forms.RichTextBox richTextBox1;
  201. private System.Windows.Forms.Button button1;
  202. }
  203. }