home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
hudba
/
pmc
/
_setup.1
/
Pmc.exe
/
0
/
RCDATA
/
TBROWSE
/
TBROWSE.txt
Wrap
Text File
|
1997-04-09
|
2KB
|
85 lines
object Browse: TBrowse
Left = 196
Top = 167
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Browse image'
ClientHeight = 178
ClientWidth = 273
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 60
Height = 13
Caption = 'Image file:'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Edit1: TEdit
Left = 8
Top = 24
Width = 145
Height = 21
TabOrder = 0
Text = '*.bmp'
end
object FileListBox1: TFileListBox
Left = 8
Top = 48
Width = 145
Height = 97
FileEdit = Edit1
ItemHeight = 13
Mask = '*.bmp'
TabOrder = 1
OnDblClick = FileListBox1DblClick
end
object FilterComboBox1: TFilterComboBox
Left = 8
Top = 152
Width = 145
Height = 21
FileList = FileListBox1
Filter = 'Image files (*.bmp)|*.bmp|All files (*.*)|*.*'
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 176
Top = 24
Width = 89
Height = 33
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 176
Top = 64
Width = 89
Height = 33
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 4
OnClick = BitBtn2Click
Kind = bkCancel
end
end