📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 5640
ClientLeft = 60
ClientTop = 345
ClientWidth = 7065
LinkTopic = "Form1"
ScaleHeight = 5640
ScaleWidth = 7065
StartUpPosition = 3 'Windows Default
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access 2000;"
DatabaseName = ""
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 375
Left = 240
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 5160
Width = 5295
End
Begin VB.CheckBox Check1
Caption = "Check1"
Height = 495
Left = 5520
TabIndex = 8
Top = 3480
Width = 1215
End
Begin VB.OptionButton Option1
Caption = "Option1"
Height = 495
Left = 5520
TabIndex = 7
Top = 2760
Width = 1215
End
Begin Project1.AutoResize Resize
Left = 6480
Tag = "NO"
Top = 2160
_ExtentX = 714
_ExtentY = 714
AspectRatioValue= 0
End
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 495
Left = 5640
TabIndex = 6
Top = 5040
Width = 1215
End
Begin VB.TextBox Text3
Height = 285
Left = 120
TabIndex = 4
Text = "Text1"
Top = 1680
Width = 6855
End
Begin VB.TextBox Text2
Height = 285
Left = 120
TabIndex = 2
Text = "Text1"
Top = 960
Width = 5775
End
Begin VB.TextBox Text1
Height = 285
Left = 120
TabIndex = 1
Text = "Text1"
Top = 360
Width = 4455
End
Begin VB.Shape Shape2
Height = 1095
Left = 3360
Shape = 2 'Oval
Top = 3720
Width = 1215
End
Begin VB.Shape Shape1
Height = 975
Left = 3960
Top = 2400
Width = 1215
End
Begin VB.Image Image1
Height = 1695
Left = 240
Picture = "Form1.frx":0000
Stretch = -1 'True
Top = 2280
Width = 2895
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "Label1"
Height = 195
Left = 120
TabIndex = 5
Top = 1440
Width = 480
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "Label1"
Height = 195
Left = 120
TabIndex = 3
Top = 720
Width = 480
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "Label1"
Height = 195
Left = 120
TabIndex = 0
Top = 120
Width = 480
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -