home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Action 32
/
cdactionmagazinecoverdisc321999.iso
/
hg2
/
hg2demo.exe
/
data
/
Shell
/
ldl
/
hg2_dlgs.ldl
< prev
next >
Wrap
Text File
|
1998-10-21
|
2KB
|
120 lines
# "hg2_dlgs.ldl" , CHARACTER LISTBOX
################################################################
template dlg_window {
string xanchor "center"
string yanchor "center"
int widthpix 200
int heightpix 100
}
template dlg_pane {
int xpix 0
int ypix 0
int widthpix 198
int heightpix 100
string imageblttype "stretch"
string image0 "SFRA008X.TGA"
}
template dlg_msg:FONT_12:MULTICOLOR {
int xpix 10
int ypix 10
int widthpix 178
int heightpix 50
string just "center"
}
template dlg_yes:FONT_7:MULTICOLOR:TXTBTN5:lows.okay {
int xpix 120
int ypix 60
int widthpix 69
int heightpix 20
string just "center"
string imageblttype "stretch"
string executesound "accept.wav"
}
template dlg_no:FONT_7:MULTICOLOR:TXTBTN5:lows.cancel {
int xpix 11
int ypix 60
int widthpix 69
int heightpix 20
string just "center"
string imageblttype "stretch"
string executesound "cancel.wav"
}
template dlg_ok:FONT_7:MULTICOLOR:TXTBTN5:lows.okay {
int xpix 70
int ypix 60
int widthpix 70
int heightpix 20
string just "center"
string imageblttype "stretch"
string executesound "accept.wav"
}
################################################################
dlg_delete_pilot {
int xpix 353
int ypix 170
int widthpix 198
int heightpix 100
pane : dlg_pane {
string imageblttype "stretch"
msg : dlg_msg:dialogs.delpilot {
}
yes : dlg_yes {
}
no : dlg_no {
}
}
}
dlg_delete_gear : dlg_window {
pane : dlg_pane {
string imageblttype "stretch"
msg : dlg_msg:dialogs.delgear {
}
yes : dlg_yes {
}
no : dlg_no {
}
}
}
dlg_invalid_wpn : dlg_window {
pane : dlg_pane {
string imageblttype "stretch"
msg : dlg_msg:dialogs.invweap {
}
ok : dlg_ok {
}
}
}
dlg_invalid_hp : dlg_window {
pane : dlg_pane {
string imageblttype "stretch"
msg : dlg_msg:dialogs.invhp {
}
ok : dlg_ok {
}
}
}
dlg_character_exists : dlg_window {
pane : dlg_pane {
string imageblttype "stretch"
msg : dlg_msg:dialogs.chrexists {
}
ok : dlg_ok {
}
}
}
################################################################
$