StartForm.Designer.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. namespace MOTINOVA_Motor_Factory_Set
  2. {
  3. partial class StartForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartForm));
  29. this.button_Export = new System.Windows.Forms.Button();
  30. this.button_Import = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.button_Mang = new System.Windows.Forms.Button();
  33. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label_Ver = new System.Windows.Forms.Label();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // button_Export
  40. //
  41. this.button_Export.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  42. this.button_Export.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  43. this.button_Export.ForeColor = System.Drawing.Color.White;
  44. this.button_Export.Location = new System.Drawing.Point(317, 248);
  45. this.button_Export.Margin = new System.Windows.Forms.Padding(5);
  46. this.button_Export.Name = "button_Export";
  47. this.button_Export.Size = new System.Drawing.Size(150, 80);
  48. this.button_Export.TabIndex = 0;
  49. this.button_Export.Text = "参数生成";
  50. this.button_Export.UseVisualStyleBackColor = false;
  51. this.button_Export.Click += new System.EventHandler(this.button_Export_Click);
  52. //
  53. // button_Import
  54. //
  55. this.button_Import.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  56. this.button_Import.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.button_Import.ForeColor = System.Drawing.Color.White;
  58. this.button_Import.Location = new System.Drawing.Point(87, 248);
  59. this.button_Import.Margin = new System.Windows.Forms.Padding(5);
  60. this.button_Import.Name = "button_Import";
  61. this.button_Import.Size = new System.Drawing.Size(150, 80);
  62. this.button_Import.TabIndex = 0;
  63. this.button_Import.Text = "量产模式";
  64. this.button_Import.UseVisualStyleBackColor = false;
  65. this.button_Import.Click += new System.EventHandler(this.button_Import_Click);
  66. //
  67. // label1
  68. //
  69. this.label1.AutoSize = true;
  70. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  71. this.label1.Location = new System.Drawing.Point(12, 528);
  72. this.label1.Name = "label1";
  73. this.label1.Size = new System.Drawing.Size(423, 21);
  74. this.label1.TabIndex = 2;
  75. this.label1.Text = "Copyright © 2021 MOTINOVA Inc. All Rights Reserved";
  76. //
  77. // button_Mang
  78. //
  79. this.button_Mang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  80. this.button_Mang.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.button_Mang.ForeColor = System.Drawing.Color.White;
  82. this.button_Mang.Location = new System.Drawing.Point(547, 248);
  83. this.button_Mang.Margin = new System.Windows.Forms.Padding(5);
  84. this.button_Mang.Name = "button_Mang";
  85. this.button_Mang.Size = new System.Drawing.Size(150, 80);
  86. this.button_Mang.TabIndex = 0;
  87. this.button_Mang.Text = "文件管理";
  88. this.button_Mang.UseVisualStyleBackColor = false;
  89. this.button_Mang.Click += new System.EventHandler(this.button_Mang_Click);
  90. //
  91. // pictureBox1
  92. //
  93. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  94. this.pictureBox1.Image = global::MOTINOVA_Motor_Factory_Set.Properties.Resources.title;
  95. this.pictureBox1.Location = new System.Drawing.Point(307, 433);
  96. this.pictureBox1.Name = "pictureBox1";
  97. this.pictureBox1.Size = new System.Drawing.Size(170, 25);
  98. this.pictureBox1.TabIndex = 1;
  99. this.pictureBox1.TabStop = false;
  100. //
  101. // label2
  102. //
  103. this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  104. this.label2.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.label2.ForeColor = System.Drawing.Color.White;
  106. this.label2.Location = new System.Drawing.Point(0, 0);
  107. this.label2.Name = "label2";
  108. this.label2.Size = new System.Drawing.Size(782, 100);
  109. this.label2.TabIndex = 3;
  110. this.label2.Text = "MOTINOVA电机量产测试工具";
  111. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  112. //
  113. // label_Ver
  114. //
  115. this.label_Ver.AutoSize = true;
  116. this.label_Ver.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  117. this.label_Ver.Location = new System.Drawing.Point(452, 528);
  118. this.label_Ver.Name = "label_Ver";
  119. this.label_Ver.Size = new System.Drawing.Size(185, 21);
  120. this.label_Ver.TabIndex = 2;
  121. this.label_Ver.Text = "Ver: V1.1.1 Build Time: ";
  122. //
  123. // StartForm
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.BackColor = System.Drawing.Color.White;
  128. this.ClientSize = new System.Drawing.Size(780, 558);
  129. this.Controls.Add(this.label_Ver);
  130. this.Controls.Add(this.label1);
  131. this.Controls.Add(this.pictureBox1);
  132. this.Controls.Add(this.button_Mang);
  133. this.Controls.Add(this.button_Import);
  134. this.Controls.Add(this.button_Export);
  135. this.Controls.Add(this.label2);
  136. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  138. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  139. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  140. this.Margin = new System.Windows.Forms.Padding(5);
  141. this.MaximizeBox = false;
  142. this.Name = "StartForm";
  143. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  144. this.Text = "MOTINOVA电机量产测试工具";
  145. this.Load += new System.EventHandler(this.StartForm_Load);
  146. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  147. this.ResumeLayout(false);
  148. this.PerformLayout();
  149. }
  150. #endregion
  151. private System.Windows.Forms.Button button_Export;
  152. private System.Windows.Forms.Button button_Import;
  153. private System.Windows.Forms.PictureBox pictureBox1;
  154. private System.Windows.Forms.Label label1;
  155. private System.Windows.Forms.Button button_Mang;
  156. private System.Windows.Forms.Label label2;
  157. private System.Windows.Forms.Label label_Ver;
  158. }
  159. }