📄 form8.frm
字号:
Top = 1320
Width = 1095
End
Begin VB.Label Label16
BackColor = &H00C0FFC0&
Caption = "元"
Height = 375
Left = 2760
TabIndex = 54
Top = 360
Width = 495
End
Begin VB.Label Label15
BackColor = &H00C0FFC0&
Caption = "每小时的费用为:"
Height = 375
Left = 240
TabIndex = 52
Top = 360
Width = 1575
End
End
Begin VB.Frame Frame4
BackColor = &H00C0FFC0&
Caption = "帐户时间限制设置:"
Height = 2655
Left = 120
TabIndex = 19
Top = 360
Width = 5655
Begin VB.CommandButton Command9
Caption = "设置..."
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3000
TabIndex = 21
Top = 1440
Width = 1335
End
Begin VB.ListBox List2
Height = 420
Left = 240
TabIndex = 20
Top = 720
Width = 1215
End
Begin VB.Label Label9
BackColor = &H00C0FFC0&
Caption = "选择需要设置的帐户后,单击“设置”按钮!"
Height = 615
Left = 2520
TabIndex = 23
Top = 480
Width = 2775
End
Begin VB.Label Label8
BackColor = &H00C0FFC0&
Caption = "现有帐户:"
Height = 375
Left = 240
TabIndex = 22
Top = 360
Width = 1455
End
End
End
Begin VB.CommandButton Command4
Caption = "关于本软件"
Height = 495
Left = 240
TabIndex = 4
Top = 4560
Width = 1215
End
Begin VB.CommandButton Command3
Caption = "系统设置"
Height = 495
Left = 240
TabIndex = 3
Top = 3360
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "帐户设置"
Height = 495
Left = 240
TabIndex = 2
Top = 2040
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "账户管理"
Height = 495
Left = 240
TabIndex = 1
Top = 720
Width = 1215
End
Begin VB.PictureBox Picture1
AutoRedraw = -1 'True
BackColor = &H00C0FFC0&
Height = 7215
Index = 0
Left = 2400
ScaleHeight = 7155
ScaleWidth = 5955
TabIndex = 0
Top = 1440
Width = 6015
Begin VB.Frame Frame2
BackColor = &H00C0FFC0&
Caption = "帐户已用时间增加/减少管理"
Height = 3135
Left = 120
TabIndex = 11
Top = 3600
Width = 5655
Begin VB.ComboBox Combo5
Height = 300
Left = 1080
Style = 2 'Dropdown List
TabIndex = 49
Top = 360
Width = 1095
End
Begin VB.TextBox Text2
Height = 495
Left = 2040
TabIndex = 16
Top = 2160
Width = 1215
End
Begin VB.CommandButton Command6
Caption = "时间减小"
Height = 495
Left = 240
TabIndex = 15
Top = 2160
Width = 1335
End
Begin VB.TextBox Text1
Height = 495
Left = 2040
TabIndex = 13
Top = 1080
Width = 1215
End
Begin VB.CommandButton Command5
Caption = "时间增加"
Height = 495
Left = 240
TabIndex = 12
Top = 1080
Width = 1335
End
Begin VB.Label Label3
BackColor = &H00C0FFC0&
Caption = "选择帐户:"
Height = 375
Left = 120
TabIndex = 50
Top = 360
Width = 1335
End
Begin VB.Label Label4
BackColor = &H00C0FFC0&
Caption = "分钟"
ForeColor = &H00000000&
Height = 495
Left = 3480
TabIndex = 17
Top = 2400
Width = 975
End
Begin VB.Label Label2
BackColor = &H00C0FFC0&
Caption = "分钟"
ForeColor = &H00000000&
Height = 495
Left = 3600
TabIndex = 14
Top = 1200
Width = 975
End
End
Begin VB.Frame Frame1
BackColor = &H00C0FFC0&
Caption = "添加删除帐户"
Height = 2655
Left = 120
TabIndex = 5
Top = 360
Width = 5655
Begin VB.CommandButton cmdpsch
Caption = "密码更改"
Height = 495
Left = 3360
TabIndex = 10
Top = 1800
Width = 1335
End
Begin VB.CommandButton cmddel
Caption = "删除帐户"
Height = 495
Left = 3360
TabIndex = 8
Top = 1080
Width = 1335
End
Begin VB.CommandButton cmdadd
Caption = "添加新帐户"
Height = 495
Left = 3360
TabIndex = 7
Top = 240
Width = 1335
End
Begin VB.ListBox List1
Height = 420
Left = 240
TabIndex = 6
Top = 720
Width = 1215
End
Begin VB.Label Label1
BackColor = &H00C0FFC0&
Caption = "现有帐户:"
Height = 375
Left = 240
TabIndex = 9
Top = 360
Width = 1455
End
End
End
End
Attribute VB_Name = "Form8"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
For I = 0 To 3
Picture1(I).Visible = False
Next I
Picture1(0).Visible = True
End Sub
Private Sub Command10_Click()
Unload Me
End Sub
Private Sub Command2_Click()
For I = 0 To 3
Picture1(I).Visible = False
Next I
Picture1(1).Visible = True
End Sub
Private Sub Command3_Click()
For I = 0 To 3
Picture1(I).Visible = False
Next I
Picture1(2).Visible = True
End Sub
Private Sub Command4_Click()
For I = 0 To 3
Picture1(I).Visible = False
Next I
Picture1(3).Visible = True
End Sub
Private Sub Command9_Click()
Form9.Show
End Sub
Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
End Sub
Private Sub Picture3_Click()
Combo1.List = 11
End Sub
Private Sub Form_Load()
For I = 0 To 3
Picture1(I).Visible = False
Picture1(I).Left = 1680
Picture1(I).Top = 120
Next I
Picture1(0).Visible = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -