home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 271
- Top = 235
- Width = 436
- Height = 367
- Caption = 'CachedUpdate Demo'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 40
- Top = 40
- Width = 227
- Height = 13
- Caption = 'This grid is Hooked to the TQuery QueryCache'
- end
- object Label2: TLabel
- Left = 48
- Top = 184
- Width = 214
- Height = 13
- Caption = 'This grid is hooked to a TTable TableRefresh'
- end
- object DBGridRefresh: TDBGrid
- Left = 0
- Top = 200
- Width = 320
- Height = 120
- DataSource = DataModuleCache.DataSourceRefresh
- Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
- ReadOnly = True
- TabOrder = 0
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object DBGridCache: TDBGrid
- Left = 0
- Top = 56
- Width = 320
- Height = 120
- DataSource = DataModuleCache.DataSourceCache
- TabOrder = 1
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object DBNavigator1: TDBNavigator
- Left = 0
- Top = 0
- Width = 320
- Height = 25
- DataSource = DataModuleCache.DataSourceCache
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object ButtonApply: TButton
- Left = 336
- Top = 40
- Width = 75
- Height = 25
- Caption = 'Apply'
- TabOrder = 3
- OnClick = ButtonApplyClick
- end
- object ButtonCancel: TButton
- Left = 336
- Top = 80
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = ButtonCancelClick
- end
- object ButtonUndo: TButton
- Left = 336
- Top = 120
- Width = 75
- Height = 25
- Caption = 'Undo'
- TabOrder = 5
- OnClick = ButtonUndoClick
- end
- object ButtonRefresh: TButton
- Left = 336
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Refresh'
- TabOrder = 6
- OnClick = ButtonRefreshClick
- end
- end
-