/// <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(PortfolioManager));
     this.PortfolioTabControl         = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
     this.dashboardTabPage            = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
     this.performanceAnalyzerTabPage  = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
     this.loadingProgressBar          = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
     this.contributionAnalyzerTabPage = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
     this.imageList1      = new System.Windows.Forms.ImageList(this.components);
     this.formLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     ((System.ComponentModel.ISupportInitialize)(this.PortfolioTabControl)).BeginInit();
     this.PortfolioTabControl.SuspendLayout();
     this.performanceAnalyzerTabPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.loadingProgressBar)).BeginInit();
     this.formLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // PortfolioTabControl
     //
     this.PortfolioTabControl.AccessibleDescription = "";
     this.PortfolioTabControl.AccessibleName        = "";
     this.PortfolioTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                              | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.PortfolioTabControl.BackColor       = System.Drawing.Color.White;
     this.PortfolioTabControl.BeforeTouchSize = new System.Drawing.Size(932, 558);
     this.PortfolioTabControl.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.PortfolioTabControl.Controls.Add(this.dashboardTabPage);
     this.PortfolioTabControl.Controls.Add(this.performanceAnalyzerTabPage);
     this.PortfolioTabControl.Controls.Add(this.contributionAnalyzerTabPage);
     this.PortfolioTabControl.FixedSingleBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.PortfolioTabControl.Font        = new System.Drawing.Font("Segoe UI", 9F);
     this.PortfolioTabControl.ImageList   = this.imageList1;
     this.PortfolioTabControl.ImageOffset = 4;
     this.PortfolioTabControl.Location    = new System.Drawing.Point(3, 12);
     this.PortfolioTabControl.Name        = "PortfolioTabControl";
     this.PortfolioTabControl.Size        = new System.Drawing.Size(932, 558);
     this.PortfolioTabControl.TabIndex    = 1;
     this.PortfolioTabControl.TabStyle    = typeof(Syncfusion.Windows.Forms.Tools.TabRenderer2D);
     //
     // dashboardTabPage
     //
     this.dashboardTabPage.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.dashboardTabPage.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.dashboardTabPage.Image           = null;
     this.dashboardTabPage.ImageIndex      = 0;
     this.dashboardTabPage.ImageSize       = new System.Drawing.Size(16, 16);
     this.dashboardTabPage.Location        = new System.Drawing.Point(0, 28);
     this.dashboardTabPage.Name            = "dashboardTabPage";
     this.dashboardTabPage.ShowCloseButton = true;
     this.dashboardTabPage.Size            = new System.Drawing.Size(932, 530);
     this.dashboardTabPage.TabFont         = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dashboardTabPage.TabForeColor    = System.Drawing.SystemColors.ControlText;
     this.dashboardTabPage.TabIndex        = 1;
     this.dashboardTabPage.Text            = "Dashboard ";
     this.dashboardTabPage.ThemesEnabled   = false;
     //
     // performanceAnalyzerTabPage
     //
     this.performanceAnalyzerTabPage.BackColor   = System.Drawing.Color.White;
     this.performanceAnalyzerTabPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.performanceAnalyzerTabPage.Controls.Add(this.loadingProgressBar);
     this.performanceAnalyzerTabPage.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.performanceAnalyzerTabPage.Image           = null;
     this.performanceAnalyzerTabPage.ImageIndex      = 2;
     this.performanceAnalyzerTabPage.ImageSize       = new System.Drawing.Size(16, 16);
     this.performanceAnalyzerTabPage.Location        = new System.Drawing.Point(0, 28);
     this.performanceAnalyzerTabPage.Name            = "performanceAnalyzerTabPage";
     this.performanceAnalyzerTabPage.ShowCloseButton = true;
     this.performanceAnalyzerTabPage.Size            = new System.Drawing.Size(932, 530);
     this.performanceAnalyzerTabPage.TabFont         = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.performanceAnalyzerTabPage.TabForeColor    = System.Drawing.SystemColors.ControlText;
     this.performanceAnalyzerTabPage.TabIndex        = 3;
     this.performanceAnalyzerTabPage.Text            = "Performance Analyzer ";
     this.performanceAnalyzerTabPage.ThemesEnabled   = false;
     //
     // loadingProgressBar
     //
     this.loadingProgressBar.BackGradientEndColor   = System.Drawing.Color.White;
     this.loadingProgressBar.BackGradientStartColor = System.Drawing.Color.LightGray;
     this.loadingProgressBar.BackgroundStyle        = Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Tube;
     this.loadingProgressBar.BackMultipleColors     = new System.Drawing.Color[0];
     this.loadingProgressBar.BackSegments           = false;
     this.loadingProgressBar.BackTubeEndColor       = System.Drawing.Color.White;
     this.loadingProgressBar.BackTubeStartColor     = System.Drawing.Color.LightGray;
     this.loadingProgressBar.Border3DStyle          = System.Windows.Forms.Border3DStyle.Adjust;
     this.loadingProgressBar.CustomText             = null;
     this.loadingProgressBar.CustomWaitingRender    = false;
     this.loadingProgressBar.FontColor          = System.Drawing.Color.OrangeRed;
     this.loadingProgressBar.ForegroundImage    = null;
     this.loadingProgressBar.ForeSegments       = false;
     this.loadingProgressBar.GradientEndColor   = System.Drawing.Color.LightSteelBlue;
     this.loadingProgressBar.GradientStartColor = System.Drawing.Color.WhiteSmoke;
     this.loadingProgressBar.Location           = new System.Drawing.Point(200, 213);
     this.loadingProgressBar.MultipleColors     = new System.Drawing.Color[0];
     this.loadingProgressBar.Name = "loadingProgressBar";
     this.loadingProgressBar.ProgressFallbackStyle = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.WaitingGradient;
     this.loadingProgressBar.ProgressStyle         = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.WaitingGradient;
     this.loadingProgressBar.SegmentWidth          = 35;
     this.loadingProgressBar.Size                    = new System.Drawing.Size(400, 23);
     this.loadingProgressBar.TabIndex                = 1;
     this.loadingProgressBar.TextStyle               = Syncfusion.Windows.Forms.Tools.ProgressBarTextStyles.Custom;
     this.loadingProgressBar.ThemesEnabled           = false;
     this.loadingProgressBar.TubeEndColor            = System.Drawing.Color.Black;
     this.loadingProgressBar.TubeStartColor          = System.Drawing.Color.Red;
     this.loadingProgressBar.UseWaitCursor           = true;
     this.loadingProgressBar.WaitingGradientEnabled  = true;
     this.loadingProgressBar.WaitingGradientInterval = 20;
     this.loadingProgressBar.WaitingGradientWidth    = 200;
     //
     // contributionAnalyzerTabPage
     //
     this.contributionAnalyzerTabPage.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.contributionAnalyzerTabPage.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.contributionAnalyzerTabPage.Image           = null;
     this.contributionAnalyzerTabPage.ImageIndex      = 1;
     this.contributionAnalyzerTabPage.ImageSize       = new System.Drawing.Size(16, 16);
     this.contributionAnalyzerTabPage.Location        = new System.Drawing.Point(0, 28);
     this.contributionAnalyzerTabPage.Name            = "contributionAnalyzerTabPage";
     this.contributionAnalyzerTabPage.ShowCloseButton = true;
     this.contributionAnalyzerTabPage.Size            = new System.Drawing.Size(932, 530);
     this.contributionAnalyzerTabPage.TabFont         = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.contributionAnalyzerTabPage.TabForeColor    = System.Drawing.SystemColors.ControlText;
     this.contributionAnalyzerTabPage.TabIndex        = 2;
     this.contributionAnalyzerTabPage.Text            = "Contribution Analyzer ";
     this.contributionAnalyzerTabPage.ThemesEnabled   = false;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "Dashboard.png");
     this.imageList1.Images.SetKeyName(1, "Contribution-Analyzer.png");
     this.imageList1.Images.SetKeyName(2, "Performance-Analyzer.png");
     //
     // formLayoutPanel
     //
     this.formLayoutPanel.BackColor   = System.Drawing.Color.White;
     this.formLayoutPanel.ColumnCount = 1;
     this.formLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.formLayoutPanel.Controls.Add(this.PortfolioTabControl, 0, 1);
     this.formLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.formLayoutPanel.Location = new System.Drawing.Point(0, 0);
     this.formLayoutPanel.Name     = "formLayoutPanel";
     this.formLayoutPanel.RowCount = 2;
     this.formLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.570681F));
     this.formLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 98.42932F));
     this.formLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.formLayoutPanel.Size     = new System.Drawing.Size(938, 573);
     this.formLayoutPanel.TabIndex = 0;
     //
     // PortfolioManager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(938, 573);
     this.Controls.Add(this.formLayoutPanel);
     this.MinimumSize = new System.Drawing.Size(550, 509);
     this.Name        = "PortfolioManager";
     this.Text        = "Portfolio Grid";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.PortfolioTabControl)).EndInit();
     this.PortfolioTabControl.ResumeLayout(false);
     this.performanceAnalyzerTabPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.loadingProgressBar)).EndInit();
     this.formLayoutPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #2
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.Timer           = new System.Windows.Forms.Timer(this.components);
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.label8          = new System.Windows.Forms.Label();
     this.comboBoxAdv3    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.comboBoxAdv2    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label7          = new System.Windows.Forms.Label();
     this.checkBoxAdv2    = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.comboBoxAdv1    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.checkBoxAdv1    = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label3          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.groupBox5       = new System.Windows.Forms.GroupBox();
     this.progressBarAdv1 = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
     this.buttonAdv1      = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv2      = new Syncfusion.Windows.Forms.ButtonAdv();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).BeginInit();
     this.SuspendLayout();
     //
     // Timer
     //
     this.Timer.Enabled = true;
     this.Timer.Tick   += new System.EventHandler(this.timer2_Tick);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.comboBoxAdv3);
     this.groupBox2.Controls.Add(this.comboBoxAdv2);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.checkBoxAdv2);
     this.groupBox2.Controls.Add(this.comboBoxAdv1);
     this.groupBox2.Controls.Add(this.checkBoxAdv1);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Location = new System.Drawing.Point(334, 10);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(312, 382);
     this.groupBox2.TabIndex = 7;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Text Properties";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(18, 159);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(82, 14);
     this.label8.TabIndex = 18;
     this.label8.Text     = "Text Orientation";
     //
     // comboBoxAdv3
     //
     this.comboBoxAdv3.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv3.BeforeTouchSize = new System.Drawing.Size(154, 22);
     this.comboBoxAdv3.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv3.Font            = new System.Drawing.Font("Arial", 8.25F);
     this.comboBoxAdv3.Items.AddRange(new object[] {
         "Left",
         "Center",
         "Right"
     });
     this.comboBoxAdv3.Location = new System.Drawing.Point(136, 155);
     this.comboBoxAdv3.Name     = "comboBoxAdv3";
     this.comboBoxAdv3.Size     = new System.Drawing.Size(154, 22);
     this.comboBoxAdv3.Style    = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv3.TabIndex = 17;
     this.comboBoxAdv3.Text     = "Left";
     //
     // comboBoxAdv2
     //
     this.comboBoxAdv2.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv2.BeforeTouchSize = new System.Drawing.Size(154, 22);
     this.comboBoxAdv2.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv2.Font            = new System.Drawing.Font("Arial", 8.25F);
     this.comboBoxAdv2.Items.AddRange(new object[] {
         "Gradient",
         "WaitingGradient",
         "MultipleGradient",
         "Tube",
         "Image",
         "System",
         "Custom",
         "Constant",
         "Metro",
         "Office2016Colorful",
         "Office2016White",
         "Office2016DarkGray",
         "Office2016Black"
     });
     this.comboBoxAdv2.Location = new System.Drawing.Point(135, 197);
     this.comboBoxAdv2.Name     = "comboBoxAdv2";
     this.comboBoxAdv2.Size     = new System.Drawing.Size(154, 22);
     this.comboBoxAdv2.Style    = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv2.TabIndex = 14;
     this.comboBoxAdv2.Text     = "Gradient";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(20, 201);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(31, 14);
     this.label7.TabIndex = 13;
     this.label7.Text     = "Style";
     //
     // checkBoxAdv2
     //
     this.checkBoxAdv2.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxAdv2.DrawFocusRectangle = false;
     this.checkBoxAdv2.Font               = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxAdv2.Location           = new System.Drawing.Point(135, 117);
     this.checkBoxAdv2.MetroColor         = System.Drawing.Color.DarkGray;
     this.checkBoxAdv2.Name               = "checkBoxAdv2";
     this.checkBoxAdv2.Size               = new System.Drawing.Size(52, 17);
     this.checkBoxAdv2.StretchImage       = false;
     this.checkBoxAdv2.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv2.TabIndex           = 10;
     this.checkBoxAdv2.Text               = "Yes";
     this.checkBoxAdv2.ThemesEnabled      = false;
     this.checkBoxAdv2.CheckStateChanged += new System.EventHandler(this.checkBoxAdv2_CheckStateChanged);
     //
     // comboBoxAdv1
     //
     this.comboBoxAdv1.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(154, 22);
     this.comboBoxAdv1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv1.Font            = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxAdv1.Items.AddRange(new object[] {
         "Percentage",
         "Value",
         "CustomText"
     });
     this.comboBoxAdv1.Location              = new System.Drawing.Point(137, 73);
     this.comboBoxAdv1.MetroColor            = System.Drawing.Color.DarkGray;
     this.comboBoxAdv1.Name                  = "comboBoxAdv1";
     this.comboBoxAdv1.Size                  = new System.Drawing.Size(154, 22);
     this.comboBoxAdv1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv1.TabIndex              = 6;
     this.comboBoxAdv1.Text                  = "Percentage";
     this.comboBoxAdv1.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv1_SelectedIndexChanged);
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxAdv1.DrawFocusRectangle = false;
     this.checkBoxAdv1.Font               = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxAdv1.Location           = new System.Drawing.Point(136, 33);
     this.checkBoxAdv1.MetroColor         = System.Drawing.Color.DarkGray;
     this.checkBoxAdv1.Name               = "checkBoxAdv1";
     this.checkBoxAdv1.Size               = new System.Drawing.Size(52, 17);
     this.checkBoxAdv1.StretchImage       = false;
     this.checkBoxAdv1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv1.TabIndex           = 5;
     this.checkBoxAdv1.Text               = "Yes";
     this.checkBoxAdv1.ThemesEnabled      = false;
     this.checkBoxAdv1.CheckStateChanged += new System.EventHandler(this.checkBoxAdv1_CheckStateChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(16, 119);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(71, 14);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Text Shadow";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(16, 77);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(54, 14);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Text Style";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(16, 36);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(62, 14);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Text Visible";
     //
     // groupBox5
     //
     this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox5.Controls.Add(this.progressBarAdv1);
     this.groupBox5.Controls.Add(this.buttonAdv1);
     this.groupBox5.Controls.Add(this.buttonAdv2);
     this.groupBox5.Location = new System.Drawing.Point(10, 10);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(312, 382);
     this.groupBox5.TabIndex = 8;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Demo";
     //
     // progressBarAdv1
     //
     this.progressBarAdv1.BackgroundFallbackStyle = Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.VerticalGradient;
     this.progressBarAdv1.BackgroundStyle         = Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Office2016Colorful;
     this.progressBarAdv1.BackMultipleColors      = new System.Drawing.Color[] {
         System.Drawing.Color.Red
     };
     this.progressBarAdv1.BackSegments        = false;
     this.progressBarAdv1.BackTubeEndColor    = System.Drawing.Color.White;
     this.progressBarAdv1.BackTubeStartColor  = System.Drawing.Color.White;
     this.progressBarAdv1.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.progressBarAdv1.CustomText          = "Loading";
     this.progressBarAdv1.CustomWaitingRender = false;
     this.progressBarAdv1.ForegroundImage     = null;
     this.progressBarAdv1.ForeSegments        = false;
     this.progressBarAdv1.Location            = new System.Drawing.Point(29, 90);
     this.progressBarAdv1.MultipleColors      = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))),
         System.Drawing.Color.Blue,
         System.Drawing.Color.Magenta
     };
     this.progressBarAdv1.Name                    = "progressBarAdv1";
     this.progressBarAdv1.ProgressStyle           = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Gradient;
     this.progressBarAdv1.SegmentWidth            = 2;
     this.progressBarAdv1.Size                    = new System.Drawing.Size(248, 24);
     this.progressBarAdv1.TabIndex                = 0;
     this.progressBarAdv1.Text                    = "progressBarAdv1";
     this.progressBarAdv1.TextShadow              = false;
     this.progressBarAdv1.TextStyle               = Syncfusion.Windows.Forms.Tools.ProgressBarTextStyles.Value;
     this.progressBarAdv1.ThemesEnabled           = false;
     this.progressBarAdv1.TubeEndColor            = System.Drawing.Color.RosyBrown;
     this.progressBarAdv1.TubeStartColor          = System.Drawing.Color.Lime;
     this.progressBarAdv1.Value                   = 100;
     this.progressBarAdv1.WaitingGradientInterval = 1;
     this.progressBarAdv1.WaitingGradientWidth    = 9000;
     //
     // buttonAdv1
     //
     this.buttonAdv1.Appearance            = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv1.BackColor             = System.Drawing.Color.Silver;
     this.buttonAdv1.BeforeTouchSize       = new System.Drawing.Size(75, 23);
     this.buttonAdv1.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdv1.ForeColor             = System.Drawing.Color.White;
     this.buttonAdv1.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonAdv1.IsBackStageButton     = false;
     this.buttonAdv1.KeepFocusRectangle    = false;
     this.buttonAdv1.Location              = new System.Drawing.Point(64, 160);
     this.buttonAdv1.Name                  = "buttonAdv1";
     this.buttonAdv1.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
     this.buttonAdv1.Size                  = new System.Drawing.Size(75, 23);
     this.buttonAdv1.TabIndex              = 1;
     this.buttonAdv1.Text                  = "START";
     this.buttonAdv1.UseVisualStyle        = true;
     this.buttonAdv1.Click                += new System.EventHandler(this.buttonAdv1_Click);
     //
     // buttonAdv2
     //
     this.buttonAdv2.Appearance            = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv2.BackColor             = System.Drawing.Color.Silver;
     this.buttonAdv2.BeforeTouchSize       = new System.Drawing.Size(75, 23);
     this.buttonAdv2.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdv2.ForeColor             = System.Drawing.Color.White;
     this.buttonAdv2.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonAdv2.IsBackStageButton     = false;
     this.buttonAdv2.KeepFocusRectangle    = false;
     this.buttonAdv2.Location              = new System.Drawing.Point(160, 160);
     this.buttonAdv2.Name                  = "buttonAdv2";
     this.buttonAdv2.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
     this.buttonAdv2.Size                  = new System.Drawing.Size(75, 23);
     this.buttonAdv2.TabIndex              = 2;
     this.buttonAdv2.Text                  = "STOP";
     this.buttonAdv2.UseVisualStyle        = true;
     this.buttonAdv2.Click                += new System.EventHandler(this.buttonAdv2_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
     this.BackColor         = System.Drawing.Color.White;
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ClientSize        = new System.Drawing.Size(656, 402);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox5);
     this.DropShadow    = true;
     this.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.Name          = "Form1";
     this.Padding       = new System.Windows.Forms.Padding(10);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "ProgressBar Features";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     this.groupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #3
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.Timer           = new System.Windows.Forms.Timer(this.components);
     this.progressBarAdv5 = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
     this.progressBarAdv4 = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
     this.progressBarAdv3 = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
     this.progressBarAdv2 = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
     this.progressBarAdv1 = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
     this.label1          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).BeginInit();
     this.SuspendLayout();
     //
     // Timer
     //
     this.Timer.Enabled = true;
     this.Timer.Tick   += new System.EventHandler(this.timer2_Tick);
     //
     // progressBarAdv5
     //
     this.progressBarAdv5.BackMultipleColors = new System.Drawing.Color[] {
         System.Drawing.Color.Empty
     };
     this.progressBarAdv5.BackSegments        = false;
     this.progressBarAdv5.Border3DStyle       = System.Windows.Forms.Border3DStyle.Flat;
     this.progressBarAdv5.BorderColor         = System.Drawing.Color.LightGray;
     this.progressBarAdv5.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.progressBarAdv5.CustomText          = "Loading";
     this.progressBarAdv5.CustomWaitingRender = false;
     this.progressBarAdv5.ForegroundImage     = null;
     this.progressBarAdv5.ForeSegments        = false;
     this.progressBarAdv5.Location            = new System.Drawing.Point(73, 469);
     this.progressBarAdv5.MultipleColors      = new System.Drawing.Color[] {
         System.Drawing.Color.Blue,
         System.Drawing.Color.Green,
         System.Drawing.Color.Pink,
         System.Drawing.Color.Yellow,
         System.Drawing.Color.Red
     };
     this.progressBarAdv5.Name                 = "progressBarAdv5";
     this.progressBarAdv5.ProgressStyle        = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.MultipleGradient;
     this.progressBarAdv5.SegmentWidth         = 2;
     this.progressBarAdv5.Size                 = new System.Drawing.Size(400, 23);
     this.progressBarAdv5.StretchMultGrad      = false;
     this.progressBarAdv5.TabIndex             = 6;
     this.progressBarAdv5.Text                 = "progressBarAdv5";
     this.progressBarAdv5.TextShadow           = false;
     this.progressBarAdv5.TextStyle            = Syncfusion.Windows.Forms.Tools.ProgressBarTextStyles.Value;
     this.progressBarAdv5.TextVisible          = false;
     this.progressBarAdv5.ThemeName            = "MultipleGradient";
     this.progressBarAdv5.Value                = 100;
     this.progressBarAdv5.WaitingGradientWidth = 400;
     //
     // progressBarAdv4
     //
     this.progressBarAdv4.BackMultipleColors = new System.Drawing.Color[] {
         System.Drawing.Color.Empty
     };
     this.progressBarAdv4.BackSegments        = false;
     this.progressBarAdv4.BackTubeStartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(204)))));
     this.progressBarAdv4.BorderColor         = System.Drawing.Color.LightGray;
     this.progressBarAdv4.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.progressBarAdv4.CustomText          = "Loading";
     this.progressBarAdv4.CustomWaitingRender = false;
     this.progressBarAdv4.ForegroundImage     = null;
     this.progressBarAdv4.ForeSegments        = false;
     this.progressBarAdv4.Location            = new System.Drawing.Point(73, 367);
     this.progressBarAdv4.MultipleColors      = new System.Drawing.Color[] {
         System.Drawing.Color.Empty
     };
     this.progressBarAdv4.Name                 = "progressBarAdv4";
     this.progressBarAdv4.ProgressStyle        = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Tube;
     this.progressBarAdv4.SegmentWidth         = 2;
     this.progressBarAdv4.Size                 = new System.Drawing.Size(400, 23);
     this.progressBarAdv4.TabIndex             = 5;
     this.progressBarAdv4.Text                 = "progressBarAdv4";
     this.progressBarAdv4.TextShadow           = false;
     this.progressBarAdv4.TextStyle            = Syncfusion.Windows.Forms.Tools.ProgressBarTextStyles.Value;
     this.progressBarAdv4.TextVisible          = false;
     this.progressBarAdv4.ThemeName            = "Tube";
     this.progressBarAdv4.TubeEndColor         = System.Drawing.Color.White;
     this.progressBarAdv4.TubeStartColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(204)))));
     this.progressBarAdv4.Value                = 100;
     this.progressBarAdv4.WaitingGradientWidth = 400;
     //
     // progressBarAdv3
     //
     this.progressBarAdv3.BackMultipleColors = new System.Drawing.Color[] {
         System.Drawing.Color.Empty
     };
     this.progressBarAdv3.BackSegments        = false;
     this.progressBarAdv3.BorderColor         = System.Drawing.Color.LightGray;
     this.progressBarAdv3.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.progressBarAdv3.CustomText          = "Loading";
     this.progressBarAdv3.CustomWaitingRender = false;
     this.progressBarAdv3.ForegroundImage     = null;
     this.progressBarAdv3.ForeSegments        = false;
     this.progressBarAdv3.GradientEndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(204)))));
     this.progressBarAdv3.GradientStartColor  = System.Drawing.Color.White;
     this.progressBarAdv3.Location            = new System.Drawing.Point(73, 268);
     this.progressBarAdv3.MultipleColors      = new System.Drawing.Color[] {
         System.Drawing.Color.Empty
     };
     this.progressBarAdv3.Name                 = "progressBarAdv3";
     this.progressBarAdv3.ProgressStyle        = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Gradient;
     this.progressBarAdv3.SegmentWidth         = 12;
     this.progressBarAdv3.Size                 = new System.Drawing.Size(400, 23);
     this.progressBarAdv3.TabIndex             = 4;
     this.progressBarAdv3.Text                 = "progressBarAdv3";
     this.progressBarAdv3.TextShadow           = false;
     this.progressBarAdv3.TextStyle            = Syncfusion.Windows.Forms.Tools.ProgressBarTextStyles.Value;
     this.progressBarAdv3.TextVisible          = false;
     this.progressBarAdv3.ThemeName            = "Gradient";
     this.progressBarAdv3.ThemesEnabled        = true;
     this.progressBarAdv3.Value                = 100;
     this.progressBarAdv3.WaitingGradientWidth = 400;
     //
     // progressBarAdv2
     //
     this.progressBarAdv2.BackMultipleColors = new System.Drawing.Color[] {
         System.Drawing.Color.Empty
     };
     this.progressBarAdv2.BackSegments        = false;
     this.progressBarAdv2.BackTubeStartColor  = System.Drawing.Color.White;
     this.progressBarAdv2.BorderColor         = System.Drawing.Color.LightGray;
     this.progressBarAdv2.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.progressBarAdv2.CustomText          = "Loading";
     this.progressBarAdv2.CustomWaitingRender = false;
     this.progressBarAdv2.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(204)))));
     this.progressBarAdv2.ForegroundImage     = null;
     this.progressBarAdv2.Location            = new System.Drawing.Point(73, 170);
     this.progressBarAdv2.MultipleColors      = new System.Drawing.Color[] {
         System.Drawing.Color.Empty
     };
     this.progressBarAdv2.Name                 = "progressBarAdv2";
     this.progressBarAdv2.SegmentWidth         = 12;
     this.progressBarAdv2.Size                 = new System.Drawing.Size(400, 23);
     this.progressBarAdv2.TabIndex             = 3;
     this.progressBarAdv2.Text                 = "progressBarAdv2";
     this.progressBarAdv2.TextShadow           = false;
     this.progressBarAdv2.TextStyle            = Syncfusion.Windows.Forms.Tools.ProgressBarTextStyles.Value;
     this.progressBarAdv2.TextVisible          = false;
     this.progressBarAdv2.ThemesEnabled        = true;
     this.progressBarAdv2.Value                = 100;
     this.progressBarAdv2.WaitingGradientWidth = 400;
     //
     // progressBarAdv1
     //
     this.progressBarAdv1.BackgroundFallbackStyle = Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.VerticalGradient;
     this.progressBarAdv1.BackgroundStyle         = Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Office2016White;
     this.progressBarAdv1.BackMultipleColors      = new System.Drawing.Color[] {
         System.Drawing.Color.Red
     };
     this.progressBarAdv1.BackSegments        = false;
     this.progressBarAdv1.BackTubeStartColor  = System.Drawing.Color.White;
     this.progressBarAdv1.BorderColor         = System.Drawing.Color.LightGray;
     this.progressBarAdv1.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.progressBarAdv1.CustomText          = "Loading";
     this.progressBarAdv1.CustomWaitingRender = false;
     this.progressBarAdv1.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(204)))));
     this.progressBarAdv1.ForegroundImage     = null;
     this.progressBarAdv1.ForeSegments        = false;
     this.progressBarAdv1.Location            = new System.Drawing.Point(73, 78);
     this.progressBarAdv1.MultipleColors      = new System.Drawing.Color[] {
         System.Drawing.Color.Empty
     };
     this.progressBarAdv1.Name                 = "progressBarAdv1";
     this.progressBarAdv1.ProgressStyle        = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Office2016White;
     this.progressBarAdv1.SegmentWidth         = 12;
     this.progressBarAdv1.Size                 = new System.Drawing.Size(400, 23);
     this.progressBarAdv1.TabIndex             = 0;
     this.progressBarAdv1.Text                 = "progressBarAdv1";
     this.progressBarAdv1.TextShadow           = false;
     this.progressBarAdv1.TextStyle            = Syncfusion.Windows.Forms.Tools.ProgressBarTextStyles.Value;
     this.progressBarAdv1.ThemeName            = "Office2016White";
     this.progressBarAdv1.Value                = 100;
     this.progressBarAdv1.WaitingGradientWidth = 400;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(68, 42);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(86, 19);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Progress Bar";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(71, 130);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(159, 19);
     this.label2.TabIndex = 8;
     this.label2.Text     = "Segmented Progress Bar";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(68, 232);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(62, 19);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Gradient";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(71, 329);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(39, 19);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Tube";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(71, 430);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(102, 19);
     this.label5.TabIndex = 11;
     this.label5.Text     = "Multiple Colors";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(535, 549);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.progressBarAdv5);
     this.Controls.Add(this.progressBarAdv4);
     this.Controls.Add(this.progressBarAdv2);
     this.Controls.Add(this.progressBarAdv3);
     this.Controls.Add(this.progressBarAdv1);
     this.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.MaximizeBox   = false;
     this.Name          = "Form1";
     this.Padding       = new System.Windows.Forms.Padding(10);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Getting Started";
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }