ZtsFwDlg.Rc
上传用户:lingfuwu
上传日期:2013-03-31
资源大小:13k
文件大小:1k
开发平台:

Asm

  1. #define IDD_DIALOG1 101
  2. #define IDC_LIST 1001
  3. #define IDC_PORTS 1002
  4. #define IDC_STC1 1003
  5. #define IDC_BTN_AddPorts 1004
  6. #define IDC_BTN_Start 1005
  7. #define IDC_BTN_Stop 1006
  8. #define IDC_BTN_Exit 1007
  9. IDD_DIALOG1 DIALOGEX 12,6,479,302
  10. CAPTION "ZtsFw v0.0.1 by zhongts"
  11. FONT 8,"Tahoma",400,0
  12. STYLE 0x10CB0800
  13. EXSTYLE 0x00000000
  14. BEGIN
  15.   CONTROL "",IDC_LIST,"SysListView32",0x50010001,4,3,471,260,0x00000200
  16.   CONTROL "Input Filter Ports (separate by ',')",IDC_STC1,"Static",0x50000000,5,269,108,9,0x00000000
  17.   CONTROL "",IDC_PORTS,"Edit",0x50010000,116,268,303,11,0x00000200
  18.   CONTROL "&Add Ports",IDC_BTN_AddPorts,"Button",0x50010000,425,267,50,14,0x00000000
  19.   CONTROL "&Start",IDC_BTN_Start,"Button",0x50010000,312,284,50,14,0x00000000
  20.   CONTROL "S&top",IDC_BTN_Stop,"Button",0x50010000,369,284,50,14,0x00000000
  21.   CONTROL "E&xit",IDC_BTN_Exit,"Button",0x50010000,425,284,50,14,0x00000000
  22. END