📄 frmmain.frm
字号:
VERSION 5.00
Begin VB.Form frmmain
BorderStyle = 1 'Fixed Single
Caption = "神兵国际广告(北京)有限公司广告系统"
ClientHeight = 7230
ClientLeft = 45
ClientTop = 330
ClientWidth = 9615
DrawMode = 9 'Not Mask Pen
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frmmain.frx":0000
ScaleHeight = 7214.969
ScaleMode = 0 'User
ScaleWidth = 9615
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command3
Caption = "修改我的密码"
Height = 375
Left = 720
TabIndex = 11
Top = 6360
Width = 2775
End
Begin VB.CommandButton Command4
Caption = "记 录 查 询"
Height = 375
Left = 3840
TabIndex = 10
Top = 5280
Width = 2775
End
Begin VB.CommandButton Command5
Caption = " 用 户 管 理 "
Height = 375
Left = 3840
TabIndex = 9
Top = 5760
Width = 2775
End
Begin VB.CommandButton Command9
Caption = "修改厂商信息"
Height = 375
Left = 3840
TabIndex = 6
Top = 3360
Width = 2775
End
Begin VB.CommandButton Command10
Caption = "修改广告合同信息"
Height = 375
Left = 3840
TabIndex = 5
Top = 2640
Width = 2775
End
Begin VB.CommandButton Command11
Caption = "修改代理广告公司信息"
Height = 375
Left = 3840
TabIndex = 4
Top = 4080
Width = 2775
End
Begin VB.CommandButton Command12
Caption = "修改广告投放信息"
Height = 375
Left = 3840
TabIndex = 3
Top = 4800
Width = 2775
End
Begin VB.CommandButton Command6
Caption = "退出系统"
Height = 375
Left = 6840
TabIndex = 2
Top = 6360
Width = 2535
End
Begin VB.CommandButton Command1
Caption = "新广告合同信息输入"
Height = 375
Left = 3840
TabIndex = 13
Top = 2280
Width = 2775
End
Begin VB.CommandButton Command7
Caption = "厂商信息输入"
Height = 375
Left = 3840
TabIndex = 8
Top = 3000
Width = 2775
End
Begin VB.CommandButton Command8
Caption = "下级代理广告公司信息输入"
Height = 375
Left = 3840
TabIndex = 7
Top = 3720
Width = 2775
End
Begin VB.CommandButton Command2
Caption = "广告投放信息输入"
Height = 375
Left = 3840
TabIndex = 12
Top = 4440
Width = 2775
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000E&
Height = 375
Left = 840
TabIndex = 1
Top = 1560
Width = 5895
End
Begin VB.Label Label1
Alignment = 2 'Center
BackColor = &H00FF8080&
BorderStyle = 1 'Fixed Single
Caption = "神兵国际广告(北京)有限公司广告系统"
BeginProperty Font
Name = "隶书"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 495
Left = 0
TabIndex = 0
Top = 0
Width = 9615
End
End
Attribute VB_Name = "frmmain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
frmenterguanggao.Show
frmmain.Hide
End Sub
Private Sub Command10_Click()
frmcgehetong.Show
frmmain.Hide
End Sub
Private Sub Command11_Click()
frmcgedaili.Show
frmmain.Hide
End Sub
Private Sub Command12_Click()
frmcgetoufang.Show
frmmain.Hide
End Sub
Private Sub Command2_Click()
On Error Resume Next
frmtoufang.Show
frmmain.Hide
End Sub
Private Sub Command3_Click()
frmchangepwd.Show
frmmain.Hide
End Sub
Private Sub Command4_Click()
frmsearch.Show
frmmain.Hide
End Sub
Private Sub Command5_Click()
frmusermanager.Show
frmmain.Hide
End Sub
Private Sub Command6_Click()
End
End Sub
Private Sub Command7_Click()
frmchangshang.Show
frmmain.Hide
End Sub
Private Sub Command8_Click()
frmdaili.Show
frmmain.Hide
End Sub
Private Sub Command9_Click()
frmcgechangshang.Show
frmmain.Hide
End Sub
Private Sub Form_Load()
command1.Visible = False
Command2.Visible = False
Command3.Visible = False
Command4.Visible = False
Command5.Visible = False
Command6.Visible = False
Command7.Visible = False
Command8.Visible = False
Command9.Visible = False
Command10.Visible = False
Command11.Visible = False
Command12.Visible = False
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -