namespace Welling_Motor_Debug_Tool
{
partial class ServerSelect
{
///
/// 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(ServerSelect));
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.button_Login = new System.Windows.Forms.Button();
this.comboBox_Server = new System.Windows.Forms.ComboBox();
this.checkBox_NoticeSw = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// pictureBox2
//
this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
this.pictureBox2.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.logo;
this.pictureBox2.Location = new System.Drawing.Point(448, 335);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(132, 23);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox2.TabIndex = 17;
this.pictureBox2.TabStop = false;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
this.label1.Location = new System.Drawing.Point(0, 331);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(586, 30);
this.label1.TabIndex = 18;
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(6, 336);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(247, 20);
this.label2.TabIndex = 19;
this.label2.Text = "版权所有:武汉天腾动力科技有限公司";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
this.label4.Location = new System.Drawing.Point(168, 108);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(183, 25);
this.label4.TabIndex = 45;
this.label4.Text = "请设置使用网络环境";
//
// button_Login
//
this.button_Login.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_Login.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button_Login.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
this.button_Login.Location = new System.Drawing.Point(360, 146);
this.button_Login.Name = "button_Login";
this.button_Login.Size = new System.Drawing.Size(75, 35);
this.button_Login.TabIndex = 44;
this.button_Login.Text = "确认";
this.button_Login.UseVisualStyleBackColor = false;
this.button_Login.Click += new System.EventHandler(this.button_Login_Click);
//
// comboBox_Server
//
this.comboBox_Server.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.comboBox_Server.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_Server.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBox_Server.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBox_Server.FormattingEnabled = true;
this.comboBox_Server.Items.AddRange(new object[] {
"武汉园区",
"顺德工厂",
"威灵园区",
"越南工厂",
"公司外部",
"离线使用"});
this.comboBox_Server.Location = new System.Drawing.Point(172, 147);
this.comboBox_Server.Name = "comboBox_Server";
this.comboBox_Server.Size = new System.Drawing.Size(182, 33);
this.comboBox_Server.TabIndex = 47;
//
// checkBox_NoticeSw
//
this.checkBox_NoticeSw.AutoSize = true;
this.checkBox_NoticeSw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
this.checkBox_NoticeSw.Location = new System.Drawing.Point(439, 294);
this.checkBox_NoticeSw.Name = "checkBox_NoticeSw";
this.checkBox_NoticeSw.Size = new System.Drawing.Size(141, 25);
this.checkBox_NoticeSw.TabIndex = 48;
this.checkBox_NoticeSw.Text = "下次启动不提示";
this.checkBox_NoticeSw.UseVisualStyleBackColor = true;
//
// ServerSelect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.ClientSize = new System.Drawing.Size(584, 361);
this.Controls.Add(this.checkBox_NoticeSw);
this.Controls.Add(this.comboBox_Server);
this.Controls.Add(this.label4);
this.Controls.Add(this.button_Login);
this.Controls.Add(this.label2);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(5);
this.MaximizeBox = false;
this.Name = "ServerSelect";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "服务器配置";
this.Load += new System.EventHandler(this.ServerSelect_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button_Login;
public System.Windows.Forms.ComboBox comboBox_Server;
public System.Windows.Forms.CheckBox checkBox_NoticeSw;
}
}