home *** CD-ROM | disk | FTP | other *** search
- using System;
- using System.Collections;
- using System.ComponentModel;
- using System.Drawing;
- using System.Windows.Forms;
-
- namespace Controls
- {
- public class WizardTest : NETXP.Forms.Wizard
- {
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.TabPage tabPage4;
- private System.Windows.Forms.TabPage tabPage5;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.ComponentModel.IContainer components = null;
-
- public WizardTest()
- {
- // This call is required by the Windows Form Designer.
- InitializeComponent();
-
- // TODO: Add any initialization after the InitializeComponent call
- }
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- protected override void Dispose( bool disposing )
- {
- if( disposing )
- {
- if (components != null)
- {
- components.Dispose();
- }
- }
- base.Dispose( disposing );
- }
-
- #region Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.tabPage5 = new System.Windows.Forms.TabPage();
- 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();
- this.WizardPages.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.tabPage3.SuspendLayout();
- this.tabPage4.SuspendLayout();
- this.tabPage5.SuspendLayout();
- //
- // TitlePanel
- //
- this.TitlePanel.DockPadding.All = 8;
- this.TitlePanel.Name = "TitlePanel";
- //
- // ProductLogo
- //
- this.ProductLogo.Name = "ProductLogo";
- //
- // PageTitle
- //
- this.PageTitle.Name = "PageTitle";
- //
- // Separator
- //
- this.Separator.Name = "Separator";
- //
- // WizardLogo
- //
- this.WizardLogo.Name = "WizardLogo";
- //
- // LowerPanel
- //
- this.LowerPanel.Name = "LowerPanel";
- //
- // CancelBtn
- //
- this.CancelBtn.Name = "CancelBtn";
- //
- // NextButton
- //
- this.NextButton.Name = "NextButton";
- //
- // BackButton
- //
- this.BackButton.Name = "BackButton";
- //
- // WizardPages
- //
- this.WizardPages.Controls.Add(this.tabPage1);
- this.WizardPages.Controls.Add(this.tabPage2);
- this.WizardPages.Controls.Add(this.tabPage3);
- this.WizardPages.Controls.Add(this.tabPage4);
- this.WizardPages.Controls.Add(this.tabPage5);
- this.WizardPages.Name = "WizardPages";
- //
- // EtchedLine
- //
- this.EtchedLine.Name = "EtchedLine";
- //
- // OKBtn
- //
- this.OKBtn.Name = "OKBtn";
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.label1);
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Size = new System.Drawing.Size(568, 298);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "tabPage1";
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.label2);
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Size = new System.Drawing.Size(568, 298);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "tabPage2";
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(this.label3);
- this.tabPage3.Location = new System.Drawing.Point(4, 22);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(568, 298);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "tabPage3";
- //
- // tabPage4
- //
- this.tabPage4.Controls.Add(this.label4);
- this.tabPage4.Location = new System.Drawing.Point(4, 22);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Size = new System.Drawing.Size(568, 298);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "tabPage4";
- //
- // tabPage5
- //
- this.tabPage5.Controls.Add(this.label5);
- this.tabPage5.Location = new System.Drawing.Point(4, 22);
- this.tabPage5.Name = "tabPage5";
- this.tabPage5.Size = new System.Drawing.Size(568, 298);
- this.tabPage5.TabIndex = 4;
- this.tabPage5.Text = "tabPage5";
- //
- // label1
- //
- this.label1.Location = new System.Drawing.Point(234, 138);
- this.label1.Name = "label1";
- this.label1.TabIndex = 0;
- this.label1.Text = "page 1";
- //
- // label2
- //
- this.label2.Location = new System.Drawing.Point(234, 138);
- this.label2.Name = "label2";
- this.label2.TabIndex = 1;
- this.label2.Text = "page 2";
- //
- // label3
- //
- this.label3.Location = new System.Drawing.Point(234, 138);
- this.label3.Name = "label3";
- this.label3.TabIndex = 1;
- this.label3.Text = "page 3";
- //
- // label4
- //
- this.label4.Location = new System.Drawing.Point(234, 138);
- this.label4.Name = "label4";
- this.label4.TabIndex = 1;
- this.label4.Text = "page 4";
- //
- // label5
- //
- this.label5.Location = new System.Drawing.Point(234, 138);
- this.label5.Name = "label5";
- this.label5.TabIndex = 1;
- this.label5.Text = "page 5";
- //
- // WizardTest
- //
- this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
- this.ClientSize = new System.Drawing.Size(576, 422);
- this.Name = "WizardTest";
- this.WizardPages.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage2.ResumeLayout(false);
- this.tabPage3.ResumeLayout(false);
- this.tabPage4.ResumeLayout(false);
- this.tabPage5.ResumeLayout(false);
-
- }
- #endregion
- }
- }
-
-