namespace Histacom2.OS.Win95.Win95Apps { partial class WinClassicThemePanel { /// /// 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() { this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.applyButton = new Histacom2.Engine.UI.ClassicButton(); this.cancelButton = new Histacom2.Engine.UI.ClassicButton(); this.okButton = new Histacom2.Engine.UI.ClassicButton(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.BackgroundImage = global::Histacom2.Properties.Resources.WinClassicDisplayExample; this.pictureBox1.Location = new System.Drawing.Point(58, 15); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(184, 169); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "Default", "Windows 95 Default Plus", "Dangerous Creatures", "Inside Your Computer", "Leonardo da Vinci", "More Windows", "Mystery", "Nature", "Science", "Sports", "The 60\'s USA", "The Golden Era", "Travel"}); this.comboBox1.Location = new System.Drawing.Point(15, 201); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(269, 21); this.comboBox1.TabIndex = 1; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Teal; this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox2.Location = new System.Drawing.Point(74, 32); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(152, 112); this.pictureBox2.TabIndex = 2; this.pictureBox2.TabStop = false; // // applyButton // this.applyButton.AdaptBackColorWithTheme = true; this.applyButton.AdaptFontWithTheme = true; this.applyButton.AdaptForeColorWithTheme = true; this.applyButton.BackColor = System.Drawing.Color.Silver; this.applyButton.DialogResult = System.Windows.Forms.DialogResult.None; this.applyButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.applyButton.ForeColor = System.Drawing.Color.Black; this.applyButton.Location = new System.Drawing.Point(209, 245); this.applyButton.Name = "applyButton"; this.applyButton.Size = new System.Drawing.Size(75, 23); this.applyButton.TabIndex = 3; this.applyButton.Text = "Apply"; this.applyButton.Click += new System.EventHandler(this.applyButton_Click); // // cancelButton // this.cancelButton.AdaptBackColorWithTheme = true; this.cancelButton.AdaptFontWithTheme = true; this.cancelButton.AdaptForeColorWithTheme = true; this.cancelButton.BackColor = System.Drawing.Color.Silver; this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.None; this.cancelButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.cancelButton.ForeColor = System.Drawing.Color.Black; this.cancelButton.Location = new System.Drawing.Point(128, 245); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 4; this.cancelButton.Text = "Cancel"; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // okButton // this.okButton.AdaptBackColorWithTheme = true; this.okButton.AdaptFontWithTheme = true; this.okButton.AdaptForeColorWithTheme = true; this.okButton.BackColor = System.Drawing.Color.Silver; this.okButton.DialogResult = System.Windows.Forms.DialogResult.None; this.okButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.okButton.ForeColor = System.Drawing.Color.Black; this.okButton.Location = new System.Drawing.Point(47, 245); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 5; this.okButton.Text = "OK"; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // WinClassicThemePanel // 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.okButton); this.Controls.Add(this.cancelButton); this.Controls.Add(this.applyButton); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.comboBox1); this.Controls.Add(this.pictureBox1); this.Name = "WinClassicThemePanel"; this.Size = new System.Drawing.Size(301, 281); this.Load += new System.EventHandler(this.WinClassicThemePanel_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.PictureBox pictureBox2; private Histacom2.Engine.UI.ClassicButton applyButton; private Histacom2.Engine.UI.ClassicButton cancelButton; private Histacom2.Engine.UI.ClassicButton okButton; } }