MainForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. namespace Y.Test.Views
  2. {
  3. partial class MainForm
  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(MainForm));
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.checkBox1 = new System.Windows.Forms.CheckBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.listView1 = new System.Windows.Forms.ListView();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.button3 = new System.Windows.Forms.Button();
  35. this.button4 = new System.Windows.Forms.Button();
  36. this.button5 = new System.Windows.Forms.Button();
  37. this.button6 = new System.Windows.Forms.Button();
  38. this.button7 = new System.Windows.Forms.Button();
  39. this.button8 = new System.Windows.Forms.Button();
  40. this.button9 = new System.Windows.Forms.Button();
  41. this.button10 = new System.Windows.Forms.Button();
  42. this.button11 = new System.Windows.Forms.Button();
  43. this.button12 = new System.Windows.Forms.Button();
  44. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  45. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  46. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  47. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // button1
  53. //
  54. this.button1.Location = new System.Drawing.Point(77, 136);
  55. this.button1.Name = "button1";
  56. this.button1.Size = new System.Drawing.Size(75, 23);
  57. this.button1.TabIndex = 0;
  58. this.button1.Text = "button1";
  59. this.button1.UseVisualStyleBackColor = true;
  60. this.button1.Click += new System.EventHandler(this.button1_Click);
  61. //
  62. // checkBox1
  63. //
  64. this.checkBox1.AutoSize = true;
  65. this.checkBox1.Location = new System.Drawing.Point(164, 229);
  66. this.checkBox1.Name = "checkBox1";
  67. this.checkBox1.Size = new System.Drawing.Size(78, 16);
  68. this.checkBox1.TabIndex = 1;
  69. this.checkBox1.Text = "checkBox1";
  70. this.checkBox1.UseVisualStyleBackColor = true;
  71. //
  72. // label1
  73. //
  74. this.label1.AutoSize = true;
  75. this.label1.Location = new System.Drawing.Point(185, 292);
  76. this.label1.Name = "label1";
  77. this.label1.Size = new System.Drawing.Size(41, 12);
  78. this.label1.TabIndex = 2;
  79. this.label1.Text = "label1";
  80. //
  81. // listView1
  82. //
  83. this.listView1.Location = new System.Drawing.Point(545, 62);
  84. this.listView1.Name = "listView1";
  85. this.listView1.Size = new System.Drawing.Size(121, 97);
  86. this.listView1.TabIndex = 3;
  87. this.listView1.UseCompatibleStateImageBehavior = false;
  88. //
  89. // button2
  90. //
  91. this.button2.Location = new System.Drawing.Point(434, 130);
  92. this.button2.Name = "button2";
  93. this.button2.Size = new System.Drawing.Size(75, 23);
  94. this.button2.TabIndex = 4;
  95. this.button2.Text = "button2";
  96. this.button2.UseVisualStyleBackColor = true;
  97. this.button2.Click += new System.EventHandler(this.button2_Click);
  98. //
  99. // button3
  100. //
  101. this.button3.Location = new System.Drawing.Point(434, 107);
  102. this.button3.Name = "button3";
  103. this.button3.Size = new System.Drawing.Size(75, 23);
  104. this.button3.TabIndex = 5;
  105. this.button3.Text = "button3";
  106. this.button3.UseVisualStyleBackColor = true;
  107. //
  108. // button4
  109. //
  110. this.button4.Location = new System.Drawing.Point(434, 153);
  111. this.button4.Name = "button4";
  112. this.button4.Size = new System.Drawing.Size(75, 23);
  113. this.button4.TabIndex = 6;
  114. this.button4.Text = "button4";
  115. this.button4.UseVisualStyleBackColor = true;
  116. //
  117. // button5
  118. //
  119. this.button5.Location = new System.Drawing.Point(434, 176);
  120. this.button5.Name = "button5";
  121. this.button5.Size = new System.Drawing.Size(75, 23);
  122. this.button5.TabIndex = 7;
  123. this.button5.Text = "button5";
  124. this.button5.UseVisualStyleBackColor = true;
  125. //
  126. // button6
  127. //
  128. this.button6.Location = new System.Drawing.Point(434, 199);
  129. this.button6.Name = "button6";
  130. this.button6.Size = new System.Drawing.Size(75, 23);
  131. this.button6.TabIndex = 8;
  132. this.button6.Text = "button6";
  133. this.button6.UseVisualStyleBackColor = true;
  134. //
  135. // button7
  136. //
  137. this.button7.Location = new System.Drawing.Point(434, 222);
  138. this.button7.Name = "button7";
  139. this.button7.Size = new System.Drawing.Size(75, 23);
  140. this.button7.TabIndex = 9;
  141. this.button7.Text = "button7";
  142. this.button7.UseVisualStyleBackColor = true;
  143. //
  144. // button8
  145. //
  146. this.button8.Location = new System.Drawing.Point(434, 245);
  147. this.button8.Name = "button8";
  148. this.button8.Size = new System.Drawing.Size(75, 23);
  149. this.button8.TabIndex = 10;
  150. this.button8.Text = "button8";
  151. this.button8.UseVisualStyleBackColor = true;
  152. //
  153. // button9
  154. //
  155. this.button9.Location = new System.Drawing.Point(434, 268);
  156. this.button9.Name = "button9";
  157. this.button9.Size = new System.Drawing.Size(75, 23);
  158. this.button9.TabIndex = 11;
  159. this.button9.Text = "button9";
  160. this.button9.UseVisualStyleBackColor = true;
  161. //
  162. // button10
  163. //
  164. this.button10.Location = new System.Drawing.Point(434, 291);
  165. this.button10.Name = "button10";
  166. this.button10.Size = new System.Drawing.Size(75, 23);
  167. this.button10.TabIndex = 12;
  168. this.button10.Text = "button10";
  169. this.button10.UseVisualStyleBackColor = true;
  170. //
  171. // button11
  172. //
  173. this.button11.Location = new System.Drawing.Point(434, 314);
  174. this.button11.Name = "button11";
  175. this.button11.Size = new System.Drawing.Size(75, 23);
  176. this.button11.TabIndex = 13;
  177. this.button11.Text = "button11";
  178. this.button11.UseVisualStyleBackColor = true;
  179. //
  180. // button12
  181. //
  182. this.button12.Location = new System.Drawing.Point(434, 337);
  183. this.button12.Name = "button12";
  184. this.button12.Size = new System.Drawing.Size(75, 23);
  185. this.button12.TabIndex = 14;
  186. this.button12.Text = "button12";
  187. this.button12.UseVisualStyleBackColor = true;
  188. //
  189. // pictureBox1
  190. //
  191. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  192. this.pictureBox1.Location = new System.Drawing.Point(515, 165);
  193. this.pictureBox1.Name = "pictureBox1";
  194. this.pictureBox1.Size = new System.Drawing.Size(241, 92);
  195. this.pictureBox1.TabIndex = 15;
  196. this.pictureBox1.TabStop = false;
  197. //
  198. // pictureBox2
  199. //
  200. this.pictureBox2.Image = global::Y.Test.Properties.Resources.Rainbow;
  201. this.pictureBox2.Location = new System.Drawing.Point(515, 263);
  202. this.pictureBox2.Name = "pictureBox2";
  203. this.pictureBox2.Size = new System.Drawing.Size(151, 92);
  204. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  205. this.pictureBox2.TabIndex = 16;
  206. this.pictureBox2.TabStop = false;
  207. //
  208. // pictureBox3
  209. //
  210. this.pictureBox3.Image = global::Y.Test.Properties.Resources.Rainbow;
  211. this.pictureBox3.Location = new System.Drawing.Point(515, 366);
  212. this.pictureBox3.Name = "pictureBox3";
  213. this.pictureBox3.Size = new System.Drawing.Size(151, 92);
  214. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  215. this.pictureBox3.TabIndex = 17;
  216. this.pictureBox3.TabStop = false;
  217. //
  218. // MainForm
  219. //
  220. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  221. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  222. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  223. this.ClientSize = new System.Drawing.Size(814, 470);
  224. this.Controls.Add(this.pictureBox3);
  225. this.Controls.Add(this.pictureBox2);
  226. this.Controls.Add(this.pictureBox1);
  227. this.Controls.Add(this.button12);
  228. this.Controls.Add(this.button11);
  229. this.Controls.Add(this.button10);
  230. this.Controls.Add(this.button9);
  231. this.Controls.Add(this.button8);
  232. this.Controls.Add(this.button7);
  233. this.Controls.Add(this.button6);
  234. this.Controls.Add(this.button5);
  235. this.Controls.Add(this.button4);
  236. this.Controls.Add(this.button3);
  237. this.Controls.Add(this.button2);
  238. this.Controls.Add(this.listView1);
  239. this.Controls.Add(this.label1);
  240. this.Controls.Add(this.checkBox1);
  241. this.Controls.Add(this.button1);
  242. this.Name = "MainForm";
  243. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  244. this.Text = "MainForm";
  245. this.Load += new System.EventHandler(this.MainForm_Load);
  246. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  248. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  249. this.ResumeLayout(false);
  250. this.PerformLayout();
  251. }
  252. #endregion
  253. private System.Windows.Forms.Button button1;
  254. private System.Windows.Forms.CheckBox checkBox1;
  255. private System.Windows.Forms.Label label1;
  256. private System.Windows.Forms.ListView listView1;
  257. private System.Windows.Forms.Button button2;
  258. private System.Windows.Forms.Button button3;
  259. private System.Windows.Forms.Button button4;
  260. private System.Windows.Forms.Button button5;
  261. private System.Windows.Forms.Button button6;
  262. private System.Windows.Forms.Button button7;
  263. private System.Windows.Forms.Button button8;
  264. private System.Windows.Forms.Button button9;
  265. private System.Windows.Forms.Button button10;
  266. private System.Windows.Forms.Button button11;
  267. private System.Windows.Forms.Button button12;
  268. private System.Windows.Forms.PictureBox pictureBox1;
  269. private System.Windows.Forms.PictureBox pictureBox2;
  270. private System.Windows.Forms.PictureBox pictureBox3;
  271. }
  272. }