Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Commit

Permalink
Up 使用wx2.6.3库文件
Browse files Browse the repository at this point in the history
Up  调整小面板,增加新的按钮
Add 部分图片
  • Loading branch information
rexzhang committed Apr 3, 2006
1 parent 50a5444 commit 19f0bff
Show file tree
Hide file tree
Showing 15 changed files with 1,505 additions and 828 deletions.
6 changes: 3 additions & 3 deletions dialog_about.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
*/

////@begin control identifiers
#define ID_DIALOG_ABOUT 10023
#define ID_DIALOG_ABOUT 12000
#define SYMBOL_DIALOGABOUT_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX
#define SYMBOL_DIALOGABOUT_TITLE _("About")
#define SYMBOL_DIALOGABOUT_IDNAME ID_DIALOG_ABOUT
#define SYMBOL_DIALOGABOUT_SIZE wxSize(400, 300)
#define SYMBOL_DIALOGABOUT_POSITION wxDefaultPosition
#define ID_PANEL4 10024
#define ID_BUTTON8 10025
#define ID_PANEL4 12001
#define ID_BUTTON8 12002
////@end control identifiers

/*!
Expand Down
Loading

0 comments on commit 19f0bff

Please sign in to comment.