📄 filterform.dfm
字号:
object frmFilter: TfrmFilter
Left = 280
Top = 181
BorderStyle = bsDialog
Caption = 'Filter Confiuration'
ClientHeight = 162
ClientWidth = 516
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 5
Top = 4
Width = 409
Height = 145
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 16
Width = 12
Height = 13
Caption = 'Bit'
end
object Label2: TLabel
Left = 16
Top = 40
Width = 39
Height = 13
Caption = 'Enabled'
end
object Label3: TLabel
Left = 16
Top = 72
Width = 30
Height = 13
Caption = 'Hi No.'
end
object Label4: TLabel
Left = 10
Top = 112
Width = 40
Height = 13
Caption = 'Low No.'
end
object Label5: TLabel
Left = 119
Top = 16
Width = 6
Height = 13
Caption = '1'
end
object Label6: TLabel
Left = 164
Top = 16
Width = 6
Height = 13
Caption = '2'
end
object Label7: TLabel
Left = 208
Top = 16
Width = 6
Height = 13
Caption = '3'
end
object Label8: TLabel
Left = 253
Top = 16
Width = 6
Height = 13
Caption = '4'
end
object Label9: TLabel
Left = 297
Top = 16
Width = 6
Height = 13
Caption = '5'
end
object Label10: TLabel
Left = 342
Top = 16
Width = 6
Height = 13
Caption = '6'
end
object Label11: TLabel
Left = 387
Top = 16
Width = 6
Height = 13
Caption = '7'
end
object Label12: TLabel
Left = 75
Top = 16
Width = 6
Height = 13
Caption = '0'
end
object chkBitEnable1: TCheckBox
Left = 116
Top = 40
Width = 17
Height = 17
TabOrder = 1
OnClick = chkBitEnable1Click
end
object chkBitEnable2: TCheckBox
Left = 161
Top = 40
Width = 17
Height = 17
Caption = 'chkBitEnable2'
TabOrder = 2
OnClick = chkBitEnable1Click
end
object chkBitEnable3: TCheckBox
Left = 205
Top = 40
Width = 17
Height = 17
Caption = 'chkBitEnable3'
TabOrder = 3
OnClick = chkBitEnable1Click
end
object chkBitEnable4: TCheckBox
Left = 250
Top = 40
Width = 17
Height = 17
Caption = 'chkBitEnable4'
TabOrder = 4
OnClick = chkBitEnable1Click
end
object chkBitEnable5: TCheckBox
Left = 294
Top = 40
Width = 17
Height = 17
Caption = 'chkBitEnable5'
TabOrder = 5
OnClick = chkBitEnable1Click
end
object chkBitEnable6: TCheckBox
Left = 339
Top = 40
Width = 17
Height = 17
Caption = 'chkBitEnable6'
TabOrder = 6
OnClick = chkBitEnable1Click
end
object chkBitEnable7: TCheckBox
Left = 384
Top = 40
Width = 17
Height = 17
Caption = 'chkBitEnable7'
TabOrder = 7
OnClick = chkBitEnable1Click
end
object txtHiValue1: TEdit
Left = 101
Top = 72
Width = 29
Height = 21
Enabled = False
TabOrder = 8
end
object txtHiValue2: TEdit
Left = 147
Top = 72
Width = 29
Height = 21
Enabled = False
TabOrder = 9
end
object txtHiValue4: TEdit
Left = 238
Top = 72
Width = 29
Height = 21
Enabled = False
TabOrder = 10
end
object txtHiValue5: TEdit
Left = 284
Top = 72
Width = 29
Height = 21
Enabled = False
TabOrder = 11
end
object txtHiValue6: TEdit
Left = 330
Top = 72
Width = 29
Height = 21
Enabled = False
TabOrder = 12
end
object txtHiValue7: TEdit
Left = 376
Top = 72
Width = 29
Height = 21
Enabled = False
TabOrder = 13
end
object txtLoValue1: TEdit
Left = 101
Top = 108
Width = 29
Height = 21
Enabled = False
TabOrder = 14
end
object txtHiValue3: TEdit
Left = 193
Top = 72
Width = 29
Height = 21
Enabled = False
TabOrder = 15
end
object txtLoValue2: TEdit
Left = 146
Top = 108
Width = 29
Height = 21
Enabled = False
TabOrder = 16
end
object txtLoValue3: TEdit
Left = 192
Top = 108
Width = 29
Height = 21
Enabled = False
TabOrder = 17
end
object txtLoValue4: TEdit
Left = 238
Top = 108
Width = 29
Height = 21
Enabled = False
TabOrder = 18
end
object txtLoValue5: TEdit
Left = 284
Top = 108
Width = 29
Height = 21
Enabled = False
TabOrder = 19
end
object txtLoValue6: TEdit
Left = 330
Top = 108
Width = 29
Height = 21
Enabled = False
TabOrder = 20
end
object txtLoValue7: TEdit
Left = 376
Top = 108
Width = 29
Height = 21
Enabled = False
TabOrder = 21
end
object chkBitEnable0: TCheckBox
Left = 72
Top = 40
Width = 17
Height = 17
Caption = 'chkBitEnable0'
TabOrder = 0
OnClick = chkBitEnable1Click
end
object txtHiValue0: TEdit
Left = 56
Top = 72
Width = 29
Height = 21
Enabled = False
TabOrder = 22
end
end
object btnOK: TButton
Left = 432
Top = 32
Width = 73
Height = 33
Caption = 'OK'
TabOrder = 1
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 432
Top = 96
Width = 75
Height = 33
Caption = 'Cancel'
TabOrder = 2
OnClick = btnCancelClick
end
object txtLoValue0: TEdit
Left = 59
Top = 112
Width = 33
Height = 21
Enabled = False
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -