home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BWAVE / BW95_253.RAR / BWPROJ.EXE / 0 / RCDATA / TFINDDIRFORM / TFINDDIRFORM.txt
Text File  |  1997-12-29  |  2KB  |  125 lines

  1. object FindDirForm: TFindDirForm
  2.   Left = 97
  3.   Top = 108
  4.   Width = 452
  5.   Height = 276
  6.   Caption = '─┐┬╝∩┐╜∩┐╜∩┐╜∩┐╜'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 12
  15.   object FindDir: TFileListBox
  16.     Left = 8
  17.     Top = 16
  18.     Width = 129
  19.     Height = 217
  20.     ItemHeight = 12
  21.     MultiSelect = True
  22.     TabOrder = 0
  23.     OnDblClick = FindDirDblClick
  24.   end
  25.   object FindList: TListBox
  26.     Left = 176
  27.     Top = 16
  28.     Width = 129
  29.     Height = 217
  30.     ItemHeight = 12
  31.     MultiSelect = True
  32.     TabOrder = 1
  33.     OnDblClick = FindListDblClick
  34.   end
  35.   object AddOne: TButton
  36.     Left = 144
  37.     Top = 80
  38.     Width = 25
  39.     Height = 25
  40.     Hint = '∩┐╜∩┐╜∩┐╜∩┐╜╤í∩┐╜∩┐╜'
  41.     Caption = '=&>'
  42.     ParentShowHint = False
  43.     ShowHint = True
  44.     TabOrder = 2
  45.     OnClick = AddOneClick
  46.   end
  47.   object DelOne: TButton
  48.     Left = 144
  49.     Top = 144
  50.     Width = 25
  51.     Height = 25
  52.     Hint = '╔╛∩┐╜∩┐╜╤í∩┐╜∩┐╜'
  53.     Caption = '&<='
  54.     ParentShowHint = False
  55.     ShowHint = True
  56.     TabOrder = 3
  57.     OnClick = DelOneClick
  58.   end
  59.   object AddAll: TButton
  60.     Left = 144
  61.     Top = 16
  62.     Width = 25
  63.     Height = 25
  64.     Hint = '╚½∩┐╜∩┐╜╤í∩┐╜∩┐╜'
  65.     Caption = '>>'
  66.     ParentShowHint = False
  67.     ShowHint = True
  68.     TabOrder = 4
  69.     OnClick = AddAllClick
  70.   end
  71.   object DelAll: TButton
  72.     Left = 144
  73.     Top = 208
  74.     Width = 25
  75.     Height = 25
  76.     Hint = '╚½∩┐╜∩┐╜╔╛∩┐╜∩┐╜'
  77.     Caption = '<<'
  78.     ParentShowHint = False
  79.     ShowHint = True
  80.     TabOrder = 5
  81.     OnClick = DelAllClick
  82.   end
  83.   object Button1: TButton
  84.     Left = 328
  85.     Top = 16
  86.     Width = 89
  87.     Height = 25
  88.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 6
  92.   end
  93.   object Button2: TButton
  94.     Left = 328
  95.     Top = 56
  96.     Width = 89
  97.     Height = 25
  98.     Cancel = True
  99.     Caption = '╚í∩┐╜∩┐╜'
  100.     ModalResult = 2
  101.     TabOrder = 7
  102.   end
  103.   object SaveText: TCheckBox
  104.     Left = 320
  105.     Top = 112
  106.     Width = 113
  107.     Height = 17
  108.     Caption = '∩┐╜╨│∩┐╜∩┐╜─▒∩┐╜(&L)'
  109.     TabOrder = 8
  110.     Visible = False
  111.   end
  112.   object TextType: TRadioGroup
  113.     Left = 320
  114.     Top = 136
  115.     Width = 113
  116.     Height = 65
  117.     ItemIndex = 0
  118.     Items.Strings = (
  119.       '∩┐╜∩┐╜∩┐╜─▒∩┐╜(&T)'
  120.       '∩┐╜∩┐╜╔½∩┐╜─▒∩┐╜(&C)')
  121.     TabOrder = 9
  122.     Visible = False
  123.   end
  124. end
  125.