FormShowImage.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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.lblHT = new System.Windows.Forms.Label();
  33. this.lblMag = new System.Windows.Forms.Label();
  34. this.lblWD = new System.Windows.Forms.Label();
  35. ((System.ComponentModel.ISupportInitialize)(this.pichide)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.picexit)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
  38. this.plImageInfo.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // pichide
  42. //
  43. this.pichide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  44. this.pichide.BackColor = System.Drawing.Color.Transparent;
  45. this.pichide.Cursor = System.Windows.Forms.Cursors.Hand;
  46. this.pichide.Image = global::HOZProject.Properties.Resources.Min_Gray;
  47. this.pichide.Location = new System.Drawing.Point(486, 9);
  48. this.pichide.Margin = new System.Windows.Forms.Padding(4);
  49. this.pichide.Name = "pichide";
  50. this.pichide.Size = new System.Drawing.Size(13, 13);
  51. this.pichide.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  52. this.pichide.TabIndex = 58;
  53. this.pichide.TabStop = false;
  54. //
  55. // picexit
  56. //
  57. this.picexit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  58. this.picexit.BackColor = System.Drawing.Color.Transparent;
  59. this.picexit.Cursor = System.Windows.Forms.Cursors.Hand;
  60. this.picexit.Image = global::HOZProject.Properties.Resources.exit_Gray;
  61. this.picexit.Location = new System.Drawing.Point(502, 9);
  62. this.picexit.Margin = new System.Windows.Forms.Padding(4);
  63. this.picexit.Name = "picexit";
  64. this.picexit.Size = new System.Drawing.Size(13, 13);
  65. this.picexit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  66. this.picexit.TabIndex = 57;
  67. this.picexit.TabStop = false;
  68. //
  69. // pbImage
  70. //
  71. this.pbImage.BackColor = System.Drawing.Color.White;
  72. this.pbImage.Location = new System.Drawing.Point(3, 29);
  73. this.pbImage.Name = "pbImage";
  74. this.pbImage.Size = new System.Drawing.Size(512, 384);
  75. this.pbImage.TabIndex = 59;
  76. this.pbImage.TabStop = false;
  77. //
  78. // plImageInfo
  79. //
  80. this.plImageInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(183)))), ((int)(((byte)(183)))));
  81. this.plImageInfo.Controls.Add(this.lblWD);
  82. this.plImageInfo.Controls.Add(this.lblMag);
  83. this.plImageInfo.Controls.Add(this.lblHT);
  84. this.plImageInfo.Location = new System.Drawing.Point(3, 413);
  85. this.plImageInfo.Name = "plImageInfo";
  86. this.plImageInfo.Size = new System.Drawing.Size(512, 43);
  87. this.plImageInfo.TabIndex = 60;
  88. //
  89. // lblHT
  90. //
  91. this.lblHT.AutoSize = true;
  92. this.lblHT.Font = new System.Drawing.Font("宋体", 14F);
  93. this.lblHT.ForeColor = System.Drawing.Color.White;
  94. this.lblHT.Location = new System.Drawing.Point(9, 13);
  95. this.lblHT.Name = "lblHT";
  96. this.lblHT.Size = new System.Drawing.Size(106, 19);
  97. this.lblHT.TabIndex = 1;
  98. this.lblHT.Text = "电压:20KV";
  99. //
  100. // lblMag
  101. //
  102. this.lblMag.AutoSize = true;
  103. this.lblMag.Font = new System.Drawing.Font("宋体", 14F);
  104. this.lblMag.ForeColor = System.Drawing.Color.White;
  105. this.lblMag.Location = new System.Drawing.Point(160, 13);
  106. this.lblMag.Name = "lblMag";
  107. this.lblMag.Size = new System.Drawing.Size(144, 19);
  108. this.lblMag.TabIndex = 1;
  109. this.lblMag.Text = "放大倍数:200X";
  110. //
  111. // lblWD
  112. //
  113. this.lblWD.AutoSize = true;
  114. this.lblWD.Font = new System.Drawing.Font("宋体", 14F);
  115. this.lblWD.ForeColor = System.Drawing.Color.White;
  116. this.lblWD.Location = new System.Drawing.Point(349, 13);
  117. this.lblWD.Name = "lblWD";
  118. this.lblWD.Size = new System.Drawing.Size(154, 19);
  119. this.lblWD.TabIndex = 1;
  120. this.lblWD.Text = "工作距离:8.2mm";
  121. //
  122. // FormShowImage
  123. //
  124. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  125. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  126. this.BackColor = System.Drawing.Color.Black;
  127. this.ClientSize = new System.Drawing.Size(519, 459);
  128. this.Controls.Add(this.plImageInfo);
  129. this.Controls.Add(this.pbImage);
  130. this.Controls.Add(this.pichide);
  131. this.Controls.Add(this.picexit);
  132. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  133. this.Name = "FormShowImage";
  134. this.Text = "FormShowImage";
  135. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormShowImage_MouseDown);
  136. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormShowImage_MouseMove);
  137. this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormShowImage_MouseUp);
  138. ((System.ComponentModel.ISupportInitialize)(this.pichide)).EndInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.picexit)).EndInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
  141. this.plImageInfo.ResumeLayout(false);
  142. this.plImageInfo.PerformLayout();
  143. this.ResumeLayout(false);
  144. }
  145. #endregion
  146. private System.Windows.Forms.PictureBox pichide;
  147. private System.Windows.Forms.PictureBox picexit;
  148. private System.Windows.Forms.PictureBox pbImage;
  149. private System.Windows.Forms.Panel plImageInfo;
  150. private System.Windows.Forms.Label lblHT;
  151. private System.Windows.Forms.Label lblWD;
  152. private System.Windows.Forms.Label lblMag;
  153. }
  154. }