Werkzeugverleih/Werkzeugverleih/Formen/Stammdaten/FrmHerstellerHinzufügen.Designer.cs
2026-03-03 20:29:26 +01:00

120 lines
6.3 KiB
C#

namespace Werkzeugverleih.Formen.Stammdaten
{
partial class FrmHerstellerHinzufü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();
txtName = new DevExpress.XtraEditors.TextEdit();
btnSpeichern = new DevExpress.XtraEditors.SimpleButton();
labelControl1 = new DevExpress.XtraEditors.LabelControl();
tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)txtName.Properties).BeginInit();
SuspendLayout();
//
// tableLayoutPanel1
//
tableLayoutPanel1.ColumnCount = 8;
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
tableLayoutPanel1.Controls.Add(txtName, 1, 1);
tableLayoutPanel1.Controls.Add(btnSpeichern, 2, 2);
tableLayoutPanel1.Controls.Add(labelControl1, 0, 1);
tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 8;
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
tableLayoutPanel1.Size = new System.Drawing.Size(800, 450);
tableLayoutPanel1.TabIndex = 0;
//
// txtName
//
tableLayoutPanel1.SetColumnSpan(txtName, 2);
txtName.Dock = System.Windows.Forms.DockStyle.Fill;
txtName.Location = new System.Drawing.Point(103, 33);
txtName.Name = "txtName";
txtName.Size = new System.Drawing.Size(194, 20);
txtName.TabIndex = 1;
//
// btnSpeichern
//
btnSpeichern.Dock = System.Windows.Forms.DockStyle.Fill;
btnSpeichern.Location = new System.Drawing.Point(203, 63);
btnSpeichern.Name = "btnSpeichern";
btnSpeichern.Size = new System.Drawing.Size(94, 24);
btnSpeichern.TabIndex = 2;
btnSpeichern.Text = "speichern";
btnSpeichern.Click += btnSpeichern_Click;
//
// labelControl1
//
labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Left;
labelControl1.Location = new System.Drawing.Point(3, 38);
labelControl1.Name = "labelControl1";
labelControl1.Size = new System.Drawing.Size(50, 13);
labelControl1.TabIndex = 0;
labelControl1.Text = "Hersteller:";
//
// FrmHerstellerHinzufügen
//
AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(800, 450);
Controls.Add(tableLayoutPanel1);
Name = "FrmHerstellerHinzufügen";
ShowIcon = false;
ShowInTaskbar = false;
Text = "Stammdaten - Hersteller hinzufügen";
WindowState = System.Windows.Forms.FormWindowState.Maximized;
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)txtName.Properties).EndInit();
ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private DevExpress.XtraEditors.TextEdit txtName;
private DevExpress.XtraEditors.SimpleButton btnSpeichern;
private DevExpress.XtraEditors.LabelControl labelControl1;
}
}