namespace MOTINOVA_Motor_Factory_Set { partial class StartForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartForm)); this.button_Export = new System.Windows.Forms.Button(); this.button_Import = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.button_Mang = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.label_Ver = new System.Windows.Forms.Label(); this.label_NetStatus = new System.Windows.Forms.Label(); this.button_Check = new System.Windows.Forms.Button(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // button_Export // this.button_Export.BackColor = System.Drawing.Color.DimGray; this.button_Export.Enabled = false; this.button_Export.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button_Export.ForeColor = System.Drawing.Color.White; this.button_Export.Location = new System.Drawing.Point(154, 302); this.button_Export.Margin = new System.Windows.Forms.Padding(5); this.button_Export.Name = "button_Export"; this.button_Export.Size = new System.Drawing.Size(150, 80); this.button_Export.TabIndex = 0; this.button_Export.Text = "参数生成"; this.button_Export.UseVisualStyleBackColor = false; this.button_Export.Click += new System.EventHandler(this.button_Export_Click); // // button_Import // this.button_Import.BackColor = System.Drawing.Color.DarkGoldenrod; this.button_Import.Enabled = false; this.button_Import.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button_Import.ForeColor = System.Drawing.Color.White; this.button_Import.Location = new System.Drawing.Point(154, 187); this.button_Import.Margin = new System.Windows.Forms.Padding(5); this.button_Import.Name = "button_Import"; this.button_Import.Size = new System.Drawing.Size(150, 80); this.button_Import.TabIndex = 0; this.button_Import.Text = "生产模式"; this.button_Import.UseVisualStyleBackColor = false; this.button_Import.Click += new System.EventHandler(this.button_Import_Click); // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label1.Location = new System.Drawing.Point(12, 528); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(423, 21); this.label1.TabIndex = 2; this.label1.Text = "Copyright © 2022 MOTINOVA Inc. All Rights Reserved"; // // button_Mang // this.button_Mang.BackColor = System.Drawing.Color.DimGray; this.button_Mang.Enabled = false; this.button_Mang.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button_Mang.ForeColor = System.Drawing.Color.White; this.button_Mang.Location = new System.Drawing.Point(477, 302); this.button_Mang.Margin = new System.Windows.Forms.Padding(5); this.button_Mang.Name = "button_Mang"; this.button_Mang.Size = new System.Drawing.Size(150, 80); this.button_Mang.TabIndex = 0; this.button_Mang.Text = "本地管理"; this.button_Mang.UseVisualStyleBackColor = false; this.button_Mang.Click += new System.EventHandler(this.button_Mang_Click); // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label2.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(-1, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(781, 100); this.label2.TabIndex = 3; this.label2.Text = "MOTINOVA电机量产测试工具"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label_Ver // this.label_Ver.AutoSize = true; this.label_Ver.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label_Ver.Location = new System.Drawing.Point(454, 528); this.label_Ver.Name = "label_Ver"; this.label_Ver.Size = new System.Drawing.Size(316, 21); this.label_Ver.TabIndex = 2; this.label_Ver.Text = "Ver: V1.3.8 Build Time: 2022-04-24 21:26"; // // label_NetStatus // this.label_NetStatus.ForeColor = System.Drawing.Color.Red; this.label_NetStatus.Location = new System.Drawing.Point(452, 497); this.label_NetStatus.Name = "label_NetStatus"; this.label_NetStatus.Size = new System.Drawing.Size(318, 21); this.label_NetStatus.TabIndex = 2; this.label_NetStatus.Text = "网络连接中……"; this.label_NetStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // button_Check // this.button_Check.BackColor = System.Drawing.Color.Green; this.button_Check.Enabled = false; this.button_Check.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button_Check.ForeColor = System.Drawing.Color.White; this.button_Check.Location = new System.Drawing.Point(477, 187); this.button_Check.Margin = new System.Windows.Forms.Padding(5); this.button_Check.Name = "button_Check"; this.button_Check.Size = new System.Drawing.Size(150, 80); this.button_Check.TabIndex = 4; this.button_Check.Text = "检验模式"; this.button_Check.UseVisualStyleBackColor = false; this.button_Check.Click += new System.EventHandler(this.button_Check_Click); // // pictureBox2 // this.pictureBox2.Image = global::MOTINOVA_Motor_Factory_Set.Properties.Resources._836618239619717251; this.pictureBox2.Location = new System.Drawing.Point(16, 475); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(83, 43); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 33; this.pictureBox2.TabStop = false; // // pictureBox1 // this.pictureBox1.Image = global::MOTINOVA_Motor_Factory_Set.Properties.Resources.title1; this.pictureBox1.Location = new System.Drawing.Point(108, 485); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(136, 33); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 32; this.pictureBox1.TabStop = false; // // StartForm // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(780, 558); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.button_Check); this.Controls.Add(this.label_Ver); this.Controls.Add(this.label_NetStatus); this.Controls.Add(this.label1); this.Controls.Add(this.button_Mang); this.Controls.Add(this.button_Import); this.Controls.Add(this.button_Export); this.Controls.Add(this.label2); this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(5); this.MaximizeBox = false; this.Name = "StartForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "MOTINOVA电机量产测试工具"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.StartForm_FormClosing); this.Load += new System.EventHandler(this.StartForm_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button_Export; private System.Windows.Forms.Button button_Import; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button_Mang; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label_Ver; public System.Windows.Forms.Label label_NetStatus; private System.Windows.Forms.Button button_Check; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox1; } }