home *** CD-ROM | disk | FTP | other *** search
- object TeeGallery: TTeeGallery
- Left = 108
- Top = 50
- ActiveControl = BOk
- AutoScroll = False
- Caption = 'Gallery'
- ClientHeight = 329
- ClientWidth = 425
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GalleryButtons: TPanel
- Left = 0
- Top = 288
- Width = 425
- Height = 41
- Align = alBottom
- TabOrder = 0
- object BOk: TButton
- Left = 8
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- end
- object BCancel: TButton
- Left = 92
- Top = 8
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object CB3D: TCheckBox
- Left = 184
- Top = 12
- Width = 37
- Height = 17
- Caption = '&3D'
- State = cbChecked
- TabOrder = 2
- OnClick = CB3DClick
- end
- end
- end
-