diff options
| author | lempamo <[email protected]> | 2017-09-23 10:29:27 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-09-23 10:29:27 -0400 |
| commit | 245a7c360bf2b6a6892abd32d3693847103d1132 (patch) | |
| tree | 7f1bd8cd32dfe6ec350ff5685b41582323b9e376 /Histacom2/GlobalPrograms/WinClassicInstaller.Designer.cs | |
| parent | bd74f334cf0a2fcb4f98b1d33fa909bce766d02b (diff) | |
| download | histacom2-245a7c360bf2b6a6892abd32d3693847103d1132.tar.gz histacom2-245a7c360bf2b6a6892abd32d3693847103d1132.tar.bz2 histacom2-245a7c360bf2b6a6892abd32d3693847103d1132.zip | |
added directory pane to installer
Diffstat (limited to 'Histacom2/GlobalPrograms/WinClassicInstaller.Designer.cs')
| -rw-r--r-- | Histacom2/GlobalPrograms/WinClassicInstaller.Designer.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Histacom2/GlobalPrograms/WinClassicInstaller.Designer.cs b/Histacom2/GlobalPrograms/WinClassicInstaller.Designer.cs index c8bea62..246f7aa 100644 --- a/Histacom2/GlobalPrograms/WinClassicInstaller.Designer.cs +++ b/Histacom2/GlobalPrograms/WinClassicInstaller.Designer.cs @@ -32,6 +32,7 @@ this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.classicButton1 = new Histacom2.Engine.UI.ClassicButton(); this.classicButton2 = new Histacom2.Engine.UI.ClassicButton(); + this.classicButton3 = new Histacom2.Engine.UI.ClassicButton(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // @@ -80,12 +81,30 @@ this.classicButton2.Size = new System.Drawing.Size(75, 23); this.classicButton2.TabIndex = 3; this.classicButton2.Text = "&Next >"; + this.classicButton2.Click += new System.EventHandler(this.classicButton2_Click); + // + // classicButton3 + // + this.classicButton3.AdaptBackColorWithTheme = true; + this.classicButton3.AdaptFontWithTheme = true; + this.classicButton3.AdaptForeColorWithTheme = true; + this.classicButton3.BackColor = System.Drawing.Color.Silver; + this.classicButton3.DialogResult = System.Windows.Forms.DialogResult.None; + this.classicButton3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.classicButton3.ForeColor = System.Drawing.Color.Black; + this.classicButton3.Location = new System.Drawing.Point(248, 326); + this.classicButton3.Name = "classicButton3"; + this.classicButton3.Size = new System.Drawing.Size(75, 23); + this.classicButton3.TabIndex = 4; + this.classicButton3.Text = "< &Back"; + this.classicButton3.Visible = false; // // WinClassicInstaller // 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.classicButton3); this.Controls.Add(this.classicButton2); this.Controls.Add(this.classicButton1); this.Controls.Add(this.pictureBox1); @@ -106,5 +125,6 @@ private System.Windows.Forms.PictureBox pictureBox1; private Engine.UI.ClassicButton classicButton1; private Engine.UI.ClassicButton classicButton2; + private Engine.UI.ClassicButton classicButton3; } } |
