diff options
author | Dennis Syrovatsky <dennis@tightvnc.com> | 2005-11-07 08:09:54 +0000 |
---|---|---|
committer | Dennis Syrovatsky <dennis@tightvnc.com> | 2005-11-07 08:09:54 +0000 |
commit | 9319604701009c9b7044e5dd0373c6817211aa9a (patch) | |
tree | 2c5488eb83f4dd113c3f358ecde52882f3f6818e /vncviewer/resource.h | |
parent | ea9f91bab0cce9924955ccc7530b522cdc3cf5d4 (diff) | |
download | tigervnc-9319604701009c9b7044e5dd0373c6817211aa9a.tar.gz tigervnc-9319604701009c9b7044e5dd0373c6817211aa9a.zip |
Added methods to FTProgress class for creating, destroying
and intialization the progress bar controls.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@379 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/resource.h')
-rw-r--r-- | vncviewer/resource.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vncviewer/resource.h b/vncviewer/resource.h index bb19dcc7..fb23e8e4 100644 --- a/vncviewer/resource.h +++ b/vncviewer/resource.h @@ -88,10 +88,14 @@ #define IDC_FTREMOTEUP 1061 #define IDC_FTREMOTEBROWSE 1062 #define IDC_FTPROGRESS 1063 +#define IDC_FTGENERALPROGRESS 1063 #define IDC_PROGRESS 1064 +#define IDC_FTSINGLEPROGRESS 1064 #define IDC_FTSTATUS 1065 #define IDC_FTCURRENTPROCENT 1066 +#define IDC_FTSINGLEPERCENT 1066 #define IDC_FTTOTALPROCENT 1067 +#define IDC_FTGENERALPERCENT 1067 #define IDC_FTUPLOAD 1072 #define IDC_FTCANCEL 1073 #define IDC_FTDOWNLOAD 1074 |