You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

HotkeySettingsForm.designer.cs 22 kB

5 years ago
5 years ago
5 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. namespace Shadowsocks.View
  2. {
  3. partial class HotkeySettingsForm
  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.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  29. this.btnOK = new System.Windows.Forms.Button();
  30. this.btnCancel = new System.Windows.Forms.Button();
  31. this.btnRegisterAll = new System.Windows.Forms.Button();
  32. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  33. this.RegHotkeysAtStartupLabel = new System.Windows.Forms.Label();
  34. this.SwitchSystemProxyLabel = new System.Windows.Forms.Label();
  35. this.SwitchProxyModeLabel = new System.Windows.Forms.Label();
  36. this.SwitchAllowLanLabel = new System.Windows.Forms.Label();
  37. this.ShowLogsLabel = new System.Windows.Forms.Label();
  38. this.ServerMoveUpLabel = new System.Windows.Forms.Label();
  39. this.ServerMoveDownLabel = new System.Windows.Forms.Label();
  40. this.SwitchSystemProxyTextBox = new System.Windows.Forms.TextBox();
  41. this.SwitchProxyModeTextBox = new System.Windows.Forms.TextBox();
  42. this.SwitchAllowLanTextBox = new System.Windows.Forms.TextBox();
  43. this.ShowLogsTextBox = new System.Windows.Forms.TextBox();
  44. this.ServerMoveUpTextBox = new System.Windows.Forms.TextBox();
  45. this.ServerMoveDownTextBox = new System.Windows.Forms.TextBox();
  46. this.RegHotkeysAtStartupCheckBox = new System.Windows.Forms.CheckBox();
  47. flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  48. flowLayoutPanel1.SuspendLayout();
  49. this.tableLayoutPanel1.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // flowLayoutPanel1
  53. //
  54. this.tableLayoutPanel1.SetColumnSpan(flowLayoutPanel1, 2);
  55. flowLayoutPanel1.Controls.Add(this.btnOK);
  56. flowLayoutPanel1.Controls.Add(this.btnCancel);
  57. flowLayoutPanel1.Controls.Add(this.btnRegisterAll);
  58. flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.BottomUp;
  59. flowLayoutPanel1.Location = new System.Drawing.Point(0, 274);
  60. flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  61. flowLayoutPanel1.Name = "flowLayoutPanel1";
  62. flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 0, 20, 0);
  63. flowLayoutPanel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  64. flowLayoutPanel1.Size = new System.Drawing.Size(594, 52);
  65. flowLayoutPanel1.TabIndex = 6;
  66. //
  67. // btnOK
  68. //
  69. this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  70. this.btnOK.Location = new System.Drawing.Point(416, 9);
  71. this.btnOK.Margin = new System.Windows.Forms.Padding(4);
  72. this.btnOK.Name = "btnOK";
  73. this.btnOK.Size = new System.Drawing.Size(154, 39);
  74. this.btnOK.TabIndex = 0;
  75. this.btnOK.Text = "OK";
  76. this.btnOK.UseVisualStyleBackColor = true;
  77. this.btnOK.Click += new System.EventHandler(this.OKButton_Click);
  78. //
  79. // btnCancel
  80. //
  81. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  82. this.btnCancel.Location = new System.Drawing.Point(254, 9);
  83. this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
  84. this.btnCancel.Name = "btnCancel";
  85. this.btnCancel.Size = new System.Drawing.Size(154, 39);
  86. this.btnCancel.TabIndex = 1;
  87. this.btnCancel.Text = "Cancel";
  88. this.btnCancel.UseVisualStyleBackColor = true;
  89. this.btnCancel.Click += new System.EventHandler(this.CancelButton_Click);
  90. //
  91. // btnRegisterAll
  92. //
  93. this.btnRegisterAll.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  94. this.btnRegisterAll.Location = new System.Drawing.Point(92, 9);
  95. this.btnRegisterAll.Margin = new System.Windows.Forms.Padding(4);
  96. this.btnRegisterAll.Name = "btnRegisterAll";
  97. this.btnRegisterAll.Size = new System.Drawing.Size(154, 39);
  98. this.btnRegisterAll.TabIndex = 2;
  99. this.btnRegisterAll.Text = "Reg All";
  100. this.btnRegisterAll.UseVisualStyleBackColor = true;
  101. this.btnRegisterAll.Click += new System.EventHandler(this.RegisterAllButton_Click);
  102. //
  103. // tableLayoutPanel1
  104. //
  105. this.tableLayoutPanel1.ColumnCount = 2;
  106. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  107. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  108. this.tableLayoutPanel1.Controls.Add(this.RegHotkeysAtStartupLabel, 0, 6);
  109. this.tableLayoutPanel1.Controls.Add(this.SwitchSystemProxyLabel, 0, 0);
  110. this.tableLayoutPanel1.Controls.Add(this.SwitchProxyModeLabel, 0, 1);
  111. this.tableLayoutPanel1.Controls.Add(this.SwitchAllowLanLabel, 0, 2);
  112. this.tableLayoutPanel1.Controls.Add(this.ShowLogsLabel, 0, 3);
  113. this.tableLayoutPanel1.Controls.Add(this.ServerMoveUpLabel, 0, 4);
  114. this.tableLayoutPanel1.Controls.Add(this.ServerMoveDownLabel, 0, 5);
  115. this.tableLayoutPanel1.Controls.Add(flowLayoutPanel1, 0, 7);
  116. this.tableLayoutPanel1.Controls.Add(this.SwitchSystemProxyTextBox, 1, 0);
  117. this.tableLayoutPanel1.Controls.Add(this.SwitchProxyModeTextBox, 1, 1);
  118. this.tableLayoutPanel1.Controls.Add(this.SwitchAllowLanTextBox, 1, 2);
  119. this.tableLayoutPanel1.Controls.Add(this.ShowLogsTextBox, 1, 3);
  120. this.tableLayoutPanel1.Controls.Add(this.ServerMoveUpTextBox, 1, 4);
  121. this.tableLayoutPanel1.Controls.Add(this.ServerMoveDownTextBox, 1, 5);
  122. this.tableLayoutPanel1.Controls.Add(this.RegHotkeysAtStartupCheckBox, 1, 6);
  123. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  125. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
  126. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  127. this.tableLayoutPanel1.RowCount = 8;
  128. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.16726F));
  129. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.16726F));
  130. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.16726F));
  131. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.16726F));
  132. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.7784F));
  133. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.38949F));
  134. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.16309F));
  135. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  136. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  137. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  138. this.tableLayoutPanel1.Size = new System.Drawing.Size(614, 326);
  139. this.tableLayoutPanel1.TabIndex = 0;
  140. //
  141. // RegHotkeysAtStartupLabel
  142. //
  143. this.RegHotkeysAtStartupLabel.AutoSize = true;
  144. this.RegHotkeysAtStartupLabel.Dock = System.Windows.Forms.DockStyle.Right;
  145. this.RegHotkeysAtStartupLabel.Location = new System.Drawing.Point(40, 235);
  146. this.RegHotkeysAtStartupLabel.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
  147. this.RegHotkeysAtStartupLabel.Name = "RegHotkeysAtStartupLabel";
  148. this.RegHotkeysAtStartupLabel.Size = new System.Drawing.Size(199, 39);
  149. this.RegHotkeysAtStartupLabel.TabIndex = 16;
  150. this.RegHotkeysAtStartupLabel.Text = "Reg Hotkeys At Startup";
  151. this.RegHotkeysAtStartupLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  152. //
  153. // SwitchSystemProxyLabel
  154. //
  155. this.SwitchSystemProxyLabel.AutoSize = true;
  156. this.SwitchSystemProxyLabel.Dock = System.Windows.Forms.DockStyle.Right;
  157. this.SwitchSystemProxyLabel.Location = new System.Drawing.Point(63, 0);
  158. this.SwitchSystemProxyLabel.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
  159. this.SwitchSystemProxyLabel.Name = "SwitchSystemProxyLabel";
  160. this.SwitchSystemProxyLabel.Size = new System.Drawing.Size(176, 39);
  161. this.SwitchSystemProxyLabel.TabIndex = 0;
  162. this.SwitchSystemProxyLabel.Text = "Switch system proxy";
  163. this.SwitchSystemProxyLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  164. //
  165. // SwitchProxyModeLabel
  166. //
  167. this.SwitchProxyModeLabel.AutoSize = true;
  168. this.SwitchProxyModeLabel.Dock = System.Windows.Forms.DockStyle.Right;
  169. this.SwitchProxyModeLabel.Location = new System.Drawing.Point(10, 39);
  170. this.SwitchProxyModeLabel.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
  171. this.SwitchProxyModeLabel.Name = "SwitchProxyModeLabel";
  172. this.SwitchProxyModeLabel.Size = new System.Drawing.Size(229, 39);
  173. this.SwitchProxyModeLabel.TabIndex = 1;
  174. this.SwitchProxyModeLabel.Text = "Switch system proxy mode";
  175. this.SwitchProxyModeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  176. //
  177. // SwitchAllowLanLabel
  178. //
  179. this.SwitchAllowLanLabel.AutoSize = true;
  180. this.SwitchAllowLanLabel.Dock = System.Windows.Forms.DockStyle.Right;
  181. this.SwitchAllowLanLabel.Location = new System.Drawing.Point(39, 78);
  182. this.SwitchAllowLanLabel.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
  183. this.SwitchAllowLanLabel.Name = "SwitchAllowLanLabel";
  184. this.SwitchAllowLanLabel.Size = new System.Drawing.Size(200, 39);
  185. this.SwitchAllowLanLabel.TabIndex = 3;
  186. this.SwitchAllowLanLabel.Text = "Allow Clients from LAN";
  187. this.SwitchAllowLanLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  188. //
  189. // ShowLogsLabel
  190. //
  191. this.ShowLogsLabel.AutoSize = true;
  192. this.ShowLogsLabel.Dock = System.Windows.Forms.DockStyle.Right;
  193. this.ShowLogsLabel.Location = new System.Drawing.Point(129, 117);
  194. this.ShowLogsLabel.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
  195. this.ShowLogsLabel.Name = "ShowLogsLabel";
  196. this.ShowLogsLabel.Size = new System.Drawing.Size(110, 39);
  197. this.ShowLogsLabel.TabIndex = 4;
  198. this.ShowLogsLabel.Text = "Show Logs...";
  199. this.ShowLogsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  200. //
  201. // ServerMoveUpLabel
  202. //
  203. this.ServerMoveUpLabel.AutoSize = true;
  204. this.ServerMoveUpLabel.Dock = System.Windows.Forms.DockStyle.Right;
  205. this.ServerMoveUpLabel.Location = new System.Drawing.Point(25, 156);
  206. this.ServerMoveUpLabel.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
  207. this.ServerMoveUpLabel.Name = "ServerMoveUpLabel";
  208. this.ServerMoveUpLabel.Size = new System.Drawing.Size(214, 40);
  209. this.ServerMoveUpLabel.TabIndex = 4;
  210. this.ServerMoveUpLabel.Text = "Switch to previous server";
  211. this.ServerMoveUpLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  212. //
  213. // ServerMoveDownLabel
  214. //
  215. this.ServerMoveDownLabel.AutoSize = true;
  216. this.ServerMoveDownLabel.Dock = System.Windows.Forms.DockStyle.Right;
  217. this.ServerMoveDownLabel.Location = new System.Drawing.Point(60, 196);
  218. this.ServerMoveDownLabel.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
  219. this.ServerMoveDownLabel.Name = "ServerMoveDownLabel";
  220. this.ServerMoveDownLabel.Size = new System.Drawing.Size(179, 39);
  221. this.ServerMoveDownLabel.TabIndex = 4;
  222. this.ServerMoveDownLabel.Text = "Switch to next server";
  223. this.ServerMoveDownLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  224. //
  225. // SwitchSystemProxyTextBox
  226. //
  227. this.SwitchSystemProxyTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  228. this.SwitchSystemProxyTextBox.Location = new System.Drawing.Point(253, 4);
  229. this.SwitchSystemProxyTextBox.Margin = new System.Windows.Forms.Padding(4, 4, 20, 4);
  230. this.SwitchSystemProxyTextBox.Name = "SwitchSystemProxyTextBox";
  231. this.SwitchSystemProxyTextBox.ReadOnly = true;
  232. this.SwitchSystemProxyTextBox.Size = new System.Drawing.Size(344, 29);
  233. this.SwitchSystemProxyTextBox.TabIndex = 7;
  234. this.SwitchSystemProxyTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HotkeyDown);
  235. this.SwitchSystemProxyTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.HotkeyUp);
  236. //
  237. // SwitchProxyModeTextBox
  238. //
  239. this.SwitchProxyModeTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  240. this.SwitchProxyModeTextBox.Location = new System.Drawing.Point(253, 43);
  241. this.SwitchProxyModeTextBox.Margin = new System.Windows.Forms.Padding(4, 4, 20, 4);
  242. this.SwitchProxyModeTextBox.Name = "SwitchProxyModeTextBox";
  243. this.SwitchProxyModeTextBox.ReadOnly = true;
  244. this.SwitchProxyModeTextBox.Size = new System.Drawing.Size(344, 29);
  245. this.SwitchProxyModeTextBox.TabIndex = 8;
  246. this.SwitchProxyModeTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HotkeyDown);
  247. this.SwitchProxyModeTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.HotkeyUp);
  248. //
  249. // SwitchAllowLanTextBox
  250. //
  251. this.SwitchAllowLanTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  252. this.SwitchAllowLanTextBox.Location = new System.Drawing.Point(253, 82);
  253. this.SwitchAllowLanTextBox.Margin = new System.Windows.Forms.Padding(4, 4, 20, 4);
  254. this.SwitchAllowLanTextBox.Name = "SwitchAllowLanTextBox";
  255. this.SwitchAllowLanTextBox.ReadOnly = true;
  256. this.SwitchAllowLanTextBox.Size = new System.Drawing.Size(344, 29);
  257. this.SwitchAllowLanTextBox.TabIndex = 10;
  258. this.SwitchAllowLanTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HotkeyDown);
  259. this.SwitchAllowLanTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.HotkeyUp);
  260. //
  261. // ShowLogsTextBox
  262. //
  263. this.ShowLogsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  264. this.ShowLogsTextBox.Location = new System.Drawing.Point(253, 121);
  265. this.ShowLogsTextBox.Margin = new System.Windows.Forms.Padding(4, 4, 20, 4);
  266. this.ShowLogsTextBox.Name = "ShowLogsTextBox";
  267. this.ShowLogsTextBox.ReadOnly = true;
  268. this.ShowLogsTextBox.Size = new System.Drawing.Size(344, 29);
  269. this.ShowLogsTextBox.TabIndex = 11;
  270. this.ShowLogsTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HotkeyDown);
  271. this.ShowLogsTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.HotkeyUp);
  272. //
  273. // ServerMoveUpTextBox
  274. //
  275. this.ServerMoveUpTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  276. this.ServerMoveUpTextBox.Location = new System.Drawing.Point(253, 160);
  277. this.ServerMoveUpTextBox.Margin = new System.Windows.Forms.Padding(4, 4, 20, 4);
  278. this.ServerMoveUpTextBox.Name = "ServerMoveUpTextBox";
  279. this.ServerMoveUpTextBox.ReadOnly = true;
  280. this.ServerMoveUpTextBox.Size = new System.Drawing.Size(344, 29);
  281. this.ServerMoveUpTextBox.TabIndex = 12;
  282. this.ServerMoveUpTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HotkeyDown);
  283. this.ServerMoveUpTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.HotkeyUp);
  284. //
  285. // ServerMoveDownTextBox
  286. //
  287. this.ServerMoveDownTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  288. this.ServerMoveDownTextBox.Location = new System.Drawing.Point(253, 200);
  289. this.ServerMoveDownTextBox.Margin = new System.Windows.Forms.Padding(4, 4, 20, 4);
  290. this.ServerMoveDownTextBox.Name = "ServerMoveDownTextBox";
  291. this.ServerMoveDownTextBox.ReadOnly = true;
  292. this.ServerMoveDownTextBox.Size = new System.Drawing.Size(344, 29);
  293. this.ServerMoveDownTextBox.TabIndex = 13;
  294. this.ServerMoveDownTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HotkeyDown);
  295. this.ServerMoveDownTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.HotkeyUp);
  296. //
  297. // RegHotkeysAtStartupCheckBox
  298. //
  299. this.RegHotkeysAtStartupCheckBox.AutoSize = true;
  300. this.RegHotkeysAtStartupCheckBox.Location = new System.Drawing.Point(253, 246);
  301. this.RegHotkeysAtStartupCheckBox.Margin = new System.Windows.Forms.Padding(4, 11, 11, 11);
  302. this.RegHotkeysAtStartupCheckBox.Name = "RegHotkeysAtStartupCheckBox";
  303. this.RegHotkeysAtStartupCheckBox.Size = new System.Drawing.Size(18, 17);
  304. this.RegHotkeysAtStartupCheckBox.TabIndex = 17;
  305. this.RegHotkeysAtStartupCheckBox.UseVisualStyleBackColor = true;
  306. //
  307. // HotkeySettingsForm
  308. //
  309. this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
  310. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  311. this.ClientSize = new System.Drawing.Size(614, 326);
  312. this.Controls.Add(this.tableLayoutPanel1);
  313. this.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  315. this.MaximizeBox = false;
  316. this.MinimizeBox = false;
  317. this.Name = "HotkeySettingsForm";
  318. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  319. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  320. this.Text = "Edit Hotkeys...";
  321. flowLayoutPanel1.ResumeLayout(false);
  322. this.tableLayoutPanel1.ResumeLayout(false);
  323. this.tableLayoutPanel1.PerformLayout();
  324. this.ResumeLayout(false);
  325. }
  326. #endregion
  327. private System.Windows.Forms.Label SwitchSystemProxyLabel;
  328. private System.Windows.Forms.Label SwitchProxyModeLabel;
  329. private System.Windows.Forms.Label SwitchAllowLanLabel;
  330. private System.Windows.Forms.Label ShowLogsLabel;
  331. private System.Windows.Forms.Label ServerMoveUpLabel;
  332. private System.Windows.Forms.Label ServerMoveDownLabel;
  333. private System.Windows.Forms.Button btnOK;
  334. private System.Windows.Forms.Button btnCancel;
  335. private System.Windows.Forms.TextBox ShowLogsTextBox;
  336. private System.Windows.Forms.TextBox SwitchAllowLanTextBox;
  337. private System.Windows.Forms.TextBox SwitchProxyModeTextBox;
  338. private System.Windows.Forms.TextBox SwitchSystemProxyTextBox;
  339. private System.Windows.Forms.TextBox ServerMoveUpTextBox;
  340. private System.Windows.Forms.TextBox ServerMoveDownTextBox;
  341. private System.Windows.Forms.Button btnRegisterAll;
  342. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  343. private System.Windows.Forms.Label RegHotkeysAtStartupLabel;
  344. private System.Windows.Forms.CheckBox RegHotkeysAtStartupCheckBox;
  345. }
  346. }