mirror of https://github.com/BOINC/boinc.git
Performance Improvements
svn path=/trunk/boinc/; revision=3811
This commit is contained in:
parent
d757d37ae9
commit
91a24fd185
|
@ -48,16 +48,17 @@
|
|||
#define IDC_STATIC_TOP 1023
|
||||
#define IDC_EDIT_SOCKS_PORT 1024
|
||||
#define IDC_STATIC_BOTTOM 1024
|
||||
#define IDC_STATIC_PROXY 1025
|
||||
#define IDC_STATIC_HTTP 1026
|
||||
#define IDC_STATIC_SOCKS 1027
|
||||
#define IDC_STATIC_HTTP_ADDR 1028
|
||||
#define IDC_STATIC_HTTP_PORT 1029
|
||||
#define IDC_STATIC_SOCKS_ADDR 1030
|
||||
#define IDC_STATIC_SOCKS_PORT 1031
|
||||
#define IDC_STATIC_SOCKS_BLANK 1032
|
||||
#define IDC_STATIC_SOCKS_NAME 1033
|
||||
#define IDC_STATIC_SOCKS_PASS 1034
|
||||
#define IDC_STATIC_BOTTOM2 1025
|
||||
#define IDC_STATIC_PROXY 1026
|
||||
#define IDC_STATIC_HTTP 1027
|
||||
#define IDC_STATIC_SOCKS 1028
|
||||
#define IDC_STATIC_HTTP_ADDR 1029
|
||||
#define IDC_STATIC_HTTP_PORT 1030
|
||||
#define IDC_STATIC_SOCKS_ADDR 1031
|
||||
#define IDC_STATIC_SOCKS_PORT 1032
|
||||
#define IDC_STATIC_SOCKS_BLANK 1033
|
||||
#define IDC_STATIC_SOCKS_NAME 1034
|
||||
#define IDC_STATIC_SOCKS_PASS 1035
|
||||
#define IDC_STATIC_HTTP_NAME 1036
|
||||
#define IDC_STATIC_HTTP_PASS 1037
|
||||
#define ID_ACCT_LOGIN 40001
|
||||
|
|
|
@ -69,15 +69,16 @@ END
|
|||
|
||||
IDD_ABOUTBOX DIALOGEX 0, 0, 300, 67
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "BOINC version"
|
||||
CAPTION "Boinc Beta version"
|
||||
FONT 8, "MS Sans Serif", 0, 0, 0x0
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK",IDOK,243,7,50,14
|
||||
CTEXT "Berkeley Open Infrastructure for Network Computing",
|
||||
IDC_STATIC_TOP,61,17,171,14
|
||||
CONTROL 110,IDC_STATIC,"Static",SS_BITMAP,13,17,33,31
|
||||
CTEXT "Development Release",IDC_STATIC_BOTTOM,63,32,171,13
|
||||
CTEXT "Copyright (C) 2004 UC Berkeley Space Sciences Lab",
|
||||
IDC_STATIC_BOTTOM,61,36,171,13
|
||||
IDC_STATIC_BOTTOM2,62,46,171,13
|
||||
END
|
||||
|
||||
IDD_QUIT DIALOG 0, 0, 186, 70
|
||||
|
|
Loading…
Reference in New Issue