~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to pico/osdep/mswin_spell.DLG

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2007-02-17 13:17:42 UTC
  • Revision ID: james.westby@ubuntu.com-20070217131742-99x5c6cpg1pbkdhw
Tags: upstream-0.82+dfsg
ImportĀ upstreamĀ versionĀ 0.82+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "mswin_spell.h"
 
2
 
 
3
DLG_SPELL DIALOG 16, 34, 229, 92
 
4
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
5
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 
6
CAPTION "Dialog Title"
 
7
FONT 8, "MS Shell Dlg"
 
8
BEGIN
 
9
    COMBOBOX        ID_COMBO_SUGGESTIONS, 4, 5, 79, 80, CBS_SIMPLE | WS_VSCROLL |
 
10
                    WS_TABSTOP | CBS_AUTOHSCROLL
 
11
 
 
12
    DEFPUSHBUTTON   "&Change", ID_BUTTON_CHANGE, 88, 8, 62, 14, WS_GROUP | WS_TABSTOP
 
13
    PUSHBUTTON      "Change &All", ID_BUTTON_CHANGEALL, 88, 27, 62, 14, WS_TABSTOP
 
14
    PUSHBUTTON      "&Ignore Once", ID_BUTTON_IGNOREONCE, 88, 46, 62, 14, WS_TABSTOP
 
15
    PUSHBUTTON      "I&gnore All", ID_BUTTON_IGNOREALL, 88, 65, 62, 14, WS_TABSTOP
 
16
    PUSHBUTTON      "Add to &Dictionary", ID_BUTTON_ADD_TO_DICT, 156, 8, 68, 14, WS_TABSTOP
 
17
    PUSHBUTTON      "Ca&ncel", ID_BUTTON_CANCEL, 156, 27, 68, 14, WS_TABSTOP
 
18
END