📄 formco~1.frm
字号:
VERSION 5.00
Begin VB.Form formcover1
Appearance = 0 'Flat
BackColor = &H00FFC0C0&
Caption = "formcover"
ClientHeight = 4650
ClientLeft = 870
ClientTop = 1635
ClientWidth = 7950
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
LinkTopic = "Form1"
PaletteMode = 1 'UseZOrder
ScaleHeight = 4650
ScaleWidth = 7950
Begin VB.CommandButton Command6
Caption = "通用查询"
Height = 375
Left = 6600
TabIndex = 6
Top = 3360
Width = 1095
End
Begin VB.CommandButton Command5
Caption = "查询纺计"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 6600
TabIndex = 5
Top = 2760
Width = 1095
End
Begin VB.CommandButton Command4
Caption = "统计分析"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 6600
TabIndex = 4
Top = 2160
Width = 1095
End
Begin VB.TextBox Text1
Appearance = 0 'Flat
BeginProperty Font
Name = "黑体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000C0C0&
Height = 555
Left = 720
TabIndex = 2
Text = " 大学生生活习惯普查程序"
Top = 120
Width = 5295
End
Begin VB.CommandButton Command3
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "普查数据"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 6600
TabIndex = 3
Top = 1560
Width = 1095
End
Begin VB.CommandButton Command2
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "退 出"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 6600
TabIndex = 1
Top = 3960
Width = 1095
End
Begin VB.CommandButton Command1
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "普查表"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 6600
TabIndex = 0
Top = 960
Width = 1095
End
Begin VB.Image Image1
Height = 3645
Left = 480
Picture = "Formco~1.frx":0000
Stretch = -1 'True
Top = 840
Width = 5700
End
End
Attribute VB_Name = "formcover1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
formcover1.Hide
chooseitem1.Show
End Sub
Private Sub Command2_Click()
End
End Sub
Private Sub Command3_Click()
formcover1.Hide
Databox1.Show
End Sub
Private Sub Command4_Click()
formcover1.Hide
system.Show
End Sub
Private Sub Command5_Click()
'Xzbm = False
BM = "custerms " '2.-->定义表名
Cxzd = "custernum" '2.-->定义关键字段
Cxzdcd = 0
Cxzd1 = ""
formcover1.Hide
typedata1.Show
End Sub
Private Sub Command6_Click()
'Frmtj.Show
formcover1.Hide
Rgzlcx.Show
End Sub
Private Sub Form_Load()
'Image1.Picture = LoadPicture(App.Path + "\map.bmp")
datapath = App.Path + "\vbgxb.mdb"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -