namespace Tiobon.PublishHelper
{
partial class Form_PublishServer_Item
{
///
/// 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.gb_main = new System.Windows.Forms.GroupBox();
this.txt_UserName = new System.Windows.Forms.TextBox();
this.lbl_UserName = new System.Windows.Forms.Label();
this.txt_Port = new System.Windows.Forms.TextBox();
this.lbl_Port = new System.Windows.Forms.Label();
this.txt_SuPassword = new System.Windows.Forms.TextBox();
this.lbl_SuPassword = new System.Windows.Forms.Label();
this.txt_Password = new System.Windows.Forms.TextBox();
this.lbl_Password = new System.Windows.Forms.Label();
this.txt_Ip = new System.Windows.Forms.TextBox();
this.lbl_Ip = new System.Windows.Forms.Label();
this.txt_Name = new System.Windows.Forms.TextBox();
this.lbl_Name = new System.Windows.Forms.Label();
this.btn_Ok = new System.Windows.Forms.Button();
this.btn_Cancel = new System.Windows.Forms.Button();
this.gb_main.SuspendLayout();
this.SuspendLayout();
//
// gb_main
//
this.gb_main.Controls.Add(this.txt_UserName);
this.gb_main.Controls.Add(this.lbl_UserName);
this.gb_main.Controls.Add(this.txt_Port);
this.gb_main.Controls.Add(this.lbl_Port);
this.gb_main.Controls.Add(this.txt_SuPassword);
this.gb_main.Controls.Add(this.lbl_SuPassword);
this.gb_main.Controls.Add(this.txt_Password);
this.gb_main.Controls.Add(this.lbl_Password);
this.gb_main.Controls.Add(this.txt_Ip);
this.gb_main.Controls.Add(this.lbl_Ip);
this.gb_main.Controls.Add(this.txt_Name);
this.gb_main.Controls.Add(this.lbl_Name);
this.gb_main.Location = new System.Drawing.Point(12, 12);
this.gb_main.Name = "gb_main";
this.gb_main.Size = new System.Drawing.Size(270, 219);
this.gb_main.TabIndex = 0;
this.gb_main.TabStop = false;
//
// txt_UserName
//
this.txt_UserName.Location = new System.Drawing.Point(105, 86);
this.txt_UserName.Name = "txt_UserName";
this.txt_UserName.Size = new System.Drawing.Size(144, 21);
this.txt_UserName.TabIndex = 16;
this.txt_UserName.Text = "huhangmed";
//
// lbl_UserName
//
this.lbl_UserName.AutoSize = true;
this.lbl_UserName.Location = new System.Drawing.Point(22, 89);
this.lbl_UserName.Name = "lbl_UserName";
this.lbl_UserName.Size = new System.Drawing.Size(47, 12);
this.lbl_UserName.TabIndex = 17;
this.lbl_UserName.Text = "用户名:";
this.lbl_UserName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txt_Port
//
this.txt_Port.Location = new System.Drawing.Point(105, 185);
this.txt_Port.Name = "txt_Port";
this.txt_Port.Size = new System.Drawing.Size(144, 21);
this.txt_Port.TabIndex = 14;
this.txt_Port.Text = "22";
//
// lbl_Port
//
this.lbl_Port.AutoSize = true;
this.lbl_Port.Location = new System.Drawing.Point(22, 188);
this.lbl_Port.Name = "lbl_Port";
this.lbl_Port.Size = new System.Drawing.Size(53, 12);
this.lbl_Port.TabIndex = 15;
this.lbl_Port.Text = "SSH端口:";
this.lbl_Port.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txt_SuPassword
//
this.txt_SuPassword.Location = new System.Drawing.Point(105, 152);
this.txt_SuPassword.Name = "txt_SuPassword";
this.txt_SuPassword.Size = new System.Drawing.Size(144, 21);
this.txt_SuPassword.TabIndex = 12;
this.txt_SuPassword.Text = "Huhang@2019";
//
// lbl_SuPassword
//
this.lbl_SuPassword.AutoSize = true;
this.lbl_SuPassword.Location = new System.Drawing.Point(22, 155);
this.lbl_SuPassword.Name = "lbl_SuPassword";
this.lbl_SuPassword.Size = new System.Drawing.Size(47, 12);
this.lbl_SuPassword.TabIndex = 13;
this.lbl_SuPassword.Text = "SU密码:";
this.lbl_SuPassword.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txt_Password
//
this.txt_Password.Location = new System.Drawing.Point(105, 119);
this.txt_Password.Name = "txt_Password";
this.txt_Password.Size = new System.Drawing.Size(144, 21);
this.txt_Password.TabIndex = 10;
this.txt_Password.Text = "Huhangmed@2019";
//
// lbl_Password
//
this.lbl_Password.AutoSize = true;
this.lbl_Password.Location = new System.Drawing.Point(22, 122);
this.lbl_Password.Name = "lbl_Password";
this.lbl_Password.Size = new System.Drawing.Size(35, 12);
this.lbl_Password.TabIndex = 11;
this.lbl_Password.Text = "密码:";
this.lbl_Password.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txt_Ip
//
this.txt_Ip.Location = new System.Drawing.Point(105, 53);
this.txt_Ip.Name = "txt_Ip";
this.txt_Ip.Size = new System.Drawing.Size(144, 21);
this.txt_Ip.TabIndex = 8;
this.txt_Ip.Text = "192.168.8.72";
//
// lbl_Ip
//
this.lbl_Ip.AutoSize = true;
this.lbl_Ip.Location = new System.Drawing.Point(22, 56);
this.lbl_Ip.Name = "lbl_Ip";
this.lbl_Ip.Size = new System.Drawing.Size(59, 12);
this.lbl_Ip.TabIndex = 9;
this.lbl_Ip.Text = "服务器IP:";
this.lbl_Ip.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txt_Name
//
this.txt_Name.Location = new System.Drawing.Point(105, 20);
this.txt_Name.Name = "txt_Name";
this.txt_Name.Size = new System.Drawing.Size(144, 21);
this.txt_Name.TabIndex = 6;
this.txt_Name.Text = "publish-72";
//
// lbl_Name
//
this.lbl_Name.AutoSize = true;
this.lbl_Name.Location = new System.Drawing.Point(22, 23);
this.lbl_Name.Name = "lbl_Name";
this.lbl_Name.Size = new System.Drawing.Size(71, 12);
this.lbl_Name.TabIndex = 7;
this.lbl_Name.Text = "服务器名称:";
this.lbl_Name.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// btn_Ok
//
this.btn_Ok.Location = new System.Drawing.Point(36, 249);
this.btn_Ok.Name = "btn_Ok";
this.btn_Ok.Size = new System.Drawing.Size(75, 23);
this.btn_Ok.TabIndex = 1;
this.btn_Ok.Text = "确定(&O)";
this.btn_Ok.UseVisualStyleBackColor = true;
this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
//
// btn_Cancel
//
this.btn_Cancel.Location = new System.Drawing.Point(186, 249);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(75, 23);
this.btn_Cancel.TabIndex = 2;
this.btn_Cancel.Text = "取消(&C)";
this.btn_Cancel.UseVisualStyleBackColor = true;
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
//
// Form_PublishServer_Item
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(296, 284);
this.Controls.Add(this.btn_Cancel);
this.Controls.Add(this.btn_Ok);
this.Controls.Add(this.gb_main);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(312, 323);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(312, 323);
this.Name = "Form_PublishServer_Item";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "新增";
this.Load += new System.EventHandler(this.Form_PublishServer_Item_Load);
this.gb_main.ResumeLayout(false);
this.gb_main.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox gb_main;
private System.Windows.Forms.TextBox txt_SuPassword;
private System.Windows.Forms.Label lbl_SuPassword;
private System.Windows.Forms.TextBox txt_Password;
private System.Windows.Forms.Label lbl_Password;
private System.Windows.Forms.TextBox txt_Ip;
private System.Windows.Forms.Label lbl_Ip;
private System.Windows.Forms.TextBox txt_Name;
private System.Windows.Forms.Label lbl_Name;
private System.Windows.Forms.TextBox txt_Port;
private System.Windows.Forms.Label lbl_Port;
private System.Windows.Forms.Button btn_Ok;
private System.Windows.Forms.Button btn_Cancel;
private System.Windows.Forms.TextBox txt_UserName;
private System.Windows.Forms.Label lbl_UserName;
}
}