📄 news2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "News Server"
ClientHeight = 1965
ClientLeft = 60
ClientTop = 345
ClientWidth = 2400
LinkTopic = "Form2"
ScaleHeight = 1965
ScaleWidth = 2400
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
Height = 375
Left = 120
TabIndex = 1
Top = 600
Width = 2055
End
Begin VB.CommandButton Command1
Caption = "Apply"
Default = -1 'True
Height = 375
Left = 120
TabIndex = 0
Top = 1200
Width = 2055
End
Begin VB.Label Label1
Caption = "Server Name"
Height = 255
Left = 120
TabIndex = 2
Top = 240
Width = 2055
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
NewsServerName = Text1.Text
Form2.Visible = False
SaveSetting "Rnews", "Server Info", "Name", Text1.Text
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -