home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TCOMPINSTFORM
/
TCOMPINSTFORM.txt
Wrap
Text File
|
1997-01-16
|
3KB
|
175 lines
object CompInstForm: TCompInstForm
Left = 238
Top = 135
HelpContext = 1626
ActiveControl = LibFileName
BorderStyle = bsDialog
Caption = 'Install Components'
ClientHeight = 299
ClientWidth = 412
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = ResetForm
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 396
Height = 251
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 12
Width = 76
Height = 13
Caption = '&Library file name:'
FocusControl = LibFileName
end
object Label2: TLabel
Left = 16
Top = 56
Width = 61
Height = 13
Caption = '&Search path:'
FocusControl = SearchPath
end
object Label3: TLabel
Left = 16
Top = 100
Width = 144
Height = 13
Caption = '&Installed Components:'
FocusControl = LibModules
end
object Label4: TLabel
Left = 168
Top = 100
Width = 95
Height = 13
Caption = '&Component classes:'
FocusControl = CompClasses
end
object LibFileName: TEdit
Left = 16
Top = 28
Width = 296
Height = 21
TabOrder = 0
OnChange = EditChange
end
object SearchPath: TEdit
Left = 16
Top = 72
Width = 296
Height = 21
TabOrder = 1
OnChange = EditChange
end
object LibModules: TListBox
Left = 16
Top = 116
Width = 144
Height = 134
IntegralHeight = True
ItemHeight = 13
TabOrder = 2
TabWidth = 1000
OnClick = LibModulesClick
end
object CompClasses: TListBox
Left = 168
Top = 116
Width = 144
Height = 134
IntegralHeight = True
ItemHeight = 13
Sorted = True
TabOrder = 3
end
object AddButton: TButton
Left = 320
Top = 116
Width = 75
Height = 23
Caption = '&Add...'
TabOrder = 4
OnClick = AddButtonClick
end
object DeleteButton: TButton
Left = 320
Top = 173
Width = 75
Height = 23
Caption = '&Remove'
TabOrder = 6
OnClick = DeleteButtonClick
end
object OCXButton: TButton
Left = 320
Top = 144
Width = 75
Height = 23
Caption = 'Active&X...'
TabOrder = 5
OnClick = OCXButtonClick
end
object RevertButton: TButton
Left = 320
Top = 227
Width = 75
Height = 23
Caption = 'Re&vert'
Enabled = False
TabOrder = 7
OnClick = ResetForm
end
object OKButton: TButton
Left = 169
Top = 268
Width = 75
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 8
OnClick = OkButtonClick
end
object CancelButton: TButton
Left = 249
Top = 268
Width = 75
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 9
end
object HelpButton: TButton
Left = 329
Top = 268
Width = 75
Height = 23
Caption = '&Help'
TabOrder = 10
OnClick = HelpButtonClick
end
object OpenDialog: TOpenDialog
HelpContext = 1452
DefaultExt = 'CPP'
FileEditStyle = fsComboBox
Filter =
'Source file (*.CPP)|*.CPP|Source file (*.PAS)|*.PAS|Object file ' +
'(*.OBJ)|*.OBJ|Any file (*.*)|*.*'
FilterIndex = 0
Options = [ofHideReadOnly, ofShowHelp]
Title = 'Add Component'
Left = 368
Top = 8
end
end