You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

230 lines
11 KiB
C#

namespace Übungen_LF6_WinFormanwendung
{
partial class PrePaid_Übung
{
/// <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.textBox_MByte = new System.Windows.Forms.TextBox();
this.textBox_Minute = new System.Windows.Forms.TextBox();
this.textBox_AufladungEuro = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button_SMSBuchen = new System.Windows.Forms.Button();
this.button_Aufladen = new System.Windows.Forms.Button();
this.button_BuchenMinuten = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.button_BuchenMB = new System.Windows.Forms.Button();
this.textBox_guthaben = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// button_ende
//
this.button_ende.Location = new System.Drawing.Point(446, 399);
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 = 9;
this.button_ende.Text = "Beenden";
this.button_ende.UseVisualStyleBackColor = true;
this.button_ende.Click += new System.EventHandler(this.button_ende_Click);
//
// textBox_MByte
//
this.textBox_MByte.Location = new System.Drawing.Point(26, 140);
this.textBox_MByte.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox_MByte.Name = "textBox_MByte";
this.textBox_MByte.Size = new System.Drawing.Size(142, 22);
this.textBox_MByte.TabIndex = 10;
//
// textBox_Minute
//
this.textBox_Minute.Location = new System.Drawing.Point(26, 88);
this.textBox_Minute.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox_Minute.Name = "textBox_Minute";
this.textBox_Minute.Size = new System.Drawing.Size(142, 22);
this.textBox_Minute.TabIndex = 11;
//
// textBox_AufladungEuro
//
this.textBox_AufladungEuro.Location = new System.Drawing.Point(26, 197);
this.textBox_AufladungEuro.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox_AufladungEuro.Name = "textBox_AufladungEuro";
this.textBox_AufladungEuro.Size = new System.Drawing.Size(142, 22);
this.textBox_AufladungEuro.TabIndex = 12;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(26, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 17);
this.label1.TabIndex = 13;
this.label1.Text = "Vertrag 1";
//
// button_SMSBuchen
//
this.button_SMSBuchen.Location = new System.Drawing.Point(259, 31);
this.button_SMSBuchen.Name = "button_SMSBuchen";
this.button_SMSBuchen.Size = new System.Drawing.Size(228, 34);
this.button_SMSBuchen.TabIndex = 14;
this.button_SMSBuchen.Text = "Buchung einer SMS";
this.button_SMSBuchen.UseVisualStyleBackColor = true;
this.button_SMSBuchen.Click += new System.EventHandler(this.button_SMSBuchen_Click);
//
// button_Aufladen
//
this.button_Aufladen.Location = new System.Drawing.Point(259, 191);
this.button_Aufladen.Name = "button_Aufladen";
this.button_Aufladen.Size = new System.Drawing.Size(228, 34);
this.button_Aufladen.TabIndex = 15;
this.button_Aufladen.Text = "Aufladen um ... Euro";
this.button_Aufladen.UseVisualStyleBackColor = true;
this.button_Aufladen.Click += new System.EventHandler(this.button_Aufladen_Click);
//
// button_BuchenMinuten
//
this.button_BuchenMinuten.Location = new System.Drawing.Point(259, 82);
this.button_BuchenMinuten.Name = "button_BuchenMinuten";
this.button_BuchenMinuten.Size = new System.Drawing.Size(228, 34);
this.button_BuchenMinuten.TabIndex = 16;
this.button_BuchenMinuten.Text = "Buchung von ... Minuten";
this.button_BuchenMinuten.UseVisualStyleBackColor = true;
this.button_BuchenMinuten.Click += new System.EventHandler(this.button_BuchenMinuten_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(185, 92);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(34, 17);
this.label2.TabIndex = 17;
this.label2.Text = "min.";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(188, 140);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(28, 17);
this.label3.TabIndex = 18;
this.label3.Text = "MB";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(188, 201);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(38, 17);
this.label4.TabIndex = 19;
this.label4.Text = "Euro";
//
// button_BuchenMB
//
this.button_BuchenMB.Location = new System.Drawing.Point(259, 134);
this.button_BuchenMB.Name = "button_BuchenMB";
this.button_BuchenMB.Size = new System.Drawing.Size(228, 34);
this.button_BuchenMB.TabIndex = 20;
this.button_BuchenMB.Text = "Buchung von ... MB Daten";
this.button_BuchenMB.UseVisualStyleBackColor = true;
this.button_BuchenMB.Click += new System.EventHandler(this.button_BuchenMB_Click);
//
// textBox_guthaben
//
this.textBox_guthaben.Location = new System.Drawing.Point(150, 278);
this.textBox_guthaben.Name = "textBox_guthaben";
this.textBox_guthaben.ReadOnly = true;
this.textBox_guthaben.Size = new System.Drawing.Size(160, 22);
this.textBox_guthaben.TabIndex = 21;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(36, 281);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(79, 17);
this.label5.TabIndex = 22;
this.label5.Text = "Guthaben :";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(328, 280);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(38, 17);
this.label6.TabIndex = 23;
this.label6.Text = "Euro";
//
// PrePaid_Übung
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(555, 435);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.textBox_guthaben);
this.Controls.Add(this.button_BuchenMB);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.button_BuchenMinuten);
this.Controls.Add(this.button_Aufladen);
this.Controls.Add(this.button_SMSBuchen);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox_AufladungEuro);
this.Controls.Add(this.textBox_Minute);
this.Controls.Add(this.textBox_MByte);
this.Controls.Add(this.button_ende);
this.Name = "PrePaid_Übung";
this.Text = "PrePaid_Übung";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button_ende;
private System.Windows.Forms.TextBox textBox_MByte;
private System.Windows.Forms.TextBox textBox_Minute;
private System.Windows.Forms.TextBox textBox_AufladungEuro;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button_SMSBuchen;
private System.Windows.Forms.Button button_Aufladen;
private System.Windows.Forms.Button button_BuchenMinuten;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button_BuchenMB;
private System.Windows.Forms.TextBox textBox_guthaben;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
}
}