namespace SanSystem { partial class FrmSelectNewSan { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.Location = new System.Drawing.Point(12, 12); this.btn_inliner.Name = "btn_inliner"; this.btn_inliner.Size = new System.Drawing.Size(187, 58); this.btn_inliner.TabIndex = 0; this.btn_inliner.Text = "button1"; this.btn_inliner.UseVisualStyleBackColor = true; this.btn_inliner.Click += new System.EventHandler(this.btn_inliner_Click); // // btn_schacht_anb // this.btn_schacht_anb.Location = new System.Drawing.Point(212, 12); this.btn_schacht_anb.Name = "btn_schacht_anb"; this.btn_schacht_anb.Size = new System.Drawing.Size(187, 58); this.btn_schacht_anb.TabIndex = 1; this.btn_schacht_anb.Text = "button2"; this.btn_schacht_anb.UseVisualStyleBackColor = true; this.btn_schacht_anb.Click += new System.EventHandler(this.btn_schacht_anb_Click); // // btn_kurzliner // this.btn_kurzliner.Location = new System.Drawing.Point(412, 12); this.btn_kurzliner.Name = "btn_kurzliner"; this.btn_kurzliner.Size = new System.Drawing.Size(187, 58); this.btn_kurzliner.TabIndex = 2; this.btn_kurzliner.Text = "button3"; this.btn_kurzliner.UseVisualStyleBackColor = true; // // btn_hut // this.btn_hut.Location = new System.Drawing.Point(612, 12); this.btn_hut.Name = "btn_hut"; this.btn_hut.Size = new System.Drawing.Size(187, 58); this.btn_hut.TabIndex = 3; this.btn_hut.Text = "button4"; this.btn_hut.UseVisualStyleBackColor = true; // // FrmSelectNewSan // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(814, 87); this.ControlBox = false; 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.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; } }