OTSSystemManagerForms.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  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.tabSysType = new System.Windows.Forms.TabPage();
  45. this.btn_ok = new System.Windows.Forms.Button();
  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.tabLanguage.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  51. this.tabControl1.SuspendLayout();
  52. this.tabHardwareSet.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  54. this.tabSysType.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // tabLanguage
  58. //
  59. this.tabLanguage.Controls.Add(this.pictureBox3);
  60. this.tabLanguage.Controls.Add(this.rdb_en);
  61. this.tabLanguage.Controls.Add(this.rdb_ch);
  62. this.tabLanguage.Location = new System.Drawing.Point(4, 22);
  63. this.tabLanguage.Margin = new System.Windows.Forms.Padding(2);
  64. this.tabLanguage.Name = "tabLanguage";
  65. this.tabLanguage.Size = new System.Drawing.Size(546, 133);
  66. this.tabLanguage.TabIndex = 2;
  67. this.tabLanguage.Text = "语言";
  68. this.tabLanguage.UseVisualStyleBackColor = true;
  69. //
  70. // pictureBox3
  71. //
  72. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  73. this.pictureBox3.Location = new System.Drawing.Point(38, 22);
  74. this.pictureBox3.Margin = new System.Windows.Forms.Padding(2);
  75. this.pictureBox3.Name = "pictureBox3";
  76. this.pictureBox3.Size = new System.Drawing.Size(67, 66);
  77. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  78. this.pictureBox3.TabIndex = 8;
  79. this.pictureBox3.TabStop = false;
  80. //
  81. // rdb_en
  82. //
  83. this.rdb_en.AutoSize = true;
  84. this.rdb_en.Checked = true;
  85. this.rdb_en.Location = new System.Drawing.Point(147, 58);
  86. this.rdb_en.Margin = new System.Windows.Forms.Padding(2);
  87. this.rdb_en.Name = "rdb_en";
  88. this.rdb_en.Size = new System.Drawing.Size(71, 16);
  89. this.rdb_en.TabIndex = 0;
  90. this.rdb_en.TabStop = true;
  91. this.rdb_en.Text = "英文[EN]";
  92. this.rdb_en.UseVisualStyleBackColor = true;
  93. this.rdb_en.Click += new System.EventHandler(this.rdb_en_Click);
  94. //
  95. // rdb_ch
  96. //
  97. this.rdb_ch.AutoSize = true;
  98. this.rdb_ch.Location = new System.Drawing.Point(147, 25);
  99. this.rdb_ch.Margin = new System.Windows.Forms.Padding(2);
  100. this.rdb_ch.Name = "rdb_ch";
  101. this.rdb_ch.Size = new System.Drawing.Size(71, 16);
  102. this.rdb_ch.TabIndex = 0;
  103. this.rdb_ch.Text = "中文[ZH]";
  104. this.rdb_ch.UseVisualStyleBackColor = true;
  105. this.rdb_ch.Click += new System.EventHandler(this.rdb_ch_Click);
  106. //
  107. // tabControl1
  108. //
  109. this.tabControl1.Controls.Add(this.tabHardwareSet);
  110. this.tabControl1.Controls.Add(this.tabLanguage);
  111. this.tabControl1.Controls.Add(this.tabSysType);
  112. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  114. this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
  115. this.tabControl1.Name = "tabControl1";
  116. this.tabControl1.SelectedIndex = 0;
  117. this.tabControl1.Size = new System.Drawing.Size(554, 159);
  118. this.tabControl1.TabIndex = 0;
  119. //
  120. // tabHardwareSet
  121. //
  122. this.tabHardwareSet.Controls.Add(this.CmbSEMController);
  123. this.tabHardwareSet.Controls.Add(this.CmbEDSController);
  124. this.tabHardwareSet.Controls.Add(this.btnEDSTest);
  125. this.tabHardwareSet.Controls.Add(this.btnSEMTest);
  126. this.tabHardwareSet.Controls.Add(this.lblHEDSController);
  127. this.tabHardwareSet.Controls.Add(this.lblHSEMController);
  128. this.tabHardwareSet.Controls.Add(this.pictureBox2);
  129. this.tabHardwareSet.Controls.Add(this.button2);
  130. this.tabHardwareSet.Controls.Add(this.button1);
  131. this.tabHardwareSet.Location = new System.Drawing.Point(4, 22);
  132. this.tabHardwareSet.Margin = new System.Windows.Forms.Padding(2);
  133. this.tabHardwareSet.Name = "tabHardwareSet";
  134. this.tabHardwareSet.Padding = new System.Windows.Forms.Padding(2);
  135. this.tabHardwareSet.Size = new System.Drawing.Size(546, 133);
  136. this.tabHardwareSet.TabIndex = 1;
  137. this.tabHardwareSet.Text = "硬件";
  138. this.tabHardwareSet.UseVisualStyleBackColor = true;
  139. //
  140. // CmbSEMController
  141. //
  142. this.CmbSEMController.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  143. this.CmbSEMController.FormattingEnabled = true;
  144. this.CmbSEMController.Items.AddRange(new object[] {
  145. "Bruker",
  146. "OffLine",
  147. "ESEM",
  148. "ZEISS",
  149. "Oxford",
  150. "FEI"});
  151. this.CmbSEMController.Location = new System.Drawing.Point(227, 22);
  152. this.CmbSEMController.Margin = new System.Windows.Forms.Padding(2);
  153. this.CmbSEMController.Name = "CmbSEMController";
  154. this.CmbSEMController.Size = new System.Drawing.Size(193, 20);
  155. this.CmbSEMController.TabIndex = 13;
  156. this.CmbSEMController.SelectedIndexChanged += new System.EventHandler(this.CmbSEMController_SelectedIndexChanged);
  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(227, 74);
  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(429, 70);
  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(429, 20);
  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(122, 74);
  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. // lblHSEMController
  207. //
  208. this.lblHSEMController.AutoSize = true;
  209. this.lblHSEMController.Location = new System.Drawing.Point(122, 26);
  210. this.lblHSEMController.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  211. this.lblHSEMController.Name = "lblHSEMController";
  212. this.lblHSEMController.Size = new System.Drawing.Size(59, 12);
  213. this.lblHSEMController.TabIndex = 9;
  214. this.lblHSEMController.Text = "SEM控制器";
  215. //
  216. // pictureBox2
  217. //
  218. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  219. this.pictureBox2.Location = new System.Drawing.Point(38, 22);
  220. this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
  221. this.pictureBox2.Name = "pictureBox2";
  222. this.pictureBox2.Size = new System.Drawing.Size(67, 66);
  223. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  224. this.pictureBox2.TabIndex = 7;
  225. this.pictureBox2.TabStop = false;
  226. //
  227. // button2
  228. //
  229. this.button2.Location = new System.Drawing.Point(482, 366);
  230. this.button2.Margin = new System.Windows.Forms.Padding(2);
  231. this.button2.Name = "button2";
  232. this.button2.Size = new System.Drawing.Size(67, 22);
  233. this.button2.TabIndex = 2;
  234. this.button2.Text = "button1";
  235. this.button2.UseVisualStyleBackColor = true;
  236. //
  237. // button1
  238. //
  239. this.button1.Location = new System.Drawing.Point(410, 366);
  240. this.button1.Margin = new System.Windows.Forms.Padding(2);
  241. this.button1.Name = "button1";
  242. this.button1.Size = new System.Drawing.Size(67, 22);
  243. this.button1.TabIndex = 2;
  244. this.button1.Text = "button1";
  245. this.button1.UseVisualStyleBackColor = true;
  246. //
  247. // tabSysType
  248. //
  249. this.tabSysType.Controls.Add(this.btn_ok);
  250. this.tabSysType.Controls.Add(this.coB_CleannessType);
  251. this.tabSysType.Controls.Add(this.radioButton_CleannessA);
  252. this.tabSysType.Controls.Add(this.radioButton_IncA);
  253. this.tabSysType.Location = new System.Drawing.Point(4, 22);
  254. this.tabSysType.Name = "tabSysType";
  255. this.tabSysType.Padding = new System.Windows.Forms.Padding(3);
  256. this.tabSysType.Size = new System.Drawing.Size(546, 133);
  257. this.tabSysType.TabIndex = 3;
  258. this.tabSysType.Text = "系统类型设置";
  259. this.tabSysType.UseVisualStyleBackColor = true;
  260. //
  261. // btn_ok
  262. //
  263. this.btn_ok.Location = new System.Drawing.Point(253, 12);
  264. this.btn_ok.Name = "btn_ok";
  265. this.btn_ok.Size = new System.Drawing.Size(36, 78);
  266. this.btn_ok.TabIndex = 3;
  267. this.btn_ok.Text = "确定";
  268. this.btn_ok.UseVisualStyleBackColor = true;
  269. this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
  270. //
  271. // coB_CleannessType
  272. //
  273. this.coB_CleannessType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  274. this.coB_CleannessType.FormattingEnabled = true;
  275. this.coB_CleannessType.Location = new System.Drawing.Point(112, 70);
  276. this.coB_CleannessType.Name = "coB_CleannessType";
  277. this.coB_CleannessType.Size = new System.Drawing.Size(121, 20);
  278. this.coB_CleannessType.TabIndex = 2;
  279. this.coB_CleannessType.SelectedIndexChanged += new System.EventHandler(this.coB_CleannessType_SelectedIndexChanged);
  280. //
  281. // radioButton_CleannessA
  282. //
  283. this.radioButton_CleannessA.AutoSize = true;
  284. this.radioButton_CleannessA.Location = new System.Drawing.Point(29, 71);
  285. this.radioButton_CleannessA.Name = "radioButton_CleannessA";
  286. this.radioButton_CleannessA.Size = new System.Drawing.Size(65, 16);
  287. this.radioButton_CleannessA.TabIndex = 1;
  288. this.radioButton_CleannessA.TabStop = true;
  289. this.radioButton_CleannessA.Text = " OTS102";
  290. this.radioButton_CleannessA.UseVisualStyleBackColor = true;
  291. //
  292. // radioButton_IncA
  293. //
  294. this.radioButton_IncA.AutoSize = true;
  295. this.radioButton_IncA.Location = new System.Drawing.Point(29, 25);
  296. this.radioButton_IncA.Name = "radioButton_IncA";
  297. this.radioButton_IncA.Size = new System.Drawing.Size(65, 16);
  298. this.radioButton_IncA.TabIndex = 0;
  299. this.radioButton_IncA.TabStop = true;
  300. this.radioButton_IncA.Text = " OTS101";
  301. this.radioButton_IncA.UseVisualStyleBackColor = true;
  302. this.radioButton_IncA.CheckedChanged += new System.EventHandler(this.radioButton_IncA_CheckedChanged);
  303. //
  304. // OTSSystemManagerForms
  305. //
  306. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  307. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  308. this.BackColor = System.Drawing.Color.White;
  309. this.ClientSize = new System.Drawing.Size(554, 159);
  310. this.Controls.Add(this.tabControl1);
  311. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  312. this.Margin = new System.Windows.Forms.Padding(2);
  313. this.MaximizeBox = false;
  314. this.MaximumSize = new System.Drawing.Size(570, 198);
  315. this.MinimumSize = new System.Drawing.Size(570, 198);
  316. this.Name = "OTSSystemManagerForms";
  317. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  318. this.Text = "SysMgrApp";
  319. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSSystemManagerForms_FormClosing);
  320. this.Load += new System.EventHandler(this.OTSSystemManagerForms_Load);
  321. this.tabLanguage.ResumeLayout(false);
  322. this.tabLanguage.PerformLayout();
  323. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  324. this.tabControl1.ResumeLayout(false);
  325. this.tabHardwareSet.ResumeLayout(false);
  326. this.tabHardwareSet.PerformLayout();
  327. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  328. this.tabSysType.ResumeLayout(false);
  329. this.tabSysType.PerformLayout();
  330. this.ResumeLayout(false);
  331. }
  332. #endregion
  333. private System.Windows.Forms.TabPage tabLanguage;
  334. private System.Windows.Forms.PictureBox pictureBox3;
  335. private System.Windows.Forms.RadioButton rdb_en;
  336. private System.Windows.Forms.RadioButton rdb_ch;
  337. private System.Windows.Forms.TabControl tabControl1;
  338. private System.Windows.Forms.TabPage tabHardwareSet;
  339. private System.Windows.Forms.ComboBox CmbSEMController;
  340. private System.Windows.Forms.ComboBox CmbEDSController;
  341. private System.Windows.Forms.Button btnEDSTest;
  342. private System.Windows.Forms.Button btnSEMTest;
  343. private System.Windows.Forms.Label lblHEDSController;
  344. private System.Windows.Forms.Label lblHSEMController;
  345. private System.Windows.Forms.PictureBox pictureBox2;
  346. private System.Windows.Forms.Button button2;
  347. private System.Windows.Forms.Button button1;
  348. private System.Windows.Forms.TabPage tabSysType;
  349. private System.Windows.Forms.RadioButton radioButton_CleannessA;
  350. private System.Windows.Forms.RadioButton radioButton_IncA;
  351. private System.Windows.Forms.ComboBox coB_CleannessType;
  352. private System.Windows.Forms.Button btn_ok;
  353. }
  354. }