camera-control-webcam-switc.../RebootNeeded.old.frm

56 lines
1.1 KiB
Plaintext

object Form5: TForm5
Left = 533
Height = 326
Top = 45
Width = 471
BorderStyle = bsDialog
Caption = 'Reboot Needed - Known V4L2 Limits'
ClientHeight = 326
ClientWidth = 471
DesignTimePPI = 150
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '7.0'
object ListBox1: TListBox
Left = 8
Height = 216
Top = 16
Width = 456
ItemHeight = 0
ScrollWidth = 454
TabOrder = 0
TopIndex = -1
end
object Button1: TButton
Left = 40
Height = 39
Top = 280
Width = 144
Caption = 'Reboot'
OnClick = Button1Click
TabOrder = 1
end
object Button2: TButton
Left = 280
Height = 39
Top = 280
Width = 144
Caption = 'Quit'
OnClick = Button2Click
TabOrder = 2
end
object plURLLabel1: TplURLLabel
Cursor = crHandPoint
Left = 64
Height = 26
Top = 240
Width = 324
Caption = 'Project''s Wiki - V4L2 Limitations'
Font.Color = clBlue
Font.Style = [fsUnderline]
ParentColor = False
ParentFont = False
OnClick = plURLLabel1Click
end
end