home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hacks & Cracks
/
Hacks_and_Cracks.iso
/
vol1
/
pc_nl37b.zip
/
netLoad.exe
/
0
/
RCDATA
/
TINPUTDLG
/
TINPUTDLG.txt
Wrap
Text File
|
1997-08-10
|
1KB
|
59 lines
object inputDlg: TinputDlg
Left = 226
Top = 216
BorderStyle = bsDialog
Caption = 'bar prompt'
ClientHeight = 66
ClientWidth = 356
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object promptLbl: TLabel
Left = 10
Top = 9
Width = 250
Height = 14
AutoSize = False
Caption = 'prompt'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object OKBtn: TButton
Left = 270
Top = 8
Width = 75
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelBtn: TButton
Left = 270
Top = 35
Width = 75
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object inputEdit: TMaskEdit
Left = 10
Top = 32
Width = 250
Height = 21
AutoSelect = False
MaxLength = 0
TabOrder = 0
end
end