📄 formgetuserdefined.frm
字号:
VERSION 5.00
Begin VB.Form formGetUserDefined
BorderStyle = 3 'Fixed Dialog
Caption = "User Defined"
ClientHeight = 2610
ClientLeft = 45
ClientTop = 330
ClientWidth = 2355
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2610
ScaleWidth = 2355
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "OK"
Height = 315
Left = 600
TabIndex = 4
Top = 2040
Width = 1155
End
Begin VB.TextBox textWidth
Height = 270
Left = 780
TabIndex = 3
Top = 1380
Width = 1395
End
Begin VB.TextBox textHeight
Height = 270
Left = 780
TabIndex = 2
Top = 1020
Width = 1395
End
Begin VB.TextBox textLeft
Height = 270
Left = 780
TabIndex = 1
Top = 600
Width = 1395
End
Begin VB.TextBox textTop
Height = 270
Left = 780
TabIndex = 0
Top = 240
Width = 1395
End
Begin VB.Label Label4
Caption = "Width"
Height = 255
Left = 180
TabIndex = 8
Top = 1440
Width = 555
End
Begin VB.Label Label3
Caption = "Height"
Height = 255
Left = 180
TabIndex = 7
Top = 1080
Width = 615
End
Begin VB.Label Label2
Caption = "Left"
Height = 255
Left = 180
TabIndex = 6
Top = 660
Width = 555
End
Begin VB.Label Label1
Caption = "Top"
Height = 255
Left = 180
TabIndex = 5
Top = 300
Width = 555
End
End
Attribute VB_Name = "formGetUserDefined"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -