1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
|
namespace Histacom2.OS.Win95.Win95Apps
{
partial class WinClassicThemePanel
{
/// <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.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;
}
}
|