Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection4        = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection          activeStateCollection4   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection        inactiveStateCollection4 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer           toggleButtonRenderer4    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection sliderCollection4 = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     this.splitContainer1      = new System.Windows.Forms.SplitContainer();
     this.navSettings          = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
     this.treeVideoSettings    = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMapsSettings     = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.btnApply             = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.panel1               = new System.Windows.Forms.Panel();
     this.panelVideoSettings   = new System.Windows.Forms.Panel();
     this.label5               = new System.Windows.Forms.Label();
     this.toggleSaveVideo      = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.panelSaveVideo       = new System.Windows.Forms.Panel();
     this.cbUseDefault         = new System.Windows.Forms.CheckBox();
     this.btnBrowsePath        = new Syncfusion.WinForms.Controls.SfButton();
     this.txtPathFolder        = new System.Windows.Forms.TextBox();
     this.cmbVIdeoFormat       = new Syncfusion.WinForms.ListView.SfComboBox();
     this.label4               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.cmbAspectRatio       = new Syncfusion.WinForms.ListView.SfComboBox();
     this.label2               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.menuApparances       = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeGeneralSettings  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.folderBrowserSave    = new System.Windows.Forms.FolderBrowserDialog();
     this.panelMapsSettings    = new System.Windows.Forms.Panel();
     this.label6               = new System.Windows.Forms.Label();
     this.cmbMapMode           = new Syncfusion.WinForms.ListView.SfComboBox();
     this.txtCacheLocation     = new System.Windows.Forms.TextBox();
     this.btnBrowseCacheLoc    = new Syncfusion.WinForms.Controls.SfButton();
     this.label7               = new System.Windows.Forms.Label();
     this.cbUseDefaultCacheLoc = new System.Windows.Forms.CheckBox();
     this.label8               = new System.Windows.Forms.Label();
     this.txtMapLocation       = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panelVideoSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.toggleSaveVideo)).BeginInit();
     this.panelSaveVideo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbVIdeoFormat)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbAspectRatio)).BeginInit();
     this.panelMapsSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMapMode)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.navSettings);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.panel1);
     this.splitContainer1.Size             = new System.Drawing.Size(637, 528);
     this.splitContainer1.SplitterDistance = 212;
     this.splitContainer1.TabIndex         = 0;
     //
     // navSettings
     //
     this.navSettings.Dock          = System.Windows.Forms.DockStyle.Fill;
     headerCollection4.Font         = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     headerCollection4.HeaderText   = "Settings";
     this.navSettings.Header        = headerCollection4;
     this.navSettings.ItemBackColor = System.Drawing.SystemColors.Control;
     this.navSettings.Items.Add(this.treeVideoSettings);
     this.navSettings.Items.Add(this.treeMapsSettings);
     this.navSettings.Items.Add(this.btnApply);
     this.navSettings.Location          = new System.Drawing.Point(0, 0);
     this.navSettings.MinimumSize       = new System.Drawing.Size(150, 150);
     this.navSettings.Name              = "navSettings";
     this.navSettings.Size              = new System.Drawing.Size(212, 528);
     this.navSettings.TabIndex          = 0;
     this.navSettings.Text              = "treeNavigator1";
     this.navSettings.SelectionChanged += new Syncfusion.Windows.Forms.Tools.SelectionStateChangedEventHandler(this.navSettings_SelectionChanged);
     //
     // treeVideoSettings
     //
     this.treeVideoSettings.BackColor     = System.Drawing.SystemColors.Control;
     this.treeVideoSettings.Font          = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeVideoSettings.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeVideoSettings.Location      = new System.Drawing.Point(0, 0);
     this.treeVideoSettings.Name          = "treeVideoSettings";
     this.treeVideoSettings.Size          = new System.Drawing.Size(208, 50);
     this.treeVideoSettings.TabIndex      = 1;
     this.treeVideoSettings.Text          = "Video";
     //
     // treeMapsSettings
     //
     this.treeMapsSettings.BackColor     = System.Drawing.SystemColors.Control;
     this.treeMapsSettings.Font          = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeMapsSettings.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeMapsSettings.Location      = new System.Drawing.Point(0, 52);
     this.treeMapsSettings.Name          = "treeMapsSettings";
     this.treeMapsSettings.Size          = new System.Drawing.Size(208, 50);
     this.treeMapsSettings.TabIndex      = 1;
     this.treeMapsSettings.Text          = "Maps";
     //
     // btnApply
     //
     this.btnApply.BackColor     = System.Drawing.SystemColors.Control;
     this.btnApply.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.btnApply.Font          = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnApply.ItemBackColor = System.Drawing.SystemColors.Control;
     this.btnApply.Location      = new System.Drawing.Point(0, 427);
     this.btnApply.Name          = "btnApply";
     this.btnApply.Size          = new System.Drawing.Size(210, 50);
     this.btnApply.TabIndex      = 1;
     this.btnApply.Text          = "Apply";
     this.btnApply.Click        += new System.EventHandler(this.btnApply_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panelVideoSettings);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(421, 528);
     this.panel1.TabIndex = 0;
     //
     // panelVideoSettings
     //
     this.panelVideoSettings.Controls.Add(this.panelMapsSettings);
     this.panelVideoSettings.Controls.Add(this.label5);
     this.panelVideoSettings.Controls.Add(this.toggleSaveVideo);
     this.panelVideoSettings.Controls.Add(this.panelSaveVideo);
     this.panelVideoSettings.Controls.Add(this.cmbAspectRatio);
     this.panelVideoSettings.Controls.Add(this.label2);
     this.panelVideoSettings.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelVideoSettings.Location = new System.Drawing.Point(0, 0);
     this.panelVideoSettings.Name     = "panelVideoSettings";
     this.panelVideoSettings.Size     = new System.Drawing.Size(421, 528);
     this.panelVideoSettings.TabIndex = 1;
     this.panelVideoSettings.Visible  = false;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(31, 111);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(87, 21);
     this.label5.TabIndex = 6;
     this.label5.Text     = "Save Video";
     //
     // toggleSaveVideo
     //
     this.toggleSaveVideo.ActiveState         = activeStateCollection4;
     this.toggleSaveVideo.Font                = new System.Drawing.Font("Segoe UI", 9F);
     this.toggleSaveVideo.ForeColor           = System.Drawing.Color.Black;
     inactiveStateCollection4.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.toggleSaveVideo.InactiveState       = inactiveStateCollection4;
     this.toggleSaveVideo.Location            = new System.Drawing.Point(283, 102);
     this.toggleSaveVideo.MinimumSize         = new System.Drawing.Size(52, 20);
     this.toggleSaveVideo.Name                = "toggleSaveVideo";
     this.toggleSaveVideo.Renderer            = toggleButtonRenderer4;
     this.toggleSaveVideo.Size                = new System.Drawing.Size(90, 40);
     this.toggleSaveVideo.Slider              = sliderCollection4;
     this.toggleSaveVideo.TabIndex            = 5;
     this.toggleSaveVideo.Text                = "toggleButton1";
     this.toggleSaveVideo.VisualStyle         = Syncfusion.Windows.Forms.Tools.ToggleButtonStyle.Default;
     this.toggleSaveVideo.ToggleStateChanged += new Syncfusion.Windows.Forms.Tools.ToggleStateChangedEventHandler(this.toggleSaveVideo_ToggleStateChanged);
     //
     // panelSaveVideo
     //
     this.panelSaveVideo.Controls.Add(this.cbUseDefault);
     this.panelSaveVideo.Controls.Add(this.btnBrowsePath);
     this.panelSaveVideo.Controls.Add(this.txtPathFolder);
     this.panelSaveVideo.Controls.Add(this.cmbVIdeoFormat);
     this.panelSaveVideo.Controls.Add(this.label4);
     this.panelSaveVideo.Controls.Add(this.label3);
     this.panelSaveVideo.Location = new System.Drawing.Point(35, 157);
     this.panelSaveVideo.Name     = "panelSaveVideo";
     this.panelSaveVideo.Size     = new System.Drawing.Size(349, 163);
     this.panelSaveVideo.TabIndex = 4;
     this.panelSaveVideo.Visible  = false;
     //
     // cbUseDefault
     //
     this.cbUseDefault.AutoSize = true;
     this.cbUseDefault.Location = new System.Drawing.Point(7, 132);
     this.cbUseDefault.Name     = "cbUseDefault";
     this.cbUseDefault.Size     = new System.Drawing.Size(80, 17);
     this.cbUseDefault.TabIndex = 13;
     this.cbUseDefault.Text     = "Use default";
     this.cbUseDefault.UseVisualStyleBackColor = true;
     this.cbUseDefault.CheckedChanged         += new System.EventHandler(this.cbUseDefault_CheckedChanged);
     //
     // btnBrowsePath
     //
     this.btnBrowsePath.AccessibleName = "Button";
     this.btnBrowsePath.Font           = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnBrowsePath.Location       = new System.Drawing.Point(312, 98);
     this.btnBrowsePath.Name           = "btnBrowsePath";
     this.btnBrowsePath.Size           = new System.Drawing.Size(26, 20);
     this.btnBrowsePath.TabIndex       = 12;
     this.btnBrowsePath.Text           = "...";
     this.btnBrowsePath.Click         += new System.EventHandler(this.btnBrowsePath_Click);
     //
     // txtPathFolder
     //
     this.txtPathFolder.Location = new System.Drawing.Point(7, 98);
     this.txtPathFolder.Name     = "txtPathFolder";
     this.txtPathFolder.ReadOnly = true;
     this.txtPathFolder.Size     = new System.Drawing.Size(299, 20);
     this.txtPathFolder.TabIndex = 11;
     //
     // cmbVIdeoFormat
     //
     this.cmbVIdeoFormat.AllowDropDownResize = false;
     this.cmbVIdeoFormat.Location            = new System.Drawing.Point(217, 8);
     this.cmbVIdeoFormat.Name     = "cmbVIdeoFormat";
     this.cmbVIdeoFormat.Size     = new System.Drawing.Size(121, 28);
     this.cmbVIdeoFormat.TabIndex = 10;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(3, 68);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(103, 21);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Save video to";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(3, 15);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(104, 21);
     this.label3.TabIndex = 8;
     this.label3.Text     = "Video Format";
     //
     // cmbAspectRatio
     //
     this.cmbAspectRatio.AllowDropDownResize = false;
     this.cmbAspectRatio.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.Append;
     this.cmbAspectRatio.Location            = new System.Drawing.Point(252, 37);
     this.cmbAspectRatio.Name     = "cmbAspectRatio";
     this.cmbAspectRatio.Size     = new System.Drawing.Size(121, 28);
     this.cmbAspectRatio.TabIndex = 3;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(31, 44);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(96, 21);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Aspect Ratio";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(30, 50);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(221, 25);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Personalize your settings";
     //
     // menuApparances
     //
     this.menuApparances.BackColor     = System.Drawing.SystemColors.Control;
     this.menuApparances.Font          = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.menuApparances.ItemBackColor = System.Drawing.SystemColors.Control;
     this.menuApparances.Location      = new System.Drawing.Point(0, 52);
     this.menuApparances.Name          = "menuApparances";
     this.menuApparances.Size          = new System.Drawing.Size(208, 50);
     this.menuApparances.TabIndex      = 1;
     this.menuApparances.Text          = "Apparances";
     //
     // treeGeneralSettings
     //
     this.treeGeneralSettings.BackColor     = System.Drawing.SystemColors.Control;
     this.treeGeneralSettings.Font          = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeGeneralSettings.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeGeneralSettings.Location      = new System.Drawing.Point(0, 0);
     this.treeGeneralSettings.Name          = "treeGeneralSettings";
     this.treeGeneralSettings.Size          = new System.Drawing.Size(210, 50);
     this.treeGeneralSettings.TabIndex      = 1;
     this.treeGeneralSettings.Text          = "General";
     //
     // panelMapsSettings
     //
     this.panelMapsSettings.Controls.Add(this.txtMapLocation);
     this.panelMapsSettings.Controls.Add(this.label8);
     this.panelMapsSettings.Controls.Add(this.cbUseDefaultCacheLoc);
     this.panelMapsSettings.Controls.Add(this.label7);
     this.panelMapsSettings.Controls.Add(this.btnBrowseCacheLoc);
     this.panelMapsSettings.Controls.Add(this.txtCacheLocation);
     this.panelMapsSettings.Controls.Add(this.cmbMapMode);
     this.panelMapsSettings.Controls.Add(this.label6);
     this.panelMapsSettings.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMapsSettings.Location = new System.Drawing.Point(0, 0);
     this.panelMapsSettings.Name     = "panelMapsSettings";
     this.panelMapsSettings.Size     = new System.Drawing.Size(421, 528);
     this.panelMapsSettings.TabIndex = 7;
     this.panelMapsSettings.Visible  = false;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(38, 36);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(92, 21);
     this.label6.TabIndex = 0;
     this.label6.Text     = "Maps Mode";
     //
     // cmbMapMode
     //
     this.cmbMapMode.AllowDropDownResize = false;
     this.cmbMapMode.Location            = new System.Drawing.Point(252, 29);
     this.cmbMapMode.Name     = "cmbMapMode";
     this.cmbMapMode.Size     = new System.Drawing.Size(121, 28);
     this.cmbMapMode.TabIndex = 1;
     //
     // txtCacheLocation
     //
     this.txtCacheLocation.Location = new System.Drawing.Point(43, 167);
     this.txtCacheLocation.Name     = "txtCacheLocation";
     this.txtCacheLocation.ReadOnly = true;
     this.txtCacheLocation.Size     = new System.Drawing.Size(298, 20);
     this.txtCacheLocation.TabIndex = 2;
     //
     // btnBrowseCacheLoc
     //
     this.btnBrowseCacheLoc.AccessibleName = "Button";
     this.btnBrowseCacheLoc.Font           = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnBrowseCacheLoc.Location       = new System.Drawing.Point(347, 167);
     this.btnBrowseCacheLoc.Name           = "btnBrowseCacheLoc";
     this.btnBrowseCacheLoc.Size           = new System.Drawing.Size(31, 20);
     this.btnBrowseCacheLoc.TabIndex       = 3;
     this.btnBrowseCacheLoc.Text           = "...";
     this.btnBrowseCacheLoc.Click         += new System.EventHandler(this.btnBrowseCacheLoc_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(38, 139);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(161, 21);
     this.label7.TabIndex = 4;
     this.label7.Text     = "Saved Cache Location";
     //
     // cbUseDefaultCacheLoc
     //
     this.cbUseDefaultCacheLoc.AutoSize = true;
     this.cbUseDefaultCacheLoc.Location = new System.Drawing.Point(43, 194);
     this.cbUseDefaultCacheLoc.Name     = "cbUseDefaultCacheLoc";
     this.cbUseDefaultCacheLoc.Size     = new System.Drawing.Size(80, 17);
     this.cbUseDefaultCacheLoc.TabIndex = 5;
     this.cbUseDefaultCacheLoc.Text     = "Use default";
     this.cbUseDefaultCacheLoc.UseVisualStyleBackColor = true;
     this.cbUseDefaultCacheLoc.CheckedChanged         += new System.EventHandler(this.cbUseDefaultCacheLoc_CheckedChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(38, 78);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(95, 21);
     this.label8.TabIndex = 6;
     this.label8.Text     = "Set Location";
     //
     // txtMapLocation
     //
     this.txtMapLocation.Location = new System.Drawing.Point(42, 102);
     this.txtMapLocation.Name     = "txtMapLocation";
     this.txtMapLocation.Size     = new System.Drawing.Size(298, 20);
     this.txtMapLocation.TabIndex = 7;
     //
     // frmSettings
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionForeColor    = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(637, 528);
     this.Controls.Add(this.splitContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "frmSettings";
     this.ShowIcon        = false;
     this.ShowMaximizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Settings";
     this.TopMost         = true;
     this.Load           += new System.EventHandler(this.frmSettings_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panelVideoSettings.ResumeLayout(false);
     this.panelVideoSettings.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.toggleSaveVideo)).EndInit();
     this.panelSaveVideo.ResumeLayout(false);
     this.panelSaveVideo.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbVIdeoFormat)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbAspectRatio)).EndInit();
     this.panelMapsSettings.ResumeLayout(false);
     this.panelMapsSettings.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMapMode)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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();
     Syncfusion.Windows.Forms.Tools.DigitalClockRenderer    digitalClockRenderer1    = new Syncfusion.Windows.Forms.Tools.DigitalClockRenderer();
     Syncfusion.Windows.Forms.Tools.ClockRenderer           clockRenderer1           = new Syncfusion.Windows.Forms.Tools.ClockRenderer();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection1   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection1 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer1    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection1        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     System.ComponentModel.ComponentResourceManager         resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPrincipal));
     this.clock1                         = new Syncfusion.Windows.Forms.Tools.Clock();
     this.btnOnOff                       = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.btnCadastrarMedico             = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv1                     = new Syncfusion.Windows.Forms.ButtonAdv();
     this.menuStrip1                     = new System.Windows.Forms.MenuStrip();
     this.administraçãoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cadastrosToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.relatóriosToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.médicosToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.pontosToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1             = new System.Windows.Forms.ToolStripMenuItem();
     this.sobreToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2             = new System.Windows.Forms.ToolStripMenuItem();
     this.sairToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.statusBarAdvPanel1             = new Syncfusion.Windows.Forms.Tools.StatusBarAdvPanel();
     ((System.ComponentModel.ISupportInitialize)(this.btnOnOff)).BeginInit();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarAdvPanel1)).BeginInit();
     this.SuspendLayout();
     //
     // clock1
     //
     this.clock1.BackgroundColor     = System.Drawing.SystemColors.Control;
     this.clock1.BeforeTouchSize     = new System.Drawing.Size(154, 77);
     this.clock1.ClockFormat         = "HH:mm:ss";
     this.clock1.ClockFrame          = Syncfusion.Windows.Forms.Tools.ClockFrames.RectangularFrame;
     this.clock1.ClockShape          = Syncfusion.Windows.Forms.Tools.ClockShapes.RoundedRectangle;
     this.clock1.ClockType           = Syncfusion.Windows.Forms.Tools.ClockTypes.Digital;
     this.clock1.CurrentDateTime     = new System.DateTime(2018, 10, 30, 21, 21, 8, 360);
     this.clock1.CustomTime          = new System.DateTime(2019, 1, 5, 5, 20, 26, 298);
     this.clock1.DigitalRenderer     = digitalClockRenderer1;
     this.clock1.DisplayDates        = true;
     this.clock1.ForeColor           = System.Drawing.Color.White;
     this.clock1.Location            = new System.Drawing.Point(870, 523);
     this.clock1.MinimumSize         = new System.Drawing.Size(75, 75);
     this.clock1.Name                = "clock1";
     this.clock1.Now                 = new System.DateTime(((long)(0)));
     this.clock1.Remainder           = new System.DateTime(2018, 10, 30, 21, 21, 8, 346);
     this.clock1.Renderer            = clockRenderer1;
     this.clock1.ShowClockFrame      = true;
     this.clock1.ShowCustomTimeClock = false;
     this.clock1.ShowHourDesignator  = false;
     this.clock1.Size                = new System.Drawing.Size(154, 77);
     this.clock1.StopTimer           = false;
     this.clock1.TabIndex            = 1;
     this.clock1.Text                = "clock1";
     //
     // btnOnOff
     //
     activeStateCollection1.Text          = "FECHAR";
     this.btnOnOff.ActiveState            = activeStateCollection1;
     this.btnOnOff.Font                   = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.btnOnOff.ForeColor              = System.Drawing.Color.Black;
     inactiveStateCollection1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.btnOnOff.InactiveState          = inactiveStateCollection1;
     this.btnOnOff.Location               = new System.Drawing.Point(921, 0);
     this.btnOnOff.MinimumSize            = new System.Drawing.Size(52, 20);
     this.btnOnOff.Name                   = "btnOnOff";
     this.btnOnOff.Renderer               = toggleButtonRenderer1;
     this.btnOnOff.RightToLeft            = System.Windows.Forms.RightToLeft.Yes;
     this.btnOnOff.Size                   = new System.Drawing.Size(103, 24);
     this.btnOnOff.Slider                 = sliderCollection1;
     this.btnOnOff.TabIndex               = 2;
     this.btnOnOff.Text                   = "toggleButton1";
     this.btnOnOff.ToggleState            = Syncfusion.Windows.Forms.Tools.ToggleButtonState.Active;
     this.btnOnOff.VisualStyle            = Syncfusion.Windows.Forms.Tools.ToggleButtonStyle.Default;
     this.btnOnOff.Click                 += new System.EventHandler(this.btnOnOff_Click);
     //
     // btnCadastrarMedico
     //
     this.btnCadastrarMedico.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.btnCadastrarMedico.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.btnCadastrarMedico.BeforeTouchSize   = new System.Drawing.Size(166, 155);
     this.btnCadastrarMedico.Font              = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCadastrarMedico.ForeColor         = System.Drawing.Color.White;
     this.btnCadastrarMedico.Image             = global::APRESENTACAO.Properties.Resources.Medicos166x120;
     this.btnCadastrarMedico.ImageAlign        = System.Drawing.ContentAlignment.TopCenter;
     this.btnCadastrarMedico.IsBackStageButton = false;
     this.btnCadastrarMedico.Location          = new System.Drawing.Point(12, 222);
     this.btnCadastrarMedico.Name              = "btnCadastrarMedico";
     this.btnCadastrarMedico.Size              = new System.Drawing.Size(166, 155);
     this.btnCadastrarMedico.TabIndex          = 3;
     this.btnCadastrarMedico.Text              = "Cadastrar Médico";
     this.btnCadastrarMedico.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.btnCadastrarMedico.Click            += new System.EventHandler(this.btnCadastrarMedico_Click);
     //
     // buttonAdv1
     //
     this.buttonAdv1.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.buttonAdv1.BeforeTouchSize   = new System.Drawing.Size(166, 155);
     this.buttonAdv1.Font              = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdv1.ForeColor         = System.Drawing.Color.White;
     this.buttonAdv1.Image             = global::APRESENTACAO.Properties.Resources.relatorio166x120;
     this.buttonAdv1.ImageAlign        = System.Drawing.ContentAlignment.TopCenter;
     this.buttonAdv1.IsBackStageButton = false;
     this.buttonAdv1.Location          = new System.Drawing.Point(12, 43);
     this.buttonAdv1.Name              = "buttonAdv1";
     this.buttonAdv1.Size              = new System.Drawing.Size(166, 155);
     this.buttonAdv1.TabIndex          = 4;
     this.buttonAdv1.Text              = "Relatórios";
     this.buttonAdv1.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.buttonAdv1.Click            += new System.EventHandler(this.buttonAdv1_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.administraçãoToolStripMenuItem,
         this.toolStripMenuItem1,
         this.sobreToolStripMenuItem,
         this.toolStripMenuItem2,
         this.sairToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1024, 24);
     this.menuStrip1.TabIndex = 5;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // administraçãoToolStripMenuItem
     //
     this.administraçãoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cadastrosToolStripMenuItem,
         this.relatóriosToolStripMenuItem
     });
     this.administraçãoToolStripMenuItem.Name = "administraçãoToolStripMenuItem";
     this.administraçãoToolStripMenuItem.Size = new System.Drawing.Size(96, 20);
     this.administraçãoToolStripMenuItem.Text = "&Administração";
     //
     // cadastrosToolStripMenuItem
     //
     this.cadastrosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.médicosToolStripMenuItem
     });
     this.cadastrosToolStripMenuItem.Name = "cadastrosToolStripMenuItem";
     this.cadastrosToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.cadastrosToolStripMenuItem.Text = "&Cadastros";
     //
     // relatóriosToolStripMenuItem
     //
     this.relatóriosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.pontosToolStripMenuItem
     });
     this.relatóriosToolStripMenuItem.Name = "relatóriosToolStripMenuItem";
     this.relatóriosToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.relatóriosToolStripMenuItem.Text = "&Relatórios";
     //
     // médicosToolStripMenuItem
     //
     this.médicosToolStripMenuItem.Name   = "médicosToolStripMenuItem";
     this.médicosToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.médicosToolStripMenuItem.Text   = "&Médicos";
     this.médicosToolStripMenuItem.Click += new System.EventHandler(this.médicosToolStripMenuItem_Click);
     //
     // pontosToolStripMenuItem
     //
     this.pontosToolStripMenuItem.Name   = "pontosToolStripMenuItem";
     this.pontosToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.pontosToolStripMenuItem.Text   = "&Pontos";
     this.pontosToolStripMenuItem.Click += new System.EventHandler(this.pontosToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(22, 20);
     this.toolStripMenuItem1.Text = "|";
     //
     // sobreToolStripMenuItem
     //
     this.sobreToolStripMenuItem.Name = "sobreToolStripMenuItem";
     this.sobreToolStripMenuItem.Size = new System.Drawing.Size(49, 20);
     this.sobreToolStripMenuItem.Text = "&Sobre";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(22, 20);
     this.toolStripMenuItem2.Text = "|";
     //
     // sairToolStripMenuItem
     //
     this.sairToolStripMenuItem.Name   = "sairToolStripMenuItem";
     this.sairToolStripMenuItem.Size   = new System.Drawing.Size(38, 20);
     this.sairToolStripMenuItem.Text   = "S&air";
     this.sairToolStripMenuItem.Click += new System.EventHandler(this.sairToolStripMenuItem_Click);
     //
     // statusBarAdvPanel1
     //
     this.statusBarAdvPanel1.BeforeTouchSize = new System.Drawing.Size(68, 25);
     this.statusBarAdvPanel1.Location        = new System.Drawing.Point(0, 575);
     this.statusBarAdvPanel1.Margin          = new System.Windows.Forms.Padding(0);
     this.statusBarAdvPanel1.Name            = "statusBarAdvPanel1";
     this.statusBarAdvPanel1.Size            = new System.Drawing.Size(68, 25);
     this.statusBarAdvPanel1.TabIndex        = 6;
     this.statusBarAdvPanel1.Text            = "Versão 1.1";
     //
     // FrmPrincipal
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.White;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(1024, 600);
     this.Controls.Add(this.statusBarAdvPanel1);
     this.Controls.Add(this.clock1);
     this.Controls.Add(this.btnCadastrarMedico);
     this.Controls.Add(this.buttonAdv1);
     this.Controls.Add(this.btnOnOff);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.MainMenuStrip   = this.menuStrip1;
     this.MaximizeBox     = false;
     this.Name            = "FrmPrincipal";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Controle de Acesso - Gerencial";
     this.TransparencyKey = System.Drawing.Color.Fuchsia;
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.FrmPrincipal_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.btnOnOff)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarAdvPanel1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Tools.GroupColorItem          groupColorItem0          = new Syncfusion.Windows.Forms.Tools.GroupColorItem(null, System.Drawing.Color.FromArgb(((byte)(51)), ((byte)(153)), ((byte)(255))));
     Syncfusion.Windows.Forms.Tools.GroupColorItem          groupColorItem1          = new Syncfusion.Windows.Forms.Tools.GroupColorItem(null, System.Drawing.Color.FromArgb(((byte)(51)), ((byte)(153)), ((byte)(255))));
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection2   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection2 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer2    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection2        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     System.ComponentModel.ComponentResourceManager         resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.colorPickerUIAdv1 = new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv();
     this.colorPickerUIAdv2 = new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv();
     this.gradientPanel1    = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.gradientPanel3    = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.toggleButton1     = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.gradientPanel2    = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.groupBar1         = new Syncfusion.Windows.Forms.Tools.GroupBar();
     this.panel3            = new System.Windows.Forms.Panel();
     this.checkBoxAdv3      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label8            = new System.Windows.Forms.Label();
     this.checkBoxAdv2      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.comboBoxAdv5      = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.checkBoxAdv1      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.comboBoxAdv6      = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label9            = new System.Windows.Forms.Label();
     this.panel1            = new System.Windows.Forms.Panel();
     this.label3            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.comboBoxAdv1      = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.comboBoxAdv2      = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.textBoxExt1       = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.label1            = new System.Windows.Forms.Label();
     this.panel2            = new System.Windows.Forms.Panel();
     this.comboBox1         = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label7            = new System.Windows.Forms.Label();
     this.comboBoxAdv4      = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label4            = new System.Windows.Forms.Label();
     this.textBoxExt2       = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.label5            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.comboBoxAdv3      = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.groupBarItem1     = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.groupBarItem2     = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.groupBarItem3     = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.autoLabel1        = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
     this.gradientPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel3)).BeginInit();
     this.gradientPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.toggleButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel2)).BeginInit();
     this.gradientPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBar1)).BeginInit();
     this.groupBar1.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv6)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxExt1)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxExt2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv3)).BeginInit();
     this.SuspendLayout();
     //
     // colorPickerUIAdv1.RecentGroup
     //
     groupColorItem0.Color = System.Drawing.Color.FromArgb(((byte)(51)), ((byte)(153)), ((byte)(255)));
     groupColorItem0.Group = this.colorPickerUIAdv1.RecentGroup;
     groupColorItem0.Index = 0;
     this.colorPickerUIAdv1.RecentGroup.Items.Add(groupColorItem0);
     this.colorPickerUIAdv1.RecentGroup.Name    = "Recent Colors";
     this.colorPickerUIAdv1.RecentGroup.Visible = false;
     //
     // colorPickerUIAdv1.StandardGroup
     //
     this.colorPickerUIAdv1.StandardGroup.Name = "Standard Colors";
     //
     // colorPickerUIAdv1.ThemeGroup
     //
     this.colorPickerUIAdv1.ThemeGroup.IsSubItemsVisible = true;
     this.colorPickerUIAdv1.ThemeGroup.Name = "Theme Colors";
     //
     // colorPickerUIAdv1
     //
     this.colorPickerUIAdv1.BorderStyle            = System.Windows.Forms.BorderStyle.FixedSingle;
     this.colorPickerUIAdv1.ButtonsHeight          = 33;
     this.colorPickerUIAdv1.ColorItemSize          = new System.Drawing.Size(29, 29);
     this.colorPickerUIAdv1.HorizontalItemsSpacing = 6;
     this.colorPickerUIAdv1.Location           = new System.Drawing.Point(59, 144);
     this.colorPickerUIAdv1.MinimumSize        = new System.Drawing.Size(136, 169);
     this.colorPickerUIAdv1.Name               = "colorPickerUIAdv1";
     this.colorPickerUIAdv1.Size               = new System.Drawing.Size(350, 353);
     this.colorPickerUIAdv1.SelectedColor      = System.Drawing.Color.Empty;
     this.colorPickerUIAdv1.Style              = Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.visualstyle.Metro;
     this.colorPickerUIAdv1.TabIndex           = 0;
     this.colorPickerUIAdv1.Text               = "colorPickerUIAdv1";
     this.colorPickerUIAdv1.UseOffice2007Style = false;
     this.colorPickerUIAdv1.Picked            += new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.ColorPickedEventHandler(this.colorPickerUIAdv1_Picked);
     //
     // colorPickerUIAdv2.RecentGroup
     //
     groupColorItem0.Color = System.Drawing.Color.FromArgb(((byte)(51)), ((byte)(153)), ((byte)(255)));
     groupColorItem0.Group = this.colorPickerUIAdv2.RecentGroup;
     groupColorItem0.Index = 0;
     this.colorPickerUIAdv2.RecentGroup.Items.Add(groupColorItem0);
     this.colorPickerUIAdv2.RecentGroup.Name    = "Recent Colors";
     this.colorPickerUIAdv2.RecentGroup.Visible = false;
     //
     // colorPickerUIAdv2.StandardGroup
     //
     this.colorPickerUIAdv2.StandardGroup.Name = "Standard Colors";
     //
     // colorPickerUIAdv2.ThemeGroup
     //
     this.colorPickerUIAdv2.ThemeGroup.IsSubItemsVisible = true;
     this.colorPickerUIAdv2.ThemeGroup.Name = "Theme Colors";
     //
     // colorPickerUIAdv2
     //
     this.colorPickerUIAdv2.BorderStyle            = System.Windows.Forms.BorderStyle.FixedSingle;
     this.colorPickerUIAdv2.ButtonsHeight          = 33;
     this.colorPickerUIAdv2.ColorItemSize          = new System.Drawing.Size(29, 29);
     this.colorPickerUIAdv2.HorizontalItemsSpacing = 6;
     this.colorPickerUIAdv2.Location           = new System.Drawing.Point(56, 153);
     this.colorPickerUIAdv2.MinimumSize        = new System.Drawing.Size(136, 169);
     this.colorPickerUIAdv2.Name               = "colorPickerUIAdv2";
     this.colorPickerUIAdv2.SelectedColor      = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
     this.colorPickerUIAdv2.Size               = new System.Drawing.Size(350, 353);
     this.colorPickerUIAdv2.Style              = Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.visualstyle.Metro;
     this.colorPickerUIAdv2.TabIndex           = 9;
     this.colorPickerUIAdv2.Text               = "colorPickerUIAdv2";
     this.colorPickerUIAdv2.UseOffice2007Style = false;
     this.colorPickerUIAdv2.Picked            += new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.ColorPickedEventHandler(this.colorPickerUIAdv2_Picked);
     //
     // gradientPanel1
     //
     this.gradientPanel1.BackColor    = System.Drawing.Color.White;
     this.gradientPanel1.BorderColor  = System.Drawing.Color.Gray;
     this.gradientPanel1.BorderSingle = System.Windows.Forms.ButtonBorderStyle.None;
     this.gradientPanel1.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.gradientPanel1.Controls.Add(this.gradientPanel3);
     this.gradientPanel1.Controls.Add(this.gradientPanel2);
     this.gradientPanel1.Controls.Add(this.autoLabel1);
     this.gradientPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gradientPanel1.Location = new System.Drawing.Point(0, 0);
     this.gradientPanel1.Name     = "gradientPanel1";
     this.gradientPanel1.Size     = new System.Drawing.Size(1283, 690);
     this.gradientPanel1.TabIndex = 0;
     //
     // gradientPanel3
     //
     this.gradientPanel3.BorderColor = System.Drawing.Color.DarkGray;
     this.gradientPanel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel3.Controls.Add(this.toggleButton1);
     this.gradientPanel3.Location = new System.Drawing.Point(0, 45);
     this.gradientPanel3.Name     = "gradientPanel3";
     this.gradientPanel3.Size     = new System.Drawing.Size(689, 640);
     this.gradientPanel3.TabIndex = 2;
     this.gradientPanel3.Paint   += new System.Windows.Forms.PaintEventHandler(this.gradientPanel3_Paint);
     //
     // toggleButton1
     //
     this.toggleButton1.ActiveState       = activeStateCollection2;
     this.toggleButton1.Font              = new System.Drawing.Font("Segoe UI", 9F);
     this.toggleButton1.ForeColor         = System.Drawing.Color.Black;
     inactiveStateCollection2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.toggleButton1.InactiveState     = inactiveStateCollection2;
     this.toggleButton1.Location          = new System.Drawing.Point(158, 187);
     this.toggleButton1.MinimumSize       = new System.Drawing.Size(52, 20);
     this.toggleButton1.Name              = "toggleButton1";
     this.toggleButton1.Renderer          = toggleButtonRenderer2;
     this.toggleButton1.Size              = new System.Drawing.Size(114, 45);
     sliderCollection2.Width              = 51;
     this.toggleButton1.Slider            = sliderCollection2;
     this.toggleButton1.TabIndex          = 0;
     this.toggleButton1.Text              = "toggleButton1";
     this.toggleButton1.VisualStyle       = Syncfusion.Windows.Forms.Tools.ToggleButtonStyle.Default;
     //
     // gradientPanel2
     //
     this.gradientPanel2.BorderColor = System.Drawing.Color.DarkGray;
     this.gradientPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel2.Controls.Add(this.groupBar1);
     this.gradientPanel2.Location = new System.Drawing.Point(695, 45);
     this.gradientPanel2.Name     = "gradientPanel2";
     this.gradientPanel2.Size     = new System.Drawing.Size(572, 640);
     this.gradientPanel2.TabIndex = 1;
     //
     // groupBar1
     //
     this.groupBar1.AllowDrop       = true;
     this.groupBar1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
     this.groupBar1.BeforeTouchSize = new System.Drawing.Size(555, 623);
     this.groupBar1.BorderColor     = System.Drawing.Color.White;
     this.groupBar1.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.groupBar1.CollapseImage   = ((System.Drawing.Image)(resources.GetObject("groupBar1.CollapseImage")));
     this.groupBar1.Controls.Add(this.panel3);
     this.groupBar1.Controls.Add(this.panel1);
     this.groupBar1.Controls.Add(this.panel2);
     this.groupBar1.ExpandButtonToolTip = null;
     this.groupBar1.ExpandImage         = ((System.Drawing.Image)(resources.GetObject("groupBar1.ExpandImage")));
     this.groupBar1.FlatLook            = true;
     this.groupBar1.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.groupBar1.ForeColor = System.Drawing.Color.White;
     this.groupBar1.GroupBarDropDownToolTip = null;
     this.groupBar1.GroupBarItemHeight      = 30;
     this.groupBar1.GroupBarItems.AddRange(new Syncfusion.Windows.Forms.Tools.GroupBarItem[] {
         this.groupBarItem1,
         this.groupBarItem2,
         this.groupBarItem3
     });
     this.groupBar1.IndexOnVisibleItems   = true;
     this.groupBar1.Location              = new System.Drawing.Point(12, 3);
     this.groupBar1.MinimizeButtonToolTip = null;
     this.groupBar1.Name = "groupBar1";
     this.groupBar1.NavigationPaneTooltip = null;
     this.groupBar1.PopupClientSize       = new System.Drawing.Size(0, 0);
     this.groupBar1.SelectedItem          = 0;
     this.groupBar1.Size          = new System.Drawing.Size(555, 623);
     this.groupBar1.SmartSizeBox  = false;
     this.groupBar1.Splittercolor = System.Drawing.SystemColors.ControlDark;
     this.groupBar1.TabIndex      = 1;
     this.groupBar1.Text          = "groupBar1";
     this.groupBar1.VisualStyle   = Syncfusion.Windows.Forms.VisualStyle.Metro;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Controls.Add(this.checkBoxAdv3);
     this.panel3.Controls.Add(this.label8);
     this.panel3.Controls.Add(this.checkBoxAdv2);
     this.panel3.Controls.Add(this.comboBoxAdv5);
     this.panel3.Controls.Add(this.checkBoxAdv1);
     this.panel3.Controls.Add(this.comboBoxAdv6);
     this.panel3.Controls.Add(this.label9);
     this.panel3.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel3.Location = new System.Drawing.Point(0, 90);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(555, 533);
     this.panel3.TabIndex = 2;
     //
     // checkBoxAdv3
     //
     this.checkBoxAdv3.AutoHeight         = true;
     this.checkBoxAdv3.BeforeTouchSize    = new System.Drawing.Size(150, 35);
     this.checkBoxAdv3.Checked            = true;
     this.checkBoxAdv3.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAdv3.DrawFocusRectangle = false;
     this.checkBoxAdv3.Font               = new System.Drawing.Font("Segoe UI", 8F);
     this.checkBoxAdv3.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.checkBoxAdv3.ImageCheckBoxSize  = new System.Drawing.Size(16, 16);
     this.checkBoxAdv3.Location           = new System.Drawing.Point(28, 257);
     this.checkBoxAdv3.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
     this.checkBoxAdv3.Name               = "checkBoxAdv3";
     this.checkBoxAdv3.Size               = new System.Drawing.Size(150, 35);
     this.checkBoxAdv3.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv3.TabIndex           = 21;
     this.checkBoxAdv3.Text               = "Enabled";
     this.checkBoxAdv3.ThemesEnabled      = false;
     this.checkBoxAdv3.CheckStateChanged += new System.EventHandler(this.checkBoxAdv3_CheckStateChanged);
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label8.Location  = new System.Drawing.Point(26, 53);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(140, 30);
     this.label8.TabIndex  = 16;
     this.label8.Text      = "DisplayMode";
     //
     // checkBoxAdv2
     //
     this.checkBoxAdv2.AutoHeight         = true;
     this.checkBoxAdv2.BeforeTouchSize    = new System.Drawing.Size(150, 35);
     this.checkBoxAdv2.Checked            = true;
     this.checkBoxAdv2.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAdv2.DrawFocusRectangle = false;
     this.checkBoxAdv2.Font               = new System.Drawing.Font("Segoe UI", 8F);
     this.checkBoxAdv2.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.checkBoxAdv2.ImageCheckBoxSize  = new System.Drawing.Size(16, 16);
     this.checkBoxAdv2.Location           = new System.Drawing.Point(29, 205);
     this.checkBoxAdv2.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
     this.checkBoxAdv2.Name               = "checkBoxAdv2";
     this.checkBoxAdv2.Size               = new System.Drawing.Size(150, 35);
     this.checkBoxAdv2.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv2.TabIndex           = 20;
     this.checkBoxAdv2.Text               = "Visible";
     this.checkBoxAdv2.ThemesEnabled      = false;
     this.checkBoxAdv2.CheckStateChanged += new System.EventHandler(this.checkBoxAdv2_CheckStateChanged);
     //
     // comboBoxAdv5
     //
     this.comboBoxAdv5.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv5.BeforeTouchSize = new System.Drawing.Size(120, 36);
     this.comboBoxAdv5.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv5.FlatBorderColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.comboBoxAdv5.Font            = new System.Drawing.Font("Segoe UI", 8F);
     this.comboBoxAdv5.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.comboBoxAdv5.Items.AddRange(new object[] {
         "Text",
         "Image"
     });
     this.comboBoxAdv5.Location              = new System.Drawing.Point(325, 53);
     this.comboBoxAdv5.Name                  = "comboBoxAdv5";
     this.comboBoxAdv5.Size                  = new System.Drawing.Size(120, 36);
     this.comboBoxAdv5.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv5.TabIndex              = 15;
     this.comboBoxAdv5.Text                  = "Text";
     this.comboBoxAdv5.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv5_SelectedIndexChanged);
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.AutoHeight         = true;
     this.checkBoxAdv1.BeforeTouchSize    = new System.Drawing.Size(180, 35);
     this.checkBoxAdv1.DrawFocusRectangle = false;
     this.checkBoxAdv1.Font               = new System.Drawing.Font("Segoe UI", 8F);
     this.checkBoxAdv1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.checkBoxAdv1.ImageCheckBoxSize  = new System.Drawing.Size(16, 16);
     this.checkBoxAdv1.Location           = new System.Drawing.Point(29, 154);
     this.checkBoxAdv1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
     this.checkBoxAdv1.Name               = "checkBoxAdv1";
     this.checkBoxAdv1.Size               = new System.Drawing.Size(180, 35);
     this.checkBoxAdv1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv1.TabIndex           = 19;
     this.checkBoxAdv1.Text               = "Right To Left";
     this.checkBoxAdv1.ThemesEnabled      = false;
     this.checkBoxAdv1.CheckStateChanged += new System.EventHandler(this.checkBoxAdv1_CheckStateChanged);
     //
     // comboBoxAdv6
     //
     this.comboBoxAdv6.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv6.BeforeTouchSize = new System.Drawing.Size(120, 36);
     this.comboBoxAdv6.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv6.FlatBorderColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.comboBoxAdv6.Font            = new System.Drawing.Font("Segoe UI", 8F);
     this.comboBoxAdv6.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.comboBoxAdv6.Items.AddRange(new object[] {
         "Default",
         "Office2016Colorful",
         "Office2016White",
         "Office2016DarkGray",
         "Office2016Black"
     });
     this.comboBoxAdv6.Location              = new System.Drawing.Point(325, 107);
     this.comboBoxAdv6.Name                  = "comboBoxAdv6";
     this.comboBoxAdv6.Size                  = new System.Drawing.Size(120, 36);
     this.comboBoxAdv6.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv6.TabIndex              = 17;
     this.comboBoxAdv6.Text                  = "Default";
     this.comboBoxAdv6.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv6_SelectedIndexChanged);
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label9.Location  = new System.Drawing.Point(27, 106);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(59, 30);
     this.label9.TabIndex  = 18;
     this.label9.Text      = "Style";
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.BackColor  = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.colorPickerUIAdv1);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.comboBoxAdv1);
     this.panel1.Controls.Add(this.comboBoxAdv2);
     this.panel1.Controls.Add(this.textBoxExt1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel1.Location = new System.Drawing.Point(0, 30);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(555, 533);
     this.panel1.TabIndex = 0;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(16, 54);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(94, 26);
     this.label3.TabIndex  = 8;
     this.label3.Text      = "Property";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(16, 17);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(127, 30);
     this.label2.TabIndex  = 7;
     this.label2.Text      = "ToggleState";
     //
     // comboBoxAdv1
     //
     this.comboBoxAdv1.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(241, 36);
     this.comboBoxAdv1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv1.FlatBorderColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.comboBoxAdv1.Font            = new System.Drawing.Font("Segoe UI", 8F);
     this.comboBoxAdv1.Items.AddRange(new object[] {
         "Background color",
         "Border color",
         "Foreground color",
         "Hover color"
     });
     this.comboBoxAdv1.Location  = new System.Drawing.Point(236, 59);
     this.comboBoxAdv1.Name      = "comboBoxAdv1";
     this.comboBoxAdv1.Size      = new System.Drawing.Size(241, 36);
     this.comboBoxAdv1.Style     = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv1.TabIndex  = 3;
     this.comboBoxAdv1.Text      = "Background color";
     this.comboBoxAdv1.ThemeName = "Metro";
     //
     // comboBoxAdv2
     //
     this.comboBoxAdv2.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv2.BeforeTouchSize = new System.Drawing.Size(241, 36);
     this.comboBoxAdv2.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv2.FlatBorderColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.comboBoxAdv2.Font            = new System.Drawing.Font("Segoe UI", 8F);
     this.comboBoxAdv2.Items.AddRange(new object[] {
         "Active",
         "InActive"
     });
     this.comboBoxAdv2.Location              = new System.Drawing.Point(236, 17);
     this.comboBoxAdv2.Name                  = "comboBoxAdv2";
     this.comboBoxAdv2.Size                  = new System.Drawing.Size(241, 36);
     this.comboBoxAdv2.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv2.TabIndex              = 6;
     this.comboBoxAdv2.Text                  = "InActive";
     this.comboBoxAdv2.ThemeName             = "Metro";
     this.comboBoxAdv2.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv2_SelectedIndexChanged);
     //
     // textBoxExt1
     //
     this.textBoxExt1.BeforeTouchSize = new System.Drawing.Size(128, 36);
     this.textBoxExt1.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.textBoxExt1.Location        = new System.Drawing.Point(236, 101);
     this.textBoxExt1.Name            = "textBoxExt1";
     this.textBoxExt1.Size            = new System.Drawing.Size(241, 37);
     this.textBoxExt1.TabIndex        = 4;
     this.textBoxExt1.Text            = "ON";
     this.textBoxExt1.ThemeName       = "Default";
     this.textBoxExt1.TextChanged    += new System.EventHandler(this.textBoxExt1_TextChanged);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(16, 88);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(52, 30);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "Text";
     //
     // panel2
     //
     this.panel2.AutoScroll = true;
     this.panel2.BackColor  = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.colorPickerUIAdv2);
     this.panel2.Controls.Add(this.comboBox1);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.comboBoxAdv4);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.textBoxExt2);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label6);
     this.panel2.Controls.Add(this.comboBoxAdv3);
     this.panel2.Font     = new System.Drawing.Font("Segoe UI", 8F);
     this.panel2.Location = new System.Drawing.Point(0, 60);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(555, 563);
     this.panel2.TabIndex = 1;
     //
     // comboBox1
     //
     this.comboBox1.BackColor       = System.Drawing.Color.White;
     this.comboBox1.BeforeTouchSize = new System.Drawing.Size(128, 36);
     this.comboBox1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FlatBorderColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.comboBox1.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.comboBox1.Items.AddRange(new object[] {
         "1",
         "2",
         "3",
         "4",
         "5",
         "6",
         "7"
     });
     this.comboBox1.Location              = new System.Drawing.Point(310, 44);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(128, 36);
     this.comboBox1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBox1.TabIndex              = 18;
     this.comboBox1.Text                  = "2";
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Location  = new System.Drawing.Point(67, 77);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(71, 30);
     this.label7.TabIndex  = 17;
     this.label7.Text      = "Width";
     //
     // comboBoxAdv4
     //
     this.comboBoxAdv4.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv4.BeforeTouchSize = new System.Drawing.Size(128, 36);
     this.comboBoxAdv4.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv4.FlatBorderColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.comboBoxAdv4.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxAdv4.Items.AddRange(new object[] {
         "Background color",
         "InactiveBack color",
         "Border color",
         "Foreground color",
         "Hover color",
         "InactiveHover color"
     });
     this.comboBoxAdv4.Location = new System.Drawing.Point(310, 110);
     this.comboBoxAdv4.Name     = "comboBoxAdv4";
     this.comboBoxAdv4.Size     = new System.Drawing.Size(128, 36);
     this.comboBoxAdv4.Style    = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv4.TabIndex = 10;
     this.comboBoxAdv4.Text     = "Background color";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location  = new System.Drawing.Point(67, 110);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(97, 30);
     this.label4.TabIndex  = 15;
     this.label4.Text      = "Property";
     //
     // textBoxExt2
     //
     this.textBoxExt2.BeforeTouchSize = new System.Drawing.Size(128, 36);
     this.textBoxExt2.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.textBoxExt2.Location        = new System.Drawing.Point(310, 77);
     this.textBoxExt2.Name            = "textBoxExt2";
     this.textBoxExt2.Size            = new System.Drawing.Size(128, 36);
     this.textBoxExt2.TabIndex        = 11;
     this.textBoxExt2.TextChanged    += new System.EventHandler(this.textBoxExt2_TextChanged);
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location  = new System.Drawing.Point(67, 14);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(140, 30);
     this.label5.TabIndex  = 14;
     this.label5.Text      = "DisplayMode";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.label6.ForeColor = System.Drawing.Color.Black;
     this.label6.Location  = new System.Drawing.Point(67, 44);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(52, 30);
     this.label6.TabIndex  = 12;
     this.label6.Text      = "Text";
     //
     // comboBoxAdv3
     //
     this.comboBoxAdv3.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv3.BeforeTouchSize = new System.Drawing.Size(128, 36);
     this.comboBoxAdv3.FlatBorderColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.comboBoxAdv3.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxAdv3.Items.AddRange(new object[] {
         "Text",
         "Image"
     });
     this.comboBoxAdv3.Location              = new System.Drawing.Point(310, 14);
     this.comboBoxAdv3.Name                  = "comboBoxAdv3";
     this.comboBoxAdv3.Size                  = new System.Drawing.Size(128, 36);
     this.comboBoxAdv3.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv3.TabIndex              = 13;
     this.comboBoxAdv3.Text                  = "Text";
     this.comboBoxAdv3.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv3_SelectedIndexChanged);
     //
     // groupBarItem1
     //
     this.groupBarItem1.BackColor = System.Drawing.Color.White;
     this.groupBarItem1.Client    = this.panel1;
     this.groupBarItem1.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.groupBarItem1.Text      = "Frame Properties";
     //
     // groupBarItem2
     //
     this.groupBarItem2.BackColor = System.Drawing.Color.White;
     this.groupBarItem2.Client    = this.panel2;
     this.groupBarItem2.Text      = "Slider Properties";
     //
     // groupBarItem3
     //
     this.groupBarItem3.BackColor = System.Drawing.Color.White;
     this.groupBarItem3.Client    = this.panel3;
     this.groupBarItem3.Text      = "Functionalities";
     //
     // autoLabel1
     //
     this.autoLabel1.AutoSize  = false;
     this.autoLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(239)))));
     this.autoLabel1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.autoLabel1.Font      = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.autoLabel1.ForeColor = System.Drawing.Color.Black;
     this.autoLabel1.Location  = new System.Drawing.Point(0, 0);
     this.autoLabel1.Name      = "autoLabel1";
     this.autoLabel1.Size      = new System.Drawing.Size(1283, 42);
     this.autoLabel1.TabIndex  = 0;
     this.autoLabel1.Text      = "This sample describes the characteristics and the features of ToggleButton";
     this.autoLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 30F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(239)))));
     this.CaptionBarColor     = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.CaptionButtonColor  = System.Drawing.Color.White;
     this.CaptionForeColor    = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1283, 690);
     this.Controls.Add(this.gradientPanel1);
     this.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor = System.Drawing.Color.Black;
     this.Name      = "MainForm";
     this.Text      = "ToggleButtonDemo";
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
     this.gradientPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel3)).EndInit();
     this.gradientPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.toggleButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel2)).EndInit();
     this.gradientPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupBar1)).EndInit();
     this.groupBar1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv6)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxExt1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxExt2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv3)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection1   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection1 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection1        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     this.pipelineTestSettingsTablePanel = new System.Windows.Forms.TableLayoutPanel();
     this.methodNameLabel             = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.methodEnabledSettingsToggle = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.pipelineTestSettingsTablePanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.methodEnabledSettingsToggle)).BeginInit();
     this.SuspendLayout();
     //
     // pipelineTestSettingsTablePanel
     //
     this.pipelineTestSettingsTablePanel.BackColor   = System.Drawing.Color.White;
     this.pipelineTestSettingsTablePanel.ColumnCount = 2;
     this.pipelineTestSettingsTablePanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.pipelineTestSettingsTablePanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.pipelineTestSettingsTablePanel.Controls.Add(this.methodNameLabel, 0, 0);
     this.pipelineTestSettingsTablePanel.Controls.Add(this.methodEnabledSettingsToggle, 1, 0);
     this.pipelineTestSettingsTablePanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pipelineTestSettingsTablePanel.Location = new System.Drawing.Point(0, 0);
     this.pipelineTestSettingsTablePanel.Name     = "pipelineTestSettingsTablePanel";
     this.pipelineTestSettingsTablePanel.RowCount = 1;
     this.pipelineTestSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.pipelineTestSettingsTablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.pipelineTestSettingsTablePanel.Size     = new System.Drawing.Size(384, 50);
     this.pipelineTestSettingsTablePanel.TabIndex = 1;
     //
     // methodNameLabel
     //
     this.methodNameLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.methodNameLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.methodNameLabel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.methodNameLabel.Font      = new System.Drawing.Font("Dosis", 18F);
     this.methodNameLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.methodNameLabel.Location  = new System.Drawing.Point(3, 0);
     this.methodNameLabel.Name      = "methodNameLabel";
     this.methodNameLabel.Size      = new System.Drawing.Size(186, 50);
     this.methodNameLabel.Style     = Syncfusion.Windows.Forms.Tools.AutoLabelStyle.Office2016White;
     this.methodNameLabel.TabIndex  = 47;
     this.methodNameLabel.Text      = "Method Name";
     this.methodNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.methodNameLabel.ThemeName = "Office2016White";
     //
     // methodEnabledSettingsToggle
     //
     activeStateCollection1.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199)))));
     activeStateCollection1.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199)))));
     activeStateCollection1.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     activeStateCollection1.HoverColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(103)))), ((int)(((byte)(176)))));
     this.methodEnabledSettingsToggle.ActiveState   = activeStateCollection1;
     this.methodEnabledSettingsToggle.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.methodEnabledSettingsToggle.DisplayMode   = Syncfusion.Windows.Forms.Tools.DisplayType.Image;
     this.methodEnabledSettingsToggle.Font          = new System.Drawing.Font("Dosis", 12F);
     this.methodEnabledSettingsToggle.ForeColor     = System.Drawing.Color.Black;
     inactiveStateCollection1.BackColor             = System.Drawing.Color.White;
     inactiveStateCollection1.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     inactiveStateCollection1.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     inactiveStateCollection1.HoverColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.methodEnabledSettingsToggle.InactiveState = inactiveStateCollection1;
     this.methodEnabledSettingsToggle.Location      = new System.Drawing.Point(242, 5);
     this.methodEnabledSettingsToggle.Margin        = new System.Windows.Forms.Padding(50, 5, 50, 18);
     this.methodEnabledSettingsToggle.MinimumSize   = new System.Drawing.Size(52, 20);
     this.methodEnabledSettingsToggle.Name          = "methodEnabledSettingsToggle";
     this.methodEnabledSettingsToggle.Size          = new System.Drawing.Size(92, 27);
     sliderCollection1.BackColor                          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     sliderCollection1.BorderColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(171)))), ((int)(((byte)(171)))));
     sliderCollection1.HoverColor                         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     sliderCollection1.InactiveBackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     sliderCollection1.InactiveHoverColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(94)))), ((int)(((byte)(94)))));
     this.methodEnabledSettingsToggle.Slider              = sliderCollection1;
     this.methodEnabledSettingsToggle.TabIndex            = 46;
     this.methodEnabledSettingsToggle.ThemeName           = "Office2016White";
     this.methodEnabledSettingsToggle.VisualStyle         = Syncfusion.Windows.Forms.Tools.ToggleButtonStyle.Office2016White;
     this.methodEnabledSettingsToggle.ToggleStateChanged += new Syncfusion.Windows.Forms.Tools.ToggleStateChangedEventHandler(this.MethodEnabledSettingsToggle_ToggleStateChanged);
     //
     // PipelineTestMethodSettingControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.pipelineTestSettingsTablePanel);
     this.Name = "PipelineTestMethodSettingControl";
     this.Size = new System.Drawing.Size(384, 50);
     this.pipelineTestSettingsTablePanel.ResumeLayout(false);
     this.pipelineTestSettingsTablePanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.methodEnabledSettingsToggle)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection1   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection1 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer1    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection1        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection2   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection2 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer2    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection2        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection3   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection3 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer3    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection3        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection4   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection4 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer4    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection4        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     this.tabControlAdv1 = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
     this.tabPageAdv3    = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
     this.label17        = new System.Windows.Forms.Label();
     this.label16        = new System.Windows.Forms.Label();
     this.label15        = new System.Windows.Forms.Label();
     this.label14        = new System.Windows.Forms.Label();
     this.toggleButton9  = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.toggleButton10 = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.toggleButton11 = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.toggleButton12 = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.label1         = new System.Windows.Forms.Label();
     this.gradientPanel1 = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     ((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).BeginInit();
     this.tabControlAdv1.SuspendLayout();
     this.tabPageAdv3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.toggleButton9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleButton10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleButton11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleButton12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
     this.gradientPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControlAdv1
     //
     this.tabControlAdv1.BeforeTouchSize = new System.Drawing.Size(541, 382);
     this.tabControlAdv1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tabControlAdv1.BorderVisible   = true;
     this.tabControlAdv1.BorderWidth     = 1;
     this.tabControlAdv1.Controls.Add(this.tabPageAdv3);
     this.tabControlAdv1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlAdv1.FixedSingleBorderColor = System.Drawing.Color.Gray;
     this.tabControlAdv1.FocusOnTabClick        = false;
     this.tabControlAdv1.Font              = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControlAdv1.HotTrack          = true;
     this.tabControlAdv1.ItemSize          = new System.Drawing.Size(90, 30);
     this.tabControlAdv1.Location          = new System.Drawing.Point(40, 40);
     this.tabControlAdv1.Name              = "tabControlAdv1";
     this.tabControlAdv1.Size              = new System.Drawing.Size(541, 382);
     this.tabControlAdv1.TabIndex          = 0;
     this.tabControlAdv1.TabPanelBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(239)))));
     this.tabControlAdv1.TabStyle          = typeof(Syncfusion.Windows.Forms.Tools.TabRendererMetro);
     this.tabControlAdv1.ThemesEnabled     = true;
     //
     // tabPageAdv3
     //
     this.tabPageAdv3.Controls.Add(this.label17);
     this.tabPageAdv3.Controls.Add(this.label16);
     this.tabPageAdv3.Controls.Add(this.label15);
     this.tabPageAdv3.Controls.Add(this.label14);
     this.tabPageAdv3.Controls.Add(this.toggleButton9);
     this.tabPageAdv3.Controls.Add(this.toggleButton10);
     this.tabPageAdv3.Controls.Add(this.toggleButton11);
     this.tabPageAdv3.Controls.Add(this.toggleButton12);
     this.tabPageAdv3.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabPageAdv3.Image           = null;
     this.tabPageAdv3.ImageSize       = new System.Drawing.Size(16, 16);
     this.tabPageAdv3.Location        = new System.Drawing.Point(2, 31);
     this.tabPageAdv3.Name            = "tabPageAdv3";
     this.tabPageAdv3.ShowCloseButton = true;
     this.tabPageAdv3.Size            = new System.Drawing.Size(537, 349);
     this.tabPageAdv3.TabIndex        = 3;
     this.tabPageAdv3.Text            = "iOS Style";
     this.tabPageAdv3.ThemesEnabled   = false;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font     = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(80, 248);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(45, 19);
     this.label17.TabIndex = 26;
     this.label17.Text     = "Traffic";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font     = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.Location = new System.Drawing.Point(80, 179);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(148, 19);
     this.label16.TabIndex = 25;
     this.label16.Text     = "Diagnostics and Usage";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font     = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(80, 111);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(135, 19);
     this.label15.TabIndex = 24;
     this.label15.Text     = "Compass Calibration";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font     = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(84, 43);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(131, 19);
     this.label14.TabIndex = 23;
     this.label14.Text     = "Cell Network Search";
     //
     // toggleButton9
     //
     activeStateCollection1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
     activeStateCollection1.BorderColor   = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     activeStateCollection1.HoverColor    = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
     activeStateCollection1.Text          = "ON";
     this.toggleButton9.ActiveState       = activeStateCollection1;
     this.toggleButton9.Font              = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
     this.toggleButton9.ForeColor         = System.Drawing.Color.Black;
     inactiveStateCollection1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
     inactiveStateCollection1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     inactiveStateCollection1.ForeColor   = System.Drawing.Color.White;
     inactiveStateCollection1.HoverColor  = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
     inactiveStateCollection1.Text        = "OFF";
     this.toggleButton9.InactiveState     = inactiveStateCollection1;
     this.toggleButton9.Location          = new System.Drawing.Point(275, 244);
     this.toggleButton9.MinimumSize       = new System.Drawing.Size(52, 20);
     this.toggleButton9.Name              = "toggleButton9";
     this.toggleButton9.Renderer          = toggleButtonRenderer1;
     this.toggleButton9.Size              = new System.Drawing.Size(92, 30);
     sliderCollection1.BackColor          = System.Drawing.Color.White;
     sliderCollection1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     sliderCollection1.ForeColor          = System.Drawing.Color.White;
     sliderCollection1.HoverColor         = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(130)))), ((int)(((byte)(171)))));
     sliderCollection1.Width              = 30;
     this.toggleButton9.Slider            = sliderCollection1;
     this.toggleButton9.TabIndex          = 22;
     this.toggleButton9.Text              = "Button4";
     this.toggleButton9.ToggleState       = Syncfusion.Windows.Forms.Tools.ToggleButtonState.Active;
     //
     // toggleButton10
     //
     activeStateCollection2.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
     activeStateCollection2.BorderColor   = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     activeStateCollection2.HoverColor    = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
     activeStateCollection2.Text          = "ON";
     this.toggleButton10.ActiveState      = activeStateCollection2;
     this.toggleButton10.Font             = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
     this.toggleButton10.ForeColor        = System.Drawing.Color.Black;
     inactiveStateCollection2.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
     inactiveStateCollection2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     inactiveStateCollection2.ForeColor   = System.Drawing.Color.White;
     inactiveStateCollection2.HoverColor  = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
     inactiveStateCollection2.Text        = "OFF";
     this.toggleButton10.InactiveState    = inactiveStateCollection2;
     this.toggleButton10.Location         = new System.Drawing.Point(275, 175);
     this.toggleButton10.MinimumSize      = new System.Drawing.Size(52, 20);
     this.toggleButton10.Name             = "toggleButton10";
     this.toggleButton10.Renderer         = toggleButtonRenderer2;
     this.toggleButton10.Size             = new System.Drawing.Size(92, 30);
     sliderCollection2.BackColor          = System.Drawing.Color.White;
     sliderCollection2.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     sliderCollection2.ForeColor          = System.Drawing.Color.White;
     sliderCollection2.HoverColor         = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(130)))), ((int)(((byte)(171)))));
     sliderCollection2.Width      = 30;
     this.toggleButton10.Slider   = sliderCollection2;
     this.toggleButton10.TabIndex = 21;
     this.toggleButton10.Text     = "Button3";
     //
     // toggleButton11
     //
     activeStateCollection3.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
     activeStateCollection3.BorderColor   = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     activeStateCollection3.HoverColor    = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
     activeStateCollection3.Text          = "ON";
     this.toggleButton11.ActiveState      = activeStateCollection3;
     this.toggleButton11.Font             = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
     this.toggleButton11.ForeColor        = System.Drawing.Color.Black;
     inactiveStateCollection3.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
     inactiveStateCollection3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     inactiveStateCollection3.ForeColor   = System.Drawing.Color.White;
     inactiveStateCollection3.HoverColor  = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
     inactiveStateCollection3.Text        = "OFF";
     this.toggleButton11.InactiveState    = inactiveStateCollection3;
     this.toggleButton11.Location         = new System.Drawing.Point(275, 108);
     this.toggleButton11.MinimumSize      = new System.Drawing.Size(52, 20);
     this.toggleButton11.Name             = "toggleButton11";
     this.toggleButton11.Renderer         = toggleButtonRenderer3;
     this.toggleButton11.Size             = new System.Drawing.Size(92, 30);
     sliderCollection3.BackColor          = System.Drawing.Color.White;
     sliderCollection3.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     sliderCollection3.ForeColor          = System.Drawing.Color.White;
     sliderCollection3.HoverColor         = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(130)))), ((int)(((byte)(171)))));
     sliderCollection3.Width      = 30;
     this.toggleButton11.Slider   = sliderCollection3;
     this.toggleButton11.TabIndex = 20;
     this.toggleButton11.Text     = "Button2";
     //
     // toggleButton12
     //
     activeStateCollection4.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
     activeStateCollection4.BorderColor   = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     activeStateCollection4.HoverColor    = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
     activeStateCollection4.Text          = "ON";
     this.toggleButton12.ActiveState      = activeStateCollection4;
     this.toggleButton12.Font             = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
     this.toggleButton12.ForeColor        = System.Drawing.Color.Black;
     inactiveStateCollection4.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
     inactiveStateCollection4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     inactiveStateCollection4.ForeColor   = System.Drawing.Color.White;
     inactiveStateCollection4.HoverColor  = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
     inactiveStateCollection4.Text        = "OFF";
     this.toggleButton12.InactiveState    = inactiveStateCollection4;
     this.toggleButton12.Location         = new System.Drawing.Point(275, 39);
     this.toggleButton12.MinimumSize      = new System.Drawing.Size(52, 20);
     this.toggleButton12.Name             = "toggleButton12";
     this.toggleButton12.Renderer         = toggleButtonRenderer4;
     this.toggleButton12.Size             = new System.Drawing.Size(92, 30);
     sliderCollection4.BackColor          = System.Drawing.Color.White;
     sliderCollection4.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     sliderCollection4.ForeColor          = System.Drawing.Color.White;
     sliderCollection4.HoverColor         = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(130)))), ((int)(((byte)(171)))));
     sliderCollection4.Width         = 30;
     this.toggleButton12.Slider      = sliderCollection4;
     this.toggleButton12.TabIndex    = 19;
     this.toggleButton12.Text        = "Button1";
     this.toggleButton12.ToggleState = Syncfusion.Windows.Forms.Tools.ToggleButtonState.Active;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(239)))));
     this.label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(623, 35);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "This sample describes the appearance customization of ToggleButton using custom renderer";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gradientPanel1
     //
     this.gradientPanel1.BackColor   = System.Drawing.Color.White;
     this.gradientPanel1.BorderColor = System.Drawing.Color.DarkGray;
     this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel1.Controls.Add(this.tabControlAdv1);
     this.gradientPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gradientPanel1.Location = new System.Drawing.Point(0, 35);
     this.gradientPanel1.Name     = "gradientPanel1";
     this.gradientPanel1.Padding  = new System.Windows.Forms.Padding(40);
     this.gradientPanel1.Size     = new System.Drawing.Size(623, 464);
     this.gradientPanel1.TabIndex = 4;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(239)))));
     this.CaptionAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.CaptionBarColor     = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.CaptionButtonColor  = System.Drawing.Color.White;
     this.CaptionForeColor    = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(623, 499);
     this.Controls.Add(this.gradientPanel1);
     this.Controls.Add(this.label1);
     this.Name     = "Form1";
     this.ShowIcon = false;
     this.Text     = "ToggleCustomizationDemo";
     ((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).EndInit();
     this.tabControlAdv1.ResumeLayout(false);
     this.tabPageAdv3.ResumeLayout(false);
     this.tabPageAdv3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.toggleButton9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleButton10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleButton11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleButton12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
     this.gradientPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #6
0
 /// <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();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection19   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection19 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer19    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection19        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection20   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection20 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer20    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection20        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection21   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection21 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer21    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection21        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     this.playToggleButton             = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.closePictureBox              = new System.Windows.Forms.PictureBox();
     this.firstLoadAudioFileButtonAdv  = new Syncfusion.Windows.Forms.ButtonAdv();
     this.secondLoadAudioFileButtonAdv = new Syncfusion.Windows.Forms.ButtonAdv();
     this.playerVolumeTrackBarEx       = new Syncfusion.Windows.Forms.Tools.TrackBarEx(0, 10);
     this.masterVolumeTrackBarEx       = new Syncfusion.Windows.Forms.Tools.TrackBarEx(0, 10);
     this.FFTGroupBox                 = new System.Windows.Forms.GroupBox();
     this.panel1                      = new System.Windows.Forms.Panel();
     this.label3                      = new System.Windows.Forms.Label();
     this.label2                      = new System.Windows.Forms.Label();
     this.FastForwardPictureBox       = new System.Windows.Forms.PictureBox();
     this.ReplayPictureBox            = new System.Windows.Forms.PictureBox();
     this.RewindPictureBox            = new System.Windows.Forms.PictureBox();
     this.PlayResumePictureBox        = new System.Windows.Forms.PictureBox();
     this.StopPictureBox              = new System.Windows.Forms.PictureBox();
     this.PausePictureBox             = new System.Windows.Forms.PictureBox();
     this.FFTPictureBox               = new System.Windows.Forms.PictureBox();
     this.playbackProgressBarAdv      = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
     this.pitchTrackBarEx             = new Syncfusion.Windows.Forms.Tools.TrackBarEx(0, 10);
     this.rateTrackBarEx              = new Syncfusion.Windows.Forms.Tools.TrackBarEx(0, 10);
     this.tempoTrackBarEx             = new Syncfusion.Windows.Forms.Tools.TrackBarEx(0, 10);
     this.reversePlaybackToggleButton = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.reverseGroupBox             = new System.Windows.Forms.GroupBox();
     this.volumeGroupBox              = new System.Windows.Forms.GroupBox();
     this.volumePictureBox            = new System.Windows.Forms.PictureBox();
     this.audioPitchGroupBox          = new System.Windows.Forms.GroupBox();
     this.pitchNumericUpDown          = new System.Windows.Forms.NumericUpDown();
     this.metronomeGroupBox           = new System.Windows.Forms.GroupBox();
     this.periodicityTextBox          = new System.Windows.Forms.TextBox();
     this.periodicityLabel            = new System.Windows.Forms.Label();
     this.frequencyLabel              = new System.Windows.Forms.Label();
     this.periodicityTrackBarEx       = new Syncfusion.Windows.Forms.Tools.TrackBarEx(0, 10);
     this.frequencyNumericUpDown      = new System.Windows.Forms.NumericUpDown();
     this.metronomeToggleButton       = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.frequencyTrackBarEx         = new Syncfusion.Windows.Forms.Tools.TrackBarEx(0, 10);
     this.audioSpeedGroupBox          = new System.Windows.Forms.GroupBox();
     this.tempoNumericUpDown          = new System.Windows.Forms.NumericUpDown();
     this.numberPictureBox            = new System.Windows.Forms.PictureBox();
     this.nicePictureBox              = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.playToggleButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.closePictureBox)).BeginInit();
     this.FFTGroupBox.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FastForwardPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ReplayPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RewindPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PlayResumePictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.StopPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PausePictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FFTPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.playbackProgressBarAdv)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.reversePlaybackToggleButton)).BeginInit();
     this.reverseGroupBox.SuspendLayout();
     this.volumeGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.volumePictureBox)).BeginInit();
     this.audioPitchGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pitchNumericUpDown)).BeginInit();
     this.metronomeGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.frequencyNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.metronomeToggleButton)).BeginInit();
     this.audioSpeedGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tempoNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numberPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nicePictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // playToggleButton
     //
     this.playToggleButton.ActiveState     = activeStateCollection19;
     this.playToggleButton.Font            = new System.Drawing.Font("Segoe UI", 9F);
     this.playToggleButton.ForeColor       = System.Drawing.Color.Black;
     inactiveStateCollection19.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.playToggleButton.InactiveState   = inactiveStateCollection19;
     this.playToggleButton.Location        = new System.Drawing.Point(691, 240);
     this.playToggleButton.MinimumSize     = new System.Drawing.Size(52, 20);
     this.playToggleButton.Name            = "playToggleButton";
     this.playToggleButton.Renderer        = toggleButtonRenderer19;
     this.playToggleButton.Size            = new System.Drawing.Size(90, 40);
     this.playToggleButton.Slider          = sliderCollection19;
     this.playToggleButton.TabIndex        = 0;
     this.playToggleButton.Text            = "toggleButton1";
     //
     // closePictureBox
     //
     this.closePictureBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.closePictureBox.Location = new System.Drawing.Point(599, 9);
     this.closePictureBox.Margin   = new System.Windows.Forms.Padding(0);
     this.closePictureBox.Name     = "closePictureBox";
     this.closePictureBox.Size     = new System.Drawing.Size(32, 32);
     this.closePictureBox.TabIndex = 1;
     this.closePictureBox.TabStop  = false;
     //
     // firstLoadAudioFileButtonAdv
     //
     this.firstLoadAudioFileButtonAdv.BeforeTouchSize   = new System.Drawing.Size(112, 23);
     this.firstLoadAudioFileButtonAdv.IsBackStageButton = false;
     this.firstLoadAudioFileButtonAdv.Location          = new System.Drawing.Point(183, 18);
     this.firstLoadAudioFileButtonAdv.Name     = "firstLoadAudioFileButtonAdv";
     this.firstLoadAudioFileButtonAdv.Size     = new System.Drawing.Size(112, 23);
     this.firstLoadAudioFileButtonAdv.TabIndex = 2;
     this.firstLoadAudioFileButtonAdv.Text     = "first load";
     //
     // secondLoadAudioFileButtonAdv
     //
     this.secondLoadAudioFileButtonAdv.BeforeTouchSize   = new System.Drawing.Size(112, 23);
     this.secondLoadAudioFileButtonAdv.IsBackStageButton = false;
     this.secondLoadAudioFileButtonAdv.Location          = new System.Drawing.Point(341, 18);
     this.secondLoadAudioFileButtonAdv.Name     = "secondLoadAudioFileButtonAdv";
     this.secondLoadAudioFileButtonAdv.Size     = new System.Drawing.Size(112, 23);
     this.secondLoadAudioFileButtonAdv.TabIndex = 5;
     this.secondLoadAudioFileButtonAdv.Text     = "second load";
     //
     // playerVolumeTrackBarEx
     //
     this.playerVolumeTrackBarEx.BackColor             = System.Drawing.Color.Transparent;
     this.playerVolumeTrackBarEx.BeforeTouchSize       = new System.Drawing.Size(20, 150);
     this.playerVolumeTrackBarEx.Location              = new System.Drawing.Point(752, 61);
     this.playerVolumeTrackBarEx.Name                  = "playerVolumeTrackBarEx";
     this.playerVolumeTrackBarEx.Orientation           = System.Windows.Forms.Orientation.Vertical;
     this.playerVolumeTrackBarEx.Size                  = new System.Drawing.Size(20, 150);
     this.playerVolumeTrackBarEx.Style                 = Syncfusion.Windows.Forms.Tools.TrackBarEx.Theme.Default;
     this.playerVolumeTrackBarEx.TabIndex              = 6;
     this.playerVolumeTrackBarEx.Text                  = "trackBarEx1";
     this.playerVolumeTrackBarEx.TimerInterval         = 100;
     this.playerVolumeTrackBarEx.TrackBarGradientEnd   = System.Drawing.Color.DimGray;
     this.playerVolumeTrackBarEx.TrackBarGradientStart = System.Drawing.Color.DarkGray;
     this.playerVolumeTrackBarEx.Value                 = 5;
     //
     // masterVolumeTrackBarEx
     //
     this.masterVolumeTrackBarEx.BackColor             = System.Drawing.Color.Transparent;
     this.masterVolumeTrackBarEx.BeforeTouchSize       = new System.Drawing.Size(20, 150);
     this.masterVolumeTrackBarEx.Location              = new System.Drawing.Point(691, 61);
     this.masterVolumeTrackBarEx.Name                  = "masterVolumeTrackBarEx";
     this.masterVolumeTrackBarEx.Orientation           = System.Windows.Forms.Orientation.Vertical;
     this.masterVolumeTrackBarEx.Size                  = new System.Drawing.Size(20, 150);
     this.masterVolumeTrackBarEx.Style                 = Syncfusion.Windows.Forms.Tools.TrackBarEx.Theme.Default;
     this.masterVolumeTrackBarEx.TabIndex              = 10;
     this.masterVolumeTrackBarEx.Text                  = "trackBarEx1";
     this.masterVolumeTrackBarEx.TimerInterval         = 100;
     this.masterVolumeTrackBarEx.TrackBarGradientEnd   = System.Drawing.Color.DimGray;
     this.masterVolumeTrackBarEx.TrackBarGradientStart = System.Drawing.Color.DarkGray;
     this.masterVolumeTrackBarEx.Value                 = 5;
     //
     // FFTGroupBox
     //
     this.FFTGroupBox.Controls.Add(this.panel1);
     this.FFTGroupBox.Controls.Add(this.FFTPictureBox);
     this.FFTGroupBox.Controls.Add(this.playbackProgressBarAdv);
     this.FFTGroupBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FFTGroupBox.Location = new System.Drawing.Point(12, 45);
     this.FFTGroupBox.Name     = "FFTGroupBox";
     this.FFTGroupBox.Size     = new System.Drawing.Size(613, 429);
     this.FFTGroupBox.TabIndex = 28;
     this.FFTGroupBox.TabStop  = false;
     this.FFTGroupBox.Text     = "FFT";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.FastForwardPictureBox);
     this.panel1.Controls.Add(this.ReplayPictureBox);
     this.panel1.Controls.Add(this.RewindPictureBox);
     this.panel1.Controls.Add(this.PlayResumePictureBox);
     this.panel1.Controls.Add(this.StopPictureBox);
     this.panel1.Controls.Add(this.PausePictureBox);
     this.panel1.Location = new System.Drawing.Point(6, 334);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(601, 89);
     this.panel1.TabIndex = 47;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(553, 51);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(34, 13);
     this.label3.TabIndex = 49;
     this.label3.Text     = "+5 %";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(404, 52);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(31, 13);
     this.label2.TabIndex = 48;
     this.label2.Text     = "-5 %";
     //
     // FastForwardPictureBox
     //
     this.FastForwardPictureBox.Location = new System.Drawing.Point(499, 31);
     this.FastForwardPictureBox.Name     = "FastForwardPictureBox";
     this.FastForwardPictureBox.Size     = new System.Drawing.Size(60, 50);
     this.FastForwardPictureBox.TabIndex = 46;
     this.FastForwardPictureBox.TabStop  = false;
     //
     // ReplayPictureBox
     //
     this.ReplayPictureBox.Location = new System.Drawing.Point(34, 31);
     this.ReplayPictureBox.Name     = "ReplayPictureBox";
     this.ReplayPictureBox.Size     = new System.Drawing.Size(60, 50);
     this.ReplayPictureBox.TabIndex = 41;
     this.ReplayPictureBox.TabStop  = false;
     //
     // RewindPictureBox
     //
     this.RewindPictureBox.Location = new System.Drawing.Point(429, 31);
     this.RewindPictureBox.Name     = "RewindPictureBox";
     this.RewindPictureBox.Size     = new System.Drawing.Size(60, 50);
     this.RewindPictureBox.TabIndex = 45;
     this.RewindPictureBox.TabStop  = false;
     //
     // PlayResumePictureBox
     //
     this.PlayResumePictureBox.Location = new System.Drawing.Point(238, 31);
     this.PlayResumePictureBox.Name     = "PlayResumePictureBox";
     this.PlayResumePictureBox.Size     = new System.Drawing.Size(60, 50);
     this.PlayResumePictureBox.TabIndex = 42;
     this.PlayResumePictureBox.TabStop  = false;
     //
     // StopPictureBox
     //
     this.StopPictureBox.Location = new System.Drawing.Point(103, 31);
     this.StopPictureBox.Name     = "StopPictureBox";
     this.StopPictureBox.Size     = new System.Drawing.Size(60, 50);
     this.StopPictureBox.TabIndex = 44;
     this.StopPictureBox.TabStop  = false;
     //
     // PausePictureBox
     //
     this.PausePictureBox.Location = new System.Drawing.Point(304, 31);
     this.PausePictureBox.Name     = "PausePictureBox";
     this.PausePictureBox.Size     = new System.Drawing.Size(60, 50);
     this.PausePictureBox.TabIndex = 43;
     this.PausePictureBox.TabStop  = false;
     //
     // FFTPictureBox
     //
     this.FFTPictureBox.BackColor = System.Drawing.Color.Black;
     this.FFTPictureBox.Location  = new System.Drawing.Point(6, 16);
     this.FFTPictureBox.Name      = "FFTPictureBox";
     this.FFTPictureBox.Size      = new System.Drawing.Size(601, 294);
     this.FFTPictureBox.TabIndex  = 0;
     this.FFTPictureBox.TabStop   = false;
     //
     // playbackProgressBarAdv
     //
     this.playbackProgressBarAdv.BackGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.playbackProgressBarAdv.BackGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.playbackProgressBarAdv.BackgroundStyle        = Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Gradient;
     this.playbackProgressBarAdv.BackMultipleColors     = new System.Drawing.Color[] {
         System.Drawing.Color.Empty
     };
     this.playbackProgressBarAdv.BackSegments        = false;
     this.playbackProgressBarAdv.BackTubeEndColor    = System.Drawing.Color.White;
     this.playbackProgressBarAdv.BackTubeStartColor  = System.Drawing.Color.LightGray;
     this.playbackProgressBarAdv.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(149)))), ((int)(((byte)(152)))));
     this.playbackProgressBarAdv.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.playbackProgressBarAdv.CustomText          = null;
     this.playbackProgressBarAdv.CustomWaitingRender = false;
     this.playbackProgressBarAdv.FontColor           = System.Drawing.Color.White;
     this.playbackProgressBarAdv.ForegroundImage     = null;
     this.playbackProgressBarAdv.GradientEndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.playbackProgressBarAdv.GradientStartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.playbackProgressBarAdv.Location            = new System.Drawing.Point(6, 311);
     this.playbackProgressBarAdv.MultipleColors      = new System.Drawing.Color[] {
         System.Drawing.Color.Empty
     };
     this.playbackProgressBarAdv.Name                 = "playbackProgressBarAdv";
     this.playbackProgressBarAdv.ProgressStyle        = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Metro;
     this.playbackProgressBarAdv.SegmentWidth         = 12;
     this.playbackProgressBarAdv.Size                 = new System.Drawing.Size(601, 23);
     this.playbackProgressBarAdv.TabIndex             = 34;
     this.playbackProgressBarAdv.Text                 = "progressBarAdv1";
     this.playbackProgressBarAdv.ThemesEnabled        = false;
     this.playbackProgressBarAdv.TubeEndColor         = System.Drawing.Color.Black;
     this.playbackProgressBarAdv.TubeStartColor       = System.Drawing.Color.Red;
     this.playbackProgressBarAdv.Value                = 0;
     this.playbackProgressBarAdv.WaitingGradientWidth = 400;
     //
     // pitchTrackBarEx
     //
     this.pitchTrackBarEx.BackColor             = System.Drawing.Color.Transparent;
     this.pitchTrackBarEx.BeforeTouchSize       = new System.Drawing.Size(150, 20);
     this.pitchTrackBarEx.Location              = new System.Drawing.Point(6, 19);
     this.pitchTrackBarEx.Name                  = "pitchTrackBarEx";
     this.pitchTrackBarEx.Size                  = new System.Drawing.Size(150, 20);
     this.pitchTrackBarEx.Style                 = Syncfusion.Windows.Forms.Tools.TrackBarEx.Theme.Default;
     this.pitchTrackBarEx.TabIndex              = 30;
     this.pitchTrackBarEx.Text                  = "trackBarEx1";
     this.pitchTrackBarEx.TimerInterval         = 100;
     this.pitchTrackBarEx.TrackBarGradientEnd   = System.Drawing.Color.DimGray;
     this.pitchTrackBarEx.TrackBarGradientStart = System.Drawing.Color.DarkGray;
     this.pitchTrackBarEx.Value                 = 5;
     //
     // rateTrackBarEx
     //
     this.rateTrackBarEx.BackColor             = System.Drawing.Color.Transparent;
     this.rateTrackBarEx.BeforeTouchSize       = new System.Drawing.Size(20, 150);
     this.rateTrackBarEx.Location              = new System.Drawing.Point(795, 61);
     this.rateTrackBarEx.Name                  = "rateTrackBarEx";
     this.rateTrackBarEx.Orientation           = System.Windows.Forms.Orientation.Vertical;
     this.rateTrackBarEx.Size                  = new System.Drawing.Size(20, 150);
     this.rateTrackBarEx.Style                 = Syncfusion.Windows.Forms.Tools.TrackBarEx.Theme.Default;
     this.rateTrackBarEx.TabIndex              = 31;
     this.rateTrackBarEx.Text                  = "trackBarEx1";
     this.rateTrackBarEx.TimerInterval         = 100;
     this.rateTrackBarEx.TrackBarGradientEnd   = System.Drawing.Color.DimGray;
     this.rateTrackBarEx.TrackBarGradientStart = System.Drawing.Color.DarkGray;
     this.rateTrackBarEx.Value                 = 5;
     //
     // tempoTrackBarEx
     //
     this.tempoTrackBarEx.BackColor             = System.Drawing.Color.Transparent;
     this.tempoTrackBarEx.BeforeTouchSize       = new System.Drawing.Size(150, 20);
     this.tempoTrackBarEx.Location              = new System.Drawing.Point(6, 19);
     this.tempoTrackBarEx.Name                  = "tempoTrackBarEx";
     this.tempoTrackBarEx.Size                  = new System.Drawing.Size(150, 20);
     this.tempoTrackBarEx.Style                 = Syncfusion.Windows.Forms.Tools.TrackBarEx.Theme.Default;
     this.tempoTrackBarEx.TabIndex              = 32;
     this.tempoTrackBarEx.Text                  = "trackBarEx1";
     this.tempoTrackBarEx.TimerInterval         = 100;
     this.tempoTrackBarEx.TrackBarGradientEnd   = System.Drawing.Color.DimGray;
     this.tempoTrackBarEx.TrackBarGradientStart = System.Drawing.Color.DarkGray;
     this.tempoTrackBarEx.Value                 = 5;
     //
     // reversePlaybackToggleButton
     //
     this.reversePlaybackToggleButton.ActiveState   = activeStateCollection20;
     this.reversePlaybackToggleButton.Font          = new System.Drawing.Font("Segoe UI", 9F);
     this.reversePlaybackToggleButton.ForeColor     = System.Drawing.Color.Black;
     inactiveStateCollection20.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.reversePlaybackToggleButton.InactiveState = inactiveStateCollection20;
     this.reversePlaybackToggleButton.Location      = new System.Drawing.Point(10, 19);
     this.reversePlaybackToggleButton.MinimumSize   = new System.Drawing.Size(52, 20);
     this.reversePlaybackToggleButton.Name          = "reversePlaybackToggleButton";
     this.reversePlaybackToggleButton.Renderer      = toggleButtonRenderer20;
     this.reversePlaybackToggleButton.Size          = new System.Drawing.Size(154, 40);
     this.reversePlaybackToggleButton.Slider        = sliderCollection20;
     this.reversePlaybackToggleButton.TabIndex      = 33;
     this.reversePlaybackToggleButton.Text          = "toggleButton1";
     //
     // reverseGroupBox
     //
     this.reverseGroupBox.Controls.Add(this.reversePlaybackToggleButton);
     this.reverseGroupBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.reverseGroupBox.Location = new System.Drawing.Point(194, 561);
     this.reverseGroupBox.Name     = "reverseGroupBox";
     this.reverseGroupBox.Size     = new System.Drawing.Size(174, 72);
     this.reverseGroupBox.TabIndex = 36;
     this.reverseGroupBox.TabStop  = false;
     this.reverseGroupBox.Text     = "Reverse Mode Activation";
     //
     // volumeGroupBox
     //
     this.volumeGroupBox.Controls.Add(this.volumePictureBox);
     this.volumeGroupBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.volumeGroupBox.Location = new System.Drawing.Point(194, 639);
     this.volumeGroupBox.Name     = "volumeGroupBox";
     this.volumeGroupBox.Size     = new System.Drawing.Size(174, 72);
     this.volumeGroupBox.TabIndex = 37;
     this.volumeGroupBox.TabStop  = false;
     this.volumeGroupBox.Text     = "ADJUST VOLUME";
     //
     // volumePictureBox
     //
     this.volumePictureBox.Location = new System.Drawing.Point(35, 16);
     this.volumePictureBox.Name     = "volumePictureBox";
     this.volumePictureBox.Size     = new System.Drawing.Size(100, 50);
     this.volumePictureBox.TabIndex = 0;
     this.volumePictureBox.TabStop  = false;
     //
     // audioPitchGroupBox
     //
     this.audioPitchGroupBox.Controls.Add(this.pitchNumericUpDown);
     this.audioPitchGroupBox.Controls.Add(this.pitchTrackBarEx);
     this.audioPitchGroupBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.audioPitchGroupBox.Location = new System.Drawing.Point(12, 639);
     this.audioPitchGroupBox.Name     = "audioPitchGroupBox";
     this.audioPitchGroupBox.Size     = new System.Drawing.Size(164, 72);
     this.audioPitchGroupBox.TabIndex = 38;
     this.audioPitchGroupBox.TabStop  = false;
     this.audioPitchGroupBox.Text     = "Audio Pitch";
     //
     // pitchNumericUpDown
     //
     this.pitchNumericUpDown.Location = new System.Drawing.Point(6, 38);
     this.pitchNumericUpDown.Name     = "pitchNumericUpDown";
     this.pitchNumericUpDown.Size     = new System.Drawing.Size(150, 20);
     this.pitchNumericUpDown.TabIndex = 37;
     //
     // metronomeGroupBox
     //
     this.metronomeGroupBox.Controls.Add(this.periodicityTextBox);
     this.metronomeGroupBox.Controls.Add(this.periodicityLabel);
     this.metronomeGroupBox.Controls.Add(this.frequencyLabel);
     this.metronomeGroupBox.Controls.Add(this.periodicityTrackBarEx);
     this.metronomeGroupBox.Controls.Add(this.frequencyNumericUpDown);
     this.metronomeGroupBox.Controls.Add(this.metronomeToggleButton);
     this.metronomeGroupBox.Controls.Add(this.frequencyTrackBarEx);
     this.metronomeGroupBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.metronomeGroupBox.Location = new System.Drawing.Point(12, 480);
     this.metronomeGroupBox.Name     = "metronomeGroupBox";
     this.metronomeGroupBox.Size     = new System.Drawing.Size(610, 72);
     this.metronomeGroupBox.TabIndex = 39;
     this.metronomeGroupBox.TabStop  = false;
     this.metronomeGroupBox.Text     = "Metronome Sound Effect";
     //
     // periodicityTextBox
     //
     this.periodicityTextBox.Location = new System.Drawing.Point(387, 36);
     this.periodicityTextBox.Name     = "periodicityTextBox";
     this.periodicityTextBox.Size     = new System.Drawing.Size(150, 20);
     this.periodicityTextBox.TabIndex = 42;
     //
     // periodicityLabel
     //
     this.periodicityLabel.AutoSize = true;
     this.periodicityLabel.Location = new System.Drawing.Point(538, 25);
     this.periodicityLabel.Name     = "periodicityLabel";
     this.periodicityLabel.Size     = new System.Drawing.Size(66, 13);
     this.periodicityLabel.TabIndex = 41;
     this.periodicityLabel.Text     = "Periodicity";
     //
     // frequencyLabel
     //
     this.frequencyLabel.AutoSize = true;
     this.frequencyLabel.Location = new System.Drawing.Point(276, 26);
     this.frequencyLabel.Name     = "frequencyLabel";
     this.frequencyLabel.Size     = new System.Drawing.Size(66, 13);
     this.frequencyLabel.TabIndex = 40;
     this.frequencyLabel.Text     = "Frequency";
     //
     // periodicityTrackBarEx
     //
     this.periodicityTrackBarEx.BackColor             = System.Drawing.Color.Transparent;
     this.periodicityTrackBarEx.BeforeTouchSize       = new System.Drawing.Size(150, 20);
     this.periodicityTrackBarEx.Location              = new System.Drawing.Point(387, 18);
     this.periodicityTrackBarEx.Name                  = "periodicityTrackBarEx";
     this.periodicityTrackBarEx.Size                  = new System.Drawing.Size(150, 20);
     this.periodicityTrackBarEx.Style                 = Syncfusion.Windows.Forms.Tools.TrackBarEx.Theme.Default;
     this.periodicityTrackBarEx.TabIndex              = 38;
     this.periodicityTrackBarEx.Text                  = "trackBarEx2";
     this.periodicityTrackBarEx.TimerInterval         = 100;
     this.periodicityTrackBarEx.TrackBarGradientEnd   = System.Drawing.Color.DimGray;
     this.periodicityTrackBarEx.TrackBarGradientStart = System.Drawing.Color.DarkGray;
     this.periodicityTrackBarEx.Value                 = 5;
     //
     // frequencyNumericUpDown
     //
     this.frequencyNumericUpDown.Location = new System.Drawing.Point(121, 37);
     this.frequencyNumericUpDown.Name     = "frequencyNumericUpDown";
     this.frequencyNumericUpDown.Size     = new System.Drawing.Size(150, 20);
     this.frequencyNumericUpDown.TabIndex = 37;
     //
     // metronomeToggleButton
     //
     this.metronomeToggleButton.ActiveState   = activeStateCollection21;
     this.metronomeToggleButton.Font          = new System.Drawing.Font("Segoe UI", 9F);
     this.metronomeToggleButton.ForeColor     = System.Drawing.Color.Black;
     inactiveStateCollection21.BorderColor    = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.metronomeToggleButton.InactiveState = inactiveStateCollection21;
     this.metronomeToggleButton.Location      = new System.Drawing.Point(12, 18);
     this.metronomeToggleButton.MinimumSize   = new System.Drawing.Size(52, 20);
     this.metronomeToggleButton.Name          = "metronomeToggleButton";
     this.metronomeToggleButton.Renderer      = toggleButtonRenderer21;
     this.metronomeToggleButton.Size          = new System.Drawing.Size(92, 40);
     this.metronomeToggleButton.Slider        = sliderCollection21;
     this.metronomeToggleButton.TabIndex      = 35;
     this.metronomeToggleButton.Text          = "toggleButton1";
     //
     // frequencyTrackBarEx
     //
     this.frequencyTrackBarEx.BackColor             = System.Drawing.Color.Transparent;
     this.frequencyTrackBarEx.BeforeTouchSize       = new System.Drawing.Size(150, 20);
     this.frequencyTrackBarEx.Location              = new System.Drawing.Point(121, 18);
     this.frequencyTrackBarEx.Name                  = "frequencyTrackBarEx";
     this.frequencyTrackBarEx.Size                  = new System.Drawing.Size(150, 20);
     this.frequencyTrackBarEx.Style                 = Syncfusion.Windows.Forms.Tools.TrackBarEx.Theme.Default;
     this.frequencyTrackBarEx.TabIndex              = 30;
     this.frequencyTrackBarEx.Text                  = "trackBarEx1";
     this.frequencyTrackBarEx.TimerInterval         = 100;
     this.frequencyTrackBarEx.TrackBarGradientEnd   = System.Drawing.Color.DimGray;
     this.frequencyTrackBarEx.TrackBarGradientStart = System.Drawing.Color.DarkGray;
     this.frequencyTrackBarEx.Value                 = 5;
     //
     // audioSpeedGroupBox
     //
     this.audioSpeedGroupBox.Controls.Add(this.tempoNumericUpDown);
     this.audioSpeedGroupBox.Controls.Add(this.tempoTrackBarEx);
     this.audioSpeedGroupBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.audioSpeedGroupBox.Location = new System.Drawing.Point(12, 558);
     this.audioSpeedGroupBox.Name     = "audioSpeedGroupBox";
     this.audioSpeedGroupBox.Size     = new System.Drawing.Size(164, 72);
     this.audioSpeedGroupBox.TabIndex = 40;
     this.audioSpeedGroupBox.TabStop  = false;
     this.audioSpeedGroupBox.Text     = "Audio Speed";
     //
     // tempoNumericUpDown
     //
     this.tempoNumericUpDown.Location = new System.Drawing.Point(6, 38);
     this.tempoNumericUpDown.Name     = "tempoNumericUpDown";
     this.tempoNumericUpDown.Size     = new System.Drawing.Size(150, 20);
     this.tempoNumericUpDown.TabIndex = 37;
     //
     // numberPictureBox
     //
     this.numberPictureBox.Location = new System.Drawing.Point(551, 581);
     this.numberPictureBox.Name     = "numberPictureBox";
     this.numberPictureBox.Size     = new System.Drawing.Size(54, 52);
     this.numberPictureBox.TabIndex = 41;
     this.numberPictureBox.TabStop  = false;
     //
     // nicePictureBox
     //
     this.nicePictureBox.Location = new System.Drawing.Point(425, 564);
     this.nicePictureBox.Name     = "nicePictureBox";
     this.nicePictureBox.Size     = new System.Drawing.Size(168, 147);
     this.nicePictureBox.TabIndex = 42;
     this.nicePictureBox.TabStop  = false;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(640, 717);
     this.Controls.Add(this.numberPictureBox);
     this.Controls.Add(this.nicePictureBox);
     this.Controls.Add(this.audioSpeedGroupBox);
     this.Controls.Add(this.metronomeGroupBox);
     this.Controls.Add(this.audioPitchGroupBox);
     this.Controls.Add(this.volumeGroupBox);
     this.Controls.Add(this.reverseGroupBox);
     this.Controls.Add(this.rateTrackBarEx);
     this.Controls.Add(this.FFTGroupBox);
     this.Controls.Add(this.masterVolumeTrackBarEx);
     this.Controls.Add(this.playerVolumeTrackBarEx);
     this.Controls.Add(this.closePictureBox);
     this.Controls.Add(this.secondLoadAudioFileButtonAdv);
     this.Controls.Add(this.firstLoadAudioFileButtonAdv);
     this.Controls.Add(this.playToggleButton);
     this.Name  = "MainForm";
     this.Text  = "MainForm";
     this.Load += new System.EventHandler(this.MainForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.playToggleButton)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.closePictureBox)).EndInit();
     this.FFTGroupBox.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FastForwardPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ReplayPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RewindPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PlayResumePictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.StopPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PausePictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FFTPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.playbackProgressBarAdv)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.reversePlaybackToggleButton)).EndInit();
     this.reverseGroupBox.ResumeLayout(false);
     this.volumeGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.volumePictureBox)).EndInit();
     this.audioPitchGroupBox.ResumeLayout(false);
     this.audioPitchGroupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pitchNumericUpDown)).EndInit();
     this.metronomeGroupBox.ResumeLayout(false);
     this.metronomeGroupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.frequencyNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.metronomeToggleButton)).EndInit();
     this.audioSpeedGroupBox.ResumeLayout(false);
     this.audioSpeedGroupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tempoNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numberPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nicePictureBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <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();
            Syncfusion.Windows.Forms.Tools.ActiveStateCollection activeStateCollection1 = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
            Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection1 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
            Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer toggleButtonRenderer1 = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
            Syncfusion.Windows.Forms.Tools.SliderCollection sliderCollection1 = new Syncfusion.Windows.Forms.Tools.SliderCollection();
            Syncfusion.Windows.Forms.Tools.ActiveStateCollection activeStateCollection2 = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
            Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection2 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
            Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer toggleButtonRenderer2 = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
            Syncfusion.Windows.Forms.Tools.SliderCollection sliderCollection2 = new Syncfusion.Windows.Forms.Tools.SliderCollection();
            Syncfusion.Windows.Forms.Tools.ActiveStateCollection activeStateCollection3 = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
            Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection3 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
            Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer toggleButtonRenderer3 = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
            Syncfusion.Windows.Forms.Tools.SliderCollection sliderCollection3 = new Syncfusion.Windows.Forms.Tools.SliderCollection();
            Syncfusion.Windows.Forms.Tools.ActiveStateCollection activeStateCollection4 = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
            Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection4 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
            Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer toggleButtonRenderer4 = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
            Syncfusion.Windows.Forms.Tools.SliderCollection sliderCollection4 = new Syncfusion.Windows.Forms.Tools.SliderCollection();
            Syncfusion.Windows.Forms.Tools.ActiveStateCollection activeStateCollection5 = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
            Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection5 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
            Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer toggleButtonRenderer5 = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
            Syncfusion.Windows.Forms.Tools.SliderCollection sliderCollection5 = new Syncfusion.Windows.Forms.Tools.SliderCollection();
            Syncfusion.Windows.Forms.Tools.ActiveStateCollection activeStateCollection6 = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
            Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection6 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
            Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer toggleButtonRenderer6 = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
            Syncfusion.Windows.Forms.Tools.SliderCollection sliderCollection6 = new Syncfusion.Windows.Forms.Tools.SliderCollection();
            Syncfusion.Windows.Forms.Tools.ActiveStateCollection activeStateCollection7 = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
            Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection7 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
            Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer toggleButtonRenderer7 = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
            Syncfusion.Windows.Forms.Tools.SliderCollection sliderCollection7 = new Syncfusion.Windows.Forms.Tools.SliderCollection();
            Syncfusion.Windows.Forms.Tools.ActiveStateCollection activeStateCollection8 = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
            Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection8 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
            Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer toggleButtonRenderer8 = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
            Syncfusion.Windows.Forms.Tools.SliderCollection sliderCollection8 = new Syncfusion.Windows.Forms.Tools.SliderCollection();
            Syncfusion.Windows.Forms.Tools.ActiveStateCollection activeStateCollection9 = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
            Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection9 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
            Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer toggleButtonRenderer9 = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
            Syncfusion.Windows.Forms.Tools.SliderCollection sliderCollection9 = new Syncfusion.Windows.Forms.Tools.SliderCollection();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSettings));
            this.pnlSettings = new System.Windows.Forms.Panel();
            this.tbcPanels = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
            this.tpaGeneral = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.tbtnAdminWarning = new Syncfusion.Windows.Forms.Tools.ToggleButton();
            this.lblAdminWarning = new System.Windows.Forms.Label();
            this.tbtnStartMinimized = new Syncfusion.Windows.Forms.Tools.ToggleButton();
            this.lblMinimized = new System.Windows.Forms.Label();
            this.tbtnNotifyIcon = new Syncfusion.Windows.Forms.Tools.ToggleButton();
            this.lblNotifyIcon = new System.Windows.Forms.Label();
            this.tbtnAutoUpdate = new Syncfusion.Windows.Forms.Tools.ToggleButton();
            this.lblAutoUpdate = new System.Windows.Forms.Label();
            this.tpaAppearance = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.cboLanguage = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.btnSelectPath = new Syncfusion.Windows.Forms.ButtonAdv();
            this.txtLanguagePath = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.lblLanguage = new System.Windows.Forms.Label();
            this.tbtnDetails = new Syncfusion.Windows.Forms.Tools.ToggleButton();
            this.lblDetails = new System.Windows.Forms.Label();
            this.tbtnFormSize = new Syncfusion.Windows.Forms.Tools.ToggleButton();
            this.lblFormSize = new System.Windows.Forms.Label();
            this.itxtBorderThickness = new Syncfusion.Windows.Forms.Tools.IntegerTextBox();
            this.lblBorderThickness = new System.Windows.Forms.Label();
            this.cpbThemeStyle = new Syncfusion.Windows.Forms.ColorPickerButton();
            this.lblThemeStyle = new System.Windows.Forms.Label();
            this.tpaAdvanced = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.tbtnOwnership = new Syncfusion.Windows.Forms.Tools.ToggleButton();
            this.lblOwnership = new System.Windows.Forms.Label();
            this.tbtnWindowsExplorerIntegration = new Syncfusion.Windows.Forms.Tools.ToggleButton();
            this.lblWindowsExplorerIntegration = new System.Windows.Forms.Label();
            this.tbtnAutoRun = new Syncfusion.Windows.Forms.Tools.ToggleButton();
            this.lblAutorun = new System.Windows.Forms.Label();
            this.btnClose = new Syncfusion.Windows.Forms.ButtonAdv();
            this.btnReset = new Syncfusion.Windows.Forms.ButtonAdv();
            this.btnSave = new Syncfusion.Windows.Forms.ButtonAdv();
            this.pnlSettings.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbcPanels)).BeginInit();
            this.tbcPanels.SuspendLayout();
            this.tpaGeneral.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnAdminWarning)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnStartMinimized)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnNotifyIcon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnAutoUpdate)).BeginInit();
            this.tpaAppearance.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboLanguage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLanguagePath)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnDetails)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnFormSize)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.itxtBorderThickness)).BeginInit();
            this.tpaAdvanced.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnOwnership)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnWindowsExplorerIntegration)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnAutoRun)).BeginInit();
            this.SuspendLayout();
            // 
            // pnlSettings
            // 
            this.pnlSettings.BackColor = System.Drawing.Color.Transparent;
            this.pnlSettings.Controls.Add(this.tbcPanels);
            this.pnlSettings.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlSettings.Location = new System.Drawing.Point(0, 0);
            this.pnlSettings.Name = "pnlSettings";
            this.pnlSettings.Size = new System.Drawing.Size(403, 224);
            this.pnlSettings.TabIndex = 0;
            // 
            // tbcPanels
            // 
            this.tbcPanels.ActiveTabColor = System.Drawing.Color.SteelBlue;
            this.tbcPanels.BeforeTouchSize = new System.Drawing.Size(403, 224);
            this.tbcPanels.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbcPanels.Controls.Add(this.tpaGeneral);
            this.tbcPanels.Controls.Add(this.tpaAppearance);
            this.tbcPanels.Controls.Add(this.tpaAdvanced);
            this.tbcPanels.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tbcPanels.FixedSingleBorderColor = System.Drawing.Color.SteelBlue;
            this.tbcPanels.FocusOnTabClick = false;
            this.tbcPanels.HotTrack = true;
            this.tbcPanels.LevelTextAndImage = true;
            this.tbcPanels.Location = new System.Drawing.Point(0, 0);
            this.tbcPanels.Name = "tbcPanels";
            this.tbcPanels.Size = new System.Drawing.Size(403, 224);
            this.tbcPanels.TabIndex = 0;
            this.tbcPanels.TabStyle = typeof(Syncfusion.Windows.Forms.Tools.TabRendererMetro);
            // 
            // tpaGeneral
            // 
            this.tpaGeneral.BackColor = System.Drawing.Color.White;
            this.tpaGeneral.Controls.Add(this.tbtnAdminWarning);
            this.tpaGeneral.Controls.Add(this.lblAdminWarning);
            this.tpaGeneral.Controls.Add(this.tbtnStartMinimized);
            this.tpaGeneral.Controls.Add(this.lblMinimized);
            this.tpaGeneral.Controls.Add(this.tbtnNotifyIcon);
            this.tpaGeneral.Controls.Add(this.lblNotifyIcon);
            this.tpaGeneral.Controls.Add(this.tbtnAutoUpdate);
            this.tpaGeneral.Controls.Add(this.lblAutoUpdate);
            this.tpaGeneral.Image = global::DeadLock.Properties.Resources.settings;
            this.tpaGeneral.ImageSize = new System.Drawing.Size(16, 16);
            this.tpaGeneral.Location = new System.Drawing.Point(1, 25);
            this.tpaGeneral.Name = "tpaGeneral";
            this.tpaGeneral.ShowCloseButton = true;
            this.tpaGeneral.Size = new System.Drawing.Size(401, 198);
            this.tpaGeneral.TabBackColor = System.Drawing.Color.Transparent;
            this.tpaGeneral.TabIndex = 1;
            this.tpaGeneral.Text = "General";
            this.tpaGeneral.ThemesEnabled = false;
            // 
            // tbtnAdminWarning
            // 
            this.tbtnAdminWarning.ActiveState = activeStateCollection1;
            this.tbtnAdminWarning.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.tbtnAdminWarning.ForeColor = System.Drawing.Color.Black;
            inactiveStateCollection1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
            this.tbtnAdminWarning.InactiveState = inactiveStateCollection1;
            this.tbtnAdminWarning.Location = new System.Drawing.Point(254, 128);
            this.tbtnAdminWarning.MinimumSize = new System.Drawing.Size(52, 20);
            this.tbtnAdminWarning.Name = "tbtnAdminWarning";
            this.tbtnAdminWarning.Renderer = toggleButtonRenderer1;
            this.tbtnAdminWarning.Size = new System.Drawing.Size(100, 20);
            this.tbtnAdminWarning.Slider = sliderCollection1;
            this.tbtnAdminWarning.TabIndex = 7;
            // 
            // lblAdminWarning
            // 
            this.lblAdminWarning.AutoSize = true;
            this.lblAdminWarning.BackColor = System.Drawing.Color.Transparent;
            this.lblAdminWarning.Location = new System.Drawing.Point(47, 135);
            this.lblAdminWarning.Name = "lblAdminWarning";
            this.lblAdminWarning.Size = new System.Drawing.Size(139, 13);
            this.lblAdminWarning.TabIndex = 6;
            this.lblAdminWarning.Text = "Show administrator warning:";
            // 
            // tbtnStartMinimized
            // 
            this.tbtnStartMinimized.ActiveState = activeStateCollection2;
            this.tbtnStartMinimized.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.tbtnStartMinimized.ForeColor = System.Drawing.Color.Black;
            inactiveStateCollection2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
            this.tbtnStartMinimized.InactiveState = inactiveStateCollection2;
            this.tbtnStartMinimized.Location = new System.Drawing.Point(254, 102);
            this.tbtnStartMinimized.MinimumSize = new System.Drawing.Size(52, 20);
            this.tbtnStartMinimized.Name = "tbtnStartMinimized";
            this.tbtnStartMinimized.Renderer = toggleButtonRenderer2;
            this.tbtnStartMinimized.Size = new System.Drawing.Size(100, 20);
            this.tbtnStartMinimized.Slider = sliderCollection2;
            this.tbtnStartMinimized.TabIndex = 5;
            this.tbtnStartMinimized.Text = "toggleButton1";
            // 
            // lblMinimized
            // 
            this.lblMinimized.AutoSize = true;
            this.lblMinimized.BackColor = System.Drawing.Color.Transparent;
            this.lblMinimized.Location = new System.Drawing.Point(47, 109);
            this.lblMinimized.Name = "lblMinimized";
            this.lblMinimized.Size = new System.Drawing.Size(80, 13);
            this.lblMinimized.TabIndex = 4;
            this.lblMinimized.Text = "Start minimized:";
            // 
            // tbtnNotifyIcon
            // 
            this.tbtnNotifyIcon.ActiveState = activeStateCollection3;
            this.tbtnNotifyIcon.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.tbtnNotifyIcon.ForeColor = System.Drawing.Color.Black;
            inactiveStateCollection3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
            this.tbtnNotifyIcon.InactiveState = inactiveStateCollection3;
            this.tbtnNotifyIcon.Location = new System.Drawing.Point(254, 76);
            this.tbtnNotifyIcon.MinimumSize = new System.Drawing.Size(52, 20);
            this.tbtnNotifyIcon.Name = "tbtnNotifyIcon";
            this.tbtnNotifyIcon.Renderer = toggleButtonRenderer3;
            this.tbtnNotifyIcon.Size = new System.Drawing.Size(100, 20);
            this.tbtnNotifyIcon.Slider = sliderCollection3;
            this.tbtnNotifyIcon.TabIndex = 3;
            // 
            // lblNotifyIcon
            // 
            this.lblNotifyIcon.AutoSize = true;
            this.lblNotifyIcon.BackColor = System.Drawing.Color.Transparent;
            this.lblNotifyIcon.Location = new System.Drawing.Point(47, 83);
            this.lblNotifyIcon.Name = "lblNotifyIcon";
            this.lblNotifyIcon.Size = new System.Drawing.Size(85, 13);
            this.lblNotifyIcon.TabIndex = 2;
            this.lblNotifyIcon.Text = "Show notifyicon:";
            // 
            // tbtnAutoUpdate
            // 
            this.tbtnAutoUpdate.ActiveState = activeStateCollection4;
            this.tbtnAutoUpdate.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.tbtnAutoUpdate.ForeColor = System.Drawing.Color.Black;
            inactiveStateCollection4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
            this.tbtnAutoUpdate.InactiveState = inactiveStateCollection4;
            this.tbtnAutoUpdate.Location = new System.Drawing.Point(254, 50);
            this.tbtnAutoUpdate.MinimumSize = new System.Drawing.Size(52, 20);
            this.tbtnAutoUpdate.Name = "tbtnAutoUpdate";
            this.tbtnAutoUpdate.Renderer = toggleButtonRenderer4;
            this.tbtnAutoUpdate.Size = new System.Drawing.Size(100, 20);
            this.tbtnAutoUpdate.Slider = sliderCollection4;
            this.tbtnAutoUpdate.TabIndex = 1;
            // 
            // lblAutoUpdate
            // 
            this.lblAutoUpdate.AutoSize = true;
            this.lblAutoUpdate.BackColor = System.Drawing.Color.Transparent;
            this.lblAutoUpdate.Location = new System.Drawing.Point(47, 57);
            this.lblAutoUpdate.Name = "lblAutoUpdate";
            this.lblAutoUpdate.Size = new System.Drawing.Size(161, 13);
            this.lblAutoUpdate.TabIndex = 0;
            this.lblAutoUpdate.Text = "Automatically check for updates:";
            // 
            // tpaAppearance
            // 
            this.tpaAppearance.BackColor = System.Drawing.Color.White;
            this.tpaAppearance.Controls.Add(this.cboLanguage);
            this.tpaAppearance.Controls.Add(this.btnSelectPath);
            this.tpaAppearance.Controls.Add(this.txtLanguagePath);
            this.tpaAppearance.Controls.Add(this.lblLanguage);
            this.tpaAppearance.Controls.Add(this.tbtnDetails);
            this.tpaAppearance.Controls.Add(this.lblDetails);
            this.tpaAppearance.Controls.Add(this.tbtnFormSize);
            this.tpaAppearance.Controls.Add(this.lblFormSize);
            this.tpaAppearance.Controls.Add(this.itxtBorderThickness);
            this.tpaAppearance.Controls.Add(this.lblBorderThickness);
            this.tpaAppearance.Controls.Add(this.cpbThemeStyle);
            this.tpaAppearance.Controls.Add(this.lblThemeStyle);
            this.tpaAppearance.Image = global::DeadLock.Properties.Resources.autosize;
            this.tpaAppearance.ImageSize = new System.Drawing.Size(16, 16);
            this.tpaAppearance.Location = new System.Drawing.Point(1, 25);
            this.tpaAppearance.Name = "tpaAppearance";
            this.tpaAppearance.ShowCloseButton = true;
            this.tpaAppearance.Size = new System.Drawing.Size(401, 198);
            this.tpaAppearance.TabIndex = 2;
            this.tpaAppearance.Text = "Appearance";
            this.tpaAppearance.ThemesEnabled = false;
            // 
            // cboLanguage
            // 
            this.cboLanguage.BackColor = System.Drawing.Color.White;
            this.cboLanguage.BeforeTouchSize = new System.Drawing.Size(100, 21);
            this.cboLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboLanguage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cboLanguage.Items.AddRange(new object[] {
            "Dutch",
            "English",
            "Italian",
            "Polish",
            "Turkish",
            "Custom"});
            this.cboLanguage.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cboLanguage, "Dutch"));
            this.cboLanguage.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cboLanguage, "English"));
            this.cboLanguage.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cboLanguage, "Italian"));
            this.cboLanguage.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cboLanguage, "Polish"));
            this.cboLanguage.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cboLanguage, "Turkish"));
            this.cboLanguage.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cboLanguage, "Custom"));
            this.cboLanguage.Location = new System.Drawing.Point(228, 129);
            this.cboLanguage.MetroColor = System.Drawing.Color.SteelBlue;
            this.cboLanguage.Name = "cboLanguage";
            this.cboLanguage.Size = new System.Drawing.Size(100, 21);
            this.cboLanguage.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.cboLanguage.TabIndex = 9;
            this.cboLanguage.UseMetroButtonColor = true;
            this.cboLanguage.UseMetroColorsInActiveMode = true;
            // 
            // btnSelectPath
            // 
            this.btnSelectPath.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnSelectPath.BackColor = System.Drawing.Color.SteelBlue;
            this.btnSelectPath.BeforeTouchSize = new System.Drawing.Size(56, 20);
            this.btnSelectPath.ForeColor = System.Drawing.Color.White;
            this.btnSelectPath.IsBackStageButton = false;
            this.btnSelectPath.Location = new System.Drawing.Point(334, 156);
            this.btnSelectPath.MetroColor = System.Drawing.Color.SteelBlue;
            this.btnSelectPath.Name = "btnSelectPath";
            this.btnSelectPath.Size = new System.Drawing.Size(56, 20);
            this.btnSelectPath.TabIndex = 11;
            this.btnSelectPath.Text = "...";
            this.btnSelectPath.UseVisualStyle = true;
            this.btnSelectPath.Click += new System.EventHandler(this.btnSelectPath_Click);
            // 
            // txtLanguagePath
            // 
            this.txtLanguagePath.BackColor = System.Drawing.Color.White;
            this.txtLanguagePath.BeforeTouchSize = new System.Drawing.Size(305, 20);
            this.txtLanguagePath.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtLanguagePath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtLanguagePath.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtLanguagePath.Location = new System.Drawing.Point(228, 156);
            this.txtLanguagePath.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtLanguagePath.Name = "txtLanguagePath";
            this.txtLanguagePath.ReadOnly = true;
            this.txtLanguagePath.Size = new System.Drawing.Size(100, 20);
            this.txtLanguagePath.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
            this.txtLanguagePath.TabIndex = 10;
            this.txtLanguagePath.DoubleClick += new System.EventHandler(this.btnSelectPath_Click);
            // 
            // lblLanguage
            // 
            this.lblLanguage.AutoSize = true;
            this.lblLanguage.Location = new System.Drawing.Point(72, 137);
            this.lblLanguage.Name = "lblLanguage";
            this.lblLanguage.Size = new System.Drawing.Size(58, 13);
            this.lblLanguage.TabIndex = 8;
            this.lblLanguage.Text = "Language:";
            // 
            // tbtnDetails
            // 
            this.tbtnDetails.ActiveState = activeStateCollection5;
            this.tbtnDetails.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.tbtnDetails.ForeColor = System.Drawing.Color.Black;
            inactiveStateCollection5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
            this.tbtnDetails.InactiveState = inactiveStateCollection5;
            this.tbtnDetails.Location = new System.Drawing.Point(228, 103);
            this.tbtnDetails.MinimumSize = new System.Drawing.Size(52, 20);
            this.tbtnDetails.Name = "tbtnDetails";
            this.tbtnDetails.Renderer = toggleButtonRenderer5;
            this.tbtnDetails.Size = new System.Drawing.Size(100, 20);
            this.tbtnDetails.Slider = sliderCollection5;
            this.tbtnDetails.TabIndex = 7;
            // 
            // lblDetails
            // 
            this.lblDetails.AutoSize = true;
            this.lblDetails.BackColor = System.Drawing.Color.Transparent;
            this.lblDetails.Location = new System.Drawing.Point(72, 110);
            this.lblDetails.Name = "lblDetails";
            this.lblDetails.Size = new System.Drawing.Size(70, 13);
            this.lblDetails.TabIndex = 6;
            this.lblDetails.Text = "Show details:";
            // 
            // tbtnFormSize
            // 
            this.tbtnFormSize.ActiveState = activeStateCollection6;
            this.tbtnFormSize.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.tbtnFormSize.ForeColor = System.Drawing.Color.Black;
            inactiveStateCollection6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
            this.tbtnFormSize.InactiveState = inactiveStateCollection6;
            this.tbtnFormSize.Location = new System.Drawing.Point(228, 77);
            this.tbtnFormSize.MinimumSize = new System.Drawing.Size(52, 20);
            this.tbtnFormSize.Name = "tbtnFormSize";
            this.tbtnFormSize.Renderer = toggleButtonRenderer6;
            this.tbtnFormSize.Size = new System.Drawing.Size(100, 20);
            this.tbtnFormSize.Slider = sliderCollection6;
            this.tbtnFormSize.TabIndex = 5;
            // 
            // lblFormSize
            // 
            this.lblFormSize.AutoSize = true;
            this.lblFormSize.BackColor = System.Drawing.Color.Transparent;
            this.lblFormSize.Location = new System.Drawing.Point(72, 84);
            this.lblFormSize.Name = "lblFormSize";
            this.lblFormSize.Size = new System.Drawing.Size(105, 13);
            this.lblFormSize.TabIndex = 4;
            this.lblFormSize.Text = "Remember form size:";
            // 
            // itxtBorderThickness
            // 
            this.itxtBorderThickness.BackGroundColor = System.Drawing.SystemColors.Window;
            this.itxtBorderThickness.BeforeTouchSize = new System.Drawing.Size(305, 20);
            this.itxtBorderThickness.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.itxtBorderThickness.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.itxtBorderThickness.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.itxtBorderThickness.IntegerValue = ((long)(1));
            this.itxtBorderThickness.Location = new System.Drawing.Point(228, 51);
            this.itxtBorderThickness.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.itxtBorderThickness.MinValue = ((long)(1));
            this.itxtBorderThickness.Name = "itxtBorderThickness";
            this.itxtBorderThickness.NullString = "";
            this.itxtBorderThickness.Size = new System.Drawing.Size(100, 20);
            this.itxtBorderThickness.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
            this.itxtBorderThickness.TabIndex = 3;
            this.itxtBorderThickness.Text = "1";
            // 
            // lblBorderThickness
            // 
            this.lblBorderThickness.AutoSize = true;
            this.lblBorderThickness.BackColor = System.Drawing.Color.Transparent;
            this.lblBorderThickness.Location = new System.Drawing.Point(72, 58);
            this.lblBorderThickness.Name = "lblBorderThickness";
            this.lblBorderThickness.Size = new System.Drawing.Size(89, 13);
            this.lblBorderThickness.TabIndex = 2;
            this.lblBorderThickness.Text = "Border thickness:";
            // 
            // cpbThemeStyle
            // 
            this.cpbThemeStyle.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.cpbThemeStyle.BeforeTouchSize = new System.Drawing.Size(100, 23);
            this.cpbThemeStyle.ColorUISize = new System.Drawing.Size(208, 230);
            this.cpbThemeStyle.ForeColor = System.Drawing.Color.White;
            this.cpbThemeStyle.IsBackStageButton = false;
            this.cpbThemeStyle.Location = new System.Drawing.Point(228, 22);
            this.cpbThemeStyle.MetroColor = System.Drawing.Color.SteelBlue;
            this.cpbThemeStyle.Name = "cpbThemeStyle";
            this.cpbThemeStyle.SelectedAsBackcolor = true;
            this.cpbThemeStyle.SelectedAsText = true;
            this.cpbThemeStyle.Size = new System.Drawing.Size(100, 23);
            this.cpbThemeStyle.TabIndex = 1;
            this.cpbThemeStyle.Text = "0";
            this.cpbThemeStyle.UseVisualStyle = true;
            this.cpbThemeStyle.UseVisualStyleBackColor = false;
            // 
            // lblThemeStyle
            // 
            this.lblThemeStyle.AutoSize = true;
            this.lblThemeStyle.BackColor = System.Drawing.Color.Transparent;
            this.lblThemeStyle.Location = new System.Drawing.Point(72, 32);
            this.lblThemeStyle.Name = "lblThemeStyle";
            this.lblThemeStyle.Size = new System.Drawing.Size(67, 13);
            this.lblThemeStyle.TabIndex = 0;
            this.lblThemeStyle.Text = "Theme style:";
            // 
            // tpaAdvanced
            // 
            this.tpaAdvanced.BackColor = System.Drawing.Color.White;
            this.tpaAdvanced.Controls.Add(this.tbtnOwnership);
            this.tpaAdvanced.Controls.Add(this.lblOwnership);
            this.tpaAdvanced.Controls.Add(this.tbtnWindowsExplorerIntegration);
            this.tpaAdvanced.Controls.Add(this.lblWindowsExplorerIntegration);
            this.tpaAdvanced.Controls.Add(this.tbtnAutoRun);
            this.tpaAdvanced.Controls.Add(this.lblAutorun);
            this.tpaAdvanced.Image = global::DeadLock.Properties.Resources.advancedsettings;
            this.tpaAdvanced.ImageSize = new System.Drawing.Size(16, 16);
            this.tpaAdvanced.Location = new System.Drawing.Point(1, 25);
            this.tpaAdvanced.Name = "tpaAdvanced";
            this.tpaAdvanced.ShowCloseButton = true;
            this.tpaAdvanced.Size = new System.Drawing.Size(401, 198);
            this.tpaAdvanced.TabIndex = 3;
            this.tpaAdvanced.Text = "Advanced";
            this.tpaAdvanced.ThemesEnabled = false;
            // 
            // tbtnOwnership
            // 
            this.tbtnOwnership.ActiveState = activeStateCollection7;
            this.tbtnOwnership.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.tbtnOwnership.ForeColor = System.Drawing.Color.Black;
            inactiveStateCollection7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
            this.tbtnOwnership.InactiveState = inactiveStateCollection7;
            this.tbtnOwnership.Location = new System.Drawing.Point(259, 115);
            this.tbtnOwnership.MinimumSize = new System.Drawing.Size(52, 20);
            this.tbtnOwnership.Name = "tbtnOwnership";
            this.tbtnOwnership.Renderer = toggleButtonRenderer7;
            this.tbtnOwnership.Size = new System.Drawing.Size(90, 20);
            this.tbtnOwnership.Slider = sliderCollection7;
            this.tbtnOwnership.TabIndex = 5;
            // 
            // lblOwnership
            // 
            this.lblOwnership.AutoSize = true;
            this.lblOwnership.Location = new System.Drawing.Point(51, 122);
            this.lblOwnership.Name = "lblOwnership";
            this.lblOwnership.Size = new System.Drawing.Size(86, 13);
            this.lblOwnership.TabIndex = 4;
            this.lblOwnership.Text = "Take ownership:";
            // 
            // tbtnWindowsExplorerIntegration
            // 
            this.tbtnWindowsExplorerIntegration.ActiveState = activeStateCollection8;
            this.tbtnWindowsExplorerIntegration.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.tbtnWindowsExplorerIntegration.ForeColor = System.Drawing.Color.Black;
            inactiveStateCollection8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
            this.tbtnWindowsExplorerIntegration.InactiveState = inactiveStateCollection8;
            this.tbtnWindowsExplorerIntegration.Location = new System.Drawing.Point(259, 89);
            this.tbtnWindowsExplorerIntegration.MinimumSize = new System.Drawing.Size(52, 20);
            this.tbtnWindowsExplorerIntegration.Name = "tbtnWindowsExplorerIntegration";
            this.tbtnWindowsExplorerIntegration.Renderer = toggleButtonRenderer8;
            this.tbtnWindowsExplorerIntegration.Size = new System.Drawing.Size(90, 20);
            this.tbtnWindowsExplorerIntegration.Slider = sliderCollection8;
            this.tbtnWindowsExplorerIntegration.TabIndex = 3;
            // 
            // lblWindowsExplorerIntegration
            // 
            this.lblWindowsExplorerIntegration.AutoSize = true;
            this.lblWindowsExplorerIntegration.Location = new System.Drawing.Point(51, 96);
            this.lblWindowsExplorerIntegration.Name = "lblWindowsExplorerIntegration";
            this.lblWindowsExplorerIntegration.Size = new System.Drawing.Size(147, 13);
            this.lblWindowsExplorerIntegration.TabIndex = 2;
            this.lblWindowsExplorerIntegration.Text = "Windows Explorer integration:";
            // 
            // tbtnAutoRun
            // 
            this.tbtnAutoRun.ActiveState = activeStateCollection9;
            this.tbtnAutoRun.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.tbtnAutoRun.ForeColor = System.Drawing.Color.Black;
            inactiveStateCollection9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
            this.tbtnAutoRun.InactiveState = inactiveStateCollection9;
            this.tbtnAutoRun.Location = new System.Drawing.Point(259, 63);
            this.tbtnAutoRun.MinimumSize = new System.Drawing.Size(52, 20);
            this.tbtnAutoRun.Name = "tbtnAutoRun";
            this.tbtnAutoRun.Renderer = toggleButtonRenderer9;
            this.tbtnAutoRun.Size = new System.Drawing.Size(90, 20);
            this.tbtnAutoRun.Slider = sliderCollection9;
            this.tbtnAutoRun.TabIndex = 1;
            // 
            // lblAutorun
            // 
            this.lblAutorun.AutoSize = true;
            this.lblAutorun.BackColor = System.Drawing.Color.Transparent;
            this.lblAutorun.Location = new System.Drawing.Point(51, 70);
            this.lblAutorun.Name = "lblAutorun";
            this.lblAutorun.Size = new System.Drawing.Size(147, 13);
            this.lblAutorun.TabIndex = 0;
            this.lblAutorun.Text = "Run DeadLock automatically:";
            // 
            // btnClose
            // 
            this.btnClose.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnClose.BackColor = System.Drawing.Color.SteelBlue;
            this.btnClose.BeforeTouchSize = new System.Drawing.Size(75, 23);
            this.btnClose.ForeColor = System.Drawing.Color.White;
            this.btnClose.IsBackStageButton = false;
            this.btnClose.Location = new System.Drawing.Point(12, 230);
            this.btnClose.MetroColor = System.Drawing.Color.SteelBlue;
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(75, 23);
            this.btnClose.TabIndex = 1;
            this.btnClose.Text = "Close";
            this.btnClose.UseVisualStyle = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnReset
            // 
            this.btnReset.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnReset.BackColor = System.Drawing.Color.SteelBlue;
            this.btnReset.BeforeTouchSize = new System.Drawing.Size(75, 23);
            this.btnReset.ForeColor = System.Drawing.Color.White;
            this.btnReset.IsBackStageButton = false;
            this.btnReset.Location = new System.Drawing.Point(93, 230);
            this.btnReset.MetroColor = System.Drawing.Color.SteelBlue;
            this.btnReset.Name = "btnReset";
            this.btnReset.Size = new System.Drawing.Size(75, 23);
            this.btnReset.TabIndex = 2;
            this.btnReset.Text = "Reset";
            this.btnReset.UseVisualStyle = true;
            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
            // 
            // btnSave
            // 
            this.btnSave.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnSave.BackColor = System.Drawing.Color.SteelBlue;
            this.btnSave.BeforeTouchSize = new System.Drawing.Size(75, 23);
            this.btnSave.ForeColor = System.Drawing.Color.White;
            this.btnSave.IsBackStageButton = false;
            this.btnSave.Location = new System.Drawing.Point(316, 230);
            this.btnSave.MetroColor = System.Drawing.Color.SteelBlue;
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(75, 23);
            this.btnSave.TabIndex = 3;
            this.btnSave.Text = "Save";
            this.btnSave.UseVisualStyle = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // FrmSettings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BorderColor = System.Drawing.Color.SteelBlue;
            this.BorderThickness = 3;
            this.CaptionBarColor = System.Drawing.Color.SteelBlue;
            this.CaptionButtonColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(403, 265);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.btnReset);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.pnlSettings);
            this.DoubleBuffered = true;
            this.DropShadow = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MetroColor = System.Drawing.Color.SteelBlue;
            this.Name = "FrmSettings";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "DeadLock - Settings";
            this.Load += new System.EventHandler(this.FrmSettings_Load);
            this.pnlSettings.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tbcPanels)).EndInit();
            this.tbcPanels.ResumeLayout(false);
            this.tpaGeneral.ResumeLayout(false);
            this.tpaGeneral.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnAdminWarning)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnStartMinimized)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnNotifyIcon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnAutoUpdate)).EndInit();
            this.tpaAppearance.ResumeLayout(false);
            this.tpaAppearance.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboLanguage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLanguagePath)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnDetails)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnFormSize)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.itxtBorderThickness)).EndInit();
            this.tpaAdvanced.ResumeLayout(false);
            this.tpaAdvanced.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnOwnership)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnWindowsExplorerIntegration)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbtnAutoRun)).EndInit();
            this.ResumeLayout(false);

        }
