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/Win95Installer.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/Win95Installer.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/Win95Installer.Designer.cs | 325 |
1 files changed, 0 insertions, 325 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95Installer.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Win95Installer.Designer.cs deleted file mode 100644 index 29369e2..0000000 --- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95Installer.Designer.cs +++ /dev/null @@ -1,325 +0,0 @@ -namespace TimeHACK.OS.Win95.Win95Apps -{ - partial class Win95Installer - { - /// <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() - { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Win95Installer)); - this.installPic = new System.Windows.Forms.PictureBox(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.label1 = new System.Windows.Forms.Label(); - this.installname = new System.Windows.Forms.Label(); - this.cancelbutton1 = new System.Windows.Forms.Button(); - this.nextbutton1 = new System.Windows.Forms.Button(); - this.backbutton1 = new System.Windows.Forms.Button(); - this.label2 = new System.Windows.Forms.Label(); - this.textBox1 = new System.Windows.Forms.TextBox(); - this.checkBox1 = new System.Windows.Forms.CheckBox(); - this.panel1 = new System.Windows.Forms.Panel(); - this.panel2 = new System.Windows.Forms.Panel(); - this.label3 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.label5 = new System.Windows.Forms.Label(); - this.panel3 = new System.Windows.Forms.Panel(); - this.label6 = new System.Windows.Forms.Label(); - this.panel4 = new System.Windows.Forms.Panel(); - this.label7 = new System.Windows.Forms.Label(); - this.progressBar1 = new TimeHACK.UI.ProgressBar(); - ((System.ComponentModel.ISupportInitialize)(this.installPic)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); - this.panel1.SuspendLayout(); - this.panel2.SuspendLayout(); - this.panel3.SuspendLayout(); - this.panel4.SuspendLayout(); - this.SuspendLayout(); - // - // installPic - // - this.installPic.BackgroundImage = global::TimeHACK.Properties.Resources.WinClassicInstallPic; - this.installPic.Location = new System.Drawing.Point(18, 16); - this.installPic.Name = "installPic"; - this.installPic.Size = new System.Drawing.Size(120, 260); - this.installPic.TabIndex = 0; - this.installPic.TabStop = false; - // - // pictureBox1 - // - this.pictureBox1.BackgroundImage = global::TimeHACK.Properties.Resources.WinAboutSeparator95; - this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pictureBox1.Location = new System.Drawing.Point(18, 292); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(450, 2); - this.pictureBox1.TabIndex = 1; - this.pictureBox1.TabStop = false; - // - // label1 - // - this.label1.Location = new System.Drawing.Point(147, 16); - this.label1.Margin = new System.Windows.Forms.Padding(0); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(321, 260); - this.label1.TabIndex = 2; - this.label1.Text = resources.GetString("label1.Text"); - // - // installname - // - this.installname.AutoSize = true; - this.installname.Location = new System.Drawing.Point(18, 301); - this.installname.Name = "installname"; - this.installname.Size = new System.Drawing.Size(35, 13); - this.installname.TabIndex = 3; - this.installname.Text = "label2"; - this.installname.Visible = false; - // - // cancelbutton1 - // - this.cancelbutton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.cancelbutton1.Location = new System.Drawing.Point(393, 301); - this.cancelbutton1.Name = "cancelbutton1"; - this.cancelbutton1.Size = new System.Drawing.Size(75, 23); - this.cancelbutton1.TabIndex = 4; - this.cancelbutton1.Text = "Cancel"; - this.cancelbutton1.UseVisualStyleBackColor = true; - this.cancelbutton1.Click += new System.EventHandler(this.cancelbutton1_Click); - // - // nextbutton1 - // - this.nextbutton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.nextbutton1.Location = new System.Drawing.Point(312, 301); - this.nextbutton1.Name = "nextbutton1"; - this.nextbutton1.Size = new System.Drawing.Size(75, 23); - this.nextbutton1.TabIndex = 5; - this.nextbutton1.Text = "Next"; - this.nextbutton1.UseVisualStyleBackColor = true; - this.nextbutton1.Click += new System.EventHandler(this.nextbutton1_Click); - // - // backbutton1 - // - this.backbutton1.Enabled = false; - this.backbutton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.backbutton1.Location = new System.Drawing.Point(237, 301); - this.backbutton1.Name = "backbutton1"; - this.backbutton1.Size = new System.Drawing.Size(75, 23); - this.backbutton1.TabIndex = 6; - this.backbutton1.Text = "Back"; - this.backbutton1.UseVisualStyleBackColor = true; - this.backbutton1.Click += new System.EventHandler(this.backbutton1_Click); - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(-3, 0); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(263, 13); - this.label2.TabIndex = 7; - this.label2.Text = "Please read and agree to the EULA before continuing."; - // - // textBox1 - // - this.textBox1.AcceptsReturn = true; - this.textBox1.BackColor = System.Drawing.Color.White; - this.textBox1.Location = new System.Drawing.Point(0, 28); - this.textBox1.Multiline = true; - this.textBox1.Name = "textBox1"; - this.textBox1.ReadOnly = true; - this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.textBox1.Size = new System.Drawing.Size(318, 209); - this.textBox1.TabIndex = 8; - this.textBox1.Text = resources.GetString("textBox1.Text"); - // - // checkBox1 - // - this.checkBox1.AutoSize = true; - this.checkBox1.Location = new System.Drawing.Point(0, 243); - this.checkBox1.Name = "checkBox1"; - this.checkBox1.Size = new System.Drawing.Size(215, 17); - this.checkBox1.TabIndex = 9; - this.checkBox1.Text = "I hereby agree to the terms in the EULA."; - this.checkBox1.UseVisualStyleBackColor = true; - this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); - // - // panel1 - // - this.panel1.Controls.Add(this.checkBox1); - this.panel1.Controls.Add(this.label2); - this.panel1.Controls.Add(this.textBox1); - this.panel1.Location = new System.Drawing.Point(150, 16); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(318, 260); - this.panel1.TabIndex = 10; - this.panel1.Visible = false; - // - // panel2 - // - this.panel2.Controls.Add(this.label5); - this.panel2.Controls.Add(this.label4); - this.panel2.Controls.Add(this.label3); - this.panel2.Location = new System.Drawing.Point(150, 16); - this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(318, 260); - this.panel2.TabIndex = 11; - this.panel2.Visible = false; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(-3, 0); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(268, 13); - this.label3.TabIndex = 0; - this.label3.Text = "Setup will install GenericName in the following directory:"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(23, 67); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(214, 13); - this.label4.TabIndex = 1; - this.label4.Text = "C:\\Program Files\\12padams\\GenericName\\"; - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(-3, 28); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(178, 13); - this.label5.TabIndex = 2; - this.label5.Text = "To install in this directory, click Next."; - // - // panel3 - // - this.panel3.Controls.Add(this.label6); - this.panel3.Controls.Add(this.progressBar1); - this.panel3.Location = new System.Drawing.Point(150, 16); - this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(318, 260); - this.panel3.TabIndex = 12; - this.panel3.Visible = false; - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(4, 12); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(57, 13); - this.label6.TabIndex = 1; - this.label6.Text = "Installing..."; - // - // panel4 - // - this.panel4.Controls.Add(this.label7); - this.panel4.Location = new System.Drawing.Point(150, 16); - this.panel4.Name = "panel4"; - this.panel4.Size = new System.Drawing.Size(318, 260); - this.panel4.TabIndex = 13; - this.panel4.Visible = false; - // - // label7 - // - this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(7, 12); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(205, 13); - this.label7.TabIndex = 0; - this.label7.Text = "GenericName Setup has been completed."; - // - // progressBar1 - // - this.progressBar1.BlockSpacing = 5; - this.progressBar1.BlockWidth = 20; - this.progressBar1.Location = new System.Drawing.Point(3, 115); - this.progressBar1.MarqueeWidth = 125; - this.progressBar1.Maximum = 100D; - this.progressBar1.Minimum = 0D; - this.progressBar1.Name = "progressBar1"; - this.progressBar1.ProgressColor = System.Drawing.Color.Navy; - this.progressBar1.ShowText = false; - this.progressBar1.Size = new System.Drawing.Size(312, 28); - this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Blocks; - this.progressBar1.TabIndex = 0; - this.progressBar1.Text = "progressBar1"; - this.progressBar1.Value = 0D; - // - // Win95Installer - // - 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.panel4); - this.Controls.Add(this.panel3); - this.Controls.Add(this.panel2); - this.Controls.Add(this.panel1); - this.Controls.Add(this.backbutton1); - this.Controls.Add(this.nextbutton1); - this.Controls.Add(this.cancelbutton1); - this.Controls.Add(this.installname); - this.Controls.Add(this.label1); - this.Controls.Add(this.pictureBox1); - this.Controls.Add(this.installPic); - this.Name = "Win95Installer"; - this.Size = new System.Drawing.Size(483, 340); - this.Load += new System.EventHandler(this.Win95Installer_Load); - ((System.ComponentModel.ISupportInitialize)(this.installPic)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); - this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); - this.panel2.ResumeLayout(false); - this.panel2.PerformLayout(); - this.panel3.ResumeLayout(false); - this.panel3.PerformLayout(); - this.panel4.ResumeLayout(false); - this.panel4.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); - - } - - #endregion - - private System.Windows.Forms.PictureBox installPic; - private System.Windows.Forms.PictureBox pictureBox1; - private System.Windows.Forms.Label label1; - internal System.Windows.Forms.Label installname; - private System.Windows.Forms.Button cancelbutton1; - private System.Windows.Forms.Button nextbutton1; - private System.Windows.Forms.Button backbutton1; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.TextBox textBox1; - private System.Windows.Forms.CheckBox checkBox1; - private System.Windows.Forms.Panel panel1; - private System.Windows.Forms.Panel panel2; - private System.Windows.Forms.Label label4; - private System.Windows.Forms.Label label3; - private System.Windows.Forms.Label label5; - private System.Windows.Forms.Panel panel3; - private UI.ProgressBar progressBar1; - private System.Windows.Forms.Label label6; - private System.Windows.Forms.Panel panel4; - private System.Windows.Forms.Label label7; - } -} |
