home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1996 August
/
VPR9608A.BIN
/
del20try
/
install
/
data.z
/
MAINFRM.DFM
/
MAINFRM.txt
Wrap
Text File
|
1996-05-08
|
2KB
|
82 lines
object MainForm: TMainForm
Left = 200
Top = 108
Width = 385
Height = 235
Caption = 'Memo Editor'
Color = clAppWorkSpace
Font.Color = clBlack
Font.Height = -15
Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
Font.Style = []
Font.Charset = 128
FormStyle = fsMDIForm
Menu = MainMenu
Position = poDefault
WindowMenu = WindowMenu
PixelsPerInch = 120
TextHeight = 15
object MainMenu: TMainMenu
Left = 8
Top = 152
object FileMenu: TMenuItem
Caption = '&File'
ShortCut = 0
object FileNewItem: TMenuItem
Caption = '&New'
ShortCut = 0
OnClick = FileNewItemClick
end
object FileOpenItem: TMenuItem
Caption = '&Open...'
ShortCut = 0
OnClick = FileOpenItemClick
end
object N1: TMenuItem
Caption = '-'
ShortCut = 0
end
object FileExitItem: TMenuItem
Caption = '&Exit'
ShortCut = 0
OnClick = FileExitItemClick
end
end
object WindowMenu: TMenuItem
Caption = '&Window'
GroupIndex = 1
ShortCut = 0
object WindowTileItem: TMenuItem
Caption = '&Tile'
ShortCut = 0
OnClick = WindowTileItemClick
end
object WindowCascadeItem: TMenuItem
Caption = '&Cascade'
ShortCut = 0
OnClick = WindowCascadeItemClick
end
object WindowArrangeIconsItem: TMenuItem
Caption = '&Arrange Icons'
ShortCut = 0
OnClick = WindowArrangeIconsItemClick
end
end
end
object OpenDialog: TOpenDialog
DefaultExt = 'txt'
FileEditStyle = fsEdit
Filter = 'Text file (*.txt)|*.txt|Any file (*.*)|*.*'
Options = [ofHideReadOnly]
Left = 40
Top = 152
end
object SaveDialog: TSaveDialog
FileEditStyle = fsEdit
Filter = 'Text file (*.txt)|*.txt|Any file (*.*)|*.*'
Options = [ofHideReadOnly]
Left = 72
Top = 152
end
end