home *** CD-ROM | disk | FTP | other *** search
- object GotoWorkDialog: TGotoWorkDialog
- Left = 363
- Top = 89
- HelpContext = 206
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- ClientHeight = 253
- ClientWidth = 361
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PasswordInfo: TLabel
- Left = 8
- Top = 8
- Width = 3
- Height = 13
- FocusControl = PasswordInputBox
- Transparent = True
- end
- object PasswordInputBox: TEdit
- Left = 8
- Top = 24
- Width = 345
- Height = 21
- HelpContext = 702
- AutoSelect = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Courier'
- Font.Style = []
- MaxLength = 32000
- ParentFont = False
- TabOrder = 0
- OnKeyPress = PasswordInputBoxKeyPress
- end
- object TargetPathInputBox: TEdit
- Left = 8
- Top = 192
- Width = 273
- Height = 21
- HelpContext = 711
- TabOrder = 6
- OnKeyPress = TargetPathInputBoxKeyPress
- end
- object ShowPasswordSwitch: TCheckBox
- Left = 8
- Top = 56
- Width = 145
- Height = 17
- HelpContext = 703
- TabOrder = 1
- OnClick = ShowPasswordSwitchClick
- end
- object FileHandlingGroup: TGroupBox
- Left = 176
- Top = 56
- Width = 177
- Height = 105
- TabOrder = 4
- object ReStorePathNamesSwitch: TCheckBox
- Left = 16
- Top = 16
- Width = 153
- Height = 17
- HelpContext = 706
- TabOrder = 0
- OnClick = ReStorePathNamesSwitchClick
- end
- object WipeOriginalFilesSwitch: TCheckBox
- Left = 16
- Top = 32
- Width = 153
- Height = 17
- HelpContext = 707
- TabOrder = 1
- OnClick = WipeOriginalFilesSwitchClick
- end
- object CompressDataSwitch: TCheckBox
- Left = 16
- Top = 48
- Width = 145
- Height = 17
- HelpContext = 708
- TabOrder = 2
- OnClick = CompressDataSwitchClick
- end
- object RemoveSourceFilesSwitch: TCheckBox
- Left = 16
- Top = 64
- Width = 145
- Height = 17
- HelpContext = 709
- TabOrder = 3
- OnClick = RemoveSourceFilesSwitchClick
- end
- object RenameSwitch: TCheckBox
- Left = 16
- Top = 80
- Width = 153
- Height = 17
- HelpContext = 710
- TabOrder = 4
- OnClick = RenameSwitchClick
- end
- end
- object AutoConfirmSwitch: TCheckBox
- Left = 8
- Top = 72
- Width = 145
- Height = 17
- HelpContext = 704
- TabOrder = 2
- OnClick = AutoConfirmSwitchClick
- end
- object TargetPathSwitch: TCheckBox
- Left = 8
- Top = 173
- Width = 257
- Height = 16
- HelpContext = 711
- TabOrder = 5
- OnClick = TargetPathSwitchClick
- end
- object BrowseButton: TButton
- Left = 288
- Top = 192
- Width = 65
- Height = 23
- HelpContext = 711
- TabOrder = 7
- OnClick = BrowseButtonClick
- end
- object HelpButton: TButton
- Left = 272
- Top = 224
- Width = 81
- Height = 23
- TabOrder = 11
- OnClick = HelpButtonClick
- end
- object ApplyButton: TButton
- Left = 184
- Top = 224
- Width = 81
- Height = 23
- HelpContext = 700
- TabOrder = 10
- OnClick = ApplyButtonClick
- end
- object UseKeydiskSwitch: TCheckBox
- Left = 8
- Top = 88
- Width = 161
- Height = 17
- HelpContext = 705
- TabOrder = 3
- OnClick = UseKeydiskSwitchClick
- end
- object OKButton: TButton
- Left = 8
- Top = 224
- Width = 81
- Height = 23
- TabOrder = 8
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 96
- Top = 224
- Width = 81
- Height = 23
- TabOrder = 9
- OnClick = CancelButtonClick
- end
- end
-