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: 322: 323: 324: 325: 326: 327: 328: 329: 330: 331: 332: 333: 334: 335: 336: 337: 338: 339: 340: 341: 342: 343: 344: 345: 346: 347: 348: 349: 350: 351: 352: 353: 354: 355: 356: 357: 358: 359: 360: 361: 362: 363: 364: 365: 366: 367: 368: 369: 370: 371: 372: 373: 374: 375: 376: 377: 378: 379: 380: 381: 382: 383: 384: 385: 386: 387: 388: 389: 390:
| namespace Calculator { partial class Form1 { private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); }
#region Vom Windows Form-Designer generierter Code
private void InitializeComponent() { this.btn_Maus = new System.Windows.Forms.Button(); this.btn_Tastatur = new System.Windows.Forms.Button(); this.lab_Operant = new System.Windows.Forms.Label(); this.btn_hochy = new System.Windows.Forms.Button(); this.btn_wurzely = new System.Windows.Forms.Button(); this.btn_wurzel = new System.Windows.Forms.Button(); this.btn_hochzwei = new System.Windows.Forms.Button(); this.btn_ergebnis = new System.Windows.Forms.Button(); this.btn_VZ = new System.Windows.Forms.Button(); this.btn_C = new System.Windows.Forms.Button(); this.btn_AC = new System.Windows.Forms.Button(); this.btn_div = new System.Windows.Forms.Button(); this.btn_Mal = new System.Windows.Forms.Button(); this.btn_Minus = new System.Windows.Forms.Button(); this.btn_Plus = new System.Windows.Forms.Button(); this.btn_Komma = new System.Windows.Forms.Button(); this.btn_Ziffer0 = new System.Windows.Forms.Button(); this.lab_zErgebnis = new System.Windows.Forms.Label(); this.lab_Ergebnis = new System.Windows.Forms.Label(); this.btn_Ziffer7 = new System.Windows.Forms.Button(); this.btn_Ziffer8 = new System.Windows.Forms.Button(); this.btn_Ziffer9 = new System.Windows.Forms.Button(); this.btn_Ziffer6 = new System.Windows.Forms.Button(); this.btn_Ziffer5 = new System.Windows.Forms.Button(); this.btn_Ziffer4 = new System.Windows.Forms.Button(); this.btn_Ziffer3 = new System.Windows.Forms.Button(); this.btn_Ziffer2 = new System.Windows.Forms.Button(); this.btn_Ziffer1 = new System.Windows.Forms.Button(); this.SuspendLayout(); this.btn_Maus.Enabled = false; this.btn_Maus.Location = new System.Drawing.Point(204, 255); this.btn_Maus.Name = "btn_Maus"; this.btn_Maus.Size = new System.Drawing.Size(40, 42); this.btn_Maus.TabIndex = 57; this.btn_Maus.Text = "Maus"; this.btn_Maus.UseVisualStyleBackColor = true; this.btn_Maus.Visible = false; this.btn_Tastatur.Location = new System.Drawing.Point(204, 257); this.btn_Tastatur.Name = "btn_Tastatur"; this.btn_Tastatur.Size = new System.Drawing.Size(40, 42); this.btn_Tastatur.TabIndex = 56; this.btn_Tastatur.Text = "Tastatur"; this.btn_Tastatur.UseVisualStyleBackColor = true; this.lab_Operant.AutoSize = true; this.lab_Operant.Location = new System.Drawing.Point(22, 51); this.lab_Operant.Name = "lab_Operant"; this.lab_Operant.Size = new System.Drawing.Size(0, 13); this.lab_Operant.TabIndex = 55; this.btn_hochy.Location = new System.Drawing.Point(204, 121); this.btn_hochy.Name = "btn_hochy"; this.btn_hochy.Size = new System.Drawing.Size(40, 40); this.btn_hochy.TabIndex = 54; this.btn_hochy.Text = "x^y"; this.btn_hochy.UseVisualStyleBackColor = true; this.btn_wurzely.Location = new System.Drawing.Point(204, 213); this.btn_wurzely.Name = "btn_wurzely"; this.btn_wurzely.Size = new System.Drawing.Size(40, 40); this.btn_wurzely.TabIndex = 53; this.btn_wurzely.Text = "y?"; this.btn_wurzely.UseVisualStyleBackColor = true; this.btn_wurzel.Location = new System.Drawing.Point(204, 167); this.btn_wurzel.Name = "btn_wurzel"; this.btn_wurzel.Size = new System.Drawing.Size(40, 40); this.btn_wurzel.TabIndex = 52; this.btn_wurzel.Text = "?"; this.btn_wurzel.UseVisualStyleBackColor = true; this.btn_hochzwei.Location = new System.Drawing.Point(204, 75); this.btn_hochzwei.Name = "btn_hochzwei"; this.btn_hochzwei.Size = new System.Drawing.Size(40, 40); this.btn_hochzwei.TabIndex = 51; this.btn_hochzwei.Text = "x²"; this.btn_hochzwei.UseVisualStyleBackColor = true; this.btn_ergebnis.Location = new System.Drawing.Point(158, 75); this.btn_ergebnis.Name = "btn_ergebnis"; this.btn_ergebnis.Size = new System.Drawing.Size(40, 40); this.btn_ergebnis.TabIndex = 50; this.btn_ergebnis.Text = "="; this.btn_ergebnis.UseVisualStyleBackColor = true; this.btn_VZ.Location = new System.Drawing.Point(112, 75); this.btn_VZ.Name = "btn_VZ"; this.btn_VZ.Size = new System.Drawing.Size(40, 40); this.btn_VZ.TabIndex = 49; this.btn_VZ.Text = "+/-"; this.btn_VZ.UseVisualStyleBackColor = true; this.btn_C.Location = new System.Drawing.Point(66, 75); this.btn_C.Name = "btn_C"; this.btn_C.Size = new System.Drawing.Size(40, 40); this.btn_C.TabIndex = 48; this.btn_C.Text = "C"; this.btn_C.UseVisualStyleBackColor = true; this.btn_AC.Location = new System.Drawing.Point(20, 75); this.btn_AC.Name = "btn_AC"; this.btn_AC.Size = new System.Drawing.Size(40, 40); this.btn_AC.TabIndex = 47; this.btn_AC.Text = "AC"; this.btn_AC.UseVisualStyleBackColor = true; this.btn_div.Location = new System.Drawing.Point(158, 259); this.btn_div.Name = "btn_div"; this.btn_div.Size = new System.Drawing.Size(40, 40); this.btn_div.TabIndex = 46; this.btn_div.Text = "/"; this.btn_div.UseVisualStyleBackColor = true; this.btn_Mal.Location = new System.Drawing.Point(158, 213); this.btn_Mal.Name = "btn_Mal"; this.btn_Mal.Size = new System.Drawing.Size(40, 40); this.btn_Mal.TabIndex = 45; this.btn_Mal.Text = "x"; this.btn_Mal.UseVisualStyleBackColor = true; this.btn_Minus.Location = new System.Drawing.Point(158, 167); this.btn_Minus.Name = "btn_Minus"; this.btn_Minus.Size = new System.Drawing.Size(40, 40); this.btn_Minus.TabIndex = 44; this.btn_Minus.Text = "-"; this.btn_Minus.UseVisualStyleBackColor = true; this.btn_Plus.Location = new System.Drawing.Point(158, 121); this.btn_Plus.Name = "btn_Plus"; this.btn_Plus.Size = new System.Drawing.Size(40, 40); this.btn_Plus.TabIndex = 43; this.btn_Plus.Text = "+"; this.btn_Plus.UseVisualStyleBackColor = true; this.btn_Komma.Location = new System.Drawing.Point(20, 257); this.btn_Komma.Name = "btn_Komma"; this.btn_Komma.Size = new System.Drawing.Size(40, 40); this.btn_Komma.TabIndex = 42; this.btn_Komma.Text = ","; this.btn_Komma.UseVisualStyleBackColor = true; this.btn_Ziffer0.Location = new System.Drawing.Point(65, 259); this.btn_Ziffer0.Name = "btn_Ziffer0"; this.btn_Ziffer0.Size = new System.Drawing.Size(87, 40); this.btn_Ziffer0.TabIndex = 41; this.btn_Ziffer0.Text = "0"; this.btn_Ziffer0.UseVisualStyleBackColor = true; this.lab_zErgebnis.AutoSize = true; this.lab_zErgebnis.Location = new System.Drawing.Point(34, 51); this.lab_zErgebnis.Name = "lab_zErgebnis"; this.lab_zErgebnis.Size = new System.Drawing.Size(13, 13); this.lab_zErgebnis.TabIndex = 40; this.lab_zErgebnis.Text = "0"; this.lab_Ergebnis.AutoSize = true; this.lab_Ergebnis.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lab_Ergebnis.Location = new System.Drawing.Point(20, 10); this.lab_Ergebnis.Name = "lab_Ergebnis"; this.lab_Ergebnis.Size = new System.Drawing.Size(27, 29); this.lab_Ergebnis.TabIndex = 39; this.lab_Ergebnis.Text = "0"; this.btn_Ziffer7.Location = new System.Drawing.Point(19, 213); this.btn_Ziffer7.Name = "btn_Ziffer7"; this.btn_Ziffer7.Size = new System.Drawing.Size(41, 40); this.btn_Ziffer7.TabIndex = 38; this.btn_Ziffer7.Text = "7"; this.btn_Ziffer7.UseVisualStyleBackColor = true; this.btn_Ziffer8.Location = new System.Drawing.Point(66, 213); this.btn_Ziffer8.Name = "btn_Ziffer8"; this.btn_Ziffer8.Size = new System.Drawing.Size(40, 40); this.btn_Ziffer8.TabIndex = 37; this.btn_Ziffer8.Text = "8"; this.btn_Ziffer8.UseVisualStyleBackColor = true; this.btn_Ziffer9.Location = new System.Drawing.Point(112, 213); this.btn_Ziffer9.Name = "btn_Ziffer9"; this.btn_Ziffer9.Size = new System.Drawing.Size(40, 40); this.btn_Ziffer9.TabIndex = 36; this.btn_Ziffer9.Text = "9"; this.btn_Ziffer9.UseVisualStyleBackColor = true; this.btn_Ziffer6.Location = new System.Drawing.Point(112, 167); this.btn_Ziffer6.Name = "btn_Ziffer6"; this.btn_Ziffer6.Size = new System.Drawing.Size(40, 40); this.btn_Ziffer6.TabIndex = 35; this.btn_Ziffer6.Text = "6"; this.btn_Ziffer6.UseVisualStyleBackColor = true; this.btn_Ziffer5.Location = new System.Drawing.Point(66, 167); this.btn_Ziffer5.Name = "btn_Ziffer5"; this.btn_Ziffer5.Size = new System.Drawing.Size(40, 40); this.btn_Ziffer5.TabIndex = 34; this.btn_Ziffer5.Text = "5"; this.btn_Ziffer5.UseVisualStyleBackColor = true; this.btn_Ziffer4.Location = new System.Drawing.Point(20, 167); this.btn_Ziffer4.Name = "btn_Ziffer4"; this.btn_Ziffer4.Size = new System.Drawing.Size(40, 40); this.btn_Ziffer4.TabIndex = 33; this.btn_Ziffer4.Text = "4"; this.btn_Ziffer4.UseVisualStyleBackColor = true; this.btn_Ziffer3.Location = new System.Drawing.Point(112, 121); this.btn_Ziffer3.Name = "btn_Ziffer3"; this.btn_Ziffer3.Size = new System.Drawing.Size(40, 40); this.btn_Ziffer3.TabIndex = 32; this.btn_Ziffer3.Text = "3"; this.btn_Ziffer3.UseVisualStyleBackColor = true; this.btn_Ziffer2.Location = new System.Drawing.Point(66, 121); this.btn_Ziffer2.Name = "btn_Ziffer2"; this.btn_Ziffer2.Size = new System.Drawing.Size(40, 40); this.btn_Ziffer2.TabIndex = 31; this.btn_Ziffer2.Text = "2"; this.btn_Ziffer2.UseVisualStyleBackColor = true; this.btn_Ziffer1.Location = new System.Drawing.Point(20, 121); this.btn_Ziffer1.Name = "btn_Ziffer1"; this.btn_Ziffer1.Size = new System.Drawing.Size(40, 40); this.btn_Ziffer1.TabIndex = 30; this.btn_Ziffer1.Text = "1"; this.btn_Ziffer1.UseVisualStyleBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(263, 308); this.Controls.Add(this.btn_Maus); this.Controls.Add(this.btn_Tastatur); this.Controls.Add(this.lab_Operant); this.Controls.Add(this.btn_hochy); this.Controls.Add(this.btn_wurzely); this.Controls.Add(this.btn_wurzel); this.Controls.Add(this.btn_hochzwei); this.Controls.Add(this.btn_ergebnis); this.Controls.Add(this.btn_VZ); this.Controls.Add(this.btn_C); this.Controls.Add(this.btn_AC); this.Controls.Add(this.btn_div); this.Controls.Add(this.btn_Mal); this.Controls.Add(this.btn_Minus); this.Controls.Add(this.btn_Plus); this.Controls.Add(this.btn_Komma); this.Controls.Add(this.btn_Ziffer0); this.Controls.Add(this.lab_zErgebnis); this.Controls.Add(this.lab_Ergebnis); this.Controls.Add(this.btn_Ziffer7); this.Controls.Add(this.btn_Ziffer8); this.Controls.Add(this.btn_Ziffer9); this.Controls.Add(this.btn_Ziffer6); this.Controls.Add(this.btn_Ziffer5); this.Controls.Add(this.btn_Ziffer4); this.Controls.Add(this.btn_Ziffer3); this.Controls.Add(this.btn_Ziffer2); this.Controls.Add(this.btn_Ziffer1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "Form1"; this.ShowIcon = false; this.Text = "Calculator"; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown); this.ResumeLayout(false); this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_Maus; private System.Windows.Forms.Button btn_Tastatur; private System.Windows.Forms.Label lab_Operant; private System.Windows.Forms.Button btn_hochy; private System.Windows.Forms.Button btn_wurzely; private System.Windows.Forms.Button btn_wurzel; private System.Windows.Forms.Button btn_hochzwei; private System.Windows.Forms.Button btn_ergebnis; private System.Windows.Forms.Button btn_VZ; private System.Windows.Forms.Button btn_C; private System.Windows.Forms.Button btn_AC; private System.Windows.Forms.Button btn_div; private System.Windows.Forms.Button btn_Mal; private System.Windows.Forms.Button btn_Minus; private System.Windows.Forms.Button btn_Plus; private System.Windows.Forms.Button btn_Komma; private System.Windows.Forms.Button btn_Ziffer0; private System.Windows.Forms.Label lab_zErgebnis; private System.Windows.Forms.Label lab_Ergebnis; private System.Windows.Forms.Button btn_Ziffer7; private System.Windows.Forms.Button btn_Ziffer8; private System.Windows.Forms.Button btn_Ziffer9; private System.Windows.Forms.Button btn_Ziffer6; private System.Windows.Forms.Button btn_Ziffer5; private System.Windows.Forms.Button btn_Ziffer4; private System.Windows.Forms.Button btn_Ziffer3; private System.Windows.Forms.Button btn_Ziffer2; private System.Windows.Forms.Button btn_Ziffer1;
} } |