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
Text File  |  1997-04-09  |  2KB  |  85 lines

  1. object Browse: TBrowse
  2.   Left = 196
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Browse image'
  7.   ClientHeight = 178
  8.   ClientWidth = 273
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 60
  20.     Height = 13
  21.     Caption = 'Image file:'
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Edit1: TEdit
  29.     Left = 8
  30.     Top = 24
  31.     Width = 145
  32.     Height = 21
  33.     TabOrder = 0
  34.     Text = '*.bmp'
  35.   end
  36.   object FileListBox1: TFileListBox
  37.     Left = 8
  38.     Top = 48
  39.     Width = 145
  40.     Height = 97
  41.     FileEdit = Edit1
  42.     ItemHeight = 13
  43.     Mask = '*.bmp'
  44.     TabOrder = 1
  45.     OnDblClick = FileListBox1DblClick
  46.   end
  47.   object FilterComboBox1: TFilterComboBox
  48.     Left = 8
  49.     Top = 152
  50.     Width = 145
  51.     Height = 21
  52.     FileList = FileListBox1
  53.     Filter = 'Image files (*.bmp)|*.bmp|All files (*.*)|*.*'
  54.     TabOrder = 2
  55.   end
  56.   object BitBtn1: TBitBtn
  57.     Left = 176
  58.     Top = 24
  59.     Width = 89
  60.     Height = 33
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.     TabOrder = 3
  67.     OnClick = BitBtn1Click
  68.     Kind = bkOK
  69.   end
  70.   object BitBtn2: TBitBtn
  71.     Left = 176
  72.     Top = 64
  73.     Width = 89
  74.     Height = 33
  75.     Font.Color = clBlack
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.     TabOrder = 4
  81.     OnClick = BitBtn2Click
  82.     Kind = bkCancel
  83.   end
  84. end
  85.