mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-16 21:22:42 +02:00
74 lines
1.3 KiB
Plaintext
74 lines
1.3 KiB
Plaintext
object Form1: TForm1
|
|
Caption = 'Form1'
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
OnCreate = Form1Create
|
|
OnDestroy = Form1Destroy
|
|
HorzScrollBar.Page = 401
|
|
VertScrollBar.Page = 301
|
|
Left = 273
|
|
Height = 300
|
|
Top = 181
|
|
Width = 400
|
|
object GroupBox1: TGroupBox
|
|
Caption = 'MyString'
|
|
ClientHeight = 31
|
|
ClientWidth = 331
|
|
ParentColor = True
|
|
TabOrder = 0
|
|
Left = 24
|
|
Height = 48
|
|
Top = 16
|
|
Width = 335
|
|
object TIEdit1: TTIEdit
|
|
TabStop = True
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
Left = 23
|
|
Height = 23
|
|
Top = 1
|
|
Width = 291
|
|
end
|
|
end
|
|
object TIRadioGroup1: TTIRadioGroup
|
|
Caption = 'MyEnum'
|
|
Columns = 3
|
|
ParentColor = True
|
|
Left = 25
|
|
Height = 57
|
|
Top = 72
|
|
Width = 338
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
Caption = 'MyRange'
|
|
ClientHeight = 24
|
|
ClientWidth = 335
|
|
ParentColor = True
|
|
TabOrder = 2
|
|
Left = 25
|
|
Height = 41
|
|
Top = 144
|
|
Width = 339
|
|
object TITrackBar1: TTITrackBar
|
|
DragCursor = 65524
|
|
ScalePos = trTop
|
|
TabOrder = 0
|
|
TabStop = True
|
|
UseRTTIMinMax = True
|
|
ScalePos = trTop
|
|
Left = 15
|
|
Height = 20
|
|
Top = 1
|
|
Width = 297
|
|
end
|
|
end
|
|
object Memo1: TMemo
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 3
|
|
Left = 27
|
|
Height = 87
|
|
Top = 199
|
|
Width = 338
|
|
end
|
|
end
|