⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xingzhenggl.frm

📁 行政管理系统商业源码,可以down下来看看
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form XingZhengGL 
   BackColor       =   &H80000001&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "行政管理"
   ClientHeight    =   3480
   ClientLeft      =   45
   ClientTop       =   615
   ClientWidth     =   7185
   ControlBox      =   0   'False
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Moveable        =   0   'False
   ScaleHeight     =   3480
   ScaleWidth      =   7185
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   WindowState     =   2  'Maximized
   Begin MSComctlLib.StatusBar stbMain 
      Align           =   2  'Align Bottom
      Height          =   360
      Left            =   0
      TabIndex        =   0
      Top             =   3120
      Width           =   7185
      _ExtentX        =   12674
      _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           =   4577
            MinWidth        =   4233
            Picture         =   "XingZhengGL.frx":0000
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   5
            Alignment       =   1
            AutoSize        =   2
            Picture         =   "XingZhengGL.frx":0112
            TextSave        =   "0:17"
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   6
            Alignment       =   1
            AutoSize        =   2
            Picture         =   "XingZhengGL.frx":0564
            TextSave        =   "2003-03-20"
         EndProperty
         BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            AutoSize        =   1
            Object.Width           =   2884
            Picture         =   "XingZhengGL.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       =   "XingZhengGL.frx":0E08
   End
   Begin VB.Menu mnu_BaoXian 
      Caption         =   "保险"
      Begin VB.Menu mnu_BaoDanDengJi 
         Caption         =   "保单登记"
      End
      Begin VB.Menu mnu_ChuXianGuanli 
         Caption         =   "出险管理"
      End
      Begin VB.Menu bdcx 
         Caption         =   "保单查询"
      End
      Begin VB.Menu TBRYCX 
         Caption         =   "投保人员查询"
      End
   End
   Begin VB.Menu mnu_ZhiBan 
      Caption         =   "值班"
      Begin VB.Menu mnu_JingLiZhiBan 
         Caption         =   "部门经理值班"
      End
      Begin VB.Menu mnu_JingLiTongJi 
         Caption         =   "部门经理值班统计"
      End
      Begin VB.Menu mnu_XingZhengZhiBan 
         Caption         =   "行政值班"
      End
   End
   Begin VB.Menu b 
      Caption         =   ""
   End
   Begin VB.Menu mnu_JingYingJiHua 
      Caption         =   "经营计划"
   End
   Begin VB.Menu c 
      Caption         =   ""
   End
   Begin VB.Menu F_BuMenKaoHe 
      Caption         =   "部门考核"
   End
   Begin VB.Menu d 
      Caption         =   ""
   End
   Begin VB.Menu XTWH 
      Caption         =   "系统维护"
      Begin VB.Menu KQJL 
         Caption         =   "考勤统计"
      End
      Begin VB.Menu WPLY 
         Caption         =   "物品领用"
      End
      Begin VB.Menu mnu_TuiChu 
         Caption         =   "退出"
      End
   End
End
Attribute VB_Name = "XingZhengGL"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub bdcx_Click()
    Me.Enabled = False
    F_BaoDanCX.Show
End Sub

Private Sub Form_Load()
On Error Resume Next
    For Each TextBox In Me.Controls
        
        
    Next

End Sub

Private Sub KQJL_Click()
    Me.Enabled = False
    frm_KQTJ.Show
End Sub

Private Sub mnu_BaoDanDengJi_Click()
    Me.Enabled = False
    F_BaoDanDengJi.Show
End Sub

Private Sub mnu_ChuXianGuanli_Click()
    Me.Enabled = False
    F_ChuXianGuanLi.Show
End Sub

Private Sub mnu_JingLiZhiBan_Click()
    Me.Enabled = False
    F_ZhiBanJingLiZhiBan.Show
End Sub

Private Sub mnu_TuiChu_Click()
    BGSGL.Enabled = True
    Unload Me
End Sub

Private Sub mnu_XingZhengZhiBan_Click()
    Me.Enabled = False
    F_ZhiBanJiLu.Show
End Sub

Private Sub TBRYCX_Click()
    Me.Enabled = False
    F_TuoBaoRenYuanCX.Show
End Sub

Private Sub WPLY_Click()
    FRMckd.Show
    Me.Enabled = False
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -