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.

ConfigForm.Designer.cs 17 kB

13 years ago
11 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
13 years ago
13 years ago
13 years ago
13 years ago
13 years ago
11 years ago
11 years ago
11 years ago
11 years ago
13 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
13 years ago
13 years ago
13 years ago
11 years ago
13 years ago
11 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
13 years ago
13 years ago
13 years ago
13 years ago
13 years ago
11 years ago
13 years ago
11 years ago
13 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
13 years ago
13 years ago
13 years ago
13 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
13 years ago
11 years ago
13 years ago
13 years ago
13 years ago
13 years ago
13 years ago
13 years ago
13 years ago
13 years ago
13 years ago
11 years ago
11 years ago
13 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. namespace shadowsocks_csharp.View
  2. {
  3. partial class ConfigForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigForm));
  30. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.comboBox1 = new System.Windows.Forms.ComboBox();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.textBox1 = new System.Windows.Forms.TextBox();
  38. this.textBox2 = new System.Windows.Forms.TextBox();
  39. this.textBox3 = new System.Windows.Forms.TextBox();
  40. this.textBox4 = new System.Windows.Forms.TextBox();
  41. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  42. this.panel2 = new System.Windows.Forms.Panel();
  43. this.button1 = new System.Windows.Forms.Button();
  44. this.button2 = new System.Windows.Forms.Button();
  45. this.panel1 = new System.Windows.Forms.Panel();
  46. this.contextMenu1 = new System.Windows.Forms.ContextMenu();
  47. this.enableItem = new System.Windows.Forms.MenuItem();
  48. this.configItem = new System.Windows.Forms.MenuItem();
  49. this.aboutItem = new System.Windows.Forms.MenuItem();
  50. this.menuItem3 = new System.Windows.Forms.MenuItem();
  51. this.quitItem = new System.Windows.Forms.MenuItem();
  52. this.editPACFileItem = new System.Windows.Forms.MenuItem();
  53. this.tableLayoutPanel1.SuspendLayout();
  54. this.panel1.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // tableLayoutPanel1
  58. //
  59. this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  60. | System.Windows.Forms.AnchorStyles.Right)));
  61. this.tableLayoutPanel1.AutoSize = true;
  62. this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  63. this.tableLayoutPanel1.ColumnCount = 2;
  64. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  65. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  66. this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
  67. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  68. this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
  69. this.tableLayoutPanel1.Controls.Add(this.comboBox1, 1, 4);
  70. this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
  71. this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
  72. this.tableLayoutPanel1.Controls.Add(this.textBox1, 1, 0);
  73. this.tableLayoutPanel1.Controls.Add(this.textBox2, 1, 1);
  74. this.tableLayoutPanel1.Controls.Add(this.textBox3, 1, 2);
  75. this.tableLayoutPanel1.Controls.Add(this.textBox4, 1, 3);
  76. this.tableLayoutPanel1.Location = new System.Drawing.Point(19, 19);
  77. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(10);
  78. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  79. this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(5);
  80. this.tableLayoutPanel1.RowCount = 5;
  81. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  82. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  83. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  84. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  85. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  86. this.tableLayoutPanel1.Size = new System.Drawing.Size(206, 141);
  87. this.tableLayoutPanel1.TabIndex = 0;
  88. //
  89. // label5
  90. //
  91. this.label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
  92. this.label5.AutoSize = true;
  93. this.label5.Location = new System.Drawing.Point(16, 116);
  94. this.label5.Name = "label5";
  95. this.label5.Size = new System.Drawing.Size(52, 13);
  96. this.label5.TabIndex = 8;
  97. this.label5.Text = "Encryptor";
  98. //
  99. // label1
  100. //
  101. this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
  102. this.label1.AutoSize = true;
  103. this.label1.Location = new System.Drawing.Point(17, 11);
  104. this.label1.Name = "label1";
  105. this.label1.Size = new System.Drawing.Size(51, 13);
  106. this.label1.TabIndex = 0;
  107. this.label1.Text = "Server IP";
  108. //
  109. // label2
  110. //
  111. this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
  112. this.label2.AutoSize = true;
  113. this.label2.Location = new System.Drawing.Point(8, 37);
  114. this.label2.Name = "label2";
  115. this.label2.Size = new System.Drawing.Size(60, 13);
  116. this.label2.TabIndex = 1;
  117. this.label2.Text = "Server Port";
  118. //
  119. // comboBox1
  120. //
  121. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  122. this.comboBox1.FormattingEnabled = true;
  123. this.comboBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  124. this.comboBox1.ItemHeight = 13;
  125. this.comboBox1.Items.AddRange(new object[] {
  126. "table",
  127. "rc4-md5",
  128. "aes-256-cfb",
  129. "aes-192-cfb",
  130. "aes-128-cfb",
  131. "bf-cfb",
  132. "rc4"});
  133. this.comboBox1.Location = new System.Drawing.Point(74, 112);
  134. this.comboBox1.Name = "comboBox1";
  135. this.comboBox1.Size = new System.Drawing.Size(124, 21);
  136. this.comboBox1.TabIndex = 9;
  137. //
  138. // label3
  139. //
  140. this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
  141. this.label3.AutoSize = true;
  142. this.label3.Location = new System.Drawing.Point(15, 63);
  143. this.label3.Name = "label3";
  144. this.label3.Size = new System.Drawing.Size(53, 13);
  145. this.label3.TabIndex = 2;
  146. this.label3.Text = "Password";
  147. //
  148. // label4
  149. //
  150. this.label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
  151. this.label4.AutoSize = true;
  152. this.label4.Location = new System.Drawing.Point(13, 89);
  153. this.label4.Name = "label4";
  154. this.label4.Size = new System.Drawing.Size(55, 13);
  155. this.label4.TabIndex = 3;
  156. this.label4.Text = "Proxy Port";
  157. //
  158. // textBox1
  159. //
  160. this.textBox1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  161. this.textBox1.Location = new System.Drawing.Point(74, 8);
  162. this.textBox1.Name = "textBox1";
  163. this.textBox1.Size = new System.Drawing.Size(124, 20);
  164. this.textBox1.TabIndex = 4;
  165. this.textBox1.WordWrap = false;
  166. //
  167. // textBox2
  168. //
  169. this.textBox2.Anchor = System.Windows.Forms.AnchorStyles.Left;
  170. this.textBox2.Location = new System.Drawing.Point(74, 34);
  171. this.textBox2.Name = "textBox2";
  172. this.textBox2.Size = new System.Drawing.Size(124, 20);
  173. this.textBox2.TabIndex = 5;
  174. this.textBox2.WordWrap = false;
  175. //
  176. // textBox3
  177. //
  178. this.textBox3.Anchor = System.Windows.Forms.AnchorStyles.Left;
  179. this.textBox3.Location = new System.Drawing.Point(74, 60);
  180. this.textBox3.Name = "textBox3";
  181. this.textBox3.Size = new System.Drawing.Size(124, 20);
  182. this.textBox3.TabIndex = 6;
  183. this.textBox3.WordWrap = false;
  184. //
  185. // textBox4
  186. //
  187. this.textBox4.Anchor = System.Windows.Forms.AnchorStyles.Left;
  188. this.textBox4.Location = new System.Drawing.Point(74, 86);
  189. this.textBox4.Name = "textBox4";
  190. this.textBox4.Size = new System.Drawing.Size(124, 20);
  191. this.textBox4.TabIndex = 7;
  192. this.textBox4.WordWrap = false;
  193. //
  194. // notifyIcon1
  195. //
  196. this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
  197. this.notifyIcon1.Text = "shadowsocks";
  198. this.notifyIcon1.Visible = true;
  199. this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
  200. //
  201. // panel2
  202. //
  203. this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
  204. this.panel2.AutoSize = true;
  205. this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  206. this.panel2.Location = new System.Drawing.Point(45, 175);
  207. this.panel2.Name = "panel2";
  208. this.panel2.Size = new System.Drawing.Size(0, 0);
  209. this.panel2.TabIndex = 1;
  210. //
  211. // button1
  212. //
  213. this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
  214. this.button1.Location = new System.Drawing.Point(4, 4);
  215. this.button1.Name = "button1";
  216. this.button1.Size = new System.Drawing.Size(75, 23);
  217. this.button1.TabIndex = 0;
  218. this.button1.Text = "OK";
  219. this.button1.UseVisualStyleBackColor = true;
  220. this.button1.Click += new System.EventHandler(this.OKButton_Click);
  221. //
  222. // button2
  223. //
  224. this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  225. this.button2.Location = new System.Drawing.Point(86, 4);
  226. this.button2.Name = "button2";
  227. this.button2.Size = new System.Drawing.Size(75, 23);
  228. this.button2.TabIndex = 1;
  229. this.button2.Text = "Cancel";
  230. this.button2.UseVisualStyleBackColor = true;
  231. this.button2.Click += new System.EventHandler(this.cancelButton_Click);
  232. //
  233. // panel1
  234. //
  235. this.panel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
  236. this.panel1.AutoSize = true;
  237. this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  238. this.panel1.Controls.Add(this.button2);
  239. this.panel1.Controls.Add(this.button1);
  240. this.panel1.Location = new System.Drawing.Point(61, 173);
  241. this.panel1.Name = "panel1";
  242. this.panel1.Size = new System.Drawing.Size(164, 30);
  243. this.panel1.TabIndex = 1;
  244. //
  245. // contextMenu1
  246. //
  247. this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
  248. this.enableItem,
  249. this.configItem,
  250. this.editPACFileItem,
  251. this.aboutItem,
  252. this.menuItem3,
  253. this.quitItem});
  254. //
  255. // enableItem
  256. //
  257. this.enableItem.Index = 0;
  258. this.enableItem.Text = "Enable";
  259. this.enableItem.Click += new System.EventHandler(this.EnableItem_Click);
  260. //
  261. // configItem
  262. //
  263. this.configItem.Index = 1;
  264. this.configItem.Text = "Options...";
  265. this.configItem.Click += new System.EventHandler(this.Config_Click);
  266. //
  267. // aboutItem
  268. //
  269. this.aboutItem.Index = 3;
  270. this.aboutItem.Text = "About";
  271. this.aboutItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
  272. //
  273. // menuItem3
  274. //
  275. this.menuItem3.Index = 4;
  276. this.menuItem3.Text = "-";
  277. //
  278. // quitItem
  279. //
  280. this.quitItem.Index = 5;
  281. this.quitItem.Text = "Quit";
  282. this.quitItem.Click += new System.EventHandler(this.Quit_Click);
  283. //
  284. // editPACFileItem
  285. //
  286. this.editPACFileItem.Index = 2;
  287. this.editPACFileItem.Text = "Edit PAC File...";
  288. this.editPACFileItem.Click += new System.EventHandler(this.editPACFileItem_Click);
  289. //
  290. // ConfigForm
  291. //
  292. this.AcceptButton = this.button1;
  293. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  294. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  295. this.AutoSize = true;
  296. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  297. this.CancelButton = this.button2;
  298. this.ClientSize = new System.Drawing.Size(250, 221);
  299. this.Controls.Add(this.panel2);
  300. this.Controls.Add(this.tableLayoutPanel1);
  301. this.Controls.Add(this.panel1);
  302. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  303. this.Name = "ConfigForm";
  304. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  305. this.Text = "Shadowsocks";
  306. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
  307. this.Load += new System.EventHandler(this.Form1_Load);
  308. this.tableLayoutPanel1.ResumeLayout(false);
  309. this.tableLayoutPanel1.PerformLayout();
  310. this.panel1.ResumeLayout(false);
  311. this.ResumeLayout(false);
  312. this.PerformLayout();
  313. }
  314. #endregion
  315. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  316. private System.Windows.Forms.Label label1;
  317. private System.Windows.Forms.Label label2;
  318. private System.Windows.Forms.Label label3;
  319. private System.Windows.Forms.Label label4;
  320. private System.Windows.Forms.TextBox textBox1;
  321. private System.Windows.Forms.TextBox textBox2;
  322. private System.Windows.Forms.TextBox textBox3;
  323. private System.Windows.Forms.TextBox textBox4;
  324. private System.Windows.Forms.NotifyIcon notifyIcon1;
  325. private System.Windows.Forms.Label label5;
  326. private System.Windows.Forms.ComboBox comboBox1;
  327. private System.Windows.Forms.Panel panel2;
  328. private System.Windows.Forms.Button button1;
  329. private System.Windows.Forms.Button button2;
  330. private System.Windows.Forms.Panel panel1;
  331. private System.Windows.Forms.ContextMenu contextMenu1;
  332. private System.Windows.Forms.MenuItem enableItem;
  333. private System.Windows.Forms.MenuItem aboutItem;
  334. private System.Windows.Forms.MenuItem menuItem3;
  335. private System.Windows.Forms.MenuItem quitItem;
  336. private System.Windows.Forms.MenuItem configItem;
  337. private System.Windows.Forms.MenuItem editPACFileItem;
  338. }
  339. }