Máy tính nâng cao Casio C#

1 namespace WindowsApplication1
2 {
3     
partial class Form1
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             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(Form1));
32             
this.bt1 = new System.Windows.Forms.Button();
33             
this.bt2 = new System.Windows.Forms.Button();
34             
this.bt3 = new System.Windows.Forms.Button();
35             
this.bt4 = new System.Windows.Forms.Button();
36             
this.bt5 = new System.Windows.Forms.Button();
37             
this.bt6 = new System.Windows.Forms.Button();
38             
this.bt7 = new System.Windows.Forms.Button();
39             
this.bt8 = new System.Windows.Forms.Button();
40             
this.bt9 = new System.Windows.Forms.Button();
41             
this.bt0 = new System.Windows.Forms.Button();
42             
this.bt_cham = new System.Windows.Forms.Button();
43             
this.bt_PI = new System.Windows.Forms.Button();
44             
this.bt_bang = new System.Windows.Forms.Button();
45             
this.bt_cong = new System.Windows.Forms.Button();
46             
this.btDEL = new System.Windows.Forms.Button();
47             
this.bt_trai = new System.Windows.Forms.Button();
48             
this.bt_phai = new System.Windows.Forms.Button();
49             
this.btAC = new System.Windows.Forms.Button();
50             
this.bt_chia = new System.Windows.Forms.Button();
51             
this.bt_nhan = new System.Windows.Forms.Button();
52             
this.bt_tru = new System.Windows.Forms.Button();
53             
this.bt_M = new System.Windows.Forms.Button();
54             
this.bt_E = new System.Windows.Forms.Button();
55             
this.bt_tan = new System.Windows.Forms.Button();
56             
this.bt_am = new System.Windows.Forms.Button();
57             
this.bt_cos = new System.Windows.Forms.Button();
58             
this.bt_sin = new System.Windows.Forms.Button();
59             
this.bt_ln = new System.Windows.Forms.Button();
60             
this.bt_log = new System.Windows.Forms.Button();
61             
this.bt_mu2 = new System.Windows.Forms.Button();
62             
this.bt_can2 = new System.Windows.Forms.Button();
63             
this.bt_mu3 = new System.Windows.Forms.Button();
64             
this.txt_ketqua = new System.Windows.Forms.TextBox();
65             
this.bt_bac3 = new System.Windows.Forms.Button();
66             
this.bt_bac2 = new System.Windows.Forms.Button();
67             
this.panel1 = new System.Windows.Forms.Panel();
68             
this.textBox1 = new System.Windows.Forms.TextBox();
69             
this.txt_pheptinh1 = new System.Windows.Forms.MaskedTextBox();
70             
this.btn_close = new System.Windows.Forms.Button();
71             
this.bt_sphai = new System.Windows.Forms.Button();
72             
this.bt_strai = new System.Windows.Forms.Button();
73             
this.bt_gt = new System.Windows.Forms.Button();
74             
this.bt_cotan = new System.Windows.Forms.Button();
75             
this.bt_heptb2 = new System.Windows.Forms.Button();
76             
this.bt_heptb3 = new System.Windows.Forms.Button();
77             
this.bt_cann = new System.Windows.Forms.Button();
78             
this.button1 = new System.Windows.Forms.Button();
79             
this.btn_about = new System.Windows.Forms.Button();
80             
this.panel1.SuspendLayout();
81             
this.SuspendLayout();
82             
//
83             
// bt1
84             
//
85             
this.bt1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
86             
this.bt1.Location = new System.Drawing.Point(14, 405);
87             
this.bt1.Name = "bt1";
88             
this.bt1.Size = new System.Drawing.Size(53, 36);
89             
this.bt1.TabIndex = 0;
90             
this.bt1.Text = "1";
91             
this.bt1.UseVisualStyleBackColor = true;
92             
this.bt1.Click += new System.EventHandler(this.bt1_Click);
93             
//
94             
// bt2
95             
//
96             
this.bt2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
97             
this.bt2.Location = new System.Drawing.Point(73, 405);
98             
this.bt2.Name = "bt2";
99             
this.bt2.Size = new System.Drawing.Size(53, 36);
100             
this.bt2.TabIndex = 1;
101             
this.bt2.Text = "2";
102             
this.bt2.UseVisualStyleBackColor = true;
103             
this.bt2.Click += new System.EventHandler(this.bt2_Click);
104             
//
105             
// bt3
106             
//
107             
this.bt3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
108             
this.bt3.Location = new System.Drawing.Point(132, 405);
109             
this.bt3.Name = "bt3";
110             
this.bt3.Size = new System.Drawing.Size(53, 36);
111             
this.bt3.TabIndex = 2;
112             
this.bt3.Text = "3";
113             
this.bt3.UseVisualStyleBackColor = true;
114             
this.bt3.Click += new System.EventHandler(this.bt3_Click);
115             
//
116             
// bt4
117             
//
118             
this.bt4.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
119             
this.bt4.Location = new System.Drawing.Point(14, 362);
120             
this.bt4.Name = "bt4";
121             
this.bt4.Size = new System.Drawing.Size(53, 36);
122             
this.bt4.TabIndex = 3;
123             
this.bt4.Text = "4";
124             
this.bt4.UseVisualStyleBackColor = true;
125             
this.bt4.Click += new System.EventHandler(this.bt4_Click);
126             
//
127             
// bt5
128             
//
129             
this.bt5.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
130             
this.bt5.Location = new System.Drawing.Point(73, 361);
131             
this.bt5.Name = "bt5";
132             
this.bt5.Size = new System.Drawing.Size(53, 36);
133             
this.bt5.TabIndex = 4;
134             
this.bt5.Text = "5";
135             
this.bt5.UseVisualStyleBackColor = true;
136             
this.bt5.Click += new System.EventHandler(this.bt5_Click);
137             
//
138             
// bt6
139             
//
140             
this.bt6.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
141             
this.bt6.Location = new System.Drawing.Point(132, 361);
142             
this.bt6.Name = "bt6";
143             
this.bt6.Size = new System.Drawing.Size(53, 36);
144             
this.bt6.TabIndex = 5;
145             
this.bt6.Text = "6";
146             
this.bt6.UseVisualStyleBackColor = true;
147             
this.bt6.Click += new System.EventHandler(this.bt6_Click);
148             
//
149             
// bt7
150             
//
151             
this.bt7.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
152             
this.bt7.Location = new System.Drawing.Point(14, 320);
153             
this.bt7.Name = "bt7";
154             
this.bt7.Size = new System.Drawing.Size(53, 36);
155             
this.bt7.TabIndex = 6;
156             
this.bt7.Text = "7";
157             
this.bt7.UseVisualStyleBackColor = true;
158             
this.bt7.Click += new System.EventHandler(this.bt7_Click);
159             
//
160             
// bt8
161             
//
162             
this.bt8.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
163             
this.bt8.Location = new System.Drawing.Point(73, 320);
164             
this.bt8.Name = "bt8";
165             
this.bt8.Size = new System.Drawing.Size(53, 36);
166             
this.bt8.TabIndex = 7;
167             
this.bt8.Text = "8";
168             
this.bt8.UseVisualStyleBackColor = true;
169             
this.bt8.Click += new System.EventHandler(this.bt8_Click);
170             
//
171             
// bt9
172             
//
173             
this.bt9.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
174             
this.bt9.Location = new System.Drawing.Point(132, 319);
175             
this.bt9.Name = "bt9";
176             
this.bt9.Size = new System.Drawing.Size(53, 36);
177             
this.bt9.TabIndex = 8;
178             
this.bt9.Text = "9";
179             
this.bt9.UseVisualStyleBackColor = true;
180             
this.bt9.Click += new System.EventHandler(this.bt9_Click);
181             
//
182             
// bt0
183             
//
184             
this.bt0.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
185             
this.bt0.Location = new System.Drawing.Point(14, 445);
186             
this.bt0.Name = "bt0";
187             
this.bt0.Size = new System.Drawing.Size(53, 36);
188             
this.bt0.TabIndex = 9;
189             
this.bt0.Text = "0";
190             
this.bt0.UseVisualStyleBackColor = true;
191             
this.bt0.Click += new System.EventHandler(this.bt0_Click);
192             
//
193             
// bt_cham
194             
//
195             
this.bt_cham.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
196             
this.bt_cham.Location = new System.Drawing.Point(73, 445);
197             
this.bt_cham.Name = "bt_cham";
198             
this.bt_cham.Size = new System.Drawing.Size(53, 36);
199             
this.bt_cham.TabIndex = 10;
200             
this.bt_cham.Text = ".";
201             
this.bt_cham.UseVisualStyleBackColor = true;
202             
this.bt_cham.Click += new System.EventHandler(this.bt_cham_Click);
203             
//
204             
// bt_PI
205             
//
206             
this.bt_PI.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
207             
this.bt_PI.Location = new System.Drawing.Point(193, 445);
208             
this.bt_PI.Name = "bt_PI";
209             
this.bt_PI.Size = new System.Drawing.Size(51, 36);
210             
this.bt_PI.TabIndex = 11;
211             
this.bt_PI.Text = "PI";
212             
this.bt_PI.UseVisualStyleBackColor = true;
213             
this.bt_PI.Click += new System.EventHandler(this.bt_PI_Click);
214             
//
215             
// bt_bang
216             
//
217             
this.bt_bang.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
218             
this.bt_bang.Location = new System.Drawing.Point(249, 445);
219             
this.bt_bang.Name = "bt_bang";
220             
this.bt_bang.Size = new System.Drawing.Size(53, 36);
221             
this.bt_bang.TabIndex = 12;
222             
this.bt_bang.Text = "=";
223             
this.bt_bang.UseVisualStyleBackColor = true;
224             
this.bt_bang.Click += new System.EventHandler(this.bt_bang_Click);
225             
//
226             
// bt_cong
227             
//
228             
this.bt_cong.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
229             
this.bt_cong.Location = new System.Drawing.Point(193, 404);
230             
this.bt_cong.Name = "bt_cong";
231             
this.bt_cong.Size = new System.Drawing.Size(51, 36);
232             
this.bt_cong.TabIndex = 13;
233             
this.bt_cong.Text = "+";
234             
this.bt_cong.UseVisualStyleBackColor = true;
235             
this.bt_cong.Click += new System.EventHandler(this.bt_cong_Click);
236             
//
237             
// btDEL
238             
//
239             
this.btDEL.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
240             
this.btDEL.Location = new System.Drawing.Point(193, 319);
241             
this.btDEL.Name = "btDEL";
242             
this.btDEL.Size = new System.Drawing.Size(51, 36);
243             
this.btDEL.TabIndex = 14;
244             
this.btDEL.Text = "DEL";
245             
this.btDEL.UseVisualStyleBackColor = true;
246             
this.btDEL.Click += new System.EventHandler(this.btDEL_Click);
247             
//
248             
// bt_trai
249             
//
250             
this.bt_trai.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
251             
this.bt_trai.Location = new System.Drawing.Point(131, 274);
252             
this.bt_trai.Name = "bt_trai";
253             
this.bt_trai.Size = new System.Drawing.Size(53, 34);
254             
this.bt_trai.TabIndex = 16;
255             
this.bt_trai.Text = "(";
256             
this.bt_trai.UseVisualStyleBackColor = true;
257             
this.bt_trai.Click += new System.EventHandler(this.bt_trai_Click);
258             
//
259             
// bt_phai
260             
//
261             
this.bt_phai.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
262             
this.bt_phai.Location = new System.Drawing.Point(193, 274);
263             
this.bt_phai.Name = "bt_phai";
264             
this.bt_phai.Size = new System.Drawing.Size(51, 34);
265             
this.bt_phai.TabIndex = 17;
266             
this.bt_phai.Text = ")";
267             
this.bt_phai.UseVisualStyleBackColor = true;
268             
this.bt_phai.Click += new System.EventHandler(this.bt_phai_Click);
269             
//
270             
// btAC
271             
//
272             
this.btAC.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
273             
this.btAC.Location = new System.Drawing.Point(250, 320);
274             
this.btAC.Name = "btAC";
275             
this.btAC.Size = new System.Drawing.Size(53, 36);
276             
this.btAC.TabIndex = 18;
277             
this.btAC.Text = "AC";
278             
this.btAC.UseVisualStyleBackColor = true;
279             
this.btAC.Click += new System.EventHandler(this.btAC_Click);
280             
//
281             
// bt_chia
282             
//
283             
this.bt_chia.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
284             
this.bt_chia.Location = new System.Drawing.Point(193, 361);
285             
this.bt_chia.Name = "bt_chia";
286             
this.bt_chia.Size = new System.Drawing.Size(51, 36);
287             
this.bt_chia.TabIndex = 19;
288             
this.bt_chia.Text = "÷";
289             
this.bt_chia.UseVisualStyleBackColor = true;
290             
this.bt_chia.Click += new System.EventHandler(this.bt_chia_Click);
291             
//
292             
// bt_nhan
293             
//
294             
this.bt_nhan.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
295             
this.bt_nhan.Location = new System.Drawing.Point(250, 362);
296             
this.bt_nhan.Name = "bt_nhan";
297             
this.bt_nhan.Size = new System.Drawing.Size(53, 36);
298             
this.bt_nhan.TabIndex = 20;
299             
this.bt_nhan.Text = "x";
300             
this.bt_nhan.UseVisualStyleBackColor = true;
301             
this.bt_nhan.Click += new System.EventHandler(this.bt_nhan_Click);
302             
//
303             
// bt_tru
304             
//
305             
this.bt_tru.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
306             
this.bt_tru.Location = new System.Drawing.Point(250, 404);
307             
this.bt_tru.Name = "bt_tru";
308             
this.bt_tru.Size = new System.Drawing.Size(53, 36);
309             
this.bt_tru.TabIndex = 21;
310             
this.bt_tru.Text = "-";
311             
this.bt_tru.UseVisualStyleBackColor = true;
312             
this.bt_tru.Click += new System.EventHandler(this.bt_tru_Click);
313             
//
314             
// bt_M
315             
//
316             
this.bt_M.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
317             
this.bt_M.Location = new System.Drawing.Point(250, 274);
318             
this.bt_M.Name = "bt_M";
319             
this.bt_M.Size = new System.Drawing.Size(50, 34);
320             
this.bt_M.TabIndex = 22;
321             
this.bt_M.Text = "M+";
322             
this.bt_M.UseVisualStyleBackColor = true;
323             
this.bt_M.Click += new System.EventHandler(this.bt_M_Click);
324             
//
325             
// bt_E
326             
//
327             
this.bt_E.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
328             
this.bt_E.Location = new System.Drawing.Point(132, 445);
329             
this.bt_E.Name = "bt_E";
330             
this.bt_E.Size = new System.Drawing.Size(53, 36);
331             
this.bt_E.TabIndex = 23;
332             
this.bt_E.Text = "EXP";
333             
this.bt_E.UseVisualStyleBackColor = true;
334             
this.bt_E.Click += new System.EventHandler(this.bt_E_Click);
335             
//
336             
// bt_tan
337             
//
338             
this.bt_tan.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
339             
this.bt_tan.Location = new System.Drawing.Point(250, 233);
340             
this.bt_tan.Name = "bt_tan";
341             
this.bt_tan.Size = new System.Drawing.Size(50, 34);
342             
this.bt_tan.TabIndex = 25;
343             
this.bt_tan.Text = "TAN";
344             
this.bt_tan.UseVisualStyleBackColor = true;
345             
this.bt_tan.Click += new System.EventHandler(this.bt_tan_Click);
346             
//
347             
// bt_am
348             
//
349             
this.bt_am.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
350             
this.bt_am.Location = new System.Drawing.Point(73, 274);
351             
this.bt_am.Name = "bt_am";
352             
this.bt_am.Size = new System.Drawing.Size(50, 34);
353             
this.bt_am.TabIndex = 26;
354             
this.bt_am.Text = "(-)";
355             
this.bt_am.UseVisualStyleBackColor = true;
356             
this.bt_am.Click += new System.EventHandler(this.bt_am_Click);
357             
//
358             
// bt_cos
359             
//
360             
this.bt_cos.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
361             
this.bt_cos.Location = new System.Drawing.Point(193, 233);
362             
this.bt_cos.Name = "bt_cos";
363             
this.bt_cos.Size = new System.Drawing.Size(51, 36);
364             
this.bt_cos.TabIndex = 27;
365             
this.bt_cos.Text = "COS";
366             
this.bt_cos.UseVisualStyleBackColor = true;
367             
this.bt_cos.Click += new System.EventHandler(this.bt_cos_Click);
368             
//
369             
// bt_sin
370             
//
371             
this.bt_sin.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
372             
this.bt_sin.Location = new System.Drawing.Point(132, 233);
373             
this.bt_sin.Name = "bt_sin";
374             
this.bt_sin.Size = new System.Drawing.Size(53, 34);
375             
this.bt_sin.TabIndex = 29;
376             
this.bt_sin.Text = "SIN";
377             
this.bt_sin.UseVisualStyleBackColor = true;
378             
this.bt_sin.Click += new System.EventHandler(this.bt_sin_Click);
379             
//
380             
// bt_ln
381             
//
382             
this.bt_ln.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
383             
this.bt_ln.Location = new System.Drawing.Point(250, 192);
384             
this.bt_ln.Name = "bt_ln";
385             
this.bt_ln.Size = new System.Drawing.Size(50, 34);
386             
this.bt_ln.TabIndex = 32;
387             
this.bt_ln.Text = "LN";
388             
this.bt_ln.UseVisualStyleBackColor = true;
389             
this.bt_ln.Click += new System.EventHandler(this.bt_ln_Click);
390             
//
391             
// bt_log
392             
//
393             
this.bt_log.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
394             
this.bt_log.Location = new System.Drawing.Point(309, 192);
395             
this.bt_log.Name = "bt_log";
396             
this.bt_log.Size = new System.Drawing.Size(53, 34);
397             
this.bt_log.TabIndex = 33;
398             
this.bt_log.Text = "LOG";
399             
this.bt_log.UseVisualStyleBackColor = true;
400             
this.bt_log.Click += new System.EventHandler(this.bt_log_Click);
401             
//
402             
// bt_mu2
403             
//
404             
this.bt_mu2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
405             
this.bt_mu2.Location = new System.Drawing.Point(73, 192);
406             
this.bt_mu2.Name = "bt_mu2";
407             
this.bt_mu2.Size = new System.Drawing.Size(50, 34);
408             
this.bt_mu2.TabIndex = 35;
409             
this.bt_mu2.Text = "X²";
410             
this.bt_mu2.UseVisualStyleBackColor = true;
411             
this.bt_mu2.Click += new System.EventHandler(this.bt_mu2_Click);
412             
//
413             
// bt_can2
414             
//
415             
this.bt_can2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
416             
this.bt_can2.Location = new System.Drawing.Point(14, 233);
417             
this.bt_can2.Name = "bt_can2";
418             
this.bt_can2.Size = new System.Drawing.Size(51, 36);
419             
this.bt_can2.TabIndex = 36;
420             
this.bt_can2.Text = "√";
421             
this.bt_can2.UseVisualStyleBackColor = true;
422             
this.bt_can2.Click += new System.EventHandler(this.bt_can2_Click);
423             
//
424             
// bt_mu3
425             
//
426             
this.bt_mu3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
427             
this.bt_mu3.Location = new System.Drawing.Point(73, 233);
428             
this.bt_mu3.Name = "bt_mu3";
429             
this.bt_mu3.Size = new System.Drawing.Size(50, 34);
430             
this.bt_mu3.TabIndex = 38;
431             
this.bt_mu3.Text = "X³";
432             
this.bt_mu3.UseVisualStyleBackColor = true;
433             
this.bt_mu3.Click += new System.EventHandler(this.bt_mu3_Click);
434             
//
435             
// txt_ketqua
436             
//
437             
this.txt_ketqua.Font = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
438             
this.txt_ketqua.Location = new System.Drawing.Point(3, 67);
439             
this.txt_ketqua.MaxLength = 80;
440             
this.txt_ketqua.Multiline = true;
441             
this.txt_ketqua.Name = "txt_ketqua";
442             
this.txt_ketqua.ReadOnly = true;
443             
this.txt_ketqua.Size = new System.Drawing.Size(359, 45);
444             
this.txt_ketqua.TabIndex = 46;
445             
//
446             
// bt_bac3
447             
//
448             
this.bt_bac3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
449             
this.bt_bac3.Location = new System.Drawing.Point(193, 123);
450             
this.bt_bac3.Name = "bt_bac3";
451             
this.bt_bac3.Size = new System.Drawing.Size(171, 27);
452             
this.bt_bac3.TabIndex = 47;
453             
this.bt_bac3.Text = "PT BAC III";
454             
this.bt_bac3.UseVisualStyleBackColor = true;
455             
this.bt_bac3.Click += new System.EventHandler(this.bt_bac3_Click);
456             
//
457             
// bt_bac2
458             
//
459             
this.bt_bac2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
460             
this.bt_bac2.Location = new System.Drawing.Point(12, 123);
461             
this.bt_bac2.Name = "bt_bac2";
462             
this.bt_bac2.Size = new System.Drawing.Size(173, 27);
463             
this.bt_bac2.TabIndex = 48;
464             
this.bt_bac2.Text = "PT BAC II";
465             
this.bt_bac2.UseVisualStyleBackColor = true;
466             
this.bt_bac2.Click += new System.EventHandler(this.bt_bac2_Click);
467             
//
468             
// panel1
469             
//
470             
this.panel1.BackColor = System.Drawing.Color.Fuchsia;
471             
this.panel1.Controls.Add(this.textBox1);
472             
this.panel1.Controls.Add(this.txt_ketqua);
473             
this.panel1.Controls.Add(this.txt_pheptinh1);
474             
this.panel1.Location = new System.Drawing.Point(7, 2);
475             
this.panel1.Name = "panel1";
476             
this.panel1.Size = new System.Drawing.Size(365, 115);
477             
this.panel1.TabIndex = 50;
478             
//
479             
// textBox1
480             
//
481             
this.textBox1.Location = new System.Drawing.Point(5, 3);
482             
this.textBox1.Name = "textBox1";
483             
this.textBox1.Size = new System.Drawing.Size(358, 20);
484             
this.textBox1.TabIndex = 57;
485             
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
486             
//
487             
// txt_pheptinh1
488             
//
489             
this.txt_pheptinh1.Font = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Bold);
490             
this.txt_pheptinh1.InsertKeyMode = System.Windows.Forms.InsertKeyMode.Overwrite;
491             
this.txt_pheptinh1.Location = new System.Drawing.Point(4, 25);
492             
this.txt_pheptinh1.Name = "txt_pheptinh1";
493             
this.txt_pheptinh1.Size = new System.Drawing.Size(359, 39);
494             
this.txt_pheptinh1.TabIndex = 56;
495             
//
496             
// btn_close
497             
//
498             
this.btn_close.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
499             
this.btn_close.Location = new System.Drawing.Point(307, 403);
500             
this.btn_close.Name = "btn_close";
501             
this.btn_close.Size = new System.Drawing.Size(56, 78);
502             
this.btn_close.TabIndex = 51;
503             
this.btn_close.Text = "OFF";
504             
this.btn_close.UseVisualStyleBackColor = true;
505             
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
506             
//
507             
// bt_sphai
508             
//
509             
this.bt_sphai.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
510             
this.bt_sphai.Location = new System.Drawing.Point(193, 192);
511             
this.bt_sphai.Name = "bt_sphai";
512             
this.bt_sphai.Size = new System.Drawing.Size(51, 34);
513             
this.bt_sphai.TabIndex = 40;
514             
this.bt_sphai.Text = "›";
515             
this.bt_sphai.UseVisualStyleBackColor = true;
516             
this.bt_sphai.Click += new System.EventHandler(this.bt_sphai_Click);
517             
//
518             
// bt_strai
519             
//
520             
this.bt_strai.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
521             
this.bt_strai.Location = new System.Drawing.Point(132, 192);
522             
this.bt_strai.Name = "bt_strai";
523             
this.bt_strai.Size = new System.Drawing.Size(52, 34);
524             
this.bt_strai.TabIndex = 41;
525             
this.bt_strai.Text = "‹";
526             
this.bt_strai.UseVisualStyleBackColor = true;
527             
this.bt_strai.Click += new System.EventHandler(this.bt_strai_Click);
528             
//
529             
// bt_gt
530             
//
531             
this.bt_gt.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
532             
this.bt_gt.Location = new System.Drawing.Point(14, 274);
533             
this.bt_gt.Name = "bt_gt";
534             
this.bt_gt.Size = new System.Drawing.Size(51, 36);
535             
this.bt_gt.TabIndex = 52;
536             
this.bt_gt.Text = "n!";
537             
this.bt_gt.UseVisualStyleBackColor = true;
538             
this.bt_gt.Click += new System.EventHandler(this.bt_gt_Click);
539             
//
540             
// bt_cotan
541             
//
542             
this.bt_cotan.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
543             
this.bt_cotan.Location = new System.Drawing.Point(308, 233);
544             
this.bt_cotan.Name = "bt_cotan";
545             
this.bt_cotan.Size = new System.Drawing.Size(54, 34);
546             
this.bt_cotan.TabIndex = 53;
547             
this.bt_cotan.Text = "CTAN";
548             
this.bt_cotan.UseVisualStyleBackColor = true;
549             
this.bt_cotan.Click += new System.EventHandler(this.bt_cotan_Click);
550             
//
551             
// bt_heptb2
552             
//
553             
this.bt_heptb2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
554             
this.bt_heptb2.Location = new System.Drawing.Point(13, 156);
555             
this.bt_heptb2.Name = "bt_heptb2";
556             
this.bt_heptb2.Size = new System.Drawing.Size(172, 27);
557             
this.bt_heptb2.TabIndex = 54;
558             
this.bt_heptb2.Text = " HE PT BAC I - 2 AN";
559             
this.bt_heptb2.UseVisualStyleBackColor = true;
560             
this.bt_heptb2.Click += new System.EventHandler(this.bt_heptb2_Click);
561             
//
562             
// bt_heptb3
563             
//
564             
this.bt_heptb3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
565             
this.bt_heptb3.Location = new System.Drawing.Point(193, 156);
566             
this.bt_heptb3.Name = "bt_heptb3";
567             
this.bt_heptb3.Size = new System.Drawing.Size(171, 27);
568             
this.bt_heptb3.TabIndex = 55;
569             
this.bt_heptb3.Text = "HE PT BAC I - 3 AN";
570             
this.bt_heptb3.UseVisualStyleBackColor = true;
571             
this.bt_heptb3.Click += new System.EventHandler(this.bt_heptb3_Click);
572             
//
573             
// bt_cann
574             
//
575             
this.bt_cann.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
576             
this.bt_cann.Location = new System.Drawing.Point(14, 192);
577             
this.bt_cann.Name = "bt_cann";
578             
this.bt_cann.Size = new System.Drawing.Size(51, 36);
579             
this.bt_cann.TabIndex = 56;
580             
this.bt_cann.Text = "ⁿ√";
581             
this.bt_cann.UseVisualStyleBackColor = true;
582             
this.bt_cann.Click += new System.EventHandler(this.bt_cann_Click);
583             
//
584             
// button1
585             
//
586             
this.button1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
587             
this.button1.Location = new System.Drawing.Point(310, 274);
588             
this.button1.Name = "button1";
589             
this.button1.Size = new System.Drawing.Size(54, 35);
590             
this.button1.TabIndex = 57;
591             
this.button1.Text = "MR";
592             
this.button1.UseVisualStyleBackColor = true;
593             
this.button1.Click += new System.EventHandler(this.button1_Click);
594             
//
595             
// btn_about
596             
//
597             
this.btn_about.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
598             
this.btn_about.Location = new System.Drawing.Point(307, 320);
599             
this.btn_about.Name = "btn_about";
600             
this.btn_about.Size = new System.Drawing.Size(56, 78);
601             
this.btn_about.TabIndex = 45;
602             
this.btn_about.Text = "About";
603             
this.btn_about.UseVisualStyleBackColor = true;
604             
this.btn_about.Click += new System.EventHandler(this.btn_about_Click);
605             
//
606             
// Form1
607             
//
608             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
609             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
610             
this.AutoSize = true;
611             
this.BackColor = System.Drawing.SystemColors.ControlText;
612             
this.ClientSize = new System.Drawing.Size(382, 496);
613             
this.Controls.Add(this.button1);
614             
this.Controls.Add(this.bt_cann);
615             
this.Controls.Add(this.bt_heptb3);
616             
this.Controls.Add(this.bt_heptb2);
617             
this.Controls.Add(this.bt_cotan);
618             
this.Controls.Add(this.bt_gt);
619             
this.Controls.Add(this.btn_close);
620             
this.Controls.Add(this.bt_bac2);
621             
this.Controls.Add(this.bt_bac3);
622             
this.Controls.Add(this.btn_about);
623             
this.Controls.Add(this.bt_strai);
624             
this.Controls.Add(this.bt_sphai);
625             
this.Controls.Add(this.bt_mu3);
626             
this.Controls.Add(this.bt_can2);
627             
this.Controls.Add(this.bt_mu2);
628             
this.Controls.Add(this.bt_log);
629             
this.Controls.Add(this.bt_ln);
630             
this.Controls.Add(this.bt_sin);
631             
this.Controls.Add(this.bt_cos);
632             
this.Controls.Add(this.bt_am);
633             
this.Controls.Add(this.bt_tan);
634             
this.Controls.Add(this.bt_E);
635             
this.Controls.Add(this.bt_M);
636             
this.Controls.Add(this.bt_tru);
637             
this.Controls.Add(this.bt_nhan);
638             
this.Controls.Add(this.bt_chia);
639             
this.Controls.Add(this.btAC);
640             
this.Controls.Add(this.bt_phai);
641             
this.Controls.Add(this.bt_trai);
642             
this.Controls.Add(this.btDEL);
643             
this.Controls.Add(this.bt_cong);
644             
this.Controls.Add(this.bt_bang);
645             
this.Controls.Add(this.bt_PI);
646             
this.Controls.Add(this.bt_cham);
647             
this.Controls.Add(this.bt0);
648             
this.Controls.Add(this.bt9);
649             
this.Controls.Add(this.bt8);
650             
this.Controls.Add(this.bt7);
651             
this.Controls.Add(this.bt6);
652             
this.Controls.Add(this.bt5);
653             
this.Controls.Add(this.bt4);
654             
this.Controls.Add(this.bt3);
655             
this.Controls.Add(this.bt2);
656             
this.Controls.Add(this.bt1);
657             
this.Controls.Add(this.panel1);
658             
this.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
659             
this.ForeColor = System.Drawing.Color.DeepPink;
660             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
661             
this.Name = "Form1";
662             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
663             
this.Text = "May tinh CASIO FX500 MS";
664             
this.panel1.ResumeLayout(false);
665             
this.panel1.PerformLayout();
666             
this.ResumeLayout(false);
667
668         }
669
670         
#endregion
671
672         
private System.Windows.Forms.Button bt1;
673         
private System.Windows.Forms.Button bt2;
674         
private System.Windows.Forms.Button bt3;
675         
private System.Windows.Forms.Button bt4;
676         
private System.Windows.Forms.Button bt5;
677         
private System.Windows.Forms.Button bt6;
678         
private System.Windows.Forms.Button bt7;
679         
private System.Windows.Forms.Button bt8;
680         
private System.Windows.Forms.Button bt9;
681         
private System.Windows.Forms.Button bt0;
682         
private System.Windows.Forms.Button bt_cham;
683         
private System.Windows.Forms.Button bt_PI;
684         
private System.Windows.Forms.Button bt_bang;
685         
private System.Windows.Forms.Button bt_cong;
686         
private System.Windows.Forms.Button btDEL;
687         
private System.Windows.Forms.Button bt_trai;
688         
private System.Windows.Forms.Button bt_phai;
689         
private System.Windows.Forms.Button btAC;
690         
private System.Windows.Forms.Button bt_chia;
691         
private System.Windows.Forms.Button bt_nhan;
692         
private System.Windows.Forms.Button bt_tru;
693         
private System.Windows.Forms.Button bt_M;
694         
private System.Windows.Forms.Button bt_E;
695         
private System.Windows.Forms.Button bt_tan;
696         
private System.Windows.Forms.Button bt_am;
697         
private System.Windows.Forms.Button bt_cos;
698         
private System.Windows.Forms.Button bt_sin;
699         
private System.Windows.Forms.Button bt_ln;
700         
private System.Windows.Forms.Button bt_log;
701         
private System.Windows.Forms.Button bt_mu2;
702         
private System.Windows.Forms.Button bt_can2;
703         
private System.Windows.Forms.Button bt_mu3;
704         
private System.Windows.Forms.TextBox txt_ketqua;
705         
private System.Windows.Forms.Button bt_bac3;
706         
private System.Windows.Forms.Button bt_bac2;
707         
private System.Windows.Forms.Panel panel1;
708         
private System.Windows.Forms.Button btn_close;
709         
private System.Windows.Forms.Button bt_sphai;
710         
private System.Windows.Forms.Button bt_strai;
711         
private System.Windows.Forms.Button bt_gt;
712         
private System.Windows.Forms.Button bt_cotan;
713         
private System.Windows.Forms.Button bt_heptb2;
714         
private System.Windows.Forms.Button bt_heptb3;
715         
private System.Windows.Forms.MaskedTextBox txt_pheptinh1;
716         
private System.Windows.Forms.Button bt_cann;
717         
private System.Windows.Forms.Button button1;
718         
private System.Windows.Forms.TextBox textBox1;
719         
private System.Windows.Forms.Button btn_about;
720     }
721 }



Máy tính nâng cao Casio C# 4.252 lượt xem

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