Setting.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. namespace 新一代CaptB点名器
  2. {
  3. partial class Setting
  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(Setting));
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.label11 = new System.Windows.Forms.Label();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.trackBar1 = new System.Windows.Forms.TrackBar();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.panel3 = new System.Windows.Forms.Panel();
  37. this.radioButton5 = new System.Windows.Forms.RadioButton();
  38. this.radioButton6 = new System.Windows.Forms.RadioButton();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.panel2 = new System.Windows.Forms.Panel();
  41. this.radioButton3 = new System.Windows.Forms.RadioButton();
  42. this.radioButton4 = new System.Windows.Forms.RadioButton();
  43. this.panel1 = new System.Windows.Forms.Panel();
  44. this.radioButton2 = new System.Windows.Forms.RadioButton();
  45. this.radioButton1 = new System.Windows.Forms.RadioButton();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.groupBox2 = new System.Windows.Forms.GroupBox();
  48. this.label10 = new System.Windows.Forms.Label();
  49. this.panel5 = new System.Windows.Forms.Panel();
  50. this.radioButton9 = new System.Windows.Forms.RadioButton();
  51. this.radioButton10 = new System.Windows.Forms.RadioButton();
  52. this.label6 = new System.Windows.Forms.Label();
  53. this.button1 = new System.Windows.Forms.Button();
  54. this.textBox1 = new System.Windows.Forms.TextBox();
  55. this.groupBox3 = new System.Windows.Forms.GroupBox();
  56. this.label9 = new System.Windows.Forms.Label();
  57. this.label8 = new System.Windows.Forms.Label();
  58. this.panel4 = new System.Windows.Forms.Panel();
  59. this.radioButton7 = new System.Windows.Forms.RadioButton();
  60. this.radioButton8 = new System.Windows.Forms.RadioButton();
  61. this.button2 = new System.Windows.Forms.Button();
  62. this.label7 = new System.Windows.Forms.Label();
  63. this.groupBox1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
  65. this.panel3.SuspendLayout();
  66. this.panel2.SuspendLayout();
  67. this.panel1.SuspendLayout();
  68. this.groupBox2.SuspendLayout();
  69. this.panel5.SuspendLayout();
  70. this.groupBox3.SuspendLayout();
  71. this.panel4.SuspendLayout();
  72. this.SuspendLayout();
  73. //
  74. // groupBox1
  75. //
  76. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  77. | System.Windows.Forms.AnchorStyles.Right)));
  78. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  79. this.groupBox1.Controls.Add(this.label11);
  80. this.groupBox1.Controls.Add(this.button3);
  81. this.groupBox1.Controls.Add(this.label5);
  82. this.groupBox1.Controls.Add(this.trackBar1);
  83. this.groupBox1.Controls.Add(this.label4);
  84. this.groupBox1.Controls.Add(this.label3);
  85. this.groupBox1.Controls.Add(this.panel3);
  86. this.groupBox1.Controls.Add(this.label2);
  87. this.groupBox1.Controls.Add(this.panel2);
  88. this.groupBox1.Controls.Add(this.panel1);
  89. this.groupBox1.Controls.Add(this.label1);
  90. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  91. this.groupBox1.Name = "groupBox1";
  92. this.groupBox1.Size = new System.Drawing.Size(814, 205);
  93. this.groupBox1.TabIndex = 0;
  94. this.groupBox1.TabStop = false;
  95. this.groupBox1.Text = "点名设置";
  96. //
  97. // label11
  98. //
  99. this.label11.AutoSize = true;
  100. this.label11.Location = new System.Drawing.Point(6, 175);
  101. this.label11.Name = "label11";
  102. this.label11.Size = new System.Drawing.Size(80, 17);
  103. this.label11.TabIndex = 8;
  104. this.label11.Text = "删除当前名单";
  105. //
  106. // button3
  107. //
  108. this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  109. this.button3.Location = new System.Drawing.Point(733, 172);
  110. this.button3.Name = "button3";
  111. this.button3.Size = new System.Drawing.Size(75, 23);
  112. this.button3.TabIndex = 7;
  113. this.button3.Text = "删除";
  114. this.button3.UseVisualStyleBackColor = true;
  115. //
  116. // label5
  117. //
  118. this.label5.AutoSize = true;
  119. this.label5.Location = new System.Drawing.Point(157, 131);
  120. this.label5.Name = "label5";
  121. this.label5.Size = new System.Drawing.Size(43, 17);
  122. this.label5.TabIndex = 6;
  123. this.label5.Text = "label5";
  124. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  125. //
  126. // trackBar1
  127. //
  128. this.trackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  129. this.trackBar1.Location = new System.Drawing.Point(358, 121);
  130. this.trackBar1.Maximum = 100;
  131. this.trackBar1.Minimum = 40;
  132. this.trackBar1.Name = "trackBar1";
  133. this.trackBar1.Size = new System.Drawing.Size(450, 45);
  134. this.trackBar1.TabIndex = 1;
  135. this.trackBar1.TickFrequency = 5;
  136. this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.Both;
  137. this.trackBar1.Value = 40;
  138. this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
  139. //
  140. // label4
  141. //
  142. this.label4.AutoSize = true;
  143. this.label4.Location = new System.Drawing.Point(6, 131);
  144. this.label4.Name = "label4";
  145. this.label4.Size = new System.Drawing.Size(145, 17);
  146. this.label4.TabIndex = 5;
  147. this.label4.Text = "PowerPoint模式:透明度";
  148. //
  149. // label3
  150. //
  151. this.label3.AutoSize = true;
  152. this.label3.Location = new System.Drawing.Point(6, 93);
  153. this.label3.Name = "label3";
  154. this.label3.Size = new System.Drawing.Size(133, 17);
  155. this.label3.TabIndex = 4;
  156. this.label3.Text = "PowerPoint模式:透明";
  157. //
  158. // panel3
  159. //
  160. this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  161. this.panel3.Controls.Add(this.radioButton5);
  162. this.panel3.Controls.Add(this.radioButton6);
  163. this.panel3.Location = new System.Drawing.Point(691, 88);
  164. this.panel3.Name = "panel3";
  165. this.panel3.Size = new System.Drawing.Size(117, 27);
  166. this.panel3.TabIndex = 3;
  167. //
  168. // radioButton5
  169. //
  170. this.radioButton5.AutoSize = true;
  171. this.radioButton5.Location = new System.Drawing.Point(59, 3);
  172. this.radioButton5.Name = "radioButton5";
  173. this.radioButton5.Size = new System.Drawing.Size(50, 21);
  174. this.radioButton5.TabIndex = 1;
  175. this.radioButton5.Text = "禁用";
  176. this.radioButton5.UseVisualStyleBackColor = true;
  177. this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton5_CheckedChanged);
  178. //
  179. // radioButton6
  180. //
  181. this.radioButton6.AutoSize = true;
  182. this.radioButton6.Checked = true;
  183. this.radioButton6.Location = new System.Drawing.Point(3, 3);
  184. this.radioButton6.Name = "radioButton6";
  185. this.radioButton6.Size = new System.Drawing.Size(50, 21);
  186. this.radioButton6.TabIndex = 0;
  187. this.radioButton6.TabStop = true;
  188. this.radioButton6.Text = "启用";
  189. this.radioButton6.UseVisualStyleBackColor = true;
  190. //
  191. // label2
  192. //
  193. this.label2.AutoSize = true;
  194. this.label2.Location = new System.Drawing.Point(6, 60);
  195. this.label2.Name = "label2";
  196. this.label2.Size = new System.Drawing.Size(181, 17);
  197. this.label2.TabIndex = 3;
  198. this.label2.Text = "PowerPoint模式:置于窗口顶层";
  199. //
  200. // panel2
  201. //
  202. this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  203. this.panel2.Controls.Add(this.radioButton3);
  204. this.panel2.Controls.Add(this.radioButton4);
  205. this.panel2.Location = new System.Drawing.Point(691, 55);
  206. this.panel2.Name = "panel2";
  207. this.panel2.Size = new System.Drawing.Size(117, 27);
  208. this.panel2.TabIndex = 2;
  209. //
  210. // radioButton3
  211. //
  212. this.radioButton3.AutoSize = true;
  213. this.radioButton3.Location = new System.Drawing.Point(59, 3);
  214. this.radioButton3.Name = "radioButton3";
  215. this.radioButton3.Size = new System.Drawing.Size(50, 21);
  216. this.radioButton3.TabIndex = 1;
  217. this.radioButton3.Text = "禁用";
  218. this.radioButton3.UseVisualStyleBackColor = true;
  219. this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
  220. //
  221. // radioButton4
  222. //
  223. this.radioButton4.AutoSize = true;
  224. this.radioButton4.Checked = true;
  225. this.radioButton4.Location = new System.Drawing.Point(3, 3);
  226. this.radioButton4.Name = "radioButton4";
  227. this.radioButton4.Size = new System.Drawing.Size(50, 21);
  228. this.radioButton4.TabIndex = 0;
  229. this.radioButton4.TabStop = true;
  230. this.radioButton4.Text = "启用";
  231. this.radioButton4.UseVisualStyleBackColor = true;
  232. //
  233. // panel1
  234. //
  235. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  236. this.panel1.Controls.Add(this.radioButton2);
  237. this.panel1.Controls.Add(this.radioButton1);
  238. this.panel1.Location = new System.Drawing.Point(691, 22);
  239. this.panel1.Name = "panel1";
  240. this.panel1.Size = new System.Drawing.Size(117, 27);
  241. this.panel1.TabIndex = 1;
  242. //
  243. // radioButton2
  244. //
  245. this.radioButton2.AutoSize = true;
  246. this.radioButton2.Location = new System.Drawing.Point(59, 3);
  247. this.radioButton2.Name = "radioButton2";
  248. this.radioButton2.Size = new System.Drawing.Size(50, 21);
  249. this.radioButton2.TabIndex = 1;
  250. this.radioButton2.Text = "禁用";
  251. this.radioButton2.UseVisualStyleBackColor = true;
  252. this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
  253. //
  254. // radioButton1
  255. //
  256. this.radioButton1.AutoSize = true;
  257. this.radioButton1.Checked = true;
  258. this.radioButton1.Location = new System.Drawing.Point(3, 3);
  259. this.radioButton1.Name = "radioButton1";
  260. this.radioButton1.Size = new System.Drawing.Size(50, 21);
  261. this.radioButton1.TabIndex = 0;
  262. this.radioButton1.TabStop = true;
  263. this.radioButton1.Text = "启用";
  264. this.radioButton1.UseVisualStyleBackColor = true;
  265. //
  266. // label1
  267. //
  268. this.label1.AutoSize = true;
  269. this.label1.Location = new System.Drawing.Point(6, 29);
  270. this.label1.Name = "label1";
  271. this.label1.Size = new System.Drawing.Size(116, 17);
  272. this.label1.TabIndex = 0;
  273. this.label1.Text = "点名后从名单中删除";
  274. //
  275. // groupBox2
  276. //
  277. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  278. | System.Windows.Forms.AnchorStyles.Right)));
  279. this.groupBox2.BackColor = System.Drawing.Color.Transparent;
  280. this.groupBox2.Controls.Add(this.label10);
  281. this.groupBox2.Controls.Add(this.panel5);
  282. this.groupBox2.Controls.Add(this.label6);
  283. this.groupBox2.Controls.Add(this.button1);
  284. this.groupBox2.Controls.Add(this.textBox1);
  285. this.groupBox2.Location = new System.Drawing.Point(12, 223);
  286. this.groupBox2.Name = "groupBox2";
  287. this.groupBox2.Size = new System.Drawing.Size(814, 94);
  288. this.groupBox2.TabIndex = 1;
  289. this.groupBox2.TabStop = false;
  290. this.groupBox2.Text = "自定义设置";
  291. //
  292. // label10
  293. //
  294. this.label10.AutoSize = true;
  295. this.label10.Location = new System.Drawing.Point(6, 56);
  296. this.label10.Name = "label10";
  297. this.label10.Size = new System.Drawing.Size(68, 17);
  298. this.label10.TabIndex = 7;
  299. this.label10.Text = "退出前确认";
  300. //
  301. // panel5
  302. //
  303. this.panel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  304. this.panel5.Controls.Add(this.radioButton9);
  305. this.panel5.Controls.Add(this.radioButton10);
  306. this.panel5.Location = new System.Drawing.Point(690, 51);
  307. this.panel5.Name = "panel5";
  308. this.panel5.Size = new System.Drawing.Size(117, 27);
  309. this.panel5.TabIndex = 2;
  310. //
  311. // radioButton9
  312. //
  313. this.radioButton9.AutoSize = true;
  314. this.radioButton9.Location = new System.Drawing.Point(59, 3);
  315. this.radioButton9.Name = "radioButton9";
  316. this.radioButton9.Size = new System.Drawing.Size(50, 21);
  317. this.radioButton9.TabIndex = 1;
  318. this.radioButton9.Text = "禁用";
  319. this.radioButton9.UseVisualStyleBackColor = true;
  320. this.radioButton9.CheckedChanged += new System.EventHandler(this.radioButton9_CheckedChanged);
  321. //
  322. // radioButton10
  323. //
  324. this.radioButton10.AutoSize = true;
  325. this.radioButton10.Checked = true;
  326. this.radioButton10.Location = new System.Drawing.Point(3, 3);
  327. this.radioButton10.Name = "radioButton10";
  328. this.radioButton10.Size = new System.Drawing.Size(50, 21);
  329. this.radioButton10.TabIndex = 0;
  330. this.radioButton10.TabStop = true;
  331. this.radioButton10.Text = "启用";
  332. this.radioButton10.UseVisualStyleBackColor = true;
  333. //
  334. // label6
  335. //
  336. this.label6.AutoSize = true;
  337. this.label6.Location = new System.Drawing.Point(6, 25);
  338. this.label6.Name = "label6";
  339. this.label6.Size = new System.Drawing.Size(56, 17);
  340. this.label6.TabIndex = 2;
  341. this.label6.Text = "初始显示";
  342. //
  343. // button1
  344. //
  345. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  346. this.button1.Location = new System.Drawing.Point(732, 22);
  347. this.button1.Name = "button1";
  348. this.button1.Size = new System.Drawing.Size(75, 23);
  349. this.button1.TabIndex = 1;
  350. this.button1.Text = "保存";
  351. this.button1.UseVisualStyleBackColor = true;
  352. this.button1.Click += new System.EventHandler(this.button1_Click);
  353. //
  354. // textBox1
  355. //
  356. this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  357. this.textBox1.Location = new System.Drawing.Point(357, 22);
  358. this.textBox1.Name = "textBox1";
  359. this.textBox1.Size = new System.Drawing.Size(369, 23);
  360. this.textBox1.TabIndex = 0;
  361. //
  362. // groupBox3
  363. //
  364. this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  365. | System.Windows.Forms.AnchorStyles.Right)));
  366. this.groupBox3.BackColor = System.Drawing.Color.Transparent;
  367. this.groupBox3.Controls.Add(this.label9);
  368. this.groupBox3.Controls.Add(this.label8);
  369. this.groupBox3.Controls.Add(this.panel4);
  370. this.groupBox3.Controls.Add(this.button2);
  371. this.groupBox3.Controls.Add(this.label7);
  372. this.groupBox3.Location = new System.Drawing.Point(12, 323);
  373. this.groupBox3.Name = "groupBox3";
  374. this.groupBox3.Size = new System.Drawing.Size(814, 113);
  375. this.groupBox3.TabIndex = 2;
  376. this.groupBox3.TabStop = false;
  377. this.groupBox3.Text = "更新和关于";
  378. //
  379. // label9
  380. //
  381. this.label9.AutoSize = true;
  382. this.label9.Location = new System.Drawing.Point(6, 82);
  383. this.label9.Margin = new System.Windows.Forms.Padding(3, 10, 3, 0);
  384. this.label9.Name = "label9";
  385. this.label9.Size = new System.Drawing.Size(116, 17);
  386. this.label9.TabIndex = 6;
  387. this.label9.Text = "上次检查更新时间:";
  388. //
  389. // label8
  390. //
  391. this.label8.AutoSize = true;
  392. this.label8.Location = new System.Drawing.Point(6, 55);
  393. this.label8.Name = "label8";
  394. this.label8.Size = new System.Drawing.Size(80, 17);
  395. this.label8.TabIndex = 5;
  396. this.label8.Text = "手动检查更新";
  397. //
  398. // panel4
  399. //
  400. this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  401. this.panel4.Controls.Add(this.radioButton7);
  402. this.panel4.Controls.Add(this.radioButton8);
  403. this.panel4.Location = new System.Drawing.Point(691, 22);
  404. this.panel4.Name = "panel4";
  405. this.panel4.Size = new System.Drawing.Size(117, 27);
  406. this.panel4.TabIndex = 4;
  407. //
  408. // radioButton7
  409. //
  410. this.radioButton7.AutoSize = true;
  411. this.radioButton7.Location = new System.Drawing.Point(59, 3);
  412. this.radioButton7.Name = "radioButton7";
  413. this.radioButton7.Size = new System.Drawing.Size(50, 21);
  414. this.radioButton7.TabIndex = 1;
  415. this.radioButton7.Text = "禁用";
  416. this.radioButton7.UseVisualStyleBackColor = true;
  417. //
  418. // radioButton8
  419. //
  420. this.radioButton8.AutoSize = true;
  421. this.radioButton8.Checked = true;
  422. this.radioButton8.Location = new System.Drawing.Point(3, 3);
  423. this.radioButton8.Name = "radioButton8";
  424. this.radioButton8.Size = new System.Drawing.Size(50, 21);
  425. this.radioButton8.TabIndex = 0;
  426. this.radioButton8.TabStop = true;
  427. this.radioButton8.Text = "启用";
  428. this.radioButton8.UseVisualStyleBackColor = true;
  429. //
  430. // button2
  431. //
  432. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  433. this.button2.Location = new System.Drawing.Point(733, 52);
  434. this.button2.Name = "button2";
  435. this.button2.Size = new System.Drawing.Size(75, 23);
  436. this.button2.TabIndex = 1;
  437. this.button2.Text = "检查更新";
  438. this.button2.UseVisualStyleBackColor = true;
  439. this.button2.Click += new System.EventHandler(this.button2_Click);
  440. //
  441. // label7
  442. //
  443. this.label7.AutoSize = true;
  444. this.label7.Location = new System.Drawing.Point(6, 27);
  445. this.label7.Name = "label7";
  446. this.label7.Size = new System.Drawing.Size(80, 17);
  447. this.label7.TabIndex = 0;
  448. this.label7.Text = "自动检查更新";
  449. //
  450. // Setting
  451. //
  452. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  453. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  454. this.AutoScroll = true;
  455. this.BackgroundImage = global::新一代CaptB点名器.Properties.Resources.background;
  456. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  457. this.ClientSize = new System.Drawing.Size(835, 411);
  458. this.Controls.Add(this.groupBox3);
  459. this.Controls.Add(this.groupBox2);
  460. this.Controls.Add(this.groupBox1);
  461. this.DoubleBuffered = true;
  462. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  463. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  464. this.Margin = new System.Windows.Forms.Padding(4);
  465. this.MinimumSize = new System.Drawing.Size(800, 450);
  466. this.Name = "Setting";
  467. this.Text = "首选项";
  468. this.Load += new System.EventHandler(this.Setting_Load);
  469. this.groupBox1.ResumeLayout(false);
  470. this.groupBox1.PerformLayout();
  471. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
  472. this.panel3.ResumeLayout(false);
  473. this.panel3.PerformLayout();
  474. this.panel2.ResumeLayout(false);
  475. this.panel2.PerformLayout();
  476. this.panel1.ResumeLayout(false);
  477. this.panel1.PerformLayout();
  478. this.groupBox2.ResumeLayout(false);
  479. this.groupBox2.PerformLayout();
  480. this.panel5.ResumeLayout(false);
  481. this.panel5.PerformLayout();
  482. this.groupBox3.ResumeLayout(false);
  483. this.groupBox3.PerformLayout();
  484. this.panel4.ResumeLayout(false);
  485. this.panel4.PerformLayout();
  486. this.ResumeLayout(false);
  487. }
  488. #endregion
  489. private System.Windows.Forms.GroupBox groupBox1;
  490. private System.Windows.Forms.Panel panel1;
  491. private System.Windows.Forms.RadioButton radioButton1;
  492. private System.Windows.Forms.Label label1;
  493. private System.Windows.Forms.RadioButton radioButton2;
  494. private System.Windows.Forms.Label label4;
  495. private System.Windows.Forms.Label label3;
  496. private System.Windows.Forms.Panel panel3;
  497. private System.Windows.Forms.RadioButton radioButton5;
  498. private System.Windows.Forms.RadioButton radioButton6;
  499. private System.Windows.Forms.Label label2;
  500. private System.Windows.Forms.Panel panel2;
  501. private System.Windows.Forms.RadioButton radioButton3;
  502. private System.Windows.Forms.RadioButton radioButton4;
  503. private System.Windows.Forms.Label label5;
  504. private System.Windows.Forms.TrackBar trackBar1;
  505. private System.Windows.Forms.GroupBox groupBox2;
  506. private System.Windows.Forms.Label label6;
  507. private System.Windows.Forms.Button button1;
  508. private System.Windows.Forms.TextBox textBox1;
  509. private System.Windows.Forms.GroupBox groupBox3;
  510. private System.Windows.Forms.Label label9;
  511. private System.Windows.Forms.Label label8;
  512. private System.Windows.Forms.Panel panel4;
  513. private System.Windows.Forms.RadioButton radioButton7;
  514. private System.Windows.Forms.RadioButton radioButton8;
  515. private System.Windows.Forms.Button button2;
  516. private System.Windows.Forms.Label label7;
  517. private System.Windows.Forms.Label label10;
  518. private System.Windows.Forms.Panel panel5;
  519. private System.Windows.Forms.RadioButton radioButton9;
  520. private System.Windows.Forms.RadioButton radioButton10;
  521. private System.Windows.Forms.Label label11;
  522. private System.Windows.Forms.Button button3;
  523. }
  524. }