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 16 kB

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