FormShowImage.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. namespace HOZProject
  2. {
  3. partial class FormShowImage
  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.pichide = new System.Windows.Forms.PictureBox();
  29. this.picexit = new System.Windows.Forms.PictureBox();
  30. this.pbImage = new System.Windows.Forms.PictureBox();
  31. this.plImageInfo = new System.Windows.Forms.Panel();
  32. this.lblContent = new System.Windows.Forms.Label();
  33. this.lblMag = new System.Windows.Forms.Label();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.lblAutoContent = new System.Windows.Forms.Label();
  36. this.lblAutoMag = new System.Windows.Forms.Label();
  37. this.pbAutoImage = new System.Windows.Forms.PictureBox();
  38. ((System.ComponentModel.ISupportInitialize)(this.pichide)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.picexit)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
  41. this.plImageInfo.SuspendLayout();
  42. this.panel1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.pbAutoImage)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // pichide
  47. //
  48. this.pichide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  49. this.pichide.BackColor = System.Drawing.Color.Transparent;
  50. this.pichide.Cursor = System.Windows.Forms.Cursors.Hand;
  51. this.pichide.Image = global::HOZProject.Properties.Resources.Min_Gray;
  52. this.pichide.Location = new System.Drawing.Point(1001, 9);
  53. this.pichide.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  54. this.pichide.Name = "pichide";
  55. this.pichide.Size = new System.Drawing.Size(13, 13);
  56. this.pichide.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  57. this.pichide.TabIndex = 58;
  58. this.pichide.TabStop = false;
  59. this.pichide.Visible = false;
  60. //
  61. // picexit
  62. //
  63. this.picexit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  64. this.picexit.BackColor = System.Drawing.Color.Transparent;
  65. this.picexit.Cursor = System.Windows.Forms.Cursors.Hand;
  66. this.picexit.Image = global::HOZProject.Properties.Resources.Exit_Gray;
  67. this.picexit.Location = new System.Drawing.Point(1017, 9);
  68. this.picexit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  69. this.picexit.Name = "picexit";
  70. this.picexit.Size = new System.Drawing.Size(13, 13);
  71. this.picexit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  72. this.picexit.TabIndex = 57;
  73. this.picexit.TabStop = false;
  74. this.picexit.Click += new System.EventHandler(this.picexit_Click);
  75. //
  76. // pbImage
  77. //
  78. this.pbImage.BackColor = System.Drawing.Color.White;
  79. this.pbImage.Location = new System.Drawing.Point(3, 29);
  80. this.pbImage.Name = "pbImage";
  81. this.pbImage.Size = new System.Drawing.Size(512, 384);
  82. this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  83. this.pbImage.TabIndex = 59;
  84. this.pbImage.TabStop = false;
  85. //
  86. // plImageInfo
  87. //
  88. this.plImageInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(183)))), ((int)(((byte)(183)))));
  89. this.plImageInfo.Controls.Add(this.lblContent);
  90. this.plImageInfo.Controls.Add(this.lblMag);
  91. this.plImageInfo.Location = new System.Drawing.Point(3, 413);
  92. this.plImageInfo.Name = "plImageInfo";
  93. this.plImageInfo.Size = new System.Drawing.Size(512, 43);
  94. this.plImageInfo.TabIndex = 60;
  95. //
  96. // lblContent
  97. //
  98. this.lblContent.AutoSize = true;
  99. this.lblContent.Font = new System.Drawing.Font("宋体", 12F);
  100. this.lblContent.ForeColor = System.Drawing.Color.White;
  101. this.lblContent.Location = new System.Drawing.Point(135, 13);
  102. this.lblContent.Name = "lblContent";
  103. this.lblContent.Size = new System.Drawing.Size(128, 16);
  104. this.lblContent.TabIndex = 1;
  105. this.lblContent.Text = "工作距离:8.2mm";
  106. //
  107. // lblMag
  108. //
  109. this.lblMag.AutoSize = true;
  110. this.lblMag.Font = new System.Drawing.Font("宋体", 12F);
  111. this.lblMag.ForeColor = System.Drawing.Color.White;
  112. this.lblMag.Location = new System.Drawing.Point(9, 13);
  113. this.lblMag.Name = "lblMag";
  114. this.lblMag.Size = new System.Drawing.Size(120, 16);
  115. this.lblMag.TabIndex = 1;
  116. this.lblMag.Text = "放大倍数:200X";
  117. //
  118. // panel1
  119. //
  120. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(183)))), ((int)(((byte)(183)))));
  121. this.panel1.Controls.Add(this.lblAutoContent);
  122. this.panel1.Controls.Add(this.lblAutoMag);
  123. this.panel1.Location = new System.Drawing.Point(517, 413);
  124. this.panel1.Name = "panel1";
  125. this.panel1.Size = new System.Drawing.Size(512, 43);
  126. this.panel1.TabIndex = 62;
  127. //
  128. // lblAutoContent
  129. //
  130. this.lblAutoContent.AutoSize = true;
  131. this.lblAutoContent.Font = new System.Drawing.Font("宋体", 12F);
  132. this.lblAutoContent.ForeColor = System.Drawing.Color.White;
  133. this.lblAutoContent.Location = new System.Drawing.Point(130, 13);
  134. this.lblAutoContent.Name = "lblAutoContent";
  135. this.lblAutoContent.Size = new System.Drawing.Size(128, 16);
  136. this.lblAutoContent.TabIndex = 1;
  137. this.lblAutoContent.Text = "工作距离:8.2mm";
  138. //
  139. // lblAutoMag
  140. //
  141. this.lblAutoMag.AutoSize = true;
  142. this.lblAutoMag.Font = new System.Drawing.Font("宋体", 12F);
  143. this.lblAutoMag.ForeColor = System.Drawing.Color.White;
  144. this.lblAutoMag.Location = new System.Drawing.Point(4, 13);
  145. this.lblAutoMag.Name = "lblAutoMag";
  146. this.lblAutoMag.Size = new System.Drawing.Size(120, 16);
  147. this.lblAutoMag.TabIndex = 1;
  148. this.lblAutoMag.Text = "放大倍数:200X";
  149. //
  150. // pbAutoImage
  151. //
  152. this.pbAutoImage.BackColor = System.Drawing.Color.White;
  153. this.pbAutoImage.Location = new System.Drawing.Point(517, 29);
  154. this.pbAutoImage.Name = "pbAutoImage";
  155. this.pbAutoImage.Size = new System.Drawing.Size(512, 384);
  156. this.pbAutoImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  157. this.pbAutoImage.TabIndex = 61;
  158. this.pbAutoImage.TabStop = false;
  159. //
  160. // FormShowImage
  161. //
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.BackColor = System.Drawing.Color.Black;
  165. this.ClientSize = new System.Drawing.Size(1033, 459);
  166. this.Controls.Add(this.panel1);
  167. this.Controls.Add(this.pbAutoImage);
  168. this.Controls.Add(this.plImageInfo);
  169. this.Controls.Add(this.pbImage);
  170. this.Controls.Add(this.pichide);
  171. this.Controls.Add(this.picexit);
  172. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  173. this.Name = "FormShowImage";
  174. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  175. this.Text = "FormShowImage";
  176. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormShowImage_MouseDown);
  177. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormShowImage_MouseMove);
  178. this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormShowImage_MouseUp);
  179. ((System.ComponentModel.ISupportInitialize)(this.pichide)).EndInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.picexit)).EndInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
  182. this.plImageInfo.ResumeLayout(false);
  183. this.plImageInfo.PerformLayout();
  184. this.panel1.ResumeLayout(false);
  185. this.panel1.PerformLayout();
  186. ((System.ComponentModel.ISupportInitialize)(this.pbAutoImage)).EndInit();
  187. this.ResumeLayout(false);
  188. }
  189. #endregion
  190. private System.Windows.Forms.PictureBox pichide;
  191. private System.Windows.Forms.PictureBox picexit;
  192. private System.Windows.Forms.Panel plImageInfo;
  193. private System.Windows.Forms.Label lblContent;
  194. private System.Windows.Forms.Label lblMag;
  195. private System.Windows.Forms.Panel panel1;
  196. private System.Windows.Forms.Label lblAutoContent;
  197. private System.Windows.Forms.Label lblAutoMag;
  198. public System.Windows.Forms.PictureBox pbImage;
  199. public System.Windows.Forms.PictureBox pbAutoImage;
  200. }
  201. }