221 lines
7.4 KiB
C#
221 lines
7.4 KiB
C#
namespace BlubbFish.Applications.InventarManager {
|
|
partial class Form1
|
|
{
|
|
/// <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.button1 = new Button();
|
|
this.statusStrip1 = new StatusStrip();
|
|
this.tabControl1 = new TabControl();
|
|
this.tabPage1 = new TabPage();
|
|
this.tabPage2 = new TabPage();
|
|
this.tabControl2 = new TabControl();
|
|
this.tabPage3 = new TabPage();
|
|
this.listBox3 = new ListBox();
|
|
this.listBox2 = new ListBox();
|
|
this.listBox1 = new ListBox();
|
|
this.textBox1 = new TextBox();
|
|
this.button2 = new Button();
|
|
this.tabPage4 = new TabPage();
|
|
this.label1 = new Label();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.tabControl2.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new Point(1050, 812);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new Size(121, 29);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "Einstellungen";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.ImageScalingSize = new Size(20, 20);
|
|
this.statusStrip1.Location = new Point(0, 844);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new Size(1183, 22);
|
|
this.statusStrip1.TabIndex = 1;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Location = new Point(12, 12);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new Size(1159, 794);
|
|
this.tabControl1.TabIndex = 2;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Location = new Point(4, 29);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new Padding(3);
|
|
this.tabPage1.Size = new Size(1151, 761);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "tabPage1";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.tabControl2);
|
|
this.tabPage2.Location = new Point(4, 29);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new Padding(3);
|
|
this.tabPage2.Size = new Size(1151, 761);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "Stammdaten";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabControl2
|
|
//
|
|
this.tabControl2.Controls.Add(this.tabPage3);
|
|
this.tabControl2.Controls.Add(this.tabPage4);
|
|
this.tabControl2.Location = new Point(6, 6);
|
|
this.tabControl2.Name = "tabControl2";
|
|
this.tabControl2.SelectedIndex = 0;
|
|
this.tabControl2.Size = new Size(1139, 749);
|
|
this.tabControl2.TabIndex = 0;
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.Controls.Add(this.label1);
|
|
this.tabPage3.Controls.Add(this.listBox3);
|
|
this.tabPage3.Controls.Add(this.listBox2);
|
|
this.tabPage3.Controls.Add(this.listBox1);
|
|
this.tabPage3.Controls.Add(this.textBox1);
|
|
this.tabPage3.Controls.Add(this.button2);
|
|
this.tabPage3.Location = new Point(4, 29);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Padding = new Padding(3);
|
|
this.tabPage3.Size = new Size(1131, 716);
|
|
this.tabPage3.TabIndex = 0;
|
|
this.tabPage3.Text = "Hersteller";
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// listBox3
|
|
//
|
|
this.listBox3.FormattingEnabled = true;
|
|
this.listBox3.Location = new Point(825, 91);
|
|
this.listBox3.Name = "listBox3";
|
|
this.listBox3.Size = new Size(300, 604);
|
|
this.listBox3.TabIndex = 4;
|
|
//
|
|
// listBox2
|
|
//
|
|
this.listBox2.FormattingEnabled = true;
|
|
this.listBox2.Location = new Point(403, 91);
|
|
this.listBox2.Name = "listBox2";
|
|
this.listBox2.Size = new Size(300, 604);
|
|
this.listBox2.TabIndex = 3;
|
|
//
|
|
// listBox1
|
|
//
|
|
this.listBox1.FormattingEnabled = true;
|
|
this.listBox1.Location = new Point(6, 91);
|
|
this.listBox1.Name = "listBox1";
|
|
this.listBox1.Size = new Size(300, 604);
|
|
this.listBox1.TabIndex = 2;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new Point(212, 8);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new Size(913, 27);
|
|
this.textBox1.TabIndex = 1;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new Point(6, 6);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new Size(94, 29);
|
|
this.button2.TabIndex = 0;
|
|
this.button2.Text = "Laden";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += this.button2_Click;
|
|
//
|
|
// tabPage4
|
|
//
|
|
this.tabPage4.Location = new Point(4, 29);
|
|
this.tabPage4.Name = "tabPage4";
|
|
this.tabPage4.Padding = new Padding(3);
|
|
this.tabPage4.Size = new Size(1131, 716);
|
|
this.tabPage4.TabIndex = 1;
|
|
this.tabPage4.Text = "tabPage4";
|
|
this.tabPage4.UseVisualStyleBackColor = true;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new Point(147, 10);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new Size(59, 20);
|
|
this.label1.TabIndex = 5;
|
|
this.label1.Text = "Suchen:";
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new SizeF(8F, 20F);
|
|
this.AutoScaleMode = AutoScaleMode.Font;
|
|
this.ClientSize = new Size(1183, 866);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.button1);
|
|
this.Name = "Form1";
|
|
this.Text = "Form1";
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabControl2.ResumeLayout(false);
|
|
this.tabPage3.ResumeLayout(false);
|
|
this.tabPage3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button button1;
|
|
private StatusStrip statusStrip1;
|
|
private TabControl tabControl1;
|
|
private TabPage tabPage1;
|
|
private TabPage tabPage2;
|
|
private TabControl tabControl2;
|
|
private TabPage tabPage3;
|
|
private TabPage tabPage4;
|
|
private TextBox textBox1;
|
|
private Button button2;
|
|
private ListBox listBox3;
|
|
private ListBox listBox2;
|
|
private ListBox listBox1;
|
|
private Label label1;
|
|
}
|
|
}
|