FormPortraitSelect.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. namespace HslCommunication.BasicFramework
  2. {
  3. partial class FormPortraitSelect
  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(FormPortraitSelect));
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  31. this.userButton1 = new HslCommunication.Controls.UserButton();
  32. this.userButton2 = new HslCommunication.Controls.UserButton();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  35. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.groupBox1 = new System.Windows.Forms.GroupBox();
  40. this.groupBox2 = new System.Windows.Forms.GroupBox();
  41. this.groupBox3 = new System.Windows.Forms.GroupBox();
  42. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  46. this.groupBox1.SuspendLayout();
  47. this.groupBox2.SuspendLayout();
  48. this.groupBox3.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // pictureBox1
  52. //
  53. this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  54. this.pictureBox1.Location = new System.Drawing.Point(26, 17);
  55. this.pictureBox1.Name = "pictureBox1";
  56. this.pictureBox1.Size = new System.Drawing.Size(372, 372);
  57. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  58. this.pictureBox1.TabIndex = 0;
  59. this.pictureBox1.TabStop = false;
  60. this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
  61. this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
  62. this.pictureBox1.MouseEnter += new System.EventHandler(this.pictureBox1_MouseEnter);
  63. this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
  64. this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
  65. this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
  66. this.pictureBox1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.pictureBox1_PreviewKeyDown);
  67. //
  68. // pictureBox2
  69. //
  70. this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  71. this.pictureBox2.Location = new System.Drawing.Point(18, 33);
  72. this.pictureBox2.Name = "pictureBox2";
  73. this.pictureBox2.Size = new System.Drawing.Size(102, 102);
  74. this.pictureBox2.TabIndex = 1;
  75. this.pictureBox2.TabStop = false;
  76. //
  77. // userButton1
  78. //
  79. this.userButton1.BackColor = System.Drawing.Color.Transparent;
  80. this.userButton1.Cursor = System.Windows.Forms.Cursors.Arrow;
  81. this.userButton1.CustomerInformation = "";
  82. this.userButton1.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
  83. this.userButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
  84. this.userButton1.Location = new System.Drawing.Point(78, 31);
  85. this.userButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  86. this.userButton1.Name = "userButton1";
  87. this.userButton1.Size = new System.Drawing.Size(105, 39);
  88. this.userButton1.TabIndex = 3;
  89. this.userButton1.UIText = "select";
  90. this.userButton1.Click += new System.EventHandler(this.userButton1_Click);
  91. //
  92. // userButton2
  93. //
  94. this.userButton2.BackColor = System.Drawing.Color.Transparent;
  95. this.userButton2.CustomerInformation = "";
  96. this.userButton2.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
  97. this.userButton2.Font = new System.Drawing.Font("微软雅黑", 9F);
  98. this.userButton2.Location = new System.Drawing.Point(78, 34);
  99. this.userButton2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  100. this.userButton2.Name = "userButton2";
  101. this.userButton2.Size = new System.Drawing.Size(105, 39);
  102. this.userButton2.TabIndex = 4;
  103. this.userButton2.UIText = "sure";
  104. this.userButton2.Click += new System.EventHandler(this.userButton2_Click);
  105. //
  106. // label1
  107. //
  108. this.label1.AutoSize = true;
  109. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.label1.Location = new System.Drawing.Point(23, 392);
  111. this.label1.Name = "label1";
  112. this.label1.Size = new System.Drawing.Size(16, 17);
  113. this.label1.TabIndex = 5;
  114. this.label1.Text = "()";
  115. this.label1.Visible = false;
  116. //
  117. // pictureBox3
  118. //
  119. this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  120. this.pictureBox3.Location = new System.Drawing.Point(134, 33);
  121. this.pictureBox3.Name = "pictureBox3";
  122. this.pictureBox3.Size = new System.Drawing.Size(66, 66);
  123. this.pictureBox3.TabIndex = 6;
  124. this.pictureBox3.TabStop = false;
  125. //
  126. // pictureBox4
  127. //
  128. this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  129. this.pictureBox4.Location = new System.Drawing.Point(218, 33);
  130. this.pictureBox4.Name = "pictureBox4";
  131. this.pictureBox4.Size = new System.Drawing.Size(34, 34);
  132. this.pictureBox4.TabIndex = 7;
  133. this.pictureBox4.TabStop = false;
  134. //
  135. // label2
  136. //
  137. this.label2.AutoSize = true;
  138. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.label2.Location = new System.Drawing.Point(16, 138);
  140. this.label2.Name = "label2";
  141. this.label2.Size = new System.Drawing.Size(55, 17);
  142. this.label2.TabIndex = 8;
  143. this.label2.Text = "100*100";
  144. //
  145. // label3
  146. //
  147. this.label3.AutoSize = true;
  148. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.label3.Location = new System.Drawing.Point(131, 102);
  150. this.label3.Name = "label3";
  151. this.label3.Size = new System.Drawing.Size(41, 17);
  152. this.label3.TabIndex = 9;
  153. this.label3.Text = "64*64";
  154. //
  155. // label4
  156. //
  157. this.label4.AutoSize = true;
  158. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.label4.Location = new System.Drawing.Point(215, 70);
  160. this.label4.Name = "label4";
  161. this.label4.Size = new System.Drawing.Size(41, 17);
  162. this.label4.TabIndex = 10;
  163. this.label4.Text = "32*32";
  164. //
  165. // groupBox1
  166. //
  167. this.groupBox1.Controls.Add(this.pictureBox2);
  168. this.groupBox1.Controls.Add(this.label4);
  169. this.groupBox1.Controls.Add(this.pictureBox3);
  170. this.groupBox1.Controls.Add(this.label3);
  171. this.groupBox1.Controls.Add(this.pictureBox4);
  172. this.groupBox1.Controls.Add(this.label2);
  173. this.groupBox1.Location = new System.Drawing.Point(414, 12);
  174. this.groupBox1.Name = "groupBox1";
  175. this.groupBox1.Size = new System.Drawing.Size(275, 170);
  176. this.groupBox1.TabIndex = 11;
  177. this.groupBox1.TabStop = false;
  178. this.groupBox1.Text = "Multi Resolution";
  179. //
  180. // groupBox2
  181. //
  182. this.groupBox2.Controls.Add(this.userButton1);
  183. this.groupBox2.Location = new System.Drawing.Point(414, 188);
  184. this.groupBox2.Name = "groupBox2";
  185. this.groupBox2.Size = new System.Drawing.Size(275, 101);
  186. this.groupBox2.TabIndex = 12;
  187. this.groupBox2.TabStop = false;
  188. this.groupBox2.Text = "File Selected";
  189. //
  190. // groupBox3
  191. //
  192. this.groupBox3.Controls.Add(this.userButton2);
  193. this.groupBox3.Location = new System.Drawing.Point(414, 298);
  194. this.groupBox3.Name = "groupBox3";
  195. this.groupBox3.Size = new System.Drawing.Size(275, 91);
  196. this.groupBox3.TabIndex = 13;
  197. this.groupBox3.TabStop = false;
  198. this.groupBox3.Text = "Click to Sure";
  199. //
  200. // FormPortraitSelect
  201. //
  202. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  203. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  204. this.ClientSize = new System.Drawing.Size(709, 418);
  205. this.Controls.Add(this.groupBox3);
  206. this.Controls.Add(this.groupBox2);
  207. this.Controls.Add(this.groupBox1);
  208. this.Controls.Add(this.label1);
  209. this.Controls.Add(this.pictureBox1);
  210. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  211. this.Name = "FormPortraitSelect";
  212. this.ShowIcon = false;
  213. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  214. this.Text = "Image Select";
  215. this.Load += new System.EventHandler(this.FormPortraitSelect_Load);
  216. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  217. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  218. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  219. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  220. this.groupBox1.ResumeLayout(false);
  221. this.groupBox1.PerformLayout();
  222. this.groupBox2.ResumeLayout(false);
  223. this.groupBox3.ResumeLayout(false);
  224. this.ResumeLayout(false);
  225. this.PerformLayout();
  226. }
  227. #endregion
  228. private System.Windows.Forms.PictureBox pictureBox1;
  229. private System.Windows.Forms.PictureBox pictureBox2;
  230. private Controls.UserButton userButton1;
  231. private Controls.UserButton userButton2;
  232. private System.Windows.Forms.Label label1;
  233. private System.Windows.Forms.PictureBox pictureBox3;
  234. private System.Windows.Forms.PictureBox pictureBox4;
  235. private System.Windows.Forms.Label label2;
  236. private System.Windows.Forms.Label label3;
  237. private System.Windows.Forms.Label label4;
  238. private System.Windows.Forms.GroupBox groupBox1;
  239. private System.Windows.Forms.GroupBox groupBox2;
  240. private System.Windows.Forms.GroupBox groupBox3;
  241. }
  242. }