namespace TimeHACK.OS.Win95.Win95Apps { partial class Win95Installer { /// /// 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 Component 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(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(); ((System.ComponentModel.ISupportInitialize)(this.installPic)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel1.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; // // 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(235, 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; // // 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; // // 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.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.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; } }