218 lines
4.3 KiB
Plaintext
218 lines
4.3 KiB
Plaintext
object Form1: TForm1
|
|
Left = 194
|
|
Top = 167
|
|
Width = 1132
|
|
Height = 656
|
|
Caption = 'VMR Camera - www.ImageEn.com'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnActivate = FormActivate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 1116
|
|
Height = 41
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 18
|
|
Top = 11
|
|
Width = 179
|
|
Height = 16
|
|
Caption = 'Rendering a camera on overlay'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 0
|
|
Top = 569
|
|
Width = 1116
|
|
Height = 49
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object Label2: TLabel
|
|
Left = 11
|
|
Top = 14
|
|
Width = 66
|
|
Height = 13
|
|
Caption = 'Zoom (100%)'
|
|
end
|
|
object TrackBar1: TTrackBar
|
|
Left = 83
|
|
Top = 8
|
|
Width = 150
|
|
Height = 29
|
|
Max = 3000
|
|
Min = 1
|
|
Frequency = 100
|
|
Position = 100
|
|
TabOrder = 0
|
|
OnChange = TrackBar1Change
|
|
end
|
|
end
|
|
object ImageEnView1: TImageEnView
|
|
Left = 180
|
|
Top = 41
|
|
Width = 567
|
|
Height = 528
|
|
ParentCtl3D = False
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 2
|
|
end
|
|
object Panel3: TPanel
|
|
Left = 747
|
|
Top = 41
|
|
Width = 369
|
|
Height = 528
|
|
Align = alRight
|
|
BevelOuter = bvNone
|
|
TabOrder = 3
|
|
object SpeedButton1: TSpeedButton
|
|
Left = 120
|
|
Top = 221
|
|
Width = 129
|
|
Height = 44
|
|
AllowAllUp = True
|
|
GroupIndex = 1
|
|
Caption = 'Show Video'
|
|
OnClick = SpeedButton1Click
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 9
|
|
Top = 8
|
|
Width = 354
|
|
Height = 201
|
|
Caption = ' Source '
|
|
TabOrder = 0
|
|
object Label3: TLabel
|
|
Left = 9
|
|
Top = 24
|
|
Width = 55
|
|
Height = 13
|
|
Caption = 'Video Input'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 8
|
|
Top = 56
|
|
Width = 39
|
|
Height = 13
|
|
Caption = 'Formats'
|
|
end
|
|
object Label8: TLabel
|
|
Left = 8
|
|
Top = 126
|
|
Width = 62
|
|
Height = 13
|
|
Caption = 'Video Source'
|
|
end
|
|
object Label9: TLabel
|
|
Left = 5
|
|
Top = 160
|
|
Width = 68
|
|
Height = 13
|
|
Caption = 'Tuner channel'
|
|
end
|
|
object Label10: TLabel
|
|
Left = 145
|
|
Top = 164
|
|
Width = 4
|
|
Height = 13
|
|
Caption = '-'
|
|
end
|
|
object ComboBox1: TComboBox
|
|
Left = 80
|
|
Top = 21
|
|
Width = 240
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
OnChange = ComboBox1Change
|
|
end
|
|
object ListBox1: TListBox
|
|
Left = 80
|
|
Top = 53
|
|
Width = 265
|
|
Height = 63
|
|
ItemHeight = 13
|
|
TabOrder = 1
|
|
end
|
|
object ComboBox2: TComboBox
|
|
Left = 80
|
|
Top = 123
|
|
Width = 145
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
TabOrder = 2
|
|
OnChange = ComboBox2Change
|
|
end
|
|
object Edit4: TEdit
|
|
Left = 323
|
|
Top = 21
|
|
Width = 22
|
|
Height = 21
|
|
TabOrder = 3
|
|
Text = '0'
|
|
end
|
|
object Edit3: TEdit
|
|
Left = 80
|
|
Top = 156
|
|
Width = 41
|
|
Height = 21
|
|
TabOrder = 4
|
|
Text = '0'
|
|
OnChange = Edit3Change
|
|
end
|
|
object UpDown1: TUpDown
|
|
Left = 121
|
|
Top = 156
|
|
Width = 16
|
|
Height = 21
|
|
Associate = Edit3
|
|
Max = 1000
|
|
TabOrder = 5
|
|
end
|
|
end
|
|
object Button1: TButton
|
|
Left = 148
|
|
Top = 285
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Get Frame'
|
|
TabOrder = 1
|
|
OnClick = Button1Click
|
|
end
|
|
end
|
|
object ImageEnMView1: TImageEnMView
|
|
Left = 0
|
|
Top = 41
|
|
Width = 180
|
|
Height = 528
|
|
ParentCtl3D = False
|
|
OnImageSelect = ImageEnMView1ImageSelect
|
|
GridWidth = 1
|
|
SelectionWidth = 3
|
|
SelectionColor = clRed
|
|
ThumbnailsBorderColor = clBlack
|
|
Align = alLeft
|
|
TabOrder = 4
|
|
end
|
|
end
|