Ejemplo n.º 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._buttonHelp = new Razor.Wizards.WizardButton();
			this._buttonBack = new Razor.Wizards.WizardButton();
			this._buttonNext = new Razor.Wizards.WizardButton();
			this._buttonCancel = new Razor.Wizards.WizardButton();
			this._pageHolder = new System.Windows.Forms.Panel();
			this.SuspendLayout();
			// 
			// _buttonHelp
			// 
			this._buttonHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this._buttonHelp.Button = Razor.Wizards.WizardButtons.Help;
			this._buttonHelp.Enabled = false;
			this._buttonHelp.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this._buttonHelp.Location = new System.Drawing.Point(10, 321);
			this._buttonHelp.Name = "_buttonHelp";
			this._buttonHelp.TabIndex = 0;
			this._buttonHelp.Text = "Help";
			// 
			// _buttonBack
			// 
			this._buttonBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this._buttonBack.Button = Razor.Wizards.WizardButtons.Back;
			this._buttonBack.Enabled = false;
			this._buttonBack.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this._buttonBack.Location = new System.Drawing.Point(257, 321);
			this._buttonBack.Name = "_buttonBack";
			this._buttonBack.TabIndex = 1;
			this._buttonBack.Text = "Back";
			// 
			// _buttonNext
			// 
			this._buttonNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this._buttonNext.Button = Razor.Wizards.WizardButtons.Next;
			this._buttonNext.Enabled = false;
			this._buttonNext.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this._buttonNext.Location = new System.Drawing.Point(332, 321);
			this._buttonNext.Name = "_buttonNext";
			this._buttonNext.TabIndex = 2;
			this._buttonNext.Text = "Next";
			// 
			// _buttonCancel
			// 
			this._buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this._buttonCancel.Button = Razor.Wizards.WizardButtons.Cancel;
			this._buttonCancel.Enabled = false;
			this._buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this._buttonCancel.Location = new System.Drawing.Point(417, 321);
			this._buttonCancel.Name = "_buttonCancel";
			this._buttonCancel.TabIndex = 3;
			this._buttonCancel.Text = "Cancel";
			// 
			// _pageHolder
			// 
			this._pageHolder.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._pageHolder.Location = new System.Drawing.Point(0, 0);
			this._pageHolder.Name = "_pageHolder";
			this._pageHolder.Size = new System.Drawing.Size(502, 311);
			this._pageHolder.TabIndex = 4;
			// 
			// Wizard
			// 
			this.Controls.Add(this._pageHolder);
			this.Controls.Add(this._buttonCancel);
			this.Controls.Add(this._buttonNext);
			this.Controls.Add(this._buttonBack);
			this.Controls.Add(this._buttonHelp);
			this.Name = "Wizard";
			this.Size = new System.Drawing.Size(502, 356);
			this.ResumeLayout(false);

		}
Ejemplo n.º 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._buttonHelp   = new Razor.Wizards.WizardButton();
     this._buttonBack   = new Razor.Wizards.WizardButton();
     this._buttonNext   = new Razor.Wizards.WizardButton();
     this._buttonCancel = new Razor.Wizards.WizardButton();
     this._pageHolder   = new System.Windows.Forms.Panel();
     this.SuspendLayout();
     //
     // _buttonHelp
     //
     this._buttonHelp.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._buttonHelp.Button    = Razor.Wizards.WizardButtons.Help;
     this._buttonHelp.Enabled   = false;
     this._buttonHelp.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._buttonHelp.Location  = new System.Drawing.Point(10, 321);
     this._buttonHelp.Name      = "_buttonHelp";
     this._buttonHelp.TabIndex  = 0;
     this._buttonHelp.Text      = "Help";
     //
     // _buttonBack
     //
     this._buttonBack.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonBack.Button    = Razor.Wizards.WizardButtons.Back;
     this._buttonBack.Enabled   = false;
     this._buttonBack.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._buttonBack.Location  = new System.Drawing.Point(257, 321);
     this._buttonBack.Name      = "_buttonBack";
     this._buttonBack.TabIndex  = 1;
     this._buttonBack.Text      = "Back";
     //
     // _buttonNext
     //
     this._buttonNext.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonNext.Button    = Razor.Wizards.WizardButtons.Next;
     this._buttonNext.Enabled   = false;
     this._buttonNext.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._buttonNext.Location  = new System.Drawing.Point(332, 321);
     this._buttonNext.Name      = "_buttonNext";
     this._buttonNext.TabIndex  = 2;
     this._buttonNext.Text      = "Next";
     //
     // _buttonCancel
     //
     this._buttonCancel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonCancel.Button    = Razor.Wizards.WizardButtons.Cancel;
     this._buttonCancel.Enabled   = false;
     this._buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._buttonCancel.Location  = new System.Drawing.Point(417, 321);
     this._buttonCancel.Name      = "_buttonCancel";
     this._buttonCancel.TabIndex  = 3;
     this._buttonCancel.Text      = "Cancel";
     //
     // _pageHolder
     //
     this._pageHolder.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._pageHolder.Location = new System.Drawing.Point(0, 0);
     this._pageHolder.Name     = "_pageHolder";
     this._pageHolder.Size     = new System.Drawing.Size(502, 311);
     this._pageHolder.TabIndex = 4;
     //
     // Wizard
     //
     this.Controls.Add(this._pageHolder);
     this.Controls.Add(this._buttonCancel);
     this.Controls.Add(this._buttonNext);
     this.Controls.Add(this._buttonBack);
     this.Controls.Add(this._buttonHelp);
     this.Name = "Wizard";
     this.Size = new System.Drawing.Size(502, 356);
     this.ResumeLayout(false);
 }