home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / hudba / pmc / _setup.1 / Pmc.exe / 0 / RCDATA / TOPENDLG / TOPENDLG.txt < prev   
Text File  |  1997-04-09  |  2KB  |  121 lines

  1. object OpenDlg: TOpenDlg
  2.   Left = 205
  3.   Top = 192
  4.   ActiveControl = OKBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Dialog'
  8.   ClientHeight = 209
  9.   ClientWidth = 426
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 55
  23.     Height = 13
  24.     Caption = 'Filename:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 168
  28.     Top = 8
  29.     Width = 40
  30.     Height = 13
  31.     Caption = 'Folder:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 168
  35.     Top = 32
  36.     Width = 97
  37.     Height = 13
  38.     Caption = 'D:\...\BUTTONS'
  39.   end
  40.   object OKBtn: TBitBtn
  41.     Left = 340
  42.     Top = 8
  43.     Width = 77
  44.     Height = 27
  45.     Font.Color = clBlack
  46.     Font.Height = -11
  47.     Font.Name = 'System'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.     TabOrder = 0
  51.     OnClick = OKBtnClick
  52.     Kind = bkOK
  53.     Margin = 2
  54.     Spacing = -1
  55.     IsControl = True
  56.   end
  57.   object CancelBtn: TBitBtn
  58.     Left = 340
  59.     Top = 48
  60.     Width = 77
  61.     Height = 27
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'System'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.     TabOrder = 1
  68.     OnClick = CancelBtnClick
  69.     Kind = bkCancel
  70.     Margin = 2
  71.     Spacing = -1
  72.     IsControl = True
  73.   end
  74.   object FileListBox1: TFileListBox
  75.     Left = 8
  76.     Top = 64
  77.     Width = 145
  78.     Height = 97
  79.     FileEdit = Edit1
  80.     ItemHeight = 13
  81.     Mask = '*.alb'
  82.     TabOrder = 2
  83.     OnDblClick = FileListBox1DblClick
  84.   end
  85.   object Edit1: TEdit
  86.     Left = 8
  87.     Top = 32
  88.     Width = 145
  89.     Height = 21
  90.     TabOrder = 3
  91.     Text = '*.alb'
  92.   end
  93.   object DirectoryListBox1: TDirectoryListBox
  94.     Left = 168
  95.     Top = 64
  96.     Width = 145
  97.     Height = 97
  98.     DirLabel = Label3
  99.     FileList = FileListBox1
  100.     ItemHeight = 16
  101.     TabOrder = 4
  102.   end
  103.   object DriveComboBox1: TDriveComboBox
  104.     Left = 168
  105.     Top = 176
  106.     Width = 145
  107.     Height = 19
  108.     DirList = DirectoryListBox1
  109.     TabOrder = 5
  110.   end
  111.   object FilterComboBox1: TFilterComboBox
  112.     Left = 8
  113.     Top = 176
  114.     Width = 145
  115.     Height = 21
  116.     FileList = FileListBox1
  117.     Filter = 'P.M.C. files (*.alb)|*.alb'
  118.     TabOrder = 6
  119.   end
  120. end
  121.