home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 329
- Top = 247
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'MySQL Enterprise'
- ClientHeight = 354
- ClientWidth = 498
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- DesignSize = (
- 498
- 354)
- PixelsPerInch = 96
- TextHeight = 13
- object Page02Img: TImage
- Left = 0
- Top = 0
- Width = 498
- Height = 312
- Anchors = [akTop, akRight]
- AutoSize = True
- Picture.Data = {<image000.jpg>}
- end
- object Bevel2: TBevel
- Left = -1
- Top = 312
- Width = 499
- Height = 5
- Anchors = [akLeft, akRight, akBottom]
- Shape = bsTopLine
- end
- object Page01Img: TImage
- Left = 0
- Top = 0
- Width = 498
- Height = 312
- Anchors = [akTop, akRight]
- AutoSize = True
- Picture.Data = {<image001.jpg>}
- end
- object NextBtn: TButton
- Left = 306
- Top = 324
- Width = 87
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = 'Next >'
- Default = True
- TabOrder = 0
- OnClick = NextBtnClick
- end
- object BackBtn: TButton
- Left = 210
- Top = 324
- Width = 87
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = '< Back'
- Enabled = False
- TabOrder = 1
- OnClick = BackBtnClick
- end
- object MoreBtn: TButton
- Left = 8
- Top = 324
- Width = 87
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = 'More ...'
- TabOrder = 2
- OnClick = MoreBtnClick
- end
- object CancelBtn: TButton
- Left = 402
- Top = 324
- Width = 87
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = 'Cancel'
- Enabled = False
- TabOrder = 3
- end
- end
-