📄 frmfield.frm
字号:
VERSION 5.00
Begin VB.Form frmField
Caption = "New Field"
ClientHeight = 1545
ClientLeft = 60
ClientTop = 345
ClientWidth = 6135
LinkTopic = "Form1"
ScaleHeight = 1545
ScaleWidth = 6135
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton cmdCancel
Caption = "Cancel"
Height = 375
Left = 4800
TabIndex = 5
Top = 600
Width = 1215
End
Begin VB.CommandButton cmdOK
Caption = "OK"
Height = 375
Left = 4800
TabIndex = 4
Top = 120
Width = 1215
End
Begin VB.ComboBox cboType
Height = 315
Left = 120
Style = 2 'Dropdown List
TabIndex = 2
Top = 1080
Width = 4455
End
Begin VB.TextBox txtField
Height = 375
Left = 120
TabIndex = 0
Top = 360
Width = 4455
End
Begin VB.Label lblType
Caption = "Type"
Height = 255
Left = 120
TabIndex = 3
Top = 840
Width = 1935
End
Begin VB.Label lblName
Caption = "Name"
Height = 255
Left = 120
TabIndex = 1
Top = 120
Width = 1335
End
End
Attribute VB_Name = "frmField"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -