109 lines
5.2 KiB
C#
109 lines
5.2 KiB
C#
namespace SanSystem
|
|
{
|
|
partial class frmSelectNewSan
|
|
{
|
|
/// <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.btn_inliner = new System.Windows.Forms.Button();
|
|
this.btn_schacht_anb = new System.Windows.Forms.Button();
|
|
this.btn_kurzliner = new System.Windows.Forms.Button();
|
|
this.btn_hut = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// btn_inliner
|
|
//
|
|
this.btn_inliner.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btn_inliner.Location = new System.Drawing.Point(16, 15);
|
|
this.btn_inliner.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.btn_inliner.Name = "btn_inliner";
|
|
this.btn_inliner.Size = new System.Drawing.Size(249, 71);
|
|
this.btn_inliner.TabIndex = 0;
|
|
this.btn_inliner.Text = "btn_inliner";
|
|
this.btn_inliner.UseVisualStyleBackColor = true;
|
|
this.btn_inliner.Click += new System.EventHandler(this.btn_inliner_Click);
|
|
//
|
|
// btn_schacht_anb
|
|
//
|
|
this.btn_schacht_anb.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btn_schacht_anb.Location = new System.Drawing.Point(283, 15);
|
|
this.btn_schacht_anb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.btn_schacht_anb.Name = "btn_schacht_anb";
|
|
this.btn_schacht_anb.Size = new System.Drawing.Size(249, 71);
|
|
this.btn_schacht_anb.TabIndex = 1;
|
|
this.btn_schacht_anb.Text = "btn_schachtanb";
|
|
this.btn_schacht_anb.UseVisualStyleBackColor = true;
|
|
this.btn_schacht_anb.Click += new System.EventHandler(this.btn_schacht_anb_Click);
|
|
//
|
|
// btn_kurzliner
|
|
//
|
|
this.btn_kurzliner.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btn_kurzliner.Location = new System.Drawing.Point(549, 15);
|
|
this.btn_kurzliner.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.btn_kurzliner.Name = "btn_kurzliner";
|
|
this.btn_kurzliner.Size = new System.Drawing.Size(249, 71);
|
|
this.btn_kurzliner.TabIndex = 2;
|
|
this.btn_kurzliner.Text = "btn_kurzliner";
|
|
this.btn_kurzliner.UseVisualStyleBackColor = true;
|
|
this.btn_kurzliner.Click += new System.EventHandler(this.btn_kurzliner_Click);
|
|
//
|
|
// btn_hut
|
|
//
|
|
this.btn_hut.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btn_hut.Location = new System.Drawing.Point(816, 15);
|
|
this.btn_hut.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.btn_hut.Name = "btn_hut";
|
|
this.btn_hut.Size = new System.Drawing.Size(249, 71);
|
|
this.btn_hut.TabIndex = 3;
|
|
this.btn_hut.Text = "btn_hutprofil";
|
|
this.btn_hut.UseVisualStyleBackColor = true;
|
|
this.btn_hut.Click += new System.EventHandler(this.btn_hut_Click);
|
|
//
|
|
// frmSelectNewSan
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1085, 107);
|
|
this.Controls.Add(this.btn_hut);
|
|
this.Controls.Add(this.btn_kurzliner);
|
|
this.Controls.Add(this.btn_schacht_anb);
|
|
this.Controls.Add(this.btn_inliner);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.Name = "frmSelectNewSan";
|
|
this.Text = "FrmSelectNewSan";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btn_inliner;
|
|
private System.Windows.Forms.Button btn_schacht_anb;
|
|
private System.Windows.Forms.Button btn_kurzliner;
|
|
private System.Windows.Forms.Button btn_hut;
|
|
}
|
|
} |