123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- namespace Welling_Motor_Debug_Tool
- {
- partial class ServerSelect
- {
- /// <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()
- {
- 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;
- }
- }
|