diff options
Diffstat (limited to 'protocols/Weather/res/resource.rc')
| -rw-r--r-- | protocols/Weather/res/resource.rc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/Weather/res/resource.rc b/protocols/Weather/res/resource.rc index d8ce1f6f3c..e2c041ad3f 100644 --- a/protocols/Weather/res/resource.rc +++ b/protocols/Weather/res/resource.rc @@ -155,6 +155,16 @@ BEGIN CONTROL "Errors",IDC_W,"Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,82,18,54,9 END +IDD_ACCOUNT_OPT DIALOGEX 0, 0, 309, 233 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 +BEGIN + LTEXT "Enter your personel API key from Visual Crossing Weather site",IDC_STATIC,8,7,294,8 + EDITTEXT IDC_KEY,8,19,294,14,ES_AUTOHSCROLL + PUSHBUTTON "Obtain key",IDC_OBTAIN,172,38,130,14 +END + IDD_TEXTOPT DIALOGEX 0, 0, 309, 233 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT @@ -257,6 +267,10 @@ BEGIN BOTTOMMARGIN, 233 END + IDD_ACCOUNT_OPT, DIALOG + BEGIN + END + IDD_TEXTOPT, DIALOG BEGIN BOTTOMMARGIN, 232 |
