home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / Software / zkuste / BlowFish / bfa97.exe / 0 / RCDATA / TGOTOWORKDIALOG / TGOTOWORKDIALOG.txt
Text File  |  1998-12-29  |  4KB  |  187 lines

  1. object GotoWorkDialog: TGotoWorkDialog
  2.   Left = 313
  3.   Top = 133
  4.   HelpContext = 206
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 253
  8.   ClientWidth = 361
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PasswordInfo: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 3
  26.     Height = 13
  27.     FocusControl = PasswordInputBox
  28.     Transparent = True
  29.   end
  30.   object PasswordInputBox: TEdit
  31.     Left = 8
  32.     Top = 24
  33.     Width = 345
  34.     Height = 21
  35.     HelpContext = 702
  36.     AutoSelect = False
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clBlack
  39.     Font.Height = -12
  40.     Font.Name = 'Courier'
  41.     Font.Style = []
  42.     MaxLength = 32768
  43.     ParentFont = False
  44.     TabOrder = 0
  45.     OnKeyPress = PasswordInputBoxKeyPress
  46.   end
  47.   object TargetPathInputBox: TEdit
  48.     Left = 8
  49.     Top = 192
  50.     Width = 273
  51.     Height = 21
  52.     HelpContext = 711
  53.     TabOrder = 6
  54.     OnKeyPress = TargetPathInputBoxKeyPress
  55.   end
  56.   object ShowPasswordSwitch: TCheckBox
  57.     Left = 8
  58.     Top = 56
  59.     Width = 145
  60.     Height = 17
  61.     HelpContext = 703
  62.     TabOrder = 1
  63.     OnClick = ShowPasswordSwitchClick
  64.   end
  65.   object FileHandlingGroup: TGroupBox
  66.     Left = 176
  67.     Top = 56
  68.     Width = 177
  69.     Height = 105
  70.     TabOrder = 4
  71.     object ReStorePathNamesSwitch: TCheckBox
  72.       Left = 16
  73.       Top = 16
  74.       Width = 153
  75.       Height = 17
  76.       HelpContext = 706
  77.       TabOrder = 0
  78.       OnClick = ReStorePathNamesSwitchClick
  79.     end
  80.     object WipeOriginalFilesSwitch: TCheckBox
  81.       Left = 16
  82.       Top = 32
  83.       Width = 153
  84.       Height = 17
  85.       HelpContext = 707
  86.       TabOrder = 1
  87.       OnClick = WipeOriginalFilesSwitchClick
  88.     end
  89.     object CompressDataSwitch: TCheckBox
  90.       Left = 16
  91.       Top = 48
  92.       Width = 145
  93.       Height = 17
  94.       HelpContext = 708
  95.       TabOrder = 2
  96.       OnClick = CompressDataSwitchClick
  97.     end
  98.     object RemoveSourceFilesSwitch: TCheckBox
  99.       Left = 16
  100.       Top = 64
  101.       Width = 145
  102.       Height = 17
  103.       HelpContext = 709
  104.       TabOrder = 3
  105.       OnClick = RemoveSourceFilesSwitchClick
  106.     end
  107.     object RenameSwitch: TCheckBox
  108.       Left = 16
  109.       Top = 80
  110.       Width = 153
  111.       Height = 17
  112.       HelpContext = 710
  113.       TabOrder = 4
  114.       OnClick = RenameSwitchClick
  115.     end
  116.   end
  117.   object AutoConfirmSwitch: TCheckBox
  118.     Left = 8
  119.     Top = 72
  120.     Width = 145
  121.     Height = 17
  122.     HelpContext = 704
  123.     TabOrder = 2
  124.     OnClick = AutoConfirmSwitchClick
  125.   end
  126.   object TargetPathSwitch: TCheckBox
  127.     Left = 8
  128.     Top = 173
  129.     Width = 257
  130.     Height = 16
  131.     HelpContext = 711
  132.     TabOrder = 5
  133.     OnClick = TargetPathSwitchClick
  134.   end
  135.   object BrowseButton: TButton
  136.     Left = 288
  137.     Top = 192
  138.     Width = 65
  139.     Height = 23
  140.     HelpContext = 711
  141.     TabOrder = 7
  142.     OnClick = BrowseButtonClick
  143.   end
  144.   object HelpButton: TButton
  145.     Left = 272
  146.     Top = 224
  147.     Width = 81
  148.     Height = 23
  149.     TabOrder = 11
  150.     OnClick = HelpButtonClick
  151.   end
  152.   object ApplyButton: TButton
  153.     Left = 184
  154.     Top = 224
  155.     Width = 81
  156.     Height = 23
  157.     HelpContext = 700
  158.     TabOrder = 10
  159.     OnClick = ApplyButtonClick
  160.   end
  161.   object UseKeydiskSwitch: TCheckBox
  162.     Left = 8
  163.     Top = 88
  164.     Width = 161
  165.     Height = 17
  166.     HelpContext = 705
  167.     TabOrder = 3
  168.     OnClick = UseKeydiskSwitchClick
  169.   end
  170.   object OKButton: TButton
  171.     Left = 8
  172.     Top = 224
  173.     Width = 81
  174.     Height = 23
  175.     TabOrder = 8
  176.     OnClick = OKButtonClick
  177.   end
  178.   object CancelButton: TButton
  179.     Left = 96
  180.     Top = 224
  181.     Width = 81
  182.     Height = 23
  183.     TabOrder = 9
  184.     OnClick = CancelButtonClick
  185.   end
  186. end
  187.