namespace HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard { partial class WizardBase { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WizardBase)); this.pagePanel = new System.Windows.Forms.Panel(); this.controlPanel = new System.Windows.Forms.Panel(); this.btnNext = new System.Windows.Forms.Button(); this.btnBack = new System.Windows.Forms.Button(); this.btnCommit = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.etchedLine1 = new HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.Controls.EtchedLine(); this.controlPanel.SuspendLayout(); this.SuspendLayout(); // // pagePanel // this.pagePanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.pagePanel.Dock = System.Windows.Forms.DockStyle.Fill; this.pagePanel.Location = new System.Drawing.Point(0, 0); this.pagePanel.Name = "pagePanel"; this.pagePanel.Size = new System.Drawing.Size(624, 384); this.pagePanel.TabIndex = 0; // // controlPanel // this.controlPanel.Controls.Add(this.btnNext); this.controlPanel.Controls.Add(this.btnBack); this.controlPanel.Controls.Add(this.btnCommit); this.controlPanel.Controls.Add(this.btnCancel); this.controlPanel.Controls.Add(this.etchedLine1); this.controlPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.controlPanel.Location = new System.Drawing.Point(0, 384); this.controlPanel.Name = "controlPanel"; this.controlPanel.Size = new System.Drawing.Size(624, 58); this.controlPanel.TabIndex = 1; // // btnNext // this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnNext.Location = new System.Drawing.Point(457, 19); this.btnNext.Name = "btnNext"; this.btnNext.Size = new System.Drawing.Size(75, 23); this.btnNext.TabIndex = 4; this.btnNext.Text = "Next"; this.btnNext.UseVisualStyleBackColor = true; this.btnNext.Click += new System.EventHandler(this.btnNext_Click); // // btnBack // this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnBack.Location = new System.Drawing.Point(375, 19); this.btnBack.Name = "btnBack"; this.btnBack.Size = new System.Drawing.Size(75, 23); this.btnBack.TabIndex = 3; this.btnBack.Text = "< Back"; this.btnBack.UseVisualStyleBackColor = true; this.btnBack.Click += new System.EventHandler(this.btnBack_Click); // // btnCommit // this.btnCommit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCommit.Location = new System.Drawing.Point(456, 19); this.btnCommit.Name = "btnCommit"; this.btnCommit.Size = new System.Drawing.Size(75, 23); this.btnCommit.TabIndex = 2; this.btnCommit.Text = "Commit"; this.btnCommit.UseVisualStyleBackColor = true; this.btnCommit.Click += new System.EventHandler(this.btnCommit_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(537, 19); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // etchedLine1 // this.etchedLine1.DarkColor = System.Drawing.SystemColors.ControlDark; this.etchedLine1.Dock = System.Windows.Forms.DockStyle.Top; this.etchedLine1.Edge = HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.Controls.EtchEdge.Top; this.etchedLine1.LightColor = System.Drawing.SystemColors.ControlLight; this.etchedLine1.Location = new System.Drawing.Point(0, 0); this.etchedLine1.Name = "etchedLine1"; this.etchedLine1.Size = new System.Drawing.Size(624, 19); this.etchedLine1.TabIndex = 0; // // WizardBase // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(624, 442); this.Controls.Add(this.pagePanel); this.Controls.Add(this.controlPanel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "WizardBase"; this.Text = "Wizard"; this.Load += new System.EventHandler(this.Wizard_Load); this.controlPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pagePanel; private System.Windows.Forms.Panel controlPanel; private Controls.EtchedLine etchedLine1; private System.Windows.Forms.Button btnBack; private System.Windows.Forms.Button btnCommit; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnNext; } }