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

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