From d0f953f1d81c252dd6407f57b37a60de95001fac Mon Sep 17 00:00:00 2001
From: 2dust <31833384+2dust@users.noreply.github.com>
Date: Wed, 26 Oct 2022 19:38:38 +0800
Subject: [PATCH] add domainStrategy4Freedoms
---
.../Forms/OptionSettingForm.Designer.cs | 19 +-
v2rayN/v2rayN/Forms/OptionSettingForm.cs | 3 +-
v2rayN/v2rayN/Forms/OptionSettingForm.resx | 2788 +++++++----------
v2rayN/v2rayN/Global.cs | 1 +
4 files changed, 1074 insertions(+), 1737 deletions(-)
diff --git a/v2rayN/v2rayN/Forms/OptionSettingForm.Designer.cs b/v2rayN/v2rayN/Forms/OptionSettingForm.Designer.cs
index 29189e81..a278d45c 100644
--- a/v2rayN/v2rayN/Forms/OptionSettingForm.Designer.cs
+++ b/v2rayN/v2rayN/Forms/OptionSettingForm.Designer.cs
@@ -70,6 +70,7 @@
this.txtKcpmtu = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tabPage7 = new System.Windows.Forms.TabPage();
+ this.chkEnableCheckPreReleaseUpdate = new System.Windows.Forms.CheckBox();
this.numStatisticsFreshRate = new System.Windows.Forms.NumericUpDown();
this.txttrayMenuServersLimit = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
@@ -108,7 +109,6 @@
this.panel2 = new System.Windows.Forms.Panel();
this.btnOK = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
- this.chkEnableCheckPreReleaseUpdate = new System.Windows.Forms.CheckBox();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox1.SuspendLayout();
@@ -285,11 +285,6 @@
//
this.cmbdomainStrategy4Freedom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbdomainStrategy4Freedom.FormattingEnabled = true;
- this.cmbdomainStrategy4Freedom.Items.AddRange(new object[] {
- resources.GetString("cmbdomainStrategy4Freedom.Items"),
- resources.GetString("cmbdomainStrategy4Freedom.Items1"),
- resources.GetString("cmbdomainStrategy4Freedom.Items2"),
- resources.GetString("cmbdomainStrategy4Freedom.Items3")});
resources.ApplyResources(this.cmbdomainStrategy4Freedom, "cmbdomainStrategy4Freedom");
this.cmbdomainStrategy4Freedom.Name = "cmbdomainStrategy4Freedom";
//
@@ -422,6 +417,12 @@
this.tabPage7.Name = "tabPage7";
this.tabPage7.UseVisualStyleBackColor = true;
//
+ // chkEnableCheckPreReleaseUpdate
+ //
+ resources.ApplyResources(this.chkEnableCheckPreReleaseUpdate, "chkEnableCheckPreReleaseUpdate");
+ this.chkEnableCheckPreReleaseUpdate.Name = "chkEnableCheckPreReleaseUpdate";
+ this.chkEnableCheckPreReleaseUpdate.UseVisualStyleBackColor = true;
+ //
// numStatisticsFreshRate
//
resources.ApplyResources(this.numStatisticsFreshRate, "numStatisticsFreshRate");
@@ -658,12 +659,6 @@
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
//
- // chkEnableCheckPreReleaseUpdate
- //
- resources.ApplyResources(this.chkEnableCheckPreReleaseUpdate, "chkEnableCheckPreReleaseUpdate");
- this.chkEnableCheckPreReleaseUpdate.Name = "chkEnableCheckPreReleaseUpdate";
- this.chkEnableCheckPreReleaseUpdate.UseVisualStyleBackColor = true;
- //
// OptionSettingForm
//
resources.ApplyResources(this, "$this");
diff --git a/v2rayN/v2rayN/Forms/OptionSettingForm.cs b/v2rayN/v2rayN/Forms/OptionSettingForm.cs
index 9d6502ed..a6dec30f 100644
--- a/v2rayN/v2rayN/Forms/OptionSettingForm.cs
+++ b/v2rayN/v2rayN/Forms/OptionSettingForm.cs
@@ -19,7 +19,8 @@ namespace v2rayN.Forms
private void OptionSettingForm_Load(object sender, EventArgs e)
{
cmbSystemProxyAdvancedProtocol.Items.AddRange(Global.IEProxyProtocols.ToArray());
-
+ cmbdomainStrategy4Freedom.Items.AddRange(Global.domainStrategy4Freedoms.ToArray());
+
InitBase();
InitKCP();
diff --git a/v2rayN/v2rayN/Forms/OptionSettingForm.resx b/v2rayN/v2rayN/Forms/OptionSettingForm.resx
index c1cb6445..5b710080 100644
--- a/v2rayN/v2rayN/Forms/OptionSettingForm.resx
+++ b/v2rayN/v2rayN/Forms/OptionSettingForm.resx
@@ -143,2127 +143,1464 @@
0
-
- groupBox1
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- tabPage1
+
+
+ NoControl
-
- 0
+
+ 397, 65
-
- 4, 22
+
+ 79, 15
-
-
- 3, 3, 3, 3
+
+ 39
-
- 728, 427
+
+ Auth pass
-
- 0
+
+ label16
-
- Core: basic settings
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage1
+
+ groupBox1
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 0
-
- tabControl1
+
+ True
-
- 0
+
+ NoControl
-
- cmbdomainStrategy4Freedom
+
+ 224, 65
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 79, 15
-
- tabPage2
+
+ 38
-
- 0
+
+ Auth user
-
- label19
+
+ label4
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage2
+
+ groupBox1
-
+
1
-
- linkDnsObjectDoc
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 496, 61
-
- tabPage2
+
+ 120, 25
-
- 2
+
+ 37
-
- txtremoteDNS
+
+ txtpass
-
+
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage2
+
+ groupBox1
-
- 3
+
+ 2
-
- label14
+
+ 285, 61
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 97, 25
-
- tabPage2
+
+ 36
-
- 4
+
+ txtuser
-
- 4, 22
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 728, 427
+
+ groupBox1
-
- 4
+
+ 3
-
- Core: DNS settings
+
+ True
-
- tabPage2
+
+ NoControl
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 15, 192
-
- tabControl1
+
+ 133, 19
-
- 1
+
+ 35
-
- chkKcpcongestion
+
+ allowInsecure
-
+
+ chkdefAllowInsecure
+
+
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage6
+
+ groupBox1
-
- 0
+
+ 4
-
- txtKcpwriteBufferSize
+
+ True
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 15, 63
-
- tabPage6
+
+ 269, 19
-
- 1
+
+ 29
-
- label10
+
+ Allow connections from the LAN
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ chkAllowLANConn
-
- tabPage6
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 2
+
+ groupBox1
-
- txtKcpreadBufferSize
+
+ 5
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- tabPage6
+
+ NoControl
-
- 3
+
+ 496, 27
-
- label11
+
+ 157, 19
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 31
-
- tabPage6
+
+ Turn on Sniffing
-
- 4
+
+ chksniffingEnabled
-
- txtKcpdownlinkCapacity
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ groupBox1
-
- tabPage6
+
+ 6
-
- 5
+
+ True
-
- label8
+
+ 15, 129
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 229, 19
-
- tabPage6
+
+ 20
-
- 6
+
+ Turn on Mux Multiplexing
-
- txtKcpuplinkCapacity
+
+ chkmuxEnabled
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage6
+
+ groupBox1
-
+
7
-
- label9
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage6
+
+ False
-
- 8
+
+ socks
-
- txtKcptti
+
+ http
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 285, 25
-
- tabPage6
+
+ 97, 23
-
- 9
+
+ 12
-
- label7
+
+ cmbprotocol
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage6
+
+ groupBox1
-
- 10
+
+ 8
-
- txtKcpmtu
+
+ True
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 224, 29
-
- tabPage6
+
+ 71, 15
-
+
11
-
- label6
+
+ protocol
-
+
+ label1
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage6
+
+ groupBox1
-
- 12
+
+ 9
-
- 4, 22
+
+ True
-
- 3, 3, 3, 3
+
+ 397, 27
-
- 728, 427
+
+ 109, 19
-
- 2
+
+ 10
-
- Core: KCP settings
+
+ Enable UDP
-
- tabPage6
+
+ chkudpEnabled
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabControl1
+
+ groupBox1
-
- 2
+
+ 10
-
- NoControl
+
+ True
-
- 15, 247
+
+ 15, 160
-
- 297, 16
+
+ 165, 19
-
- 48
+
+ 9
-
- Check for pre-release updates
+
+ Record local logs
-
- chkEnableCheckPreReleaseUpdate
+
+ chklogEnabled
-
+
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage7
-
-
- 0
-
-
- 663, 37
+
+ groupBox1
-
- 62, 21
+
+ 11
-
- 47
+
+ debug
-
- numStatisticsFreshRate
+
+ info
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ warning
-
- tabPage7
+
+ error
-
- 1
+
+ none
-
- 351, 211
+
+ 257, 158
-
- 97, 21
+
+ 97, 23
-
- 45
+
+ 6
-
- txttrayMenuServersLimit
+
+ cmbloglevel
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage7
+
+ groupBox1
-
- 2
+
+ 12
-
+
True
-
- NoControl
-
-
- 27, 215
+
+ 193, 162
-
- 263, 12
+
+ 79, 15
-
- 44
+
+ 8
-
- Tray right-click menu servers display limit
+
+ Log level
-
- label17
+
+ label5
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage7
+
+ groupBox1
-
- 3
+
+ 13
-
- 351, 184
+
+ 124, 25
-
- 97, 21
+
+ 78, 25
-
- 43
+
+ 3
-
- txtautoUpdateSubInterval
+
+ txtlocalPort
-
+
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage7
+
+ groupBox1
-
- 4
+
+ 14
-
+
True
-
- NoControl
-
-
- 27, 188
+
+ 33, 29
-
- 305, 12
+
+ 119, 15
-
- 42
+
+ 2
-
- Automatic update interval of subscriptions (hours)
+
+ Listening port
-
- label3
+
+ label2
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage7
+
+ groupBox1
-
- 5
+
+ 15
-
- 15, 131
+
+ Fill
-
- 506, 16
+
+ 3, 3
-
- 41
+
+ 967, 549
-
- Enable Security Protocol TLS v1.3 (subscription/update/speedtest)
+
+ 6
-
- chkEnableSecurityProtocolTls13
+
+ groupBox1
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage7
+
+ tabPage1
-
- 6
+
+ 0
-
- True
+
+ 4, 25
-
- NoControl
+
+ 3, 3, 3, 3
-
- 15, 108
+
+ 973, 555
-
- 390, 16
+
+ 0
-
- 40
+
+ Core: basic settings
-
- Automatically adjust column width after updating subscription
+
+ tabPage1
-
- chkEnableAutoAdjustMainLvColWidth
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ tabControl1
-
- tabPage7
+
+ 0
-
- 7
+
+ 223, 398
-
- NoControl
+
+ 100, 23
-
- 30, 376
+
+ 41
-
- 282, 23
+
+ cmbdomainStrategy4Freedom
-
- 39
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Set Windows10 UWP Loopback
+
+ tabPage2
-
- btnSetLoopback
+
+ 0
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- tabPage7
+
+ NoControl
-
- 8
+
+ 8, 402
-
- 351, 157
+
+ 255, 15
-
- 97, 21
+
+ 42
-
- 38
+
+ Outbound Freedom domainStrategy
-
- txtautoUpdateInterval
+
+ label19
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage7
+
+ tabPage2
-
- 9
+
+ 1
-
+
True
-
+
NoControl
-
- 27, 161
+
+ 342, 17
-
- 269, 12
+
+ 0, 0, 0, 0
-
- 37
+
+ 143, 15
-
- Automatic update interval of and Geo (hours)
+
+ 40
-
- label15
+
+ Support DnsObject
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ linkDnsObjectDoc
-
- tabPage7
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 10
+
+ tabPage2
-
- True
+
+ 2
-
- NoControl
+
+ 8, 41
-
- 15, 85
+
+ True
-
- 234, 16
+
+ Vertical
-
- 36
+
+ 638, 349
-
- Ignore Geo files when updating core
+
+ 39
-
- chkIgnoreGeoUpdateCore
+
+ txtremoteDNS
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage7
+
+ tabPage2
-
- 11
+
+ 3
-
+
True
-
+
NoControl
-
- 15, 62
+
+ 8, 17
-
- 198, 16
+
+ 375, 15
-
- 33
+
+ 38
-
- Keep older when deduplication
+
+ Custom DNS (multiple, separated by commas (,))
-
- chkKeepOlderDedupl
+
+ label14
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPage7
+
+ tabPage2
-
- 12
+
+ 4
-
- True
+
+ 4, 25
-
- NoControl
+
+ 973, 555
-
- 479, 41
+
+ 4
-
- 179, 12
+
+ Core: DNS settings
-
- 30
+
+ tabPage2
-
- Statistics freshrate (second)
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- lbFreshrate
+
+ tabControl1
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
-
- tabPage7
+
+ True
-
- 13
+
+ 20, 143
-
- True
+
+ 109, 19
-
- NoControl
+
+ 20
-
- 15, 39
+
+ congestion
-
- 468, 16
+
+ chkKcpcongestion
-
- 29
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Enable Statistics (Realtime netspeed and traffic records. Require restart)
+
+ tabPage6
-
- chkEnableStatistics
+
+ 0
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 345, 100
-
- tabPage7
+
+ 94, 25
-
- 14
+
+ 15
-
- True
+
+ txtKcpwriteBufferSize
-
- 15, 16
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 246, 16
+
+ tabPage6
-
- 23
+
+ 1
-
- Automatically start at system startup
+
+ True
-
- chkAutoRun
+
+ 236, 104
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 127, 15
-
- tabPage7
+
+ 14
-
- 15
+
+ writeBufferSize
-
- 4, 22
+
+ label10
-
- 3, 3, 3, 3
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 728, 427
+
+ tabPage6
-
- 3
+
+ 2
-
- v2rayN settings
+
+ 111, 100
-
- tabPage7
+
+ 94, 25
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 13
-
- tabControl1
+
+ txtKcpreadBufferSize
-
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabPage6
+
+
3
-
- cmbCoreType6
+
+ True
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 18, 104
-
- tabPageCoreType
+
+ 119, 15
-
- 0
+
+ 12
-
- labCoreType6
+
+ readBufferSize
-
+
+ label11
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabPageCoreType
+
+