home *** CD-ROM | disk | FTP | other *** search
- object frmSelectVar: TfrmSelectVar
- Left = 387
- Top = 188
- ActiveControl = cboChoose
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = '-'
- ClientHeight = 90
- ClientWidth = 194
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object lblChoose: TLabel
- Left = 4
- Top = 4
- Width = 85
- Height = 17
- AutoSize = False
- Caption = '&Constant:'
- FocusControl = cboChoose
- end
- object cboChoose: TComboBox
- Left = 4
- Top = 24
- Width = 181
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- end
- object comOK: TButton
- Left = 4
- Top = 60
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = comOKClick
- end
- object comCancel: TButton
- Left = 108
- Top = 60
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-