Beispiel #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.Sidebar = new Wizard.UI.WizardSidebar();
     this.SuspendLayout();
     //
     // Sidebar
     //
     this.Sidebar.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Sidebar.Location = new System.Drawing.Point(0, 0);
     this.Sidebar.Name     = "Sidebar";
     this.Sidebar.Size     = new System.Drawing.Size(165, 208);
     this.Sidebar.TabIndex = 0;
     //
     // ExternalWizardPage
     //
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.Sidebar);
     this.Name = "ExternalWizardPage";
     this.Size = new System.Drawing.Size(424, 208);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.Sidebar = new Wizard.UI.WizardSidebar();
     this.SuspendLayout();
     //
     // Sidebar
     //
     this.Sidebar.Dock = System.Windows.Forms.DockStyle.Left;
     this.Sidebar.Location = new System.Drawing.Point(0, 0);
     this.Sidebar.Name = "Sidebar";
     this.Sidebar.Size = new System.Drawing.Size(165, 208);
     this.Sidebar.TabIndex = 0;
     //
     // ExternalWizardPage
     //
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.Sidebar);
     this.Name = "ExternalWizardPage";
     this.Size = new System.Drawing.Size(424, 208);
     this.ResumeLayout(false);
 }
Beispiel #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExternalWizardPage));
     this.Sidebar = new Wizard.UI.WizardSidebar();
     this.SuspendLayout();
     //
     // Sidebar
     //
     this.Sidebar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("Sidebar.BackgroundImage")));
     this.Sidebar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Sidebar.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Sidebar.Location = new System.Drawing.Point(0, 0);
     this.Sidebar.Name     = "Sidebar";
     this.Sidebar.Size     = new System.Drawing.Size(165, 208);
     this.Sidebar.TabIndex = 0;
     //
     // ExternalWizardPage
     //
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.Sidebar);
     this.Name = "ExternalWizardPage";
     this.Size = new System.Drawing.Size(424, 208);
     this.ResumeLayout(false);
 }