home *** CD-ROM | disk | FTP | other *** search
- object frmMoveTo: TfrmMoveTo
- Left = 680
- Top = 80
- BorderStyle = bsDialog
- Caption = 'Move'
- ClientHeight = 363
- ClientWidth = 328
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Scaled = False
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- DesignSize = (
- 328
- 363)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 11
- Top = 11
- Width = 88
- Height = 13
- HelpContext = 7500
- Caption = '&Move to:'
- FocusControl = TVFolders
- end
- object Label2: TLabel
- Left = 11
- Top = 270
- Width = 307
- Height = 13
- Anchors = [akLeft, akRight, akBottom]
- AutoSize = False
- Caption = 'Information on the selected folder:'
- end
- object lblFolderDesc: TLabel
- Left = 11
- Top = 286
- Width = 307
- Height = 38
- Anchors = [akLeft, akRight, akBottom]
- AutoSize = False
- Caption = '%s'
- WordWrap = True
- end
- object TVFolders: TTreeView
- Left = 11
- Top = 27
- Width = 306
- Height = 237
- HelpContext = 7500
- Anchors = [akLeft, akTop, akRight, akBottom]
- HideSelection = False
- Images = frmMain.ImageList1
- Indent = 19
- ReadOnly = True
- ShowRoot = False
- TabOrder = 0
- OnChange = TVFoldersChange
- Items.Data = {
- 010000001C000000070000000C000000FFFFFFFFFFFFFFFF0000000003000000
- 03416C6C270000000A0000000A000000FFFFFFFFFFFFFFFF0000000002000000
- 0E5374617274757020466F6C646572220000000000000000000000FFFFFFFFFF
- FFFFFF000000000000000009416C6C2055736572732500000009000000090000
- 00FFFFFFFFFFFFFFFF00000000000000000C43757272656E7420557365722100
- 00000800000008000000FFFFFFFFFFFFFFFF0000000002000000085265676973
- 747279220000000000000000000000FFFFFFFFFFFFFFFF000000000400000009
- 416C6C2055736572731C000000070000000C000000FFFFFFFFFFFFFFFF000000
- 00000000000352756E21000000070000000C000000FFFFFFFFFFFFFFFF000000
- 00000000000852756E204F6E636525000000070000000C000000FFFFFFFFFFFF
- FFFF00000000000000000C52756E2053657276696365732A000000070000000C
- 000000FFFFFFFFFFFFFFFF00000000000000001152756E205365727669636573
- 204F6E6365250000000900000009000000FFFFFFFFFFFFFFFF00000000020000
- 000C43757272656E7420557365721C000000070000000C000000FFFFFFFFFFFF
- FFFF00000000000000000352756E21000000070000000C000000FFFFFFFFFFFF
- FFFF00000000000000000852756E204F6E6365200000000B0000000B000000FF
- FFFFFFFFFFFFFF00000000020000000757696E2E696E691D000000070000000C
- 000000FFFFFFFFFFFFFFFF0000000000000000044C6F61641C00000007000000
- 0C000000FFFFFFFFFFFFFFFF00000000000000000352756E}
- end
- object btnOK: TButton
- Left = 162
- Top = 331
- Width = 75
- Height = 23
- HelpContext = 5
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 244
- Top = 331
- Width = 75
- Height = 23
- HelpContext = 3
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = btnCancelClick
- end
- end
-