/// <summary>
 /// Control Initialization and Designer View Code
 /// </summary>
 private void InitializeComponent()
 {
     this.btnCancel = new System.Windows.Forms.Button();
       this.pnlHeader = new System.Windows.Forms.Panel();
       this.lblTitle = new System.Windows.Forms.Label();
       this.lblDescription = new System.Windows.Forms.Label();
       this.imgHeader = new System.Windows.Forms.PictureBox();
       this.btnNextFinish = new System.Windows.Forms.Button();
       this.btnBack = new System.Windows.Forms.Button();
       this.lineDownLimit = new LineFrame();
       this.pnlBody = new System.Windows.Forms.Panel();
       this.btnHelp = new System.Windows.Forms.Button();
       this.pnlMain = new System.Windows.Forms.Panel();
       this.pnlHeader.SuspendLayout();
       this.pnlMain.SuspendLayout();
       this.SuspendLayout();
       //
       // btnCancel
       //
       this.btnCancel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
       this.btnCancel.Location = new System.Drawing.Point(416, 343);
       this.btnCancel.Name = "btnCancel";
       this.btnCancel.Size = new System.Drawing.Size(76, 24);
       this.btnCancel.TabIndex = 3;
       this.btnCancel.Text = "&Cancel";
       this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
       this.btnCancel.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WizardForm_KeyDown);
       //
       // pnlHeader
       //
       this.pnlHeader.BackColor = System.Drawing.Color.White;
       this.pnlHeader.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                     this.lblTitle,
                                                                     this.lblDescription,
                                                                     this.imgHeader});
       this.pnlHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pnlHeader.Name = "pnlHeader";
       this.pnlHeader.Size = new System.Drawing.Size(496, 56);
       this.pnlHeader.TabIndex = 0;
       //
       // lblTitle
       //
       this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right);
       this.lblTitle.FlatStyle = System.Windows.Forms.FlatStyle.System;
       this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
       this.lblTitle.Location = new System.Drawing.Point(8, 8);
       this.lblTitle.Name = "lblTitle";
       this.lblTitle.Size = new System.Drawing.Size(432, 16);
       this.lblTitle.TabIndex = 0;
       this.lblTitle.Text = "Wizard Page Title";
       this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // lblDescription
       //
       this.lblDescription.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right);
       this.lblDescription.FlatStyle = System.Windows.Forms.FlatStyle.System;
       this.lblDescription.Location = new System.Drawing.Point(32, 22);
       this.lblDescription.Name = "lblDescription";
       this.lblDescription.Size = new System.Drawing.Size(408, 30);
       this.lblDescription.TabIndex = 1;
       this.lblDescription.Text = "Description of wizard page";
       //
       // imgHeader
       //
       this.imgHeader.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
       this.imgHeader.Location = new System.Drawing.Point(448, 8);
       this.imgHeader.Name = "imgHeader";
       this.imgHeader.Size = new System.Drawing.Size(40, 40);
       this.imgHeader.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
       this.imgHeader.TabIndex = 0;
       this.imgHeader.TabStop = false;
       //
       // btnNextFinish
       //
       this.btnNextFinish.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
       this.btnNextFinish.BackColor = System.Drawing.SystemColors.Control;
       this.btnNextFinish.Cursor = System.Windows.Forms.Cursors.Default;
       this.btnNextFinish.Location = new System.Drawing.Point(328, 343);
       this.btnNextFinish.Name = "btnNextFinish";
       this.btnNextFinish.Size = new System.Drawing.Size(76, 24);
       this.btnNextFinish.TabIndex = 1;
       this.btnNextFinish.Text = "&Next >";
       this.btnNextFinish.Click += new System.EventHandler(this.btnNextFinish_Click);
       this.btnNextFinish.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WizardForm_KeyDown);
       //
       // btnBack
       //
       this.btnBack.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
       this.btnBack.Location = new System.Drawing.Point(252, 343);
       this.btnBack.Name = "btnBack";
       this.btnBack.Size = new System.Drawing.Size(76, 24);
       this.btnBack.TabIndex = 2;
       this.btnBack.Text = "< &Back";
       this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
       this.btnBack.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WizardForm_KeyDown);
       //
       // lineDownLimit
       //
       this.lineDownLimit.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right);
       this.lineDownLimit.Location = new System.Drawing.Point(4, 333);
       this.lineDownLimit.Name = "lineDownLimit";
       this.lineDownLimit.Size = new System.Drawing.Size(488, 4);
       this.lineDownLimit.TabIndex = 0;
       this.lineDownLimit.Text = "lineFrame1";
       //
       // pnlBody
       //
       this.pnlBody.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right);
       this.pnlBody.Location = new System.Drawing.Point(8, 64);
       this.pnlBody.Name = "pnlBody";
       this.pnlBody.Size = new System.Drawing.Size(480, 261);
       this.pnlBody.TabIndex = 1;
       //
       // btnHelp
       //
       this.btnHelp.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
       this.btnHelp.Location = new System.Drawing.Point(8, 343);
       this.btnHelp.Name = "btnHelp";
       this.btnHelp.Size = new System.Drawing.Size(76, 24);
       this.btnHelp.TabIndex = 4;
       this.btnHelp.Text = "&Help";
       this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
       this.btnHelp.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WizardForm_KeyDown);
       //
       // pnlMain
       //
       this.pnlMain.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right);
       this.pnlMain.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.pnlBody,
                                                                   this.pnlHeader});
       this.pnlMain.Name = "pnlMain";
       this.pnlMain.Size = new System.Drawing.Size(496, 325);
       this.pnlMain.TabIndex = 0;
       //
       // WizardForm
       //
       this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                           this.pnlMain,
                                                           this.lineDownLimit,
                                                           this.btnBack,
                                                           this.btnNextFinish,
                                                           this.btnCancel,
                                                           this.btnHelp});
       this.Name = "WizardForm";
       this.Size = new System.Drawing.Size(496, 372);
       this.Load += new System.EventHandler(this.WizardForm_Load);
       this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WizardForm_KeyDown);
       this.pnlHeader.ResumeLayout(false);
       this.pnlMain.ResumeLayout(false);
       this.ResumeLayout(false);
 }
