home *** CD-ROM | disk | FTP | other *** search
- inherited AddEvalPreset: TAddEvalPreset
- Caption = 'Add Preset'
- ClientHeight = 95
- ClientWidth = 260
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 53
- Top = 63
- Action = OkAction
- Anchors = [akRight, akBottom]
- TabOrder = 4
- end
- inherited ButtonCancel: TButton
- Left = 133
- Top = 63
- Anchors = [akRight, akBottom]
- TabOrder = 5
- end
- object Group: TComboBox
- Left = 73
- Top = 6
- Width = 178
- Height = 21
- ItemHeight = 13
- MaxLength = 100
- TabOrder = 1
- end
- object GroupLabel: TStaticText
- Left = 4
- Top = 8
- Width = 65
- Height = 17
- Alignment = taRightJustify
- Caption = 'Group name:'
- TabOrder = 0
- end
- object Preset: TEdit
- Left = 73
- Top = 34
- Width = 178
- Height = 21
- MaxLength = 100
- TabOrder = 3
- end
- object PresetLabel: TStaticText
- Left = 3
- Top = 36
- Width = 66
- Height = 17
- Alignment = taRightJustify
- Caption = 'Preset name:'
- TabOrder = 2
- end
- object ActionList: TActionList
- Left = 222
- Top = 64
- object OkAction: TAction
- Caption = 'OK'
- Enabled = False
- OnExecute = OkActionExecute
- OnUpdate = OkActionUpdate
- end
- end
- end
-