home *** CD-ROM | disk | FTP | other *** search
- object FrmCaption: TFrmCaption
- Left = 400
- Top = 189
- BorderStyle = bsDialog
- Caption = 'Caption'
- ClientHeight = 72
- ClientWidth = 202
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object lblAlign: TLabel
- Left = 8
- Top = 8
- Width = 23
- Height = 13
- Caption = '&Align'
- FocusControl = cbAlign
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object btnOK: TButton
- Left = 8
- Top = 40
- Width = 89
- Height = 25
- Caption = 'OK'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 104
- Top = 40
- Width = 89
- Height = 25
- Caption = 'Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 1
- end
- object cbAlign: TComboBox
- Left = 48
- Top = 8
- Width = 145
- Height = 21
- Hint = 'Alignment of the caption'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'Bottom'
- 'Top')
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- end
-