📄 frminiosoon.dfm
字号:
object fminiosoon: Tfminiosoon
Left = 0
Top = 0
Width = 339
Height = 252
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 16
Width = 118
Height = 12
Caption = '进行傲行网登陆设置'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 35
Top = 42
Width = 60
Height = 12
Caption = '登陆用户名'
end
object Label3: TLabel
Left = 40
Top = 74
Width = 48
Height = 12
Caption = '登陆密码'
end
object Label4: TLabel
Left = 24
Top = 140
Width = 72
Height = 12
Caption = '登陆延时时间'
end
object Bevel1: TBevel
Left = 8
Top = 168
Width = 305
Height = 65
end
object Label5: TLabel
Left = 24
Top = 176
Width = 276
Height = 48
Caption =
' 一般来说拨号上网的延时时间为15秒足够了,如果网络情况不佳的话' +
'可以考虑增大这一数值。如在登陆同学录留言时发现跳出登陆页面,则可' +
'以考虑增大这一数值。'
WordWrap = True
end
object Label6: TLabel
Left = 176
Top = 138
Width = 24
Height = 12
Caption = '(秒)'
end
object Label7: TLabel
Left = 40
Top = 106
Width = 48
Height = 12
Caption = '班级代号'
end
object Label8: TLabel
Left = 176
Top = 104
Width = 150
Height = 12
Caption = '(中国计量学院97计2班代号)'
end
object strname: TEdit
Left = 112
Top = 37
Width = 137
Height = 20
MaxLength = 16
TabOrder = 0
end
object strpassword: TEdit
Left = 112
Top = 69
Width = 137
Height = 20
MaxLength = 16
PasswordChar = '*'
TabOrder = 1
end
object strdelay: TEdit
Left = 112
Top = 135
Width = 41
Height = 20
TabOrder = 2
Text = '15'
end
object UpDown1: TUpDown
Left = 153
Top = 135
Width = 17
Height = 20
Associate = strdelay
Min = 5
Max = 40
Position = 15
TabOrder = 3
Wrap = False
end
object strClassid: TEdit
Left = 112
Top = 102
Width = 57
Height = 20
MaxLength = 7
TabOrder = 4
Text = '44732'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -