OTSSystemManagerForms.Designer.cs 20 KB

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