home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / DELPHI2 / LIB / TEEGALLY.DFM / TEEGALLY.txt
Encoding:
Text File  |  1998-10-24  |  1.1 KB  |  59 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.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   TextHeight = 13
  21.   object P1: TPanel
  22.     Left = 0
  23.     Top = 283
  24.     Width = 415
  25.     Height = 46
  26.     Align = alBottom
  27.     TabOrder = 0
  28.     object BOk: TButton
  29.       Left = 15
  30.       Top = 11
  31.       Width = 75
  32.       Height = 25
  33.       Caption = 'OK'
  34.       ModalResult = 1
  35.       TabOrder = 0
  36.     end
  37.     object BCancel: TButton
  38.       Left = 105
  39.       Top = 11
  40.       Width = 75
  41.       Height = 25
  42.       Cancel = True
  43.       Caption = 'Cancel'
  44.       ModalResult = 2
  45.       TabOrder = 1
  46.     end
  47.     object CB3D: TCheckBox
  48.       Left = 226
  49.       Top = 12
  50.       Width = 49
  51.       Height = 21
  52.       Caption = '&3D'
  53.       State = cbChecked
  54.       TabOrder = 2
  55.       OnClick = CB3DClick
  56.     end
  57.   end
  58. end
  59.