mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[COMDL32] Fix build
Fix the wrong usage of CONTROL resource control, introduced by 1a9af23
This commit is contained in:
parent
31267a97da
commit
95b1893b27
1 changed files with 7 additions and 7 deletions
|
@ -317,8 +317,8 @@ FONT 8, "MS Shell Dlg"
|
|||
CHECKBOX "Potrivire numai &cuvinte complete", chx1, 4, 26, 140, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
|
||||
CHECKBOX "&Potrivire litere mari şi mici", chx2, 4, 42, 140, 12, BS_AUTOCHECKBOX | WS_TABSTOP
|
||||
GROUPBOX "Orientare", grp1, 147, 21, 58, 38
|
||||
CONTROL "în &sus", rad1, 151, 30, 48, 12, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
|
||||
CONTROL "în j&os", rad2, 151, 44, 48, 12, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
AUTORADIOBUTTON "în &sus", rad1, 151, 30, 48, 12, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
|
||||
AUTORADIOBUTTON "în j&os", rad2, 151, 44, 48, 12, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
|
||||
DEFPUSHBUTTON "&Următorul găsit", IDOK, 212, 6, 60, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
|
||||
PUSHBUTTON "Revocare", IDCANCEL , 212, 24, 60, 14, WS_GROUP | WS_TABSTOP
|
||||
|
@ -377,9 +377,9 @@ FONT 8, "MS Shell Dlg"
|
|||
EDITTEXT edt3, 240,103, 32,12, WS_GROUP | ES_NUMBER
|
||||
|
||||
GROUPBOX "Interval de imprimare", grp1, 8,92, 144,64, WS_GROUP
|
||||
CONTROL "T&ot", rad1,16,106,64,12, WS_GROUP | WS_TABSTOP
|
||||
CONTROL "&Pagini", rad3,16,122,36,12
|
||||
CONTROL "S&elecţia", rad2,16,138,64,12
|
||||
AUTORADIOBUTTON "T&ot", rad1,16,106,64,12, WS_GROUP | WS_TABSTOP
|
||||
AUTORADIOBUTTON "&Pagini", rad3,16,122,36,12
|
||||
AUTORADIOBUTTON "S&elecţia", rad2,16,138,64,12
|
||||
EDITTEXT edt1, 73,122, 26,12, WS_GROUP | ES_NUMBER
|
||||
EDITTEXT edt2, 120,122, 26,12, WS_GROUP | ES_NUMBER
|
||||
RTEXT "&de la:", stc2, 52,124, 20,8
|
||||
|
@ -416,8 +416,8 @@ BEGIN
|
|||
|
||||
GROUPBOX "Orientare", grp1, 180, 92, 100,56, WS_GROUP
|
||||
ICON "", ico1, 195,112, 18,20, WS_GROUP
|
||||
CONTROL "Tip p&ortret", rad1, 224,106,52,12, WS_GROUP | WS_TABSTOP
|
||||
CONTROL "Tip &vedere", rad2, 224,126,52,12
|
||||
AUTORADIOBUTTON "Tip p&ortret", rad1, 224,106,52,12, WS_GROUP | WS_TABSTOP
|
||||
AUTORADIOBUTTON "Tip &vedere", rad2, 224,126,52,12
|
||||
END
|
||||
|
||||
PAGESETUPDLGORD DIALOG 32, 32, 240, 240
|
||||
|
|
Loading…
Reference in a new issue