400 lines
23 KiB
C#
400 lines
23 KiB
C#
namespace Werkzeugverleih.Formen.Werkzeuge
|
|
{
|
|
partial class FrmWerkzeugeHinzufügen
|
|
{
|
|
/// <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()
|
|
{
|
|
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
seKaution = new DevExpress.XtraEditors.SpinEdit();
|
|
labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|
labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
|
labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
|
labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
|
labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
txtName = new DevExpress.XtraEditors.TextEdit();
|
|
txtModell = new DevExpress.XtraEditors.TextEdit();
|
|
txtSeriennummer = new DevExpress.XtraEditors.TextEdit();
|
|
lueHersteller = new DevExpress.XtraEditors.LookUpEdit();
|
|
btnWerkzeugHinzufügen = new DevExpress.XtraEditors.SimpleButton();
|
|
labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
sePreisProTag = new DevExpress.XtraEditors.SpinEdit();
|
|
sePreisProWochenende = new DevExpress.XtraEditors.SpinEdit();
|
|
sePreisProWoche = new DevExpress.XtraEditors.SpinEdit();
|
|
meBezeichnung = new DevExpress.XtraEditors.MemoEdit();
|
|
labelControl10 = new DevExpress.XtraEditors.LabelControl();
|
|
lueKategorie = new DevExpress.XtraEditors.LookUpEdit();
|
|
tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)seKaution.Properties).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)txtName.Properties).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)txtModell.Properties).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)txtSeriennummer.Properties).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)lueHersteller.Properties).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)sePreisProTag.Properties).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)sePreisProWochenende.Properties).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)sePreisProWoche.Properties).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)meBezeichnung.Properties).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)lueKategorie.Properties).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
tableLayoutPanel1.ColumnCount = 8;
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.37969F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.3796825F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.3796825F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.3796825F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.4038219F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.892382F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.0925312F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.0925312F));
|
|
tableLayoutPanel1.Controls.Add(seKaution, 5, 3);
|
|
tableLayoutPanel1.Controls.Add(labelControl1, 0, 0);
|
|
tableLayoutPanel1.Controls.Add(labelControl6, 4, 0);
|
|
tableLayoutPanel1.Controls.Add(labelControl7, 4, 1);
|
|
tableLayoutPanel1.Controls.Add(labelControl8, 4, 2);
|
|
tableLayoutPanel1.Controls.Add(labelControl9, 4, 3);
|
|
tableLayoutPanel1.Controls.Add(labelControl4, 0, 2);
|
|
tableLayoutPanel1.Controls.Add(labelControl5, 0, 3);
|
|
tableLayoutPanel1.Controls.Add(labelControl2, 0, 7);
|
|
tableLayoutPanel1.Controls.Add(txtName, 1, 0);
|
|
tableLayoutPanel1.Controls.Add(txtModell, 1, 2);
|
|
tableLayoutPanel1.Controls.Add(txtSeriennummer, 1, 3);
|
|
tableLayoutPanel1.Controls.Add(lueHersteller, 1, 1);
|
|
tableLayoutPanel1.Controls.Add(btnWerkzeugHinzufügen, 2, 11);
|
|
tableLayoutPanel1.Controls.Add(labelControl3, 0, 1);
|
|
tableLayoutPanel1.Controls.Add(sePreisProTag, 5, 0);
|
|
tableLayoutPanel1.Controls.Add(sePreisProWochenende, 5, 1);
|
|
tableLayoutPanel1.Controls.Add(sePreisProWoche, 5, 2);
|
|
tableLayoutPanel1.Controls.Add(meBezeichnung, 1, 7);
|
|
tableLayoutPanel1.Controls.Add(labelControl10, 0, 4);
|
|
tableLayoutPanel1.Controls.Add(lueKategorie, 1, 4);
|
|
tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(6);
|
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
tableLayoutPanel1.RowCount = 13;
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
tableLayoutPanel1.Size = new System.Drawing.Size(1486, 960);
|
|
tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// seKaution
|
|
//
|
|
tableLayoutPanel1.SetColumnSpan(seKaution, 2);
|
|
seKaution.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
seKaution.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
|
|
seKaution.Location = new System.Drawing.Point(865, 198);
|
|
seKaution.Margin = new System.Windows.Forms.Padding(6);
|
|
seKaution.Name = "seKaution";
|
|
seKaution.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
seKaution.Properties.MaskSettings.Set("mask", "c2");
|
|
seKaution.Properties.UseMaskAsDisplayFormat = true;
|
|
seKaution.Size = new System.Drawing.Size(374, 40);
|
|
seKaution.TabIndex = 26;
|
|
//
|
|
// labelControl1
|
|
//
|
|
labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
labelControl1.Location = new System.Drawing.Point(6, 19);
|
|
labelControl1.Margin = new System.Windows.Forms.Padding(6);
|
|
labelControl1.Name = "labelControl1";
|
|
labelControl1.Size = new System.Drawing.Size(61, 25);
|
|
labelControl1.TabIndex = 0;
|
|
labelControl1.Text = "Name:";
|
|
//
|
|
// labelControl6
|
|
//
|
|
labelControl6.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
labelControl6.Location = new System.Drawing.Point(622, 19);
|
|
labelControl6.Margin = new System.Windows.Forms.Padding(6);
|
|
labelControl6.Name = "labelControl6";
|
|
labelControl6.Size = new System.Drawing.Size(132, 25);
|
|
labelControl6.TabIndex = 5;
|
|
labelControl6.Text = "Preis pro Tag:";
|
|
//
|
|
// labelControl7
|
|
//
|
|
labelControl7.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
labelControl7.Location = new System.Drawing.Point(622, 83);
|
|
labelControl7.Margin = new System.Windows.Forms.Padding(6);
|
|
labelControl7.Name = "labelControl7";
|
|
labelControl7.Size = new System.Drawing.Size(218, 25);
|
|
labelControl7.TabIndex = 6;
|
|
labelControl7.Text = "Preis pro Wochenende:";
|
|
//
|
|
// labelControl8
|
|
//
|
|
labelControl8.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
labelControl8.Location = new System.Drawing.Point(622, 147);
|
|
labelControl8.Margin = new System.Windows.Forms.Padding(6);
|
|
labelControl8.Name = "labelControl8";
|
|
labelControl8.Size = new System.Drawing.Size(160, 25);
|
|
labelControl8.TabIndex = 7;
|
|
labelControl8.Text = "Preis pro Woche:";
|
|
//
|
|
// labelControl9
|
|
//
|
|
labelControl9.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
labelControl9.Location = new System.Drawing.Point(622, 211);
|
|
labelControl9.Margin = new System.Windows.Forms.Padding(6);
|
|
labelControl9.Name = "labelControl9";
|
|
labelControl9.Size = new System.Drawing.Size(77, 25);
|
|
labelControl9.TabIndex = 8;
|
|
labelControl9.Text = "Kaution:";
|
|
//
|
|
// labelControl4
|
|
//
|
|
labelControl4.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
labelControl4.Location = new System.Drawing.Point(6, 147);
|
|
labelControl4.Margin = new System.Windows.Forms.Padding(6);
|
|
labelControl4.Name = "labelControl4";
|
|
labelControl4.Size = new System.Drawing.Size(67, 25);
|
|
labelControl4.TabIndex = 3;
|
|
labelControl4.Text = "Modell:";
|
|
//
|
|
// labelControl5
|
|
//
|
|
labelControl5.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
labelControl5.Location = new System.Drawing.Point(6, 211);
|
|
labelControl5.Margin = new System.Windows.Forms.Padding(6);
|
|
labelControl5.Name = "labelControl5";
|
|
labelControl5.Size = new System.Drawing.Size(145, 25);
|
|
labelControl5.TabIndex = 4;
|
|
labelControl5.Text = "Seriennummer:";
|
|
//
|
|
// labelControl2
|
|
//
|
|
labelControl2.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
labelControl2.Location = new System.Drawing.Point(6, 467);
|
|
labelControl2.Margin = new System.Windows.Forms.Padding(6);
|
|
labelControl2.Name = "labelControl2";
|
|
labelControl2.Size = new System.Drawing.Size(126, 25);
|
|
labelControl2.TabIndex = 1;
|
|
labelControl2.Text = "Bezeichnung:";
|
|
//
|
|
// txtName
|
|
//
|
|
tableLayoutPanel1.SetColumnSpan(txtName, 3);
|
|
txtName.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
txtName.Location = new System.Drawing.Point(160, 6);
|
|
txtName.Margin = new System.Windows.Forms.Padding(6);
|
|
txtName.Name = "txtName";
|
|
txtName.Size = new System.Drawing.Size(450, 40);
|
|
txtName.TabIndex = 9;
|
|
//
|
|
// txtModell
|
|
//
|
|
tableLayoutPanel1.SetColumnSpan(txtModell, 3);
|
|
txtModell.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
txtModell.Location = new System.Drawing.Point(160, 134);
|
|
txtModell.Margin = new System.Windows.Forms.Padding(6);
|
|
txtModell.Name = "txtModell";
|
|
txtModell.Size = new System.Drawing.Size(450, 40);
|
|
txtModell.TabIndex = 10;
|
|
//
|
|
// txtSeriennummer
|
|
//
|
|
tableLayoutPanel1.SetColumnSpan(txtSeriennummer, 3);
|
|
txtSeriennummer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
txtSeriennummer.Location = new System.Drawing.Point(160, 198);
|
|
txtSeriennummer.Margin = new System.Windows.Forms.Padding(6);
|
|
txtSeriennummer.Name = "txtSeriennummer";
|
|
txtSeriennummer.Size = new System.Drawing.Size(450, 40);
|
|
txtSeriennummer.TabIndex = 11;
|
|
//
|
|
// lueHersteller
|
|
//
|
|
tableLayoutPanel1.SetColumnSpan(lueHersteller, 3);
|
|
lueHersteller.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
lueHersteller.Location = new System.Drawing.Point(160, 70);
|
|
lueHersteller.Margin = new System.Windows.Forms.Padding(6);
|
|
lueHersteller.Name = "lueHersteller";
|
|
lueHersteller.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
lueHersteller.Size = new System.Drawing.Size(450, 40);
|
|
lueHersteller.TabIndex = 17;
|
|
//
|
|
// btnWerkzeugHinzufügen
|
|
//
|
|
tableLayoutPanel1.SetColumnSpan(btnWerkzeugHinzufügen, 2);
|
|
btnWerkzeugHinzufügen.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
btnWerkzeugHinzufügen.Location = new System.Drawing.Point(314, 710);
|
|
btnWerkzeugHinzufügen.Margin = new System.Windows.Forms.Padding(6);
|
|
btnWerkzeugHinzufügen.Name = "btnWerkzeugHinzufügen";
|
|
btnWerkzeugHinzufügen.Size = new System.Drawing.Size(296, 52);
|
|
btnWerkzeugHinzufügen.TabIndex = 18;
|
|
btnWerkzeugHinzufügen.Text = "Werkzeug hinzufügen";
|
|
btnWerkzeugHinzufügen.Click += btnWerkzeugHinzufügen_Click;
|
|
//
|
|
// labelControl3
|
|
//
|
|
labelControl3.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
labelControl3.Location = new System.Drawing.Point(6, 83);
|
|
labelControl3.Margin = new System.Windows.Forms.Padding(6);
|
|
labelControl3.Name = "labelControl3";
|
|
labelControl3.Size = new System.Drawing.Size(96, 25);
|
|
labelControl3.TabIndex = 22;
|
|
labelControl3.Text = "Hersteller:";
|
|
//
|
|
// sePreisProTag
|
|
//
|
|
tableLayoutPanel1.SetColumnSpan(sePreisProTag, 2);
|
|
sePreisProTag.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
sePreisProTag.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
|
|
sePreisProTag.Location = new System.Drawing.Point(865, 6);
|
|
sePreisProTag.Margin = new System.Windows.Forms.Padding(6);
|
|
sePreisProTag.Name = "sePreisProTag";
|
|
sePreisProTag.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
sePreisProTag.Properties.MaskSettings.Set("mask", "c2");
|
|
sePreisProTag.Properties.UseMaskAsDisplayFormat = true;
|
|
sePreisProTag.Size = new System.Drawing.Size(374, 40);
|
|
sePreisProTag.TabIndex = 23;
|
|
//
|
|
// sePreisProWochenende
|
|
//
|
|
tableLayoutPanel1.SetColumnSpan(sePreisProWochenende, 2);
|
|
sePreisProWochenende.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
sePreisProWochenende.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
|
|
sePreisProWochenende.Location = new System.Drawing.Point(865, 70);
|
|
sePreisProWochenende.Margin = new System.Windows.Forms.Padding(6);
|
|
sePreisProWochenende.Name = "sePreisProWochenende";
|
|
sePreisProWochenende.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
sePreisProWochenende.Properties.MaskSettings.Set("mask", "c2");
|
|
sePreisProWochenende.Properties.UseMaskAsDisplayFormat = true;
|
|
sePreisProWochenende.Size = new System.Drawing.Size(374, 40);
|
|
sePreisProWochenende.TabIndex = 24;
|
|
//
|
|
// sePreisProWoche
|
|
//
|
|
tableLayoutPanel1.SetColumnSpan(sePreisProWoche, 2);
|
|
sePreisProWoche.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
sePreisProWoche.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
|
|
sePreisProWoche.Location = new System.Drawing.Point(865, 134);
|
|
sePreisProWoche.Margin = new System.Windows.Forms.Padding(6);
|
|
sePreisProWoche.Name = "sePreisProWoche";
|
|
sePreisProWoche.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
sePreisProWoche.Properties.MaskSettings.Set("mask", "c2");
|
|
sePreisProWoche.Properties.UseMaskAsDisplayFormat = true;
|
|
sePreisProWoche.Size = new System.Drawing.Size(374, 40);
|
|
sePreisProWoche.TabIndex = 25;
|
|
//
|
|
// meBezeichnung
|
|
//
|
|
tableLayoutPanel1.SetColumnSpan(meBezeichnung, 6);
|
|
meBezeichnung.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
meBezeichnung.Location = new System.Drawing.Point(157, 451);
|
|
meBezeichnung.Name = "meBezeichnung";
|
|
tableLayoutPanel1.SetRowSpan(meBezeichnung, 4);
|
|
meBezeichnung.Size = new System.Drawing.Size(1085, 250);
|
|
meBezeichnung.TabIndex = 27;
|
|
//
|
|
// labelControl10
|
|
//
|
|
labelControl10.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
labelControl10.Location = new System.Drawing.Point(6, 275);
|
|
labelControl10.Margin = new System.Windows.Forms.Padding(6);
|
|
labelControl10.Name = "labelControl10";
|
|
labelControl10.Size = new System.Drawing.Size(95, 25);
|
|
labelControl10.TabIndex = 28;
|
|
labelControl10.Text = "Kategorie:";
|
|
//
|
|
// lueKategorie
|
|
//
|
|
tableLayoutPanel1.SetColumnSpan(lueKategorie, 3);
|
|
lueKategorie.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
lueKategorie.Location = new System.Drawing.Point(157, 259);
|
|
lueKategorie.Name = "lueKategorie";
|
|
lueKategorie.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
lueKategorie.Size = new System.Drawing.Size(456, 40);
|
|
lueKategorie.TabIndex = 29;
|
|
//
|
|
// FrmWerkzeugeHinzufügen
|
|
//
|
|
AutoScaleDimensions = new System.Drawing.SizeF(13F, 32F);
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
ClientSize = new System.Drawing.Size(1486, 960);
|
|
Controls.Add(tableLayoutPanel1);
|
|
Margin = new System.Windows.Forms.Padding(6);
|
|
Name = "FrmWerkzeugeHinzufügen";
|
|
ShowIcon = false;
|
|
ShowInTaskbar = false;
|
|
Text = "Werkzeuge - Hinzufügen";
|
|
WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
tableLayoutPanel1.ResumeLayout(false);
|
|
tableLayoutPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)seKaution.Properties).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)txtName.Properties).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)txtModell.Properties).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)txtSeriennummer.Properties).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)lueHersteller.Properties).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)sePreisProTag.Properties).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)sePreisProWochenende.Properties).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)sePreisProWoche.Properties).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)meBezeichnung.Properties).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)lueKategorie.Properties).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
|
private DevExpress.XtraEditors.TextEdit txtName;
|
|
private DevExpress.XtraEditors.TextEdit txtModell;
|
|
private DevExpress.XtraEditors.TextEdit txtSeriennummer;
|
|
private DevExpress.XtraEditors.LookUpEdit lueHersteller;
|
|
private DevExpress.XtraEditors.SimpleButton btnWerkzeugHinzufügen;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.SpinEdit seKaution;
|
|
private DevExpress.XtraEditors.SpinEdit sePreisProTag;
|
|
private DevExpress.XtraEditors.SpinEdit sePreisProWochenende;
|
|
private DevExpress.XtraEditors.SpinEdit sePreisProWoche;
|
|
private DevExpress.XtraEditors.MemoEdit meBezeichnung;
|
|
private DevExpress.XtraEditors.LabelControl labelControl10;
|
|
private DevExpress.XtraEditors.LookUpEdit lueKategorie;
|
|
}
|
|
} |