Tìm hình pokemon C#

1 namespace UIT_Pokemon
2 {
3     
partial class OptionControl
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.checkBox1 = new System.Windows.Forms.CheckBox();
32             
this.checkBox2 = new System.Windows.Forms.CheckBox();
33             
this.comboBox1 = new System.Windows.Forms.ComboBox();
34             
this.comboBox2 = new System.Windows.Forms.ComboBox();
35             
this.OK = new System.Windows.Forms.Button();
36             
this.Cancel = new System.Windows.Forms.Button();
37             
this.label1 = new System.Windows.Forms.Label();
38             
this.label2 = new System.Windows.Forms.Label();
39             
this.checkBox3 = new System.Windows.Forms.CheckBox();
40             
this.SuspendLayout();
41             
//
42             
// checkBox1
43             
//
44             
this.checkBox1.AutoSize = true;
45             
this.checkBox1.BackColor = System.Drawing.Color.Transparent;
46             
this.checkBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
47             
this.checkBox1.ForeColor = System.Drawing.Color.RoyalBlue;
48             
this.checkBox1.Location = new System.Drawing.Point(34, 36);
49             
this.checkBox1.Name = "checkBox1";
50             
this.checkBox1.Size = new System.Drawing.Size(102, 20);
51             
this.checkBox1.TabIndex = 0;
52             
this.checkBox1.Text = "checkBox1";
53             
this.checkBox1.UseVisualStyleBackColor = false;
54             
//
55             
// checkBox2
56             
//
57             
this.checkBox2.AutoSize = true;
58             
this.checkBox2.BackColor = System.Drawing.Color.Transparent;
59             
this.checkBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
60             
this.checkBox2.ForeColor = System.Drawing.Color.RoyalBlue;
61             
this.checkBox2.Location = new System.Drawing.Point(233, 36);
62             
this.checkBox2.Name = "checkBox2";
63             
this.checkBox2.Size = new System.Drawing.Size(102, 20);
64             
this.checkBox2.TabIndex = 1;
65             
this.checkBox2.Text = "checkBox2";
66             
this.checkBox2.UseVisualStyleBackColor = false;
67             
//
68             
// comboBox1
69             
//
70             
this.comboBox1.FormattingEnabled = true;
71             
this.comboBox1.Items.AddRange(new object[] {
72             
"Green",
73             
"Blue",
74             
"Red",
75             
"Orange",
76             
"Yellow",
77             
"Spencil Skin "});
78             
this.comboBox1.Location = new System.Drawing.Point(199, 101);
79             
this.comboBox1.Name = "comboBox1";
80             
this.comboBox1.Size = new System.Drawing.Size(189, 21);
81             
this.comboBox1.TabIndex = 3;
82             
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
83             
this.comboBox1.TextChanged += new System.EventHandler(this.comboBox1_TextChanged);
84             
//
85             
// comboBox2
86             
//
87             
this.comboBox2.FormattingEnabled = true;
88             
this.comboBox2.Items.AddRange(new object[] {
89             
"ENGLISH",
90             
"TIẾNG VIỆT"});
91             
this.comboBox2.Location = new System.Drawing.Point(199, 144);
92             
this.comboBox2.Name = "comboBox2";
93             
this.comboBox2.Size = new System.Drawing.Size(188, 21);
94             
this.comboBox2.TabIndex = 4;
95             
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
96             
//
97             
// OK
98             
//
99             
this.OK.Location = new System.Drawing.Point(34, 192);
100             
this.OK.Name = "OK";
101             
this.OK.Size = new System.Drawing.Size(173, 37);
102             
this.OK.TabIndex = 5;
103             
this.OK.Text = "button1";
104             
this.OK.UseVisualStyleBackColor = true;
105             
this.OK.Click += new System.EventHandler(this.OK_Click);
106             
//
107             
// Cancel
108             
//
109             
this.Cancel.Location = new System.Drawing.Point(233, 193);
110             
this.Cancel.Name = "Cancel";
111             
this.Cancel.Size = new System.Drawing.Size(178, 36);
112             
this.Cancel.TabIndex = 6;
113             
this.Cancel.Text = "button2";
114             
this.Cancel.UseVisualStyleBackColor = true;
115             
this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
116             
//
117             
// label1
118             
//
119             
this.label1.AutoSize = true;
120             
this.label1.BackColor = System.Drawing.Color.Transparent;
121             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
122             
this.label1.ForeColor = System.Drawing.Color.RoyalBlue;
123             
this.label1.Location = new System.Drawing.Point(31, 101);
124             
this.label1.Name = "label1";
125             
this.label1.Size = new System.Drawing.Size(51, 16);
126             
this.label1.TabIndex = 7;
127             
this.label1.Text = "label1";
128             
//
129             
// label2
130             
//
131             
this.label2.AutoSize = true;
132             
this.label2.BackColor = System.Drawing.Color.Transparent;
133             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
134             
this.label2.ForeColor = System.Drawing.Color.RoyalBlue;
135             
this.label2.Location = new System.Drawing.Point(31, 135);
136             
this.label2.Name = "label2";
137             
this.label2.Size = new System.Drawing.Size(51, 16);
138             
this.label2.TabIndex = 8;
139             
this.label2.Text = "label2";
140             
//
141             
// checkBox3
142             
//
143             
this.checkBox3.AutoSize = true;
144             
this.checkBox3.BackColor = System.Drawing.Color.Transparent;
145             
this.checkBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
146             
this.checkBox3.ForeColor = System.Drawing.Color.RoyalBlue;
147             
this.checkBox3.Location = new System.Drawing.Point(34, 69);
148             
this.checkBox3.Name = "checkBox3";
149             
this.checkBox3.Size = new System.Drawing.Size(102, 20);
150             
this.checkBox3.TabIndex = 9;
151             
this.checkBox3.Text = "checkBox3";
152             
this.checkBox3.UseVisualStyleBackColor = false;
153             
//
154             
// OptionControl
155             
//
156             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
157             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
158             
this.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
159             
this.ClientSize = new System.Drawing.Size(456, 250);
160             
this.Controls.Add(this.checkBox3);
161             
this.Controls.Add(this.label2);
162             
this.Controls.Add(this.label1);
163             
this.Controls.Add(this.Cancel);
164             
this.Controls.Add(this.OK);
165             
this.Controls.Add(this.comboBox2);
166             
this.Controls.Add(this.comboBox1);
167             
this.Controls.Add(this.checkBox2);
168             
this.Controls.Add(this.checkBox1);
169             
this.DoubleBuffered = true;
170             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
171             
this.Location = new System.Drawing.Point(410, 165);
172             
this.MaximizeBox = false;
173             
this.MaximumSize = new System.Drawing.Size(456, 250);
174             
this.MinimizeBox = false;
175             
this.MinimumSize = new System.Drawing.Size(456, 250);
176             
this.Name = "OptionControl";
177             
this.ShowInTaskbar = false;
178             
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
179             
this.Text = "Option Control";
180             
this.Load += new System.EventHandler(this.OptionControl_Load);
181             
this.Paint += new System.Windows.Forms.PaintEventHandler(this.OptionControl_Paint);
182             
this.ResumeLayout(false);
183             
this.PerformLayout();
184
185         }
186
187         
#endregion
188
189         
private System.Windows.Forms.CheckBox checkBox1;
190         
private System.Windows.Forms.CheckBox checkBox2;
191         
private System.Windows.Forms.ComboBox comboBox2;
192         
private System.Windows.Forms.ComboBox comboBox1;
193         
private System.Windows.Forms.Button OK;
194         
private System.Windows.Forms.Button Cancel;
195         
private System.Windows.Forms.Label label1;
196         
private System.Windows.Forms.Label label2;
197         
private System.Windows.Forms.CheckBox checkBox3;
198     }
199 }



Tìm hình pokemon C# 2.763 lượt xem

Gõ tìm kiếm nhanh...