📄 frmmain.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmMain
Caption = "TC网络数据库系统"
ClientHeight = 5625
ClientLeft = 165
ClientTop = 555
ClientWidth = 7725
Icon = "frmMain.frx":0000
LinkTopic = "Form1"
ScaleHeight = 5625
ScaleWidth = 7725
StartUpPosition = 2 '屏幕中心
Tag = $"frmMain.frx":0442
WhatsThisButton = -1 'True
WhatsThisHelp = -1 'True
WindowState = 2 'Maximized
Begin MSDataGridLib.DataGrid gridData
Bindings = "frmMain.frx":5E25
CausesValidation= 0 'False
Height = 3495
Left = 120
TabIndex = 7
Top = 480
Width = 7335
_ExtentX = 12938
_ExtentY = 6165
_Version = 393216
AllowUpdate = -1 'True
ForeColor = 16711680
HeadLines = 1
RowHeight = 15
TabAction = 1
AllowAddNew = -1 'True
AllowDelete = -1 'True
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 2
BeginProperty Column00
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1033
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1033
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
EndProperty
BeginProperty Column01
EndProperty
EndProperty
End
Begin VB.Frame fraSqlStatement
Caption = "SQL 窗口"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 120
TabIndex = 6
Top = 4320
Width = 7455
Begin VB.CommandButton cmdExecute
Caption = "执行"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 6240
TabIndex = 3
Top = 320
Width = 1095
End
Begin VB.TextBox txtSqlStatement
Height = 615
Left = 120
MultiLine = -1 'True
TabIndex = 2
ToolTipText = "查询格式(输入样式如): SELECT * FROM 表名 where 字段名 like '%关键词%' "
Top = 240
Width = 6015
End
End
Begin VB.CheckBox chkEditMode
Caption = "可编辑"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 255
Left = 6360
TabIndex = 1
Top = 120
Width = 1095
End
Begin MSAdodcLib.Adodc adoData
Height = 330
Left = 4320
Top = 120
Visible = 0 'False
Width = 1815
_ExtentX = 3201
_ExtentY = 582
ConnectMode = 3
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 2
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = ""
OLEDBString = ""
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = "lwh"
Password = "20973"
RecordSource = ""
Caption = "adoData"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.ComboBox cmbTables
Height = 300
Left = 840
Style = 2 'Dropdown List
TabIndex = 0
Top = 120
Width = 2175
End
Begin VB.Label Label1
Caption = "当前表"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 120
TabIndex = 8
Top = 120
Width = 735
End
Begin VB.Image imgLoading
Height = 240
Left = 7080
Picture = "frmMain.frx":5E3B
Top = 5280
Visible = 0 'False
Width = 240
End
Begin VB.Label lblStatus
AutoSize = -1 'True
Caption = "状态:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 210
Left = 120
TabIndex = 5
Top = 5400
Width = 525
End
Begin VB.Label lblDatabaseName
AutoSize = -1 'True
Caption = "数据库名:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 3120
TabIndex = 4
Top = 120
Width = 1215
End
Begin VB.Menu mnu文件
Caption = "文件"
Begin VB.Menu muntc
Caption = "上次已打开过的数据库"
Shortcut = {F1}
End
Begin VB.Menu mnuSep3
Caption = "-"
End
Begin VB.Menu mnuOpenAccess
Caption = "打开 Access 数据库"
Shortcut = ^A
End
Begin VB.Menu mnuOpenNetwork
Caption = "打开 Network 数据库"
Shortcut = ^N
End
Begin VB.Menu mnusep0
Caption = "-"
End
Begin VB.Menu mnuViewColumns
Caption = "查看字段的类型"
Shortcut = ^I
End
Begin VB.Menu mnusep1
Caption = "-"
Index = 8
End
Begin VB.Menu mnuEditMode
Caption = "编辑方式"
Shortcut = ^E
End
Begin VB.Menu mnuShowSQL
Caption = "显示 SQL 窗口"
Shortcut = ^S
End
Begin VB.Menu mnuSep2
Caption = "-"
End
Begin VB.Menu mnuClearPassword
Caption = "清除密码"
Enabled = 0 'False
Shortcut = ^Y
End
Begin VB.Menu mnuReload
Caption = "刷新"
Shortcut = ^R
End
Begin VB.Menu U
Caption = "-"
End
Begin VB.Menu mnuprint
Caption = "打印"
End
Begin VB.Menu munstep4
Caption = "-"
End
Begin VB.Menu mnuExit
Caption = "退出"
Shortcut = ^X
End
End
Begin VB.Menu mnuEdit
Caption = "编辑"
Begin VB.Menu mnuPurgeDate
Caption = "数据按日期过滤"
Shortcut = ^P
End
Begin VB.Menu mnuCompact
Caption = "数据库自动过滤"
Shortcut = ^O
End
Begin VB.Menu mnuSep4
Caption = "-"
End
Begin VB.Menu mnuAddTable
Caption = "添加新表"
Shortcut = ^T
End
Begin VB.Menu mnuRenameTable
Caption = "重命表名"
Shortcut = ^Z
End
Begin VB.Menu mnuDropTable
Caption = "删除当前表"
Shortcut = ^B
End
Begin VB.Menu mnuSep5
Caption = "-"
End
Begin VB.Menu mnuAddColumn
Caption = "添加字段"
Shortcut = ^M
End
Begin VB.Menu mnuRenameColumn
Caption = "字段重命名"
Shortcut = ^W
End
Begin VB.Menu mnuDeleteColumn
Caption = "删除字段"
Shortcut = ^L
End
Begin VB.Menu mnuSep6
Caption = "-"
End
End
Begin VB.Menu mnutools
Caption = "工具"
Begin VB.Menu mnu查询
Caption = "查询"
End
Begin VB.Menu mun添加
Caption = "添加"
End
Begin VB.Menu DEL
Caption = "删除"
Enabled = 0 'False
End
Begin VB.Menu HB
Caption = "合并"
Enabled = 0 'False
End
Begin VB.Menu mnuSep7
Caption = "-"
End
End
Begin VB.Menu mnubak
Caption = "备份"
Begin VB.Menu munbakdata
Caption = "当前数据库备份"
End
Begin VB.Menu js
Caption = "检索数据重复性"
Enabled = 0 'False
End
Begin VB.Menu CL
Caption = "关闭当前数据库"
Enabled = 0 'False
End
Begin VB.Menu 在
Caption = "-"
End
End
Begin VB.Menu S
Caption = "设置"
Begin VB.Menu JB
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -