home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
CMCD0704.ISO
/
Software
/
Shareware
/
Utilitare
/
idsearch
/
setup.exe
/
IManager.exe
/
0
/
RCDATA
/
TTIMEPROMT1
/
TTIMEPROMT1.txt
Wrap
Text File
|
2004-05-28
|
1KB
|
55 lines
object TimePromt1: TTimePromt1
Left = 192
Top = 107
BorderStyle = bsDialog
ClientHeight = 108
ClientWidth = 373
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 32
Top = 32
Width = 32
Height = 13
Caption = 'Label1'
end
object Button1: TButton
Left = 200
Top = 72
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 288
Top = 72
Width = 75
Height = 25
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 16
Top = 72
end
end