home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December (DVD) / PCWorld_2007-12_DVD.iso / komunikace / mysql / mysql-essential-5.0.45-win32.msi / Binary.MySQLBillboards.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Encoding:
Text File  |  2007-10-31  |  1.8 KB  |  95 lines

  1. object MainForm: TMainForm
  2.   Left = 329
  3.   Top = 247
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'MySQL Enterprise'
  7.   ClientHeight = 354
  8.   ClientWidth = 498
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   DesignSize = (
  22.     498
  23.     354)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Page02Img: TImage
  27.     Left = 0
  28.     Top = 0
  29.     Width = 498
  30.     Height = 312
  31.     Anchors = [akTop, akRight]
  32.     AutoSize = True
  33.     Picture.Data = {<image000.jpg>}
  34.   end
  35.   object Bevel2: TBevel
  36.     Left = -1
  37.     Top = 312
  38.     Width = 499
  39.     Height = 5
  40.     Anchors = [akLeft, akRight, akBottom]
  41.     Shape = bsTopLine
  42.   end
  43.   object Page01Img: TImage
  44.     Left = 0
  45.     Top = 0
  46.     Width = 498
  47.     Height = 312
  48.     Anchors = [akTop, akRight]
  49.     AutoSize = True
  50.     Picture.Data = {<image001.jpg>}
  51.   end
  52.   object NextBtn: TButton
  53.     Left = 306
  54.     Top = 324
  55.     Width = 87
  56.     Height = 21
  57.     Anchors = [akRight, akBottom]
  58.     Caption = 'Next >'
  59.     Default = True
  60.     TabOrder = 0
  61.     OnClick = NextBtnClick
  62.   end
  63.   object BackBtn: TButton
  64.     Left = 210
  65.     Top = 324
  66.     Width = 87
  67.     Height = 21
  68.     Anchors = [akRight, akBottom]
  69.     Caption = '< Back'
  70.     Enabled = False
  71.     TabOrder = 1
  72.     OnClick = BackBtnClick
  73.   end
  74.   object MoreBtn: TButton
  75.     Left = 8
  76.     Top = 324
  77.     Width = 87
  78.     Height = 21
  79.     Anchors = [akRight, akBottom]
  80.     Caption = 'More ...'
  81.     TabOrder = 2
  82.     OnClick = MoreBtnClick
  83.   end
  84.   object CancelBtn: TButton
  85.     Left = 402
  86.     Top = 324
  87.     Width = 87
  88.     Height = 21
  89.     Anchors = [akRight, akBottom]
  90.     Caption = 'Cancel'
  91.     Enabled = False
  92.     TabOrder = 3
  93.   end
  94. end
  95.