namespace Übungen_LF6_WinFormanwendung { partial class Waehrungsumrechnung { /// /// 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.buttonCalc = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.textBoxRate = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.buttonFileOutput = new System.Windows.Forms.Button(); this.textBoxFileOutput = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.buttonFileInput = new System.Windows.Forms.Button(); this.textBoxFileInput = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.SuspendLayout(); // // buttonCalc // this.buttonCalc.Location = new System.Drawing.Point(197, 92); this.buttonCalc.Name = "buttonCalc"; this.buttonCalc.Size = new System.Drawing.Size(75, 23); this.buttonCalc.TabIndex = 21; this.buttonCalc.Text = "umrechnen"; this.buttonCalc.UseVisualStyleBackColor = true; this.buttonCalc.Click += new System.EventHandler(this.buttonCalc_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(114, 97); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(10, 13); this.label4.TabIndex = 20; this.label4.Text = ":"; // // textBoxRate // this.textBoxRate.Location = new System.Drawing.Point(137, 94); this.textBoxRate.Name = "textBoxRate"; this.textBoxRate.Size = new System.Drawing.Size(36, 20); this.textBoxRate.TabIndex = 19; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(71, 94); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(36, 20); this.textBox1.TabIndex = 18; this.textBox1.Text = "1"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(18, 97); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(28, 13); this.label3.TabIndex = 17; this.label3.Text = "Kurs"; // // buttonFileOutput // this.buttonFileOutput.Location = new System.Drawing.Point(402, 54); this.buttonFileOutput.Name = "buttonFileOutput"; this.buttonFileOutput.Size = new System.Drawing.Size(75, 23); this.buttonFileOutput.TabIndex = 16; this.buttonFileOutput.Text = "suchen"; this.buttonFileOutput.UseVisualStyleBackColor = true; this.buttonFileOutput.Click += new System.EventHandler(this.buttonFileOutput_Click); // // textBoxFileOutput // this.textBoxFileOutput.Location = new System.Drawing.Point(71, 57); this.textBoxFileOutput.Name = "textBoxFileOutput"; this.textBoxFileOutput.Size = new System.Drawing.Size(313, 20); this.textBoxFileOutput.TabIndex = 15; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(18, 65); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(24, 13); this.label2.TabIndex = 14; this.label2.Text = "Ziel"; // // buttonFileInput // this.buttonFileInput.Location = new System.Drawing.Point(402, 18); this.buttonFileInput.Name = "buttonFileInput"; this.buttonFileInput.Size = new System.Drawing.Size(75, 23); this.buttonFileInput.TabIndex = 13; this.buttonFileInput.Text = "suchen"; this.buttonFileInput.UseVisualStyleBackColor = true; this.buttonFileInput.Click += new System.EventHandler(this.buttonFileInput_Click); // // textBoxFileInput // this.textBoxFileInput.Location = new System.Drawing.Point(71, 21); this.textBoxFileInput.Name = "textBoxFileInput"; this.textBoxFileInput.Size = new System.Drawing.Size(313, 20); this.textBoxFileInput.TabIndex = 12; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(18, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(37, 13); this.label1.TabIndex = 11; this.label1.Text = "Quelle"; // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // Waehrungsumrechnung // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(502, 141); this.Controls.Add(this.buttonCalc); this.Controls.Add(this.label4); this.Controls.Add(this.textBoxRate); this.Controls.Add(this.textBox1); this.Controls.Add(this.label3); this.Controls.Add(this.buttonFileOutput); this.Controls.Add(this.textBoxFileOutput); this.Controls.Add(this.label2); this.Controls.Add(this.buttonFileInput); this.Controls.Add(this.textBoxFileInput); this.Controls.Add(this.label1); this.Name = "Waehrungsumrechnung"; this.Text = "Waehrungsumrechnung"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonCalc; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBoxRate; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button buttonFileOutput; private System.Windows.Forms.TextBox textBoxFileOutput; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button buttonFileInput; private System.Windows.Forms.TextBox textBoxFileInput; private System.Windows.Forms.Label label1; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.SaveFileDialog saveFileDialog1; } }