📄 frmserver.frm
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Begin VB.Form frmServer
BackColor = &H00C0E0FF&
BorderStyle = 3 'Fixed Dialog
Caption = "建立数据库连接"
ClientHeight = 3675
ClientLeft = 45
ClientTop = 330
ClientWidth = 5115
Icon = "frmServer.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3675
ScaleWidth = 5115
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton CmdBack
Caption = "取消(&C)"
Height = 435
Left = 3540
TabIndex = 30
Top = 3120
Width = 1275
End
Begin VB.CommandButton CmdOk
Caption = "确定(&Y)"
Height = 435
Left = 2100
TabIndex = 29
Top = 3120
Width = 1275
End
Begin VB.Frame fraDatabaseType
Appearance = 0 'Flat
BackColor = &H00C0E0FF&
Caption = "请选择数据库:"
ForeColor = &H80000008&
Height = 645
Left = 75
TabIndex = 0
Top = 75
Width = 4995
Begin VB.OptionButton OptOrcle
BackColor = &H00C0E0FF&
Caption = "orcle"
Height = 225
Left = 3285
TabIndex = 28
Top = 270
Width = 1605
End
Begin VB.OptionButton OptSQLServer
BackColor = &H00C0E0FF&
Caption = "SQLServer"
Height = 225
Left = 1620
TabIndex = 2
Top = 270
Width = 1545
End
Begin VB.OptionButton OptAccess
BackColor = &H00C0E0FF&
Caption = "ACCESS"
Height = 225
Left = 240
TabIndex = 1
Top = 270
Value = -1 'True
Width = 1785
End
End
Begin VB.Frame fraSQLServer
Appearance = 0 'Flat
BackColor = &H00C0E0FF&
Caption = "设置SQLServer数据库"
ForeColor = &H80000008&
Height = 2145
Left = 60
TabIndex = 3
Top = 825
Width = 4995
Begin VB.TextBox txtDbName
Appearance = 0 'Flat
Height = 315
Left = 1320
TabIndex = 5
Top = 735
Width = 3500
End
Begin VB.TextBox txtPassword
Appearance = 0 'Flat
Height = 315
IMEMode = 3 'DISABLE
Left = 1320
PasswordChar = "*"
TabIndex = 7
ToolTipText = "请输入3至8位已内的口令"
Top = 1590
Width = 3500
End
Begin VB.TextBox txtUserName
Appearance = 0 'Flat
Height = 315
Left = 1320
TabIndex = 6
Top = 1170
Width = 3500
End
Begin VB.TextBox txtServerName
Appearance = 0 'Flat
Height = 315
Left = 1320
TabIndex = 4
Top = 330
Width = 3500
End
Begin VB.Label Label5
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "数据库名称:"
Height = 180
Left = 180
TabIndex = 16
Top = 795
Width = 1080
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "口 令:"
Height = 180
Left = 180
TabIndex = 10
Top = 1650
Width = 1080
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "管理员名称:"
Height = 180
Left = 180
TabIndex = 9
Top = 1230
Width = 1080
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "服务器名称:"
Height = 180
Left = 180
TabIndex = 8
Top = 390
Width = 1080
End
End
Begin VB.Frame fraAccess
Appearance = 0 'Flat
BackColor = &H00C0E0FF&
Caption = "设置ACCESS数据库路径"
ForeColor = &H80000008&
Height = 2145
Left = 60
TabIndex = 11
Top = 825
Width = 4995
Begin VB.CommandButton cmdSelectDatabase
Caption = "选择数据库(&S)"
Height = 390
Left = 2865
TabIndex = 31
Top = 1650
Width = 1845
End
Begin VB.TextBox txtAccessPasswd
Appearance = 0 'Flat
Height = 330
Left = 1350
TabIndex = 14
Top = 1230
Width = 3375
End
Begin VB.TextBox txtAccessDbname
Appearance = 0 'Flat
Height = 330
Left = 1350
TabIndex = 13
Top = 780
Width = 3375
End
Begin VB.TextBox txtAccessPath
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
Height = 330
Left = 1350
TabIndex = 12
Top = 330
Width = 3375
End
Begin MSComDlg.CommonDialog DLG
Left = 4215
Top = 165
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin VB.Image Image1
Height = 480
Left = 435
Picture = "frmServer.frx":0442
Top = 1590
Visible = 0 'False
Width = 480
End
Begin VB.Label Label7
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "数据库密码:"
Height = 180
Left = 240
TabIndex = 18
Top = 1305
Width = 1080
End
Begin VB.Label Label6
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "数据库名称:"
Height = 180
Left = 240
TabIndex = 17
Top = 855
Width = 1080
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "数据库路径:"
Height = 180
Left = 240
TabIndex = 15
Top = 405
Width = 1080
End
End
Begin VB.Frame FraOrcle
Appearance = 0 'Flat
BackColor = &H00C0E0FF&
Caption = "设置orcle数据库"
ForeColor = &H80000008&
Height = 2145
Left = 60
TabIndex = 19
Top = 825
Width = 4995
Begin VB.TextBox txtOrServerName
Appearance = 0 'Flat
Height = 315
Left = 1335
TabIndex = 23
Top = 345
Width = 3500
End
Begin VB.TextBox txtOrUid
Appearance = 0 'Flat
Height = 315
Left = 1335
TabIndex = 22
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -