OTSSystemManagerForms.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  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, 25);
  57. this.tabLanguage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  58. this.tabLanguage.Name = "tabLanguage";
  59. this.tabLanguage.Size = new System.Drawing.Size(732, 172);
  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(51, 28);
  68. this.pictureBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  69. this.pictureBox3.Name = "pictureBox3";
  70. this.pictureBox3.Size = new System.Drawing.Size(89, 82);
  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(196, 72);
  80. this.rdb_en.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  81. this.rdb_en.Name = "rdb_en";
  82. this.rdb_en.Size = new System.Drawing.Size(90, 19);
  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(196, 31);
  93. this.rdb_ch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  94. this.rdb_ch.Name = "rdb_ch";
  95. this.rdb_ch.Size = new System.Drawing.Size(90, 19);
  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(3, 2, 3, 2);
  108. this.tabControl1.Name = "tabControl1";
  109. this.tabControl1.SelectedIndex = 0;
  110. this.tabControl1.Size = new System.Drawing.Size(737, 191);
  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, 25);
  125. this.tabHardwareSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  126. this.tabHardwareSet.Name = "tabHardwareSet";
  127. this.tabHardwareSet.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  128. this.tabHardwareSet.Size = new System.Drawing.Size(729, 162);
  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(303, 28);
  145. this.CmbSEMController.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  146. this.CmbSEMController.Name = "CmbSEMController";
  147. this.CmbSEMController.Size = new System.Drawing.Size(256, 23);
  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(303, 92);
  161. this.CmbEDSController.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  162. this.CmbEDSController.Name = "CmbEDSController";
  163. this.CmbEDSController.Size = new System.Drawing.Size(256, 23);
  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(572, 88);
  170. this.btnEDSTest.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  171. this.btnEDSTest.Name = "btnEDSTest";
  172. this.btnEDSTest.Size = new System.Drawing.Size(103, 30);
  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(572, 25);
  181. this.btnSEMTest.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  182. this.btnSEMTest.Name = "btnSEMTest";
  183. this.btnSEMTest.Size = new System.Drawing.Size(103, 30);
  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(163, 92);
  193. this.lblHEDSController.Name = "lblHEDSController";
  194. this.lblHEDSController.Size = new System.Drawing.Size(76, 15);
  195. this.lblHEDSController.TabIndex = 8;
  196. this.lblHEDSController.Text = "EDS控制器";
  197. //
  198. // lblHSEMController
  199. //
  200. this.lblHSEMController.AutoSize = true;
  201. this.lblHSEMController.Location = new System.Drawing.Point(163, 32);
  202. this.lblHSEMController.Name = "lblHSEMController";
  203. this.lblHSEMController.Size = new System.Drawing.Size(76, 15);
  204. this.lblHSEMController.TabIndex = 9;
  205. this.lblHSEMController.Text = "SEM控制器";
  206. //
  207. // pictureBox2
  208. //
  209. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  210. this.pictureBox2.Location = new System.Drawing.Point(51, 28);
  211. this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  212. this.pictureBox2.Name = "pictureBox2";
  213. this.pictureBox2.Size = new System.Drawing.Size(89, 82);
  214. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  215. this.pictureBox2.TabIndex = 7;
  216. this.pictureBox2.TabStop = false;
  217. //
  218. // button2
  219. //
  220. this.button2.Location = new System.Drawing.Point(643, 458);
  221. this.button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  222. this.button2.Name = "button2";
  223. this.button2.Size = new System.Drawing.Size(89, 28);
  224. this.button2.TabIndex = 2;
  225. this.button2.Text = "button1";
  226. this.button2.UseVisualStyleBackColor = true;
  227. //
  228. // button1
  229. //
  230. this.button1.Location = new System.Drawing.Point(547, 458);
  231. this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  232. this.button1.Name = "button1";
  233. this.button1.Size = new System.Drawing.Size(89, 28);
  234. this.button1.TabIndex = 2;
  235. this.button1.Text = "button1";
  236. this.button1.UseVisualStyleBackColor = true;
  237. //
  238. // OTSSystemManagerForms
  239. //
  240. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  241. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  242. this.BackColor = System.Drawing.Color.White;
  243. this.ClientSize = new System.Drawing.Size(737, 191);
  244. this.Controls.Add(this.tabControl1);
  245. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  246. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  247. this.MaximizeBox = false;
  248. this.MaximumSize = new System.Drawing.Size(755, 238);
  249. this.MinimumSize = new System.Drawing.Size(755, 238);
  250. this.Name = "OTSSystemManagerForms";
  251. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  252. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSSystemManagerForms_FormClosing);
  253. this.Load += new System.EventHandler(this.OTSSystemManagerForms_Load);
  254. this.tabLanguage.ResumeLayout(false);
  255. this.tabLanguage.PerformLayout();
  256. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  257. this.tabControl1.ResumeLayout(false);
  258. this.tabHardwareSet.ResumeLayout(false);
  259. this.tabHardwareSet.PerformLayout();
  260. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  261. this.ResumeLayout(false);
  262. }
  263. #endregion
  264. private System.Windows.Forms.TabPage tabLanguage;
  265. private System.Windows.Forms.PictureBox pictureBox3;
  266. private System.Windows.Forms.RadioButton rdb_en;
  267. private System.Windows.Forms.RadioButton rdb_ch;
  268. private System.Windows.Forms.TabControl tabControl1;
  269. private System.Windows.Forms.TabPage tabHardwareSet;
  270. private System.Windows.Forms.ComboBox CmbSEMController;
  271. private System.Windows.Forms.ComboBox CmbEDSController;
  272. private System.Windows.Forms.Button btnEDSTest;
  273. private System.Windows.Forms.Button btnSEMTest;
  274. private System.Windows.Forms.Label lblHEDSController;
  275. private System.Windows.Forms.Label lblHSEMController;
  276. private System.Windows.Forms.PictureBox pictureBox2;
  277. private System.Windows.Forms.Button button2;
  278. private System.Windows.Forms.Button button1;
  279. }
  280. }