📄 frmset.frm
字号:
VERSION 5.00
Begin VB.Form frmset
Caption = "系统设置"
ClientHeight = 5055
ClientLeft = 60
ClientTop = 345
ClientWidth = 6045
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 5055
ScaleWidth = 6045
Begin VB.CommandButton Command1
Caption = "保存"
Height = 375
Left = 600
TabIndex = 9
Top = 4440
Width = 1215
End
Begin VB.Frame Frame3
Height = 1335
Left = 120
TabIndex = 2
Top = 2880
Width = 5775
Begin VB.TextBox Text3
Height = 375
Left = 1680
TabIndex = 8
Top = 360
Width = 3855
End
Begin VB.Label Label3
Caption = "sqlserver数据库路径"
Height = 375
Left = 120
TabIndex = 7
Top = 360
Width = 1575
End
End
Begin VB.Frame Frame2
Height = 1335
Left = 120
TabIndex = 1
Top = 1440
Width = 5775
Begin VB.TextBox Text2
Height = 375
Left = 1680
TabIndex = 6
Top = 480
Width = 3855
End
Begin VB.Label Label2
Caption = "oracle数据库路径"
Height = 255
Left = 120
TabIndex = 5
Top = 480
Width = 1455
End
End
Begin VB.Frame Frame1
Height = 1215
Left = 120
TabIndex = 0
Top = 120
Width = 5775
Begin VB.TextBox Text1
Height = 375
Left = 1680
TabIndex = 4
Top = 360
Width = 3855
End
Begin VB.Label Label1
Caption = "access数据库路径"
Height = 375
Left = 120
TabIndex = 3
Top = 480
Width = 1455
End
End
End
Attribute VB_Name = "frmset"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label2_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -