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

  1. object Uitvoer: TUitvoer
  2.   Left = 205
  3.   Top = 190
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Export to textfile'
  7.   ClientHeight = 241
  8.   ClientWidth = 423
  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 = 16
  19.     Width = 55
  20.     Height = 13
  21.     Caption = 'Filename:'
  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 Label2: TLabel
  29.     Left = 8
  30.     Top = 64
  31.     Width = 40
  32.     Height = 13
  33.     Caption = 'Folder:'
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object Label3: TLabel
  41.     Left = 8
  42.     Top = 80
  43.     Width = 145
  44.     Height = 13
  45.     AutoSize = False
  46.     Caption = 'D:\TEMP\MUSCOL'
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.   end
  53.   object RadioGroup1: TRadioGroup
  54.     Left = 168
  55.     Top = 8
  56.     Width = 145
  57.     Height = 89
  58.     Caption = 'Export: '
  59.     Font.Color = clBlack
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold]
  63.     ItemIndex = 0
  64.     Items.Strings = (
  65.       'Whole list'
  66.       'Search list'
  67.       'Current record')
  68.     ParentFont = False
  69.     TabOrder = 0
  70.   end
  71.   object FileListBox1: TFileListBox
  72.     Left = 8
  73.     Top = 112
  74.     Width = 145
  75.     Height = 97
  76.     FileEdit = Edit1
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsBold]
  81.     ItemHeight = 13
  82.     ParentFont = False
  83.     TabOrder = 1
  84.   end
  85.   object DirectoryListBox1: TDirectoryListBox
  86.     Left = 168
  87.     Top = 112
  88.     Width = 145
  89.     Height = 97
  90.     DirLabel = Label3
  91.     FileList = FileListBox1
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = [fsBold]
  96.     ItemHeight = 16
  97.     ParentFont = False
  98.     TabOrder = 2
  99.   end
  100.   object DriveComboBox1: TDriveComboBox
  101.     Left = 168
  102.     Top = 216
  103.     Width = 145
  104.     Height = 19
  105.     DirList = DirectoryListBox1
  106.     Font.Color = clBlack
  107.     Font.Height = -11
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = [fsBold]
  110.     ParentFont = False
  111.     TabOrder = 3
  112.   end
  113.   object FilterComboBox1: TFilterComboBox
  114.     Left = 8
  115.     Top = 216
  116.     Width = 145
  117.     Height = 21
  118.     FileList = FileListBox1
  119.     Filter = 'All files (*.*)|*.*|Text files (*.txt, *.doc )|*.txt;*.doc'
  120.     Font.Color = clBlack
  121.     Font.Height = -11
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = [fsBold]
  124.     ParentFont = False
  125.     TabOrder = 4
  126.   end
  127.   object Edit1: TEdit
  128.     Left = 8
  129.     Top = 32
  130.     Width = 145
  131.     Height = 21
  132.     Font.Color = clBlack
  133.     Font.Height = -11
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = [fsBold]
  136.     ParentFont = False
  137.     TabOrder = 5
  138.     Text = '*.*'
  139.   end
  140.   object BitBtn1: TBitBtn
  141.     Left = 336
  142.     Top = 16
  143.     Width = 81
  144.     Height = 33
  145.     Font.Color = clBlack
  146.     Font.Height = -11
  147.     Font.Name = 'MS Sans Serif'
  148.     Font.Style = [fsBold]
  149.     ParentFont = False
  150.     TabOrder = 6
  151.     OnClick = BitBtn1Click
  152.     Kind = bkOK
  153.   end
  154.   object BitBtn2: TBitBtn
  155.     Left = 336
  156.     Top = 56
  157.     Width = 81
  158.     Height = 33
  159.     Font.Color = clBlack
  160.     Font.Height = -11
  161.     Font.Name = 'MS Sans Serif'
  162.     Font.Style = [fsBold]
  163.     ParentFont = False
  164.     TabOrder = 7
  165.     OnClick = BitBtn2Click
  166.     Kind = bkCancel
  167.   end
  168. end
  169.