📄 ieform.frm
字号:
VERSION 5.00
Object = "{1666F204-B71B-4E6D-AA21-DCE71B94F422}#7.0#0"; "SMARTXPBUTTON.OCX"
Begin VB.Form ieform
BorderStyle = 3 'Fixed Dialog
Caption = "Form1"
ClientHeight = 1665
ClientLeft = 45
ClientTop = 330
ClientWidth = 4350
Icon = "ieform.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1665
ScaleWidth = 4350
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin SmartXpButton.SmartNetXpButton SmartNetXpButton1
Height = 495
Left = 240
TabIndex = 2
Top = 1080
Width = 1935
_ExtentX = 3413
_ExtentY = 873
CaptionAreaLayout= 1
Caption = "执行"
ShowCaption = -1 'True
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Picture = "ieform.frx":08CA
ShowPictureFixSize= -1 'True
PictureFixWidth = 40
End
Begin VB.TextBox Text1
Height = 375
Left = 240
TabIndex = 0
Top = 600
Width = 3855
End
Begin SmartXpButton.SmartNetXpButton SmartNetXpButton2
Height = 495
Left = 2160
TabIndex = 3
Top = 1080
Width = 1935
_ExtentX = 3413
_ExtentY = 873
CaptionAreaLayout= 1
Caption = "返回"
ShowCaption = -1 'True
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Picture = "ieform.frx":11A4
ShowPictureFixSize= -1 'True
PictureFixWidth = 40
End
Begin VB.Label Label1
Caption = "请输入标准URL:"
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 240
TabIndex = 1
Top = 120
Width = 2535
End
End
Attribute VB_Name = "ieform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Left = Screen.Width - 2 * Me.Width
Me.Top = (Screen.Height - Me.Height) \ 2
End Sub
Private Sub SmartNetXpButton1_Click()
mainform.scksever.SendData "LIULANE" & Text1.Text
End Sub
Private Sub SmartNetXpButton2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -