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

  1. object FMPackList: TFMPackList
  2.   Left = 183
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = '╤í∩┐╜∩┐╜╧▓∩┐╜∩┐╜┼░∩┐╜'
  6.   ClientHeight = 257
  7.   ClientWidth = 458
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 48
  20.     Height = 12
  21.     Caption = '╘¡╩╝∩┐╜┼░∩┐╜'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 184
  25.     Top = 16
  26.     Width = 48
  27.     Height = 12
  28.     Caption = '─┐∩┐╜∩┐╜∩┐╜┼░∩┐╜'
  29.   end
  30.   object SrcList: TFileListBox
  31.     Left = 16
  32.     Top = 72
  33.     Width = 153
  34.     Height = 161
  35.     FileEdit = Edit1
  36.     ItemHeight = 12
  37.     TabOrder = 0
  38.     OnKeyDown = SrcListKeyDown
  39.   end
  40.   object DestList: TFileListBox
  41.     Left = 184
  42.     Top = 72
  43.     Width = 153
  44.     Height = 137
  45.     FileEdit = Edit2
  46.     ItemHeight = 12
  47.     TabOrder = 1
  48.     OnKeyDown = SrcListKeyDown
  49.   end
  50.   object Button1: TButton
  51.     Left = 360
  52.     Top = 16
  53.     Width = 81
  54.     Height = 25
  55.     Caption = '╚╖∩┐╜∩┐╜'
  56.     Default = True
  57.     TabOrder = 2
  58.     OnClick = Button1Click
  59.   end
  60.   object Button2: TButton
  61.     Left = 360
  62.     Top = 56
  63.     Width = 81
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = '╚í∩┐╜∩┐╜'
  67.     ModalResult = 2
  68.     TabOrder = 3
  69.   end
  70.   object NewPack: TCheckBox
  71.     Left = 184
  72.     Top = 216
  73.     Width = 145
  74.     Height = 25
  75.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜┼░∩┐╜[&N]'
  76.     TabOrder = 4
  77.   end
  78.   object Edit1: TEdit
  79.     Left = 16
  80.     Top = 40
  81.     Width = 153
  82.     Height = 20
  83.     TabOrder = 5
  84.     Text = '*.*'
  85.   end
  86.   object Edit2: TEdit
  87.     Left = 184
  88.     Top = 40
  89.     Width = 153
  90.     Height = 20
  91.     TabOrder = 6
  92.     Text = '*.*'
  93.   end
  94. end
  95.