home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TADDMODULEFORM
/
TADDMODULEFORM.txt
Wrap
Text File
|
1999-08-11
|
2KB
|
91 lines
object AddModuleForm: TAddModuleForm
Left = 200
Top = 108
ActiveControl = ModuleNameCombo
BorderStyle = bsDialog
Caption = 'Add Module'
ClientHeight = 103
ClientWidth = 362
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnCloseQuery = AddModuleFormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object InputLabel: TLabel
Left = 18
Top = 16
Width = 69
Height = 13
Caption = '&Module Name:'
FocusControl = ModuleNameCombo
end
object Bevel1: TBevel
Left = 8
Top = 8
Width = 345
Height = 57
Shape = bsFrame
end
object OKButton: TButton
Left = 112
Top = 72
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKButtonClick
end
object CancelButton: TButton
Left = 194
Top = 72
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object HelpButton: TButton
Left = 276
Top = 72
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 2
OnClick = HelpButtonClick
end
object ModuleNameCombo: THistoryPropComboBox
Left = 18
Top = 32
Width = 239
Height = 21
ItemHeight = 13
TabOrder = 3
HistoryManager = EnvironmentOptions.HistoryLists
HistoryList = 'hlAddModule'
end
object BrowseButton: TButton
Left = 264
Top = 30
Width = 75
Height = 25
Caption = '&Browse...'
TabOrder = 4
OnClick = BrowseButtonClick
end
object OpenDialog1: TOpenDialog
Filter =
'Modules (*.dll;*.ocx;*.bpl;*.exe)|*.dll;*.bpl;*.ocx;*.exe|Any Fi' +
'le(*.*)|*.*'
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
Title = 'Select Module'
Left = 8
Top = 72
end
end