home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 August
/
Chip_2000-08_cd1.bin
/
sharewar
/
exp
/
INSTALL.EXE
/
0
/
RCDATA
/
TINSTALLDIALOG
/
TINSTALLDIALOG.txt
< prev
Wrap
Text File
|
2000-02-23
|
2KB
|
93 lines
object installdialog: Tinstalldialog
Left = 570
Top = 369
Width = 620
Height = 445
Caption = 'DMEX Menu Installation'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Icon.Data = {<image000.ico>}
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 375
Width = 612
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 20
Width = 32
Height = 13
Caption = 'Label1'
end
object Panel2: TPanel
Left = 427
Top = 0
Width = 185
Height = 41
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object Button1: TButton
Left = 14
Top = 8
Width = 75
Height = 25
Caption = '&Instructions'
Default = True
TabOrder = 0
OnClick = instruction
end
object Button2: TButton
Left = 102
Top = 8
Width = 75
Height = 25
Cancel = True
Caption = '&Exit'
TabOrder = 1
OnClick = Button2Click
end
end
end
object Memo1: TRichEdit
Left = 0
Top = 0
Width = 612
Height = 375
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
PlainText = True
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 1
WordWrap = False
OnKeyDown = Memo1KeyDown
OnKeyUp = Memo1KeyUp
OnMouseDown = Memo1MouseDown
end
object Timer1: TTimer
Interval = 100
OnTimer = Timer1Timer
Left = 72
Top = 32
end
end