home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / slunec / app / reglite.exe / RL.EXE / 0 / RCDATA / TUNDOFORM / TUNDOFORM.txt
Encoding:
Text File  |  2002-08-11  |  5.4 KB  |  243 lines

  1. object UndoForm: TUndoForm
  2.   Tag = 7
  3.   Left = 0
  4.   Top = 0
  5.   Width = 1164
  6.   Height = 876
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Visible = False
  9.   Caption = 'Undo'
  10.   Color = clBtnFace
  11.   DragKind = dkDock
  12.   DragMode = dmAutomatic
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   Position = poDefault
  20.   OnActivate = FormActivate
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnDeactivate = FormDeactivate
  24.   OnKeyDown = FormKeyDown
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object Panel2: TPanel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 1156
  31.     Height = 812
  32.     Align = alClient
  33.     BevelOuter = bvNone
  34.     BorderWidth = 3
  35.     ParentShowHint = False
  36.     ShowHint = True
  37.     TabOrder = 0
  38.     object ListViewUndo: TListView
  39.       Left = 3
  40.       Top = 3
  41.       Width = 1150
  42.       Height = 806
  43.       Align = alClient
  44.       Columns = <
  45.         item
  46.           Caption = 'Time'
  47.           Width = 100
  48.         end
  49.         item
  50.           Caption = 'Action'
  51.           Width = 88
  52.         end
  53.         item
  54.           Caption = 'Status'
  55.           Width = 100
  56.         end
  57.         item
  58.           Caption = 'RegistryKey'
  59.           Width = 250
  60.         end
  61.         item
  62.           Caption = 'Value'
  63.           Width = 100
  64.         end
  65.         item
  66.           Caption = 'Source'
  67.           Width = 80
  68.         end
  69.         item
  70.           Caption = 'Destination'
  71.           Width = 80
  72.         end
  73.         item
  74.           Caption = 'Value'
  75.           Width = 0
  76.         end>
  77.       HideSelection = False
  78.       MultiSelect = True
  79.       ReadOnly = True
  80.       RowSelect = True
  81.       SortType = stText
  82.       TabOrder = 0
  83.       ViewStyle = vsReport
  84.       OnColumnClick = ListViewUndoColumnClick
  85.       OnCompare = ListViewUndoCompare
  86.       OnKeyDown = ListViewUndoKeyDown
  87.       OnSelectItem = ListViewUndoSelectItem
  88.     end
  89.   end
  90.   object CoolbarUndo: TCoolBar
  91.     Left = 0
  92.     Top = 812
  93.     Width = 1156
  94.     Height = 30
  95.     Align = alBottom
  96.     AutoSize = True
  97.     Bands = <
  98.       item
  99.         Control = ToolBarSearch
  100.         ImageIndex = -1
  101.         MinHeight = 30
  102.         Width = 1156
  103.       end>
  104.     EdgeInner = esNone
  105.     EdgeOuter = esNone
  106.     object ToolBarSearch: TToolBar
  107.       Tag = 2
  108.       Left = 9
  109.       Top = 0
  110.       Width = 1143
  111.       Height = 30
  112.       Align = alNone
  113.       ButtonHeight = 30
  114.       ButtonWidth = 33
  115.       Caption = 'ToolBarButtons'
  116.       DisabledImages = MainForm.ImageListToolbarDisabled
  117.       EdgeBorders = []
  118.       EdgeInner = esNone
  119.       EdgeOuter = esNone
  120.       Flat = True
  121.       HotImages = MainForm.ImageListSaturated
  122.       Images = MainForm.ImageListToolbar
  123.       ParentShowHint = False
  124.       ShowHint = True
  125.       TabOrder = 0
  126.       Transparent = True
  127.       Wrapable = False
  128.       object ButtonUndo: TToolButton
  129.         Left = 0
  130.         Top = 0
  131.         Hint = 'Undo'
  132.         Caption = 'ButtonUndo'
  133.         ImageIndex = 12
  134.         OnClick = ButtonUndoClick
  135.       end
  136.       object ToolButton3: TToolButton
  137.         Left = 33
  138.         Top = 0
  139.         Width = 8
  140.         Caption = 'ToolButton3'
  141.         ImageIndex = 19
  142.         Style = tbsSeparator
  143.       end
  144.       object ButtonDelete: TToolButton
  145.         Left = 41
  146.         Top = 0
  147.         Hint = 'Remove'
  148.         Caption = 'ButtonDelete'
  149.         ImageIndex = 6
  150.         OnClick = ButtonDeleteClick
  151.       end
  152.       object ToolButton1: TToolButton
  153.         Left = 74
  154.         Top = 0
  155.         Width = 8
  156.         Caption = 'ToolButton1'
  157.         ImageIndex = 18
  158.         Style = tbsSeparator
  159.       end
  160.       object ButtonJumpTo: TToolButton
  161.         Left = 82
  162.         Top = 0
  163.         Hint = 'Jump to'
  164.         Caption = '&Jump To'
  165.         ImageIndex = 25
  166.         OnClick = ButtonJumpToClick
  167.       end
  168.       object ToolButton21: TToolButton
  169.         Left = 115
  170.         Top = 0
  171.         Width = 8
  172.         Caption = 'ToolButton21'
  173.         ImageIndex = 15
  174.         Style = tbsSeparator
  175.       end
  176.       object ButtonStayOnTop: TToolButton
  177.         Left = 123
  178.         Top = 0
  179.         Hint = 'Stay on top'
  180.         Caption = 'ButtonStayOnTop'
  181.         ImageIndex = 16
  182.         Style = tbsCheck
  183.         OnClick = ButtonStayOnTopClick
  184.       end
  185.       object ToolButton6: TToolButton
  186.         Left = 156
  187.         Top = 0
  188.         Width = 8
  189.         Caption = 'ToolButton2'
  190.         ImageIndex = 18
  191.         Style = tbsSeparator
  192.       end
  193.       object ButtonHelp: TToolButton
  194.         Left = 164
  195.         Top = 0
  196.         Hint = 'Help'
  197.         Caption = 'ActionHelp'
  198.         ImageIndex = 17
  199.         OnClick = ButtonHelpClick
  200.       end
  201.     end
  202.   end
  203.   object regTmp: TRspReg
  204.     Key = 2147483647
  205.     RootKey = 2147483647
  206.     RootKeyIndex = rkHKEY_NONE
  207.     AbbreviatedRootKeys = False
  208.     SearchCaseSensitive = False
  209.     SearchPriority = tpNormal
  210.     SearchKeys = False
  211.     SearchValues = False
  212.     SearchData = False
  213.     SearchType = stText
  214.     SearchExpandEnvironment = False
  215.     Left = 48
  216.     Top = 88
  217.   end
  218.   object regUndo: TRspReg
  219.     Key = 2147483647
  220.     RootKey = 2147483647
  221.     RootKeyIndex = rkHKEY_NONE
  222.     AbbreviatedRootKeys = False
  223.     SearchCaseSensitive = False
  224.     SearchPriority = tpNormal
  225.     SearchKeys = False
  226.     SearchValues = False
  227.     SearchData = False
  228.     SearchType = stText
  229.     SearchExpandEnvironment = False
  230.     Left = 104
  231.     Top = 88
  232.   end
  233.   object ActionListUndo: TActionList
  234.     Left = 312
  235.     Top = 144
  236.     object ActionHelp: TAction
  237.       Caption = 'ActionHelp'
  238.       ShortCut = 112
  239.       OnExecute = ActionHelpExecute
  240.     end
  241.   end
  242. end
  243.