Exemple #2
0
 /// <summary>
 /// Control Initialization and Designer View Code
 /// </summary>
 private void InitializeComponent()
 {
     this.btnCancel      = new System.Windows.Forms.Button();
     this.pnlHeader      = new System.Windows.Forms.Panel();
     this.lblTitle       = new System.Windows.Forms.Label();
     this.lblDescription = new System.Windows.Forms.Label();
     this.imgHeader      = new System.Windows.Forms.PictureBox();
     this.btnNextFinish  = new System.Windows.Forms.Button();
     this.btnBack        = new System.Windows.Forms.Button();
     this.lineDownLimit  = new LineFrame();
     this.pnlBody        = new System.Windows.Forms.Panel();
     this.btnHelp        = new System.Windows.Forms.Button();
     this.pnlMain        = new System.Windows.Forms.Panel();
     this.pnlHeader.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor   = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
     this.btnCancel.Location = new System.Drawing.Point(416, 343);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(76, 24);
     this.btnCancel.TabIndex = 3;
     this.btnCancel.Text     = "&Cancel";
     this.btnCancel.Click   += new System.EventHandler(this.btnCancel_Click);
     this.btnCancel.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WizardForm_KeyDown);
     //
     // pnlHeader
     //
     this.pnlHeader.BackColor = System.Drawing.Color.White;
     this.pnlHeader.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.lblTitle,
         this.lblDescription,
         this.imgHeader
     });
     this.pnlHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlHeader.Name     = "pnlHeader";
     this.pnlHeader.Size     = new System.Drawing.Size(496, 56);
     this.pnlHeader.TabIndex = 0;
     //
     // lblTitle
     //
     this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                             | System.Windows.Forms.AnchorStyles.Right);
     this.lblTitle.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblTitle.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
     this.lblTitle.Location  = new System.Drawing.Point(8, 8);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(432, 16);
     this.lblTitle.TabIndex  = 0;
     this.lblTitle.Text      = "Wizard Page Title";
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblDescription
     //
     this.lblDescription.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                   | System.Windows.Forms.AnchorStyles.Right);
     this.lblDescription.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblDescription.Location  = new System.Drawing.Point(32, 22);
     this.lblDescription.Name      = "lblDescription";
     this.lblDescription.Size      = new System.Drawing.Size(408, 30);
     this.lblDescription.TabIndex  = 1;
     this.lblDescription.Text      = "Description of wizard page";
     //
     // imgHeader
     //
     this.imgHeader.Anchor   = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.imgHeader.Location = new System.Drawing.Point(448, 8);
     this.imgHeader.Name     = "imgHeader";
     this.imgHeader.Size     = new System.Drawing.Size(40, 40);
     this.imgHeader.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.imgHeader.TabIndex = 0;
     this.imgHeader.TabStop  = false;
     //
     // btnNextFinish
     //
     this.btnNextFinish.Anchor    = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
     this.btnNextFinish.BackColor = System.Drawing.SystemColors.Control;
     this.btnNextFinish.Cursor    = System.Windows.Forms.Cursors.Default;
     this.btnNextFinish.Location  = new System.Drawing.Point(328, 343);
     this.btnNextFinish.Name      = "btnNextFinish";
     this.btnNextFinish.Size      = new System.Drawing.Size(76, 24);
     this.btnNextFinish.TabIndex  = 1;
     this.btnNextFinish.Text      = "&Next >";
     this.btnNextFinish.Click    += new System.EventHandler(this.btnNextFinish_Click);
     this.btnNextFinish.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.WizardForm_KeyDown);
     //
     // btnBack
     //
     this.btnBack.Anchor   = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
     this.btnBack.Location = new System.Drawing.Point(252, 343);
     this.btnBack.Name     = "btnBack";
     this.btnBack.Size     = new System.Drawing.Size(76, 24);
     this.btnBack.TabIndex = 2;
     this.btnBack.Text     = "< &Back";
     this.btnBack.Click   += new System.EventHandler(this.btnBack_Click);
     this.btnBack.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WizardForm_KeyDown);
     //
     // lineDownLimit
     //
     this.lineDownLimit.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                  | System.Windows.Forms.AnchorStyles.Right);
     this.lineDownLimit.Location = new System.Drawing.Point(4, 333);
     this.lineDownLimit.Name     = "lineDownLimit";
     this.lineDownLimit.Size     = new System.Drawing.Size(488, 4);
     this.lineDownLimit.TabIndex = 0;
     this.lineDownLimit.Text     = "lineFrame1";
     //
     // pnlBody
     //
     this.pnlBody.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                             | System.Windows.Forms.AnchorStyles.Left)
                            | System.Windows.Forms.AnchorStyles.Right);
     this.pnlBody.Location = new System.Drawing.Point(8, 64);
     this.pnlBody.Name     = "pnlBody";
     this.pnlBody.Size     = new System.Drawing.Size(480, 261);
     this.pnlBody.TabIndex = 1;
     //
     // btnHelp
     //
     this.btnHelp.Anchor   = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.btnHelp.Location = new System.Drawing.Point(8, 343);
     this.btnHelp.Name     = "btnHelp";
     this.btnHelp.Size     = new System.Drawing.Size(76, 24);
     this.btnHelp.TabIndex = 4;
     this.btnHelp.Text     = "&Help";
     this.btnHelp.Click   += new System.EventHandler(this.btnHelp_Click);
     this.btnHelp.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WizardForm_KeyDown);
     //
     // pnlMain
     //
     this.pnlMain.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                             | System.Windows.Forms.AnchorStyles.Left)
                            | System.Windows.Forms.AnchorStyles.Right);
     this.pnlMain.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.pnlBody,
         this.pnlHeader
     });
     this.pnlMain.Name     = "pnlMain";
     this.pnlMain.Size     = new System.Drawing.Size(496, 325);
     this.pnlMain.TabIndex = 0;
     //
     // WizardForm
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.pnlMain,
         this.lineDownLimit,
         this.btnBack,
         this.btnNextFinish,
         this.btnCancel,
         this.btnHelp
     });
     this.Name     = "WizardForm";
     this.Size     = new System.Drawing.Size(496, 372);
     this.Load    += new System.EventHandler(this.WizardForm_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WizardForm_KeyDown);
     this.pnlHeader.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.ResumeLayout(false);
 }