diff options
| author | lempamo <[email protected]> | 2017-11-15 19:23:40 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-11-15 19:23:40 -0500 |
| commit | 6a100bc8794d0e7313868a4b7082d9475117617c (patch) | |
| tree | fee0b0fdc91f65e3214cc9bb286c31cc3281339f /Histacom2.Engine/Template/WinClassic.Designer.cs | |
| parent | 3f03fdb36c72812ec7b899ba533260b06286de55 (diff) | |
| download | histacom2-6a100bc8794d0e7313868a4b7082d9475117617c.tar.gz histacom2-6a100bc8794d0e7313868a4b7082d9475117617c.tar.bz2 histacom2-6a100bc8794d0e7313868a4b7082d9475117617c.zip | |
added in gradient top bar to winclassic
Diffstat (limited to 'Histacom2.Engine/Template/WinClassic.Designer.cs')
| -rw-r--r-- | Histacom2.Engine/Template/WinClassic.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Histacom2.Engine/Template/WinClassic.Designer.cs b/Histacom2.Engine/Template/WinClassic.Designer.cs index 8b9497f..3c03f87 100644 --- a/Histacom2.Engine/Template/WinClassic.Designer.cs +++ b/Histacom2.Engine/Template/WinClassic.Designer.cs @@ -105,6 +105,7 @@ this.programtopbar.Size = new System.Drawing.Size(292, 18); this.programtopbar.TabIndex = 0; this.programtopbar.Tag = ""; + this.programtopbar.Paint += new System.Windows.Forms.PaintEventHandler(this.programtopbar_Paint); this.programtopbar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Programtopbar_drag); // // programIcon |
