Files
Kanalsanierungsverwaltung/SanSystem/frmSettings.Designer.cs
2022-04-13 11:51:37 +02:00

85 lines
3.2 KiB
C#

namespace SanSystem
{
partial class frmSettings
{
/// <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.label1 = new System.Windows.Forms.Label();
this.txt_anlageIP = new System.Windows.Forms.TextBox();
this.btn_save = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(197, 20);
this.label1.TabIndex = 0;
this.label1.Text = "IP Adresse von der Anlage";
//
// txt_anlageIP
//
this.txt_anlageIP.Location = new System.Drawing.Point(233, 6);
this.txt_anlageIP.Name = "txt_anlageIP";
this.txt_anlageIP.Size = new System.Drawing.Size(253, 26);
this.txt_anlageIP.TabIndex = 1;
//
// btn_save
//
this.btn_save.Location = new System.Drawing.Point(12, 125);
this.btn_save.Name = "btn_save";
this.btn_save.Size = new System.Drawing.Size(377, 146);
this.btn_save.TabIndex = 2;
this.btn_save.Text = "Speichern";
this.btn_save.UseVisualStyleBackColor = true;
this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
//
// frmSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1200, 692);
this.Controls.Add(this.btn_save);
this.Controls.Add(this.txt_anlageIP);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "frmSettings";
this.Text = "Einstellungen";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt_anlageIP;
private System.Windows.Forms.Button btn_save;
}
}