示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.propGrid = new System.Windows.Forms.PropertyGrid();
     this.pgbTest  = new Framework.Controls.XpProgressBar();
     this.SuspendLayout();
     //
     // propGrid
     //
     this.propGrid.CommandsVisibleIfAvailable = true;
     this.propGrid.Font           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.propGrid.LargeButtons   = false;
     this.propGrid.LineColor      = System.Drawing.SystemColors.ScrollBar;
     this.propGrid.Location       = new System.Drawing.Point(8, 56);
     this.propGrid.Name           = "propGrid";
     this.propGrid.SelectedObject = this.pgbTest;
     this.propGrid.Size           = new System.Drawing.Size(352, 400);
     this.propGrid.TabIndex       = 5;
     this.propGrid.Text           = "propertyGrid1";
     this.propGrid.ViewBackColor  = System.Drawing.SystemColors.Window;
     this.propGrid.ViewForeColor  = System.Drawing.SystemColors.WindowText;
     //
     // pgbTest
     //
     this.pgbTest.ColorBackGround = System.Drawing.Color.White;
     this.pgbTest.ColorBarBorder  = System.Drawing.Color.Blue;
     this.pgbTest.ColorBarCenter  = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(64)));
     this.pgbTest.ColorText       = System.Drawing.Color.Yellow;
     this.pgbTest.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.pgbTest.GradientStyle   = Framework.Controls.GradientMode.Vertical;
     this.pgbTest.Location        = new System.Drawing.Point(8, 8);
     this.pgbTest.Name            = "pgbTest";
     this.pgbTest.Position        = 80;
     this.pgbTest.PositionMax     = 100;
     this.pgbTest.PositionMin     = 0;
     this.pgbTest.Size            = new System.Drawing.Size(351, 35);
     this.pgbTest.SteepDistance   = ((System.Byte)(0));
     this.pgbTest.SteepWidth      = ((System.Byte)(3));
     this.pgbTest.TabIndex        = 6;
     this.pgbTest.Text            = "www.CodeProject.com";
     this.pgbTest.TextShadowAlpha = ((System.Byte)(240));
     //
     // Sample_Properties
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(368, 461);
     this.Controls.Add(this.pgbTest);
     this.Controls.Add(this.propGrid);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "Sample_Properties";
     this.Text            = " Properties Sample";
     this.Load           += new System.EventHandler(this.Sample_Properties_Load);
     this.ResumeLayout(false);
 }
示例#2
0
文件: Dlg_Status.cs 项目: x893/WDS
 private void InitializeComponent()
 {
     this.DescriptionLabel = new System.Windows.Forms.Label();
     this.downloadProgressBar = new Framework.Controls.XpProgressBar();
     this.SuspendLayout();
     //
     // DescriptionLabel
     //
     this.DescriptionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DescriptionLabel.Location = new System.Drawing.Point(-1, 22);
     this.DescriptionLabel.Name = "DescriptionLabel";
     this.DescriptionLabel.Size = new System.Drawing.Size(408, 29);
     this.DescriptionLabel.TabIndex = 0;
     this.DescriptionLabel.Text = "Firmware Downloading...";
     this.DescriptionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // downloadProgressBar
     //
     this.downloadProgressBar.ColorBackGround = System.Drawing.Color.White;
     this.downloadProgressBar.ColorBarBorder = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.downloadProgressBar.ColorBarCenter = System.Drawing.Color.RoyalBlue;
     this.downloadProgressBar.ColorText = System.Drawing.Color.Black;
     this.downloadProgressBar.Location = new System.Drawing.Point(8, 66);
     this.downloadProgressBar.Name = "downloadProgressBar";
     this.downloadProgressBar.Position = 50;
     this.downloadProgressBar.PositionMax = 100;
     this.downloadProgressBar.PositionMin = 0;
     this.downloadProgressBar.Size = new System.Drawing.Size(390, 24);
     this.downloadProgressBar.SteepDistance = ((byte)(0));
     this.downloadProgressBar.TabIndex = 22;
     this.downloadProgressBar.Text = "Progress: 50%";
     this.downloadProgressBar.TextShadowAlpha = ((byte)(100));
     //
     // Dlg_Status
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(406, 102);
     this.ControlBox = false;
     this.Controls.Add(this.downloadProgressBar);
     this.Controls.Add(this.DescriptionLabel);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "Dlg_Status";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Download";
     this.ResumeLayout(false);
 }
