/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.newFileCtrl = new XEditNet.Profile.NewFileCtrl();
     this.SuspendLayout();
     //
     // newFileCtrl
     //
     this.newFileCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.newFileCtrl.Location = new System.Drawing.Point(0, 0);
     this.newFileCtrl.Name = "newFileCtrl";
     this.newFileCtrl.Size = new System.Drawing.Size(464, 438);
     this.newFileCtrl.TabIndex = 0;
     this.newFileCtrl.WizardFinished += new System.EventHandler(this.WizardFinished);
     //
     // NewFileDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(464, 438);
     this.Controls.Add(this.newFileCtrl);
     this.Name = "NewFileDialog";
     this.Text = "NewFileDialog";
     this.ResumeLayout(false);
 }
Exemple #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.newFileCtrl = new XEditNet.Profile.NewFileCtrl();
     this.SuspendLayout();
     //
     // newFileCtrl
     //
     this.newFileCtrl.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.newFileCtrl.Location        = new System.Drawing.Point(0, 0);
     this.newFileCtrl.Name            = "newFileCtrl";
     this.newFileCtrl.Size            = new System.Drawing.Size(464, 438);
     this.newFileCtrl.TabIndex        = 0;
     this.newFileCtrl.WizardFinished += new System.EventHandler(this.WizardFinished);
     //
     // NewFileDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(464, 438);
     this.Controls.Add(this.newFileCtrl);
     this.Name = "NewFileDialog";
     this.Text = "NewFileDialog";
     this.ResumeLayout(false);
 }