53 lines
1.1 KiB
ObjectPascal
53 lines
1.1 KiB
ObjectPascal
object Form1: TForm1
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Form1'
|
|
ClientHeight = 1011
|
|
ClientWidth = 1105
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
DesignSize = (
|
|
1105
|
|
1011)
|
|
TextHeight = 15
|
|
object AnswerMemo: TMemo
|
|
Left = 0
|
|
Top = 0
|
|
Width = 1105
|
|
Height = 809
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
end
|
|
object ExecButton: TButton
|
|
Left = 992
|
|
Top = 928
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Execute'
|
|
TabOrder = 1
|
|
OnClick = ExecButtonClick
|
|
end
|
|
object PromptMemo: TMemo
|
|
Left = 0
|
|
Top = 815
|
|
Width = 1105
|
|
Height = 89
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
ScrollBars = ssVertical
|
|
TabOrder = 2
|
|
end
|
|
object ApplicationEvents: TApplicationEvents
|
|
OnIdle = ApplicationEventsIdle
|
|
Left = 136
|
|
Top = 104
|
|
end
|
|
end
|