From 0fc5b770041239bd6109de3f17df2b0da1d883e2 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Fri, 23 Oct 2020 16:35:49 +0800 Subject: [PATCH] refactor: Regenerate SettingForm designer code --- Netch/Forms/SettingForm.Designer.cs | 330 ++++++++++++++-------------- 1 file changed, 163 insertions(+), 167 deletions(-) diff --git a/Netch/Forms/SettingForm.Designer.cs b/Netch/Forms/SettingForm.Designer.cs index 11b835ce71..a01abbc170 100644 --- a/Netch/Forms/SettingForm.Designer.cs +++ b/Netch/Forms/SettingForm.Designer.cs @@ -58,21 +58,23 @@ private void InitializeComponent() this.NFTabPage = new System.Windows.Forms.TabPage(); this.ModifySystemDNSCheckBox = new System.Windows.Forms.CheckBox(); this.TAPTabPage = new System.Windows.Forms.TabPage(); - this.GlobalBypassIPsButton = new System.Windows.Forms.Button(); this.TUNTAPGroupBox = new System.Windows.Forms.GroupBox(); - this.UseFakeDNSCheckBox = new System.Windows.Forms.CheckBox(); - this.ProxyDNSCheckBox = new System.Windows.Forms.CheckBox(); - this.ICSCheckBox = new System.Windows.Forms.CheckBox(); - this.UseCustomDNSCheckBox = new System.Windows.Forms.CheckBox(); - this.TUNTAPDNSLabel = new System.Windows.Forms.Label(); - this.TUNTAPDNSTextBox = new System.Windows.Forms.TextBox(); - this.TUNTAPGatewayLabel = new System.Windows.Forms.Label(); - this.TUNTAPGatewayTextBox = new System.Windows.Forms.TextBox(); - this.TUNTAPNetmaskLabel = new System.Windows.Forms.Label(); - this.TUNTAPNetmaskTextBox = new System.Windows.Forms.TextBox(); this.TUNTAPAddressLabel = new System.Windows.Forms.Label(); this.TUNTAPAddressTextBox = new System.Windows.Forms.TextBox(); + this.TUNTAPNetmaskLabel = new System.Windows.Forms.Label(); + this.TUNTAPNetmaskTextBox = new System.Windows.Forms.TextBox(); + this.TUNTAPGatewayLabel = new System.Windows.Forms.Label(); + this.TUNTAPGatewayTextBox = new System.Windows.Forms.TextBox(); + this.TUNTAPDNSLabel = new System.Windows.Forms.Label(); + this.TUNTAPDNSTextBox = new System.Windows.Forms.TextBox(); + this.UseCustomDNSCheckBox = new System.Windows.Forms.CheckBox(); + this.ProxyDNSCheckBox = new System.Windows.Forms.CheckBox(); + this.UseFakeDNSCheckBox = new System.Windows.Forms.CheckBox(); + this.ICSCheckBox = new System.Windows.Forms.CheckBox(); + this.GlobalBypassIPsButton = new System.Windows.Forms.Button(); this.v2rayTabPage = new System.Windows.Forms.TabPage(); + this.TLSAllowInsecureCheckBox = new System.Windows.Forms.CheckBox(); + this.UseMuxCheckBox = new System.Windows.Forms.CheckBox(); this.KCPGroupBox = new System.Windows.Forms.GroupBox(); this.mtuLabel = new System.Windows.Forms.Label(); this.mtuTextBox = new System.Windows.Forms.TextBox(); @@ -87,17 +89,15 @@ private void InitializeComponent() this.writeBufferSizeLabel = new System.Windows.Forms.Label(); this.writeBufferSizeTextBox = new System.Windows.Forms.TextBox(); this.congestionCheckBox = new System.Windows.Forms.CheckBox(); - this.UseMuxCheckBox = new System.Windows.Forms.CheckBox(); - this.TLSAllowInsecureCheckBox = new System.Windows.Forms.CheckBox(); this.OtherTabPage = new System.Windows.Forms.TabPage(); - this.UpdateSubscribeatWhenOpenedCheckBox = new System.Windows.Forms.CheckBox(); - this.RunAtStartupCheckBox = new System.Windows.Forms.CheckBox(); + this.ExitWhenClosedCheckBox = new System.Windows.Forms.CheckBox(); + this.StopWhenExitedCheckBox = new System.Windows.Forms.CheckBox(); + this.StartWhenOpenedCheckBox = new System.Windows.Forms.CheckBox(); this.MinimizeWhenStartedCheckBox = new System.Windows.Forms.CheckBox(); - this.CheckBetaUpdateCheckBox = new System.Windows.Forms.CheckBox(); + this.RunAtStartupCheckBox = new System.Windows.Forms.CheckBox(); this.CheckUpdateWhenOpenedCheckBox = new System.Windows.Forms.CheckBox(); - this.StartWhenOpenedCheckBox = new System.Windows.Forms.CheckBox(); - this.StopWhenExitedCheckBox = new System.Windows.Forms.CheckBox(); - this.ExitWhenClosedCheckBox = new System.Windows.Forms.CheckBox(); + this.CheckBetaUpdateCheckBox = new System.Windows.Forms.CheckBox(); + this.UpdateSubscribeatWhenOpenedCheckBox = new System.Windows.Forms.CheckBox(); this.AioDNSTabPage = new System.Windows.Forms.TabPage(); this.AioDNSRuleRuleLabel = new System.Windows.Forms.Label(); this.AioDNSRulePathTextBox = new System.Windows.Forms.TextBox(); @@ -169,7 +169,6 @@ private void InitializeComponent() this.PortGroupBox.Location = new System.Drawing.Point(8, 6); this.PortGroupBox.Name = "PortGroupBox"; this.PortGroupBox.Size = new System.Drawing.Size(241, 140); - this.PortGroupBox.TabStop = false; this.PortGroupBox.Text = "Local Port"; // // Socks5PortLabel @@ -266,7 +265,6 @@ private void InitializeComponent() this.TcpingAtStartedCheckBox.Location = new System.Drawing.Point(15, 186); this.TcpingAtStartedCheckBox.Name = "TcpingAtStartedCheckBox"; this.TcpingAtStartedCheckBox.Size = new System.Drawing.Size(156, 16); - this.TcpingAtStartedCheckBox.TabStop = false; this.TcpingAtStartedCheckBox.Text = "Delay test after start"; this.TcpingAtStartedCheckBox.UseVisualStyleBackColor = true; // @@ -361,15 +359,6 @@ private void InitializeComponent() this.TAPTabPage.Size = new System.Drawing.Size(461, 325); this.TAPTabPage.Text = "TUN/TAP"; // - // GlobalBypassIPsButton - // - this.GlobalBypassIPsButton.Location = new System.Drawing.Point(6, 199); - this.GlobalBypassIPsButton.Name = "GlobalBypassIPsButton"; - this.GlobalBypassIPsButton.Size = new System.Drawing.Size(128, 23); - this.GlobalBypassIPsButton.Text = "Global Bypass IPs"; - this.GlobalBypassIPsButton.UseVisualStyleBackColor = true; - this.GlobalBypassIPsButton.Click += new System.EventHandler(this.GlobalBypassIPsButton_Click); - // // TUNTAPGroupBox // this.TUNTAPGroupBox.Controls.Add(this.TUNTAPAddressLabel); @@ -387,49 +376,52 @@ private void InitializeComponent() this.TUNTAPGroupBox.Location = new System.Drawing.Point(6, 6); this.TUNTAPGroupBox.Name = "TUNTAPGroupBox"; this.TUNTAPGroupBox.Size = new System.Drawing.Size(420, 187); - this.TUNTAPGroupBox.TabStop = false; this.TUNTAPGroupBox.Text = "TUN/TAP"; // - // UseFakeDNSCheckBox + // TUNTAPAddressLabel // - this.UseFakeDNSCheckBox.AutoSize = true; - this.UseFakeDNSCheckBox.Location = new System.Drawing.Point(10, 160); - this.UseFakeDNSCheckBox.Name = "UseFakeDNSCheckBox"; - this.UseFakeDNSCheckBox.Size = new System.Drawing.Size(96, 16); - this.UseFakeDNSCheckBox.Text = "Use Fake DNS"; - this.UseFakeDNSCheckBox.UseVisualStyleBackColor = true; - this.UseFakeDNSCheckBox.Visible = false; + this.TUNTAPAddressLabel.AutoSize = true; + this.TUNTAPAddressLabel.Location = new System.Drawing.Point(9, 25); + this.TUNTAPAddressLabel.Name = "TUNTAPAddressLabel"; + this.TUNTAPAddressLabel.Size = new System.Drawing.Size(47, 12); + this.TUNTAPAddressLabel.Text = "Address"; // - // ProxyDNSCheckBox + // TUNTAPAddressTextBox // - this.ProxyDNSCheckBox.AutoSize = true; - this.ProxyDNSCheckBox.Location = new System.Drawing.Point(261, 139); - this.ProxyDNSCheckBox.Name = "ProxyDNSCheckBox"; - this.ProxyDNSCheckBox.Size = new System.Drawing.Size(138, 16); - this.ProxyDNSCheckBox.Text = "Proxy DNS in Mode 2"; - this.ProxyDNSCheckBox.UseVisualStyleBackColor = true; + this.TUNTAPAddressTextBox.Location = new System.Drawing.Point(120, 22); + this.TUNTAPAddressTextBox.Name = "TUNTAPAddressTextBox"; + this.TUNTAPAddressTextBox.Size = new System.Drawing.Size(294, 21); + this.TUNTAPAddressTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // - // ICSCheckBox + // TUNTAPNetmaskLabel // - this.ICSCheckBox.AutoSize = true; - this.ICSCheckBox.Enabled = false; - this.ICSCheckBox.Location = new System.Drawing.Point(261, 160); - this.ICSCheckBox.Name = "ICSCheckBox"; - this.ICSCheckBox.Size = new System.Drawing.Size(138, 16); - this.ICSCheckBox.Text = "Tap Network Sharing"; - this.ICSCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.ICSCheckBox.UseVisualStyleBackColor = true; - this.ICSCheckBox.Click += new System.EventHandler(this.ICSCheckBox_CheckedChanged); + this.TUNTAPNetmaskLabel.AutoSize = true; + this.TUNTAPNetmaskLabel.Location = new System.Drawing.Point(9, 54); + this.TUNTAPNetmaskLabel.Name = "TUNTAPNetmaskLabel"; + this.TUNTAPNetmaskLabel.Size = new System.Drawing.Size(47, 12); + this.TUNTAPNetmaskLabel.Text = "Netmask"; // - // UseCustomDNSCheckBox + // TUNTAPNetmaskTextBox // - this.UseCustomDNSCheckBox.AutoSize = true; - this.UseCustomDNSCheckBox.Location = new System.Drawing.Point(10, 139); - this.UseCustomDNSCheckBox.Name = "UseCustomDNSCheckBox"; - this.UseCustomDNSCheckBox.Size = new System.Drawing.Size(108, 16); - this.UseCustomDNSCheckBox.Text = "Use Custom DNS"; - this.UseCustomDNSCheckBox.UseVisualStyleBackColor = true; - this.UseCustomDNSCheckBox.Click += new System.EventHandler(this.TUNTAPUseCustomDNSCheckBox_CheckedChanged); + this.TUNTAPNetmaskTextBox.Location = new System.Drawing.Point(120, 51); + this.TUNTAPNetmaskTextBox.Name = "TUNTAPNetmaskTextBox"; + this.TUNTAPNetmaskTextBox.Size = new System.Drawing.Size(294, 21); + this.TUNTAPNetmaskTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // TUNTAPGatewayLabel + // + this.TUNTAPGatewayLabel.AutoSize = true; + this.TUNTAPGatewayLabel.Location = new System.Drawing.Point(9, 83); + this.TUNTAPGatewayLabel.Name = "TUNTAPGatewayLabel"; + this.TUNTAPGatewayLabel.Size = new System.Drawing.Size(47, 12); + this.TUNTAPGatewayLabel.Text = "Gateway"; + // + // TUNTAPGatewayTextBox + // + this.TUNTAPGatewayTextBox.Location = new System.Drawing.Point(120, 80); + this.TUNTAPGatewayTextBox.Name = "TUNTAPGatewayTextBox"; + this.TUNTAPGatewayTextBox.Size = new System.Drawing.Size(294, 21); + this.TUNTAPGatewayTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TUNTAPDNSLabel // @@ -446,50 +438,55 @@ private void InitializeComponent() this.TUNTAPDNSTextBox.Size = new System.Drawing.Size(294, 21); this.TUNTAPDNSTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // - // TUNTAPGatewayLabel - // - this.TUNTAPGatewayLabel.AutoSize = true; - this.TUNTAPGatewayLabel.Location = new System.Drawing.Point(9, 83); - this.TUNTAPGatewayLabel.Name = "TUNTAPGatewayLabel"; - this.TUNTAPGatewayLabel.Size = new System.Drawing.Size(47, 12); - this.TUNTAPGatewayLabel.Text = "Gateway"; - // - // TUNTAPGatewayTextBox + // UseCustomDNSCheckBox // - this.TUNTAPGatewayTextBox.Location = new System.Drawing.Point(120, 80); - this.TUNTAPGatewayTextBox.Name = "TUNTAPGatewayTextBox"; - this.TUNTAPGatewayTextBox.Size = new System.Drawing.Size(294, 21); - this.TUNTAPGatewayTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.UseCustomDNSCheckBox.AutoSize = true; + this.UseCustomDNSCheckBox.Location = new System.Drawing.Point(10, 139); + this.UseCustomDNSCheckBox.Name = "UseCustomDNSCheckBox"; + this.UseCustomDNSCheckBox.Size = new System.Drawing.Size(108, 16); + this.UseCustomDNSCheckBox.Text = "Use Custom DNS"; + this.UseCustomDNSCheckBox.UseVisualStyleBackColor = true; + this.UseCustomDNSCheckBox.Click += new System.EventHandler(this.TUNTAPUseCustomDNSCheckBox_CheckedChanged); // - // TUNTAPNetmaskLabel + // ProxyDNSCheckBox // - this.TUNTAPNetmaskLabel.AutoSize = true; - this.TUNTAPNetmaskLabel.Location = new System.Drawing.Point(9, 54); - this.TUNTAPNetmaskLabel.Name = "TUNTAPNetmaskLabel"; - this.TUNTAPNetmaskLabel.Size = new System.Drawing.Size(47, 12); - this.TUNTAPNetmaskLabel.Text = "Netmask"; + this.ProxyDNSCheckBox.AutoSize = true; + this.ProxyDNSCheckBox.Location = new System.Drawing.Point(261, 139); + this.ProxyDNSCheckBox.Name = "ProxyDNSCheckBox"; + this.ProxyDNSCheckBox.Size = new System.Drawing.Size(138, 16); + this.ProxyDNSCheckBox.Text = "Proxy DNS in Mode 2"; + this.ProxyDNSCheckBox.UseVisualStyleBackColor = true; // - // TUNTAPNetmaskTextBox + // UseFakeDNSCheckBox // - this.TUNTAPNetmaskTextBox.Location = new System.Drawing.Point(120, 51); - this.TUNTAPNetmaskTextBox.Name = "TUNTAPNetmaskTextBox"; - this.TUNTAPNetmaskTextBox.Size = new System.Drawing.Size(294, 21); - this.TUNTAPNetmaskTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.UseFakeDNSCheckBox.AutoSize = true; + this.UseFakeDNSCheckBox.Location = new System.Drawing.Point(10, 160); + this.UseFakeDNSCheckBox.Name = "UseFakeDNSCheckBox"; + this.UseFakeDNSCheckBox.Size = new System.Drawing.Size(96, 16); + this.UseFakeDNSCheckBox.Text = "Use Fake DNS"; + this.UseFakeDNSCheckBox.UseVisualStyleBackColor = true; + this.UseFakeDNSCheckBox.Visible = false; // - // TUNTAPAddressLabel + // ICSCheckBox // - this.TUNTAPAddressLabel.AutoSize = true; - this.TUNTAPAddressLabel.Location = new System.Drawing.Point(9, 25); - this.TUNTAPAddressLabel.Name = "TUNTAPAddressLabel"; - this.TUNTAPAddressLabel.Size = new System.Drawing.Size(47, 12); - this.TUNTAPAddressLabel.Text = "Address"; + this.ICSCheckBox.AutoSize = true; + this.ICSCheckBox.Enabled = false; + this.ICSCheckBox.Location = new System.Drawing.Point(261, 160); + this.ICSCheckBox.Name = "ICSCheckBox"; + this.ICSCheckBox.Size = new System.Drawing.Size(138, 16); + this.ICSCheckBox.Text = "Tap Network Sharing"; + this.ICSCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.ICSCheckBox.UseVisualStyleBackColor = true; + this.ICSCheckBox.Click += new System.EventHandler(this.ICSCheckBox_CheckedChanged); // - // TUNTAPAddressTextBox + // GlobalBypassIPsButton // - this.TUNTAPAddressTextBox.Location = new System.Drawing.Point(120, 22); - this.TUNTAPAddressTextBox.Name = "TUNTAPAddressTextBox"; - this.TUNTAPAddressTextBox.Size = new System.Drawing.Size(294, 21); - this.TUNTAPAddressTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.GlobalBypassIPsButton.Location = new System.Drawing.Point(6, 199); + this.GlobalBypassIPsButton.Name = "GlobalBypassIPsButton"; + this.GlobalBypassIPsButton.Size = new System.Drawing.Size(128, 23); + this.GlobalBypassIPsButton.Text = "Global Bypass IPs"; + this.GlobalBypassIPsButton.UseVisualStyleBackColor = true; + this.GlobalBypassIPsButton.Click += new System.EventHandler(this.GlobalBypassIPsButton_Click); // // v2rayTabPage // @@ -503,6 +500,24 @@ private void InitializeComponent() this.v2rayTabPage.Size = new System.Drawing.Size(461, 325); this.v2rayTabPage.Text = "V2Ray"; // + // TLSAllowInsecureCheckBox + // + this.TLSAllowInsecureCheckBox.AutoSize = true; + this.TLSAllowInsecureCheckBox.Location = new System.Drawing.Point(6, 15); + this.TLSAllowInsecureCheckBox.Name = "TLSAllowInsecureCheckBox"; + this.TLSAllowInsecureCheckBox.Size = new System.Drawing.Size(126, 16); + this.TLSAllowInsecureCheckBox.Text = "TLS AllowInsecure"; + this.TLSAllowInsecureCheckBox.UseVisualStyleBackColor = true; + // + // UseMuxCheckBox + // + this.UseMuxCheckBox.AutoSize = true; + this.UseMuxCheckBox.Location = new System.Drawing.Point(148, 15); + this.UseMuxCheckBox.Name = "UseMuxCheckBox"; + this.UseMuxCheckBox.Size = new System.Drawing.Size(66, 16); + this.UseMuxCheckBox.Text = "Use Mux"; + this.UseMuxCheckBox.UseVisualStyleBackColor = true; + // // KCPGroupBox // this.KCPGroupBox.Controls.Add(this.mtuLabel); @@ -521,7 +536,6 @@ private void InitializeComponent() this.KCPGroupBox.Location = new System.Drawing.Point(9, 48); this.KCPGroupBox.Name = "KCPGroupBox"; this.KCPGroupBox.Size = new System.Drawing.Size(427, 204); - this.KCPGroupBox.TabStop = false; this.KCPGroupBox.Text = "KCP"; // // mtuLabel @@ -623,24 +637,6 @@ private void InitializeComponent() this.congestionCheckBox.Text = "congestion"; this.congestionCheckBox.UseVisualStyleBackColor = true; // - // UseMuxCheckBox - // - this.UseMuxCheckBox.AutoSize = true; - this.UseMuxCheckBox.Location = new System.Drawing.Point(148, 15); - this.UseMuxCheckBox.Name = "UseMuxCheckBox"; - this.UseMuxCheckBox.Size = new System.Drawing.Size(66, 16); - this.UseMuxCheckBox.Text = "Use Mux"; - this.UseMuxCheckBox.UseVisualStyleBackColor = true; - // - // TLSAllowInsecureCheckBox - // - this.TLSAllowInsecureCheckBox.AutoSize = true; - this.TLSAllowInsecureCheckBox.Location = new System.Drawing.Point(6, 15); - this.TLSAllowInsecureCheckBox.Name = "TLSAllowInsecureCheckBox"; - this.TLSAllowInsecureCheckBox.Size = new System.Drawing.Size(126, 16); - this.TLSAllowInsecureCheckBox.Text = "TLS AllowInsecure"; - this.TLSAllowInsecureCheckBox.UseVisualStyleBackColor = true; - // // OtherTabPage // this.OtherTabPage.BackColor = System.Drawing.SystemColors.ButtonFace; @@ -658,24 +654,35 @@ private void InitializeComponent() this.OtherTabPage.Size = new System.Drawing.Size(461, 325); this.OtherTabPage.Text = "Others"; // - // UpdateSubscribeatWhenOpenedCheckBox + // ExitWhenClosedCheckBox // - this.UpdateSubscribeatWhenOpenedCheckBox.AutoSize = true; - this.UpdateSubscribeatWhenOpenedCheckBox.Location = new System.Drawing.Point(200, 109); - this.UpdateSubscribeatWhenOpenedCheckBox.Name = "UpdateSubscribeatWhenOpenedCheckBox"; - this.UpdateSubscribeatWhenOpenedCheckBox.Size = new System.Drawing.Size(204, 16); - this.UpdateSubscribeatWhenOpenedCheckBox.Text = "Update subscribeat when opened"; - this.UpdateSubscribeatWhenOpenedCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.UpdateSubscribeatWhenOpenedCheckBox.UseVisualStyleBackColor = true; + this.ExitWhenClosedCheckBox.AutoSize = true; + this.ExitWhenClosedCheckBox.Location = new System.Drawing.Point(6, 6); + this.ExitWhenClosedCheckBox.Name = "ExitWhenClosedCheckBox"; + this.ExitWhenClosedCheckBox.Size = new System.Drawing.Size(120, 16); + this.ExitWhenClosedCheckBox.Text = "Exit when closed"; + this.ExitWhenClosedCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.ExitWhenClosedCheckBox.UseVisualStyleBackColor = true; // - // RunAtStartupCheckBox + // StopWhenExitedCheckBox // - this.RunAtStartupCheckBox.AutoSize = true; - this.RunAtStartupCheckBox.Location = new System.Drawing.Point(6, 60); - this.RunAtStartupCheckBox.Name = "RunAtStartupCheckBox"; - this.RunAtStartupCheckBox.Size = new System.Drawing.Size(108, 16); - this.RunAtStartupCheckBox.Text = "Run at startup"; - this.RunAtStartupCheckBox.UseVisualStyleBackColor = true; + this.StopWhenExitedCheckBox.AutoSize = true; + this.StopWhenExitedCheckBox.Location = new System.Drawing.Point(200, 7); + this.StopWhenExitedCheckBox.Name = "StopWhenExitedCheckBox"; + this.StopWhenExitedCheckBox.Size = new System.Drawing.Size(120, 16); + this.StopWhenExitedCheckBox.Text = "Stop when exited"; + this.StopWhenExitedCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.StopWhenExitedCheckBox.UseVisualStyleBackColor = true; + // + // StartWhenOpenedCheckBox + // + this.StartWhenOpenedCheckBox.AutoSize = true; + this.StartWhenOpenedCheckBox.Location = new System.Drawing.Point(6, 33); + this.StartWhenOpenedCheckBox.Name = "StartWhenOpenedCheckBox"; + this.StartWhenOpenedCheckBox.Size = new System.Drawing.Size(126, 16); + this.StartWhenOpenedCheckBox.Text = "Start when opened"; + this.StartWhenOpenedCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.StartWhenOpenedCheckBox.UseVisualStyleBackColor = true; // // MinimizeWhenStartedCheckBox // @@ -686,15 +693,14 @@ private void InitializeComponent() this.MinimizeWhenStartedCheckBox.Text = "Minimize when started"; this.MinimizeWhenStartedCheckBox.UseVisualStyleBackColor = true; // - // CheckBetaUpdateCheckBox + // RunAtStartupCheckBox // - this.CheckBetaUpdateCheckBox.AutoSize = true; - this.CheckBetaUpdateCheckBox.Location = new System.Drawing.Point(200, 87); - this.CheckBetaUpdateCheckBox.Name = "CheckBetaUpdateCheckBox"; - this.CheckBetaUpdateCheckBox.Size = new System.Drawing.Size(126, 16); - this.CheckBetaUpdateCheckBox.Text = "Check Beta update"; - this.CheckBetaUpdateCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.CheckBetaUpdateCheckBox.UseVisualStyleBackColor = true; + this.RunAtStartupCheckBox.AutoSize = true; + this.RunAtStartupCheckBox.Location = new System.Drawing.Point(6, 60); + this.RunAtStartupCheckBox.Name = "RunAtStartupCheckBox"; + this.RunAtStartupCheckBox.Size = new System.Drawing.Size(108, 16); + this.RunAtStartupCheckBox.Text = "Run at startup"; + this.RunAtStartupCheckBox.UseVisualStyleBackColor = true; // // CheckUpdateWhenOpenedCheckBox // @@ -706,35 +712,25 @@ private void InitializeComponent() this.CheckUpdateWhenOpenedCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.CheckUpdateWhenOpenedCheckBox.UseVisualStyleBackColor = true; // - // StartWhenOpenedCheckBox - // - this.StartWhenOpenedCheckBox.AutoSize = true; - this.StartWhenOpenedCheckBox.Location = new System.Drawing.Point(6, 33); - this.StartWhenOpenedCheckBox.Name = "StartWhenOpenedCheckBox"; - this.StartWhenOpenedCheckBox.Size = new System.Drawing.Size(126, 16); - this.StartWhenOpenedCheckBox.Text = "Start when opened"; - this.StartWhenOpenedCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.StartWhenOpenedCheckBox.UseVisualStyleBackColor = true; - // - // StopWhenExitedCheckBox + // CheckBetaUpdateCheckBox // - this.StopWhenExitedCheckBox.AutoSize = true; - this.StopWhenExitedCheckBox.Location = new System.Drawing.Point(200, 7); - this.StopWhenExitedCheckBox.Name = "StopWhenExitedCheckBox"; - this.StopWhenExitedCheckBox.Size = new System.Drawing.Size(120, 16); - this.StopWhenExitedCheckBox.Text = "Stop when exited"; - this.StopWhenExitedCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.StopWhenExitedCheckBox.UseVisualStyleBackColor = true; + this.CheckBetaUpdateCheckBox.AutoSize = true; + this.CheckBetaUpdateCheckBox.Location = new System.Drawing.Point(200, 87); + this.CheckBetaUpdateCheckBox.Name = "CheckBetaUpdateCheckBox"; + this.CheckBetaUpdateCheckBox.Size = new System.Drawing.Size(126, 16); + this.CheckBetaUpdateCheckBox.Text = "Check Beta update"; + this.CheckBetaUpdateCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.CheckBetaUpdateCheckBox.UseVisualStyleBackColor = true; // - // ExitWhenClosedCheckBox + // UpdateSubscribeatWhenOpenedCheckBox // - this.ExitWhenClosedCheckBox.AutoSize = true; - this.ExitWhenClosedCheckBox.Location = new System.Drawing.Point(6, 6); - this.ExitWhenClosedCheckBox.Name = "ExitWhenClosedCheckBox"; - this.ExitWhenClosedCheckBox.Size = new System.Drawing.Size(120, 16); - this.ExitWhenClosedCheckBox.Text = "Exit when closed"; - this.ExitWhenClosedCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.ExitWhenClosedCheckBox.UseVisualStyleBackColor = true; + this.UpdateSubscribeatWhenOpenedCheckBox.AutoSize = true; + this.UpdateSubscribeatWhenOpenedCheckBox.Location = new System.Drawing.Point(200, 109); + this.UpdateSubscribeatWhenOpenedCheckBox.Name = "UpdateSubscribeatWhenOpenedCheckBox"; + this.UpdateSubscribeatWhenOpenedCheckBox.Size = new System.Drawing.Size(204, 16); + this.UpdateSubscribeatWhenOpenedCheckBox.Text = "Update subscribeat when opened"; + this.UpdateSubscribeatWhenOpenedCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.UpdateSubscribeatWhenOpenedCheckBox.UseVisualStyleBackColor = true; // // AioDNSTabPage //