home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / Malabibl / _SETUP.1 / teeui30.dpl / 0 / RCDATA / TTEEGALLERY / TTEEGALLERY.txt
Text File  |  1997-08-05  |  1KB  |  59 lines

  1. object TeeGallery: TTeeGallery
  2.   Left = 108
  3.   Top = 50
  4.   ActiveControl = BOk
  5.   AutoScroll = False
  6.   Caption = 'TeeChart Gallery'
  7.   ClientHeight = 329
  8.   ClientWidth = 425
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GalleryButtons: TPanel
  22.     Left = 0
  23.     Top = 288
  24.     Width = 425
  25.     Height = 41
  26.     Align = alBottom
  27.     TabOrder = 0
  28.     object BOk: TButton
  29.       Left = 8
  30.       Top = 8
  31.       Width = 75
  32.       Height = 25
  33.       Caption = 'OK'
  34.       ModalResult = 1
  35.       TabOrder = 0
  36.     end
  37.     object BCancel: TButton
  38.       Left = 92
  39.       Top = 8
  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 = 184
  49.       Top = 12
  50.       Width = 37
  51.       Height = 17
  52.       Caption = '&3D'
  53.       State = cbChecked
  54.       TabOrder = 2
  55.       OnClick = CB3DClick
  56.     end
  57.   end
  58. end
  59.