home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Lib / teegally.dfm / teegally.txt
Text File  |  1999-08-11  |  1KB  |  56 lines

  1. object TeeGallery: TTeeGallery
  2.   Left = 301
  3.   Top = 209
  4.   ActiveControl = BOk
  5.   AutoScroll = False
  6.   Caption = 'TeeChart Gallery'
  7.   ClientHeight = 329
  8.   ClientWidth = 415
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnKeyDown = FormKeyDown
  14.   OnResize = FormResize
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object P1: TPanel
  19.     Left = 0
  20.     Top = 283
  21.     Width = 415
  22.     Height = 46
  23.     Align = alBottom
  24.     TabOrder = 0
  25.     object BOk: TButton
  26.       Left = 15
  27.       Top = 11
  28.       Width = 75
  29.       Height = 25
  30.       Caption = 'OK'
  31.       ModalResult = 1
  32.       TabOrder = 0
  33.     end
  34.     object BCancel: TButton
  35.       Left = 105
  36.       Top = 11
  37.       Width = 75
  38.       Height = 25
  39.       Cancel = True
  40.       Caption = 'Cancel'
  41.       ModalResult = 2
  42.       TabOrder = 1
  43.     end
  44.     object CB3D: TCheckBox
  45.       Left = 226
  46.       Top = 12
  47.       Width = 49
  48.       Height = 21
  49.       Caption = '&3D'
  50.       State = cbChecked
  51.       TabOrder = 2
  52.       OnClick = CB3DClick
  53.     end
  54.   end
  55. end
  56.