mirror of
https://github.com/sheumann/NetDisk.git
synced 2025-02-17 12:30:32 +00:00
Adjust format pop-up menu UI.
This commit is contained in:
parent
f912d9230e
commit
21465b7f7a
22
cdev.rez
22
cdev.rez
@ -116,7 +116,7 @@ resource rControlList (320) {
|
|||||||
cdevWindow+urlLine,
|
cdevWindow+urlLine,
|
||||||
cdevWindow+useCacheChk,
|
cdevWindow+useCacheChk,
|
||||||
cdevWindow+mountBtn,
|
cdevWindow+mountBtn,
|
||||||
cdevWindow+imageFormatMenu+320
|
cdevWindow+imageFormatMenu
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -182,26 +182,12 @@ resource rPString (cdevWindow+useCacheChk) {"Use Disk Cache"};
|
|||||||
|
|
||||||
resource rControlTemplate (cdevWindow+imageFormatMenu) {
|
resource rControlTemplate (cdevWindow+imageFormatMenu) {
|
||||||
imageFormatMenu,
|
imageFormatMenu,
|
||||||
{31, 8, 43, 314},
|
{31, 9, 43, 277},
|
||||||
PopUpControl {{
|
PopUpControl {{
|
||||||
0,
|
0,
|
||||||
fCtlProcNotPtr+RefIsResource+fDrawPopDownIcon,
|
fCtlProcNotPtr+RefIsResource+fDrawPopDownIcon,
|
||||||
0,
|
0,
|
||||||
93, /* title width */
|
0, /* title width */
|
||||||
imageFormatMenu, /* menu ref */
|
|
||||||
formatAutoDetectItem, /* initial value */
|
|
||||||
0
|
|
||||||
}};
|
|
||||||
};
|
|
||||||
|
|
||||||
resource rControlTemplate (cdevWindow+imageFormatMenu+320) {
|
|
||||||
imageFormatMenu,
|
|
||||||
{31, 8, 43, 312},
|
|
||||||
PopUpControl {{
|
|
||||||
0,
|
|
||||||
fCtlProcNotPtr+RefIsResource+fDrawPopDownIcon,
|
|
||||||
0,
|
|
||||||
95, /* title width */
|
|
||||||
imageFormatMenu, /* menu ref */
|
imageFormatMenu, /* menu ref */
|
||||||
formatAutoDetectItem, /* initial value */
|
formatAutoDetectItem, /* initial value */
|
||||||
0
|
0
|
||||||
@ -219,7 +205,7 @@ resource rMenu (imageFormatMenu) {
|
|||||||
formatDOSOrderItem
|
formatDOSOrderItem
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
resource rPString(imageFormatMenu,noCrossBank) { "Image Format" };
|
resource rPString(imageFormatMenu,noCrossBank) { "Format: " };
|
||||||
|
|
||||||
resource rMenuItem (formatAutoDetectItem) {
|
resource rMenuItem (formatAutoDetectItem) {
|
||||||
formatAutoDetectItem, /* menu item ID */
|
formatAutoDetectItem, /* menu item ID */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user