|
|
|
@ -104,6 +104,7 @@
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel(); |
|
|
|
|
this.btnOK = new System.Windows.Forms.Button(); |
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel(); |
|
|
|
|
this.chkEnableSystemProxyAdvanced = new System.Windows.Forms.CheckBox(); |
|
|
|
|
this.tabControl1.SuspendLayout(); |
|
|
|
|
this.tabPage1.SuspendLayout(); |
|
|
|
|
this.groupBox1.SuspendLayout(); |
|
|
|
@ -118,34 +119,33 @@
|
|
|
|
|
// |
|
|
|
|
// btnClose |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.btnClose, "btnClose"); |
|
|
|
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
|
|
|
|
resources.ApplyResources(this.btnClose, "btnClose"); |
|
|
|
|
this.btnClose.Name = "btnClose"; |
|
|
|
|
this.btnClose.UseVisualStyleBackColor = true; |
|
|
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click); |
|
|
|
|
// |
|
|
|
|
// tabControl1 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.tabControl1, "tabControl1"); |
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage1); |
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage2); |
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage6); |
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage7); |
|
|
|
|
this.tabControl1.Controls.Add(this.tabPageCoreType); |
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage3); |
|
|
|
|
resources.ApplyResources(this.tabControl1, "tabControl1"); |
|
|
|
|
this.tabControl1.Name = "tabControl1"; |
|
|
|
|
this.tabControl1.SelectedIndex = 0; |
|
|
|
|
// |
|
|
|
|
// tabPage1 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.tabPage1, "tabPage1"); |
|
|
|
|
this.tabPage1.Controls.Add(this.groupBox1); |
|
|
|
|
resources.ApplyResources(this.tabPage1, "tabPage1"); |
|
|
|
|
this.tabPage1.Name = "tabPage1"; |
|
|
|
|
this.tabPage1.UseVisualStyleBackColor = true; |
|
|
|
|
// |
|
|
|
|
// groupBox1 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.groupBox1, "groupBox1"); |
|
|
|
|
this.groupBox1.Controls.Add(this.label16); |
|
|
|
|
this.groupBox1.Controls.Add(this.label4); |
|
|
|
|
this.groupBox1.Controls.Add(this.txtpass); |
|
|
|
@ -162,6 +162,7 @@
|
|
|
|
|
this.groupBox1.Controls.Add(this.label5); |
|
|
|
|
this.groupBox1.Controls.Add(this.txtlocalPort); |
|
|
|
|
this.groupBox1.Controls.Add(this.label2); |
|
|
|
|
resources.ApplyResources(this.groupBox1, "groupBox1"); |
|
|
|
|
this.groupBox1.Name = "groupBox1"; |
|
|
|
|
this.groupBox1.TabStop = false; |
|
|
|
|
// |
|
|
|
@ -211,8 +212,8 @@
|
|
|
|
|
// |
|
|
|
|
// cmbprotocol |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.cmbprotocol, "cmbprotocol"); |
|
|
|
|
this.cmbprotocol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
|
resources.ApplyResources(this.cmbprotocol, "cmbprotocol"); |
|
|
|
|
this.cmbprotocol.FormattingEnabled = true; |
|
|
|
|
this.cmbprotocol.Items.AddRange(new object[] { |
|
|
|
|
resources.GetString("cmbprotocol.Items"), |
|
|
|
@ -238,7 +239,6 @@
|
|
|
|
|
// |
|
|
|
|
// cmbloglevel |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.cmbloglevel, "cmbloglevel"); |
|
|
|
|
this.cmbloglevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
|
this.cmbloglevel.FormattingEnabled = true; |
|
|
|
|
this.cmbloglevel.Items.AddRange(new object[] { |
|
|
|
@ -247,6 +247,7 @@
|
|
|
|
|
resources.GetString("cmbloglevel.Items2"), |
|
|
|
|
resources.GetString("cmbloglevel.Items3"), |
|
|
|
|
resources.GetString("cmbloglevel.Items4")}); |
|
|
|
|
resources.ApplyResources(this.cmbloglevel, "cmbloglevel"); |
|
|
|
|
this.cmbloglevel.Name = "cmbloglevel"; |
|
|
|
|
// |
|
|
|
|
// label5 |
|
|
|
@ -266,10 +267,10 @@
|
|
|
|
|
// |
|
|
|
|
// tabPage2 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.tabPage2, "tabPage2"); |
|
|
|
|
this.tabPage2.Controls.Add(this.linkDnsObjectDoc); |
|
|
|
|
this.tabPage2.Controls.Add(this.txtremoteDNS); |
|
|
|
|
this.tabPage2.Controls.Add(this.label14); |
|
|
|
|
resources.ApplyResources(this.tabPage2, "tabPage2"); |
|
|
|
|
this.tabPage2.Name = "tabPage2"; |
|
|
|
|
this.tabPage2.UseVisualStyleBackColor = true; |
|
|
|
|
// |
|
|
|
@ -292,7 +293,6 @@
|
|
|
|
|
// |
|
|
|
|
// tabPage6 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.tabPage6, "tabPage6"); |
|
|
|
|
this.tabPage6.Controls.Add(this.chkKcpcongestion); |
|
|
|
|
this.tabPage6.Controls.Add(this.txtKcpwriteBufferSize); |
|
|
|
|
this.tabPage6.Controls.Add(this.label10); |
|
|
|
@ -306,6 +306,7 @@
|
|
|
|
|
this.tabPage6.Controls.Add(this.label7); |
|
|
|
|
this.tabPage6.Controls.Add(this.txtKcpmtu); |
|
|
|
|
this.tabPage6.Controls.Add(this.label6); |
|
|
|
|
resources.ApplyResources(this.tabPage6, "tabPage6"); |
|
|
|
|
this.tabPage6.Name = "tabPage6"; |
|
|
|
|
this.tabPage6.UseVisualStyleBackColor = true; |
|
|
|
|
// |
|
|
|
@ -377,7 +378,6 @@
|
|
|
|
|
// |
|
|
|
|
// tabPage7 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.tabPage7, "tabPage7"); |
|
|
|
|
this.tabPage7.Controls.Add(this.txttrayMenuServersLimit); |
|
|
|
|
this.tabPage7.Controls.Add(this.label17); |
|
|
|
|
this.tabPage7.Controls.Add(this.txtautoUpdateSubInterval); |
|
|
|
@ -393,6 +393,7 @@
|
|
|
|
|
this.tabPage7.Controls.Add(this.lbFreshrate); |
|
|
|
|
this.tabPage7.Controls.Add(this.chkEnableStatistics); |
|
|
|
|
this.tabPage7.Controls.Add(this.chkAutoRun); |
|
|
|
|
resources.ApplyResources(this.tabPage7, "tabPage7"); |
|
|
|
|
this.tabPage7.Name = "tabPage7"; |
|
|
|
|
this.tabPage7.UseVisualStyleBackColor = true; |
|
|
|
|
// |
|
|
|
@ -459,9 +460,9 @@
|
|
|
|
|
// |
|
|
|
|
// cbFreshrate |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.cbFreshrate, "cbFreshrate"); |
|
|
|
|
this.cbFreshrate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
|
this.cbFreshrate.FormattingEnabled = true; |
|
|
|
|
resources.ApplyResources(this.cbFreshrate, "cbFreshrate"); |
|
|
|
|
this.cbFreshrate.Name = "cbFreshrate"; |
|
|
|
|
// |
|
|
|
|
// lbFreshrate |
|
|
|
@ -483,7 +484,6 @@
|
|
|
|
|
// |
|
|
|
|
// tabPageCoreType |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.tabPageCoreType, "tabPageCoreType"); |
|
|
|
|
this.tabPageCoreType.Controls.Add(this.cmbCoreType6); |
|
|
|
|
this.tabPageCoreType.Controls.Add(this.labCoreType6); |
|
|
|
|
this.tabPageCoreType.Controls.Add(this.cmbCoreType5); |
|
|
|
@ -496,14 +496,15 @@
|
|
|
|
|
this.tabPageCoreType.Controls.Add(this.labCoreType2); |
|
|
|
|
this.tabPageCoreType.Controls.Add(this.cmbCoreType1); |
|
|
|
|
this.tabPageCoreType.Controls.Add(this.labCoreType1); |
|
|
|
|
resources.ApplyResources(this.tabPageCoreType, "tabPageCoreType"); |
|
|
|
|
this.tabPageCoreType.Name = "tabPageCoreType"; |
|
|
|
|
this.tabPageCoreType.UseVisualStyleBackColor = true; |
|
|
|
|
// |
|
|
|
|
// cmbCoreType6 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.cmbCoreType6, "cmbCoreType6"); |
|
|
|
|
this.cmbCoreType6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
|
this.cmbCoreType6.FormattingEnabled = true; |
|
|
|
|
resources.ApplyResources(this.cmbCoreType6, "cmbCoreType6"); |
|
|
|
|
this.cmbCoreType6.Name = "cmbCoreType6"; |
|
|
|
|
// |
|
|
|
|
// labCoreType6 |
|
|
|
@ -513,9 +514,9 @@
|
|
|
|
|
// |
|
|
|
|
// cmbCoreType5 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.cmbCoreType5, "cmbCoreType5"); |
|
|
|
|
this.cmbCoreType5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
|
this.cmbCoreType5.FormattingEnabled = true; |
|
|
|
|
resources.ApplyResources(this.cmbCoreType5, "cmbCoreType5"); |
|
|
|
|
this.cmbCoreType5.Name = "cmbCoreType5"; |
|
|
|
|
// |
|
|
|
|
// labCoreType5 |
|
|
|
@ -525,9 +526,9 @@
|
|
|
|
|
// |
|
|
|
|
// cmbCoreType4 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.cmbCoreType4, "cmbCoreType4"); |
|
|
|
|
this.cmbCoreType4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
|
this.cmbCoreType4.FormattingEnabled = true; |
|
|
|
|
resources.ApplyResources(this.cmbCoreType4, "cmbCoreType4"); |
|
|
|
|
this.cmbCoreType4.Name = "cmbCoreType4"; |
|
|
|
|
// |
|
|
|
|
// labCoreType4 |
|
|
|
@ -537,9 +538,9 @@
|
|
|
|
|
// |
|
|
|
|
// cmbCoreType3 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.cmbCoreType3, "cmbCoreType3"); |
|
|
|
|
this.cmbCoreType3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
|
this.cmbCoreType3.FormattingEnabled = true; |
|
|
|
|
resources.ApplyResources(this.cmbCoreType3, "cmbCoreType3"); |
|
|
|
|
this.cmbCoreType3.Name = "cmbCoreType3"; |
|
|
|
|
// |
|
|
|
|
// labCoreType3 |
|
|
|
@ -549,9 +550,9 @@
|
|
|
|
|
// |
|
|
|
|
// cmbCoreType2 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.cmbCoreType2, "cmbCoreType2"); |
|
|
|
|
this.cmbCoreType2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
|
this.cmbCoreType2.FormattingEnabled = true; |
|
|
|
|
resources.ApplyResources(this.cmbCoreType2, "cmbCoreType2"); |
|
|
|
|
this.cmbCoreType2.Name = "cmbCoreType2"; |
|
|
|
|
// |
|
|
|
|
// labCoreType2 |
|
|
|
@ -561,9 +562,9 @@
|
|
|
|
|
// |
|
|
|
|
// cmbCoreType1 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.cmbCoreType1, "cmbCoreType1"); |
|
|
|
|
this.cmbCoreType1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
|
this.cmbCoreType1.FormattingEnabled = true; |
|
|
|
|
resources.ApplyResources(this.cmbCoreType1, "cmbCoreType1"); |
|
|
|
|
this.cmbCoreType1.Name = "cmbCoreType1"; |
|
|
|
|
// |
|
|
|
|
// labCoreType1 |
|
|
|
@ -573,17 +574,18 @@
|
|
|
|
|
// |
|
|
|
|
// tabPage3 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.tabPage3, "tabPage3"); |
|
|
|
|
this.tabPage3.Controls.Add(this.groupBox2); |
|
|
|
|
resources.ApplyResources(this.tabPage3, "tabPage3"); |
|
|
|
|
this.tabPage3.Name = "tabPage3"; |
|
|
|
|
this.tabPage3.UseVisualStyleBackColor = true; |
|
|
|
|
// |
|
|
|
|
// groupBox2 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.groupBox2, "groupBox2"); |
|
|
|
|
this.groupBox2.Controls.Add(this.chkEnableSystemProxyAdvanced); |
|
|
|
|
this.groupBox2.Controls.Add(this.label13); |
|
|
|
|
this.groupBox2.Controls.Add(this.label12); |
|
|
|
|
this.groupBox2.Controls.Add(this.txtsystemProxyExceptions); |
|
|
|
|
resources.ApplyResources(this.groupBox2, "groupBox2"); |
|
|
|
|
this.groupBox2.Name = "groupBox2"; |
|
|
|
|
this.groupBox2.TabStop = false; |
|
|
|
|
// |
|
|
|
@ -604,9 +606,9 @@
|
|
|
|
|
// |
|
|
|
|
// panel2 |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.panel2, "panel2"); |
|
|
|
|
this.panel2.Controls.Add(this.btnClose); |
|
|
|
|
this.panel2.Controls.Add(this.btnOK); |
|
|
|
|
resources.ApplyResources(this.panel2, "panel2"); |
|
|
|
|
this.panel2.Name = "panel2"; |
|
|
|
|
// |
|
|
|
|
// btnOK |
|
|
|
@ -621,6 +623,12 @@
|
|
|
|
|
resources.ApplyResources(this.panel1, "panel1"); |
|
|
|
|
this.panel1.Name = "panel1"; |
|
|
|
|
// |
|
|
|
|
// chkEnableSystemProxyAdvanced |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this.chkEnableSystemProxyAdvanced, "chkEnableSystemProxyAdvanced"); |
|
|
|
|
this.chkEnableSystemProxyAdvanced.Name = "chkEnableSystemProxyAdvanced"; |
|
|
|
|
this.chkEnableSystemProxyAdvanced.UseVisualStyleBackColor = true; |
|
|
|
|
// |
|
|
|
|
// OptionSettingForm |
|
|
|
|
// |
|
|
|
|
resources.ApplyResources(this, "$this"); |
|
|
|
@ -729,5 +737,6 @@
|
|
|
|
|
private System.Windows.Forms.Label label3; |
|
|
|
|
private System.Windows.Forms.TextBox txttrayMenuServersLimit; |
|
|
|
|
private System.Windows.Forms.Label label17; |
|
|
|
|
private System.Windows.Forms.CheckBox chkEnableSystemProxyAdvanced; |
|
|
|
|
} |
|
|
|
|
} |