namespace 补片
{
partial class FrmSet
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSet));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.lblServerIp = new System.Windows.Forms.Label();
this.lblMesServerIP = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtServerIP = new System.Windows.Forms.TextBox();
this.txtMesIP = new System.Windows.Forms.TextBox();
this.txtMainName = new System.Windows.Forms.TextBox();
this.txtVersion = new System.Windows.Forms.TextBox();
this.lblVerision = new System.Windows.Forms.Label();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.btnCancel = new System.Windows.Forms.Button();
this.btnSure = new System.Windows.Forms.Button();
this.lblPosition = new System.Windows.Forms.Label();
this.txtPosition = new System.Windows.Forms.TextBox();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(234)))), ((int)(((byte)(255)))));
this.tableLayoutPanel1.ColumnCount = 4;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 23.23232F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.50505F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.15152F));
this.tableLayoutPanel1.Controls.Add(this.lblServerIp, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.lblMesServerIP, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.label2, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.txtServerIP, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.txtMesIP, 2, 2);
this.tableLayoutPanel1.Controls.Add(this.txtMainName, 2, 3);
this.tableLayoutPanel1.Controls.Add(this.txtVersion, 2, 4);
this.tableLayoutPanel1.Controls.Add(this.lblVerision, 1, 4);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 2, 6);
this.tableLayoutPanel1.Controls.Add(this.lblPosition, 1, 5);
this.tableLayoutPanel1.Controls.Add(this.txtPosition, 2, 5);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 8;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(550, 340);
this.tableLayoutPanel1.TabIndex = 0;
//
// lblServerIp
//
this.lblServerIp.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblServerIp.Location = new System.Drawing.Point(64, 42);
this.lblServerIp.Name = "lblServerIp";
this.lblServerIp.Size = new System.Drawing.Size(121, 42);
this.lblServerIp.TabIndex = 0;
this.lblServerIp.Text = "服务器 IP:";
this.lblServerIp.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblMesServerIP
//
this.lblMesServerIP.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblMesServerIP.Location = new System.Drawing.Point(64, 84);
this.lblMesServerIP.Name = "lblMesServerIP";
this.lblMesServerIP.Size = new System.Drawing.Size(121, 42);
this.lblMesServerIP.TabIndex = 2;
this.lblMesServerIP.Text = "MES IP:";
this.lblMesServerIP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label2
//
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Location = new System.Drawing.Point(64, 126);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(121, 42);
this.label2.TabIndex = 1;
this.label2.Text = "程序名:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtServerIP
//
this.txtServerIP.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtServerIP.Location = new System.Drawing.Point(191, 48);
this.txtServerIP.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
this.txtServerIP.Name = "txtServerIP";
this.txtServerIP.Size = new System.Drawing.Size(271, 29);
this.txtServerIP.TabIndex = 0;
//
// txtMesIP
//
this.txtMesIP.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtMesIP.Location = new System.Drawing.Point(191, 90);
this.txtMesIP.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
this.txtMesIP.Name = "txtMesIP";
this.txtMesIP.Size = new System.Drawing.Size(271, 29);
this.txtMesIP.TabIndex = 1;
//
// txtMainName
//
this.txtMainName.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtMainName.Location = new System.Drawing.Point(191, 132);
this.txtMainName.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
this.txtMainName.Name = "txtMainName";
this.txtMainName.Size = new System.Drawing.Size(271, 29);
this.txtMainName.TabIndex = 2;
//
// txtVersion
//
this.txtVersion.Location = new System.Drawing.Point(191, 174);
this.txtVersion.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
this.txtVersion.Name = "txtVersion";
this.txtVersion.ReadOnly = true;
this.txtVersion.Size = new System.Drawing.Size(271, 29);
this.txtVersion.TabIndex = 13;
this.txtVersion.TabStop = false;
//
// lblVerision
//
this.lblVerision.Location = new System.Drawing.Point(64, 168);
this.lblVerision.Name = "lblVerision";
this.lblVerision.Size = new System.Drawing.Size(121, 42);
this.lblVerision.TabIndex = 12;
this.lblVerision.Text = "版本号:";
this.lblVerision.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.lblVerision.Click += new System.EventHandler(this.lblVerision_Click);
this.lblVerision.DoubleClick += new System.EventHandler(this.lblVerision_DoubleClick);
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Controls.Add(this.btnCancel, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.btnSure, 1, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(191, 255);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(271, 36);
this.tableLayoutPanel2.TabIndex = 14;
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254)))));
this.btnCancel.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(234)))), ((int)(((byte)(255)))));
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btnCancel.ForeColor = System.Drawing.Color.WhiteSmoke;
this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.btnCancel.Location = new System.Drawing.Point(2, 2);
this.btnCancel.Margin = new System.Windows.Forms.Padding(2);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(131, 32);
this.btnCancel.TabIndex = 15;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
this.btnCancel.Enter += new System.EventHandler(this.Button_MouseEnter);
this.btnCancel.Leave += new System.EventHandler(this.Button_MouseLeave);
this.btnCancel.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
this.btnCancel.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
//
// btnSure
//
this.btnSure.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254)))));
this.btnSure.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnSure.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(234)))), ((int)(((byte)(255)))));
this.btnSure.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSure.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btnSure.ForeColor = System.Drawing.Color.WhiteSmoke;
this.btnSure.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnSure.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.btnSure.Location = new System.Drawing.Point(137, 2);
this.btnSure.Margin = new System.Windows.Forms.Padding(2);
this.btnSure.Name = "btnSure";
this.btnSure.Size = new System.Drawing.Size(132, 32);
this.btnSure.TabIndex = 11;
this.btnSure.Text = "确认";
this.btnSure.UseVisualStyleBackColor = false;
this.btnSure.Click += new System.EventHandler(this.lblBtnSure_Click);
this.btnSure.Enter += new System.EventHandler(this.Button_MouseEnter);
this.btnSure.Leave += new System.EventHandler(this.Button_MouseLeave);
this.btnSure.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
this.btnSure.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
//
// lblPosition
//
this.lblPosition.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblPosition.Location = new System.Drawing.Point(64, 210);
this.lblPosition.Name = "lblPosition";
this.lblPosition.Size = new System.Drawing.Size(121, 42);
this.lblPosition.TabIndex = 15;
this.lblPosition.Text = "位置:";
this.lblPosition.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtPosition
//
this.txtPosition.Location = new System.Drawing.Point(191, 216);
this.txtPosition.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
this.txtPosition.Name = "txtPosition";
this.txtPosition.Size = new System.Drawing.Size(271, 29);
this.txtPosition.TabIndex = 16;
this.txtPosition.TabStop = false;
//
// FrmSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(550, 340);
this.Controls.Add(this.tableLayoutPanel1);
this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(5);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmSet";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "设置参数";
this.Load += new System.EventHandler(this.FrmSet_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label lblServerIp;
private System.Windows.Forms.Label lblMesServerIP;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtServerIP;
private System.Windows.Forms.TextBox txtMesIP;
private System.Windows.Forms.TextBox txtMainName;
private System.Windows.Forms.Button btnSure;
private System.Windows.Forms.TextBox txtVersion;
private System.Windows.Forms.Label lblVerision;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label lblPosition;
private System.Windows.Forms.TextBox txtPosition;
}
}