示例#3
0
 private void InitializeComponent()
 {
     ListViewItem item = new ListViewItem(new string[] { "Security demo", "UDP", "1.0e", "18.06.2011" }, -1);
     ListViewItem item2 = new ListViewItem(new string[] { "Host MCU", "Host MCU" }, -1);
     this.DownloadButton = new Button();
     this.MyCancelButton = new Button();
     this.groupBox2 = new GroupBox();
     this.label5 = new Label();
     this.txbFirmwareName = new TextBox();
     this.label4 = new Label();
     this.FirmwareVersionTextBox = new TextBox();
     this.label3 = new Label();
     this.FirmwareDateTextBox = new TextBox();
     this.label2 = new Label();
     this.FirmwareTypeTextBox = new TextBox();
     this.label1 = new Label();
     this.FirmwareDescriptionTextBox = new TextBox();
     this.groupBox1 = new GroupBox();
     this.lstSelectFirmware = new ListView();
     this.columnHeader1 = new ColumnHeader();
     this.columnHeader2 = new ColumnHeader();
     this.columnHeader3 = new ColumnHeader();
     this.columnHeader4 = new ColumnHeader();
     this.BrowseFirmwareButton = new Button();
     this.groupBox3 = new GroupBox();
     this.lstSelectMcu = new ListView();
     this.columnHeader5 = new ColumnHeader();
     this.downloadProgressBar = new XpProgressBar();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     base.SuspendLayout();
     this.DownloadButton.Location = new Point(0x163, 0x16a);
     this.DownloadButton.Name = "DownloadButton";
     this.DownloadButton.Size = new Size(0x91, 0x17);
     this.DownloadButton.TabIndex = 20;
     this.DownloadButton.Text = "Download";
     this.DownloadButton.UseVisualStyleBackColor = true;
     this.DownloadButton.Click += new EventHandler(this.DownloadButton_Click);
     this.MyCancelButton.Location = new Point(0x1fa, 0x16a);
     this.MyCancelButton.Name = "MyCancelButton";
     this.MyCancelButton.Size = new Size(0x91, 0x17);
     this.MyCancelButton.TabIndex = 0x13;
     this.MyCancelButton.Text = "Cancel";
     this.MyCancelButton.UseVisualStyleBackColor = true;
     this.MyCancelButton.Click += new EventHandler(this.MyCancelButton_Click);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.txbFirmwareName);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.FirmwareVersionTextBox);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.FirmwareDateTextBox);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.FirmwareTypeTextBox);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.FirmwareDescriptionTextBox);
     this.groupBox2.Location = new Point(600, 12);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new Size(0x17a, 0x158);
     this.groupBox2.TabIndex = 0x12;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Firmware Information";
     this.label5.AutoSize = true;
     this.label5.Location = new Point(6, 0x16);
     this.label5.Name = "label5";
     this.label5.Size = new Size(0x26, 13);
     this.label5.TabIndex = 10;
     this.label5.Text = "Name:";
     this.txbFirmwareName.BackColor = SystemColors.Control;
     this.txbFirmwareName.Location = new Point(0x59, 0x13);
     this.txbFirmwareName.Name = "txbFirmwareName";
     this.txbFirmwareName.ReadOnly = true;
     this.txbFirmwareName.Size = new Size(0x110, 20);
     this.txbFirmwareName.TabIndex = 9;
     this.label4.AutoSize = true;
     this.label4.Location = new Point(6, 100);
     this.label4.Name = "label4";
     this.label4.Size = new Size(0x2d, 13);
     this.label4.TabIndex = 8;
     this.label4.Text = "Version:";
     this.FirmwareVersionTextBox.BackColor = SystemColors.Control;
     this.FirmwareVersionTextBox.Location = new Point(0x59, 0x61);
     this.FirmwareVersionTextBox.Name = "FirmwareVersionTextBox";
     this.FirmwareVersionTextBox.ReadOnly = true;
     this.FirmwareVersionTextBox.Size = new Size(0x110, 20);
     this.FirmwareVersionTextBox.TabIndex = 7;
     this.label3.AutoSize = true;
     this.label3.Location = new Point(6, 0x4a);
     this.label3.Name = "label3";
     this.label3.Size = new Size(0x4b, 13);
     this.label3.TabIndex = 6;
     this.label3.Text = "Creation Date:";
     this.FirmwareDateTextBox.BackColor = SystemColors.Control;
     this.FirmwareDateTextBox.Location = new Point(0x59, 0x47);
     this.FirmwareDateTextBox.Name = "FirmwareDateTextBox";
     this.FirmwareDateTextBox.ReadOnly = true;
     this.FirmwareDateTextBox.Size = new Size(0x110, 20);
     this.FirmwareDateTextBox.TabIndex = 5;
     this.label2.AutoSize = true;
     this.label2.Location = new Point(6, 0x30);
     this.label2.Name = "label2";
     this.label2.Size = new Size(0x30, 13);
     this.label2.TabIndex = 4;
     this.label2.Text = "Platform:";
     this.FirmwareTypeTextBox.BackColor = SystemColors.Control;
     this.FirmwareTypeTextBox.Location = new Point(0x59, 0x2d);
     this.FirmwareTypeTextBox.Name = "FirmwareTypeTextBox";
     this.FirmwareTypeTextBox.ReadOnly = true;
     this.FirmwareTypeTextBox.Size = new Size(0x110, 20);
     this.FirmwareTypeTextBox.TabIndex = 3;
     this.label1.AutoSize = true;
     this.label1.Location = new Point(6, 130);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x3f, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Description:";
     this.FirmwareDescriptionTextBox.BackColor = SystemColors.Control;
     this.FirmwareDescriptionTextBox.Location = new Point(0x59, 0x7b);
     this.FirmwareDescriptionTextBox.Multiline = true;
     this.FirmwareDescriptionTextBox.Name = "FirmwareDescriptionTextBox";
     this.FirmwareDescriptionTextBox.ReadOnly = true;
     this.FirmwareDescriptionTextBox.ScrollBars = ScrollBars.Vertical;
     this.FirmwareDescriptionTextBox.Size = new Size(0x110, 0xd7);
     this.FirmwareDescriptionTextBox.TabIndex = 1;
     this.groupBox1.Controls.Add(this.lstSelectFirmware);
     this.groupBox1.Controls.Add(this.BrowseFirmwareButton);
     this.groupBox1.Location = new Point(0xd0, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new Size(0x182, 0x158);
     this.groupBox1.TabIndex = 0x11;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Select Firmware";
     this.lstSelectFirmware.Columns.AddRange(new ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4 });
     this.lstSelectFirmware.FullRowSelect = true;
     this.lstSelectFirmware.HeaderStyle = ColumnHeaderStyle.Nonclickable;
     this.lstSelectFirmware.HideSelection = false;
     this.lstSelectFirmware.Items.AddRange(new ListViewItem[] { item });
     this.lstSelectFirmware.Location = new Point(6, 0x13);
     this.lstSelectFirmware.MultiSelect = false;
     this.lstSelectFirmware.Name = "lstSelectFirmware";
     this.lstSelectFirmware.ShowGroups = false;
     this.lstSelectFirmware.ShowItemToolTips = true;
     this.lstSelectFirmware.Size = new Size(0x176, 290);
     this.lstSelectFirmware.Sorting = SortOrder.Ascending;
     this.lstSelectFirmware.TabIndex = 4;
     this.lstSelectFirmware.UseCompatibleStateImageBehavior = false;
     this.lstSelectFirmware.View = View.Details;
     this.lstSelectFirmware.SelectedIndexChanged += new EventHandler(this.lstSelectFirmware_SelectedIndexChanged);
     this.columnHeader1.Text = "Name";
     this.columnHeader1.Width = 160;
     this.columnHeader2.Text = "Platform";
     this.columnHeader3.Text = "Version";
     this.columnHeader3.Width = 50;
     this.columnHeader4.Text = "Date";
     this.columnHeader4.Width = 100;
     this.BrowseFirmwareButton.Location = new Point(0x5c, 0x13b);
     this.BrowseFirmwareButton.Name = "BrowseFirmwareButton";
     this.BrowseFirmwareButton.Size = new Size(200, 0x17);
     this.BrowseFirmwareButton.TabIndex = 3;
     this.BrowseFirmwareButton.Text = "Browse for Firmware";
     this.BrowseFirmwareButton.UseVisualStyleBackColor = true;
     this.BrowseFirmwareButton.Click += new EventHandler(this.BrowseFirmwareButton_Click);
     this.groupBox3.Controls.Add(this.lstSelectMcu);
     this.groupBox3.Location = new Point(12, 12);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new Size(190, 0x158);
     this.groupBox3.TabIndex = 0x16;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Select target MCU";
     this.lstSelectMcu.Columns.AddRange(new ColumnHeader[] { this.columnHeader5 });
     this.lstSelectMcu.FullRowSelect = true;
     this.lstSelectMcu.HeaderStyle = ColumnHeaderStyle.Nonclickable;
     this.lstSelectMcu.HideSelection = false;
     this.lstSelectMcu.Items.AddRange(new ListViewItem[] { item2 });
     this.lstSelectMcu.Location = new Point(6, 0x13);
     this.lstSelectMcu.MultiSelect = false;
     this.lstSelectMcu.Name = "lstSelectMcu";
     this.lstSelectMcu.ShowGroups = false;
     this.lstSelectMcu.ShowItemToolTips = true;
     this.lstSelectMcu.Size = new Size(0xb2, 290);
     this.lstSelectMcu.TabIndex = 5;
     this.lstSelectMcu.UseCompatibleStateImageBehavior = false;
     this.lstSelectMcu.View = View.Details;
     this.lstSelectMcu.SelectedIndexChanged += new EventHandler(this.lstSelectMcu_SelectedIndexChanged);
     this.columnHeader5.Text = "MCU Name";
     this.columnHeader5.Width = 0xae;
     this.downloadProgressBar.ColorBackGround = Color.White;
     this.downloadProgressBar.ColorBarBorder = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.downloadProgressBar.ColorBarCenter = Color.RoyalBlue;
     this.downloadProgressBar.ColorText = Color.Black;
     this.downloadProgressBar.Location = new Point(0xce, 0x169);
     this.downloadProgressBar.Name = "downloadProgressBar";
     this.downloadProgressBar.Position = 50;
     this.downloadProgressBar.PositionMax = 100;
     this.downloadProgressBar.PositionMin = 0;
     this.downloadProgressBar.Size = new Size(0x24c, 0x18);
     this.downloadProgressBar.SteepDistance = 0;
     this.downloadProgressBar.TabIndex = 0x15;
     this.downloadProgressBar.Text = "Download Progress: 0%";
     this.downloadProgressBar.TextShadowAlpha = 100;
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     base.ClientSize = new Size(990, 0x18d);
     base.ControlBox = false;
     base.Controls.Add(this.groupBox3);
     base.Controls.Add(this.DownloadButton);
     base.Controls.Add(this.MyCancelButton);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.downloadProgressBar);
     this.Font = new Font("Microsoft Sans Serif", 8.25f);
     base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "Dlg_FirmwareDownloadMultiMCU";
     base.ShowIcon = false;
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.CenterScreen;
     this.Text = "Firmware Download";
     base.Load += new EventHandler(this.Dlg_FirmwareDownloadMultiMCU_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     base.ResumeLayout(false);
 }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.trackBar1 = new System.Windows.Forms.TrackBar();
     this.Prog1     = new Framework.Controls.XpProgressBar();
     this.button1   = new System.Windows.Forms.Button();
     this.button2   = new System.Windows.Forms.Button();
     this.button3   = new System.Windows.Forms.Button();
     this.Prog3     = new Framework.Controls.XpProgressBar();
     this.button4   = new System.Windows.Forms.Button();
     this.Prog2     = new Framework.Controls.XpProgressBar();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.SuspendLayout();
     //
     // trackBar1
     //
     this.trackBar1.Location      = new System.Drawing.Point(22, 10);
     this.trackBar1.Maximum       = 100;
     this.trackBar1.Name          = "trackBar1";
     this.trackBar1.Size          = new System.Drawing.Size(300, 45);
     this.trackBar1.TabIndex      = 3;
     this.trackBar1.TickFrequency = 3;
     this.trackBar1.Value         = 81;
     this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
     //
     // Prog1
     //
     this.Prog1.ColorBackGround = System.Drawing.Color.White;
     this.Prog1.ColorBarBorder  = System.Drawing.Color.Blue;
     this.Prog1.ColorBarCenter  = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(64)));
     this.Prog1.ColorText       = System.Drawing.Color.White;
     this.Prog1.Font            = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Prog1.GradientStyle   = Framework.Controls.GradientMode.Horizontal;
     this.Prog1.Location        = new System.Drawing.Point(20, 55);
     this.Prog1.Name            = "Prog1";
     this.Prog1.Position        = 81;
     this.Prog1.PositionMax     = 100;
     this.Prog1.PositionMin     = 0;
     this.Prog1.Size            = new System.Drawing.Size(302, 39);
     this.Prog1.SteepDistance   = ((System.Byte)(0));
     this.Prog1.SteepWidth      = ((System.Byte)(2));
     this.Prog1.TabIndex        = 0;
     this.Prog1.Text            = "File 81 of 100";
     this.Prog1.TextShadowAlpha = ((System.Byte)(100));
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(329, 17);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(92, 36);
     this.button1.TabIndex = 1;
     this.button1.Text     = "&CPU Usage";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(329, 63);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(92, 36);
     this.button2.TabIndex = 2;
     this.button2.Text     = "A&nimation";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(329, 109);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(92, 36);
     this.button3.TabIndex = 4;
     this.button3.Text     = "&Properties";
     this.button3.Click   += new System.EventHandler(this.button3_Click);
     //
     // Prog3
     //
     this.Prog3.ColorBackGround = System.Drawing.Color.White;
     this.Prog3.ColorBarBorder  = System.Drawing.Color.FromArgb(((System.Byte)(170)), ((System.Byte)(240)), ((System.Byte)(170)));
     this.Prog3.ColorBarCenter  = System.Drawing.Color.FromArgb(((System.Byte)(10)), ((System.Byte)(150)), ((System.Byte)(10)));
     this.Prog3.ColorText       = System.Drawing.Color.Black;
     this.Prog3.Font            = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Prog3.GradientStyle   = Framework.Controls.GradientMode.Vertical;
     this.Prog3.Location        = new System.Drawing.Point(20, 151);
     this.Prog3.Name            = "Prog3";
     this.Prog3.Position        = 81;
     this.Prog3.PositionMax     = 100;
     this.Prog3.PositionMin     = 0;
     this.Prog3.Size            = new System.Drawing.Size(302, 39);
     this.Prog3.TabIndex        = 5;
     this.Prog3.Text            = "Marcos Meli";
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(329, 153);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(92, 36);
     this.button4.TabIndex = 6;
     this.button4.Text     = "&GradientMode";
     this.button4.Click   += new System.EventHandler(this.button4_Click);
     //
     // Prog2
     //
     this.Prog2.ColorBackGround = System.Drawing.Color.White;
     this.Prog2.ColorBarBorder  = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
     this.Prog2.ColorBarCenter  = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(64)), ((System.Byte)(0)));
     this.Prog2.ColorText       = System.Drawing.Color.White;
     this.Prog2.Font            = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Prog2.GradientStyle   = Framework.Controls.GradientMode.Vertical;
     this.Prog2.Location        = new System.Drawing.Point(20, 102);
     this.Prog2.Name            = "Prog2";
     this.Prog2.Position        = 81;
     this.Prog2.PositionMax     = 100;
     this.Prog2.PositionMin     = 0;
     this.Prog2.Size            = new System.Drawing.Size(302, 39);
     this.Prog2.SteepDistance   = ((System.Byte)(0));
     this.Prog2.SteepWidth      = ((System.Byte)(2));
     this.Prog2.TabIndex        = 7;
     this.Prog2.Text            = "Fixed Text";
     this.Prog2.TextShadowAlpha = ((System.Byte)(100));
     //
     // frmSamples
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(434, 201);
     this.Controls.Add(this.Prog1);
     this.Controls.Add(this.Prog2);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.Prog3);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.trackBar1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "frmSamples";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = " Full Customizable XpProgressBar";
     this.Load           += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.ResumeLayout(false);
 }
