90 lines
1.7 KiB
Plaintext
90 lines
1.7 KiB
Plaintext
object Form1: TForm1
|
|
Left = 200
|
|
Top = 108
|
|
Caption = 'Text Arrow Demo - www.ImageEn.com'
|
|
ClientHeight = 441
|
|
ClientWidth = 680
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ImageEnVect1: TImageEnVect
|
|
Left = 0
|
|
Top = 42
|
|
Width = 680
|
|
Height = 399
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 0
|
|
OnNewObject = ImageEnVect1NewObject
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 680
|
|
Height = 42
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object SpeedButton1: TSpeedButton
|
|
Left = 116
|
|
Top = 8
|
|
Width = 73
|
|
Height = 25
|
|
GroupIndex = 1
|
|
Down = True
|
|
Caption = 'Insert'
|
|
OnClick = SpeedButton1Click
|
|
end
|
|
object SpeedButton2: TSpeedButton
|
|
Left = 196
|
|
Top = 8
|
|
Width = 73
|
|
Height = 25
|
|
GroupIndex = 1
|
|
Caption = 'Edit'
|
|
OnClick = SpeedButton2Click
|
|
end
|
|
object Label1: TLabel
|
|
Left = 334
|
|
Top = 14
|
|
Width = 29
|
|
Height = 13
|
|
Caption = 'Label:'
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 374
|
|
Top = 10
|
|
Width = 121
|
|
Height = 21
|
|
TabOrder = 0
|
|
OnChange = Edit1Change
|
|
end
|
|
object CheckBox1: TCheckBox
|
|
Left = 510
|
|
Top = 12
|
|
Width = 81
|
|
Height = 17
|
|
Caption = 'AutoCount'
|
|
TabOrder = 1
|
|
OnClick = CheckBox1Click
|
|
end
|
|
object Button1: TButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Open'
|
|
TabOrder = 2
|
|
OnClick = Button1Click
|
|
end
|
|
end
|
|
end
|