diff options
| author | lempamo <[email protected]> | 2017-09-13 15:23:58 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-09-13 15:23:58 -0400 |
| commit | ca482366718339b0684f64980dc67587222b4850 (patch) | |
| tree | 23cbe04f662e649d3fe28bf7c120d826ae51788f /Histacom2/OS | |
| parent | 868078d5cb4edafda5a01f116391d927ceeedf9d (diff) | |
| download | histacom2-ca482366718339b0684f64980dc67587222b4850.tar.gz histacom2-ca482366718339b0684f64980dc67587222b4850.tar.bz2 histacom2-ca482366718339b0684f64980dc67587222b4850.zip | |
fixed the calc buttons font and a namespace issue
Diffstat (limited to 'Histacom2/OS')
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/Win95Installer.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/Win95Installer.Designer.cs b/Histacom2/OS/Win95/Win95Apps/Win95Installer.Designer.cs index e53ceb3..20a51c7 100644 --- a/Histacom2/OS/Win95/Win95Apps/Win95Installer.Designer.cs +++ b/Histacom2/OS/Win95/Win95Apps/Win95Installer.Designer.cs @@ -48,7 +48,7 @@ this.label6 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.label7 = new System.Windows.Forms.Label(); - this.progressBar1 = new Histacom2.UI.ProgressBar(); + this.progressBar1 = new Histacom2.Engine.UI.ProgressBar(); ((System.ComponentModel.ISupportInitialize)(this.installPic)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel1.SuspendLayout(); @@ -317,7 +317,7 @@ private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label5; private System.Windows.Forms.Panel panel3; - private UI.ProgressBar progressBar1; + private Engine.UI.ProgressBar progressBar1; private System.Windows.Forms.Label label6; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Label label7; |
