268 lines
15 KiB
C#
268 lines
15 KiB
C#
|
|
namespace Deckungsbeitrag
|
|
{
|
|
partial class FormFachBearbeiten
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFachBearbeiten));
|
|
this.buttonAbbrechen = new System.Windows.Forms.Button();
|
|
this.buttonSpeichern = new System.Windows.Forms.Button();
|
|
this.groupBoxPrBearbeiten = new System.Windows.Forms.GroupBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBoxPrBez = new System.Windows.Forms.TextBox();
|
|
this.comboBoxPrNr = new System.Windows.Forms.ComboBox();
|
|
this.groupBoxExtBearbeiten = new System.Windows.Forms.GroupBox();
|
|
this.buttonExtraEnt = new System.Windows.Forms.Button();
|
|
this.comboBoxExtra = new System.Windows.Forms.ComboBox();
|
|
this.labelFach = new System.Windows.Forms.Label();
|
|
this.labelLT = new System.Windows.Forms.Label();
|
|
this.groupBoxPrBearbeiten.SuspendLayout();
|
|
this.groupBoxExtBearbeiten.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonAbbrechen
|
|
//
|
|
this.buttonAbbrechen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonAbbrechen.BackColor = System.Drawing.Color.Red;
|
|
this.buttonAbbrechen.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.buttonAbbrechen.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.buttonAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonAbbrechen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonAbbrechen.ForeColor = System.Drawing.Color.Black;
|
|
this.buttonAbbrechen.Location = new System.Drawing.Point(268, 353);
|
|
this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonAbbrechen.Name = "buttonAbbrechen";
|
|
this.buttonAbbrechen.Size = new System.Drawing.Size(150, 41);
|
|
this.buttonAbbrechen.TabIndex = 1;
|
|
this.buttonAbbrechen.Text = "Abbrechen [esc]";
|
|
this.buttonAbbrechen.UseVisualStyleBackColor = false;
|
|
this.buttonAbbrechen.Click += new System.EventHandler(this.buttonAbbrechen_Click);
|
|
//
|
|
// buttonSpeichern
|
|
//
|
|
this.buttonSpeichern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.buttonSpeichern.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonSpeichern.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.buttonSpeichern.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonSpeichern.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonSpeichern.ForeColor = System.Drawing.Color.Black;
|
|
this.buttonSpeichern.Location = new System.Drawing.Point(12, 353);
|
|
this.buttonSpeichern.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonSpeichern.Name = "buttonSpeichern";
|
|
this.buttonSpeichern.Size = new System.Drawing.Size(150, 41);
|
|
this.buttonSpeichern.TabIndex = 0;
|
|
this.buttonSpeichern.Text = "Speichern [Enter]";
|
|
this.buttonSpeichern.UseVisualStyleBackColor = false;
|
|
this.buttonSpeichern.Click += new System.EventHandler(this.buttonSpeichern_Click);
|
|
//
|
|
// groupBoxPrBearbeiten
|
|
//
|
|
this.groupBoxPrBearbeiten.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBoxPrBearbeiten.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.groupBoxPrBearbeiten.Controls.Add(this.label2);
|
|
this.groupBoxPrBearbeiten.Controls.Add(this.label1);
|
|
this.groupBoxPrBearbeiten.Controls.Add(this.textBoxPrBez);
|
|
this.groupBoxPrBearbeiten.Controls.Add(this.comboBoxPrNr);
|
|
this.groupBoxPrBearbeiten.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.groupBoxPrBearbeiten.ForeColor = System.Drawing.Color.White;
|
|
this.groupBoxPrBearbeiten.Location = new System.Drawing.Point(12, 125);
|
|
this.groupBoxPrBearbeiten.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.groupBoxPrBearbeiten.Name = "groupBoxPrBearbeiten";
|
|
this.groupBoxPrBearbeiten.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.groupBoxPrBearbeiten.Size = new System.Drawing.Size(406, 102);
|
|
this.groupBoxPrBearbeiten.TabIndex = 147;
|
|
this.groupBoxPrBearbeiten.TabStop = false;
|
|
this.groupBoxPrBearbeiten.Text = "Programm Bearbeiten [Shift]+[P]";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(63, 24);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(90, 17);
|
|
this.label2.TabIndex = 147;
|
|
this.label2.Text = "Bezeichnung";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(9, 24);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 17);
|
|
this.label1.TabIndex = 146;
|
|
this.label1.Text = "Pr.Nr";
|
|
//
|
|
// textBoxPrBez
|
|
//
|
|
this.textBoxPrBez.Enabled = false;
|
|
this.textBoxPrBez.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxPrBez.Location = new System.Drawing.Point(66, 43);
|
|
this.textBoxPrBez.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.textBoxPrBez.Multiline = true;
|
|
this.textBoxPrBez.Name = "textBoxPrBez";
|
|
this.textBoxPrBez.Size = new System.Drawing.Size(332, 37);
|
|
this.textBoxPrBez.TabIndex = 146;
|
|
//
|
|
// comboBoxPrNr
|
|
//
|
|
this.comboBoxPrNr.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxPrNr.FormattingEnabled = true;
|
|
this.comboBoxPrNr.Location = new System.Drawing.Point(12, 43);
|
|
this.comboBoxPrNr.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.comboBoxPrNr.Name = "comboBoxPrNr";
|
|
this.comboBoxPrNr.Size = new System.Drawing.Size(50, 38);
|
|
this.comboBoxPrNr.TabIndex = 0;
|
|
this.comboBoxPrNr.MouseClick += new System.Windows.Forms.MouseEventHandler(this.comboBox_MouseClick);
|
|
//
|
|
// groupBoxExtBearbeiten
|
|
//
|
|
this.groupBoxExtBearbeiten.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBoxExtBearbeiten.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.groupBoxExtBearbeiten.Controls.Add(this.buttonExtraEnt);
|
|
this.groupBoxExtBearbeiten.Controls.Add(this.comboBoxExtra);
|
|
this.groupBoxExtBearbeiten.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.groupBoxExtBearbeiten.ForeColor = System.Drawing.Color.White;
|
|
this.groupBoxExtBearbeiten.Location = new System.Drawing.Point(12, 239);
|
|
this.groupBoxExtBearbeiten.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.groupBoxExtBearbeiten.Name = "groupBoxExtBearbeiten";
|
|
this.groupBoxExtBearbeiten.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.groupBoxExtBearbeiten.Size = new System.Drawing.Size(406, 93);
|
|
this.groupBoxExtBearbeiten.TabIndex = 148;
|
|
this.groupBoxExtBearbeiten.TabStop = false;
|
|
this.groupBoxExtBearbeiten.Text = "Extra Bearbeiten [Shift]+[E]";
|
|
//
|
|
// buttonExtraEnt
|
|
//
|
|
this.buttonExtraEnt.BackColor = System.Drawing.Color.Red;
|
|
this.buttonExtraEnt.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.buttonExtraEnt.FlatAppearance.BorderSize = 0;
|
|
this.buttonExtraEnt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonExtraEnt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonExtraEnt.ForeColor = System.Drawing.Color.Black;
|
|
this.buttonExtraEnt.Location = new System.Drawing.Point(232, 40);
|
|
this.buttonExtraEnt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonExtraEnt.Name = "buttonExtraEnt";
|
|
this.buttonExtraEnt.Size = new System.Drawing.Size(166, 40);
|
|
this.buttonExtraEnt.TabIndex = 147;
|
|
this.buttonExtraEnt.Text = "Extra entfernen";
|
|
this.buttonExtraEnt.UseVisualStyleBackColor = false;
|
|
this.buttonExtraEnt.Click += new System.EventHandler(this.buttonExtraEnt_Click);
|
|
//
|
|
// comboBoxExtra
|
|
//
|
|
this.comboBoxExtra.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxExtra.FormattingEnabled = true;
|
|
this.comboBoxExtra.Location = new System.Drawing.Point(12, 40);
|
|
this.comboBoxExtra.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.comboBoxExtra.Name = "comboBoxExtra";
|
|
this.comboBoxExtra.Size = new System.Drawing.Size(216, 38);
|
|
this.comboBoxExtra.TabIndex = 0;
|
|
this.comboBoxExtra.Text = "EXTRA";
|
|
this.comboBoxExtra.SelectedIndexChanged += new System.EventHandler(this.comboBoxExtra_SelectedIndexChanged);
|
|
this.comboBoxExtra.MouseClick += new System.Windows.Forms.MouseEventHandler(this.comboBox_MouseClick);
|
|
//
|
|
// labelFach
|
|
//
|
|
this.labelFach.AutoSize = true;
|
|
this.labelFach.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelFach.ForeColor = System.Drawing.Color.White;
|
|
this.labelFach.Location = new System.Drawing.Point(9, 40);
|
|
this.labelFach.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.labelFach.Name = "labelFach";
|
|
this.labelFach.Size = new System.Drawing.Size(173, 31);
|
|
this.labelFach.TabIndex = 149;
|
|
this.labelFach.Text = "KundeName";
|
|
//
|
|
// labelLT
|
|
//
|
|
this.labelLT.AutoSize = true;
|
|
this.labelLT.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelLT.ForeColor = System.Drawing.Color.White;
|
|
this.labelLT.Location = new System.Drawing.Point(9, 71);
|
|
this.labelLT.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.labelLT.Name = "labelLT";
|
|
this.labelLT.Size = new System.Drawing.Size(129, 31);
|
|
this.labelLT.TabIndex = 151;
|
|
this.labelLT.Text = "Liefertag";
|
|
//
|
|
// FormFachBearbeiten
|
|
//
|
|
this.AcceptButton = this.buttonSpeichern;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(51)))), ((int)(((byte)(101)))));
|
|
this.CancelButton = this.buttonAbbrechen;
|
|
this.ClientSize = new System.Drawing.Size(429, 407);
|
|
this.Controls.Add(this.labelLT);
|
|
this.Controls.Add(this.labelFach);
|
|
this.Controls.Add(this.groupBoxExtBearbeiten);
|
|
this.Controls.Add(this.groupBoxPrBearbeiten);
|
|
this.Controls.Add(this.buttonSpeichern);
|
|
this.Controls.Add(this.buttonAbbrechen);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.KeyPreview = true;
|
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.Name = "FormFachBearbeiten";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Fach bearbeiten";
|
|
this.Load += new System.EventHandler(this.FormFachBearbeiten_Load);
|
|
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.FormFachBearbeiten_KeyUp);
|
|
this.groupBoxPrBearbeiten.ResumeLayout(false);
|
|
this.groupBoxPrBearbeiten.PerformLayout();
|
|
this.groupBoxExtBearbeiten.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button buttonAbbrechen;
|
|
private System.Windows.Forms.Button buttonSpeichern;
|
|
private System.Windows.Forms.GroupBox groupBoxPrBearbeiten;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBoxPrBez;
|
|
private System.Windows.Forms.ComboBox comboBoxPrNr;
|
|
private System.Windows.Forms.GroupBox groupBoxExtBearbeiten;
|
|
private System.Windows.Forms.Button buttonExtraEnt;
|
|
private System.Windows.Forms.ComboBox comboBoxExtra;
|
|
private System.Windows.Forms.Label labelFach;
|
|
private System.Windows.Forms.Label labelLT;
|
|
}
|
|
} |