OTSSystemManagerForms.Designer.cs 19 KB

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