Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define IDD_DLG1001 1001
- #define ExitButton 1004
- #define Generate 1002
- #define IDC_STATIC1006 1006
- #define IDC_STATIC1007 1007
- #define ID_NAME 1003
- #define ID_SERIAL 1005
- #define LOGO 1007
- #define MyIcon 1013
- #define IDC_IMAGE1008 1008
- #define IDC_IMAGE1009 1009
- #define IDC_ABOUT 1011
- LOGO BITMAP DISCARDABLE "LOGO1.bmp"
- MyIcon ICON DISCARDABLE "favicon.ico"
- IDD_DLG1001 DIALOGEX 0,0,333,119
- CAPTION "IDD_DLG1001"
- FONT 8,"Stencil Std",700
- STYLE 0x10cc0000
- EXSTYLE 0x00000000
- BEGIN
- CONTROL "Generate",Generate,"Button",0x50010000,0,81,61,34,0x00000000
- CONTROL "Exit Dude",ExitButton,"Button",0x50010000,267,80,61,34,0x00000000
- CONTROL "",ID_NAME,"Edit",0x50010080,77,5,173,19,0x00000200
- CONTROL "",ID_SERIAL,"Edit",0x50010080,77,24,173,19,0x00000200
- CONTROL "UserName :",IDC_STATIC1006,"Static",0x50000000,27,9,39,13,0x00000000
- CONTROL "Serial :",IDC_STATIC1007,"Static",0x50000000,38,29,39,13,0x00000000
- CONTROL "#1007",IDC_IMAGE1008,"Static",0x5200020e,71,43,188,75,0x00000000
- CONTROL "",IDC_IMAGE1009,"Static",0x50000203,258,7,75,58,0x00000000
- CONTROL "About",IDC_ABOUT,"Button",0x50010000,261,9,71,57,0x00000000
- END
Advertisement
Add Comment
Please, Sign In to add comment