OTSSystemManagerForms.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. namespace OTSSysMgrApp
  2. {
  3. partial class OTSSystemManagerForms
  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(OTSSystemManagerForms));
  29. this.tabLanguage = new System.Windows.Forms.TabPage();
  30. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  31. this.tabControl1 = new System.Windows.Forms.TabControl();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  35. this.lblHSEMController = new System.Windows.Forms.Label();
  36. this.lblHEDSController = new System.Windows.Forms.Label();
  37. this.btnSEMTest = new System.Windows.Forms.Button();
  38. this.btnEDSTest = new System.Windows.Forms.Button();
  39. this.CmbEDSController = new System.Windows.Forms.ComboBox();
  40. this.CmbSEMController = new System.Windows.Forms.ComboBox();
  41. this.tabHardwareSet = new System.Windows.Forms.TabPage();
  42. this.rdb_ch = new System.Windows.Forms.RadioButton();
  43. this.rdb_en = new System.Windows.Forms.RadioButton();
  44. this.tabLanguage.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  46. this.tabControl1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  48. this.tabHardwareSet.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // tabLanguage
  52. //
  53. this.tabLanguage.Controls.Add(this.pictureBox3);
  54. this.tabLanguage.Controls.Add(this.rdb_en);
  55. this.tabLanguage.Controls.Add(this.rdb_ch);
  56. this.tabLanguage.Location = new System.Drawing.Point(4, 22);
  57. this.tabLanguage.Margin = new System.Windows.Forms.Padding(2);
  58. this.tabLanguage.Name = "tabLanguage";
  59. this.tabLanguage.Size = new System.Drawing.Size(547, 185);
  60. this.tabLanguage.TabIndex = 2;
  61. this.tabLanguage.Text = "语言";
  62. this.tabLanguage.UseVisualStyleBackColor = true;
  63. //
  64. // pictureBox3
  65. //
  66. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  67. this.pictureBox3.Location = new System.Drawing.Point(38, 22);
  68. this.pictureBox3.Margin = new System.Windows.Forms.Padding(2);
  69. this.pictureBox3.Name = "pictureBox3";
  70. this.pictureBox3.Size = new System.Drawing.Size(67, 66);
  71. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  72. this.pictureBox3.TabIndex = 8;
  73. this.pictureBox3.TabStop = false;
  74. //
  75. // tabControl1
  76. //
  77. this.tabControl1.Controls.Add(this.tabHardwareSet);
  78. this.tabControl1.Controls.Add(this.tabLanguage);
  79. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  81. this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
  82. this.tabControl1.Name = "tabControl1";
  83. this.tabControl1.SelectedIndex = 0;
  84. this.tabControl1.Size = new System.Drawing.Size(555, 161);
  85. this.tabControl1.TabIndex = 0;
  86. //
  87. // button1
  88. //
  89. this.button1.Location = new System.Drawing.Point(410, 366);
  90. this.button1.Margin = new System.Windows.Forms.Padding(2);
  91. this.button1.Name = "button1";
  92. this.button1.Size = new System.Drawing.Size(67, 22);
  93. this.button1.TabIndex = 2;
  94. this.button1.Text = "button1";
  95. this.button1.UseVisualStyleBackColor = true;
  96. //
  97. // button2
  98. //
  99. this.button2.Location = new System.Drawing.Point(482, 366);
  100. this.button2.Margin = new System.Windows.Forms.Padding(2);
  101. this.button2.Name = "button2";
  102. this.button2.Size = new System.Drawing.Size(67, 22);
  103. this.button2.TabIndex = 2;
  104. this.button2.Text = "button1";
  105. this.button2.UseVisualStyleBackColor = true;
  106. //
  107. // pictureBox2
  108. //
  109. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  110. this.pictureBox2.Location = new System.Drawing.Point(38, 22);
  111. this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
  112. this.pictureBox2.Name = "pictureBox2";
  113. this.pictureBox2.Size = new System.Drawing.Size(67, 66);
  114. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  115. this.pictureBox2.TabIndex = 7;
  116. this.pictureBox2.TabStop = false;
  117. //
  118. // lblHSEMController
  119. //
  120. this.lblHSEMController.AutoSize = true;
  121. this.lblHSEMController.Location = new System.Drawing.Point(122, 26);
  122. this.lblHSEMController.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  123. this.lblHSEMController.Name = "lblHSEMController";
  124. this.lblHSEMController.Size = new System.Drawing.Size(59, 12);
  125. this.lblHSEMController.TabIndex = 9;
  126. this.lblHSEMController.Text = "SEM控制器";
  127. //
  128. // lblHEDSController
  129. //
  130. this.lblHEDSController.AutoSize = true;
  131. this.lblHEDSController.Location = new System.Drawing.Point(122, 74);
  132. this.lblHEDSController.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  133. this.lblHEDSController.Name = "lblHEDSController";
  134. this.lblHEDSController.Size = new System.Drawing.Size(59, 12);
  135. this.lblHEDSController.TabIndex = 8;
  136. this.lblHEDSController.Text = "EDS控制器";
  137. //
  138. // btnSEMTest
  139. //
  140. this.btnSEMTest.Location = new System.Drawing.Point(429, 20);
  141. this.btnSEMTest.Margin = new System.Windows.Forms.Padding(2);
  142. this.btnSEMTest.Name = "btnSEMTest";
  143. this.btnSEMTest.Size = new System.Drawing.Size(77, 24);
  144. this.btnSEMTest.TabIndex = 10;
  145. this.btnSEMTest.Text = "SEM测试";
  146. this.btnSEMTest.UseVisualStyleBackColor = true;
  147. this.btnSEMTest.Click += new System.EventHandler(this.btnSEMTest_Click);
  148. //
  149. // btnEDSTest
  150. //
  151. this.btnEDSTest.Location = new System.Drawing.Point(429, 70);
  152. this.btnEDSTest.Margin = new System.Windows.Forms.Padding(2);
  153. this.btnEDSTest.Name = "btnEDSTest";
  154. this.btnEDSTest.Size = new System.Drawing.Size(77, 24);
  155. this.btnEDSTest.TabIndex = 12;
  156. this.btnEDSTest.Text = "EDS测试";
  157. this.btnEDSTest.UseVisualStyleBackColor = true;
  158. this.btnEDSTest.Click += new System.EventHandler(this.btnEDSTest_Click);
  159. //
  160. // CmbEDSController
  161. //
  162. this.CmbEDSController.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  163. this.CmbEDSController.FormattingEnabled = true;
  164. this.CmbEDSController.Items.AddRange(new object[] {
  165. "Bruker",
  166. "OffLine",
  167. "Oxford",
  168. "FEI"});
  169. this.CmbEDSController.Location = new System.Drawing.Point(227, 74);
  170. this.CmbEDSController.Margin = new System.Windows.Forms.Padding(2);
  171. this.CmbEDSController.Name = "CmbEDSController";
  172. this.CmbEDSController.Size = new System.Drawing.Size(193, 20);
  173. this.CmbEDSController.TabIndex = 14;
  174. this.CmbEDSController.SelectedIndexChanged += new System.EventHandler(this.CmbEDSController_SelectedIndexChanged);
  175. //
  176. // CmbSEMController
  177. //
  178. this.CmbSEMController.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  179. this.CmbSEMController.FormattingEnabled = true;
  180. this.CmbSEMController.Items.AddRange(new object[] {
  181. "Bruker",
  182. "OffLine",
  183. "ESEM",
  184. "ZEISS",
  185. "Oxford",
  186. "FEI"});
  187. this.CmbSEMController.Location = new System.Drawing.Point(227, 22);
  188. this.CmbSEMController.Margin = new System.Windows.Forms.Padding(2);
  189. this.CmbSEMController.Name = "CmbSEMController";
  190. this.CmbSEMController.Size = new System.Drawing.Size(193, 20);
  191. this.CmbSEMController.TabIndex = 13;
  192. this.CmbSEMController.SelectedIndexChanged += new System.EventHandler(this.CmbSEMController_SelectedIndexChanged);
  193. //
  194. // tabHardwareSet
  195. //
  196. this.tabHardwareSet.Controls.Add(this.CmbSEMController);
  197. this.tabHardwareSet.Controls.Add(this.CmbEDSController);
  198. this.tabHardwareSet.Controls.Add(this.btnEDSTest);
  199. this.tabHardwareSet.Controls.Add(this.btnSEMTest);
  200. this.tabHardwareSet.Controls.Add(this.lblHEDSController);
  201. this.tabHardwareSet.Controls.Add(this.lblHSEMController);
  202. this.tabHardwareSet.Controls.Add(this.pictureBox2);
  203. this.tabHardwareSet.Controls.Add(this.button2);
  204. this.tabHardwareSet.Controls.Add(this.button1);
  205. this.tabHardwareSet.Location = new System.Drawing.Point(4, 22);
  206. this.tabHardwareSet.Margin = new System.Windows.Forms.Padding(2);
  207. this.tabHardwareSet.Name = "tabHardwareSet";
  208. this.tabHardwareSet.Padding = new System.Windows.Forms.Padding(2);
  209. this.tabHardwareSet.Size = new System.Drawing.Size(547, 135);
  210. this.tabHardwareSet.TabIndex = 1;
  211. this.tabHardwareSet.Text = "硬件";
  212. this.tabHardwareSet.UseVisualStyleBackColor = true;
  213. //
  214. // rdb_ch
  215. //
  216. this.rdb_ch.AutoSize = true;
  217. this.rdb_ch.Location = new System.Drawing.Point(147, 25);
  218. this.rdb_ch.Margin = new System.Windows.Forms.Padding(2);
  219. this.rdb_ch.Name = "rdb_ch";
  220. this.rdb_ch.Size = new System.Drawing.Size(71, 16);
  221. this.rdb_ch.TabIndex = 0;
  222. this.rdb_ch.Text = "中文[ZH]";
  223. this.rdb_ch.UseVisualStyleBackColor = true;
  224. this.rdb_ch.Click += new System.EventHandler(this.rdb_ch_Click);
  225. //
  226. // rdb_en
  227. //
  228. this.rdb_en.AutoSize = true;
  229. this.rdb_en.Checked = true;
  230. this.rdb_en.Location = new System.Drawing.Point(147, 58);
  231. this.rdb_en.Margin = new System.Windows.Forms.Padding(2);
  232. this.rdb_en.Name = "rdb_en";
  233. this.rdb_en.Size = new System.Drawing.Size(71, 16);
  234. this.rdb_en.TabIndex = 0;
  235. this.rdb_en.TabStop = true;
  236. this.rdb_en.Text = "英文[EN]";
  237. this.rdb_en.UseVisualStyleBackColor = true;
  238. this.rdb_en.Click += new System.EventHandler(this.rdb_en_Click);
  239. //
  240. // OTSSystemManagerForms
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  244. this.BackColor = System.Drawing.Color.White;
  245. this.ClientSize = new System.Drawing.Size(555, 161);
  246. this.Controls.Add(this.tabControl1);
  247. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  248. this.Margin = new System.Windows.Forms.Padding(2);
  249. this.MaximizeBox = false;
  250. this.MaximumSize = new System.Drawing.Size(571, 200);
  251. this.MinimumSize = new System.Drawing.Size(571, 200);
  252. this.Name = "OTSSystemManagerForms";
  253. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  254. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSSystemManagerForms_FormClosing);
  255. this.Load += new System.EventHandler(this.OTSSystemManagerForms_Load);
  256. this.tabLanguage.ResumeLayout(false);
  257. this.tabLanguage.PerformLayout();
  258. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  259. this.tabControl1.ResumeLayout(false);
  260. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  261. this.tabHardwareSet.ResumeLayout(false);
  262. this.tabHardwareSet.PerformLayout();
  263. this.ResumeLayout(false);
  264. }
  265. #endregion
  266. private System.Windows.Forms.TabPage tabLanguage;
  267. private System.Windows.Forms.PictureBox pictureBox3;
  268. private System.Windows.Forms.RadioButton rdb_en;
  269. private System.Windows.Forms.RadioButton rdb_ch;
  270. private System.Windows.Forms.TabControl tabControl1;
  271. private System.Windows.Forms.TabPage tabHardwareSet;
  272. private System.Windows.Forms.ComboBox CmbSEMController;
  273. private System.Windows.Forms.ComboBox CmbEDSController;
  274. private System.Windows.Forms.Button btnEDSTest;
  275. private System.Windows.Forms.Button btnSEMTest;
  276. private System.Windows.Forms.Label lblHEDSController;
  277. private System.Windows.Forms.Label lblHSEMController;
  278. private System.Windows.Forms.PictureBox pictureBox2;
  279. private System.Windows.Forms.Button button2;
  280. private System.Windows.Forms.Button button1;
  281. }
  282. }