OTSSystemManagerForms.Designer.cs 14 KB

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