mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 19:42:47 +02:00
72 lines
1.3 KiB
Plaintext
72 lines
1.3 KiB
Plaintext
object Form1: TForm1
|
|
Caption = 'Form1'
|
|
ClientHeight = 410
|
|
ClientWidth = 350
|
|
OnCreate = Form1Create
|
|
OnDestroy = Form1Destroy
|
|
PixelsPerInch = 90
|
|
HorzScrollBar.Page = 351
|
|
VertScrollBar.Page = 411
|
|
Left = 273
|
|
Height = 410
|
|
Top = 181
|
|
Width = 350
|
|
object GroupBox1: TGroupBox
|
|
Caption = 'MyString'
|
|
ClientHeight = 31
|
|
ClientWidth = 296
|
|
ParentColor = True
|
|
TabOrder = 0
|
|
Left = 24
|
|
Height = 48
|
|
Top = 16
|
|
Width = 300
|
|
object TIEdit1: TTIEdit
|
|
TabStop = True
|
|
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 = 300
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
Caption = 'MyRange'
|
|
ClientHeight = 24
|
|
ClientWidth = 296
|
|
ParentColor = True
|
|
TabOrder = 2
|
|
Left = 25
|
|
Height = 41
|
|
Top = 144
|
|
Width = 300
|
|
object TITrackBar1: TTITrackBar
|
|
ScalePos = trTop
|
|
TabOrder = 0
|
|
TabStop = 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 = 300
|
|
end
|
|
end
|