?? 幫助.frm
字號:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form Form18
BackColor = &H00FFFFFF&
Caption = "幫助"
ClientHeight = 8370
ClientLeft = 60
ClientTop = 345
ClientWidth = 10440
Icon = "幫助.frx":0000
LinkTopic = "Form18"
MDIChild = -1 'True
ScaleHeight = 8370
ScaleWidth = 10440
Begin VB.CommandButton Command1
Caption = "確 定"
Height = 375
Left = 4680
TabIndex = 3
Top = 7800
Width = 1095
End
Begin TabDlg.SSTab SSTab1
Height = 7335
Left = 480
TabIndex = 0
Top = 360
Width = 9615
_ExtentX = 16960
_ExtentY = 12938
_Version = 393216
Tabs = 7
Tab = 2
TabHeight = 520
BackColor = 16777215
TabCaption(0) = "軟件說明"
TabPicture(0) = "幫助.frx":08CA
Tab(0).ControlEnabled= 0 'False
Tab(0).Control(0)= "Frame1"
Tab(0).ControlCount= 1
TabCaption(1) = "操作流程說明"
TabPicture(1) = "幫助.frx":08E6
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "Frame3"
Tab(1).ControlCount= 1
TabCaption(2) = "給用戶授權"
TabPicture(2) = "幫助.frx":0902
Tab(2).ControlEnabled= -1 'True
Tab(2).Control(0)= "Frame2"
Tab(2).Control(0).Enabled= 0 'False
Tab(2).ControlCount= 1
TabCaption(3) = "物業(yè)收費項目管理"
TabPicture(3) = "幫助.frx":091E
Tab(3).ControlEnabled= 0 'False
Tab(3).Control(0)= "Frame4"
Tab(3).ControlCount= 1
TabCaption(4) = "住戶資料管理"
TabPicture(4) = "幫助.frx":093A
Tab(4).ControlEnabled= 0 'False
Tab(4).Control(0)= "Frame5"
Tab(4).ControlCount= 1
TabCaption(5) = "住戶停車車位管理"
TabPicture(5) = "幫助.frx":0956
Tab(5).ControlEnabled= 0 'False
Tab(5).Control(0)= "Frame6"
Tab(5).ControlCount= 1
TabCaption(6) = "物業(yè)設備維修統(tǒng)計報表"
TabPicture(6) = "幫助.frx":0972
Tab(6).ControlEnabled= 0 'False
Tab(6).Control(0)= "Frame7"
Tab(6).ControlCount= 1
Begin VB.Frame Frame7
BackColor = &H00C0E0FF&
Height = 6015
Left = -74760
TabIndex = 14
Top = 1080
Width = 8775
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = $"幫助.frx":098E
Height = 4215
Left = 360
TabIndex = 15
Top = 480
Width = 8175
End
End
Begin VB.Frame Frame6
BackColor = &H00C0E0FF&
Height = 5895
Left = -74760
TabIndex = 12
Top = 1080
Width = 8775
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = $"幫助.frx":0BBC
Height = 1695
Left = 480
TabIndex = 13
Top = 840
Width = 7815
End
End
Begin VB.Frame Frame5
BackColor = &H00C0E0FF&
BorderStyle = 0 'None
Height = 5895
Left = -74760
TabIndex = 10
Top = 1200
Width = 8775
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = $"幫助.frx":0CBA
Height = 3975
Left = 360
TabIndex = 11
Top = 600
Width = 8175
End
End
Begin VB.Frame Frame4
BackColor = &H00C0E0FF&
BorderStyle = 0 'None
Height = 5895
Left = -74760
TabIndex = 8
Top = 1200
Width = 8895
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = $"幫助.frx":0FEE
Height = 3015
Left = 360
TabIndex = 9
Top = 600
Width = 8175
End
End
Begin VB.Frame Frame3
BackColor = &H00C0E0FF&
Height = 5775
Left = -74760
TabIndex = 6
Top = 1200
Width = 8895
Begin VB.Label Label2
BackColor = &H00C0E0FF&
Caption = $"幫助.frx":1165
Height = 4335
Left = 360
TabIndex = 7
Top = 720
Width = 8175
End
End
Begin VB.Frame Frame2
BackColor = &H00C0E0FF&
Height = 5775
Left = 240
TabIndex = 4
Top = 1200
Width = 8895
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = $"幫助.frx":1488
Height = 4095
Left = 360
TabIndex = 5
Top = 480
Width = 8175
End
End
Begin VB.Frame Frame1
BackColor = &H00C0E0FF&
Height = 6015
Left = -74760
TabIndex = 1
Top = 1080
Width = 8895
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = $"幫助.frx":1818
Height = 2535
Left = 480
TabIndex = 2
Top = 480
Width = 8055
End
End
End
End
Attribute VB_Name = "Form18"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
Me.Height = 8775
Me.Width = 1056
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -