namespace Übungen_LF6_WinFormanwendung { partial class IBANBerechner { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.button_ende = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.textBox_KontoNr = new System.Windows.Forms.TextBox(); this.textBox_BLZ = new System.Windows.Forms.TextBox(); this.textBox_IBANberechnet = new System.Windows.Forms.TextBox(); this.textBox_IBANPrüfen = new System.Windows.Forms.TextBox(); this.button_IBANerrechnen = new System.Windows.Forms.Button(); this.button_IBANPrüfen = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // button_ende // this.button_ende.Location = new System.Drawing.Point(591, 415); this.button_ende.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.button_ende.Name = "button_ende"; this.button_ende.Size = new System.Drawing.Size(97, 25); this.button_ende.TabIndex = 10; this.button_ende.Text = "Beenden"; this.button_ende.UseVisualStyleBackColor = true; this.button_ende.Click += new System.EventHandler(this.button_ende_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.button_IBANerrechnen); this.groupBox1.Controls.Add(this.textBox_IBANberechnet); this.groupBox1.Controls.Add(this.textBox_BLZ); this.groupBox1.Controls.Add(this.textBox_KontoNr); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(47, 44); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(297, 286); this.groupBox1.TabIndex = 11; this.groupBox1.TabStop = false; this.groupBox1.Text = "IBAN berechnen"; // // groupBox2 // this.groupBox2.Controls.Add(this.button_IBANPrüfen); this.groupBox2.Controls.Add(this.textBox_IBANPrüfen); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Location = new System.Drawing.Point(389, 44); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(284, 286); this.groupBox2.TabIndex = 12; this.groupBox2.TabStop = false; this.groupBox2.Text = "IBAN prüfen"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(69, 17); this.label1.TabIndex = 0; this.label1.Text = "Konto-Nr."; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 80); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(34, 17); this.label2.TabIndex = 1; this.label2.Text = "BLZ"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(7, 175); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(39, 17); this.label3.TabIndex = 2; this.label3.Text = "IBAN"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(15, 32); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(39, 17); this.label4.TabIndex = 3; this.label4.Text = "IBAN"; // // textBox_KontoNr // this.textBox_KontoNr.Location = new System.Drawing.Point(97, 32); this.textBox_KontoNr.Name = "textBox_KontoNr"; this.textBox_KontoNr.Size = new System.Drawing.Size(178, 22); this.textBox_KontoNr.TabIndex = 3; // // textBox_BLZ // this.textBox_BLZ.Location = new System.Drawing.Point(97, 80); this.textBox_BLZ.Name = "textBox_BLZ"; this.textBox_BLZ.Size = new System.Drawing.Size(178, 22); this.textBox_BLZ.TabIndex = 4; // // textBox_IBANberechnet // this.textBox_IBANberechnet.Location = new System.Drawing.Point(97, 175); this.textBox_IBANberechnet.Name = "textBox_IBANberechnet"; this.textBox_IBANberechnet.ReadOnly = true; this.textBox_IBANberechnet.Size = new System.Drawing.Size(178, 22); this.textBox_IBANberechnet.TabIndex = 5; // // textBox_IBANPrüfen // this.textBox_IBANPrüfen.Location = new System.Drawing.Point(75, 32); this.textBox_IBANPrüfen.Name = "textBox_IBANPrüfen"; this.textBox_IBANPrüfen.Size = new System.Drawing.Size(178, 22); this.textBox_IBANPrüfen.TabIndex = 6; // // button_IBANerrechnen // this.button_IBANerrechnen.Location = new System.Drawing.Point(97, 123); this.button_IBANerrechnen.Name = "button_IBANerrechnen"; this.button_IBANerrechnen.Size = new System.Drawing.Size(178, 35); this.button_IBANerrechnen.TabIndex = 6; this.button_IBANerrechnen.Text = "IBAN errechnen"; this.button_IBANerrechnen.UseVisualStyleBackColor = true; this.button_IBANerrechnen.Click += new System.EventHandler(this.button_IBANerrechnen_Click); // // button_IBANPrüfen // this.button_IBANPrüfen.Location = new System.Drawing.Point(75, 74); this.button_IBANPrüfen.Name = "button_IBANPrüfen"; this.button_IBANPrüfen.Size = new System.Drawing.Size(178, 35); this.button_IBANPrüfen.TabIndex = 7; this.button_IBANPrüfen.Text = "IBAN prüfen"; this.button_IBANPrüfen.UseVisualStyleBackColor = true; this.button_IBANPrüfen.Click += new System.EventHandler(this.button_IBANPrüfen_Click); // // IBANBerechner // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(711, 467); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.button_ende); this.Name = "IBANBerechner"; this.Text = "IBANBerechner"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button_ende; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button button_IBANerrechnen; private System.Windows.Forms.TextBox textBox_IBANberechnet; private System.Windows.Forms.TextBox textBox_BLZ; private System.Windows.Forms.TextBox textBox_KontoNr; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button button_IBANPrüfen; private System.Windows.Forms.TextBox textBox_IBANPrüfen; private System.Windows.Forms.Label label4; } }