www.pudn.com > ZtsFw.zip > ZtsFwDlg.Rc


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