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.
371 lines
20 KiB
C#
371 lines
20 KiB
C#
namespace Übungen_LF6_WinFormanwendung
|
|
{
|
|
partial class Klassenarbeit_030517_AlexanderDegen
|
|
{
|
|
/// <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.CSVLesen = new System.Windows.Forms.Button();
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
this.textBox_Header_OrderID = new System.Windows.Forms.TextBox();
|
|
this.buttonAnzeige = new System.Windows.Forms.Button();
|
|
this.button_GesUmsatz = new System.Windows.Forms.Button();
|
|
this.textBox_GesUmsatz = new System.Windows.Forms.TextBox();
|
|
this.button_UmsatzNetto = new System.Windows.Forms.Button();
|
|
this.textBox_UmsatzNetto = new System.Windows.Forms.TextBox();
|
|
this.textBoxFileName = new System.Windows.Forms.TextBox();
|
|
this.listBoxOrderID = new System.Windows.Forms.ListBox();
|
|
this.button_SummeSales = new System.Windows.Forms.Button();
|
|
this.button_Summe_Bestellung = new System.Windows.Forms.Button();
|
|
this.textBox_SummeSales = new System.Windows.Forms.TextBox();
|
|
this.textBox_Summe_Bestellung = new System.Windows.Forms.TextBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.listBox_Discount = new System.Windows.Forms.ListBox();
|
|
this.listBox_Quantity = new System.Windows.Forms.ListBox();
|
|
this.listBox_UnitPrize = new System.Windows.Forms.ListBox();
|
|
this.listBoxProductID = new System.Windows.Forms.ListBox();
|
|
this.textBox_Header_ProductID = new System.Windows.Forms.TextBox();
|
|
this.textBox_Header_UnitPrize = new System.Windows.Forms.TextBox();
|
|
this.textBox_Header_Quantity = new System.Windows.Forms.TextBox();
|
|
this.textBox_Header_Discount = new System.Windows.Forms.TextBox();
|
|
this.button_SalePerProduct = new System.Windows.Forms.Button();
|
|
this.button_RechnungProOrder = new System.Windows.Forms.Button();
|
|
this.listBox_VerkaufProProdukt = new System.Windows.Forms.ListBox();
|
|
this.listBox_RechnungProOrder = new System.Windows.Forms.ListBox();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// button_ende
|
|
//
|
|
this.button_ende.Location = new System.Drawing.Point(995, 497);
|
|
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);
|
|
//
|
|
// CSVLesen
|
|
//
|
|
this.CSVLesen.Location = new System.Drawing.Point(708, 18);
|
|
this.CSVLesen.Name = "CSVLesen";
|
|
this.CSVLesen.Size = new System.Drawing.Size(133, 36);
|
|
this.CSVLesen.TabIndex = 13;
|
|
this.CSVLesen.Text = "CSV-Lesen";
|
|
this.CSVLesen.UseVisualStyleBackColor = true;
|
|
this.CSVLesen.Click += new System.EventHandler(this.CSVLesen_Click);
|
|
//
|
|
// openFileDialog1
|
|
//
|
|
this.openFileDialog1.FileName = "openFileDialog1";
|
|
//
|
|
// textBox_Header_OrderID
|
|
//
|
|
this.textBox_Header_OrderID.Location = new System.Drawing.Point(21, 35);
|
|
this.textBox_Header_OrderID.Name = "textBox_Header_OrderID";
|
|
this.textBox_Header_OrderID.Size = new System.Drawing.Size(121, 20);
|
|
this.textBox_Header_OrderID.TabIndex = 20;
|
|
//
|
|
// buttonAnzeige
|
|
//
|
|
this.buttonAnzeige.Location = new System.Drawing.Point(708, 77);
|
|
this.buttonAnzeige.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonAnzeige.Name = "buttonAnzeige";
|
|
this.buttonAnzeige.Size = new System.Drawing.Size(133, 36);
|
|
this.buttonAnzeige.TabIndex = 21;
|
|
this.buttonAnzeige.Text = "Zeige Daten";
|
|
this.buttonAnzeige.UseVisualStyleBackColor = true;
|
|
this.buttonAnzeige.Click += new System.EventHandler(this.buttonAnzeige_Click);
|
|
//
|
|
// button_GesUmsatz
|
|
//
|
|
this.button_GesUmsatz.Location = new System.Drawing.Point(847, 17);
|
|
this.button_GesUmsatz.Name = "button_GesUmsatz";
|
|
this.button_GesUmsatz.Size = new System.Drawing.Size(133, 38);
|
|
this.button_GesUmsatz.TabIndex = 22;
|
|
this.button_GesUmsatz.Text = "Umsatz Gesamt";
|
|
this.button_GesUmsatz.UseVisualStyleBackColor = true;
|
|
this.button_GesUmsatz.Click += new System.EventHandler(this.button_GesUmsatz_Click);
|
|
//
|
|
// textBox_GesUmsatz
|
|
//
|
|
this.textBox_GesUmsatz.Location = new System.Drawing.Point(995, 27);
|
|
this.textBox_GesUmsatz.Name = "textBox_GesUmsatz";
|
|
this.textBox_GesUmsatz.Size = new System.Drawing.Size(122, 20);
|
|
this.textBox_GesUmsatz.TabIndex = 23;
|
|
//
|
|
// button_UmsatzNetto
|
|
//
|
|
this.button_UmsatzNetto.Location = new System.Drawing.Point(847, 77);
|
|
this.button_UmsatzNetto.Name = "button_UmsatzNetto";
|
|
this.button_UmsatzNetto.Size = new System.Drawing.Size(133, 35);
|
|
this.button_UmsatzNetto.TabIndex = 24;
|
|
this.button_UmsatzNetto.Text = "Umsatz Netto";
|
|
this.button_UmsatzNetto.UseVisualStyleBackColor = true;
|
|
this.button_UmsatzNetto.Click += new System.EventHandler(this.button_UmsatzNetto_Click);
|
|
//
|
|
// textBox_UmsatzNetto
|
|
//
|
|
this.textBox_UmsatzNetto.Location = new System.Drawing.Point(997, 85);
|
|
this.textBox_UmsatzNetto.Name = "textBox_UmsatzNetto";
|
|
this.textBox_UmsatzNetto.Size = new System.Drawing.Size(122, 20);
|
|
this.textBox_UmsatzNetto.TabIndex = 25;
|
|
//
|
|
// textBoxFileName
|
|
//
|
|
this.textBoxFileName.Location = new System.Drawing.Point(23, 27);
|
|
this.textBoxFileName.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBoxFileName.Name = "textBoxFileName";
|
|
this.textBoxFileName.Size = new System.Drawing.Size(660, 20);
|
|
this.textBoxFileName.TabIndex = 26;
|
|
//
|
|
// listBoxOrderID
|
|
//
|
|
this.listBoxOrderID.FormattingEnabled = true;
|
|
this.listBoxOrderID.Location = new System.Drawing.Point(23, 69);
|
|
this.listBoxOrderID.Margin = new System.Windows.Forms.Padding(2);
|
|
this.listBoxOrderID.Name = "listBoxOrderID";
|
|
this.listBoxOrderID.Size = new System.Drawing.Size(121, 381);
|
|
this.listBoxOrderID.TabIndex = 27;
|
|
//
|
|
// button_SummeSales
|
|
//
|
|
this.button_SummeSales.Location = new System.Drawing.Point(847, 136);
|
|
this.button_SummeSales.Name = "button_SummeSales";
|
|
this.button_SummeSales.Size = new System.Drawing.Size(133, 35);
|
|
this.button_SummeSales.TabIndex = 36;
|
|
this.button_SummeSales.Text = "Summe Verkäufe";
|
|
this.button_SummeSales.UseVisualStyleBackColor = true;
|
|
this.button_SummeSales.Click += new System.EventHandler(this.button_SummeSales_Click);
|
|
//
|
|
// button_Summe_Bestellung
|
|
//
|
|
this.button_Summe_Bestellung.Location = new System.Drawing.Point(847, 186);
|
|
this.button_Summe_Bestellung.Name = "button_Summe_Bestellung";
|
|
this.button_Summe_Bestellung.Size = new System.Drawing.Size(133, 35);
|
|
this.button_Summe_Bestellung.TabIndex = 37;
|
|
this.button_Summe_Bestellung.Text = "Summe Bestellungen";
|
|
this.button_Summe_Bestellung.UseVisualStyleBackColor = true;
|
|
this.button_Summe_Bestellung.Click += new System.EventHandler(this.button_Summe_Bestellung_Click);
|
|
//
|
|
// textBox_SummeSales
|
|
//
|
|
this.textBox_SummeSales.Location = new System.Drawing.Point(997, 144);
|
|
this.textBox_SummeSales.Name = "textBox_SummeSales";
|
|
this.textBox_SummeSales.Size = new System.Drawing.Size(122, 20);
|
|
this.textBox_SummeSales.TabIndex = 38;
|
|
//
|
|
// textBox_Summe_Bestellung
|
|
//
|
|
this.textBox_Summe_Bestellung.Location = new System.Drawing.Point(995, 194);
|
|
this.textBox_Summe_Bestellung.Name = "textBox_Summe_Bestellung";
|
|
this.textBox_Summe_Bestellung.Size = new System.Drawing.Size(122, 20);
|
|
this.textBox_Summe_Bestellung.TabIndex = 39;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.listBox_Discount);
|
|
this.groupBox1.Controls.Add(this.listBox_Quantity);
|
|
this.groupBox1.Controls.Add(this.listBox_UnitPrize);
|
|
this.groupBox1.Controls.Add(this.listBoxProductID);
|
|
this.groupBox1.Controls.Add(this.listBoxOrderID);
|
|
this.groupBox1.Controls.Add(this.textBox_Header_ProductID);
|
|
this.groupBox1.Controls.Add(this.textBox_Header_UnitPrize);
|
|
this.groupBox1.Controls.Add(this.textBox_Header_Quantity);
|
|
this.groupBox1.Controls.Add(this.textBox_Header_Discount);
|
|
this.groupBox1.Controls.Add(this.textBox_Header_OrderID);
|
|
this.groupBox1.Location = new System.Drawing.Point(23, 67);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(660, 467);
|
|
this.groupBox1.TabIndex = 40;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Daten";
|
|
//
|
|
// listBox_Discount
|
|
//
|
|
this.listBox_Discount.FormattingEnabled = true;
|
|
this.listBox_Discount.Location = new System.Drawing.Point(523, 69);
|
|
this.listBox_Discount.Margin = new System.Windows.Forms.Padding(2);
|
|
this.listBox_Discount.Name = "listBox_Discount";
|
|
this.listBox_Discount.Size = new System.Drawing.Size(121, 381);
|
|
this.listBox_Discount.TabIndex = 31;
|
|
//
|
|
// listBox_Quantity
|
|
//
|
|
this.listBox_Quantity.FormattingEnabled = true;
|
|
this.listBox_Quantity.Location = new System.Drawing.Point(398, 69);
|
|
this.listBox_Quantity.Margin = new System.Windows.Forms.Padding(2);
|
|
this.listBox_Quantity.Name = "listBox_Quantity";
|
|
this.listBox_Quantity.Size = new System.Drawing.Size(121, 381);
|
|
this.listBox_Quantity.TabIndex = 30;
|
|
//
|
|
// listBox_UnitPrize
|
|
//
|
|
this.listBox_UnitPrize.FormattingEnabled = true;
|
|
this.listBox_UnitPrize.Location = new System.Drawing.Point(273, 69);
|
|
this.listBox_UnitPrize.Margin = new System.Windows.Forms.Padding(2);
|
|
this.listBox_UnitPrize.Name = "listBox_UnitPrize";
|
|
this.listBox_UnitPrize.Size = new System.Drawing.Size(121, 381);
|
|
this.listBox_UnitPrize.TabIndex = 29;
|
|
//
|
|
// listBoxProductID
|
|
//
|
|
this.listBoxProductID.FormattingEnabled = true;
|
|
this.listBoxProductID.Location = new System.Drawing.Point(148, 69);
|
|
this.listBoxProductID.Margin = new System.Windows.Forms.Padding(2);
|
|
this.listBoxProductID.Name = "listBoxProductID";
|
|
this.listBoxProductID.Size = new System.Drawing.Size(121, 381);
|
|
this.listBoxProductID.TabIndex = 28;
|
|
//
|
|
// textBox_Header_ProductID
|
|
//
|
|
this.textBox_Header_ProductID.Location = new System.Drawing.Point(148, 35);
|
|
this.textBox_Header_ProductID.Name = "textBox_Header_ProductID";
|
|
this.textBox_Header_ProductID.Size = new System.Drawing.Size(119, 20);
|
|
this.textBox_Header_ProductID.TabIndex = 32;
|
|
//
|
|
// textBox_Header_UnitPrize
|
|
//
|
|
this.textBox_Header_UnitPrize.Location = new System.Drawing.Point(273, 35);
|
|
this.textBox_Header_UnitPrize.Name = "textBox_Header_UnitPrize";
|
|
this.textBox_Header_UnitPrize.Size = new System.Drawing.Size(119, 20);
|
|
this.textBox_Header_UnitPrize.TabIndex = 33;
|
|
//
|
|
// textBox_Header_Quantity
|
|
//
|
|
this.textBox_Header_Quantity.Location = new System.Drawing.Point(398, 35);
|
|
this.textBox_Header_Quantity.Name = "textBox_Header_Quantity";
|
|
this.textBox_Header_Quantity.Size = new System.Drawing.Size(119, 20);
|
|
this.textBox_Header_Quantity.TabIndex = 34;
|
|
//
|
|
// textBox_Header_Discount
|
|
//
|
|
this.textBox_Header_Discount.Location = new System.Drawing.Point(523, 35);
|
|
this.textBox_Header_Discount.Name = "textBox_Header_Discount";
|
|
this.textBox_Header_Discount.Size = new System.Drawing.Size(119, 20);
|
|
this.textBox_Header_Discount.TabIndex = 35;
|
|
//
|
|
// button_SalePerProduct
|
|
//
|
|
this.button_SalePerProduct.Location = new System.Drawing.Point(708, 232);
|
|
this.button_SalePerProduct.Name = "button_SalePerProduct";
|
|
this.button_SalePerProduct.Size = new System.Drawing.Size(133, 35);
|
|
this.button_SalePerProduct.TabIndex = 41;
|
|
this.button_SalePerProduct.Text = "Anzahl Verkauf/Produkt";
|
|
this.button_SalePerProduct.UseVisualStyleBackColor = true;
|
|
this.button_SalePerProduct.Click += new System.EventHandler(this.button_SalePerProduct_Click);
|
|
//
|
|
// button_RechnungProOrder
|
|
//
|
|
this.button_RechnungProOrder.Location = new System.Drawing.Point(708, 359);
|
|
this.button_RechnungProOrder.Name = "button_RechnungProOrder";
|
|
this.button_RechnungProOrder.Size = new System.Drawing.Size(133, 35);
|
|
this.button_RechnungProOrder.TabIndex = 42;
|
|
this.button_RechnungProOrder.Text = "Rechnung Pro Order";
|
|
this.button_RechnungProOrder.UseVisualStyleBackColor = true;
|
|
this.button_RechnungProOrder.Click += new System.EventHandler(this.button_RechnungProOrder_Click);
|
|
//
|
|
// listBox_VerkaufProProdukt
|
|
//
|
|
this.listBox_VerkaufProProdukt.FormattingEnabled = true;
|
|
this.listBox_VerkaufProProdukt.Location = new System.Drawing.Point(858, 232);
|
|
this.listBox_VerkaufProProdukt.Name = "listBox_VerkaufProProdukt";
|
|
this.listBox_VerkaufProProdukt.Size = new System.Drawing.Size(259, 121);
|
|
this.listBox_VerkaufProProdukt.TabIndex = 43;
|
|
//
|
|
// listBox_RechnungProOrder
|
|
//
|
|
this.listBox_RechnungProOrder.FormattingEnabled = true;
|
|
this.listBox_RechnungProOrder.Location = new System.Drawing.Point(858, 359);
|
|
this.listBox_RechnungProOrder.Name = "listBox_RechnungProOrder";
|
|
this.listBox_RechnungProOrder.Size = new System.Drawing.Size(259, 121);
|
|
this.listBox_RechnungProOrder.TabIndex = 44;
|
|
//
|
|
// Klassenarbeit_030517_AlexanderDegen
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1131, 566);
|
|
this.Controls.Add(this.listBox_RechnungProOrder);
|
|
this.Controls.Add(this.listBox_VerkaufProProdukt);
|
|
this.Controls.Add(this.button_RechnungProOrder);
|
|
this.Controls.Add(this.button_SalePerProduct);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.textBox_Summe_Bestellung);
|
|
this.Controls.Add(this.textBox_SummeSales);
|
|
this.Controls.Add(this.button_Summe_Bestellung);
|
|
this.Controls.Add(this.button_SummeSales);
|
|
this.Controls.Add(this.textBoxFileName);
|
|
this.Controls.Add(this.textBox_UmsatzNetto);
|
|
this.Controls.Add(this.button_UmsatzNetto);
|
|
this.Controls.Add(this.textBox_GesUmsatz);
|
|
this.Controls.Add(this.button_GesUmsatz);
|
|
this.Controls.Add(this.buttonAnzeige);
|
|
this.Controls.Add(this.CSVLesen);
|
|
this.Controls.Add(this.button_ende);
|
|
this.Name = "Klassenarbeit_030517_AlexanderDegen";
|
|
this.Text = "Klassenarbeit_030517_AlexanderDegen";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button_ende;
|
|
private System.Windows.Forms.Button CSVLesen;
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|
private System.Windows.Forms.TextBox textBox_Header_OrderID;
|
|
private System.Windows.Forms.Button buttonAnzeige;
|
|
private System.Windows.Forms.Button button_GesUmsatz;
|
|
private System.Windows.Forms.TextBox textBox_GesUmsatz;
|
|
private System.Windows.Forms.Button button_UmsatzNetto;
|
|
private System.Windows.Forms.TextBox textBox_UmsatzNetto;
|
|
private System.Windows.Forms.TextBox textBoxFileName;
|
|
private System.Windows.Forms.ListBox listBoxOrderID;
|
|
private System.Windows.Forms.Button button_SummeSales;
|
|
private System.Windows.Forms.Button button_Summe_Bestellung;
|
|
private System.Windows.Forms.TextBox textBox_SummeSales;
|
|
private System.Windows.Forms.TextBox textBox_Summe_Bestellung;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button button_SalePerProduct;
|
|
private System.Windows.Forms.Button button_RechnungProOrder;
|
|
private System.Windows.Forms.ListBox listBox_VerkaufProProdukt;
|
|
private System.Windows.Forms.ListBox listBox_RechnungProOrder;
|
|
private System.Windows.Forms.ListBox listBox_Discount;
|
|
private System.Windows.Forms.ListBox listBox_Quantity;
|
|
private System.Windows.Forms.ListBox listBox_UnitPrize;
|
|
private System.Windows.Forms.ListBox listBoxProductID;
|
|
private System.Windows.Forms.TextBox textBox_Header_ProductID;
|
|
private System.Windows.Forms.TextBox textBox_Header_UnitPrize;
|
|
private System.Windows.Forms.TextBox textBox_Header_Quantity;
|
|
private System.Windows.Forms.TextBox textBox_Header_Discount;
|
|
}
|
|
} |