?? frmclient.designer.cs
字號:
namespace ClientSynch
{
partial class frmClient
{
/// <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()
{
this.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.txtProxyUser = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.cboProxyType = new System.Windows.Forms.ComboBox();
this.txtProxyDomain = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.txtProxyHost = new System.Windows.Forms.TextBox();
this.txtProxyPass = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.txtProxyPort = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtDelimiter = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.cboDelimiter = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.cboCompression = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.cboEncrypt = new System.Windows.Forms.ComboBox();
this.button2 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.txtPort = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtHost = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.lstStatus = new System.Windows.Forms.ListBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.txtMessage = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.button4 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.groupBox4);
this.groupBox1.Controls.Add(this.txtDelimiter);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.cboDelimiter);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.cboCompression);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.cboEncrypt);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtPort);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtHost);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(533, 239);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " Connection ";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.txtProxyUser);
this.groupBox4.Controls.Add(this.label13);
this.groupBox4.Controls.Add(this.cboProxyType);
this.groupBox4.Controls.Add(this.txtProxyDomain);
this.groupBox4.Controls.Add(this.label8);
this.groupBox4.Controls.Add(this.label11);
this.groupBox4.Controls.Add(this.txtProxyHost);
this.groupBox4.Controls.Add(this.txtProxyPass);
this.groupBox4.Controls.Add(this.label10);
this.groupBox4.Controls.Add(this.label12);
this.groupBox4.Controls.Add(this.txtProxyPort);
this.groupBox4.Controls.Add(this.label9);
this.groupBox4.Location = new System.Drawing.Point(9, 107);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(514, 122);
this.groupBox4.TabIndex = 26;
this.groupBox4.TabStop = false;
this.groupBox4.Text = " Proxy Info ";
//
// txtProxyUser
//
this.txtProxyUser.Location = new System.Drawing.Point(14, 82);
this.txtProxyUser.Name = "txtProxyUser";
this.txtProxyUser.Size = new System.Drawing.Size(100, 20);
this.txtProxyUser.TabIndex = 20;
this.txtProxyUser.Text = "aazevedo";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(231, 66);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(43, 13);
this.label13.TabIndex = 25;
this.label13.Text = "Domain";
//
// cboProxyType
//
this.cboProxyType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboProxyType.FormattingEnabled = true;
this.cboProxyType.Items.AddRange(new object[] {
"ptSOCKS4",
"ptSOCKS4a",
"ptSOCKS5",
"ptHTTP"});
this.cboProxyType.Location = new System.Drawing.Point(14, 39);
this.cboProxyType.Name = "cboProxyType";
this.cboProxyType.Size = new System.Drawing.Size(152, 21);
this.cboProxyType.TabIndex = 14;
//
// txtProxyDomain
//
this.txtProxyDomain.Location = new System.Drawing.Point(232, 82);
this.txtProxyDomain.Name = "txtProxyDomain";
this.txtProxyDomain.Size = new System.Drawing.Size(105, 20);
this.txtProxyDomain.TabIndex = 24;
this.txtProxyDomain.Text = "mydomain";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(11, 23);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(57, 13);
this.label8.TabIndex = 15;
this.label8.Text = "ProxyType";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(120, 66);
this.label11.Size = new System.Drawing.Size(30, 13);
this.label11.TabIndex = 23;
this.label11.Text = "Pass";
//
// txtProxyHost
//
this.txtProxyHost.Location = new System.Drawing.Point(172, 40);
this.txtProxyHost.Name = "txtProxyHost";
this.txtProxyHost.Size = new System.Drawing.Size(100, 20);
this.txtProxyHost.TabIndex = 16;
this.txtProxyHost.Text = "127.0.0.1";
//
// txtProxyPass
//
this.txtProxyPass.Location = new System.Drawing.Point(121, 82);
this.txtProxyPass.Name = "txtProxyPass";
this.txtProxyPass.Size = new System.Drawing.Size(105, 20);
this.txtProxyPass.TabIndex = 22;
this.txtProxyPass.Text = "1234";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(169, 24);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(29, 13);
this.label10.TabIndex = 17;
this.label10.Text = "Host";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(11, 66);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(29, 13);
this.label12.TabIndex = 21;
this.label12.Text = "User";
//
// txtProxyPort
//
this.txtProxyPort.Location = new System.Drawing.Point(279, 40);
this.txtProxyPort.Name = "txtProxyPort";
this.txtProxyPort.Size = new System.Drawing.Size(58, 20);
this.txtProxyPort.TabIndex = 18;
this.txtProxyPort.Text = "8000";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(278, 24);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(26, 13);
this.label9.TabIndex = 19;
this.label9.Text = "Port";
//
// txtDelimiter
//
this.txtDelimiter.Location = new System.Drawing.Point(331, 36);
this.txtDelimiter.Name = "txtDelimiter";
this.txtDelimiter.Size = new System.Drawing.Size(100, 20);
this.txtDelimiter.TabIndex = 13;
this.txtDelimiter.Text = "
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -