home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 March
/
Chip_1998-03_cd.bin
/
zkuste
/
delphi
/
Ahmkolekce
/
D397SELF.ZIP
/
VEnhanced97
/
Bin
/
AHMTLogWindow.dfm
/
AHMTLogWindow.txt
next >
Wrap
Text File
|
1997-05-11
|
3KB
|
114 lines
object LogWindowForm: TLogWindowForm
Left = 325
Top = 222
Width = 378
Height = 280
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Menu = MainMenu1
PixelsPerInch = 96
TextHeight = 13
object RichEdit1: TRichEdit
Left = 0
Top = 0
Width = 370
Height = 237
Align = alClient
HideSelection = False
HideScrollBars = False
PlainText = True
ScrollBars = ssBoth
TabOrder = 0
WantTabs = True
end
object MainMenu1: TMainMenu
Left = 56
object File1: TMenuItem
Caption = '&File'
GroupIndex = 1
object New1: TMenuItem
Caption = '&New'
OnClick = New1Click
end
object Open1: TMenuItem
Caption = '&Open..'
OnClick = Open1Click
end
object Save1: TMenuItem
Caption = '&Save...'
OnClick = Save1Click
end
object N1: TMenuItem
Caption = '-'
end
object Print1: TMenuItem
Caption = '&Print...'
OnClick = Print1Click
end
object N2: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'E&xit'
OnClick = Exit1Click
end
end
object Edit1: TMenuItem
Caption = '&Options'
GroupIndex = 2
object WordWrap1: TMenuItem
Caption = '&Word Wrap'
OnClick = WordWrap1Click
end
object N3: TMenuItem
Caption = '-'
end
object Font1: TMenuItem
Caption = '&Fonts...'
OnClick = Font1Click
end
object Background1: TMenuItem
Caption = 'Background...'
OnClick = Background1Click
end
end
end
object PrintDialog1: TPrintDialog
Options = [poPageNums]
Left = 88
end
object OpenDialog1: TOpenDialog
Filter = 'All Files|*.*'
Title = 'Open'
Left = 120
end
object SaveDialog1: TSaveDialog
Filter = 'All Files|*.*'
Options = [ofPathMustExist]
Title = 'Save'
Left = 152
end
object FontDialog1: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Device = fdBoth
MinFontSize = 0
MaxFontSize = 0
Left = 216
end
object ColorDialog1: TColorDialog
Ctl3D = True
Options = [cdSolidColor]
Left = 184
end
end