home *** CD-ROM | disk | FTP | other *** search
- object UndoForm: TUndoForm
- Tag = 7
- Left = 446
- Top = 223
- Width = 600
- Height = 400
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- Caption = 'Undo'
- Color = clBtnFace
- DragKind = dkDock
- DragMode = dmAutomatic
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDefault
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnDeactivate = FormDeactivate
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 13
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 592
- Height = 336
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 3
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- object ListViewUndo: TListView
- Left = 3
- Top = 3
- Width = 586
- Height = 330
- Align = alClient
- Columns = <
- item
- Caption = 'Time'
- Width = 100
- end
- item
- Caption = 'Action'
- Width = 88
- end
- item
- Caption = 'Status'
- Width = 100
- end
- item
- Caption = 'RegistryKey'
- Width = 250
- end
- item
- Caption = 'Value'
- Width = 100
- end
- item
- Caption = 'Source'
- Width = 80
- end
- item
- Caption = 'Destination'
- Width = 80
- end
- item
- Caption = 'Value'
- Width = 0
- end>
- HideSelection = False
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- SortType = stText
- TabOrder = 0
- ViewStyle = vsReport
- OnColumnClick = ListViewUndoColumnClick
- OnCompare = ListViewUndoCompare
- OnKeyDown = ListViewUndoKeyDown
- OnSelectItem = ListViewUndoSelectItem
- end
- end
- object CoolbarUndo: TCoolBar
- Left = 0
- Top = 336
- Width = 592
- Height = 30
- Align = alBottom
- AutoSize = True
- Bands = <
- item
- Control = ToolBarSearch
- ImageIndex = -1
- MinHeight = 30
- Width = 592
- end>
- EdgeInner = esNone
- EdgeOuter = esNone
- object ToolBarSearch: TToolBar
- Tag = 2
- Left = 9
- Top = 0
- Width = 579
- Height = 30
- Align = alNone
- ButtonHeight = 30
- ButtonWidth = 33
- Caption = 'ToolBarButtons'
- DisabledImages = MainForm.ImageListToolbarDisabled
- EdgeBorders = []
- EdgeInner = esNone
- EdgeOuter = esNone
- Flat = True
- HotImages = MainForm.ImageListSaturated
- Images = MainForm.ImageListToolbar
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Transparent = True
- Wrapable = False
- object ButtonUndo: TToolButton
- Left = 0
- Top = 0
- Hint = 'Undo'
- Caption = 'ButtonUndo'
- ImageIndex = 12
- OnClick = ButtonUndoClick
- end
- object ToolButton3: TToolButton
- Left = 33
- Top = 0
- Width = 8
- Caption = 'ToolButton3'
- ImageIndex = 19
- Style = tbsSeparator
- end
- object ButtonDelete: TToolButton
- Left = 41
- Top = 0
- Hint = 'Remove'
- Caption = 'ButtonDelete'
- ImageIndex = 6
- OnClick = ButtonDeleteClick
- end
- object ToolButton1: TToolButton
- Left = 74
- Top = 0
- Width = 8
- Caption = 'ToolButton1'
- ImageIndex = 18
- Style = tbsSeparator
- end
- object ButtonJumpTo: TToolButton
- Left = 82
- Top = 0
- Hint = 'Jump to'
- Caption = '&Jump To'
- ImageIndex = 25
- OnClick = ButtonJumpToClick
- end
- object ToolButton21: TToolButton
- Left = 115
- Top = 0
- Width = 8
- Caption = 'ToolButton21'
- ImageIndex = 15
- Style = tbsSeparator
- end
- object ButtonStayOnTop: TToolButton
- Left = 123
- Top = 0
- Hint = 'Stay on top'
- Caption = 'ButtonStayOnTop'
- ImageIndex = 16
- Style = tbsCheck
- OnClick = ButtonStayOnTopClick
- end
- object ToolButton6: TToolButton
- Left = 156
- Top = 0
- Width = 8
- Caption = 'ToolButton2'
- ImageIndex = 18
- Style = tbsSeparator
- end
- object ButtonHelp: TToolButton
- Left = 164
- Top = 0
- Hint = 'Help'
- Caption = 'ActionHelp'
- ImageIndex = 17
- OnClick = ButtonHelpClick
- end
- end
- end
- object regTmp: TRspReg
- Key = 2147483647
- RootKey = 2147483647
- RootKeyIndex = rkHKEY_NONE
- AbbreviatedRootKeys = False
- SearchCaseSensitive = False
- SearchPriority = tpNormal
- SearchKeys = False
- SearchValues = False
- SearchData = False
- SearchType = stText
- SearchExpandEnvironment = False
- Left = 48
- Top = 88
- end
- object regUndo: TRspReg
- Key = 2147483647
- RootKey = 2147483647
- RootKeyIndex = rkHKEY_NONE
- AbbreviatedRootKeys = False
- SearchCaseSensitive = False
- SearchPriority = tpNormal
- SearchKeys = False
- SearchValues = False
- SearchData = False
- SearchType = stText
- SearchExpandEnvironment = False
- Left = 104
- Top = 88
- end
- object ActionListUndo: TActionList
- Left = 312
- Top = 144
- object ActionHelp: TAction
- Caption = 'ActionHelp'
- ShortCut = 112
- OnExecute = ActionHelpExecute
- end
- end
- end
-