ServerSelect.Designer.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. namespace Welling_Motor_Debug_Tool
  2. {
  3. partial class ServerSelect
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServerSelect));
  29. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.button_Login = new System.Windows.Forms.Button();
  34. this.comboBox_Server = new System.Windows.Forms.ComboBox();
  35. this.checkBox_NoticeSw = new System.Windows.Forms.CheckBox();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // pictureBox2
  40. //
  41. this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  42. this.pictureBox2.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.logo;
  43. this.pictureBox2.Location = new System.Drawing.Point(448, 335);
  44. this.pictureBox2.Name = "pictureBox2";
  45. this.pictureBox2.Size = new System.Drawing.Size(132, 23);
  46. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  47. this.pictureBox2.TabIndex = 17;
  48. this.pictureBox2.TabStop = false;
  49. //
  50. // label1
  51. //
  52. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  53. this.label1.Location = new System.Drawing.Point(0, 331);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(586, 30);
  56. this.label1.TabIndex = 18;
  57. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  58. //
  59. // label2
  60. //
  61. this.label2.AutoSize = true;
  62. this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  63. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.label2.ForeColor = System.Drawing.Color.White;
  65. this.label2.Location = new System.Drawing.Point(6, 336);
  66. this.label2.Name = "label2";
  67. this.label2.Size = new System.Drawing.Size(247, 20);
  68. this.label2.TabIndex = 19;
  69. this.label2.Text = "版权所有:武汉天腾动力科技有限公司";
  70. //
  71. // label4
  72. //
  73. this.label4.AutoSize = true;
  74. this.label4.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  76. this.label4.Location = new System.Drawing.Point(168, 108);
  77. this.label4.Name = "label4";
  78. this.label4.Size = new System.Drawing.Size(183, 25);
  79. this.label4.TabIndex = 45;
  80. this.label4.Text = "请设置使用网络环境";
  81. //
  82. // button_Login
  83. //
  84. this.button_Login.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  85. this.button_Login.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.button_Login.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  87. this.button_Login.Location = new System.Drawing.Point(360, 146);
  88. this.button_Login.Name = "button_Login";
  89. this.button_Login.Size = new System.Drawing.Size(75, 35);
  90. this.button_Login.TabIndex = 44;
  91. this.button_Login.Text = "确认";
  92. this.button_Login.UseVisualStyleBackColor = false;
  93. this.button_Login.Click += new System.EventHandler(this.button_Login_Click);
  94. //
  95. // comboBox_Server
  96. //
  97. this.comboBox_Server.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  98. this.comboBox_Server.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  99. this.comboBox_Server.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  100. this.comboBox_Server.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.comboBox_Server.FormattingEnabled = true;
  102. this.comboBox_Server.Items.AddRange(new object[] {
  103. "武汉园区",
  104. "顺德工厂",
  105. "威灵园区",
  106. "越南工厂",
  107. "公司外部",
  108. "离线使用"});
  109. this.comboBox_Server.Location = new System.Drawing.Point(172, 147);
  110. this.comboBox_Server.Name = "comboBox_Server";
  111. this.comboBox_Server.Size = new System.Drawing.Size(182, 33);
  112. this.comboBox_Server.TabIndex = 47;
  113. //
  114. // checkBox_NoticeSw
  115. //
  116. this.checkBox_NoticeSw.AutoSize = true;
  117. this.checkBox_NoticeSw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  118. this.checkBox_NoticeSw.Location = new System.Drawing.Point(439, 294);
  119. this.checkBox_NoticeSw.Name = "checkBox_NoticeSw";
  120. this.checkBox_NoticeSw.Size = new System.Drawing.Size(141, 25);
  121. this.checkBox_NoticeSw.TabIndex = 48;
  122. this.checkBox_NoticeSw.Text = "下次启动不提示";
  123. this.checkBox_NoticeSw.UseVisualStyleBackColor = true;
  124. //
  125. // ServerSelect
  126. //
  127. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  128. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  129. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  130. this.ClientSize = new System.Drawing.Size(584, 361);
  131. this.Controls.Add(this.checkBox_NoticeSw);
  132. this.Controls.Add(this.comboBox_Server);
  133. this.Controls.Add(this.label4);
  134. this.Controls.Add(this.button_Login);
  135. this.Controls.Add(this.label2);
  136. this.Controls.Add(this.pictureBox2);
  137. this.Controls.Add(this.label1);
  138. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  140. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  141. this.Margin = new System.Windows.Forms.Padding(5);
  142. this.MaximizeBox = false;
  143. this.Name = "ServerSelect";
  144. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  145. this.Text = "服务器配置";
  146. this.Load += new System.EventHandler(this.ServerSelect_Load);
  147. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  148. this.ResumeLayout(false);
  149. this.PerformLayout();
  150. }
  151. #endregion
  152. private System.Windows.Forms.PictureBox pictureBox2;
  153. private System.Windows.Forms.Label label1;
  154. private System.Windows.Forms.Label label2;
  155. private System.Windows.Forms.Label label4;
  156. private System.Windows.Forms.Button button_Login;
  157. public System.Windows.Forms.ComboBox comboBox_Server;
  158. public System.Windows.Forms.CheckBox checkBox_NoticeSw;
  159. }
  160. }