1 | namespace HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.Controls {
|
---|
2 | partial class WizardBanner {
|
---|
3 | /// <summary>
|
---|
4 | /// Required designer variable.
|
---|
5 | /// </summary>
|
---|
6 | private System.ComponentModel.IContainer components = null;
|
---|
7 |
|
---|
8 | /// <summary>
|
---|
9 | /// Clean up any resources being used.
|
---|
10 | /// </summary>
|
---|
11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
12 | protected override void Dispose(bool disposing) {
|
---|
13 | if (disposing && (components != null)) {
|
---|
14 | components.Dispose();
|
---|
15 | }
|
---|
16 | base.Dispose(disposing);
|
---|
17 | }
|
---|
18 |
|
---|
19 | #region Component Designer generated code
|
---|
20 |
|
---|
21 | /// <summary>
|
---|
22 | /// Required method for Designer support - do not modify
|
---|
23 | /// the contents of this method with the code editor.
|
---|
24 | /// </summary>
|
---|
25 | private void InitializeComponent() {
|
---|
26 | this.etchedLine1 = new HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.Controls.EtchedLine();
|
---|
27 | this.lblSubtitle = new System.Windows.Forms.Label();
|
---|
28 | this.lblTitle = new System.Windows.Forms.Label();
|
---|
29 | this.SuspendLayout();
|
---|
30 | //
|
---|
31 | // etchedLine1
|
---|
32 | //
|
---|
33 | this.etchedLine1.DarkColor = System.Drawing.SystemColors.ControlDark;
|
---|
34 | this.etchedLine1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
---|
35 | this.etchedLine1.Edge = HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.Controls.EtchEdge.Bottom;
|
---|
36 | this.etchedLine1.LightColor = System.Drawing.SystemColors.ControlLight;
|
---|
37 | this.etchedLine1.Location = new System.Drawing.Point(0, 71);
|
---|
38 | this.etchedLine1.Name = "etchedLine1";
|
---|
39 | this.etchedLine1.Size = new System.Drawing.Size(541, 20);
|
---|
40 | this.etchedLine1.TabIndex = 0;
|
---|
41 | //
|
---|
42 | // lblSubtitle
|
---|
43 | //
|
---|
44 | this.lblSubtitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
45 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
46 | this.lblSubtitle.Location = new System.Drawing.Point(21, 32);
|
---|
47 | this.lblSubtitle.Name = "lblSubtitle";
|
---|
48 | this.lblSubtitle.Size = new System.Drawing.Size(517, 36);
|
---|
49 | this.lblSubtitle.TabIndex = 4;
|
---|
50 | this.lblSubtitle.Text = "Subtitle";
|
---|
51 | //
|
---|
52 | // lblTitle
|
---|
53 | //
|
---|
54 | this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
55 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
56 | this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
57 | this.lblTitle.Location = new System.Drawing.Point(3, 15);
|
---|
58 | this.lblTitle.Name = "lblTitle";
|
---|
59 | this.lblTitle.Size = new System.Drawing.Size(538, 17);
|
---|
60 | this.lblTitle.TabIndex = 3;
|
---|
61 | this.lblTitle.Text = "Title";
|
---|
62 | //
|
---|
63 | // WizardBanner
|
---|
64 | //
|
---|
65 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
66 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
67 | this.BackColor = System.Drawing.SystemColors.Window;
|
---|
68 | this.Controls.Add(this.lblSubtitle);
|
---|
69 | this.Controls.Add(this.lblTitle);
|
---|
70 | this.Controls.Add(this.etchedLine1);
|
---|
71 | this.Name = "WizardBanner";
|
---|
72 | this.Size = new System.Drawing.Size(541, 91);
|
---|
73 | this.ResumeLayout(false);
|
---|
74 |
|
---|
75 | }
|
---|
76 |
|
---|
77 | #endregion
|
---|
78 |
|
---|
79 | private EtchedLine etchedLine1;
|
---|
80 | private System.Windows.Forms.Label lblSubtitle;
|
---|
81 | private System.Windows.Forms.Label lblTitle;
|
---|
82 | }
|
---|
83 | }
|
---|