📄 test1frmadaptivethreshold.dfm
字号:
object frmAdaptiveThresholdOptions: TfrmAdaptiveThresholdOptions
Left = 286
Top = 208
BorderStyle = bsDialog
Caption = 'Adaptive Threshold Options'
ClientHeight = 173
ClientWidth = 265
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object btnOK: TButton
Left = 12
Top = 137
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 96
Top = 137
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object btnHelp: TButton
Left = 180
Top = 137
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 2
end
object edtWidth: TEdit
Left = 56
Top = 16
Width = 57
Height = 21
TabOrder = 3
Text = '3'
end
object updWidth: TUpDown
Left = 113
Top = 16
Width = 15
Height = 21
Associate = edtWidth
Min = 0
Position = 3
TabOrder = 4
Wrap = False
end
object updHeight: TUpDown
Left = 113
Top = 56
Width = 15
Height = 21
Associate = edtHeight
Min = 0
Position = 3
TabOrder = 5
Wrap = False
end
object edtHeight: TEdit
Left = 56
Top = 56
Width = 57
Height = 21
TabOrder = 6
Text = '3'
end
object updOffset: TUpDown
Left = 113
Top = 96
Width = 15
Height = 21
Associate = edtOffset
Min = 0
Position = 2
TabOrder = 7
Wrap = False
end
object edtOffset: TEdit
Left = 56
Top = 96
Width = 57
Height = 21
TabOrder = 8
Text = '2'
end
object StaticText1: TStaticText
Left = 12
Top = 19
Width = 35
Height = 17
Caption = 'Width:'
TabOrder = 9
end
object StaticText2: TStaticText
Left = 12
Top = 59
Width = 38
Height = 17
Caption = 'Height:'
TabOrder = 10
end
object StaticText3: TStaticText
Left = 12
Top = 99
Width = 35
Height = 17
Caption = 'Offset:'
TabOrder = 11
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -