home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / software / rapid / rapid_install.exe / rapid.exe / 0 / RCDATA / TPROFILEPROPSFORM / TPROFILEPROPSFORM.txt
Text File  |  2005-05-02  |  10KB  |  418 lines

  1. object ProfilePropsForm: TProfilePropsForm
  2.   Left = 387
  3.   Top = 244
  4.   Width = 592
  5.   Height = 363
  6.   Caption = 'Profile properties'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 363
  9.   Constraints.MinWidth = 500
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   DesignSize = (
  20.     584
  21.     329)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PC: TPageControl
  25.     Left = 7
  26.     Top = 8
  27.     Width = 570
  28.     Height = 281
  29.     ActivePage = tabScheduler
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     MultiLine = True
  32.     TabOrder = 2
  33.     OnChange = PCChange
  34.     object tabProfile: TTabSheet
  35.       Caption = 'General'
  36.       ImageIndex = 1
  37.       DesignSize = (
  38.         562
  39.         253)
  40.       object GroupBox2: TGroupBox
  41.         Left = 8
  42.         Top = 8
  43.         Width = 545
  44.         Height = 233
  45.         Anchors = [akLeft, akTop, akRight, akBottom]
  46.         TabOrder = 0
  47.         DesignSize = (
  48.           545
  49.           233)
  50.         object Label3: TLabel
  51.           Left = 8
  52.           Top = 52
  53.           Width = 78
  54.           Height = 13
  55.           Caption = 'Move files to the'
  56.         end
  57.         object Label2: TLabel
  58.           Left = 8
  59.           Top = 20
  60.           Width = 58
  61.           Height = 13
  62.           Caption = 'Profile name'
  63.         end
  64.         object comboPosition: TComboBox
  65.           Left = 96
  66.           Top = 48
  67.           Width = 153
  68.           Height = 21
  69.           AutoDropDown = True
  70.           AutoCloseUp = True
  71.           Style = csDropDownList
  72.           ItemHeight = 13
  73.           ItemIndex = 0
  74.           TabOrder = 1
  75.           Text = 'start of disk'
  76.           Items.Strings = (
  77.             'start of disk'
  78.             'end of disk')
  79.         end
  80.         object edProfileName: TEdit
  81.           Left = 96
  82.           Top = 16
  83.           Width = 433
  84.           Height = 21
  85.           Anchors = [akLeft, akTop, akRight]
  86.           TabOrder = 0
  87.         end
  88.       end
  89.     end
  90.     object tabIncluded: TTabSheet
  91.       Caption = 'Included file(s)'
  92.       ImageIndex = 2
  93.       DesignSize = (
  94.         562
  95.         253)
  96.       object GroupBox1: TGroupBox
  97.         Left = 8
  98.         Top = 8
  99.         Width = 545
  100.         Height = 233
  101.         Anchors = [akLeft, akTop, akRight, akBottom]
  102.         TabOrder = 0
  103.         DesignSize = (
  104.           545
  105.           233)
  106.         object Label4: TLabel
  107.           Left = 8
  108.           Top = 192
  109.           Width = 393
  110.           Height = 33
  111.           Anchors = [akLeft, akBottom]
  112.           AutoSize = False
  113.           Caption = 
  114.             'Click on the '#39'Add file'#39' or '#39'Add dir'#39' buttons or drag and drop fi' +
  115.             'les into this window from the Windows Explorer'
  116.           WordWrap = True
  117.         end
  118.         object lvFiles: TListView
  119.           Left = 8
  120.           Top = 16
  121.           Width = 393
  122.           Height = 169
  123.           Anchors = [akLeft, akTop, akRight, akBottom]
  124.           Columns = <
  125.             item
  126.               AutoSize = True
  127.               Caption = 'Name'
  128.             end
  129.             item
  130.               Alignment = taRightJustify
  131.               Caption = 'Size'
  132.               Width = 70
  133.             end
  134.             item
  135.               Alignment = taRightJustify
  136.               Caption = 'Fragments'
  137.               Width = 80
  138.             end>
  139.           HideSelection = False
  140.           MultiSelect = True
  141.           ReadOnly = True
  142.           RowSelect = True
  143.           PopupMenu = popupFiles
  144.           TabOrder = 0
  145.           ViewStyle = vsReport
  146.           OnColumnClick = lvFilesColumnClick
  147.           OnCompare = lvFilesCompare
  148.         end
  149.         object btnDeleteAll: TButton
  150.           Left = 416
  151.           Top = 112
  152.           Width = 115
  153.           Height = 25
  154.           Action = actDeleteAll
  155.           Anchors = [akTop, akRight]
  156.           TabOrder = 4
  157.         end
  158.         object btnDelete: TButton
  159.           Left = 416
  160.           Top = 80
  161.           Width = 115
  162.           Height = 25
  163.           Action = actDelete
  164.           Anchors = [akTop, akRight]
  165.           TabOrder = 3
  166.         end
  167.         object btnRescan: TButton
  168.           Left = 416
  169.           Top = 144
  170.           Width = 115
  171.           Height = 25
  172.           Action = actRescan
  173.           Anchors = [akTop, akRight]
  174.           TabOrder = 5
  175.         end
  176.         object btnAddDir: TButton
  177.           Left = 416
  178.           Top = 48
  179.           Width = 115
  180.           Height = 25
  181.           Action = actAddDir
  182.           Anchors = [akTop, akRight]
  183.           TabOrder = 2
  184.         end
  185.         object btnAddFile: TButton
  186.           Left = 416
  187.           Top = 16
  188.           Width = 115
  189.           Height = 25
  190.           Action = actAddFile
  191.           Anchors = [akTop, akRight]
  192.           TabOrder = 1
  193.         end
  194.       end
  195.     end
  196.     object tabScheduler: TTabSheet
  197.       Caption = 'Scheduler'
  198.       ImageIndex = 1
  199.       DesignSize = (
  200.         562
  201.         253)
  202.       object GroupBox3: TGroupBox
  203.         Left = 8
  204.         Top = 8
  205.         Width = 545
  206.         Height = 233
  207.         Anchors = [akLeft, akTop, akRight, akBottom]
  208.         TabOrder = 0
  209.         DesignSize = (
  210.           545
  211.           233)
  212.         object cbSchedulerActive: TCheckBox
  213.           Left = 8
  214.           Top = 16
  215.           Width = 153
  216.           Height = 17
  217.           Caption = 'Activate scheduler'
  218.           TabOrder = 0
  219.           OnClick = cbSchedulerActiveClick
  220.         end
  221.         object gbSchedulerParams: TGroupBox
  222.           Left = 8
  223.           Top = 40
  224.           Width = 529
  225.           Height = 185
  226.           Anchors = [akLeft, akTop, akRight, akBottom]
  227.           TabOrder = 1
  228.           object Label1: TLabel
  229.             Left = 16
  230.             Top = 16
  231.             Width = 47
  232.             Height = 13
  233.             Caption = 'Start time:'
  234.           end
  235.           object dtpSchedulerStart: TDateTimePicker
  236.             Left = 16
  237.             Top = 32
  238.             Width = 89
  239.             Height = 21
  240.             Date = 38067.124023564810000000
  241.             Time = 38067.124023564810000000
  242.             Kind = dtkTime
  243.             TabOrder = 0
  244.           end
  245.           object cb7: TCheckBox
  246.             Left = 328
  247.             Top = 80
  248.             Width = 97
  249.             Height = 17
  250.             Caption = 'Sunday'
  251.             Color = clBtnFace
  252.             Font.Charset = DEFAULT_CHARSET
  253.             Font.Color = clWindowText
  254.             Font.Height = -11
  255.             Font.Name = 'MS Sans Serif'
  256.             Font.Style = [fsBold]
  257.             ParentColor = False
  258.             ParentFont = False
  259.             TabOrder = 7
  260.           end
  261.           object cb1: TCheckBox
  262.             Left = 16
  263.             Top = 80
  264.             Width = 97
  265.             Height = 17
  266.             Caption = 'Monday'
  267.             TabOrder = 1
  268.           end
  269.           object cb2: TCheckBox
  270.             Left = 16
  271.             Top = 104
  272.             Width = 97
  273.             Height = 17
  274.             Caption = 'Tuesday'
  275.             TabOrder = 2
  276.           end
  277.           object cb3: TCheckBox
  278.             Left = 120
  279.             Top = 80
  280.             Width = 97
  281.             Height = 17
  282.             Caption = 'Wednesday'
  283.             TabOrder = 3
  284.           end
  285.           object cb4: TCheckBox
  286.             Left = 120
  287.             Top = 104
  288.             Width = 97
  289.             Height = 17
  290.             Caption = 'Thursday'
  291.             TabOrder = 4
  292.           end
  293.           object cb5: TCheckBox
  294.             Left = 224
  295.             Top = 80
  296.             Width = 97
  297.             Height = 17
  298.             Caption = 'Friday'
  299.             TabOrder = 5
  300.           end
  301.           object cb6: TCheckBox
  302.             Left = 224
  303.             Top = 104
  304.             Width = 97
  305.             Height = 17
  306.             Caption = 'Saturday'
  307.             Font.Charset = DEFAULT_CHARSET
  308.             Font.Color = clWindowText
  309.             Font.Height = -11
  310.             Font.Name = 'MS Sans Serif'
  311.             Font.Style = [fsBold]
  312.             ParentFont = False
  313.             TabOrder = 6
  314.           end
  315.           object bCheckAll: TButton
  316.             Left = 16
  317.             Top = 136
  318.             Width = 97
  319.             Height = 25
  320.             Caption = 'Check all'
  321.             TabOrder = 8
  322.             OnClick = bCheckAllClick
  323.           end
  324.           object bResetAll: TButton
  325.             Left = 128
  326.             Top = 136
  327.             Width = 97
  328.             Height = 25
  329.             Caption = 'Reset all'
  330.             TabOrder = 9
  331.             OnClick = bResetAllClick
  332.           end
  333.         end
  334.       end
  335.     end
  336.   end
  337.   object btnOK: TButton
  338.     Left = 415
  339.     Top = 297
  340.     Width = 75
  341.     Height = 25
  342.     Anchors = [akRight, akBottom]
  343.     Caption = 'OK'
  344.     Default = True
  345.     ModalResult = 1
  346.     TabOrder = 0
  347.   end
  348.   object btnCancel: TButton
  349.     Left = 503
  350.     Top = 297
  351.     Width = 75
  352.     Height = 25
  353.     Anchors = [akRight, akBottom]
  354.     Cancel = True
  355.     Caption = 'Cancel'
  356.     ModalResult = 2
  357.     TabOrder = 1
  358.   end
  359.   object odAddFile: TOpenDialog
  360.     Options = [ofReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofShareAware, ofEnableSizing, ofDontAddToRecent, ofForceShowHidden]
  361.     Left = 379
  362.     Top = 7
  363.   end
  364.   object ActionManager1: TActionManager
  365.     Left = 491
  366.     Top = 7
  367.     StyleName = 'XP Style'
  368.     object actDelete: TAction
  369.       Caption = 'Delete'
  370.       OnExecute = actDeleteExecute
  371.       OnUpdate = actDeleteUpdate
  372.     end
  373.     object actSelectAll: TAction
  374.       Caption = 'Select All'
  375.       OnExecute = actSelectAllExecute
  376.     end
  377.     object actDeleteAll: TAction
  378.       Caption = 'Delete All'
  379.       OnExecute = actDeleteAllExecute
  380.       OnUpdate = actDeleteAllUpdate
  381.     end
  382.     object actAddDir: TAction
  383.       Caption = 'Add dir...'
  384.       OnExecute = actAddDirExecute
  385.     end
  386.     object actAddFile: TAction
  387.       Caption = 'Add file...'
  388.       OnExecute = actAddFileExecute
  389.     end
  390.     object actRescan: TAction
  391.       Caption = 'Rescan'
  392.       OnExecute = actRescanExecute
  393.       OnUpdate = actRescanUpdate
  394.     end
  395.   end
  396.   object popupFiles: TPopupMenu
  397.     Left = 459
  398.     Top = 7
  399.     object Addfile1: TMenuItem
  400.       Action = actAddFile
  401.     end
  402.     object Addfile2: TMenuItem
  403.       Action = actAddDir
  404.     end
  405.     object Delete1: TMenuItem
  406.       Action = actDelete
  407.       ShortCut = 46
  408.     end
  409.     object SelectAll1: TMenuItem
  410.       Action = actSelectAll
  411.       ShortCut = 16449
  412.     end
  413.     object DeleteAll1: TMenuItem
  414.       Action = actDeleteAll
  415.     end
  416.   end
  417. end
  418.