📄 frmprojectmanager.frm
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form frmProjectManager
BorderStyle = 1 'Fixed Single
Caption = "Alphasoft Web Site Project Manager"
ClientHeight = 5505
ClientLeft = 45
ClientTop = 330
ClientWidth = 8775
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "frmProjectManager.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 5505
ScaleWidth = 8775
StartUpPosition = 2 'CenterScreen
WhatsThisHelp = -1 'True
Begin MSComDlg.CommonDialog cd1
Left = 7200
Top = 5040
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin TabDlg.SSTab SSTab1
Height = 4815
Left = 120
TabIndex = 0
Tag = "Width=7150"
Top = 600
Width = 8595
_ExtentX = 15161
_ExtentY = 8493
_Version = 393216
Style = 1
Tabs = 5
TabsPerRow = 5
TabHeight = 1235
TabCaption(0) = "File Manager"
TabPicture(0) = "frmProjectManager.frx":1CFA
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "Label2"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).Control(1)= "Label3"
Tab(0).Control(1).Enabled= 0 'False
Tab(0).Control(2)= "Label4"
Tab(0).Control(2).Enabled= 0 'False
Tab(0).Control(3)= "cmdCreate"
Tab(0).Control(3).Enabled= 0 'False
Tab(0).Control(4)= "txtProjectName"
Tab(0).Control(4).Enabled= 0 'False
Tab(0).Control(5)= "txtProjectFilename"
Tab(0).Control(5).Enabled= 0 'False
Tab(0).Control(6)= "cmdOpen"
Tab(0).Control(6).Enabled= 0 'False
Tab(0).Control(7)= "cmdSave"
Tab(0).Control(7).Enabled= 0 'False
Tab(0).ControlCount= 8
TabCaption(1) = "Web Pages"
TabPicture(1) = "frmProjectManager.frx":3A04
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "lstPages"
Tab(1).Control(1)= "cmdAddRecent"
Tab(1).Control(2)= "cmdCreatePage"
Tab(1).Control(3)= "cmdPageInfo"
Tab(1).ControlCount= 4
TabCaption(2) = "Tasks"
TabPicture(2) = "frmProjectManager.frx":42DE
Tab(2).ControlEnabled= 0 'False
Tab(2).Control(0)= "lstTasks"
Tab(2).Control(1)= "cmdAddTask"
Tab(2).Control(2)= "cmdFinishTask"
Tab(2).Control(3)= "cmdTaskInfo"
Tab(2).ControlCount= 4
TabCaption(3) = "Reports"
TabPicture(3) = "frmProjectManager.frx":7168
Tab(3).ControlEnabled= 0 'False
Tab(3).Control(0)= "lstReports"
Tab(3).Control(1)= "cmdAddReport"
Tab(3).Control(2)= "cmdReportInfo"
Tab(3).ControlCount= 3
TabCaption(4) = "Comments"
TabPicture(4) = "frmProjectManager.frx":9FF2
Tab(4).ControlEnabled= 0 'False
Tab(4).Control(0)= "lstComments"
Tab(4).Control(1)= "cmdAddComment"
Tab(4).Control(2)= "cmdCommentInfo"
Tab(4).ControlCount= 3
Begin VB.CommandButton cmdCommentInfo
Caption = "Comment Information"
Height = 375
Left = -72960
TabIndex = 23
Top = 840
Width = 1815
End
Begin VB.CommandButton cmdAddComment
Caption = "Add a comment"
Enabled = 0 'False
Height = 375
Left = -74880
TabIndex = 22
Top = 840
Width = 1815
End
Begin VB.CommandButton cmdReportInfo
Caption = "Report Information"
Height = 375
Left = -72960
TabIndex = 21
Top = 840
Width = 1815
End
Begin VB.CommandButton cmdAddReport
Caption = " Write a report"
Height = 375
Left = -74880
TabIndex = 20
Top = 840
Width = 1815
End
Begin VB.CommandButton cmdTaskInfo
Caption = "Task Information"
Height = 375
Left = -71040
TabIndex = 17
Top = 840
Width = 1815
End
Begin VB.CommandButton cmdFinishTask
Caption = "Finish the task"
Height = 375
Left = -72960
TabIndex = 16
Top = 840
Width = 1815
End
Begin VB.CommandButton cmdAddTask
Caption = "Add a task"
Height = 375
Left = -74880
TabIndex = 15
Top = 840
Width = 1815
End
Begin VB.CommandButton cmdPageInfo
Caption = " Web Page infomation"
Height = 375
Left = -71040
TabIndex = 13
Top = 840
Width = 1815
End
Begin VB.CommandButton cmdCreatePage
Caption = "Create new file"
Height = 375
Left = -72960
TabIndex = 12
Top = 840
Width = 1815
End
Begin VB.CommandButton cmdAddRecent
Caption = "Add recent file"
Height = 375
Left = -74880
TabIndex = 11
Top = 840
Width = 1815
End
Begin MSComctlLib.ListView lstPages
Height = 3375
Left = -74880
TabIndex = 10
Top = 1320
Width = 6855
_ExtentX = 12091
_ExtentY = 5953
View = 3
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 2
BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Text = "Responsible"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 1
Text = "Filename"
Object.Width = 12347
EndProperty
End
Begin VB.CommandButton cmdSave
Caption = "Save Project"
Enabled = 0 'False
Height = 1455
Left = 1320
Picture = "frmProjectManager.frx":C26C
Style = 1 'Graphical
TabIndex = 8
Top = 2760
Width = 975
End
Begin VB.CommandButton cmdOpen
Caption = "Open"
Height = 1455
Left = 240
Picture = "frmProjectManager.frx":EA0E
Style = 1 'Graphical
TabIndex = 7
Top = 2760
Width = 975
End
Begin VB.TextBox txtProjectFilename
Enabled = 0 'False
Height = 315
Left = 1320
Locked = -1 'True
TabIndex = 5
Top = 2220
Width = 2295
End
Begin VB.TextBox txtProjectName
Enabled = 0 'False
Height = 315
Left = 1320
TabIndex = 3
Text = "New Web Site Project"
Top = 1440
Width = 2295
End
Begin VB.CommandButton cmdCreate
Caption = "Create"
Height = 1455
Left = 240
Picture = "frmProjectManager.frx":111B0
Style = 1 'Graphical
TabIndex = 2
Top = 1080
Width = 975
End
Begin MSComctlLib.ListView lstTasks
Height = 3375
Left = -74880
TabIndex = 14
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -