You've already forked lazarus-ccr
56 lines
994 B
Plaintext
56 lines
994 B
Plaintext
![]() |
object NVForm: TNVForm
|
||
|
Left = 266
|
||
|
Height = 178
|
||
|
Top = 190
|
||
|
Width = 418
|
||
|
Caption = 'Non Visual Containter Class Components'
|
||
|
ClientHeight = 178
|
||
|
ClientWidth = 418
|
||
|
Color = clBtnFace
|
||
|
Font.Color = clWindowText
|
||
|
Position = poScreenCenter
|
||
|
LCLVersion = '1.9.0.0'
|
||
|
object Button1: TButton
|
||
|
Left = 328
|
||
|
Height = 25
|
||
|
Top = 8
|
||
|
Width = 75
|
||
|
Caption = 'Bits'
|
||
|
OnClick = Button1Click
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object Button2: TButton
|
||
|
Left = 328
|
||
|
Height = 25
|
||
|
Top = 48
|
||
|
Width = 75
|
||
|
Caption = 'Dictionary'
|
||
|
OnClick = Button2Click
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
object Memo1: TMemo
|
||
|
Left = 4
|
||
|
Height = 161
|
||
|
Top = 5
|
||
|
Width = 313
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object Button3: TButton
|
||
|
Left = 328
|
||
|
Height = 25
|
||
|
Top = 142
|
||
|
Width = 75
|
||
|
Caption = 'Close'
|
||
|
OnClick = Button3Click
|
||
|
TabOrder = 3
|
||
|
end
|
||
|
object StNVBits1: TStNVBits
|
||
|
left = 128
|
||
|
top = 40
|
||
|
end
|
||
|
object StNVDictionary1: TStNVDictionary
|
||
|
left = 128
|
||
|
top = 96
|
||
|
end
|
||
|
end
|