diff options
Diffstat (limited to 'protocols/Xfire/res/resource.rc')
-rw-r--r-- | protocols/Xfire/res/resource.rc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/protocols/Xfire/res/resource.rc b/protocols/Xfire/res/resource.rc index 31a1f31e4f..204383f57e 100644 --- a/protocols/Xfire/res/resource.rc +++ b/protocols/Xfire/res/resource.rc @@ -72,9 +72,9 @@ IDI_AWAY ICON "xfire away.ico" //
IDD_OPTLOGIN DIALOGEX 0, 0, 304, 227
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
EDITTEXT IDC_LOGIN,66,12,100,13,ES_AUTOHSCROLL | NOT WS_BORDER,WS_EX_CLIENTEDGE
EDITTEXT IDC_PASSWORD,66,31,100,13,ES_PASSWORD | ES_AUTOHSCROLL | NOT WS_BORDER,WS_EX_CLIENTEDGE
@@ -104,9 +104,9 @@ BEGIN END
IDD_OPTFEAT DIALOGEX 0, 0, 304, 230
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Options",IDC_GRP1,2,1,300,152
GROUPBOX "More options",IDC_GRP5,2,155,300,71
@@ -122,9 +122,9 @@ BEGIN END
IDD_OPTFEAT2 DIALOGEX 0, 0, 304, 210
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Files",IDC_GRP6,2,94,300,104
CONTROL "xfire_games.ini",IDC_CHKG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,105,80,9
@@ -141,9 +141,9 @@ BEGIN END
IDD_OPTFEAT3 DIALOGEX 0, 0, 304, 220
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Status Message",IDC_GRP1,2,1,300,214
CONTROL "Enable",IDC_ENABLESTSMSG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,14,132,9
@@ -159,9 +159,9 @@ BEGIN END
IDD_OPTFEAT4 DIALOGEX 0, 0, 304, 230
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LISTBOX IDC_LGAMELIST,6,11,128,185,LBS_SORT | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | NOT WS_BORDER | WS_VSCROLL | WS_TABSTOP,WS_EX_CLIENTEDGE
GROUPBOX "Games",IDC_GRP10,2,0,300,225
|