?? 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 + -