~ubuntu-branches/ubuntu/maverick/vice/maverick

« back to all changes in this revision

Viewing changes to src/arch/os2/dialogs/dlg-color.rc

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2005-02-01 11:30:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050201113026-3eyakzsmmheclvjg
Tags: 1.16-1
* New upstream version
* Fixes crash on 64-bit architectures (closes: #287640)
* x128 working again (closes: #286767)
* Works fine with /dev/dsp in use (not in the main changelog, but tested
  on my local machine as working).  Presumably, this also takes care of
  the issue with dsp being held.  I'm not sure if this is because I'm
  testing it on a 2.6 kernel now -- if you are still having problems
  with /dev/dsp, please reopen the bugs. (closes: #152952, #207942)
* Don't kill Makefile.in on clean

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
DLGTEMPLATE DLG_COLOR 850 MOVEABLE DISCARDABLE
36
36
BEGIN
37
 
    DIALOG "Video Color Settings", DLG_COLOR, 162, 122, 200, 83, STY_DIALOG|FCF_CLOSEBUTTON
 
37
    DIALOG "Video Color Settings", DLG_COLOR, 162, 122, 200, 103, STY_DIALOG|FCF_CLOSEBUTTON
38
38
    PRESPARAMS PP_FONTNAMESIZE, "9.Warp Sans Bold"
39
39
    BEGIN
40
40
        CONTROL "Close",    DID_CLOSE,    7,  5,  38, 12, STY_CLOSEBUTTON | WS_GROUP  
41
41
        CONTROL "Defaults", ID_DEFAULT, 150,  5,  44, 12, STY_PUSHBUTTON  
42
 
        CONTROL "Color",    ID_NONE,      7, 22, 186, 57, STY_GROUPBOX
43
 
 
44
 
        TEXT("Saturation",  12, 55)
45
 
        TEXT("Contrast",    12, 45)
46
 
        TEXT("Brightness",  12, 35)
47
 
        TEXT("Gamma",       12, 25)
48
 
 
49
 
        CONTROL "",      ID_SATURATION, 56, 55, 135, 16, STY_SLIDER
50
 
                CTLDATA 12, 0, 201, 0, 0, 0
51
 
        CONTROL "",      ID_CONTRAST,   56, 45, 135, 10, STY_SLIDER
52
 
                CTLDATA 12, 0, 201, 0, 0, 0
53
 
        CONTROL "",      ID_BRIGHTNESS, 56, 35, 135, 10, STY_SLIDER
54
 
                CTLDATA 12, 0, 201, 0, 0, 0
55
 
        CONTROL "",      ID_GAMMA,      56  25, 135, 10, STY_SLIDER
 
42
        CONTROL "Color",    ID_NONE,      7, 22, 186, 77, STY_GROUPBOX
 
43
 
 
44
        TEXT("Saturation",  12, 75)
 
45
        TEXT("Contrast",    12, 65)
 
46
        TEXT("Brightness",  12, 55)
 
47
        TEXT("Gamma",       12, 45)
 
48
        TEXT("PAL-ScanLine",12, 35)
 
49
        TEXT("PAL-Blur",    12, 25)
 
50
 
 
51
        CONTROL "",      ID_SATURATION, 56, 75, 135, 16, STY_SLIDER
 
52
                CTLDATA 12, 0, 201, 0, 0, 0
 
53
        CONTROL "",      ID_CONTRAST,   56, 65, 135, 10, STY_SLIDER
 
54
                CTLDATA 12, 0, 201, 0, 0, 0
 
55
        CONTROL "",      ID_BRIGHTNESS, 56, 55, 135, 10, STY_SLIDER
 
56
                CTLDATA 12, 0, 201, 0, 0, 0
 
57
        CONTROL "",      ID_GAMMA,      56  45, 135, 10, STY_SLIDER
 
58
                CTLDATA 12, 0, 201, 0, 0, 0
 
59
        CONTROL "",      ID_SCANLINE,   56  35, 135, 10, STY_SLIDER
 
60
                CTLDATA 12, 0, 201, 0, 0, 0
 
61
        CONTROL "",      ID_BLUR,       56  25, 135, 10, STY_SLIDER
56
62
                CTLDATA 12, 0, 201, 0, 0, 0
57
63
 
58
64
    END