mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 16:57:24 +01:00
89 lines
1.6 KiB
Plaintext
89 lines
1.6 KiB
Plaintext
object Form1: TForm1
|
|
Left = 326
|
|
Height = 251
|
|
Top = 166
|
|
Width = 220
|
|
Caption = 'Form1'
|
|
ClientHeight = 251
|
|
ClientWidth = 220
|
|
OnClick = FormClick
|
|
OnCreate = FormCreate
|
|
OnKeyDown = Button1KeyDown
|
|
OnMouseMove = FormMouseMove
|
|
OnPaint = FormPaint
|
|
LCLVersion = '0.9.31'
|
|
object Arrow1: TArrow
|
|
Left = 0
|
|
Height = 58
|
|
Top = 64
|
|
Width = 79
|
|
OnClick = Arrow1Click
|
|
OnMouseMove = Arrow1MouseMove
|
|
OnMouseDown = Arrow1MouseDown
|
|
OnMouseUp = Arrow1MouseUp
|
|
end
|
|
object Button1: TButton
|
|
Left = 96
|
|
Height = 25
|
|
Top = 16
|
|
Width = 116
|
|
Caption = 'Move Progress'
|
|
OnClick = Button1Click
|
|
OnKeyDown = Button1KeyDown
|
|
OnKeyPress = Button1KeyPress
|
|
OnKeyUp = Button1KeyUp
|
|
OnUTF8KeyPress = Button1UTF8KeyPress
|
|
TabOrder = 1
|
|
end
|
|
object ProgressBar1: TProgressBar
|
|
Left = 72
|
|
Height = 20
|
|
Top = 80
|
|
Width = 140
|
|
Position = 60
|
|
TabOrder = 2
|
|
end
|
|
object TrackBar1: TTrackBar
|
|
Left = 72
|
|
Height = 31
|
|
Top = 112
|
|
Width = 140
|
|
Position = 0
|
|
TabOrder = 3
|
|
end
|
|
object CheckBox1: TCheckBox
|
|
Left = 72
|
|
Height = 21
|
|
Top = 48
|
|
Width = 94
|
|
Caption = 'CheckBox1'
|
|
TabOrder = 4
|
|
end
|
|
object Button2: TButton
|
|
Left = 96
|
|
Height = 25
|
|
Top = 160
|
|
Width = 116
|
|
Caption = 'MessageBox'
|
|
OnClick = Button2Click
|
|
TabOrder = 5
|
|
end
|
|
object Button3: TButton
|
|
Left = 95
|
|
Height = 25
|
|
Top = 192
|
|
Width = 117
|
|
Caption = 'Open Form2'
|
|
OnClick = Button3Click
|
|
TabOrder = 6
|
|
end
|
|
object Label1: TLabel
|
|
Left = 94
|
|
Height = 18
|
|
Top = 223
|
|
Width = 43
|
|
Caption = 'Label1'
|
|
ParentColor = False
|
|
end
|
|
end
|