diff options
| author | lempamo <[email protected]> | 2017-08-23 13:38:40 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-23 13:38:40 -0400 |
| commit | 3306d36ecbc024775972e5cf7971b2a7a70671d0 (patch) | |
| tree | 0a79e67b6723a8c75ffd66c7828bdd0ebb1bf74d /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWelcome.Designer.cs | |
| parent | 99fef5c57360f07259fc86f433bed8a9ab59c48e (diff) | |
| download | histacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.tar.gz histacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.tar.bz2 histacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.zip | |
Renaming the game!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWelcome.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWelcome.Designer.cs | 138 |
1 files changed, 0 insertions, 138 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWelcome.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWelcome.Designer.cs deleted file mode 100644 index fee95d5..0000000 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWelcome.Designer.cs +++ /dev/null @@ -1,138 +0,0 @@ -namespace TimeHACK.OS.Win95.Win95Apps -{ - partial class WinClassicWelcome - { - /// <summary> - /// Required designer variable. - /// </summary> - private System.ComponentModel.IContainer components = null; - - /// <summary> - /// Clean up any resources being used. - /// </summary> - /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Component Designer generated code - - /// <summary> - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// </summary> - private void InitializeComponent() - { - this.imgTip = new System.Windows.Forms.PictureBox(); - this.imgPnl = new System.Windows.Forms.PictureBox(); - this.btnClose = new System.Windows.Forms.Button(); - this.btnOnline = new System.Windows.Forms.Button(); - this.btnTour = new System.Windows.Forms.Button(); - this.imgWelcome = new System.Windows.Forms.PictureBox(); - ((System.ComponentModel.ISupportInitialize)(this.imgTip)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.imgPnl)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.imgWelcome)).BeginInit(); - this.SuspendLayout(); - // - // imgTip - // - this.imgTip.BackgroundImage = global::TimeHACK.Properties.Resources.win95_welcometip; - this.imgTip.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; - this.imgTip.Location = new System.Drawing.Point(16, 49); - this.imgTip.Name = "imgTip"; - this.imgTip.Size = new System.Drawing.Size(330, 255); - this.imgTip.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.imgTip.TabIndex = 17; - this.imgTip.TabStop = false; - // - // imgPnl - // - this.imgPnl.Image = global::TimeHACK.Properties.Resources.win95_splitter; - this.imgPnl.Location = new System.Drawing.Point(358, 142); - this.imgPnl.Name = "imgPnl"; - this.imgPnl.Size = new System.Drawing.Size(112, 2); - this.imgPnl.TabIndex = 16; - this.imgPnl.TabStop = false; - // - // btnClose - // - this.btnClose.BackColor = System.Drawing.Color.Silver; - this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnClose.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btnClose.Location = new System.Drawing.Point(358, 156); - this.btnClose.Name = "btnClose"; - this.btnClose.Size = new System.Drawing.Size(115, 26); - this.btnClose.TabIndex = 15; - this.btnClose.Text = "Close"; - this.btnClose.UseVisualStyleBackColor = false; - this.btnClose.Click += new System.EventHandler(this.btnClose_Click); - // - // btnOnline - // - this.btnOnline.BackColor = System.Drawing.Color.Silver; - this.btnOnline.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnOnline.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btnOnline.Location = new System.Drawing.Point(356, 78); - this.btnOnline.Name = "btnOnline"; - this.btnOnline.Size = new System.Drawing.Size(115, 26); - this.btnOnline.TabIndex = 14; - this.btnOnline.Text = "Online Registration"; - this.btnOnline.UseVisualStyleBackColor = false; - // - // btnTour - // - this.btnTour.BackColor = System.Drawing.Color.Silver; - this.btnTour.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnTour.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btnTour.Location = new System.Drawing.Point(356, 49); - this.btnTour.Name = "btnTour"; - this.btnTour.Size = new System.Drawing.Size(115, 26); - this.btnTour.TabIndex = 12; - this.btnTour.Text = "What\'s New"; - this.btnTour.UseVisualStyleBackColor = false; - // - // imgWelcome - // - this.imgWelcome.BackgroundImage = global::TimeHACK.Properties.Resources.win95_welcome; - this.imgWelcome.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; - this.imgWelcome.Location = new System.Drawing.Point(19, 17); - this.imgWelcome.Name = "imgWelcome"; - this.imgWelcome.Size = new System.Drawing.Size(292, 19); - this.imgWelcome.TabIndex = 18; - this.imgWelcome.TabStop = false; - // - // WinClassicWelcome - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.Silver; - this.Controls.Add(this.imgWelcome); - this.Controls.Add(this.imgTip); - this.Controls.Add(this.imgPnl); - this.Controls.Add(this.btnClose); - this.Controls.Add(this.btnOnline); - this.Controls.Add(this.btnTour); - this.Name = "WinClassicWelcome"; - this.Size = new System.Drawing.Size(483, 322); - ((System.ComponentModel.ISupportInitialize)(this.imgTip)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.imgPnl)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.imgWelcome)).EndInit(); - this.ResumeLayout(false); - - } - - #endregion - - private System.Windows.Forms.PictureBox imgTip; - private System.Windows.Forms.PictureBox imgPnl; - private System.Windows.Forms.Button btnClose; - private System.Windows.Forms.Button btnOnline; - private System.Windows.Forms.Button btnTour; - private System.Windows.Forms.PictureBox imgWelcome; - } -} |
