-
Notifications
You must be signed in to change notification settings - Fork 0
/
Form1.Designer.cs
321 lines (315 loc) · 14.8 KB
/
Form1.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
namespace HesapMakinesi
{
partial class Form1
{
/// <summary>
///Gerekli tasarımcı değişkeni.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
///Kullanılan tüm kaynakları temizleyin.
/// </summary>
///<param name="disposing">yönetilen kaynaklar dispose edilmeliyse doğru; aksi halde yanlış.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer üretilen kod
/// <summary>
/// Tasarımcı desteği için gerekli metot - bu metodun
///içeriğini kod düzenleyici ile değiştirmeyin.
/// </summary>
private void InitializeComponent()
{
this.btn8 = new MetroFramework.Controls.MetroButton();
this.btnTopla = new MetroFramework.Controls.MetroButton();
this.btn9 = new MetroFramework.Controls.MetroButton();
this.btnCikart = new MetroFramework.Controls.MetroButton();
this.btn6 = new MetroFramework.Controls.MetroButton();
this.btn5 = new MetroFramework.Controls.MetroButton();
this.btn4 = new MetroFramework.Controls.MetroButton();
this.btnCarp = new MetroFramework.Controls.MetroButton();
this.btn3 = new MetroFramework.Controls.MetroButton();
this.btn2 = new MetroFramework.Controls.MetroButton();
this.btn1 = new MetroFramework.Controls.MetroButton();
this.btnBol = new MetroFramework.Controls.MetroButton();
this.btn0 = new MetroFramework.Controls.MetroButton();
this.btnVirgul = new MetroFramework.Controls.MetroButton();
this.txtAlani = new MetroFramework.Controls.MetroTextBox();
this.btn7 = new MetroFramework.Controls.MetroButton();
this.btnSil = new MetroFramework.Controls.MetroButton();
this.btnEsittir = new MetroFramework.Controls.MetroButton();
this.SuspendLayout();
//
// btn8
//
this.btn8.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btn8.Location = new System.Drawing.Point(82, 112);
this.btn8.Name = "btn8";
this.btn8.Size = new System.Drawing.Size(42, 39);
this.btn8.TabIndex = 20;
this.btn8.Text = "8";
this.btn8.UseSelectable = true;
this.btn8.Click += new System.EventHandler(this.btn8_Click);
//
// btnTopla
//
this.btnTopla.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btnTopla.Location = new System.Drawing.Point(219, 112);
this.btnTopla.Name = "btnTopla";
this.btnTopla.Size = new System.Drawing.Size(42, 39);
this.btnTopla.TabIndex = 22;
this.btnTopla.Text = "+";
this.btnTopla.UseSelectable = true;
this.btnTopla.Click += new System.EventHandler(this.btnTopla_Click);
//
// btn9
//
this.btn9.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btn9.Location = new System.Drawing.Point(132, 112);
this.btn9.Name = "btn9";
this.btn9.Size = new System.Drawing.Size(42, 39);
this.btn9.TabIndex = 21;
this.btn9.Text = "9";
this.btn9.UseSelectable = true;
this.btn9.Click += new System.EventHandler(this.btn9_Click);
//
// btnCikart
//
this.btnCikart.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btnCikart.Location = new System.Drawing.Point(219, 157);
this.btnCikart.Name = "btnCikart";
this.btnCikart.Size = new System.Drawing.Size(42, 39);
this.btnCikart.TabIndex = 26;
this.btnCikart.Text = "-";
this.btnCikart.UseSelectable = true;
this.btnCikart.Click += new System.EventHandler(this.btnCikart_Click);
//
// btn6
//
this.btn6.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btn6.Location = new System.Drawing.Point(132, 157);
this.btn6.Name = "btn6";
this.btn6.Size = new System.Drawing.Size(42, 39);
this.btn6.TabIndex = 25;
this.btn6.Text = "6";
this.btn6.UseSelectable = true;
this.btn6.Click += new System.EventHandler(this.btn6_Click);
//
// btn5
//
this.btn5.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btn5.Location = new System.Drawing.Point(82, 157);
this.btn5.Name = "btn5";
this.btn5.Size = new System.Drawing.Size(42, 39);
this.btn5.TabIndex = 24;
this.btn5.Text = "5";
this.btn5.UseSelectable = true;
this.btn5.Click += new System.EventHandler(this.btn5_Click);
//
// btn4
//
this.btn4.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btn4.Location = new System.Drawing.Point(34, 157);
this.btn4.Name = "btn4";
this.btn4.Size = new System.Drawing.Size(42, 39);
this.btn4.TabIndex = 23;
this.btn4.Text = "4";
this.btn4.UseSelectable = true;
this.btn4.Click += new System.EventHandler(this.btn4_Click);
//
// btnCarp
//
this.btnCarp.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btnCarp.Location = new System.Drawing.Point(219, 202);
this.btnCarp.Name = "btnCarp";
this.btnCarp.Size = new System.Drawing.Size(42, 39);
this.btnCarp.TabIndex = 30;
this.btnCarp.Text = "x";
this.btnCarp.UseSelectable = true;
this.btnCarp.Click += new System.EventHandler(this.btnCarp_Click);
//
// btn3
//
this.btn3.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btn3.Location = new System.Drawing.Point(132, 202);
this.btn3.Name = "btn3";
this.btn3.Size = new System.Drawing.Size(42, 39);
this.btn3.TabIndex = 29;
this.btn3.Text = "3";
this.btn3.UseSelectable = true;
this.btn3.Click += new System.EventHandler(this.btn3_Click);
//
// btn2
//
this.btn2.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btn2.Location = new System.Drawing.Point(82, 202);
this.btn2.Name = "btn2";
this.btn2.Size = new System.Drawing.Size(42, 39);
this.btn2.TabIndex = 28;
this.btn2.Text = "2";
this.btn2.UseSelectable = true;
this.btn2.Click += new System.EventHandler(this.btn2_Click);
//
// btn1
//
this.btn1.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btn1.Location = new System.Drawing.Point(34, 202);
this.btn1.Name = "btn1";
this.btn1.Size = new System.Drawing.Size(42, 39);
this.btn1.TabIndex = 27;
this.btn1.Text = "1";
this.btn1.UseSelectable = true;
this.btn1.Click += new System.EventHandler(this.metroButton12_Click);
//
// btnBol
//
this.btnBol.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btnBol.Location = new System.Drawing.Point(219, 247);
this.btnBol.Name = "btnBol";
this.btnBol.Size = new System.Drawing.Size(42, 39);
this.btnBol.TabIndex = 34;
this.btnBol.Text = "/";
this.btnBol.UseSelectable = true;
this.btnBol.Click += new System.EventHandler(this.btnBol_Click);
//
// btn0
//
this.btn0.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btn0.Location = new System.Drawing.Point(82, 247);
this.btn0.Name = "btn0";
this.btn0.Size = new System.Drawing.Size(42, 39);
this.btn0.TabIndex = 32;
this.btn0.Text = "0";
this.btn0.UseSelectable = true;
this.btn0.Click += new System.EventHandler(this.btn0_Click);
//
// btnVirgul
//
this.btnVirgul.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btnVirgul.Location = new System.Drawing.Point(34, 247);
this.btnVirgul.Name = "btnVirgul";
this.btnVirgul.Size = new System.Drawing.Size(42, 39);
this.btnVirgul.TabIndex = 31;
this.btnVirgul.Text = ",";
this.btnVirgul.UseSelectable = true;
this.btnVirgul.Click += new System.EventHandler(this.btnVirgul_Click);
//
// txtAlani
//
//
//
//
this.txtAlani.CustomButton.Image = null;
this.txtAlani.CustomButton.Location = new System.Drawing.Point(179, 2);
this.txtAlani.CustomButton.Name = "";
this.txtAlani.CustomButton.Size = new System.Drawing.Size(45, 45);
this.txtAlani.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.txtAlani.CustomButton.TabIndex = 1;
this.txtAlani.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.txtAlani.CustomButton.UseSelectable = true;
this.txtAlani.CustomButton.Visible = false;
this.txtAlani.FontSize = MetroFramework.MetroTextBoxSize.Tall;
this.txtAlani.Lines = new string[0];
this.txtAlani.Location = new System.Drawing.Point(34, 56);
this.txtAlani.MaxLength = 32767;
this.txtAlani.Name = "txtAlani";
this.txtAlani.PasswordChar = '\0';
this.txtAlani.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txtAlani.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtAlani.SelectedText = "";
this.txtAlani.SelectionLength = 0;
this.txtAlani.SelectionStart = 0;
this.txtAlani.ShortcutsEnabled = true;
this.txtAlani.Size = new System.Drawing.Size(275, 50);
this.txtAlani.TabIndex = 35;
this.txtAlani.UseSelectable = true;
this.txtAlani.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.txtAlani.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// btn7
//
this.btn7.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btn7.Location = new System.Drawing.Point(34, 112);
this.btn7.Name = "btn7";
this.btn7.Size = new System.Drawing.Size(42, 39);
this.btn7.TabIndex = 36;
this.btn7.Text = "7";
this.btn7.UseSelectable = true;
this.btn7.Click += new System.EventHandler(this.btn7_Click);
//
// btnSil
//
this.btnSil.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btnSil.Location = new System.Drawing.Point(132, 247);
this.btnSil.Name = "btnSil";
this.btnSil.Size = new System.Drawing.Size(42, 39);
this.btnSil.TabIndex = 37;
this.btnSil.Text = "C";
this.btnSil.UseSelectable = true;
this.btnSil.Click += new System.EventHandler(this.btnSil_Click);
//
// btnEsittir
//
this.btnEsittir.FontSize = MetroFramework.MetroButtonSize.Tall;
this.btnEsittir.Location = new System.Drawing.Point(267, 112);
this.btnEsittir.Name = "btnEsittir";
this.btnEsittir.Size = new System.Drawing.Size(42, 174);
this.btnEsittir.TabIndex = 38;
this.btnEsittir.Text = "=";
this.btnEsittir.UseSelectable = true;
this.btnEsittir.Click += new System.EventHandler(this.btnEsittir_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(329, 347);
this.Controls.Add(this.btnEsittir);
this.Controls.Add(this.btnSil);
this.Controls.Add(this.btn7);
this.Controls.Add(this.txtAlani);
this.Controls.Add(this.btnBol);
this.Controls.Add(this.btn0);
this.Controls.Add(this.btnVirgul);
this.Controls.Add(this.btnCarp);
this.Controls.Add(this.btn3);
this.Controls.Add(this.btn2);
this.Controls.Add(this.btn1);
this.Controls.Add(this.btnCikart);
this.Controls.Add(this.btn6);
this.Controls.Add(this.btn5);
this.Controls.Add(this.btn4);
this.Controls.Add(this.btnTopla);
this.Controls.Add(this.btn9);
this.Controls.Add(this.btn8);
this.Name = "Form1";
this.Text = "Hesap Makinesi";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
}
#endregion
private MetroFramework.Controls.MetroButton btn8;
private MetroFramework.Controls.MetroButton btnTopla;
private MetroFramework.Controls.MetroButton btn9;
private MetroFramework.Controls.MetroButton btnCikart;
private MetroFramework.Controls.MetroButton btn6;
private MetroFramework.Controls.MetroButton btn5;
private MetroFramework.Controls.MetroButton btn4;
private MetroFramework.Controls.MetroButton btnCarp;
private MetroFramework.Controls.MetroButton btn3;
private MetroFramework.Controls.MetroButton btn2;
private MetroFramework.Controls.MetroButton btn1;
private MetroFramework.Controls.MetroButton btnBol;
private MetroFramework.Controls.MetroButton btn0;
private MetroFramework.Controls.MetroButton btnVirgul;
private MetroFramework.Controls.MetroTextBox txtAlani;
private MetroFramework.Controls.MetroButton btn7;
private MetroFramework.Controls.MetroButton btnSil;
private MetroFramework.Controls.MetroButton btnEsittir;
}
}