diff options
| author | lempamo <[email protected]> | 2017-10-29 16:31:52 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-29 16:31:52 -0400 |
| commit | 8c8cb5926d474860383e1cd60e79599f99670f71 (patch) | |
| tree | 6375cfcd3b698d50f39ae3dd28b39a0375ec9c9b /Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs | |
| parent | e0795056d0edf0d3e9de727659beea2c2ef655f8 (diff) | |
| download | histacom2-8c8cb5926d474860383e1cd60e79599f99670f71.tar.gz histacom2-8c8cb5926d474860383e1cd60e79599f99670f71.tar.bz2 histacom2-8c8cb5926d474860383e1cd60e79599f99670f71.zip | |
made time distorter design and added xp buttons
Diffstat (limited to 'Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs')
| -rw-r--r-- | Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs | 100 |
1 files changed, 99 insertions, 1 deletions
diff --git a/Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs b/Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs index 8cfb2c1..664e903 100644 --- a/Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs +++ b/Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs @@ -28,10 +28,108 @@ /// </summary> private void InitializeComponent() { - components = new System.ComponentModel.Container(); + this.classicLabel1 = new Histacom2.Engine.UI.ClassicLabel(); + this.buttonXP1 = new PinkieControls.ButtonXP(); + this.buttonXP2 = new PinkieControls.ButtonXP(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // classicLabel1 + // + this.classicLabel1.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.classicLabel1.DropShadow = false; + this.classicLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel1.Location = new System.Drawing.Point(43, 34); + this.classicLabel1.Name = "classicLabel1"; + this.classicLabel1.Size = new System.Drawing.Size(270, 120); + this.classicLabel1.TabIndex = 2; + this.classicLabel1.Text = "2002"; + // + // buttonXP1 + // + this.buttonXP1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(253)))), ((int)(((byte)(245)))), ((int)(((byte)(230))))); + this.buttonXP1.DefaultScheme = true; + this.buttonXP1.DialogResult = System.Windows.Forms.DialogResult.None; + this.buttonXP1.Hint = ""; + this.buttonXP1.Location = new System.Drawing.Point(28, 186); + this.buttonXP1.Name = "buttonXP1"; + this.buttonXP1.Scheme = PinkieControls.ButtonXP.Schemes.Blue; + this.buttonXP1.Size = new System.Drawing.Size(101, 25); + this.buttonXP1.TabIndex = 3; + this.buttonXP1.Text = "Travel to 2000"; + // + // buttonXP2 + // + this.buttonXP2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(253)))), ((int)(((byte)(245)))), ((int)(((byte)(230))))); + this.buttonXP2.DefaultScheme = true; + this.buttonXP2.DialogResult = System.Windows.Forms.DialogResult.None; + this.buttonXP2.Hint = ""; + this.buttonXP2.Location = new System.Drawing.Point(212, 186); + this.buttonXP2.Name = "buttonXP2"; + this.buttonXP2.Scheme = PinkieControls.ButtonXP.Schemes.Blue; + this.buttonXP2.Size = new System.Drawing.Size(101, 25); + this.buttonXP2.TabIndex = 4; + this.buttonXP2.Text = "Travel to 2001"; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(140, 161); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(64, 13); + this.label1.TabIndex = 5; + this.label1.Text = "Countdown:"; + this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label2.Location = new System.Drawing.Point(146, 178); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(53, 37); + this.label2.TabIndex = 6; + this.label2.Text = "60"; + this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label3.Location = new System.Drawing.Point(116, 28); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(103, 16); + this.label3.TabIndex = 7; + this.label3.Text = "Current Year:"; + this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // WinClassicTimeDistorter3Bad + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.OldLace; + this.Controls.Add(this.label3); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Controls.Add(this.buttonXP2); + this.Controls.Add(this.buttonXP1); + this.Controls.Add(this.classicLabel1); + this.Name = "WinClassicTimeDistorter3Bad"; + this.Size = new System.Drawing.Size(356, 235); + this.ResumeLayout(false); + this.PerformLayout(); + } #endregion + + public Engine.UI.ClassicLabel classicLabel1; + private PinkieControls.ButtonXP buttonXP1; + private PinkieControls.ButtonXP buttonXP2; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label3; } } |
