65 lines
1.2 KiB
Plaintext
65 lines
1.2 KiB
Plaintext
object FormSelectInput: TFormSelectInput
|
|
Left = 207
|
|
Top = 124
|
|
Width = 380
|
|
Height = 160
|
|
BorderIcons = []
|
|
Caption = 'Select video input'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnActivate = FormActivate
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 9
|
|
Top = 24
|
|
Width = 54
|
|
Height = 13
|
|
Caption = 'Video Input'
|
|
end
|
|
object ComboBoxVideoInput: TComboBox
|
|
Left = 80
|
|
Top = 21
|
|
Width = 240
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
end
|
|
object EditVideoSource: TEdit
|
|
Left = 323
|
|
Top = 21
|
|
Width = 22
|
|
Height = 21
|
|
TabOrder = 1
|
|
Text = '0'
|
|
end
|
|
object Button1: TButton
|
|
Left = 16
|
|
Top = 80
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 2
|
|
end
|
|
object Button2: TButton
|
|
Left = 272
|
|
Top = 80
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 3
|
|
end
|
|
end
|