|
|
|
|
namespace Übungen_LF6_WinFormanwendung
|
|
|
|
|
{
|
|
|
|
|
partial class BLZChecker
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.button_ende = new System.Windows.Forms.Button();
|
|
|
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
|
|
|
this.button_suchen_einlesen = new System.Windows.Forms.Button();
|
|
|
|
|
this.groupBox_lesen = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.textBox_processed = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textBox_einlesen = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.groupBox_blz = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBox_blz = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textBox_confirm = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.button_prüfen = new System.Windows.Forms.Button();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBox_NameBank = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textBox_Ort = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.groupBox_lesen.SuspendLayout();
|
|
|
|
|
this.groupBox_blz.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// button_ende
|
|
|
|
|
//
|
|
|
|
|
this.button_ende.Location = new System.Drawing.Point(325, 387);
|
|
|
|
|
this.button_ende.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.button_ende.Name = "button_ende";
|
|
|
|
|
this.button_ende.Size = new System.Drawing.Size(122, 37);
|
|
|
|
|
this.button_ende.TabIndex = 12;
|
|
|
|
|
this.button_ende.Text = "Beenden";
|
|
|
|
|
this.button_ende.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button_ende.Click += new System.EventHandler(this.button_ende_Click);
|
|
|
|
|
//
|
|
|
|
|
// openFileDialog1
|
|
|
|
|
//
|
|
|
|
|
this.openFileDialog1.FileName = "openFileDialog1";
|
|
|
|
|
//
|
|
|
|
|
// button_suchen_einlesen
|
|
|
|
|
//
|
|
|
|
|
this.button_suchen_einlesen.Location = new System.Drawing.Point(302, 94);
|
|
|
|
|
this.button_suchen_einlesen.Name = "button_suchen_einlesen";
|
|
|
|
|
this.button_suchen_einlesen.Size = new System.Drawing.Size(121, 35);
|
|
|
|
|
this.button_suchen_einlesen.TabIndex = 13;
|
|
|
|
|
this.button_suchen_einlesen.Text = "Suchen und Einlesen";
|
|
|
|
|
this.button_suchen_einlesen.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button_suchen_einlesen.Click += new System.EventHandler(this.button_suchen_einlesen_Click);
|
|
|
|
|
//
|
|
|
|
|
// groupBox_lesen
|
|
|
|
|
//
|
|
|
|
|
this.groupBox_lesen.Controls.Add(this.textBox_processed);
|
|
|
|
|
this.groupBox_lesen.Controls.Add(this.textBox_einlesen);
|
|
|
|
|
this.groupBox_lesen.Controls.Add(this.button_suchen_einlesen);
|
|
|
|
|
this.groupBox_lesen.Location = new System.Drawing.Point(23, 24);
|
|
|
|
|
this.groupBox_lesen.Name = "groupBox_lesen";
|
|
|
|
|
this.groupBox_lesen.Size = new System.Drawing.Size(439, 147);
|
|
|
|
|
this.groupBox_lesen.TabIndex = 14;
|
|
|
|
|
this.groupBox_lesen.TabStop = false;
|
|
|
|
|
this.groupBox_lesen.Text = "Daten lesen";
|
|
|
|
|
//
|
|
|
|
|
// textBox_processed
|
|
|
|
|
//
|
|
|
|
|
this.textBox_processed.Location = new System.Drawing.Point(7, 57);
|
|
|
|
|
this.textBox_processed.Name = "textBox_processed";
|
|
|
|
|
this.textBox_processed.ReadOnly = true;
|
|
|
|
|
this.textBox_processed.Size = new System.Drawing.Size(416, 20);
|
|
|
|
|
this.textBox_processed.TabIndex = 15;
|
|
|
|
|
//
|
|
|
|
|
// textBox_einlesen
|
|
|
|
|
//
|
|
|
|
|
this.textBox_einlesen.Location = new System.Drawing.Point(7, 20);
|
|
|
|
|
this.textBox_einlesen.Name = "textBox_einlesen";
|
|
|
|
|
this.textBox_einlesen.Size = new System.Drawing.Size(416, 20);
|
|
|
|
|
this.textBox_einlesen.TabIndex = 14;
|
|
|
|
|
//
|
|
|
|
|
// groupBox_blz
|
|
|
|
|
//
|
|
|
|
|
this.groupBox_blz.Controls.Add(this.textBox_Ort);
|
|
|
|
|
this.groupBox_blz.Controls.Add(this.textBox_NameBank);
|
|
|
|
|
this.groupBox_blz.Controls.Add(this.label3);
|
|
|
|
|
this.groupBox_blz.Controls.Add(this.label2);
|
|
|
|
|
this.groupBox_blz.Controls.Add(this.button_prüfen);
|
|
|
|
|
this.groupBox_blz.Controls.Add(this.textBox_confirm);
|
|
|
|
|
this.groupBox_blz.Controls.Add(this.textBox_blz);
|
|
|
|
|
this.groupBox_blz.Controls.Add(this.label1);
|
|
|
|
|
this.groupBox_blz.Location = new System.Drawing.Point(30, 197);
|
|
|
|
|
this.groupBox_blz.Name = "groupBox_blz";
|
|
|
|
|
this.groupBox_blz.Size = new System.Drawing.Size(432, 172);
|
|
|
|
|
this.groupBox_blz.TabIndex = 15;
|
|
|
|
|
this.groupBox_blz.TabStop = false;
|
|
|
|
|
this.groupBox_blz.Text = "BLZ Prüfen";
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(7, 20);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(86, 13);
|
|
|
|
|
this.label1.TabIndex = 0;
|
|
|
|
|
this.label1.Text = "zu prüfende BLZ";
|
|
|
|
|
//
|
|
|
|
|
// textBox_blz
|
|
|
|
|
//
|
|
|
|
|
this.textBox_blz.Location = new System.Drawing.Point(109, 20);
|
|
|
|
|
this.textBox_blz.Name = "textBox_blz";
|
|
|
|
|
this.textBox_blz.Size = new System.Drawing.Size(160, 20);
|
|
|
|
|
this.textBox_blz.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// textBox_confirm
|
|
|
|
|
//
|
|
|
|
|
this.textBox_confirm.Location = new System.Drawing.Point(295, 19);
|
|
|
|
|
this.textBox_confirm.Name = "textBox_confirm";
|
|
|
|
|
this.textBox_confirm.ReadOnly = true;
|
|
|
|
|
this.textBox_confirm.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.textBox_confirm.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// button_prüfen
|
|
|
|
|
//
|
|
|
|
|
this.button_prüfen.Location = new System.Drawing.Point(109, 47);
|
|
|
|
|
this.button_prüfen.Name = "button_prüfen";
|
|
|
|
|
this.button_prüfen.Size = new System.Drawing.Size(160, 36);
|
|
|
|
|
this.button_prüfen.TabIndex = 3;
|
|
|
|
|
this.button_prüfen.Text = "prüfen";
|
|
|
|
|
this.button_prüfen.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button_prüfen.Click += new System.EventHandler(this.button_prüfen_Click);
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(10, 93);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(81, 13);
|
|
|
|
|
this.label2.TabIndex = 4;
|
|
|
|
|
this.label2.Text = "Name der Bank";
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(10, 136);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(21, 13);
|
|
|
|
|
this.label3.TabIndex = 5;
|
|
|
|
|
this.label3.Text = "Ort";
|
|
|
|
|
//
|
|
|
|
|
// textBox_NameBank
|
|
|
|
|
//
|
|
|
|
|
this.textBox_NameBank.Location = new System.Drawing.Point(109, 93);
|
|
|
|
|
this.textBox_NameBank.Name = "textBox_NameBank";
|
|
|
|
|
this.textBox_NameBank.ReadOnly = true;
|
|
|
|
|
this.textBox_NameBank.Size = new System.Drawing.Size(286, 20);
|
|
|
|
|
this.textBox_NameBank.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// textBox_Ort
|
|
|
|
|
//
|
|
|
|
|
this.textBox_Ort.Location = new System.Drawing.Point(109, 128);
|
|
|
|
|
this.textBox_Ort.Name = "textBox_Ort";
|
|
|
|
|
this.textBox_Ort.ReadOnly = true;
|
|
|
|
|
this.textBox_Ort.Size = new System.Drawing.Size(286, 20);
|
|
|
|
|
this.textBox_Ort.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// BLZChecker
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(486, 454);
|
|
|
|
|
this.Controls.Add(this.groupBox_blz);
|
|
|
|
|
this.Controls.Add(this.groupBox_lesen);
|
|
|
|
|
this.Controls.Add(this.button_ende);
|
|
|
|
|
this.Name = "BLZChecker";
|
|
|
|
|
this.Text = "BLZChecker";
|
|
|
|
|
this.groupBox_lesen.ResumeLayout(false);
|
|
|
|
|
this.groupBox_lesen.PerformLayout();
|
|
|
|
|
this.groupBox_blz.ResumeLayout(false);
|
|
|
|
|
this.groupBox_blz.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button button_ende;
|
|
|
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|
|
|
|
private System.Windows.Forms.Button button_suchen_einlesen;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox_lesen;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox_processed;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox_einlesen;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox_blz;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox_Ort;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox_NameBank;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Button button_prüfen;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox_confirm;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox_blz;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
}
|
|
|
|
|
}
|