コード例 #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._wizard = new Razor.Wizards.Wizard();
			this.SuspendLayout();
			// 
			// _wizard
			// 
			this._wizard.Dock = System.Windows.Forms.DockStyle.Fill;
			this._wizard.Location = new System.Drawing.Point(0, 0);
			this._wizard.Name = "_wizard";
			this._wizard.Size = new System.Drawing.Size(502, 356);
			this._wizard.TabIndex = 0;
			this._wizard.Title = "My Wizard";
			// 
			// WizardDialog
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(502, 356);
			this.ControlBox = false;
			this.Controls.Add(this._wizard);
			this.MinimumSize = new System.Drawing.Size(450, 360);
			this.Name = "WizardDialog";
			this.Text = "Wizard";
			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._wizard = new Razor.Wizards.Wizard();
     this.SuspendLayout();
     //
     // _wizard
     //
     this._wizard.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._wizard.Location = new System.Drawing.Point(0, 0);
     this._wizard.Name     = "_wizard";
     this._wizard.Size     = new System.Drawing.Size(502, 356);
     this._wizard.TabIndex = 0;
     this._wizard.Title    = "My Wizard";
     //
     // WizardDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(502, 356);
     this.ControlBox        = false;
     this.Controls.Add(this._wizard);
     this.MinimumSize = new System.Drawing.Size(450, 360);
     this.Name        = "WizardDialog";
     this.Text        = "Wizard";
     this.ResumeLayout(false);
 }