123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- namespace MOTINOVA_Motor_Factory_Set
- {
- partial class StartForm
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label_Ver = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // button_Export
- //
- this.button_Export.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- 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(317, 248);
- 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.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- 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(87, 248);
- 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 © 2021 MOTINOVA Inc. All Rights Reserved";
- //
- // button_Mang
- //
- this.button_Mang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- 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(547, 248);
- 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);
- //
- // pictureBox1
- //
- this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pictureBox1.Image = global::MOTINOVA_Motor_Factory_Set.Properties.Resources.title;
- this.pictureBox1.Location = new System.Drawing.Point(307, 433);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(170, 25);
- this.pictureBox1.TabIndex = 1;
- this.pictureBox1.TabStop = false;
- //
- // 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(0, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(782, 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(452, 528);
- this.label_Ver.Name = "label_Ver";
- this.label_Ver.Size = new System.Drawing.Size(185, 21);
- this.label_Ver.TabIndex = 2;
- this.label_Ver.Text = "Ver: V1.1.1 Build Time: ";
- //
- // 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.label_Ver);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.pictureBox1);
- 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.Load += new System.EventHandler(this.StartForm_Load);
- ((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.PictureBox pictureBox1;
- 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;
- }
- }
|