Exemple #8
0
 /// <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();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection1   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection1 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer1    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection1        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection2   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection2 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer2    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection2        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection3   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection3 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer3    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection3        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection4   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection4 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer4    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection4        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection5   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection5 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer5    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection5        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection6   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection6 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer6    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection6        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection7   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection7 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer7    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection7        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection8   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection8 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer8    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection8        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection9   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection9 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer9    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection9        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     System.ComponentModel.ComponentResourceManager         resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSettings));
     this.pnlSettings                    = new System.Windows.Forms.Panel();
     this.tbcPanels                      = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
     this.tpaGeneral                     = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
     this.tbtnAdminWarning               = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.lblAdminWarning                = new System.Windows.Forms.Label();
     this.tbtnStartMinimized             = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.lblMinimized                   = new System.Windows.Forms.Label();
     this.tbtnNotifyIcon                 = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.lblNotifyIcon                  = new System.Windows.Forms.Label();
     this.tbtnAutoUpdate                 = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.lblAutoUpdate                  = new System.Windows.Forms.Label();
     this.tpaAppearance                  = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
     this.cboLanguage                    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.btnSelectPath                  = new Syncfusion.Windows.Forms.ButtonAdv();
     this.txtLanguagePath                = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.lblLanguage                    = new System.Windows.Forms.Label();
     this.tbtnDetails                    = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.lblDetails                     = new System.Windows.Forms.Label();
     this.tbtnFormSize                   = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.lblFormSize                    = new System.Windows.Forms.Label();
     this.itxtBorderThickness            = new Syncfusion.Windows.Forms.Tools.IntegerTextBox();
     this.lblBorderThickness             = new System.Windows.Forms.Label();
     this.cpbThemeStyle                  = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.lblThemeStyle                  = new System.Windows.Forms.Label();
     this.tpaAdvanced                    = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
     this.tbtnOwnership                  = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.lblOwnership                   = new System.Windows.Forms.Label();
     this.tbtnWindowsExplorerIntegration = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.lblWindowsExplorerIntegration  = new System.Windows.Forms.Label();
     this.tbtnAutoRun                    = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.lblAutorun                     = new System.Windows.Forms.Label();
     this.btnClose = new Syncfusion.Windows.Forms.ButtonAdv();
     this.btnReset = new Syncfusion.Windows.Forms.ButtonAdv();
     this.btnSave  = new Syncfusion.Windows.Forms.ButtonAdv();
     this.pnlSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbcPanels)).BeginInit();
     this.tbcPanels.SuspendLayout();
     this.tpaGeneral.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnAdminWarning)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnStartMinimized)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnNotifyIcon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnAutoUpdate)).BeginInit();
     this.tpaAppearance.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboLanguage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLanguagePath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnFormSize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.itxtBorderThickness)).BeginInit();
     this.tpaAdvanced.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnOwnership)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnWindowsExplorerIntegration)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnAutoRun)).BeginInit();
     this.SuspendLayout();
     //
     // pnlSettings
     //
     this.pnlSettings.BackColor = System.Drawing.Color.Transparent;
     this.pnlSettings.Controls.Add(this.tbcPanels);
     this.pnlSettings.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlSettings.Location = new System.Drawing.Point(0, 0);
     this.pnlSettings.Name     = "pnlSettings";
     this.pnlSettings.Size     = new System.Drawing.Size(403, 224);
     this.pnlSettings.TabIndex = 0;
     //
     // tbcPanels
     //
     this.tbcPanels.ActiveTabColor              = System.Drawing.Color.SteelBlue;
     this.tbcPanels.BeforeTouchSize             = new System.Drawing.Size(403, 224);
     this.tbcPanels.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbcPanels.CloseButtonForeColor        = System.Drawing.Color.White;
     this.tbcPanels.CloseButtonHoverForeColor   = System.Drawing.Color.White;
     this.tbcPanels.CloseButtonPressedForeColor = System.Drawing.Color.White;
     this.tbcPanels.Controls.Add(this.tpaGeneral);
     this.tbcPanels.Controls.Add(this.tpaAppearance);
     this.tbcPanels.Controls.Add(this.tpaAdvanced);
     this.tbcPanels.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tbcPanels.FixedSingleBorderColor = System.Drawing.Color.SteelBlue;
     this.tbcPanels.FocusOnTabClick        = false;
     this.tbcPanels.HotTrack          = true;
     this.tbcPanels.LevelTextAndImage = true;
     this.tbcPanels.Location          = new System.Drawing.Point(0, 0);
     this.tbcPanels.Name = "tbcPanels";
     this.tbcPanels.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Managed;
     this.tbcPanels.Office2010ColorTheme  = Syncfusion.Windows.Forms.Office2010Theme.Managed;
     this.tbcPanels.Size          = new System.Drawing.Size(403, 224);
     this.tbcPanels.SizeMode      = Syncfusion.Windows.Forms.Tools.TabSizeMode.FillToRight;
     this.tbcPanels.TabIndex      = 0;
     this.tbcPanels.TabStyle      = typeof(Syncfusion.Windows.Forms.Tools.TabRendererMetro);
     this.tbcPanels.ThemesEnabled = true;
     //
     // tpaGeneral
     //
     this.tpaGeneral.AutoSize    = true;
     this.tpaGeneral.BackColor   = System.Drawing.Color.White;
     this.tpaGeneral.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tpaGeneral.Controls.Add(this.tbtnAdminWarning);
     this.tpaGeneral.Controls.Add(this.lblAdminWarning);
     this.tpaGeneral.Controls.Add(this.tbtnStartMinimized);
     this.tpaGeneral.Controls.Add(this.lblMinimized);
     this.tpaGeneral.Controls.Add(this.tbtnNotifyIcon);
     this.tpaGeneral.Controls.Add(this.lblNotifyIcon);
     this.tpaGeneral.Controls.Add(this.tbtnAutoUpdate);
     this.tpaGeneral.Controls.Add(this.lblAutoUpdate);
     this.tpaGeneral.Image           = global::DeadLock.Properties.Resources.settings;
     this.tpaGeneral.ImageSize       = new System.Drawing.Size(16, 16);
     this.tpaGeneral.Location        = new System.Drawing.Point(3, 27);
     this.tpaGeneral.Name            = "tpaGeneral";
     this.tpaGeneral.ShowCloseButton = false;
     this.tpaGeneral.Size            = new System.Drawing.Size(397, 194);
     this.tpaGeneral.TabBackColor    = System.Drawing.Color.Transparent;
     this.tpaGeneral.TabIndex        = 1;
     this.tpaGeneral.Text            = "General";
     this.tpaGeneral.ThemesEnabled   = false;
     //
     // tbtnAdminWarning
     //
     this.tbtnAdminWarning.ActiveState    = activeStateCollection1;
     this.tbtnAdminWarning.Font           = new System.Drawing.Font("Segoe UI", 9F);
     this.tbtnAdminWarning.ForeColor      = System.Drawing.Color.Black;
     inactiveStateCollection1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.tbtnAdminWarning.InactiveState  = inactiveStateCollection1;
     this.tbtnAdminWarning.Location       = new System.Drawing.Point(268, 125);
     this.tbtnAdminWarning.MinimumSize    = new System.Drawing.Size(52, 20);
     this.tbtnAdminWarning.Name           = "tbtnAdminWarning";
     this.tbtnAdminWarning.Renderer       = toggleButtonRenderer1;
     this.tbtnAdminWarning.Size           = new System.Drawing.Size(100, 20);
     this.tbtnAdminWarning.Slider         = sliderCollection1;
     this.tbtnAdminWarning.TabIndex       = 7;
     //
     // lblAdminWarning
     //
     this.lblAdminWarning.AutoSize  = true;
     this.lblAdminWarning.BackColor = System.Drawing.Color.Transparent;
     this.lblAdminWarning.Location  = new System.Drawing.Point(27, 132);
     this.lblAdminWarning.Name      = "lblAdminWarning";
     this.lblAdminWarning.Size      = new System.Drawing.Size(139, 13);
     this.lblAdminWarning.TabIndex  = 6;
     this.lblAdminWarning.Text      = "Show administrator warning:";
     //
     // tbtnStartMinimized
     //
     this.tbtnStartMinimized.ActiveState   = activeStateCollection2;
     this.tbtnStartMinimized.Font          = new System.Drawing.Font("Segoe UI", 9F);
     this.tbtnStartMinimized.ForeColor     = System.Drawing.Color.Black;
     inactiveStateCollection2.BorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.tbtnStartMinimized.InactiveState = inactiveStateCollection2;
     this.tbtnStartMinimized.Location      = new System.Drawing.Point(268, 99);
     this.tbtnStartMinimized.MinimumSize   = new System.Drawing.Size(52, 20);
     this.tbtnStartMinimized.Name          = "tbtnStartMinimized";
     this.tbtnStartMinimized.Renderer      = toggleButtonRenderer2;
     this.tbtnStartMinimized.Size          = new System.Drawing.Size(100, 20);
     this.tbtnStartMinimized.Slider        = sliderCollection2;
     this.tbtnStartMinimized.TabIndex      = 5;
     this.tbtnStartMinimized.Text          = "toggleButton1";
     //
     // lblMinimized
     //
     this.lblMinimized.AutoSize  = true;
     this.lblMinimized.BackColor = System.Drawing.Color.Transparent;
     this.lblMinimized.Location  = new System.Drawing.Point(27, 106);
     this.lblMinimized.Name      = "lblMinimized";
     this.lblMinimized.Size      = new System.Drawing.Size(80, 13);
     this.lblMinimized.TabIndex  = 4;
     this.lblMinimized.Text      = "Start minimized:";
     //
     // tbtnNotifyIcon
     //
     this.tbtnNotifyIcon.ActiveState      = activeStateCollection3;
     this.tbtnNotifyIcon.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.tbtnNotifyIcon.ForeColor        = System.Drawing.Color.Black;
     inactiveStateCollection3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.tbtnNotifyIcon.InactiveState    = inactiveStateCollection3;
     this.tbtnNotifyIcon.Location         = new System.Drawing.Point(268, 73);
     this.tbtnNotifyIcon.MinimumSize      = new System.Drawing.Size(52, 20);
     this.tbtnNotifyIcon.Name             = "tbtnNotifyIcon";
     this.tbtnNotifyIcon.Renderer         = toggleButtonRenderer3;
     this.tbtnNotifyIcon.Size             = new System.Drawing.Size(100, 20);
     this.tbtnNotifyIcon.Slider           = sliderCollection3;
     this.tbtnNotifyIcon.TabIndex         = 3;
     //
     // lblNotifyIcon
     //
     this.lblNotifyIcon.AutoSize  = true;
     this.lblNotifyIcon.BackColor = System.Drawing.Color.Transparent;
     this.lblNotifyIcon.Location  = new System.Drawing.Point(27, 80);
     this.lblNotifyIcon.Name      = "lblNotifyIcon";
     this.lblNotifyIcon.Size      = new System.Drawing.Size(88, 13);
     this.lblNotifyIcon.TabIndex  = 2;
     this.lblNotifyIcon.Text      = "Show notify icon:";
     //
     // tbtnAutoUpdate
     //
     this.tbtnAutoUpdate.ActiveState      = activeStateCollection4;
     this.tbtnAutoUpdate.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.tbtnAutoUpdate.ForeColor        = System.Drawing.Color.Black;
     inactiveStateCollection4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.tbtnAutoUpdate.InactiveState    = inactiveStateCollection4;
     this.tbtnAutoUpdate.Location         = new System.Drawing.Point(268, 47);
     this.tbtnAutoUpdate.MinimumSize      = new System.Drawing.Size(52, 20);
     this.tbtnAutoUpdate.Name             = "tbtnAutoUpdate";
     this.tbtnAutoUpdate.Renderer         = toggleButtonRenderer4;
     this.tbtnAutoUpdate.Size             = new System.Drawing.Size(100, 20);
     this.tbtnAutoUpdate.Slider           = sliderCollection4;
     this.tbtnAutoUpdate.TabIndex         = 1;
     //
     // lblAutoUpdate
     //
     this.lblAutoUpdate.AutoSize  = true;
     this.lblAutoUpdate.BackColor = System.Drawing.Color.Transparent;
     this.lblAutoUpdate.Location  = new System.Drawing.Point(27, 54);
     this.lblAutoUpdate.Name      = "lblAutoUpdate";
     this.lblAutoUpdate.Size      = new System.Drawing.Size(161, 13);
     this.lblAutoUpdate.TabIndex  = 0;
     this.lblAutoUpdate.Text      = "Automatically check for updates:";
     //
     // tpaAppearance
     //
     this.tpaAppearance.AutoSize    = true;
     this.tpaAppearance.BackColor   = System.Drawing.Color.White;
     this.tpaAppearance.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tpaAppearance.Controls.Add(this.cboLanguage);
     this.tpaAppearance.Controls.Add(this.btnSelectPath);
     this.tpaAppearance.Controls.Add(this.txtLanguagePath);
     this.tpaAppearance.Controls.Add(this.lblLanguage);
     this.tpaAppearance.Controls.Add(this.tbtnDetails);
     this.tpaAppearance.Controls.Add(this.lblDetails);
     this.tpaAppearance.Controls.Add(this.tbtnFormSize);
     this.tpaAppearance.Controls.Add(this.lblFormSize);
     this.tpaAppearance.Controls.Add(this.itxtBorderThickness);
     this.tpaAppearance.Controls.Add(this.lblBorderThickness);
     this.tpaAppearance.Controls.Add(this.cpbThemeStyle);
     this.tpaAppearance.Controls.Add(this.lblThemeStyle);
     this.tpaAppearance.Image           = global::DeadLock.Properties.Resources.autosize;
     this.tpaAppearance.ImageSize       = new System.Drawing.Size(16, 16);
     this.tpaAppearance.Location        = new System.Drawing.Point(3, 27);
     this.tpaAppearance.Name            = "tpaAppearance";
     this.tpaAppearance.ShowCloseButton = false;
     this.tpaAppearance.Size            = new System.Drawing.Size(397, 194);
     this.tpaAppearance.TabIndex        = 2;
     this.tpaAppearance.Text            = "Appearance";
     this.tpaAppearance.ThemesEnabled   = false;
     //
     // cboLanguage
     //
     this.cboLanguage.BackColor       = System.Drawing.Color.White;
     this.cboLanguage.BeforeTouchSize = new System.Drawing.Size(100, 19);
     this.cboLanguage.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboLanguage.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboLanguage.Items.AddRange(new object[] {
         "Dutch",
         "English",
         "French",
         "German",
         "Italian",
         "Korean",
         "Polish",
         "Russian",
         "Serbian",
         "Spanish",
         "Swedish",
         "Turkish",
         "Custom"
     });
     this.cboLanguage.Location                   = new System.Drawing.Point(240, 126);
     this.cboLanguage.MetroColor                 = System.Drawing.Color.SteelBlue;
     this.cboLanguage.Name                       = "cboLanguage";
     this.cboLanguage.Size                       = new System.Drawing.Size(100, 19);
     this.cboLanguage.Style                      = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.cboLanguage.TabIndex                   = 9;
     this.cboLanguage.Text                       = "Dutch";
     this.cboLanguage.UseMetroButtonColor        = true;
     this.cboLanguage.UseMetroColorsInActiveMode = true;
     //
     // btnSelectPath
     //
     this.btnSelectPath.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.btnSelectPath.BackColor         = System.Drawing.Color.SteelBlue;
     this.btnSelectPath.BeforeTouchSize   = new System.Drawing.Size(41, 20);
     this.btnSelectPath.ForeColor         = System.Drawing.Color.White;
     this.btnSelectPath.IsBackStageButton = false;
     this.btnSelectPath.Location          = new System.Drawing.Point(346, 153);
     this.btnSelectPath.MetroColor        = System.Drawing.Color.SteelBlue;
     this.btnSelectPath.Name           = "btnSelectPath";
     this.btnSelectPath.Size           = new System.Drawing.Size(41, 20);
     this.btnSelectPath.TabIndex       = 11;
     this.btnSelectPath.Text           = "...";
     this.btnSelectPath.UseVisualStyle = true;
     this.btnSelectPath.Click         += new System.EventHandler(this.btnSelectPath_Click);
     //
     // txtLanguagePath
     //
     this.txtLanguagePath.BackColor       = System.Drawing.Color.White;
     this.txtLanguagePath.BeforeTouchSize = new System.Drawing.Size(305, 20);
     this.txtLanguagePath.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.txtLanguagePath.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtLanguagePath.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.txtLanguagePath.Location        = new System.Drawing.Point(240, 153);
     this.txtLanguagePath.Metrocolor      = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.txtLanguagePath.Name            = "txtLanguagePath";
     this.txtLanguagePath.ReadOnly        = true;
     this.txtLanguagePath.Size            = new System.Drawing.Size(100, 20);
     this.txtLanguagePath.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
     this.txtLanguagePath.TabIndex        = 10;
     this.txtLanguagePath.DoubleClick    += new System.EventHandler(this.btnSelectPath_Click);
     //
     // lblLanguage
     //
     this.lblLanguage.AutoSize = true;
     this.lblLanguage.Location = new System.Drawing.Point(54, 134);
     this.lblLanguage.Name     = "lblLanguage";
     this.lblLanguage.Size     = new System.Drawing.Size(58, 13);
     this.lblLanguage.TabIndex = 8;
     this.lblLanguage.Text     = "Language:";
     //
     // tbtnDetails
     //
     this.tbtnDetails.ActiveState         = activeStateCollection5;
     this.tbtnDetails.Font                = new System.Drawing.Font("Segoe UI", 9F);
     this.tbtnDetails.ForeColor           = System.Drawing.Color.Black;
     inactiveStateCollection5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.tbtnDetails.InactiveState       = inactiveStateCollection5;
     this.tbtnDetails.Location            = new System.Drawing.Point(240, 100);
     this.tbtnDetails.MinimumSize         = new System.Drawing.Size(52, 20);
     this.tbtnDetails.Name                = "tbtnDetails";
     this.tbtnDetails.Renderer            = toggleButtonRenderer5;
     this.tbtnDetails.Size                = new System.Drawing.Size(100, 20);
     this.tbtnDetails.Slider              = sliderCollection5;
     this.tbtnDetails.TabIndex            = 7;
     //
     // lblDetails
     //
     this.lblDetails.AutoSize  = true;
     this.lblDetails.BackColor = System.Drawing.Color.Transparent;
     this.lblDetails.Location  = new System.Drawing.Point(54, 107);
     this.lblDetails.Name      = "lblDetails";
     this.lblDetails.Size      = new System.Drawing.Size(70, 13);
     this.lblDetails.TabIndex  = 6;
     this.lblDetails.Text      = "Show details:";
     //
     // tbtnFormSize
     //
     this.tbtnFormSize.ActiveState        = activeStateCollection6;
     this.tbtnFormSize.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.tbtnFormSize.ForeColor          = System.Drawing.Color.Black;
     inactiveStateCollection6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.tbtnFormSize.InactiveState      = inactiveStateCollection6;
     this.tbtnFormSize.Location           = new System.Drawing.Point(240, 74);
     this.tbtnFormSize.MinimumSize        = new System.Drawing.Size(52, 20);
     this.tbtnFormSize.Name               = "tbtnFormSize";
     this.tbtnFormSize.Renderer           = toggleButtonRenderer6;
     this.tbtnFormSize.Size               = new System.Drawing.Size(100, 20);
     this.tbtnFormSize.Slider             = sliderCollection6;
     this.tbtnFormSize.TabIndex           = 5;
     //
     // lblFormSize
     //
     this.lblFormSize.AutoSize  = true;
     this.lblFormSize.BackColor = System.Drawing.Color.Transparent;
     this.lblFormSize.Location  = new System.Drawing.Point(54, 81);
     this.lblFormSize.Name      = "lblFormSize";
     this.lblFormSize.Size      = new System.Drawing.Size(105, 13);
     this.lblFormSize.TabIndex  = 4;
     this.lblFormSize.Text      = "Remember form size:";
     //
     // itxtBorderThickness
     //
     this.itxtBorderThickness.BackGroundColor = System.Drawing.SystemColors.Window;
     this.itxtBorderThickness.BeforeTouchSize = new System.Drawing.Size(305, 20);
     this.itxtBorderThickness.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.itxtBorderThickness.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.itxtBorderThickness.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.itxtBorderThickness.IntegerValue    = ((long)(1));
     this.itxtBorderThickness.Location        = new System.Drawing.Point(240, 48);
     this.itxtBorderThickness.Metrocolor      = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.itxtBorderThickness.MinValue        = ((long)(1));
     this.itxtBorderThickness.Name            = "itxtBorderThickness";
     this.itxtBorderThickness.NullString      = "";
     this.itxtBorderThickness.Size            = new System.Drawing.Size(100, 20);
     this.itxtBorderThickness.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
     this.itxtBorderThickness.TabIndex        = 3;
     this.itxtBorderThickness.Text            = "1";
     //
     // lblBorderThickness
     //
     this.lblBorderThickness.AutoSize  = true;
     this.lblBorderThickness.BackColor = System.Drawing.Color.Transparent;
     this.lblBorderThickness.Location  = new System.Drawing.Point(54, 55);
     this.lblBorderThickness.Name      = "lblBorderThickness";
     this.lblBorderThickness.Size      = new System.Drawing.Size(89, 13);
     this.lblBorderThickness.TabIndex  = 2;
     this.lblBorderThickness.Text      = "Border thickness:";
     //
     // cpbThemeStyle
     //
     this.cpbThemeStyle.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.cpbThemeStyle.BeforeTouchSize   = new System.Drawing.Size(100, 23);
     this.cpbThemeStyle.ColorUISize       = new System.Drawing.Size(208, 230);
     this.cpbThemeStyle.ForeColor         = System.Drawing.Color.White;
     this.cpbThemeStyle.IsBackStageButton = false;
     this.cpbThemeStyle.Location          = new System.Drawing.Point(240, 19);
     this.cpbThemeStyle.MetroColor        = System.Drawing.Color.SteelBlue;
     this.cpbThemeStyle.Name = "cpbThemeStyle";
     this.cpbThemeStyle.SelectedAsBackcolor = true;
     this.cpbThemeStyle.SelectedAsText      = true;
     this.cpbThemeStyle.Size                    = new System.Drawing.Size(100, 23);
     this.cpbThemeStyle.TabIndex                = 1;
     this.cpbThemeStyle.Text                    = "0";
     this.cpbThemeStyle.UseVisualStyle          = true;
     this.cpbThemeStyle.UseVisualStyleBackColor = false;
     //
     // lblThemeStyle
     //
     this.lblThemeStyle.AutoSize  = true;
     this.lblThemeStyle.BackColor = System.Drawing.Color.Transparent;
     this.lblThemeStyle.Location  = new System.Drawing.Point(54, 29);
     this.lblThemeStyle.Name      = "lblThemeStyle";
     this.lblThemeStyle.Size      = new System.Drawing.Size(67, 13);
     this.lblThemeStyle.TabIndex  = 0;
     this.lblThemeStyle.Text      = "Theme style:";
     //
     // tpaAdvanced
     //
     this.tpaAdvanced.AutoSize    = true;
     this.tpaAdvanced.BackColor   = System.Drawing.Color.White;
     this.tpaAdvanced.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tpaAdvanced.Controls.Add(this.tbtnOwnership);
     this.tpaAdvanced.Controls.Add(this.lblOwnership);
     this.tpaAdvanced.Controls.Add(this.tbtnWindowsExplorerIntegration);
     this.tpaAdvanced.Controls.Add(this.lblWindowsExplorerIntegration);
     this.tpaAdvanced.Controls.Add(this.tbtnAutoRun);
     this.tpaAdvanced.Controls.Add(this.lblAutorun);
     this.tpaAdvanced.Image           = global::DeadLock.Properties.Resources.advancedsettings;
     this.tpaAdvanced.ImageSize       = new System.Drawing.Size(16, 16);
     this.tpaAdvanced.Location        = new System.Drawing.Point(3, 27);
     this.tpaAdvanced.Name            = "tpaAdvanced";
     this.tpaAdvanced.ShowCloseButton = false;
     this.tpaAdvanced.Size            = new System.Drawing.Size(397, 194);
     this.tpaAdvanced.TabIndex        = 3;
     this.tpaAdvanced.Text            = "Advanced";
     this.tpaAdvanced.ThemesEnabled   = false;
     //
     // tbtnOwnership
     //
     this.tbtnOwnership.ActiveState       = activeStateCollection7;
     this.tbtnOwnership.Font              = new System.Drawing.Font("Segoe UI", 9F);
     this.tbtnOwnership.ForeColor         = System.Drawing.Color.Black;
     inactiveStateCollection7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.tbtnOwnership.InactiveState     = inactiveStateCollection7;
     this.tbtnOwnership.Location          = new System.Drawing.Point(262, 112);
     this.tbtnOwnership.MinimumSize       = new System.Drawing.Size(52, 20);
     this.tbtnOwnership.Name              = "tbtnOwnership";
     this.tbtnOwnership.Renderer          = toggleButtonRenderer7;
     this.tbtnOwnership.Size              = new System.Drawing.Size(90, 20);
     this.tbtnOwnership.Slider            = sliderCollection7;
     this.tbtnOwnership.TabIndex          = 5;
     //
     // lblOwnership
     //
     this.lblOwnership.AutoSize = true;
     this.lblOwnership.Location = new System.Drawing.Point(42, 119);
     this.lblOwnership.Name     = "lblOwnership";
     this.lblOwnership.Size     = new System.Drawing.Size(86, 13);
     this.lblOwnership.TabIndex = 4;
     this.lblOwnership.Text     = "Take ownership:";
     //
     // tbtnWindowsExplorerIntegration
     //
     this.tbtnWindowsExplorerIntegration.ActiveState   = activeStateCollection8;
     this.tbtnWindowsExplorerIntegration.Font          = new System.Drawing.Font("Segoe UI", 9F);
     this.tbtnWindowsExplorerIntegration.ForeColor     = System.Drawing.Color.Black;
     inactiveStateCollection8.BorderColor              = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.tbtnWindowsExplorerIntegration.InactiveState = inactiveStateCollection8;
     this.tbtnWindowsExplorerIntegration.Location      = new System.Drawing.Point(262, 86);
     this.tbtnWindowsExplorerIntegration.MinimumSize   = new System.Drawing.Size(52, 20);
     this.tbtnWindowsExplorerIntegration.Name          = "tbtnWindowsExplorerIntegration";
     this.tbtnWindowsExplorerIntegration.Renderer      = toggleButtonRenderer8;
     this.tbtnWindowsExplorerIntegration.Size          = new System.Drawing.Size(90, 20);
     this.tbtnWindowsExplorerIntegration.Slider        = sliderCollection8;
     this.tbtnWindowsExplorerIntegration.TabIndex      = 3;
     //
     // lblWindowsExplorerIntegration
     //
     this.lblWindowsExplorerIntegration.AutoSize = true;
     this.lblWindowsExplorerIntegration.Location = new System.Drawing.Point(42, 93);
     this.lblWindowsExplorerIntegration.Name     = "lblWindowsExplorerIntegration";
     this.lblWindowsExplorerIntegration.Size     = new System.Drawing.Size(147, 13);
     this.lblWindowsExplorerIntegration.TabIndex = 2;
     this.lblWindowsExplorerIntegration.Text     = "Windows Explorer integration:";
     //
     // tbtnAutoRun
     //
     this.tbtnAutoRun.ActiveState         = activeStateCollection9;
     this.tbtnAutoRun.Font                = new System.Drawing.Font("Segoe UI", 9F);
     this.tbtnAutoRun.ForeColor           = System.Drawing.Color.Black;
     inactiveStateCollection9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.tbtnAutoRun.InactiveState       = inactiveStateCollection9;
     this.tbtnAutoRun.Location            = new System.Drawing.Point(262, 60);
     this.tbtnAutoRun.MinimumSize         = new System.Drawing.Size(52, 20);
     this.tbtnAutoRun.Name                = "tbtnAutoRun";
     this.tbtnAutoRun.Renderer            = toggleButtonRenderer9;
     this.tbtnAutoRun.Size                = new System.Drawing.Size(90, 20);
     this.tbtnAutoRun.Slider              = sliderCollection9;
     this.tbtnAutoRun.TabIndex            = 1;
     //
     // lblAutorun
     //
     this.lblAutorun.AutoSize  = true;
     this.lblAutorun.BackColor = System.Drawing.Color.Transparent;
     this.lblAutorun.Location  = new System.Drawing.Point(42, 67);
     this.lblAutorun.Name      = "lblAutorun";
     this.lblAutorun.Size      = new System.Drawing.Size(147, 13);
     this.lblAutorun.TabIndex  = 0;
     this.lblAutorun.Text      = "Run DeadLock automatically:";
     //
     // btnClose
     //
     this.btnClose.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.btnClose.BackColor         = System.Drawing.Color.SteelBlue;
     this.btnClose.BeforeTouchSize   = new System.Drawing.Size(75, 23);
     this.btnClose.DialogResult      = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.ForeColor         = System.Drawing.Color.White;
     this.btnClose.IsBackStageButton = false;
     this.btnClose.Location          = new System.Drawing.Point(12, 230);
     this.btnClose.MetroColor        = System.Drawing.Color.SteelBlue;
     this.btnClose.Name           = "btnClose";
     this.btnClose.Size           = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex       = 1;
     this.btnClose.Text           = "Close";
     this.btnClose.UseVisualStyle = true;
     this.btnClose.Click         += new System.EventHandler(this.btnClose_Click);
     //
     // btnReset
     //
     this.btnReset.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.btnReset.BackColor         = System.Drawing.Color.SteelBlue;
     this.btnReset.BeforeTouchSize   = new System.Drawing.Size(75, 23);
     this.btnReset.ForeColor         = System.Drawing.Color.White;
     this.btnReset.IsBackStageButton = false;
     this.btnReset.Location          = new System.Drawing.Point(93, 230);
     this.btnReset.MetroColor        = System.Drawing.Color.SteelBlue;
     this.btnReset.Name           = "btnReset";
     this.btnReset.Size           = new System.Drawing.Size(75, 23);
     this.btnReset.TabIndex       = 2;
     this.btnReset.Text           = "Reset";
     this.btnReset.UseVisualStyle = true;
     this.btnReset.Click         += new System.EventHandler(this.btnReset_Click);
     //
     // btnSave
     //
     this.btnSave.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.btnSave.BackColor         = System.Drawing.Color.SteelBlue;
     this.btnSave.BeforeTouchSize   = new System.Drawing.Size(75, 23);
     this.btnSave.ForeColor         = System.Drawing.Color.White;
     this.btnSave.IsBackStageButton = false;
     this.btnSave.Location          = new System.Drawing.Point(316, 230);
     this.btnSave.MetroColor        = System.Drawing.Color.SteelBlue;
     this.btnSave.Name           = "btnSave";
     this.btnSave.Size           = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex       = 3;
     this.btnSave.Text           = "Save";
     this.btnSave.UseVisualStyle = true;
     this.btnSave.Click         += new System.EventHandler(this.btnSave_Click);
     //
     // FrmSettings
     //
     this.AcceptButton        = this.btnSave;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderColor         = System.Drawing.Color.SteelBlue;
     this.BorderThickness     = 3;
     this.CancelButton        = this.btnClose;
     this.CaptionBarColor     = System.Drawing.Color.SteelBlue;
     this.CaptionButtonColor  = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(403, 265);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.pnlSettings);
     this.DoubleBuffered  = true;
     this.DropShadow      = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MetroColor      = System.Drawing.Color.SteelBlue;
     this.Name            = "FrmSettings";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "DeadLock - Settings";
     this.Load           += new System.EventHandler(this.FrmSettings_Load);
     this.pnlSettings.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbcPanels)).EndInit();
     this.tbcPanels.ResumeLayout(false);
     this.tbcPanels.PerformLayout();
     this.tpaGeneral.ResumeLayout(false);
     this.tpaGeneral.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnAdminWarning)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnStartMinimized)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnNotifyIcon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnAutoUpdate)).EndInit();
     this.tpaAppearance.ResumeLayout(false);
     this.tpaAppearance.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboLanguage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLanguagePath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnFormSize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.itxtBorderThickness)).EndInit();
     this.tpaAdvanced.ResumeLayout(false);
     this.tpaAdvanced.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnOwnership)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnWindowsExplorerIntegration)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbtnAutoRun)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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();
     System.ComponentModel.ComponentResourceManager         resources = new System.ComponentModel.ComponentResourceManager(typeof(AnswerKeyListItem));
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection1   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection1 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection1        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     this.containerTable = new System.Windows.Forms.TableLayoutPanel();
     this.keyTitleLabel  = new Synapse.Controls.AutoLabelEx();
     this.controlsPanel  = new System.Windows.Forms.Panel();
     this.configureBtn   = new Syncfusion.Windows.Forms.ButtonAdv();
     this.deleteBtn      = new Syncfusion.Windows.Forms.ButtonAdv();
     this.keyToggleBtn   = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.containerTable.SuspendLayout();
     this.controlsPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.keyToggleBtn)).BeginInit();
     this.SuspendLayout();
     //
     // containerTable
     //
     this.containerTable.ColumnCount = 3;
     this.containerTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
     this.containerTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.containerTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 105F));
     this.containerTable.Controls.Add(this.keyTitleLabel, 1, 0);
     this.containerTable.Controls.Add(this.controlsPanel, 2, 0);
     this.containerTable.Controls.Add(this.keyToggleBtn, 0, 0);
     this.containerTable.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.containerTable.Location = new System.Drawing.Point(0, 0);
     this.containerTable.Name     = "containerTable";
     this.containerTable.RowCount = 1;
     this.containerTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.containerTable.Size     = new System.Drawing.Size(441, 48);
     this.containerTable.TabIndex = 0;
     //
     // keyTitleLabel
     //
     this.keyTitleLabel.AutoEllipsis = true;
     this.keyTitleLabel.AutoSize     = false;
     this.keyTitleLabel.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.keyTitleLabel.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.keyTitleLabel.Font         = new System.Drawing.Font("Dosis", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.keyTitleLabel.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.keyTitleLabel.Location     = new System.Drawing.Point(73, 5);
     this.keyTitleLabel.Margin       = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.keyTitleLabel.Name         = "keyTitleLabel";
     this.keyTitleLabel.Size         = new System.Drawing.Size(260, 43);
     this.keyTitleLabel.Style        = Syncfusion.Windows.Forms.Tools.AutoLabelStyle.Office2016White;
     this.keyTitleLabel.TabIndex     = 38;
     this.keyTitleLabel.Text         = "Key Title";
     this.keyTitleLabel.ThemeName    = "Office2016White";
     this.keyTitleLabel.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.AnswerTitleLabel_MouseDown);
     this.keyTitleLabel.MouseEnter  += new System.EventHandler(this.AnswerTitleLabel_MouseEnter);
     this.keyTitleLabel.MouseLeave  += new System.EventHandler(this.AnswerKeyListItem_MouseLeave);
     this.keyTitleLabel.MouseUp     += new System.Windows.Forms.MouseEventHandler(this.AnswerKeyTitleLabel_MouseUp);
     //
     // controlsPanel
     //
     this.controlsPanel.Controls.Add(this.configureBtn);
     this.controlsPanel.Controls.Add(this.deleteBtn);
     this.controlsPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.controlsPanel.Location = new System.Drawing.Point(336, 0);
     this.controlsPanel.Margin   = new System.Windows.Forms.Padding(0);
     this.controlsPanel.Name     = "controlsPanel";
     this.controlsPanel.Size     = new System.Drawing.Size(105, 48);
     this.controlsPanel.TabIndex = 47;
     //
     // configureBtn
     //
     this.configureBtn.Appearance                = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.configureBtn.BackColor                 = System.Drawing.Color.DodgerBlue;
     this.configureBtn.BeforeTouchSize           = new System.Drawing.Size(53, 48);
     this.configureBtn.BorderStyleAdv            = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Flat;
     this.configureBtn.Dock                      = System.Windows.Forms.DockStyle.Right;
     this.configureBtn.FlatAppearance.BorderSize = 0;
     this.configureBtn.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.configureBtn.Font                      = new System.Drawing.Font("Microsoft Sans Serif", 19F);
     this.configureBtn.ForeColor                 = System.Drawing.Color.White;
     this.configureBtn.Image                     = ((System.Drawing.Image)(resources.GetObject("configureBtn.Image")));
     this.configureBtn.Location                  = new System.Drawing.Point(-1, 0);
     this.configureBtn.Margin                    = new System.Windows.Forms.Padding(0);
     this.configureBtn.Name                      = "configureBtn";
     this.configureBtn.Size                      = new System.Drawing.Size(53, 48);
     this.configureBtn.TabIndex                  = 46;
     this.configureBtn.ThemeName                 = "Metro";
     this.configureBtn.Click                    += new System.EventHandler(this.ConfigureBtn_Click);
     //
     // deleteBtn
     //
     this.deleteBtn.Appearance                = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.deleteBtn.BackColor                 = System.Drawing.Color.Crimson;
     this.deleteBtn.BeforeTouchSize           = new System.Drawing.Size(53, 48);
     this.deleteBtn.BorderStyleAdv            = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Flat;
     this.deleteBtn.Dock                      = System.Windows.Forms.DockStyle.Right;
     this.deleteBtn.FlatAppearance.BorderSize = 0;
     this.deleteBtn.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.deleteBtn.Font                      = new System.Drawing.Font("Microsoft Sans Serif", 18.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.deleteBtn.ForeColor                 = System.Drawing.Color.White;
     this.deleteBtn.Image                     = ((System.Drawing.Image)(resources.GetObject("deleteBtn.Image")));
     this.deleteBtn.Location                  = new System.Drawing.Point(52, 0);
     this.deleteBtn.Margin                    = new System.Windows.Forms.Padding(0);
     this.deleteBtn.Name                      = "deleteBtn";
     this.deleteBtn.Size                      = new System.Drawing.Size(53, 48);
     this.deleteBtn.TabIndex                  = 45;
     this.deleteBtn.ThemeName                 = "Metro";
     this.deleteBtn.Click                    += new System.EventHandler(this.DeleteBtn_Click);
     //
     // keyToggleBtn
     //
     activeStateCollection1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199)))));
     activeStateCollection1.BorderColor    = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199)))));
     activeStateCollection1.ForeColor      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     activeStateCollection1.HoverColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(103)))), ((int)(((byte)(176)))));
     this.keyToggleBtn.ActiveState         = activeStateCollection1;
     this.keyToggleBtn.DisplayMode         = Syncfusion.Windows.Forms.Tools.DisplayType.Image;
     this.keyToggleBtn.Font                = new System.Drawing.Font("Segoe UI", 9F);
     this.keyToggleBtn.ForeColor           = System.Drawing.Color.Black;
     inactiveStateCollection1.BackColor    = System.Drawing.Color.White;
     inactiveStateCollection1.BorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     inactiveStateCollection1.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     inactiveStateCollection1.HoverColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.keyToggleBtn.InactiveState       = inactiveStateCollection1;
     this.keyToggleBtn.Location            = new System.Drawing.Point(4, 10);
     this.keyToggleBtn.Margin              = new System.Windows.Forms.Padding(4, 10, 4, 10);
     this.keyToggleBtn.MinimumSize         = new System.Drawing.Size(52, 20);
     this.keyToggleBtn.Name                = "keyToggleBtn";
     this.keyToggleBtn.Size                = new System.Drawing.Size(62, 28);
     sliderCollection1.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     sliderCollection1.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(171)))), ((int)(((byte)(171)))));
     sliderCollection1.HoverColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     sliderCollection1.InactiveBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     sliderCollection1.InactiveHoverColor  = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(94)))), ((int)(((byte)(94)))));
     this.keyToggleBtn.Slider              = sliderCollection1;
     this.keyToggleBtn.TabIndex            = 48;
     this.keyToggleBtn.ThemeName           = "Office2016White";
     this.keyToggleBtn.VisualStyle         = Syncfusion.Windows.Forms.Tools.ToggleButtonStyle.Office2016White;
     this.keyToggleBtn.ToggleStateChanged += new Syncfusion.Windows.Forms.Tools.ToggleStateChangedEventHandler(this.keyToggleBtn_ToggleStateChanged);
     //
     // AnswerKeyListItem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.containerTable);
     this.Name        = "AnswerKeyListItem";
     this.Size        = new System.Drawing.Size(441, 48);
     this.MouseLeave += new System.EventHandler(this.AnswerKeyListItem_MouseLeave);
     this.containerTable.ResumeLayout(false);
     this.controlsPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.keyToggleBtn)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection1        = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection          activeStateCollection1   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection        inactiveStateCollection1 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer           toggleButtonRenderer1    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection1        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection2   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection2 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer2    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection2        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     this.splitContainer1  = new System.Windows.Forms.SplitContainer();
     this.navSetupWizard   = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
     this.treeGeneral      = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeVideoStream  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeTelemetry    = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.btnSaveData      = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.panelHome        = new System.Windows.Forms.Panel();
     this.panelGeneral     = new System.Windows.Forms.Panel();
     this.panelVideoStream = new System.Windows.Forms.Panel();
     this.panelWebSocket   = new System.Windows.Forms.Panel();
     this.panelMavLink     = new System.Windows.Forms.Panel();
     this.panelTcp         = new System.Windows.Forms.Panel();
     this.txtTcpPort       = new System.Windows.Forms.TextBox();
     this.txtTcpHost       = new System.Windows.Forms.TextBox();
     this.label11          = new System.Windows.Forms.Label();
     this.label12          = new System.Windows.Forms.Label();
     this.panelUdp         = new System.Windows.Forms.Panel();
     this.txtUdpPort       = new System.Windows.Forms.TextBox();
     this.txtUdpHost       = new System.Windows.Forms.TextBox();
     this.label13          = new System.Windows.Forms.Label();
     this.label14          = new System.Windows.Forms.Label();
     this.cmbProtocol      = new Syncfusion.WinForms.ListView.SfComboBox();
     this.panelSerial      = new System.Windows.Forms.Panel();
     this.cmbBaudrate      = new Syncfusion.WinForms.ListView.SfComboBox();
     this.cmbPortCOM       = new Syncfusion.WinForms.ListView.SfComboBox();
     this.label9           = new System.Windows.Forms.Label();
     this.label8           = new System.Windows.Forms.Label();
     this.lblProtocol      = new System.Windows.Forms.Label();
     this.label7           = new System.Windows.Forms.Label();
     this.toggleMavLink    = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.txtSocket        = new System.Windows.Forms.TextBox();
     this.lblSocket        = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.toggleWebSocket  = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.label15          = new System.Windows.Forms.Label();
     this.txtPortRtsp      = new System.Windows.Forms.TextBox();
     this.txtRtspServer    = new System.Windows.Forms.TextBox();
     this.label4           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.cmbDroneType     = new Syncfusion.WinForms.ListView.SfComboBox();
     this.txtProfileName   = new System.Windows.Forms.TextBox();
     this.label2           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.label10          = new System.Windows.Forms.Label();
     this.treeMenuItem3    = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeWebSocket    = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMavLink      = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panelHome.SuspendLayout();
     this.panelGeneral.SuspendLayout();
     this.panelVideoStream.SuspendLayout();
     this.panelWebSocket.SuspendLayout();
     this.panelMavLink.SuspendLayout();
     this.panelTcp.SuspendLayout();
     this.panelUdp.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbProtocol)).BeginInit();
     this.panelSerial.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBaudrate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbPortCOM)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleMavLink)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleWebSocket)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDroneType)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.navSetupWizard);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.panelHome);
     this.splitContainer1.Size             = new System.Drawing.Size(647, 502);
     this.splitContainer1.SplitterDistance = 215;
     this.splitContainer1.TabIndex         = 0;
     //
     // navSetupWizard
     //
     this.navSetupWizard.Dock          = System.Windows.Forms.DockStyle.Fill;
     headerCollection1.Font            = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     headerCollection1.HeaderText      = "Setup Wizard";
     this.navSetupWizard.Header        = headerCollection1;
     this.navSetupWizard.ItemBackColor = System.Drawing.SystemColors.Control;
     this.navSetupWizard.Items.Add(this.treeGeneral);
     this.navSetupWizard.Items.Add(this.treeVideoStream);
     this.navSetupWizard.Items.Add(this.treeTelemetry);
     this.navSetupWizard.Items.Add(this.btnSaveData);
     this.navSetupWizard.Location          = new System.Drawing.Point(0, 0);
     this.navSetupWizard.MinimumSize       = new System.Drawing.Size(150, 150);
     this.navSetupWizard.Name              = "navSetupWizard";
     this.navSetupWizard.Size              = new System.Drawing.Size(215, 502);
     this.navSetupWizard.TabIndex          = 0;
     this.navSetupWizard.Text              = "Setup Wizard";
     this.navSetupWizard.SelectionChanged += new Syncfusion.Windows.Forms.Tools.SelectionStateChangedEventHandler(this.treeNavigator1_SelectionChanged);
     //
     // treeGeneral
     //
     this.treeGeneral.BackColor     = System.Drawing.SystemColors.Control;
     this.treeGeneral.Font          = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeGeneral.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeGeneral.Location      = new System.Drawing.Point(0, 0);
     this.treeGeneral.Name          = "treeGeneral";
     this.treeGeneral.Size          = new System.Drawing.Size(211, 50);
     this.treeGeneral.TabIndex      = 1;
     this.treeGeneral.Text          = "General";
     //
     // treeVideoStream
     //
     this.treeVideoStream.BackColor     = System.Drawing.SystemColors.Control;
     this.treeVideoStream.Font          = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeVideoStream.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeVideoStream.Location      = new System.Drawing.Point(0, 52);
     this.treeVideoStream.Name          = "treeVideoStream";
     this.treeVideoStream.Size          = new System.Drawing.Size(211, 50);
     this.treeVideoStream.TabIndex      = 1;
     this.treeVideoStream.Text          = "Video Stream";
     //
     // treeTelemetry
     //
     this.treeTelemetry.BackColor     = System.Drawing.SystemColors.Control;
     this.treeTelemetry.Font          = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeTelemetry.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeTelemetry.Items.Add(this.treeWebSocket);
     this.treeTelemetry.Items.Add(this.treeMavLink);
     this.treeTelemetry.Location = new System.Drawing.Point(0, 104);
     this.treeTelemetry.Name     = "treeTelemetry";
     this.treeTelemetry.Size     = new System.Drawing.Size(211, 50);
     this.treeTelemetry.TabIndex = 1;
     this.treeTelemetry.Text     = "Telemetry";
     //
     // btnSaveData
     //
     this.btnSaveData.BackColor     = System.Drawing.SystemColors.Control;
     this.btnSaveData.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.btnSaveData.Font          = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSaveData.ItemBackColor = System.Drawing.SystemColors.Control;
     this.btnSaveData.Location      = new System.Drawing.Point(0, 401);
     this.btnSaveData.Name          = "btnSaveData";
     this.btnSaveData.Size          = new System.Drawing.Size(213, 50);
     this.btnSaveData.TabIndex      = 1;
     this.btnSaveData.Text          = "Save";
     this.btnSaveData.Click        += new System.EventHandler(this.btnSaveData_Click);
     //
     // panelHome
     //
     this.panelHome.Controls.Add(this.panelGeneral);
     this.panelHome.Controls.Add(this.label10);
     this.panelHome.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelHome.Location = new System.Drawing.Point(0, 0);
     this.panelHome.Name     = "panelHome";
     this.panelHome.Size     = new System.Drawing.Size(428, 502);
     this.panelHome.TabIndex = 1;
     //
     // panelGeneral
     //
     this.panelGeneral.Controls.Add(this.panelVideoStream);
     this.panelGeneral.Controls.Add(this.label5);
     this.panelGeneral.Controls.Add(this.cmbDroneType);
     this.panelGeneral.Controls.Add(this.txtProfileName);
     this.panelGeneral.Controls.Add(this.label2);
     this.panelGeneral.Controls.Add(this.label1);
     this.panelGeneral.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelGeneral.Location = new System.Drawing.Point(0, 0);
     this.panelGeneral.Name     = "panelGeneral";
     this.panelGeneral.Size     = new System.Drawing.Size(428, 502);
     this.panelGeneral.TabIndex = 0;
     this.panelGeneral.Visible  = false;
     //
     // panelVideoStream
     //
     this.panelVideoStream.BackColor = System.Drawing.Color.White;
     this.panelVideoStream.Controls.Add(this.panelWebSocket);
     this.panelVideoStream.Controls.Add(this.label15);
     this.panelVideoStream.Controls.Add(this.txtPortRtsp);
     this.panelVideoStream.Controls.Add(this.txtRtspServer);
     this.panelVideoStream.Controls.Add(this.label4);
     this.panelVideoStream.Controls.Add(this.label3);
     this.panelVideoStream.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelVideoStream.Location = new System.Drawing.Point(0, 0);
     this.panelVideoStream.Name     = "panelVideoStream";
     this.panelVideoStream.Size     = new System.Drawing.Size(428, 502);
     this.panelVideoStream.TabIndex = 10;
     this.panelVideoStream.Visible  = false;
     //
     // panelWebSocket
     //
     this.panelWebSocket.BackColor = System.Drawing.Color.White;
     this.panelWebSocket.Controls.Add(this.panelMavLink);
     this.panelWebSocket.Controls.Add(this.txtSocket);
     this.panelWebSocket.Controls.Add(this.lblSocket);
     this.panelWebSocket.Controls.Add(this.label6);
     this.panelWebSocket.Controls.Add(this.toggleWebSocket);
     this.panelWebSocket.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelWebSocket.Location = new System.Drawing.Point(0, 0);
     this.panelWebSocket.Name     = "panelWebSocket";
     this.panelWebSocket.Size     = new System.Drawing.Size(428, 502);
     this.panelWebSocket.TabIndex = 18;
     this.panelWebSocket.Visible  = false;
     //
     // panelMavLink
     //
     this.panelMavLink.BackColor = System.Drawing.Color.White;
     this.panelMavLink.Controls.Add(this.panelTcp);
     this.panelMavLink.Controls.Add(this.panelUdp);
     this.panelMavLink.Controls.Add(this.cmbProtocol);
     this.panelMavLink.Controls.Add(this.panelSerial);
     this.panelMavLink.Controls.Add(this.lblProtocol);
     this.panelMavLink.Controls.Add(this.label7);
     this.panelMavLink.Controls.Add(this.toggleMavLink);
     this.panelMavLink.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMavLink.Location = new System.Drawing.Point(0, 0);
     this.panelMavLink.Name     = "panelMavLink";
     this.panelMavLink.Size     = new System.Drawing.Size(428, 502);
     this.panelMavLink.TabIndex = 5;
     this.panelMavLink.Visible  = false;
     //
     // panelTcp
     //
     this.panelTcp.Controls.Add(this.txtTcpPort);
     this.panelTcp.Controls.Add(this.txtTcpHost);
     this.panelTcp.Controls.Add(this.label11);
     this.panelTcp.Controls.Add(this.label12);
     this.panelTcp.Location = new System.Drawing.Point(6, 133);
     this.panelTcp.Name     = "panelTcp";
     this.panelTcp.Size     = new System.Drawing.Size(410, 142);
     this.panelTcp.TabIndex = 7;
     this.panelTcp.Visible  = false;
     //
     // txtTcpPort
     //
     this.txtTcpPort.Location = new System.Drawing.Point(195, 85);
     this.txtTcpPort.Name     = "txtTcpPort";
     this.txtTcpPort.Size     = new System.Drawing.Size(54, 20);
     this.txtTcpPort.TabIndex = 7;
     //
     // txtTcpHost
     //
     this.txtTcpHost.Location = new System.Drawing.Point(195, 42);
     this.txtTcpHost.Name     = "txtTcpHost";
     this.txtTcpHost.Size     = new System.Drawing.Size(208, 20);
     this.txtTcpHost.TabIndex = 6;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(28, 84);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(87, 21);
     this.label11.TabIndex = 5;
     this.label11.Text     = "Server Port";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(28, 39);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(91, 21);
     this.label12.TabIndex = 4;
     this.label12.Text     = "Server Host";
     //
     // panelUdp
     //
     this.panelUdp.Controls.Add(this.txtUdpPort);
     this.panelUdp.Controls.Add(this.txtUdpHost);
     this.panelUdp.Controls.Add(this.label13);
     this.panelUdp.Controls.Add(this.label14);
     this.panelUdp.Location = new System.Drawing.Point(2, 134);
     this.panelUdp.Name     = "panelUdp";
     this.panelUdp.Size     = new System.Drawing.Size(422, 142);
     this.panelUdp.TabIndex = 8;
     this.panelUdp.Visible  = false;
     //
     // txtUdpPort
     //
     this.txtUdpPort.Location = new System.Drawing.Point(195, 85);
     this.txtUdpPort.Name     = "txtUdpPort";
     this.txtUdpPort.Size     = new System.Drawing.Size(54, 20);
     this.txtUdpPort.TabIndex = 7;
     //
     // txtUdpHost
     //
     this.txtUdpHost.Location = new System.Drawing.Point(195, 42);
     this.txtUdpHost.Name     = "txtUdpHost";
     this.txtUdpHost.Size     = new System.Drawing.Size(208, 20);
     this.txtUdpHost.TabIndex = 6;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(25, 85);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(73, 21);
     this.label13.TabIndex = 5;
     this.label13.Text     = "Bind Port";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(26, 37);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(77, 21);
     this.label14.TabIndex = 4;
     this.label14.Text     = "Bind Host";
     //
     // cmbProtocol
     //
     this.cmbProtocol.AllowDropDownResize = false;
     this.cmbProtocol.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.Append;
     this.cmbProtocol.Location            = new System.Drawing.Point(243, 73);
     this.cmbProtocol.Name                  = "cmbProtocol";
     this.cmbProtocol.Size                  = new System.Drawing.Size(163, 28);
     this.cmbProtocol.TabIndex              = 6;
     this.cmbProtocol.Visible               = false;
     this.cmbProtocol.SelectedIndexChanged += new System.EventHandler(this.cmbProtocol_SelectedIndexChanged);
     //
     // panelSerial
     //
     this.panelSerial.Controls.Add(this.cmbBaudrate);
     this.panelSerial.Controls.Add(this.cmbPortCOM);
     this.panelSerial.Controls.Add(this.label9);
     this.panelSerial.Controls.Add(this.label8);
     this.panelSerial.Location = new System.Drawing.Point(14, 130);
     this.panelSerial.Name     = "panelSerial";
     this.panelSerial.Size     = new System.Drawing.Size(392, 146);
     this.panelSerial.TabIndex = 5;
     this.panelSerial.Visible  = false;
     //
     // cmbBaudrate
     //
     this.cmbBaudrate.Location = new System.Drawing.Point(229, 75);
     this.cmbBaudrate.Name     = "cmbBaudrate";
     this.cmbBaudrate.Size     = new System.Drawing.Size(163, 28);
     this.cmbBaudrate.TabIndex = 3;
     //
     // cmbPortCOM
     //
     this.cmbPortCOM.Location = new System.Drawing.Point(229, 34);
     this.cmbPortCOM.Name     = "cmbPortCOM";
     this.cmbPortCOM.Size     = new System.Drawing.Size(163, 28);
     this.cmbPortCOM.TabIndex = 2;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(20, 83);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(72, 21);
     this.label9.TabIndex = 1;
     this.label9.Text     = "Baudrate";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(20, 34);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(78, 21);
     this.label8.TabIndex = 0;
     this.label8.Text     = "Port COM";
     //
     // lblProtocol
     //
     this.lblProtocol.AutoSize = true;
     this.lblProtocol.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProtocol.Location = new System.Drawing.Point(34, 75);
     this.lblProtocol.Name     = "lblProtocol";
     this.lblProtocol.Size     = new System.Drawing.Size(68, 21);
     this.lblProtocol.TabIndex = 4;
     this.lblProtocol.Text     = "Protocol";
     this.lblProtocol.Visible  = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(34, 24);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(115, 20);
     this.label7.TabIndex = 3;
     this.label7.Text     = "Turn MAVLink";
     //
     // toggleMavLink
     //
     this.toggleMavLink.ActiveState         = activeStateCollection1;
     this.toggleMavLink.Font                = new System.Drawing.Font("Segoe UI", 9F);
     this.toggleMavLink.ForeColor           = System.Drawing.Color.Black;
     inactiveStateCollection1.BorderColor   = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.toggleMavLink.InactiveState       = inactiveStateCollection1;
     this.toggleMavLink.Location            = new System.Drawing.Point(316, 14);
     this.toggleMavLink.MinimumSize         = new System.Drawing.Size(52, 20);
     this.toggleMavLink.Name                = "toggleMavLink";
     this.toggleMavLink.Renderer            = toggleButtonRenderer1;
     this.toggleMavLink.Size                = new System.Drawing.Size(90, 40);
     this.toggleMavLink.Slider              = sliderCollection1;
     this.toggleMavLink.TabIndex            = 2;
     this.toggleMavLink.Text                = "toggleButton1";
     this.toggleMavLink.VisualStyle         = Syncfusion.Windows.Forms.Tools.ToggleButtonStyle.Default;
     this.toggleMavLink.ToggleStateChanged += new Syncfusion.Windows.Forms.Tools.ToggleStateChangedEventHandler(this.toggleMavLink_ToggleStateChanged);
     //
     // txtSocket
     //
     this.txtSocket.Location = new System.Drawing.Point(142, 86);
     this.txtSocket.Name     = "txtSocket";
     this.txtSocket.Size     = new System.Drawing.Size(232, 20);
     this.txtSocket.TabIndex = 3;
     this.txtSocket.Visible  = false;
     //
     // lblSocket
     //
     this.lblSocket.AutoSize = true;
     this.lblSocket.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSocket.Location = new System.Drawing.Point(38, 86);
     this.lblSocket.Name     = "lblSocket";
     this.lblSocket.Size     = new System.Drawing.Size(59, 20);
     this.lblSocket.TabIndex = 2;
     this.lblSocket.Text     = "Socket";
     this.lblSocket.Visible  = false;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(34, 24);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(133, 20);
     this.label6.TabIndex = 1;
     this.label6.Text     = "Turn WebSocket";
     //
     // toggleWebSocket
     //
     this.toggleWebSocket.ActiveState         = activeStateCollection2;
     this.toggleWebSocket.Font                = new System.Drawing.Font("Segoe UI", 9F);
     this.toggleWebSocket.ForeColor           = System.Drawing.Color.Black;
     inactiveStateCollection2.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.toggleWebSocket.InactiveState       = inactiveStateCollection2;
     this.toggleWebSocket.Location            = new System.Drawing.Point(316, 14);
     this.toggleWebSocket.MinimumSize         = new System.Drawing.Size(52, 20);
     this.toggleWebSocket.Name                = "toggleWebSocket";
     this.toggleWebSocket.Renderer            = toggleButtonRenderer2;
     this.toggleWebSocket.Size                = new System.Drawing.Size(90, 40);
     this.toggleWebSocket.Slider              = sliderCollection2;
     this.toggleWebSocket.TabIndex            = 0;
     this.toggleWebSocket.Text                = "toggleButton1";
     this.toggleWebSocket.VisualStyle         = Syncfusion.Windows.Forms.Tools.ToggleButtonStyle.Default;
     this.toggleWebSocket.ToggleStateChanged += new Syncfusion.Windows.Forms.Tools.ToggleStateChangedEventHandler(this.toggleWebSocket_ToggleStateChanged);
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font     = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(11, 20);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(282, 25);
     this.label15.TabIndex = 17;
     this.label15.Text     = "Set video streaming preferences";
     //
     // txtPortRtsp
     //
     this.txtPortRtsp.Location = new System.Drawing.Point(130, 104);
     this.txtPortRtsp.Name     = "txtPortRtsp";
     this.txtPortRtsp.Size     = new System.Drawing.Size(59, 20);
     this.txtPortRtsp.TabIndex = 16;
     //
     // txtRtspServer
     //
     this.txtRtspServer.Location = new System.Drawing.Point(130, 71);
     this.txtRtspServer.Name     = "txtRtspServer";
     this.txtRtspServer.Size     = new System.Drawing.Size(232, 20);
     this.txtRtspServer.TabIndex = 15;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(11, 104);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(38, 20);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Port";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(11, 71);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(88, 20);
     this.label3.TabIndex = 13;
     this.label3.Text     = "RTSP URL";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Segoe UI", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(10, 9);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(415, 46);
     this.label5.TabIndex = 9;
     this.label5.Text     = "Please named the profile to save the drone data, \r\nplease make a good name so you" +
                            " easily remember it.\r\n";
     //
     // cmbDroneType
     //
     this.cmbDroneType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
     this.cmbDroneType.Location         = new System.Drawing.Point(142, 107);
     this.cmbDroneType.Name             = "cmbDroneType";
     this.cmbDroneType.Size             = new System.Drawing.Size(232, 20);
     this.cmbDroneType.TabIndex         = 8;
     //
     // txtProfileName
     //
     this.txtProfileName.Location = new System.Drawing.Point(142, 75);
     this.txtProfileName.Name     = "txtProfileName";
     this.txtProfileName.Size     = new System.Drawing.Size(232, 20);
     this.txtProfileName.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(23, 107);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(87, 20);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Drone type";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(23, 76);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(97, 20);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Profile name";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(16, 9);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(389, 42);
     this.label10.TabIndex = 0;
     this.label10.Text     = "Setup your drone and save the configuration for future\r\nuse.";
     //
     // treeMenuItem3
     //
     this.treeMenuItem3.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeMenuItem3.Location      = new System.Drawing.Point(0, 0);
     this.treeMenuItem3.Name          = "treeMenuItem3";
     this.treeMenuItem3.Size          = new System.Drawing.Size(0, 0);
     this.treeMenuItem3.TabIndex      = 1;
     this.treeMenuItem3.Text          = "treeMenuItem3";
     //
     // treeWebSocket
     //
     this.treeWebSocket.Font          = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeWebSocket.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeWebSocket.Location      = new System.Drawing.Point(0, 0);
     this.treeWebSocket.Name          = "treeWebSocket";
     this.treeWebSocket.Size          = new System.Drawing.Size(0, 0);
     this.treeWebSocket.TabIndex      = 1;
     this.treeWebSocket.Text          = "WebSocket";
     //
     // treeMavLink
     //
     this.treeMavLink.Font          = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeMavLink.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeMavLink.Location      = new System.Drawing.Point(0, 0);
     this.treeMavLink.Name          = "treeMavLink";
     this.treeMavLink.Size          = new System.Drawing.Size(0, 0);
     this.treeMavLink.TabIndex      = 1;
     this.treeMavLink.Text          = "MAVLink";
     //
     // frmAddDevices
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.CaptionBarHeight    = 15;
     this.CaptionForeColor    = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(647, 502);
     this.Controls.Add(this.splitContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "frmAddDevices";
     this.ShowIcon        = false;
     this.ShowMaximizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Setup Wizard";
     this.TopMost         = true;
     this.Load           += new System.EventHandler(this.frmAddDevices_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panelHome.ResumeLayout(false);
     this.panelHome.PerformLayout();
     this.panelGeneral.ResumeLayout(false);
     this.panelGeneral.PerformLayout();
     this.panelVideoStream.ResumeLayout(false);
     this.panelVideoStream.PerformLayout();
     this.panelWebSocket.ResumeLayout(false);
     this.panelWebSocket.PerformLayout();
     this.panelMavLink.ResumeLayout(false);
     this.panelMavLink.PerformLayout();
     this.panelTcp.ResumeLayout(false);
     this.panelTcp.PerformLayout();
     this.panelUdp.ResumeLayout(false);
     this.panelUdp.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbProtocol)).EndInit();
     this.panelSerial.ResumeLayout(false);
     this.panelSerial.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBaudrate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbPortCOM)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleMavLink)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleWebSocket)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDroneType)).EndInit();
     this.ResumeLayout(false);
 }