home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / StartUpManager.exe / RCDATA / TFRMMOVETO / TFRMMOVETO.txt
Encoding:
Text File  |  2004-03-31  |  3.1 KB  |  111 lines

  1. object frmMoveTo: TfrmMoveTo
  2.   Left = 680
  3.   Top = 80
  4.   BorderStyle = bsDialog
  5.   Caption = 'Move'
  6.   ClientHeight = 363
  7.   ClientWidth = 328
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     328
  20.     363)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 11
  25.     Top = 11
  26.     Width = 88
  27.     Height = 13
  28.     HelpContext = 7500
  29.     Caption = '&Move to:'
  30.     FocusControl = TVFolders
  31.   end
  32.   object Label2: TLabel
  33.     Left = 11
  34.     Top = 270
  35.     Width = 307
  36.     Height = 13
  37.     Anchors = [akLeft, akRight, akBottom]
  38.     AutoSize = False
  39.     Caption = 'Information on the selected folder:'
  40.   end
  41.   object lblFolderDesc: TLabel
  42.     Left = 11
  43.     Top = 286
  44.     Width = 307
  45.     Height = 38
  46.     Anchors = [akLeft, akRight, akBottom]
  47.     AutoSize = False
  48.     Caption = '%s'
  49.     WordWrap = True
  50.   end
  51.   object TVFolders: TTreeView
  52.     Left = 11
  53.     Top = 27
  54.     Width = 306
  55.     Height = 237
  56.     HelpContext = 7500
  57.     Anchors = [akLeft, akTop, akRight, akBottom]
  58.     HideSelection = False
  59.     Images = frmMain.ImageList1
  60.     Indent = 19
  61.     ReadOnly = True
  62.     ShowRoot = False
  63.     TabOrder = 0
  64.     OnChange = TVFoldersChange
  65.     Items.Data = {
  66.       010000001C000000070000000C000000FFFFFFFFFFFFFFFF0000000003000000
  67.       03416C6C270000000A0000000A000000FFFFFFFFFFFFFFFF0000000002000000
  68.       0E5374617274757020466F6C646572220000000000000000000000FFFFFFFFFF
  69.       FFFFFF000000000000000009416C6C2055736572732500000009000000090000
  70.       00FFFFFFFFFFFFFFFF00000000000000000C43757272656E7420557365722100
  71.       00000800000008000000FFFFFFFFFFFFFFFF0000000002000000085265676973
  72.       747279220000000000000000000000FFFFFFFFFFFFFFFF000000000400000009
  73.       416C6C2055736572731C000000070000000C000000FFFFFFFFFFFFFFFF000000
  74.       00000000000352756E21000000070000000C000000FFFFFFFFFFFFFFFF000000
  75.       00000000000852756E204F6E636525000000070000000C000000FFFFFFFFFFFF
  76.       FFFF00000000000000000C52756E2053657276696365732A000000070000000C
  77.       000000FFFFFFFFFFFFFFFF00000000000000001152756E205365727669636573
  78.       204F6E6365250000000900000009000000FFFFFFFFFFFFFFFF00000000020000
  79.       000C43757272656E7420557365721C000000070000000C000000FFFFFFFFFFFF
  80.       FFFF00000000000000000352756E21000000070000000C000000FFFFFFFFFFFF
  81.       FFFF00000000000000000852756E204F6E6365200000000B0000000B000000FF
  82.       FFFFFFFFFFFFFF00000000020000000757696E2E696E691D000000070000000C
  83.       000000FFFFFFFFFFFFFFFF0000000000000000044C6F61641C00000007000000
  84.       0C000000FFFFFFFFFFFFFFFF00000000000000000352756E}
  85.   end
  86.   object btnOK: TButton
  87.     Left = 162
  88.     Top = 331
  89.     Width = 75
  90.     Height = 23
  91.     HelpContext = 5
  92.     Anchors = [akRight, akBottom]
  93.     Caption = 'OK'
  94.     Default = True
  95.     TabOrder = 1
  96.     OnClick = btnOKClick
  97.   end
  98.   object btnCancel: TButton
  99.     Left = 244
  100.     Top = 331
  101.     Width = 75
  102.     Height = 23
  103.     HelpContext = 3
  104.     Anchors = [akRight, akBottom]
  105.     Cancel = True
  106.     Caption = 'Cancel'
  107.     TabOrder = 2
  108.     OnClick = btnCancelClick
  109.   end
  110. end
  111.