📄 properties.dfm
字号:
object frmProperties: TfrmProperties
Left = 216
Top = 264
Width = 493
Height = 410
Caption = 'Device Properties'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 6
Top = 7
Width = 433
Height = 361
ActivePage = TabSheet1
TabOrder = 0
object TabSheet1: TTabSheet
Caption = ' Properties '
object GroupBox1: TGroupBox
Left = 8
Top = 6
Width = 409
Height = 66
Caption = 'Scalar Features'
TabOrder = 0
object LabelShutterMin: TLabel
Left = 17
Top = 15
Width = 10
Height = 13
AutoSize = False
Caption = '1'
end
object Label2: TLabel
Left = 64
Top = 15
Width = 41
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Shutter'
end
object LabelShutterMax: TLabel
Left = 126
Top = 15
Width = 25
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '100'
end
object LabelGainMax: TLabel
Left = 329
Top = 15
Width = 25
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '100'
end
object Label5: TLabel
Left = 267
Top = 15
Width = 41
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Gain'
end
object LabelGainMin: TLabel
Left = 217
Top = 15
Width = 10
Height = 13
AutoSize = False
Caption = '1'
end
object HScrollShutter: TScrollBar
Left = 16
Top = 39
Width = 137
Height = 16
PageSize = 0
TabOrder = 0
OnScroll = HScrollShutterScroll
end
object TextShutter: TEdit
Left = 160
Top = 36
Width = 37
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
TabOrder = 1
Text = 'TextShutter'
OnExit = TextShutterExit
OnKeyDown = TextShutterKeyDown
end
object TextGain: TEdit
Left = 360
Top = 35
Width = 37
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
TabOrder = 2
Text = 'TextGain'
OnExit = TextGainExit
OnKeyDown = TextGainKeyDown
end
object HScrollGain: TScrollBar
Left = 216
Top = 39
Width = 137
Height = 16
PageSize = 0
TabOrder = 3
OnScroll = HScrollGainScroll
end
end
object GroupBox3: TGroupBox
Left = 8
Top = 160
Width = 225
Height = 57
Caption = 'VideoMode'
TabOrder = 1
object ComboVideoMode: TComboBox
Left = 8
Top = 24
Width = 201
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
ItemHeight = 13
TabOrder = 0
Text = 'mod'
OnChange = ComboVideoModeChange
end
end
object GroupBox4: TGroupBox
Left = 248
Top = 160
Width = 169
Height = 57
Caption = 'ADC Level'
TabOrder = 2
object ComboADCLevel: TComboBox
Left = 8
Top = 24
Width = 145
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
ItemHeight = 13
TabOrder = 0
Text = 'adc'
OnChange = ComboADCLevelChange
end
end
object GroupBox5: TGroupBox
Left = 8
Top = 224
Width = 225
Height = 97
Caption = 'Bayer Conversion'
TabOrder = 3
object Label13: TLabel
Left = 11
Top = 24
Width = 89
Height = 13
AutoSize = False
Caption = 'Bayer to RGB'
end
object Label14: TLabel
Left = 11
Top = 56
Width = 89
Height = 13
AutoSize = False
Caption = 'Conversion Type'
end
object ComboBayerToRGB: TComboBox
Left = 104
Top = 24
Width = 113
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
ItemHeight = 13
TabOrder = 0
Text = 'Bayer'
OnChange = ComboBayerToRGBChange
end
object ComboConversionType: TComboBox
Left = 104
Top = 56
Width = 113
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
ItemHeight = 13
TabOrder = 1
Text = 'Type'
OnChange = ComboConversionTypeChange
end
end
object GroupBox7: TGroupBox
Left = 8
Top = 84
Width = 409
Height = 67
Caption = 'White Balance'
TabOrder = 4
object LabelUMin: TLabel
Left = 17
Top = 15
Width = 21
Height = 13
AutoSize = False
Caption = '1'
end
object Label8: TLabel
Left = 64
Top = 15
Width = 23
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'U'
end
object LabelUMax: TLabel
Left = 123
Top = 15
Width = 33
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '100'
end
object LabelVMax: TLabel
Left = 324
Top = 15
Width = 33
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '100'
end
object Label11: TLabel
Left = 272
Top = 15
Width = 22
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'V'
end
object LabelVMin: TLabel
Left = 217
Top = 15
Width = 21
Height = 13
AutoSize = False
Caption = '1'
end
object HScrollU: TScrollBar
Left = 16
Top = 39
Width = 137
Height = 16
PageSize = 0
TabOrder = 0
OnScroll = HScrollUScroll
end
object TextU: TEdit
Left = 160
Top = 36
Width = 37
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
TabOrder = 1
Text = 'TextU'
OnExit = TextUExit
OnKeyDown = TextUKeyDown
end
object TextV: TEdit
Left = 360
Top = 35
Width = 37
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
TabOrder = 2
Text = 'TextV'
OnExit = TextVExit
OnKeyDown = TextVKeyDown
end
object HScrollV: TScrollBar
Left = 216
Top = 39
Width = 137
Height = 16
PageSize = 0
TabOrder = 3
OnScroll = HScrollVScroll
end
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -