news2.frm
来自「读取新闻组(newsgroup)信息的程序」· FRM 代码 · 共 47 行
FRM
47 行
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 'Windows Default
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 + =
减小字号Ctrl + -
显示快捷键?