home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 202
- Top = 142
- ActiveControl = BitBtn1
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'CoolDBUtils Demo...'
- ClientHeight = 277
- ClientWidth = 324
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel4: TBevel
- Left = 24
- Top = 136
- Width = 193
- Height = 81
- Shape = bsFrame
- Style = bsRaised
- end
- object LabelProgress: TLabel
- Left = 32
- Top = 232
- Width = 67
- Height = 13
- Caption = 'LabelProgress'
- end
- object LabelInfo: TLabel
- Left = 32
- Top = 144
- Width = 180
- Height = 69
- AutoSize = False
- Caption = 'LabelInfo'
- WordWrap = True
- end
- object ProgressBar1: TProgressBar
- Left = 32
- Top = 248
- Width = 185
- Height = 13
- Min = 0
- Max = 100
- TabOrder = 1
- end
- object BitBtn1: TBitBtn
- Left = 232
- Top = 24
- Width = 75
- Height = 25
- Caption = '&GO!'
- ModalResult = 5
- TabOrder = 0
- OnClick = BitBtn1Click
- Glyph.Data = {
- DE010000424DDE01000000000000760000002800000024000000120000000100
- 0400000000006801000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00344446333334
- 44433333FFFF333333FFFF33000033AAA43333332A4333338833F33333883F33
- 00003332A46333332A4333333383F33333383F3300003332A2433336A6633333
- 33833F333383F33300003333AA463362A433333333383F333833F33300003333
- 6AA4462A46333333333833FF833F33330000333332AA22246333333333338333
- 33F3333300003333336AAA22646333333333383333F8FF33000033444466AA43
- 6A43333338FFF8833F383F330000336AA246A2436A43333338833F833F383F33
- 000033336A24AA442A433333333833F33FF83F330000333333A2AA2AA4333333
- 333383333333F3330000333333322AAA4333333333333833333F333300003333
- 333322A4333333333333338333F333330000333333344A433333333333333338
- 3F333333000033333336A24333333333333333833F333333000033333336AA43
- 33333333333333833F3333330000333333336663333333333333333888333333
- 0000}
- NumGlyphs = 2
- end
- object RadioGroup1: TRadioGroup
- Left = 24
- Top = 16
- Width = 193
- Height = 105
- Caption = 'CoolDBUtilities'
- ItemIndex = 0
- Items.Strings = (
- '&1. Backup the database'
- '&2. Pack (compress) the database'
- '&3. Save database structure'
- '&4. Restore database structure'
- '&5. Update the database')
- TabOrder = 2
- OnClick = RadioGroup1Click
- end
- object BitBtn2: TBitBtn
- Left = 232
- Top = 56
- Width = 75
- Height = 25
- TabOrder = 3
- Kind = bkClose
- end
- object CoolDBBackup1: TCoolDBBackup
- TablesMask = '*.*'
- OnActionInProgress = CoolDBBackup1ActionInProgress
- OnExecuteEnd = CoolDBBackup1ExecuteEnd
- Left = 40
- Top = 176
- end
- object CoolDBStructureRestorer1: TCoolDBStructureRestorer
- TablesMask = '*.*'
- OnActionInProgress = CoolDBBackup1ActionInProgress
- OnExecuteEnd = CoolDBBackup1ExecuteEnd
- Left = 136
- Top = 176
- end
- object CoolDBUpdater21: TCoolDBUpdater2
- TablesMask = '*.*'
- OnActionInProgress = CoolDBBackup1ActionInProgress
- OnExecuteEnd = CoolDBBackup1ExecuteEnd
- Left = 168
- Top = 176
- end
- object CoolDBStructureExporter1: TCoolDBStructureExporter
- TablesMask = '*.*'
- OnActionInProgress = CoolDBBackup1ActionInProgress
- OnExecuteEnd = CoolDBBackup1ExecuteEnd
- Left = 104
- Top = 176
- end
- object CoolDBPack1: TCoolDBPack
- TablesMask = '*.*'
- OnActionInProgress = CoolDBBackup1ActionInProgress
- OnExecuteEnd = CoolDBBackup1ExecuteEnd
- Left = 72
- Top = 176
- end
- end
-