home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TFINDHEADERFILE
/
TFINDHEADERFILE.txt
Wrap
Text File
|
1997-01-16
|
2KB
|
106 lines
object FindHeaderFile: TFindHeaderFile
Left = 244
Top = 164
HelpContext = 5681
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Find Header File'
ClientHeight = 182
ClientWidth = 378
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 64
Top = 144
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 156
Top = 144
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
object Button3: TButton
Left = 248
Top = 144
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 3
OnClick = Button3Click
end
object GroupBox1: TGroupBox
Left = 16
Top = 8
Width = 345
Height = 121
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 48
Width = 73
Height = 25
AutoSize = False
Caption = 'Header &File:'
FocusControl = edHeaderFile
end
object Label2: TLabel
Left = 16
Top = 16
Width = 217
Height = 25
AutoSize = False
Caption = 'Unable to find header file for component: '
end
object stComponentName: TLabel
Left = 240
Top = 16
Width = 89
Height = 25
AutoSize = False
Caption = 'Component'
end
object edHeaderFile: TEdit
Left = 96
Top = 48
Width = 233
Height = 21
AutoSize = False
TabOrder = 0
end
object Button4: TButton
Left = 254
Top = 80
Width = 75
Height = 25
Caption = '&Browse'
TabOrder = 1
OnClick = Button4Click
end
end
object OpenDialog1: TOpenDialog
DefaultExt = '.h'
FileEditStyle = fsEdit
Filter = 'Header files (*.h;*.hpp)|*.h;*.hpp|All files (*.*)|*.*'
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
Title = 'Locate Header File'
Left = 16
Top = 136
end
end