示例#5
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager resources = new ComponentResourceManager(typeof(Network_Wizard_CP));
     this.toolTip1 = new ToolTip(this.components);
     this.tabControl = new TabControl();
     this.tabPage0 = new TabPage();
     this.pbTabPage0 = new PictureBox();
     this.textBox1 = new TextBox();
     this.btnStep0Close = new Button();
     this.imageList1 = new ImageList(this.components);
     this.btnStep0Next = new Button();
     this.tabPage1 = new TabPage();
     this.btnStep1Abort = new Button();
     this.lblFirmwareVersion = new Label();
     this.lblFirmwareType = new Label();
     this.txtStep1 = new TextBox();
     this.pboxStep1 = new PictureBox();
     this.btnStep1Next = new Button();
     this.tabPage2 = new TabPage();
     this.btnStep2Next = new Button();
     this.pboxStep2 = new PictureBox();
     this.txtStep2 = new TextBox();
     this.pbarStep2 = new XpProgressBar();
     this.tabPage3 = new TabPage();
     this.btnStep3Next = new Button();
     this.btnStep3Skip = new Button();
     this.btnStep3Abort = new Button();
     this.pboxStep3 = new PictureBox();
     this.txtStep3 = new TextBox();
     this.tabPage4 = new TabPage();
     this.btnStep4Prev = new Button();
     this.btnStep4Next = new Button();
     this.pboxStep4 = new PictureBox();
     this.txtStep4 = new TextBox();
     this.pbarStep4 = new XpProgressBar();
     this.tabPage5 = new TabPage();
     this.pBoxStep5 = new PictureBox();
     this.btnStep5Next = new Button();
     this.txtStep5 = new TextBox();
     this.tabControl.SuspendLayout();
     this.tabPage0.SuspendLayout();
     ((ISupportInitialize) this.pbTabPage0).BeginInit();
     this.tabPage1.SuspendLayout();
     ((ISupportInitialize) this.pboxStep1).BeginInit();
     this.tabPage2.SuspendLayout();
     ((ISupportInitialize) this.pboxStep2).BeginInit();
     this.tabPage3.SuspendLayout();
     ((ISupportInitialize) this.pboxStep3).BeginInit();
     this.tabPage4.SuspendLayout();
     ((ISupportInitialize) this.pboxStep4).BeginInit();
     this.tabPage5.SuspendLayout();
     ((ISupportInitialize) this.pBoxStep5).BeginInit();
     base.SuspendLayout();
     this.toolTip1.AutoPopDelay = 0x1388;
     this.toolTip1.InitialDelay = 50;
     this.toolTip1.IsBalloon = true;
     this.toolTip1.ReshowDelay = 100;
     this.toolTip1.ToolTipIcon = ToolTipIcon.Info;
     this.toolTip1.ToolTipTitle = "To open/close Log Window";
     this.tabControl.Alignment = TabAlignment.Left;
     this.tabControl.Controls.Add(this.tabPage0);
     this.tabControl.Controls.Add(this.tabPage1);
     this.tabControl.Controls.Add(this.tabPage2);
     this.tabControl.Controls.Add(this.tabPage3);
     this.tabControl.Controls.Add(this.tabPage4);
     this.tabControl.Controls.Add(this.tabPage5);
     this.tabControl.Dock = DockStyle.Fill;
     this.tabControl.DrawMode = TabDrawMode.OwnerDrawFixed;
     this.tabControl.ImageList = this.imageList1;
     this.tabControl.ItemSize = new Size(0x2d, 200);
     this.tabControl.Location = new Point(0, 0);
     this.tabControl.Multiline = true;
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new Size(0x3ab, 0x113);
     this.tabControl.SizeMode = TabSizeMode.Fixed;
     this.tabControl.TabIndex = 100;
     this.tabControl.Selecting += new TabControlCancelEventHandler(this.tabControl_Selecting);
     this.tabControl.ControlAdded += new ControlEventHandler(this.tabControl_ControlAdded);
     this.tabControl.DrawItem += new DrawItemEventHandler(this.tabControl_DrawItem);
     this.tabControl.ControlRemoved += new ControlEventHandler(this.tabControl_ControlRemoved);
     this.tabPage0.BackColor = Color.White;
     this.tabPage0.Controls.Add(this.pbTabPage0);
     this.tabPage0.Controls.Add(this.textBox1);
     this.tabPage0.Controls.Add(this.btnStep0Close);
     this.tabPage0.Controls.Add(this.btnStep0Next);
     this.tabPage0.ImageIndex = 9;
     this.tabPage0.Location = new Point(0xcc, 4);
     this.tabPage0.Name = "tabPage0";
     this.tabPage0.Size = new Size(0x2db, 0x10b);
     this.tabPage0.TabIndex = 5;
     this.tabPage0.Text = "1. Start Network Demo Wizard";
     this.tabPage0.UseVisualStyleBackColor = true;
     this.pbTabPage0.Image = (Image) resources.GetObject("pbTabPage0.Image");
     this.pbTabPage0.Location = new Point(3, 8);
     this.pbTabPage0.Name = "pbTabPage0";
     this.pbTabPage0.Size = new Size(380, 0xf5);
     this.pbTabPage0.SizeMode = PictureBoxSizeMode.CenterImage;
     this.pbTabPage0.TabIndex = 11;
     this.pbTabPage0.TabStop = false;
     this.textBox1.BackColor = Color.White;
     this.textBox1.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0xee);
     this.textBox1.Location = new Point(0x183, 8);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new Size(0x152, 0xc3);
     this.textBox1.TabIndex = 10;
     this.textBox1.Text = "Network Wizard will help you to setup a network of devices required to run Network Demo application. ";
     this.btnStep0Close.ImageIndex = 10;
     this.btnStep0Close.ImageList = this.imageList1;
     this.btnStep0Close.Location = new Point(0x183, 0xd1);
     this.btnStep0Close.Name = "btnStep0Close";
     this.btnStep0Close.Size = new Size(0x6d, 0x38);
     this.btnStep0Close.TabIndex = 9;
     this.btnStep0Close.Text = "Abort Wizard";
     this.btnStep0Close.TextImageRelation = TextImageRelation.ImageAboveText;
     this.btnStep0Close.UseVisualStyleBackColor = true;
     this.btnStep0Close.Click += new EventHandler(this.btnStep0Close_Click);
     this.imageList1.ImageStream = (ImageListStreamer) resources.GetObject("imageList1.ImageStream");
     this.imageList1.TransparentColor = Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "btnReadAllRegister.Image.gif");
     this.imageList1.Images.SetKeyName(1, "hardwareID32x32.png");
     this.imageList1.Images.SetKeyName(2, "software_reset32x32.png");
     this.imageList1.Images.SetKeyName(3, "arrw01_54b.gif");
     this.imageList1.Images.SetKeyName(4, "Graphite-download-32x32.png");
     this.imageList1.Images.SetKeyName(5, "Button-Previous-32x32.png");
     this.imageList1.Images.SetKeyName(6, "Button-Next-32x32.png");
     this.imageList1.Images.SetKeyName(7, "app-32x32.png");
     this.imageList1.Images.SetKeyName(8, "USB-Wireless-32x32.png");
     this.imageList1.Images.SetKeyName(9, "wizard-32x32.png");
     this.imageList1.Images.SetKeyName(10, "Button-Close-32x32.png");
     this.imageList1.Images.SetKeyName(11, "Button-Fast-Forward-32x32.png");
     this.imageList1.Images.SetKeyName(12, "Button-Refresh-icon.png");
     this.imageList1.Images.SetKeyName(13, "Download_32x32.png");
     this.btnStep0Next.ImageIndex = 6;
     this.btnStep0Next.ImageList = this.imageList1;
     this.btnStep0Next.Location = new Point(0x268, 0xd1);
     this.btnStep0Next.Name = "btnStep0Next";
     this.btnStep0Next.Size = new Size(0x6d, 0x38);
     this.btnStep0Next.TabIndex = 9;
     this.btnStep0Next.Text = "Start Wizard";
     this.btnStep0Next.TextImageRelation = TextImageRelation.ImageAboveText;
     this.btnStep0Next.UseVisualStyleBackColor = true;
     this.btnStep0Next.Click += new EventHandler(this.btnStep0Next_Click);
     this.tabPage1.BackColor = Color.White;
     this.tabPage1.Controls.Add(this.btnStep1Abort);
     this.tabPage1.Controls.Add(this.lblFirmwareVersion);
     this.tabPage1.Controls.Add(this.lblFirmwareType);
     this.tabPage1.Controls.Add(this.txtStep1);
     this.tabPage1.Controls.Add(this.pboxStep1);
     this.tabPage1.Controls.Add(this.btnStep1Next);
     this.tabPage1.ImageIndex = 1;
     this.tabPage1.Location = new Point(0xcc, 4);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new Padding(3);
     this.tabPage1.Size = new Size(0x2db, 0x10b);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "2. Hardware Check";
     this.tabPage1.UseVisualStyleBackColor = true;
     this.btnStep1Abort.ImageIndex = 10;
     this.btnStep1Abort.ImageList = this.imageList1;
     this.btnStep1Abort.Location = new Point(0x183, 0xd1);
     this.btnStep1Abort.Name = "btnStep1Abort";
     this.btnStep1Abort.Size = new Size(0x6d, 0x38);
     this.btnStep1Abort.TabIndex = 10;
     this.btnStep1Abort.Text = "Abort Wizard";
     this.btnStep1Abort.TextImageRelation = TextImageRelation.ImageAboveText;
     this.btnStep1Abort.UseVisualStyleBackColor = true;
     this.btnStep1Abort.Click += new EventHandler(this.btnStep1Abort_Click);
     this.lblFirmwareVersion.AutoSize = true;
     this.lblFirmwareVersion.Location = new Point(0x180, 190);
     this.lblFirmwareVersion.Name = "lblFirmwareVersion";
     this.lblFirmwareVersion.Size = new Size(90, 13);
     this.lblFirmwareVersion.TabIndex = 8;
     this.lblFirmwareVersion.Text = "Firmware Version:";
     this.lblFirmwareType.AutoSize = true;
     this.lblFirmwareType.Location = new Point(0x180, 0xad);
     this.lblFirmwareType.Name = "lblFirmwareType";
     this.lblFirmwareType.Size = new Size(0x52, 13);
     this.lblFirmwareType.TabIndex = 8;
     this.lblFirmwareType.Text = "Firmware Type: ";
     this.txtStep1.BackColor = Color.White;
     this.txtStep1.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0xee);
     this.txtStep1.Location = new Point(0x183, 8);
     this.txtStep1.Multiline = true;
     this.txtStep1.Name = "txtStep1";
     this.txtStep1.Size = new Size(0x152, 0xa2);
     this.txtStep1.TabIndex = 5;
     this.txtStep1.Text = resources.GetString("txtStep1.Text");
     this.pboxStep1.Image = Resources.sdbc;
     this.pboxStep1.Location = new Point(3, 8);
     this.pboxStep1.Name = "pboxStep1";
     this.pboxStep1.Size = new Size(380, 0xf5);
     this.pboxStep1.SizeMode = PictureBoxSizeMode.Zoom;
     this.pboxStep1.TabIndex = 6;
     this.pboxStep1.TabStop = false;
     this.btnStep1Next.ImageIndex = 6;
     this.btnStep1Next.ImageList = this.imageList1;
     this.btnStep1Next.Location = new Point(0x268, 0xd0);
     this.btnStep1Next.Name = "btnStep1Next";
     this.btnStep1Next.Size = new Size(0x6d, 0x38);
     this.btnStep1Next.TabIndex = 4;
     this.btnStep1Next.Text = "Download Firmware";
     this.btnStep1Next.TextImageRelation = TextImageRelation.ImageAboveText;
     this.btnStep1Next.UseVisualStyleBackColor = true;
     this.btnStep1Next.Click += new EventHandler(this.btnStep1Next_Click);
     this.tabPage2.BackColor = Color.White;
     this.tabPage2.Controls.Add(this.btnStep2Next);
     this.tabPage2.Controls.Add(this.pboxStep2);
     this.tabPage2.Controls.Add(this.txtStep2);
     this.tabPage2.Controls.Add(this.pbarStep2);
     this.tabPage2.ImageIndex = 13;
     this.tabPage2.Location = new Point(0xcc, 4);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new Padding(3);
     this.tabPage2.Size = new Size(0x2db, 0x10b);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "2a. Master Node Firmware Download";
     this.tabPage2.UseVisualStyleBackColor = true;
     this.btnStep2Next.ImageIndex = 6;
     this.btnStep2Next.ImageList = this.imageList1;
     this.btnStep2Next.Location = new Point(0x268, 0xd0);
     this.btnStep2Next.Name = "btnStep2Next";
     this.btnStep2Next.Size = new Size(0x6d, 0x38);
     this.btnStep2Next.TabIndex = 11;
     this.btnStep2Next.Text = "Next";
     this.btnStep2Next.TextImageRelation = TextImageRelation.ImageAboveText;
     this.btnStep2Next.UseVisualStyleBackColor = true;
     this.btnStep2Next.Click += new EventHandler(this.btnStep2Next_Click);
     this.pboxStep2.Image = (Image) resources.GetObject("pboxStep2.Image");
     this.pboxStep2.Location = new Point(3, 8);
     this.pboxStep2.Name = "pboxStep2";
     this.pboxStep2.Size = new Size(380, 0xf5);
     this.pboxStep2.SizeMode = PictureBoxSizeMode.CenterImage;
     this.pboxStep2.TabIndex = 9;
     this.pboxStep2.TabStop = false;
     this.txtStep2.BackColor = Color.White;
     this.txtStep2.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0xee);
     this.txtStep2.Location = new Point(0x183, 8);
     this.txtStep2.Multiline = true;
     this.txtStep2.Name = "txtStep2";
     this.txtStep2.Size = new Size(0x152, 0xa2);
     this.txtStep2.TabIndex = 8;
     this.txtStep2.Text = "The Motherboard firmware has been successfully downloaded. Press Next to continue with the Setup-Wizard.";
     this.pbarStep2.ColorBackGround = Color.White;
     this.pbarStep2.ColorBarBorder = Color.FromArgb(170, 240, 170);
     this.pbarStep2.ColorBarCenter = Color.FromArgb(10, 150, 10);
     this.pbarStep2.ColorText = Color.Black;
     this.pbarStep2.Location = new Point(390, 0xaf);
     this.pbarStep2.Name = "pbarStep2";
     this.pbarStep2.Position = 100;
     this.pbarStep2.PositionMax = 100;
     this.pbarStep2.PositionMin = 0;
     this.pbarStep2.Size = new Size(0x14e, 0x1d);
     this.pbarStep2.TabIndex = 0;
     this.pbarStep2.Text = "Download Progress: 0%";
     this.tabPage3.BackColor = Color.White;
     this.tabPage3.Controls.Add(this.btnStep3Next);
     this.tabPage3.Controls.Add(this.btnStep3Skip);
     this.tabPage3.Controls.Add(this.btnStep3Abort);
     this.tabPage3.Controls.Add(this.pboxStep3);
     this.tabPage3.Controls.Add(this.txtStep3);
     this.tabPage3.ImageIndex = 8;
     this.tabPage3.Location = new Point(0xcc, 4);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Size = new Size(0x2db, 0x10b);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "3. Configure RF Sensor Node";
     this.tabPage3.UseVisualStyleBackColor = true;
     this.btnStep3Next.ImageIndex = 6;
     this.btnStep3Next.ImageList = this.imageList1;
     this.btnStep3Next.Location = new Point(0x268, 0xd1);
     this.btnStep3Next.Name = "btnStep3Next";
     this.btnStep3Next.Size = new Size(0x6d, 0x38);
     this.btnStep3Next.TabIndex = 0x11;
     this.btnStep3Next.Text = "Download Firmware";
     this.btnStep3Next.TextImageRelation = TextImageRelation.ImageAboveText;
     this.btnStep3Next.UseVisualStyleBackColor = true;
     this.btnStep3Next.Click += new EventHandler(this.btnStep3Next_Click);
     this.btnStep3Skip.ImageIndex = 11;
     this.btnStep3Skip.ImageList = this.imageList1;
     this.btnStep3Skip.Location = new Point(0x1f5, 0xd1);
     this.btnStep3Skip.Name = "btnStep3Skip";
     this.btnStep3Skip.Size = new Size(0x6d, 0x38);
     this.btnStep3Skip.TabIndex = 0x11;
     this.btnStep3Skip.Text = "Skip Node Setup";
     this.btnStep3Skip.TextImageRelation = TextImageRelation.ImageAboveText;
     this.btnStep3Skip.UseVisualStyleBackColor = true;
     this.btnStep3Skip.Click += new EventHandler(this.btnStep3Skip_Click);
     this.btnStep3Abort.ImageIndex = 10;
     this.btnStep3Abort.ImageList = this.imageList1;
     this.btnStep3Abort.Location = new Point(0x183, 0xd1);
     this.btnStep3Abort.Name = "btnStep3Abort";
     this.btnStep3Abort.Size = new Size(0x6d, 0x38);
     this.btnStep3Abort.TabIndex = 0x11;
     this.btnStep3Abort.Text = "Abort Wizard";
     this.btnStep3Abort.TextImageRelation = TextImageRelation.ImageAboveText;
     this.btnStep3Abort.UseVisualStyleBackColor = true;
     this.btnStep3Abort.Click += new EventHandler(this.btnStep3Abort_Click);
     this.pboxStep3.Image = (Image) resources.GetObject("pboxStep3.Image");
     this.pboxStep3.Location = new Point(3, 8);
     this.pboxStep3.Name = "pboxStep3";
     this.pboxStep3.Size = new Size(380, 0xf5);
     this.pboxStep3.SizeMode = PictureBoxSizeMode.CenterImage;
     this.pboxStep3.TabIndex = 14;
     this.pboxStep3.TabStop = false;
     this.txtStep3.BackColor = Color.White;
     this.txtStep3.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0xee);
     this.txtStep3.Location = new Point(0x183, 8);
     this.txtStep3.Multiline = true;
     this.txtStep3.Name = "txtStep3";
     this.txtStep3.Size = new Size(0x152, 0xc3);
     this.txtStep3.TabIndex = 13;
     this.txtStep3.Text = resources.GetString("txtStep3.Text");
     this.tabPage4.BackColor = Color.White;
     this.tabPage4.Controls.Add(this.btnStep4Prev);
     this.tabPage4.Controls.Add(this.btnStep4Next);
     this.tabPage4.Controls.Add(this.pboxStep4);
     this.tabPage4.Controls.Add(this.txtStep4);
     this.tabPage4.Controls.Add(this.pbarStep4);
     this.tabPage4.ImageIndex = 13;
     this.tabPage4.Location = new Point(0xcc, 4);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Size = new Size(0x2db, 0x10b);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "3a. RF Sensor Node Firmware Download";
     this.tabPage4.UseVisualStyleBackColor = true;
     this.btnStep4Prev.ImageIndex = 12;
     this.btnStep4Prev.ImageList = this.imageList1;
     this.btnStep4Prev.Location = new Point(0x183, 210);
     this.btnStep4Prev.Name = "btnStep4Prev";
     this.btnStep4Prev.Size = new Size(0xaf, 0x38);
     this.btnStep4Prev.TabIndex = 0x10;
     this.btnStep4Prev.Text = "Prepare More RF Sensor Node";
     this.btnStep4Prev.TextImageRelation = TextImageRelation.ImageAboveText;
     this.btnStep4Prev.UseVisualStyleBackColor = true;
     this.btnStep4Prev.Click += new EventHandler(this.btnStep4Prev_Click);
     this.btnStep4Next.ImageIndex = 6;
     this.btnStep4Next.ImageList = this.imageList1;
     this.btnStep4Next.Location = new Point(0x268, 0xd1);
     this.btnStep4Next.Name = "btnStep4Next";
     this.btnStep4Next.Size = new Size(0x6d, 0x38);
     this.btnStep4Next.TabIndex = 0x10;
     this.btnStep4Next.Text = "Next";
     this.btnStep4Next.TextImageRelation = TextImageRelation.ImageAboveText;
     this.btnStep4Next.UseVisualStyleBackColor = true;
     this.btnStep4Next.Click += new EventHandler(this.btnStep4Next_Click);
     this.pboxStep4.Image = Resources.download_icon_big_150x150;
     this.pboxStep4.Location = new Point(3, 8);
     this.pboxStep4.Name = "pboxStep4";
     this.pboxStep4.Size = new Size(380, 0xf5);
     this.pboxStep4.SizeMode = PictureBoxSizeMode.CenterImage;
     this.pboxStep4.TabIndex = 14;
     this.pboxStep4.TabStop = false;
     this.txtStep4.BackColor = Color.White;
     this.txtStep4.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0xee);
     this.txtStep4.Location = new Point(0x183, 8);
     this.txtStep4.Multiline = true;
     this.txtStep4.Name = "txtStep4";
     this.txtStep4.Size = new Size(0x152, 0xa2);
     this.txtStep4.TabIndex = 13;
     this.txtStep4.Text = resources.GetString("txtStep4.Text");
     this.pbarStep4.ColorBackGround = Color.White;
     this.pbarStep4.ColorBarBorder = Color.FromArgb(170, 240, 170);
     this.pbarStep4.ColorBarCenter = Color.FromArgb(10, 150, 10);
     this.pbarStep4.ColorText = Color.Black;
     this.pbarStep4.Location = new Point(390, 0xaf);
     this.pbarStep4.Name = "pbarStep4";
     this.pbarStep4.Position = 50;
     this.pbarStep4.PositionMax = 100;
     this.pbarStep4.PositionMin = 0;
     this.pbarStep4.Size = new Size(0x14e, 0x1d);
     this.pbarStep4.TabIndex = 12;
     this.pbarStep4.Text = "Download Progress: 0%";
     this.tabPage5.BackColor = Color.White;
     this.tabPage5.Controls.Add(this.pBoxStep5);
     this.tabPage5.Controls.Add(this.btnStep5Next);
     this.tabPage5.Controls.Add(this.txtStep5);
     this.tabPage5.ImageIndex = 7;
     this.tabPage5.Location = new Point(0xcc, 4);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Size = new Size(0x2db, 0x10b);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text = "4. Launch Application";
     this.tabPage5.UseVisualStyleBackColor = true;
     this.pBoxStep5.Image = (Image) resources.GetObject("pBoxStep5.Image");
     this.pBoxStep5.Location = new Point(3, 8);
     this.pBoxStep5.Name = "pBoxStep5";
     this.pBoxStep5.Size = new Size(380, 0xf5);
     this.pBoxStep5.SizeMode = PictureBoxSizeMode.CenterImage;
     this.pBoxStep5.TabIndex = 0x12;
     this.pBoxStep5.TabStop = false;
     this.btnStep5Next.ImageIndex = 6;
     this.btnStep5Next.ImageList = this.imageList1;
     this.btnStep5Next.Location = new Point(0x268, 0xd1);
     this.btnStep5Next.Name = "btnStep5Next";
     this.btnStep5Next.Size = new Size(0x6d, 0x38);
     this.btnStep5Next.TabIndex = 20;
     this.btnStep5Next.Text = "Launch Application";
     this.btnStep5Next.TextImageRelation = TextImageRelation.ImageAboveText;
     this.btnStep5Next.UseVisualStyleBackColor = true;
     this.btnStep5Next.Click += new EventHandler(this.btnStep5Next_Click);
     this.txtStep5.BackColor = Color.White;
     this.txtStep5.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0xee);
     this.txtStep5.Location = new Point(0x183, 8);
     this.txtStep5.Multiline = true;
     this.txtStep5.Name = "txtStep5";
     this.txtStep5.Size = new Size(0x152, 0xc3);
     this.txtStep5.TabIndex = 0x11;
     this.txtStep5.Text = resources.GetString("txtStep5.Text");
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     base.ClientSize = new Size(0x3ab, 0x113);
     base.ControlBox = false;
     base.Controls.Add(this.tabControl);
     base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.Icon = (Icon) resources.GetObject("$this.Icon");
     base.MaximizeBox = false;
     base.Name = "Network_Wizard_CP";
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.CenterParent;
     this.Text = "Application Wizard";
     base.Load += new EventHandler(this.Network_Wizard_CP_Load);
     base.Shown += new EventHandler(this.Network_Wizard_CP_Shown);
     base.FormClosing += new FormClosingEventHandler(this.formClosingEventHandler);
     this.tabControl.ResumeLayout(false);
     this.tabPage0.ResumeLayout(false);
     this.tabPage0.PerformLayout();
     ((ISupportInitialize) this.pbTabPage0).EndInit();
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     ((ISupportInitialize) this.pboxStep1).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     ((ISupportInitialize) this.pboxStep2).EndInit();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     ((ISupportInitialize) this.pboxStep3).EndInit();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     ((ISupportInitialize) this.pboxStep4).EndInit();
     this.tabPage5.ResumeLayout(false);
     this.tabPage5.PerformLayout();
     ((ISupportInitialize) this.pBoxStep5).EndInit();
     base.ResumeLayout(false);
 }