mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
299 lines
15 KiB
C#
299 lines
15 KiB
C#
namespace Netch.Forms.Server
|
|
{
|
|
partial class ShadowsocksR
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShadowsocksR));
|
|
this.ConfigurationGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.OBFSParamLabel = new System.Windows.Forms.Label();
|
|
this.OBFSOptionParamTextBox = new System.Windows.Forms.TextBox();
|
|
this.OBFSLabel = new System.Windows.Forms.Label();
|
|
this.OBFSComboBox = new System.Windows.Forms.ComboBox();
|
|
this.ProtocolParamLabel = new System.Windows.Forms.Label();
|
|
this.ProtocolParamTextBox = new System.Windows.Forms.TextBox();
|
|
this.ProtocolLabel = new System.Windows.Forms.Label();
|
|
this.ProtocolComboBox = new System.Windows.Forms.ComboBox();
|
|
this.EncryptMethodLabel = new System.Windows.Forms.Label();
|
|
this.EncryptMethodComboBox = new System.Windows.Forms.ComboBox();
|
|
this.PasswordTextBox = new System.Windows.Forms.TextBox();
|
|
this.PasswordLabel = new System.Windows.Forms.Label();
|
|
this.AddressLabel = new System.Windows.Forms.Label();
|
|
this.PortTextBox = new System.Windows.Forms.TextBox();
|
|
this.AddressTextBox = new System.Windows.Forms.TextBox();
|
|
this.RemarkTextBox = new System.Windows.Forms.TextBox();
|
|
this.RemarkLabel = new System.Windows.Forms.Label();
|
|
this.PortLabel = new System.Windows.Forms.Label();
|
|
this.ControlButton = new System.Windows.Forms.Button();
|
|
this.ConfigurationGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// ConfigurationGroupBox
|
|
//
|
|
this.ConfigurationGroupBox.Controls.Add(this.OBFSParamLabel);
|
|
this.ConfigurationGroupBox.Controls.Add(this.OBFSOptionParamTextBox);
|
|
this.ConfigurationGroupBox.Controls.Add(this.OBFSLabel);
|
|
this.ConfigurationGroupBox.Controls.Add(this.OBFSComboBox);
|
|
this.ConfigurationGroupBox.Controls.Add(this.ProtocolParamLabel);
|
|
this.ConfigurationGroupBox.Controls.Add(this.ProtocolParamTextBox);
|
|
this.ConfigurationGroupBox.Controls.Add(this.ProtocolLabel);
|
|
this.ConfigurationGroupBox.Controls.Add(this.ProtocolComboBox);
|
|
this.ConfigurationGroupBox.Controls.Add(this.EncryptMethodLabel);
|
|
this.ConfigurationGroupBox.Controls.Add(this.EncryptMethodComboBox);
|
|
this.ConfigurationGroupBox.Controls.Add(this.PasswordTextBox);
|
|
this.ConfigurationGroupBox.Controls.Add(this.PasswordLabel);
|
|
this.ConfigurationGroupBox.Controls.Add(this.AddressLabel);
|
|
this.ConfigurationGroupBox.Controls.Add(this.PortTextBox);
|
|
this.ConfigurationGroupBox.Controls.Add(this.AddressTextBox);
|
|
this.ConfigurationGroupBox.Controls.Add(this.RemarkTextBox);
|
|
this.ConfigurationGroupBox.Controls.Add(this.RemarkLabel);
|
|
this.ConfigurationGroupBox.Controls.Add(this.PortLabel);
|
|
this.ConfigurationGroupBox.Location = new System.Drawing.Point(12, 12);
|
|
this.ConfigurationGroupBox.Name = "ConfigurationGroupBox";
|
|
this.ConfigurationGroupBox.Size = new System.Drawing.Size(420, 258);
|
|
this.ConfigurationGroupBox.TabIndex = 0;
|
|
this.ConfigurationGroupBox.TabStop = false;
|
|
this.ConfigurationGroupBox.Text = "Configuration";
|
|
//
|
|
// OBFSParamLabel
|
|
//
|
|
this.OBFSParamLabel.AutoSize = true;
|
|
this.OBFSParamLabel.Location = new System.Drawing.Point(10, 230);
|
|
this.OBFSParamLabel.Name = "OBFSParamLabel";
|
|
this.OBFSParamLabel.Size = new System.Drawing.Size(80, 17);
|
|
this.OBFSParamLabel.TabIndex = 16;
|
|
this.OBFSParamLabel.Text = "OBFS Param";
|
|
//
|
|
// OBFSParamTextBox
|
|
//
|
|
this.OBFSOptionParamTextBox.Location = new System.Drawing.Point(120, 227);
|
|
this.OBFSOptionParamTextBox.Name = "OBFSParamTextBox";
|
|
this.OBFSOptionParamTextBox.Size = new System.Drawing.Size(294, 23);
|
|
this.OBFSOptionParamTextBox.TabIndex = 17;
|
|
this.OBFSOptionParamTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// OBFSLabel
|
|
//
|
|
this.OBFSLabel.AutoSize = true;
|
|
this.OBFSLabel.Location = new System.Drawing.Point(10, 200);
|
|
this.OBFSLabel.Name = "OBFSLabel";
|
|
this.OBFSLabel.Size = new System.Drawing.Size(39, 17);
|
|
this.OBFSLabel.TabIndex = 14;
|
|
this.OBFSLabel.Text = "OBFS";
|
|
//
|
|
// OBFSComboBox
|
|
//
|
|
this.OBFSComboBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.OBFSComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.OBFSComboBox.FormattingEnabled = true;
|
|
this.OBFSComboBox.Location = new System.Drawing.Point(120, 196);
|
|
this.OBFSComboBox.Name = "OBFSComboBox";
|
|
this.OBFSComboBox.Size = new System.Drawing.Size(294, 24);
|
|
this.OBFSComboBox.TabIndex = 15;
|
|
this.OBFSComboBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ComboBox_DrawItem);
|
|
//
|
|
// ProtocolParamLabel
|
|
//
|
|
this.ProtocolParamLabel.AutoSize = true;
|
|
this.ProtocolParamLabel.Location = new System.Drawing.Point(10, 170);
|
|
this.ProtocolParamLabel.Name = "ProtocolParamLabel";
|
|
this.ProtocolParamLabel.Size = new System.Drawing.Size(98, 17);
|
|
this.ProtocolParamLabel.TabIndex = 12;
|
|
this.ProtocolParamLabel.Text = "Protocol Param";
|
|
//
|
|
// ProtocolParamTextBox
|
|
//
|
|
this.ProtocolParamTextBox.Location = new System.Drawing.Point(120, 167);
|
|
this.ProtocolParamTextBox.Name = "ProtocolParamTextBox";
|
|
this.ProtocolParamTextBox.Size = new System.Drawing.Size(294, 23);
|
|
this.ProtocolParamTextBox.TabIndex = 13;
|
|
this.ProtocolParamTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// ProtocolLabel
|
|
//
|
|
this.ProtocolLabel.AutoSize = true;
|
|
this.ProtocolLabel.Location = new System.Drawing.Point(10, 140);
|
|
this.ProtocolLabel.Name = "ProtocolLabel";
|
|
this.ProtocolLabel.Size = new System.Drawing.Size(57, 17);
|
|
this.ProtocolLabel.TabIndex = 10;
|
|
this.ProtocolLabel.Text = "Protocol";
|
|
//
|
|
// ProtocolComboBox
|
|
//
|
|
this.ProtocolComboBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.ProtocolComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ProtocolComboBox.FormattingEnabled = true;
|
|
this.ProtocolComboBox.Location = new System.Drawing.Point(120, 136);
|
|
this.ProtocolComboBox.Name = "ProtocolComboBox";
|
|
this.ProtocolComboBox.Size = new System.Drawing.Size(294, 24);
|
|
this.ProtocolComboBox.TabIndex = 11;
|
|
this.ProtocolComboBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ComboBox_DrawItem);
|
|
//
|
|
// EncryptMethodLabel
|
|
//
|
|
this.EncryptMethodLabel.AutoSize = true;
|
|
this.EncryptMethodLabel.Location = new System.Drawing.Point(10, 110);
|
|
this.EncryptMethodLabel.Name = "EncryptMethodLabel";
|
|
this.EncryptMethodLabel.Size = new System.Drawing.Size(101, 17);
|
|
this.EncryptMethodLabel.TabIndex = 8;
|
|
this.EncryptMethodLabel.Text = "Encrypt Method";
|
|
//
|
|
// EncryptMethodComboBox
|
|
//
|
|
this.EncryptMethodComboBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.EncryptMethodComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.EncryptMethodComboBox.FormattingEnabled = true;
|
|
this.EncryptMethodComboBox.Location = new System.Drawing.Point(120, 106);
|
|
this.EncryptMethodComboBox.Name = "EncryptMethodComboBox";
|
|
this.EncryptMethodComboBox.Size = new System.Drawing.Size(294, 24);
|
|
this.EncryptMethodComboBox.TabIndex = 9;
|
|
this.EncryptMethodComboBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ComboBox_DrawItem);
|
|
//
|
|
// PasswordTextBox
|
|
//
|
|
this.PasswordTextBox.Location = new System.Drawing.Point(120, 77);
|
|
this.PasswordTextBox.Name = "PasswordTextBox";
|
|
this.PasswordTextBox.Size = new System.Drawing.Size(294, 23);
|
|
this.PasswordTextBox.TabIndex = 7;
|
|
this.PasswordTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// PasswordLabel
|
|
//
|
|
this.PasswordLabel.AutoSize = true;
|
|
this.PasswordLabel.Location = new System.Drawing.Point(10, 80);
|
|
this.PasswordLabel.Name = "PasswordLabel";
|
|
this.PasswordLabel.Size = new System.Drawing.Size(64, 17);
|
|
this.PasswordLabel.TabIndex = 6;
|
|
this.PasswordLabel.Text = "Password";
|
|
//
|
|
// AddressLabel
|
|
//
|
|
this.AddressLabel.AutoSize = true;
|
|
this.AddressLabel.Location = new System.Drawing.Point(10, 51);
|
|
this.AddressLabel.Name = "AddressLabel";
|
|
this.AddressLabel.Size = new System.Drawing.Size(56, 17);
|
|
this.AddressLabel.TabIndex = 2;
|
|
this.AddressLabel.Text = "Address";
|
|
//
|
|
// PortTextBox
|
|
//
|
|
this.PortTextBox.Location = new System.Drawing.Point(358, 48);
|
|
this.PortTextBox.Name = "PortTextBox";
|
|
this.PortTextBox.Size = new System.Drawing.Size(56, 23);
|
|
this.PortTextBox.TabIndex = 5;
|
|
this.PortTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// AddressTextBox
|
|
//
|
|
this.AddressTextBox.Location = new System.Drawing.Point(120, 48);
|
|
this.AddressTextBox.Name = "AddressTextBox";
|
|
this.AddressTextBox.Size = new System.Drawing.Size(232, 23);
|
|
this.AddressTextBox.TabIndex = 3;
|
|
this.AddressTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// RemarkTextBox
|
|
//
|
|
this.RemarkTextBox.Location = new System.Drawing.Point(120, 19);
|
|
this.RemarkTextBox.Name = "RemarkTextBox";
|
|
this.RemarkTextBox.Size = new System.Drawing.Size(294, 23);
|
|
this.RemarkTextBox.TabIndex = 1;
|
|
this.RemarkTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// RemarkLabel
|
|
//
|
|
this.RemarkLabel.AutoSize = true;
|
|
this.RemarkLabel.Location = new System.Drawing.Point(10, 22);
|
|
this.RemarkLabel.Name = "RemarkLabel";
|
|
this.RemarkLabel.Size = new System.Drawing.Size(53, 17);
|
|
this.RemarkLabel.TabIndex = 0;
|
|
this.RemarkLabel.Text = "Remark";
|
|
//
|
|
// PortLabel
|
|
//
|
|
this.PortLabel.AutoSize = true;
|
|
this.PortLabel.Location = new System.Drawing.Point(351, 51);
|
|
this.PortLabel.Name = "PortLabel";
|
|
this.PortLabel.Size = new System.Drawing.Size(11, 17);
|
|
this.PortLabel.TabIndex = 4;
|
|
this.PortLabel.Text = ":";
|
|
//
|
|
// ControlButton
|
|
//
|
|
this.ControlButton.Location = new System.Drawing.Point(357, 276);
|
|
this.ControlButton.Name = "ControlButton";
|
|
this.ControlButton.Size = new System.Drawing.Size(75, 23);
|
|
this.ControlButton.TabIndex = 1;
|
|
this.ControlButton.Text = "Save";
|
|
this.ControlButton.UseVisualStyleBackColor = true;
|
|
this.ControlButton.Click += new System.EventHandler(this.ControlButton_Click);
|
|
//
|
|
// ShadowsocksR
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(444, 310);
|
|
this.Controls.Add(this.ControlButton);
|
|
this.Controls.Add(this.ConfigurationGroupBox);
|
|
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.MaximizeBox = false;
|
|
this.Name = "ShadowsocksR";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "ShadowsocksR";
|
|
this.Load += new System.EventHandler(this.ShadowsocksR_Load);
|
|
this.ConfigurationGroupBox.ResumeLayout(false);
|
|
this.ConfigurationGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox ConfigurationGroupBox;
|
|
private System.Windows.Forms.Button ControlButton;
|
|
private System.Windows.Forms.Label RemarkLabel;
|
|
private System.Windows.Forms.TextBox RemarkTextBox;
|
|
private System.Windows.Forms.Label PortLabel;
|
|
private System.Windows.Forms.TextBox AddressTextBox;
|
|
private System.Windows.Forms.TextBox PortTextBox;
|
|
private System.Windows.Forms.Label AddressLabel;
|
|
private System.Windows.Forms.Label EncryptMethodLabel;
|
|
private System.Windows.Forms.ComboBox EncryptMethodComboBox;
|
|
private System.Windows.Forms.TextBox PasswordTextBox;
|
|
private System.Windows.Forms.Label PasswordLabel;
|
|
private System.Windows.Forms.Label ProtocolLabel;
|
|
private System.Windows.Forms.ComboBox ProtocolComboBox;
|
|
private System.Windows.Forms.TextBox ProtocolParamTextBox;
|
|
private System.Windows.Forms.Label ProtocolParamLabel;
|
|
private System.Windows.Forms.Label OBFSLabel;
|
|
private System.Windows.Forms.ComboBox OBFSComboBox;
|
|
private System.Windows.Forms.TextBox OBFSOptionParamTextBox;
|
|
private System.Windows.Forms.Label OBFSParamLabel;
|
|
}
|
|
} |