home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of the Best
/
_.img
/
01163
/
jura1.exe
/
CHARTWIN.WDL
< prev
next >
Wrap
Text File
|
1993-02-23
|
1KB
|
35 lines
Window chartWin
class: ChartWindow
title: "Chart - (Untitled)"
Menu chartMenu
Popup file text: "&File"
Item fileNew text: "&New..."
Item fileOpen text: "&Open..."
Item fileSave text: "&Save"
Item fileSaveAs text: "Save &As"
Line
Item filePrint text: "&Print Chart\tCtrl+P"
Item fileClip text: "&Clip Chart"
Line
Item exit text: "E&xit"
Item aboutChart text: "A&bout Chart..."
End
Popup chart text: "&Chart"
Item vertBar text: "&Vertical Bar Chart"
Item horzBar text: "&Horizontal Bar Chart"
Item pie text: "&Pie Chart"
Line
Item addItem text: "&Add new item..."
End
End
Owned chartDlg
definition: "chartdat"
Owned fileDialog
class: CDFileOpen
title: "Open File"
data: ("Chart Files (*.cht)", "*.cht", "All Files (*.*)", "*.*")
Owned saveAsDialog
class: CDFileSave
title: "Save File"
data: ("Chart Files (*.cht)", "*.cht", "All Files (*.*)", "*.*")