home *** CD-ROM | disk | FTP | other *** search
- object SelectComboForm: TSelectComboForm
- Left = 181
- Top = 85
- BorderStyle = bsDialog
- Caption = '-'
- ClientHeight = 121
- ClientWidth = 321
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- DesignSize = (
- 321
- 121)
- PixelsPerInch = 96
- TextHeight = 13
- object lLabel: TLabel
- Left = 16
- Top = 16
- Width = 3
- Height = 13
- end
- object ComboBox: TComboBox
- Left = 16
- Top = 32
- Width = 289
- Height = 21
- Style = csDropDownList
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 0
- end
- object bOK: TButton
- Left = 88
- Top = 80
- Width = 96
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object bCancel: TButton
- Left = 200
- Top = 80
- Width = 96
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-