2022-03-08 12:25:51 -05:00
|
|
|
object SavePresetForm: TSavePresetForm
|
|
|
|
Left = 295
|
|
|
|
Top = 331
|
|
|
|
BorderStyle = bsDialog
|
|
|
|
Caption = 'Save Preset'
|
|
|
|
ClientHeight = 66
|
|
|
|
ClientWidth = 349
|
|
|
|
Color = clBtnFace
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'MS Sans Serif'
|
|
|
|
Font.Style = []
|
|
|
|
OldCreateOrder = False
|
2022-06-23 06:22:32 -04:00
|
|
|
Position = poDesktopCenter
|
2022-03-08 12:25:51 -05:00
|
|
|
OnCreate = FormCreate
|
|
|
|
DesignSize = (
|
|
|
|
349
|
|
|
|
66)
|
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
2022-06-23 06:22:32 -04:00
|
|
|
object btOK: TButton
|
|
|
|
Left = 180
|
2022-03-08 12:25:51 -05:00
|
|
|
Top = 37
|
|
|
|
Width = 75
|
|
|
|
Height = 25
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
Caption = 'OK'
|
|
|
|
Default = True
|
|
|
|
ModalResult = 1
|
|
|
|
TabOrder = 1
|
2022-06-23 06:22:32 -04:00
|
|
|
OnClick = btOKClick
|
2022-03-08 12:25:51 -05:00
|
|
|
end
|
2022-06-23 06:22:32 -04:00
|
|
|
object btCancel: TButton
|
|
|
|
Left = 260
|
2022-03-08 12:25:51 -05:00
|
|
|
Top = 37
|
|
|
|
Width = 75
|
|
|
|
Height = 25
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
Caption = 'Cancel'
|
|
|
|
ModalResult = 2
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object pnlName: TPanel
|
|
|
|
Left = 8
|
|
|
|
Top = 8
|
|
|
|
Width = 101
|
|
|
|
Height = 21
|
|
|
|
Cursor = crArrow
|
|
|
|
BevelOuter = bvLowered
|
|
|
|
Caption = 'Name'
|
|
|
|
ParentShowHint = False
|
|
|
|
ShowHint = True
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object txtPresetName: TEdit
|
|
|
|
Left = 104
|
|
|
|
Top = 8
|
|
|
|
Width = 239
|
|
|
|
Height = 21
|
|
|
|
Anchors = [akLeft, akTop, akRight]
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
end
|