📄 wenjiangl.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form WenJianGL
BackColor = &H80000001&
BorderStyle = 3 'Fixed Dialog
Caption = "文件管理"
ClientHeight = 5040
ClientLeft = 45
ClientTop = 615
ClientWidth = 7305
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 5040
ScaleWidth = 7305
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
WindowState = 2 'Maximized
Begin MSComctlLib.StatusBar stbMain
Align = 2 'Align Bottom
Height = 360
Left = 0
TabIndex = 0
Top = 4680
Width = 7305
_ExtentX = 12885
_ExtentY = 635
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 4
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
AutoSize = 1
Object.Width = 4683
MinWidth = 4233
Picture = "WenJianGL.frx":0000
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
Alignment = 1
AutoSize = 2
Picture = "WenJianGL.frx":0112
TextSave = "0:17"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 6
Alignment = 1
AutoSize = 2
Picture = "WenJianGL.frx":0564
TextSave = "2003-03-20"
EndProperty
BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 1
Object.Width = 2990
Picture = "WenJianGL.frx":09B6
Text = "管理信息系统 Premiun Edition"
TextSave = "管理信息系统 Premiun Edition"
EndProperty
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Times New Roman"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
MouseIcon = "WenJianGL.frx":0E08
End
Begin VB.Menu mnu_GuiDang
Caption = "归档管理"
End
Begin VB.Menu S
Caption = ""
End
Begin VB.Menu mnu_ZhuanDang
Caption = "文件转档"
End
Begin VB.Menu Q
Caption = ""
End
Begin VB.Menu mnu_DiaoYue
Caption = "文件调阅"
End
Begin VB.Menu W
Caption = ""
End
Begin VB.Menu XTWH
Caption = "系统维护"
Begin VB.Menu mnu_TuiChu
Caption = "退出"
End
End
End
Attribute VB_Name = "WenJianGL"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
On Error Resume Next
For Each TextBox In Me.Controls
Next
End Sub
Private Sub mnu_DiaoYue_Click()
Me.Enabled = False
F_DiaoYueBuMen.Show
End Sub
Private Sub mnu_GuiDang_Click()
Me.Enabled = False
F_GuiDangBuMen.Show
End Sub
Private Sub mnu_TuiChu_Click()
BGSGL.Enabled = True
Unload Me
End Sub
Private Sub mnu_ZhuanDang_Click()
Me.Enabled = False
F_ZhuanDang.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -