You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

149 lines
6.0 KiB

8 months ago
namespace db_lab
{
partial class EditEquipmentForm
{
/// <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.textBoxIpAddress = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.textBoxSshSettings = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBoxName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBoxRoomId = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// textBoxIpAddress
//
this.textBoxIpAddress.Location = new System.Drawing.Point(12, 12);
this.textBoxIpAddress.Name = "textBoxIpAddress";
this.textBoxIpAddress.Size = new System.Drawing.Size(100, 20);
this.textBoxIpAddress.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(128, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 13);
this.label1.TabIndex = 1;
this.label1.Text = "textBoxIpAddress";
//
// textBoxSshSettings
//
this.textBoxSshSettings.Location = new System.Drawing.Point(13, 39);
this.textBoxSshSettings.Name = "textBoxSshSettings";
this.textBoxSshSettings.Size = new System.Drawing.Size(100, 20);
this.textBoxSshSettings.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(131, 45);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(98, 13);
this.label2.TabIndex = 3;
this.label2.Text = "textBoxSshSettings";
//
// textBoxName
//
this.textBoxName.Location = new System.Drawing.Point(13, 66);
this.textBoxName.Name = "textBoxName";
this.textBoxName.Size = new System.Drawing.Size(100, 20);
this.textBoxName.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(134, 72);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(70, 13);
this.label3.TabIndex = 5;
this.label3.Text = "textBoxName";
//
// textBoxRoomId
//
this.textBoxRoomId.Location = new System.Drawing.Point(12, 93);
this.textBoxRoomId.Name = "textBoxRoomId";
this.textBoxRoomId.Size = new System.Drawing.Size(100, 20);
this.textBoxRoomId.TabIndex = 6;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(134, 99);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(79, 13);
this.label4.TabIndex = 7;
this.label4.Text = "textBoxRoomId";
//
// button1
//
this.button1.Location = new System.Drawing.Point(13, 120);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(216, 58);
this.button1.TabIndex = 8;
this.button1.Text = "Save";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.btnSave_Click);
//
// EditEquipmentForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(229, 183);
this.Controls.Add(this.button1);
this.Controls.Add(this.label4);
this.Controls.Add(this.textBoxRoomId);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBoxName);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBoxSshSettings);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBoxIpAddress);
this.Name = "EditEquipmentForm";
this.Text = "EditEquipmentForm";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxIpAddress;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBoxSshSettings;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBoxName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBoxRoomId;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button1;
}
}