home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #10 / K-CD-10-2002.ISO / Tools / Registry / BackupKey.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Encoding:
Text File  |  2001-03-24  |  7.6 KB  |  341 lines

  1. object frmMain: TfrmMain
  2.   Left = 254
  3.   Top = 189
  4.   AutoScroll = False
  5.   Caption = 'frmMain'
  6.   ClientHeight = 248
  7.   ClientWidth = 363
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = mnuMain
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lbItems: TmVirtualListBox
  23.     Left = 12
  24.     Top = 43
  25.     Width = 317
  26.     Height = 174
  27.     ItemCount = 0
  28.     ItemHeight = 40
  29.     TabOrder = 0
  30.     DoubleBuffered = False
  31.     OnClick = lbItemsClick
  32.     OnDblClick = lbItemsDblClick
  33.     OnMouseDown = lbItemsMouseDown
  34.     OnDrawItem = lbItemsDrawItem
  35.   end
  36.   object StatusBar: TStatusBar
  37.     Left = 0
  38.     Top = 229
  39.     Width = 363
  40.     Height = 19
  41.     Panels = <
  42.       item
  43.         Bevel = pbNone
  44.         Text = 'Freeware from Moon Software - visit http://www.moonsoftware.com'
  45.         Width = 2000
  46.       end>
  47.     SimplePanel = False
  48.   end
  49.   object ToolBar1: TToolBar
  50.     Left = 0
  51.     Top = 0
  52.     Width = 363
  53.     Height = 24
  54.     AutoSize = True
  55.     Caption = 'ToolBar'
  56.     Flat = True
  57.     Images = ilActions
  58.     Indent = 1
  59.     ParentShowHint = False
  60.     ShowHint = True
  61.     TabOrder = 2
  62.     Wrapable = False
  63.     object tbAdd: TToolButton
  64.       Left = 1
  65.       Top = 0
  66.       Action = actItemAdd
  67.     end
  68.     object tbEdit: TToolButton
  69.       Left = 24
  70.       Top = 0
  71.       Action = actItemEdit
  72.     end
  73.     object tbRemove: TToolButton
  74.       Left = 47
  75.       Top = 0
  76.       Action = actItemRemove
  77.     end
  78.     object ToolButton1: TToolButton
  79.       Left = 70
  80.       Top = 0
  81.       Width = 4
  82.       Caption = 'ToolButton1'
  83.       ImageIndex = 6
  84.       Style = tbsSeparator
  85.     end
  86.     object tbSave: TToolButton
  87.       Left = 74
  88.       Top = 0
  89.       Action = actFileSave
  90.     end
  91.     object ToolButton2: TToolButton
  92.       Left = 97
  93.       Top = 0
  94.       Width = 4
  95.       Caption = 'ToolButton2'
  96.       ImageIndex = 6
  97.       Style = tbsSeparator
  98.     end
  99.     object tbBackup: TToolButton
  100.       Left = 101
  101.       Top = 0
  102.       Action = actBackupSelected
  103.     end
  104.     object tbBackupAll: TToolButton
  105.       Left = 124
  106.       Top = 0
  107.       Action = actBackupAll
  108.     end
  109.     object ToolButton3: TToolButton
  110.       Left = 147
  111.       Top = 0
  112.       Width = 4
  113.       Caption = 'ToolButton3'
  114.       ImageIndex = 6
  115.       Style = tbsSeparator
  116.     end
  117.     object tbMoveUp: TToolButton
  118.       Left = 151
  119.       Top = 0
  120.       Action = actItemMoveUp
  121.     end
  122.     object tbMoveDown: TToolButton
  123.       Left = 174
  124.       Top = 0
  125.       Action = actItemMoveDown
  126.     end
  127.     object ToolButton6: TToolButton
  128.       Left = 197
  129.       Top = 0
  130.       Width = 4
  131.       Caption = 'ToolButton6'
  132.       ImageIndex = 10
  133.       Style = tbsSeparator
  134.     end
  135.     object tbRegEdit: TToolButton
  136.       Left = 201
  137.       Top = 0
  138.       Action = actFileRunRegEdit
  139.     end
  140.     object ToolButton4: TToolButton
  141.       Left = 224
  142.       Top = 0
  143.       Width = 4
  144.       Caption = 'ToolButton4'
  145.       ImageIndex = 6
  146.       Style = tbsSeparator
  147.     end
  148.     object tbHomepage: TToolButton
  149.       Left = 228
  150.       Top = 0
  151.       Action = actHelpHomepage
  152.       ImageIndex = 9
  153.     end
  154.   end
  155.   object mnuMain: TMainMenu
  156.     Left = 123
  157.     Top = 91
  158.     object mnuFile: TMenuItem
  159.       Caption = '&File'
  160.       object mnuFileSave: TMenuItem
  161.         Action = actFileSave
  162.       end
  163.       object N5: TMenuItem
  164.         Caption = '-'
  165.       end
  166.       object actFileRunRegEdit1: TMenuItem
  167.         Action = actFileRunRegEdit
  168.       end
  169.       object N4: TMenuItem
  170.         Caption = '-'
  171.       end
  172.       object mnuFileClose: TMenuItem
  173.         Action = actFileExit
  174.       end
  175.     end
  176.     object mnuItem: TMenuItem
  177.       Caption = '&Item'
  178.       object mnuItemAdd: TMenuItem
  179.         Action = actItemAdd
  180.       end
  181.       object mnuItemEdit: TMenuItem
  182.         Action = actItemEdit
  183.       end
  184.       object mnuItemRemove: TMenuItem
  185.         Action = actItemRemove
  186.       end
  187.       object mnuItemRemoveAll: TMenuItem
  188.         Action = actItemRemoveAll
  189.         Visible = False
  190.       end
  191.       object N1: TMenuItem
  192.         Caption = '-'
  193.       end
  194.       object mnuItemMoveUp: TMenuItem
  195.         Action = actItemMoveUp
  196.       end
  197.       object mnuItemMoveDown: TMenuItem
  198.         Action = actItemMoveDown
  199.       end
  200.     end
  201.     object mnuBackup: TMenuItem
  202.       Caption = '&Backup'
  203.       object mnuBackupSelected: TMenuItem
  204.         Action = actBackupSelected
  205.       end
  206.       object mnuBackupAll: TMenuItem
  207.         Action = actBackupAll
  208.       end
  209.     end
  210.     object mnuHelp: TMenuItem
  211.       Caption = '&Help'
  212.       object mnuHelpContents: TMenuItem
  213.         Caption = 'Co&ntents...'
  214.         OnClick = mnuHelpContentsClick
  215.       end
  216.       object N2: TMenuItem
  217.         Caption = '-'
  218.       end
  219.       object mnuHelpInternet: TMenuItem
  220.         Action = actHelpHomepage
  221.       end
  222.       object mnuHelpCheckUpdate: TMenuItem
  223.         Caption = 'Check for Update'
  224.         OnClick = mnuHelpCheckUpdateClick
  225.       end
  226.       object N3: TMenuItem
  227.         Caption = '-'
  228.       end
  229.       object mnuHelpAbout: TMenuItem
  230.         Action = actHelpAbout
  231.       end
  232.     end
  233.   end
  234.   object ilActions: TImageList
  235.     Left = 44
  236.     Top = 145
  237.   end
  238.   object alActions: TActionList
  239.     Images = ilActions
  240.     Left = 45
  241.     Top = 88
  242.     object actFileExit: TAction
  243.       Category = 'File'
  244.       Caption = 'Close &Program'
  245.       Hint = 'Close Program'
  246.       OnExecute = actFileExitExecute
  247.     end
  248.     object actFileSave: TAction
  249.       Category = 'File'
  250.       Caption = '&Save'
  251.       Hint = 'Save'
  252.       ImageIndex = 3
  253.       ShortCut = 16467
  254.       OnExecute = actFileSaveExecute
  255.     end
  256.     object actItemAdd: TAction
  257.       Category = 'Item'
  258.       Caption = 'A&dd'
  259.       Hint = 'Add'
  260.       ImageIndex = 0
  261.       ShortCut = 45
  262.       OnExecute = actItemAddExecute
  263.     end
  264.     object actItemEdit: TAction
  265.       Category = 'Item'
  266.       Caption = '&Edit'
  267.       Hint = 'Edit'
  268.       ImageIndex = 1
  269.       ShortCut = 13
  270.       OnExecute = actItemEditExecute
  271.     end
  272.     object actItemRemove: TAction
  273.       Category = 'Item'
  274.       Caption = 'Re&move'
  275.       Hint = 'Remove'
  276.       ImageIndex = 2
  277.       ShortCut = 46
  278.       OnExecute = actItemRemoveExecute
  279.     end
  280.     object actItemRemoveAll: TAction
  281.       Category = 'Item'
  282.       Caption = 'Remove &All'
  283.     end
  284.     object actItemMoveUp: TAction
  285.       Category = 'Item'
  286.       Caption = 'Move &Up'
  287.       Hint = 'Move Up'
  288.       ImageIndex = 6
  289.       ShortCut = 16422
  290.       OnExecute = actItemMoveUpExecute
  291.     end
  292.     object actItemMoveDown: TAction
  293.       Category = 'Item'
  294.       Caption = 'Move &Down'
  295.       Hint = 'Move Down'
  296.       ImageIndex = 7
  297.       ShortCut = 16424
  298.       OnExecute = actItemMoveDownExecute
  299.     end
  300.     object actBackupSelected: TAction
  301.       Category = 'Backup'
  302.       Caption = 'Backup &Selected'
  303.       Hint = 'Backup Selected'
  304.       ImageIndex = 4
  305.       ShortCut = 16450
  306.       OnExecute = actBackupSelectedExecute
  307.     end
  308.     object actBackupAll: TAction
  309.       Category = 'Backup'
  310.       Caption = 'Backup &All'
  311.       Hint = 'Backup All'
  312.       ImageIndex = 5
  313.       ShortCut = 49218
  314.       OnExecute = actBackupAllExecute
  315.     end
  316.     object actHelpContents: TAction
  317.       Category = 'Help'
  318.       Caption = 'Co&ntents...'
  319.     end
  320.     object actHelpAbout: TAction
  321.       Category = 'Help'
  322.       Caption = 'A&bout...'
  323.       OnExecute = actHelpAboutExecute
  324.     end
  325.     object actHelpHomepage: TAction
  326.       Category = 'Help'
  327.       Caption = 'Get &More Stuff!'
  328.       Hint = 'Get More Stuff!'
  329.       ImageIndex = 8
  330.       OnExecute = actHelpHomepageExecute
  331.     end
  332.     object actFileRunRegEdit: TAction
  333.       Category = 'File'
  334.       Caption = 'Run &Registry Editor'
  335.       Hint = 'Registry Editor'
  336.       ImageIndex = 8
  337.       OnExecute = actFileRunRegEditExecute
  338.     end
  339.   end
  340. end
  341.