soc.2009.vulture: 9892d1a8: Moved OK and Cancel buttons to the end o...
gdick at soc.pidgin.im
gdick at soc.pidgin.im
Fri Aug 7 11:50:35 EDT 2009
-----------------------------------------------------------------
Revision: 9892d1a88ce7efbe3ae647c50e8d5cedc885352f
Ancestor: 1f9866f6cd14c20dd890dcb8b2ee9f26bdb5136c
Author: gdick at soc.pidgin.im
Date: 2009-08-07T15:33:05
Branch: im.pidgin.soc.2009.vulture
URL: http://d.pidgin.im/viewmtn/revision/info/9892d1a88ce7efbe3ae647c50e8d5cedc885352f
Modified files:
vulture/vulture-res.rc
ChangeLog:
Moved OK and Cancel buttons to the end of the tab order in various dialogues.
-------------- next part --------------
============================================================
--- vulture/vulture-res.rc 0fb055b9365ed4e304183ec998a80dde3de5cc17
+++ vulture/vulture-res.rc ea5601cdbbc1bae716cf63ab3acbaef7bfcded87
@@ -124,14 +124,14 @@ FONT 8, "Ms Shell Dlg"
CAPTION "Accounts"
FONT 8, "Ms Shell Dlg"
{
- DEFPUSHBUTTON "OK", IDOK, 205, 240, 50, 14, BS_DEFPUSHBUTTON
- PUSHBUTTON "Cancel", IDCANCEL, 260, 240, 50, 14, BS_PUSHBUTTON
GROUPBOX "Accounts", IDC_STATIC, 7, 5, 300, 230
LTEXT "The accounts currently configured are listed below. Use the checkboxes to enable or disable the accounts.", IDC_STATIC, 15, 15, 285, 20, SS_LEFT
CONTROL "", IDC_LIST_ACCOUNTS, WC_LISTVIEW, WS_TABSTOP | WS_BORDER | LVS_ALIGNLEFT | LVS_REPORT, 15, 35, 285, 175
PUSHBUTTON "&Add...", IDC_BTN_ACCOUNT_ADD, 140, 215, 50, 14, WS_DISABLED | BS_PUSHBUTTON
PUSHBUTTON "&Properties", IDC_BTN_ACCOUNT_PROPERTIES, 195, 215, 50, 14, WS_DISABLED | BS_PUSHBUTTON
PUSHBUTTON "&Delete", IDC_BTN_ACCOUNT_DELETE, 250, 215, 50, 14, WS_DISABLED | BS_PUSHBUTTON
+ DEFPUSHBUTTON "OK", IDOK, 205, 240, 50, 14, BS_DEFPUSHBUTTON
+ PUSHBUTTON "Cancel", IDCANCEL, 260, 240, 50, 14, BS_PUSHBUTTON
}
@@ -142,8 +142,6 @@ FONT 8, "Ms Shell Dlg"
CAPTION "Add Buddy"
FONT 8, "Ms Shell Dlg"
{
- DEFPUSHBUTTON "OK", IDOK, 95, 115, 50, 14, BS_DEFPUSHBUTTON
- PUSHBUTTON "Cancel", IDCANCEL, 150, 115, 50, 14, BS_PUSHBUTTON
LTEXT "Please choose an account, and then enter the details of the buddy that you would like to add to the buddy list.", IDC_STATIC, 5, 5, 195, 20, SS_LEFT
LTEXT "&Account:", IDC_STATIC, 5, 32, 35, 10, SS_LEFT
CONTROL "", IDC_CBEX_ACCOUNTS, "ComboBoxEx32", 0x50010003, 45, 30, 155, 90
@@ -154,6 +152,8 @@ FONT 8, "Ms Shell Dlg"
EDITTEXT IDC_EDIT_ALIAS, 75, 75, 120, 12
LTEXT "&Group:", IDC_STATIC, 15, 92, 50, 10, SS_LEFT
CONTROL "", IDC_CBEX_GROUP, "ComboBoxEx32", 0x50010003, 75, 90, 120, 90
+ DEFPUSHBUTTON "OK", IDOK, 95, 115, 50, 14, BS_DEFPUSHBUTTON
+ PUSHBUTTON "Cancel", IDCANCEL, 150, 115, 50, 14, BS_PUSHBUTTON
}
@@ -164,8 +164,6 @@ FONT 8, "Ms Shell Dlg"
CAPTION "Add Chat"
FONT 8, "Ms Shell Dlg"
{
- DEFPUSHBUTTON "OK", IDOK, 95, 145, 50, 14, BS_DEFPUSHBUTTON
- PUSHBUTTON "Cancel", IDCANCEL, 150, 145, 50, 14, BS_PUSHBUTTON
LTEXT "Please choose an account, and then enter the details of the chat that you wish to add to the buddy list.", IDC_STATIC, 5, 5, 195, 20, SS_LEFT
LTEXT "&Account:", IDC_STATIC, 5, 32, 35, 10, SS_LEFT
CONTROL "", IDC_CBEX_ACCOUNTS, "ComboBoxEx32", 0x50010003, 45, 30, 155, 90
@@ -174,6 +172,8 @@ FONT 8, "Ms Shell Dlg"
CONTROL "", IDC_CBEX_GROUP, "ComboBoxEx32", 0x50010003, 75, 60, 120, 90
LTEXT "A&lias (optional):", IDC_STATIC, 15, 77, 50, 10, SS_LEFT
EDITTEXT IDC_EDIT_ALIAS, 75, 75, 120, 12
+ DEFPUSHBUTTON "OK", IDOK, 95, 145, 50, 14, BS_DEFPUSHBUTTON
+ PUSHBUTTON "Cancel", IDCANCEL, 150, 145, 50, 14, BS_PUSHBUTTON
}
@@ -181,14 +181,14 @@ STYLE DS_3DLOOK | DS_CENTER | DS_MODALFR
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
IDD_ADDGROUP DIALOG 0, 0, 204, 67
STYLE DS_3DLOOK | DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_VISIBLE | WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP | WS_SYSMENU
-CAPTION "Add Buddy"
+CAPTION "Add Group"
FONT 8, "Ms Shell Dlg"
{
- DEFPUSHBUTTON "OK", IDOK, 95, 48, 50, 14, BS_DEFPUSHBUTTON
- PUSHBUTTON "Cancel", IDCANCEL, 150, 48, 50, 14, BS_PUSHBUTTON
LTEXT "Please enter the title for the new group.", IDC_STATIC, 5, 5, 195, 20, SS_LEFT
LTEXT "&Title:", IDC_STATIC, 5, 32, 35, 10, SS_LEFT
EDITTEXT IDC_EDIT_STRING, 45, 30, 155, 12, ES_AUTOHSCROLL
+ DEFPUSHBUTTON "OK", IDOK, 95, 48, 50, 14, BS_DEFPUSHBUTTON
+ PUSHBUTTON "Cancel", IDCANCEL, 150, 48, 50, 14, BS_PUSHBUTTON
}
@@ -249,14 +249,14 @@ FONT 8, "Ms Shell Dlg"
CAPTION "Send IM"
FONT 8, "Ms Shell Dlg"
{
- DEFPUSHBUTTON "OK", IDOK, 95, 85, 50, 14, BS_DEFPUSHBUTTON
- PUSHBUTTON "Cancel", IDCANCEL, 150, 85, 50, 14, BS_PUSHBUTTON
LTEXT "Please choose an account, and then enter the details of the buddy that you would like to send a message to.", IDC_STATIC, 5, 5, 195, 20, SS_LEFT
LTEXT "&Account:", IDC_STATIC, 5, 32, 35, 10, SS_LEFT
CONTROL "", IDC_CBEX_ACCOUNTS, "ComboBoxEx32", 0x50010003, 45, 30, 155, 90
GROUPBOX "Buddy Details", IDC_STATIC, 5, 50, 195, 28
LTEXT "&Username:", IDC_STATIC, 15, 62, 50, 10, SS_LEFT
EDITTEXT IDC_EDIT_USERNAME, 75, 60, 120, 12, ES_AUTOHSCROLL
+ DEFPUSHBUTTON "OK", IDOK, 95, 85, 50, 14, BS_DEFPUSHBUTTON
+ PUSHBUTTON "Cancel", IDCANCEL, 150, 85, 50, 14, BS_PUSHBUTTON
}
@@ -267,12 +267,12 @@ FONT 8, "Ms Shell Dlg"
CAPTION "Join Chat"
FONT 8, "Ms Shell Dlg"
{
- DEFPUSHBUTTON "OK", IDOK, 95, 115, 50, 14, BS_DEFPUSHBUTTON
- PUSHBUTTON "Cancel", IDCANCEL, 150, 115, 50, 14, BS_PUSHBUTTON
LTEXT "Please choose an account, and then enter the details of the chat that you wish to join.", IDC_STATIC, 5, 5, 195, 20, SS_LEFT
LTEXT "&Account:", IDC_STATIC, 5, 32, 35, 10, SS_LEFT
CONTROL "", IDC_CBEX_ACCOUNTS, "ComboBoxEx32", 0x50010003, 45, 30, 155, 90
GROUPBOX "Details", IDC_STATIC_DETAILS, 5, 50, 195, 58
+ DEFPUSHBUTTON "OK", IDOK, 95, 115, 50, 14, BS_DEFPUSHBUTTON
+ PUSHBUTTON "Cancel", IDCANCEL, 150, 115, 50, 14, BS_PUSHBUTTON
}
More information about the Commits
mailing list