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.

ProxyForm.Designer.cs 12 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. namespace Shadowsocks.View
  2. {
  3. partial class ProxyForm
  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. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  30. this.MyCancelButton = new System.Windows.Forms.Button();
  31. this.OKButton = new System.Windows.Forms.Button();
  32. this.UseProxyCheckBox = new System.Windows.Forms.CheckBox();
  33. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  34. this.ProxyAddrLabel = new System.Windows.Forms.Label();
  35. this.ProxyServerTextBox = new System.Windows.Forms.TextBox();
  36. this.ProxyPortLable = new System.Windows.Forms.Label();
  37. this.ProxyPortTextBox = new System.Windows.Forms.TextBox();
  38. this.tableLayoutPanel1.SuspendLayout();
  39. this.tableLayoutPanel3.SuspendLayout();
  40. this.tableLayoutPanel2.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // tableLayoutPanel1
  44. //
  45. this.tableLayoutPanel1.AutoSize = true;
  46. this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  47. this.tableLayoutPanel1.ColumnCount = 1;
  48. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  49. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2);
  50. this.tableLayoutPanel1.Controls.Add(this.UseProxyCheckBox, 0, 0);
  51. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
  52. this.tableLayoutPanel1.Location = new System.Drawing.Point(15, 15);
  53. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  54. this.tableLayoutPanel1.RowCount = 3;
  55. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  56. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  57. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  58. this.tableLayoutPanel1.Size = new System.Drawing.Size(395, 87);
  59. this.tableLayoutPanel1.TabIndex = 0;
  60. //
  61. // tableLayoutPanel3
  62. //
  63. this.tableLayoutPanel3.AutoSize = true;
  64. this.tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  65. this.tableLayoutPanel3.ColumnCount = 2;
  66. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  67. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  68. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  69. this.tableLayoutPanel3.Controls.Add(this.MyCancelButton, 1, 0);
  70. this.tableLayoutPanel3.Controls.Add(this.OKButton, 0, 0);
  71. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Right;
  72. this.tableLayoutPanel3.Location = new System.Drawing.Point(236, 58);
  73. this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
  74. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  75. this.tableLayoutPanel3.RowCount = 1;
  76. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
  77. this.tableLayoutPanel3.Size = new System.Drawing.Size(159, 26);
  78. this.tableLayoutPanel3.TabIndex = 9;
  79. //
  80. // MyCancelButton
  81. //
  82. this.MyCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  83. this.MyCancelButton.Dock = System.Windows.Forms.DockStyle.Right;
  84. this.MyCancelButton.Location = new System.Drawing.Point(84, 3);
  85. this.MyCancelButton.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
  86. this.MyCancelButton.Name = "MyCancelButton";
  87. this.MyCancelButton.Size = new System.Drawing.Size(75, 23);
  88. this.MyCancelButton.TabIndex = 13;
  89. this.MyCancelButton.Text = "Cancel";
  90. this.MyCancelButton.UseVisualStyleBackColor = true;
  91. this.MyCancelButton.Click += new System.EventHandler(this.CancelButton_Click);
  92. //
  93. // OKButton
  94. //
  95. this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
  96. this.OKButton.Dock = System.Windows.Forms.DockStyle.Right;
  97. this.OKButton.Location = new System.Drawing.Point(3, 3);
  98. this.OKButton.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
  99. this.OKButton.Name = "OKButton";
  100. this.OKButton.Size = new System.Drawing.Size(75, 23);
  101. this.OKButton.TabIndex = 12;
  102. this.OKButton.Text = "OK";
  103. this.OKButton.UseVisualStyleBackColor = true;
  104. this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
  105. //
  106. // UseProxyCheckBox
  107. //
  108. this.UseProxyCheckBox.AutoSize = true;
  109. this.UseProxyCheckBox.Location = new System.Drawing.Point(3, 3);
  110. this.UseProxyCheckBox.Name = "UseProxyCheckBox";
  111. this.UseProxyCheckBox.Size = new System.Drawing.Size(78, 16);
  112. this.UseProxyCheckBox.TabIndex = 0;
  113. this.UseProxyCheckBox.Text = "Use Proxy";
  114. this.UseProxyCheckBox.UseVisualStyleBackColor = true;
  115. this.UseProxyCheckBox.CheckedChanged += new System.EventHandler(this.UseProxyCheckBox_CheckedChanged);
  116. //
  117. // tableLayoutPanel2
  118. //
  119. this.tableLayoutPanel2.AutoSize = true;
  120. this.tableLayoutPanel2.ColumnCount = 4;
  121. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  122. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  123. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  124. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  125. this.tableLayoutPanel2.Controls.Add(this.ProxyAddrLabel, 0, 0);
  126. this.tableLayoutPanel2.Controls.Add(this.ProxyServerTextBox, 1, 0);
  127. this.tableLayoutPanel2.Controls.Add(this.ProxyPortLable, 2, 0);
  128. this.tableLayoutPanel2.Controls.Add(this.ProxyPortTextBox, 3, 0);
  129. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 25);
  130. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  131. this.tableLayoutPanel2.RowCount = 1;
  132. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  133. this.tableLayoutPanel2.Size = new System.Drawing.Size(389, 27);
  134. this.tableLayoutPanel2.TabIndex = 1;
  135. //
  136. // ProxyAddrLabel
  137. //
  138. this.ProxyAddrLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
  139. this.ProxyAddrLabel.AutoSize = true;
  140. this.ProxyAddrLabel.Location = new System.Drawing.Point(3, 7);
  141. this.ProxyAddrLabel.Name = "ProxyAddrLabel";
  142. this.ProxyAddrLabel.Size = new System.Drawing.Size(65, 12);
  143. this.ProxyAddrLabel.TabIndex = 0;
  144. this.ProxyAddrLabel.Text = "Proxy Addr";
  145. //
  146. // ProxyServerTextBox
  147. //
  148. this.ProxyServerTextBox.Location = new System.Drawing.Point(74, 3);
  149. this.ProxyServerTextBox.MaxLength = 512;
  150. this.ProxyServerTextBox.Name = "ProxyServerTextBox";
  151. this.ProxyServerTextBox.Size = new System.Drawing.Size(135, 21);
  152. this.ProxyServerTextBox.TabIndex = 1;
  153. this.ProxyServerTextBox.WordWrap = false;
  154. //
  155. // ProxyPortLable
  156. //
  157. this.ProxyPortLable.Anchor = System.Windows.Forms.AnchorStyles.Left;
  158. this.ProxyPortLable.AutoSize = true;
  159. this.ProxyPortLable.Location = new System.Drawing.Point(215, 7);
  160. this.ProxyPortLable.Name = "ProxyPortLable";
  161. this.ProxyPortLable.Size = new System.Drawing.Size(65, 12);
  162. this.ProxyPortLable.TabIndex = 2;
  163. this.ProxyPortLable.Text = "Proxy Port";
  164. //
  165. // ProxyPortTextBox
  166. //
  167. this.ProxyPortTextBox.Location = new System.Drawing.Point(286, 3);
  168. this.ProxyPortTextBox.MaxLength = 10;
  169. this.ProxyPortTextBox.Name = "ProxyPortTextBox";
  170. this.ProxyPortTextBox.Size = new System.Drawing.Size(100, 21);
  171. this.ProxyPortTextBox.TabIndex = 3;
  172. this.ProxyPortTextBox.WordWrap = false;
  173. //
  174. // ProxyForm
  175. //
  176. this.AcceptButton = this.OKButton;
  177. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  178. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  179. this.AutoSize = true;
  180. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  181. this.CancelButton = this.MyCancelButton;
  182. this.ClientSize = new System.Drawing.Size(441, 149);
  183. this.Controls.Add(this.tableLayoutPanel1);
  184. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  185. this.MaximizeBox = false;
  186. this.MinimizeBox = false;
  187. this.Name = "ProxyForm";
  188. this.Padding = new System.Windows.Forms.Padding(12, 12, 12, 9);
  189. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  190. this.Text = "Edit Proxy";
  191. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ProxyForm_FormClosed);
  192. this.tableLayoutPanel1.ResumeLayout(false);
  193. this.tableLayoutPanel1.PerformLayout();
  194. this.tableLayoutPanel3.ResumeLayout(false);
  195. this.tableLayoutPanel2.ResumeLayout(false);
  196. this.tableLayoutPanel2.PerformLayout();
  197. this.ResumeLayout(false);
  198. this.PerformLayout();
  199. }
  200. #endregion
  201. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  202. private System.Windows.Forms.CheckBox UseProxyCheckBox;
  203. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  204. private System.Windows.Forms.Label ProxyAddrLabel;
  205. private System.Windows.Forms.TextBox ProxyServerTextBox;
  206. private System.Windows.Forms.Label ProxyPortLable;
  207. private System.Windows.Forms.TextBox ProxyPortTextBox;
  208. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  209. private System.Windows.Forms.Button MyCancelButton;
  210. private System.Windows.Forms.Button OKButton;
  211. }
  212. }