mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-11 22:22:51 +02:00
66 lines
1.2 KiB
Plaintext
66 lines
1.2 KiB
Plaintext
object Form1: TForm1
|
|
Left = 290
|
|
Height = 236
|
|
Top = 156
|
|
Width = 606
|
|
Caption = 'Mouse and key input example'
|
|
ClientHeight = 236
|
|
ClientWidth = 606
|
|
OnDblClick = FormDblClick
|
|
LCLVersion = '1.7'
|
|
Visible = False
|
|
object StringGrid1: TStringGrid
|
|
Left = 19
|
|
Height = 128
|
|
Top = 88
|
|
Width = 347
|
|
FixedCols = 0
|
|
FixedRows = 0
|
|
RowCount = 8
|
|
TabOrder = 0
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 102
|
|
Height = 27
|
|
Top = 42
|
|
Width = 125
|
|
TabOrder = 1
|
|
end
|
|
object Button1: TButton
|
|
Left = 378
|
|
Height = 37
|
|
Top = 12
|
|
Width = 219
|
|
Caption = 'Select cells'
|
|
OnClick = Button1Click
|
|
TabOrder = 2
|
|
end
|
|
object Button2: TButton
|
|
Left = 378
|
|
Height = 36
|
|
Top = 60
|
|
Width = 219
|
|
Caption = 'Move to upper left corner and dblclick'
|
|
OnClick = Button2Click
|
|
TabOrder = 3
|
|
end
|
|
object Button3: TButton
|
|
Left = 378
|
|
Height = 37
|
|
Top = 108
|
|
Width = 219
|
|
Caption = 'Press ''hello'' in Edit'
|
|
OnClick = Button3Click
|
|
TabOrder = 4
|
|
end
|
|
object Button4: TButton
|
|
Left = 378
|
|
Height = 37
|
|
Top = 160
|
|
Width = 219
|
|
Caption = 'Scroll down/up in StringGrid'
|
|
OnClick = Button4Click
|
|
TabOrder = 5
|
|
end
|
|
end
|