📄 main_xfgl_xxll_llszform.~dfm
字号:
object main_xfgl_xxll_llsz: Tmain_xfgl_xxll_llsz
Left = 248
Top = 307
ActiveControl = ComboBox1
BorderStyle = bsDialog
Caption = '自动浏览设置'
ClientHeight = 90
ClientWidth = 275
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 0
Top = 0
Width = 273
Height = 89
Style = bsRaised
end
object Bevel3: TBevel
Left = 8
Top = 8
Width = 147
Height = 73
Shape = bsFrame
end
object Label3: TLabel
Left = 96
Top = 16
Width = 42
Height = 13
Caption = 'Label3'
end
object Label1: TLabel
Left = 16
Top = 21
Width = 52
Height = 13
Caption = '浏览速度'
end
object Label2: TLabel
Left = 16
Top = 54
Width = 52
Height = 13
Caption = '浏览批量'
end
object Bevel2: TBevel
Left = 168
Top = 8
Width = 97
Height = 73
Shape = bsFrame
end
object ComboBox1: TComboBox
Left = 72
Top = 16
Width = 73
Height = 21
Style = csDropDownList
Color = 16767411
DropDownCount = 10
ItemHeight = 13
TabOrder = 0
OnClick = ComboBox1Click
Items.Strings = (
'0.5秒'
'1.0秒'
'1.5秒'
'2.0秒'
'2.5秒'
'3.0秒'
'3.5秒'
'4.0秒'
'4.5秒'
'5.0秒')
end
object BitBtn1: TBitBtn
Left = 176
Top = 16
Width = 75
Height = 25
Caption = '确定'
TabOrder = 1
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 176
Top = 49
Width = 75
Height = 25
Caption = '取消'
TabOrder = 2
Kind = bkCancel
end
object sppp: TSpinEdit
Left = 72
Top = 48
Width = 73
Height = 22
Color = 16767411
MaxValue = 20
MinValue = 1
TabOrder = 3
Value = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -