home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / explorer-addons / cpto200.exe / Copyto.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Text File  |  1998-06-01  |  2KB  |  79 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 245
  3.   Top = 280
  4.   HelpContext = 27
  5.   BorderStyle = bsDialog
  6.   Caption = '∩┐╜I∩┐╜v∩┐╜V∩┐╜∩┐╜∩┐╜∩┐╜'
  7.   ClientHeight = 160
  8.   ClientWidth = 392
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PageControl1: TPageControl
  18.     Left = 0
  19.     Top = 0
  20.     Width = 392
  21.     Height = 129
  22.     ActivePage = tabView
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object tabView: TTabSheet
  26.       Caption = '∩┐╜\∩┐╜∩┐╜'
  27.       object cbListShow: TKCheckListBox
  28.         Left = 0
  29.         Top = 0
  30.         Width = 384
  31.         Height = 101
  32.         Align = alClient
  33.         ItemHeight = 16
  34.         Items.Strings = (
  35.           '∩┐╜o∩┐╜^∩┐╜∩┐╜∩┐╜∩┐╜─é∩┐╜∩┐╜∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜∩┐╜╠èg∩┐╜∩┐╜∩┐╜q∩┐╜═ò\∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╚é∩┐╜'
  36.           '∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜∩┐╜╠Ä∩┐╜▐é∩┐╜\∩┐╜∩┐╜'
  37.           '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜∩┐╜╠âT∩┐╜C∩┐╜Y∩┐╜∩┐╜\∩┐╜∩┐╜'
  38.           '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜∩┐╜╠ìX∩┐╜V∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜\∩┐╜∩┐╜'
  39.           '∩┐╜^∩┐╜[∩┐╜Q∩┐╜b∩┐╜g ∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜∩┐╜╠âT∩┐╜C∩┐╜Y∩┐╜∩┐╜\∩┐╜∩┐╜'
  40.           '∩┐╜^∩┐╜[∩┐╜Q∩┐╜b∩┐╜g ∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜∩┐╜╠ìX∩┐╜V∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜\∩┐╜∩┐╜'
  41.           '∩┐╜X∩┐╜y∩┐╜[∩┐╜X∩┐╜L∩┐╜[∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╞é∩┐╜∩┐╜∩┐╜∩┐╜s∩┐╜╓ê┌ô∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  42.           '∩┐╜±ò¥é∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜')
  43.         OnDblClick = cbListShowDblClick
  44.         TabOrder = 0
  45.       end
  46.     end
  47.   end
  48.   object Panel2: TPanel
  49.     Left = 0
  50.     Top = 129
  51.     Width = 392
  52.     Height = 31
  53.     Align = alBottom
  54.     Alignment = taRightJustify
  55.     BevelOuter = bvNone
  56.     TabOrder = 1
  57.     object btnCancel: TButton
  58.       Left = 297
  59.       Top = 5
  60.       Width = 89
  61.       Height = 22
  62.       Cancel = True
  63.       Caption = '∩┐╜L∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜Z∩┐╜∩┐╜'
  64.       TabOrder = 1
  65.       OnClick = btnCancelClick
  66.     end
  67.     object btnOk: TButton
  68.       Left = 201
  69.       Top = 5
  70.       Width = 89
  71.       Height = 22
  72.       Caption = 'OK'
  73.       Default = True
  74.       TabOrder = 0
  75.       OnClick = btnOkClick
  76.     end
  77.   end
  78. end
  79.