home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / Wiscy / _SETUP.1 / WiSCy.exe / 0 / RCDATA / TTEEGALLERY / TTEEGALLERY.txt
Encoding:
Text File  |  1998-02-28  |  1.1 KB  |  60 lines

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