24 lines
425 B
Plaintext
24 lines
425 B
Plaintext
object Form1: TForm1
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Form1'
|
|
ClientHeight = 74
|
|
ClientWidth = 217
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
TextHeight = 15
|
|
object btnStop: TButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 201
|
|
Height = 57
|
|
Caption = 'btnStop'
|
|
TabOrder = 0
|
|
OnClick = btnStopClick
|
|
end
|
|
end
|