OTSSystemManagerForms.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  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.btn_stagetest = new System.Windows.Forms.Button();
  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.pictureBox2 = new System.Windows.Forms.PictureBox();
  41. this.button2 = new System.Windows.Forms.Button();
  42. this.button1 = new System.Windows.Forms.Button();
  43. this.tabSysType = new System.Windows.Forms.TabPage();
  44. this.radioButton_SteelMineral = new System.Windows.Forms.RadioButton();
  45. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  46. this.coB_CleannessType = new System.Windows.Forms.ComboBox();
  47. this.radioButton_CleannessA = new System.Windows.Forms.RadioButton();
  48. this.radioButton_IncA = new System.Windows.Forms.RadioButton();
  49. this.tabother = new System.Windows.Forms.TabPage();
  50. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  51. this.btn_otherconfig = new System.Windows.Forms.Button();
  52. this.tabLanguage.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  54. this.tabControl1.SuspendLayout();
  55. this.tabHardwareSet.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  57. this.tabSysType.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  59. this.tabother.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // tabLanguage
  64. //
  65. this.tabLanguage.Controls.Add(this.pictureBox3);
  66. this.tabLanguage.Controls.Add(this.rdb_en);
  67. this.tabLanguage.Controls.Add(this.rdb_ch);
  68. this.tabLanguage.Location = new System.Drawing.Point(4, 22);
  69. this.tabLanguage.Margin = new System.Windows.Forms.Padding(2);
  70. this.tabLanguage.Name = "tabLanguage";
  71. this.tabLanguage.Size = new System.Drawing.Size(476, 133);
  72. this.tabLanguage.TabIndex = 2;
  73. this.tabLanguage.Text = "语言";
  74. this.tabLanguage.UseVisualStyleBackColor = true;
  75. //
  76. // pictureBox3
  77. //
  78. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  79. this.pictureBox3.Location = new System.Drawing.Point(38, 24);
  80. this.pictureBox3.Margin = new System.Windows.Forms.Padding(2);
  81. this.pictureBox3.Name = "pictureBox3";
  82. this.pictureBox3.Size = new System.Drawing.Size(67, 66);
  83. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  84. this.pictureBox3.TabIndex = 8;
  85. this.pictureBox3.TabStop = false;
  86. //
  87. // rdb_en
  88. //
  89. this.rdb_en.AutoSize = true;
  90. this.rdb_en.Checked = true;
  91. this.rdb_en.Location = new System.Drawing.Point(147, 73);
  92. this.rdb_en.Margin = new System.Windows.Forms.Padding(2);
  93. this.rdb_en.Name = "rdb_en";
  94. this.rdb_en.Size = new System.Drawing.Size(71, 16);
  95. this.rdb_en.TabIndex = 0;
  96. this.rdb_en.TabStop = true;
  97. this.rdb_en.Text = "英文[EN]";
  98. this.rdb_en.UseVisualStyleBackColor = true;
  99. this.rdb_en.Click += new System.EventHandler(this.rdb_en_Click);
  100. //
  101. // rdb_ch
  102. //
  103. this.rdb_ch.AutoSize = true;
  104. this.rdb_ch.Location = new System.Drawing.Point(147, 26);
  105. this.rdb_ch.Margin = new System.Windows.Forms.Padding(2);
  106. this.rdb_ch.Name = "rdb_ch";
  107. this.rdb_ch.Size = new System.Drawing.Size(71, 16);
  108. this.rdb_ch.TabIndex = 0;
  109. this.rdb_ch.Text = "中文[ZH]";
  110. this.rdb_ch.UseVisualStyleBackColor = true;
  111. this.rdb_ch.Click += new System.EventHandler(this.rdb_ch_Click);
  112. //
  113. // tabControl1
  114. //
  115. this.tabControl1.Controls.Add(this.tabHardwareSet);
  116. this.tabControl1.Controls.Add(this.tabLanguage);
  117. this.tabControl1.Controls.Add(this.tabSysType);
  118. this.tabControl1.Controls.Add(this.tabother);
  119. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  121. this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
  122. this.tabControl1.Name = "tabControl1";
  123. this.tabControl1.SelectedIndex = 0;
  124. this.tabControl1.Size = new System.Drawing.Size(484, 159);
  125. this.tabControl1.TabIndex = 0;
  126. //
  127. // tabHardwareSet
  128. //
  129. this.tabHardwareSet.Controls.Add(this.btn_stagetest);
  130. this.tabHardwareSet.Controls.Add(this.CmbEDSController);
  131. this.tabHardwareSet.Controls.Add(this.btnEDSTest);
  132. this.tabHardwareSet.Controls.Add(this.btnSEMTest);
  133. this.tabHardwareSet.Controls.Add(this.lblHEDSController);
  134. this.tabHardwareSet.Controls.Add(this.pictureBox2);
  135. this.tabHardwareSet.Controls.Add(this.button2);
  136. this.tabHardwareSet.Controls.Add(this.button1);
  137. this.tabHardwareSet.Location = new System.Drawing.Point(4, 22);
  138. this.tabHardwareSet.Margin = new System.Windows.Forms.Padding(2);
  139. this.tabHardwareSet.Name = "tabHardwareSet";
  140. this.tabHardwareSet.Padding = new System.Windows.Forms.Padding(2);
  141. this.tabHardwareSet.Size = new System.Drawing.Size(476, 133);
  142. this.tabHardwareSet.TabIndex = 1;
  143. this.tabHardwareSet.Text = "硬件";
  144. this.tabHardwareSet.UseVisualStyleBackColor = true;
  145. //
  146. // btn_stagetest
  147. //
  148. this.btn_stagetest.AutoEllipsis = true;
  149. this.btn_stagetest.Location = new System.Drawing.Point(334, 66);
  150. this.btn_stagetest.Margin = new System.Windows.Forms.Padding(2);
  151. this.btn_stagetest.Name = "btn_stagetest";
  152. this.btn_stagetest.Size = new System.Drawing.Size(77, 24);
  153. this.btn_stagetest.TabIndex = 15;
  154. this.btn_stagetest.Text = "轴方向测试";
  155. this.btn_stagetest.UseVisualStyleBackColor = true;
  156. this.btn_stagetest.Click += new System.EventHandler(this.btn_stagetest_Click);
  157. //
  158. // CmbEDSController
  159. //
  160. this.CmbEDSController.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  161. this.CmbEDSController.FormattingEnabled = true;
  162. this.CmbEDSController.Items.AddRange(new object[] {
  163. "Bruker",
  164. "OffLine",
  165. "Oxford",
  166. "FEI"});
  167. this.CmbEDSController.Location = new System.Drawing.Point(218, 24);
  168. this.CmbEDSController.Margin = new System.Windows.Forms.Padding(2);
  169. this.CmbEDSController.Name = "CmbEDSController";
  170. this.CmbEDSController.Size = new System.Drawing.Size(193, 20);
  171. this.CmbEDSController.TabIndex = 14;
  172. this.CmbEDSController.SelectedIndexChanged += new System.EventHandler(this.CmbEDSController_SelectedIndexChanged);
  173. //
  174. // btnEDSTest
  175. //
  176. this.btnEDSTest.Location = new System.Drawing.Point(241, 66);
  177. this.btnEDSTest.Margin = new System.Windows.Forms.Padding(2);
  178. this.btnEDSTest.Name = "btnEDSTest";
  179. this.btnEDSTest.Size = new System.Drawing.Size(77, 24);
  180. this.btnEDSTest.TabIndex = 12;
  181. this.btnEDSTest.Text = "EDS测试";
  182. this.btnEDSTest.UseVisualStyleBackColor = true;
  183. this.btnEDSTest.Click += new System.EventHandler(this.btnEDSTest_Click);
  184. //
  185. // btnSEMTest
  186. //
  187. this.btnSEMTest.Location = new System.Drawing.Point(144, 66);
  188. this.btnSEMTest.Margin = new System.Windows.Forms.Padding(2);
  189. this.btnSEMTest.Name = "btnSEMTest";
  190. this.btnSEMTest.Size = new System.Drawing.Size(77, 24);
  191. this.btnSEMTest.TabIndex = 10;
  192. this.btnSEMTest.Text = "SEM测试";
  193. this.btnSEMTest.UseVisualStyleBackColor = true;
  194. this.btnSEMTest.Click += new System.EventHandler(this.btnSEMTest_Click);
  195. //
  196. // lblHEDSController
  197. //
  198. this.lblHEDSController.AutoSize = true;
  199. this.lblHEDSController.Location = new System.Drawing.Point(121, 27);
  200. this.lblHEDSController.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  201. this.lblHEDSController.Name = "lblHEDSController";
  202. this.lblHEDSController.Size = new System.Drawing.Size(59, 12);
  203. this.lblHEDSController.TabIndex = 8;
  204. this.lblHEDSController.Text = "EDS控制器";
  205. //
  206. // pictureBox2
  207. //
  208. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  209. this.pictureBox2.Location = new System.Drawing.Point(38, 24);
  210. this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
  211. this.pictureBox2.Name = "pictureBox2";
  212. this.pictureBox2.Size = new System.Drawing.Size(67, 66);
  213. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  214. this.pictureBox2.TabIndex = 7;
  215. this.pictureBox2.TabStop = false;
  216. //
  217. // button2
  218. //
  219. this.button2.Location = new System.Drawing.Point(482, 366);
  220. this.button2.Margin = new System.Windows.Forms.Padding(2);
  221. this.button2.Name = "button2";
  222. this.button2.Size = new System.Drawing.Size(67, 22);
  223. this.button2.TabIndex = 2;
  224. this.button2.Text = "button1";
  225. this.button2.UseVisualStyleBackColor = true;
  226. //
  227. // button1
  228. //
  229. this.button1.Location = new System.Drawing.Point(410, 366);
  230. this.button1.Margin = new System.Windows.Forms.Padding(2);
  231. this.button1.Name = "button1";
  232. this.button1.Size = new System.Drawing.Size(67, 22);
  233. this.button1.TabIndex = 2;
  234. this.button1.Text = "button1";
  235. this.button1.UseVisualStyleBackColor = true;
  236. //
  237. // tabSysType
  238. //
  239. this.tabSysType.Controls.Add(this.radioButton_SteelMineral);
  240. this.tabSysType.Controls.Add(this.pictureBox4);
  241. this.tabSysType.Controls.Add(this.coB_CleannessType);
  242. this.tabSysType.Controls.Add(this.radioButton_CleannessA);
  243. this.tabSysType.Controls.Add(this.radioButton_IncA);
  244. this.tabSysType.Location = new System.Drawing.Point(4, 22);
  245. this.tabSysType.Name = "tabSysType";
  246. this.tabSysType.Padding = new System.Windows.Forms.Padding(3);
  247. this.tabSysType.Size = new System.Drawing.Size(476, 133);
  248. this.tabSysType.TabIndex = 3;
  249. this.tabSysType.Text = "系统类型设置";
  250. this.tabSysType.UseVisualStyleBackColor = true;
  251. //
  252. // radioButton_SteelMineral
  253. //
  254. this.radioButton_SteelMineral.AutoSize = true;
  255. this.radioButton_SteelMineral.Location = new System.Drawing.Point(129, 90);
  256. this.radioButton_SteelMineral.Name = "radioButton_SteelMineral";
  257. this.radioButton_SteelMineral.Size = new System.Drawing.Size(65, 16);
  258. this.radioButton_SteelMineral.TabIndex = 10;
  259. this.radioButton_SteelMineral.TabStop = true;
  260. this.radioButton_SteelMineral.Text = " OTS103";
  261. this.radioButton_SteelMineral.UseVisualStyleBackColor = true;
  262. this.radioButton_SteelMineral.Click += new System.EventHandler(this.radioButton_SteelMineral_Click);
  263. //
  264. // pictureBox4
  265. //
  266. this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
  267. this.pictureBox4.Location = new System.Drawing.Point(38, 24);
  268. this.pictureBox4.Margin = new System.Windows.Forms.Padding(2);
  269. this.pictureBox4.Name = "pictureBox4";
  270. this.pictureBox4.Size = new System.Drawing.Size(67, 66);
  271. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  272. this.pictureBox4.TabIndex = 9;
  273. this.pictureBox4.TabStop = false;
  274. //
  275. // coB_CleannessType
  276. //
  277. this.coB_CleannessType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  278. this.coB_CleannessType.FormattingEnabled = true;
  279. this.coB_CleannessType.Location = new System.Drawing.Point(212, 52);
  280. this.coB_CleannessType.Name = "coB_CleannessType";
  281. this.coB_CleannessType.Size = new System.Drawing.Size(121, 20);
  282. this.coB_CleannessType.TabIndex = 2;
  283. this.coB_CleannessType.SelectedIndexChanged += new System.EventHandler(this.coB_CleannessType_SelectedIndexChanged);
  284. //
  285. // radioButton_CleannessA
  286. //
  287. this.radioButton_CleannessA.AutoSize = true;
  288. this.radioButton_CleannessA.Location = new System.Drawing.Point(129, 56);
  289. this.radioButton_CleannessA.Name = "radioButton_CleannessA";
  290. this.radioButton_CleannessA.Size = new System.Drawing.Size(65, 16);
  291. this.radioButton_CleannessA.TabIndex = 1;
  292. this.radioButton_CleannessA.TabStop = true;
  293. this.radioButton_CleannessA.Text = " OTS102";
  294. this.radioButton_CleannessA.UseVisualStyleBackColor = true;
  295. this.radioButton_CleannessA.Click += new System.EventHandler(this.radioButton_CleannessA_Click);
  296. //
  297. // radioButton_IncA
  298. //
  299. this.radioButton_IncA.AutoSize = true;
  300. this.radioButton_IncA.Location = new System.Drawing.Point(130, 24);
  301. this.radioButton_IncA.Name = "radioButton_IncA";
  302. this.radioButton_IncA.Size = new System.Drawing.Size(65, 16);
  303. this.radioButton_IncA.TabIndex = 0;
  304. this.radioButton_IncA.TabStop = true;
  305. this.radioButton_IncA.Text = " OTS101";
  306. this.radioButton_IncA.UseVisualStyleBackColor = true;
  307. this.radioButton_IncA.Click += new System.EventHandler(this.radioButton_IncA_Click);
  308. //
  309. // tabother
  310. //
  311. this.tabother.Controls.Add(this.pictureBox1);
  312. this.tabother.Controls.Add(this.btn_otherconfig);
  313. this.tabother.Location = new System.Drawing.Point(4, 22);
  314. this.tabother.Name = "tabother";
  315. this.tabother.Padding = new System.Windows.Forms.Padding(3);
  316. this.tabother.Size = new System.Drawing.Size(476, 133);
  317. this.tabother.TabIndex = 4;
  318. this.tabother.Text = "其它";
  319. this.tabother.UseVisualStyleBackColor = true;
  320. //
  321. // pictureBox1
  322. //
  323. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  324. this.pictureBox1.Location = new System.Drawing.Point(38, 24);
  325. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  326. this.pictureBox1.Name = "pictureBox1";
  327. this.pictureBox1.Size = new System.Drawing.Size(67, 66);
  328. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  329. this.pictureBox1.TabIndex = 8;
  330. this.pictureBox1.TabStop = false;
  331. //
  332. // btn_otherconfig
  333. //
  334. this.btn_otherconfig.Location = new System.Drawing.Point(167, 37);
  335. this.btn_otherconfig.Name = "btn_otherconfig";
  336. this.btn_otherconfig.Size = new System.Drawing.Size(114, 37);
  337. this.btn_otherconfig.TabIndex = 0;
  338. this.btn_otherconfig.Text = "其它配置";
  339. this.btn_otherconfig.UseVisualStyleBackColor = true;
  340. this.btn_otherconfig.Click += new System.EventHandler(this.btn_otherconfig_Click);
  341. //
  342. // OTSSystemManagerForms
  343. //
  344. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  345. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  346. this.BackColor = System.Drawing.Color.White;
  347. this.ClientSize = new System.Drawing.Size(484, 159);
  348. this.Controls.Add(this.tabControl1);
  349. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  350. this.Margin = new System.Windows.Forms.Padding(2);
  351. this.MaximizeBox = false;
  352. this.MaximumSize = new System.Drawing.Size(500, 198);
  353. this.MinimumSize = new System.Drawing.Size(500, 198);
  354. this.Name = "OTSSystemManagerForms";
  355. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  356. this.Text = "SysMgrApp";
  357. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSSystemManagerForms_FormClosing);
  358. this.Load += new System.EventHandler(this.OTSSystemManagerForms_Load);
  359. this.tabLanguage.ResumeLayout(false);
  360. this.tabLanguage.PerformLayout();
  361. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  362. this.tabControl1.ResumeLayout(false);
  363. this.tabHardwareSet.ResumeLayout(false);
  364. this.tabHardwareSet.PerformLayout();
  365. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  366. this.tabSysType.ResumeLayout(false);
  367. this.tabSysType.PerformLayout();
  368. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  369. this.tabother.ResumeLayout(false);
  370. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  371. this.ResumeLayout(false);
  372. }
  373. #endregion
  374. private System.Windows.Forms.TabPage tabLanguage;
  375. private System.Windows.Forms.PictureBox pictureBox3;
  376. private System.Windows.Forms.RadioButton rdb_en;
  377. private System.Windows.Forms.RadioButton rdb_ch;
  378. private System.Windows.Forms.TabControl tabControl1;
  379. private System.Windows.Forms.TabPage tabHardwareSet;
  380. private System.Windows.Forms.ComboBox CmbEDSController;
  381. private System.Windows.Forms.Button btnEDSTest;
  382. private System.Windows.Forms.Button btnSEMTest;
  383. private System.Windows.Forms.Label lblHEDSController;
  384. private System.Windows.Forms.PictureBox pictureBox2;
  385. private System.Windows.Forms.Button button2;
  386. private System.Windows.Forms.Button button1;
  387. private System.Windows.Forms.TabPage tabSysType;
  388. private System.Windows.Forms.RadioButton radioButton_CleannessA;
  389. private System.Windows.Forms.RadioButton radioButton_IncA;
  390. private System.Windows.Forms.ComboBox coB_CleannessType;
  391. private System.Windows.Forms.TabPage tabother;
  392. private System.Windows.Forms.PictureBox pictureBox1;
  393. private System.Windows.Forms.Button btn_otherconfig;
  394. private System.Windows.Forms.PictureBox pictureBox4;
  395. private System.Windows.Forms.Button btn_stagetest;
  396. private System.Windows.Forms.RadioButton radioButton_SteelMineral;
  397. }
  398. }