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

📄 frmunit.frm

📁 一套比较完整的VB开发的员工请假管理系统
💻 FRM
📖 第 1 页 / 共 5 页
字号:
               EndProperty
               BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Caption         =   "删除"
                  Key             =   "delete"
                  ImageKey        =   "delete"
               EndProperty
               BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Style           =   4
               EndProperty
               BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Caption         =   "取消"
                  Key             =   "cancel"
                  ImageKey        =   "cancel"
               EndProperty
               BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Style           =   4
               EndProperty
               BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Caption         =   "保存"
                  Key             =   "save"
                  ImageKey        =   "save"
               EndProperty
               BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Style           =   4
               EndProperty
               BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Caption         =   "帮助"
                  Key             =   "help"
                  ImageKey        =   "help"
               EndProperty
            EndProperty
         End
      End
      Begin VB.Frame FramEdu 
         Height          =   1215
         Left            =   -74880
         TabIndex        =   21
         Top             =   3480
         Width           =   6495
         Begin VB.TextBox txtEduId 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   960
            MaxLength       =   2
            TabIndex        =   11
            Top             =   240
            Width           =   855
         End
         Begin VB.TextBox txtEduName 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   4080
            MaxLength       =   10
            TabIndex        =   12
            Top             =   240
            Width           =   2175
         End
         Begin VB.Label lblEM 
            Caption         =   "编码只能输入两位的数字;学历只能最多输入五个汉字"
            ForeColor       =   &H00FF0000&
            Height          =   255
            Left            =   960
            TabIndex        =   66
            Top             =   840
            Width           =   5175
         End
         Begin VB.Label lblEduId 
            Caption         =   "编码"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   240
            TabIndex        =   23
            Top             =   360
            Width           =   855
         End
         Begin VB.Label lblEduName 
            Caption         =   "学历"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   3480
            TabIndex        =   22
            Top             =   360
            Width           =   495
         End
      End
      Begin VB.Frame framData 
         Height          =   1215
         Left            =   120
         TabIndex        =   18
         Top             =   3480
         Width           =   6495
         Begin VB.TextBox txtDepartName 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   4080
            MaxLength       =   10
            TabIndex        =   14
            Top             =   240
            Width           =   2175
         End
         Begin VB.TextBox txtDepartId 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   960
            MaxLength       =   2
            TabIndex        =   13
            Top             =   240
            Width           =   855
         End
         Begin VB.Label lblDM 
            Caption         =   "编码只能输入两位的数字;名称只能最多输入五个汉字"
            ForeColor       =   &H00FF0000&
            Height          =   255
            Left            =   960
            TabIndex        =   65
            Top             =   840
            Width           =   5175
         End
         Begin VB.Label lblDepartName 
            Caption         =   "部门名称"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   3120
            TabIndex        =   20
            Top             =   360
            Width           =   1095
         End
         Begin VB.Label lblDepartId 
            Caption         =   "编码"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   240
            TabIndex        =   19
            Top             =   360
            Width           =   855
         End
      End
      Begin VB.Frame framtoolbar 
         Height          =   735
         Left            =   120
         TabIndex        =   15
         Top             =   360
         Width           =   6495
         Begin MSComctlLib.Toolbar tblDepart 
            Height          =   540
            Left            =   120
            TabIndex        =   16
            Top             =   120
            Width           =   6255
            _ExtentX        =   11033
            _ExtentY        =   953
            ButtonWidth     =   820
            ButtonHeight    =   953
            AllowCustomize  =   0   'False
            Wrappable       =   0   'False
            Style           =   1
            ImageList       =   "imglistMain"
            _Version        =   393216
            BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
               NumButtons      =   9
               BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Caption         =   "增加"
                  Key             =   "add"
                  ImageKey        =   "add"
               EndProperty
               BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Style           =   4
               EndProperty
               BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Caption         =   "删除"
                  Key             =   "delete"
                  ImageKey        =   "delete"
               EndProperty
               BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Style           =   4
               EndProperty
               BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Caption         =   "取消"
                  Key             =   "cancel"
                  ImageKey        =   "cancel"
               EndProperty
               BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Style           =   4
               EndProperty
               BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Caption         =   "保存"
                  Key             =   "save"
                  ImageKey        =   "save"
               EndProperty
               BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Style           =   4
               EndProperty
               BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
                  Caption         =   "帮助"
                  Key             =   "help"
                  ImageKey        =   "help"
               EndProperty
            EndProperty
         End
      End
      Begin MSHierarchicalFlexGridLib.MSHFlexGrid flexEdu 
         Height          =   2055
         Left            =   -74880
         TabIndex        =   24
         Top             =   1320
         Width           =   6495
         _ExtentX        =   11456
         _ExtentY        =   3625
         _Version        =   393216
         Cols            =   3
         BackColorBkg    =   -2147483643
         _NumberOfBands  =   1
         _Band(0).Cols   =   3
      End
      Begin MSHierarchicalFlexGridLib.MSHFlexGrid flexJob 
         Height          =   2055
         Left            =   -74880
         TabIndex        =   32
         Top             =   1320
         Width           =   6495
         _ExtentX        =   11456
         _ExtentY        =   3625
         _Version        =   393216
         BackColorBkg    =   -2147483643
         _NumberOfBands  =   1
         _Band(0).Cols   =   2
      End
      Begin MSHierarchicalFlexGridLib.MSHFlexGrid flexTitel 
         Height          =   2055
         Left            =   -74880
         TabIndex        =   38
         Top             =   1320
         Width           =   6495
         _ExtentX        =   11456
         _ExtentY        =   3625
         _Version        =   393216
         BackColorBkg    =   -2147483643
         _NumberOfBands  =   1
         _Band(0).Cols   =   2
      End
      Begin MSHierarchicalFlexGridLib.MSHFlexGrid flexPli 
         Height          =   2055
         Left            =   -74880
         TabIndex        =   46
         Top             =   1320
         Width           =   6495
         _ExtentX        =   11456
         _ExtentY        =   3625
         _Version        =   393216
         BackColorBkg    =   -2147483643
         _NumberOfBands  =   1
         _Band(0).Cols   =   2
      End
      Begin MSHierarchicalFlexGridLib.MSHFlexGrid flexLt 
         Height          =   2055
         Left            =   -74880
         TabIndex        =   52
         Top             =   1320
         Width           =   6495
         _ExtentX        =   11456
         _ExtentY        =   3625
         _Version        =   393216
         BackColorBkg    =   -2147483643
         _NumberOfBands  =   1
         _Band(0).Cols   =   2
      End
      Begin MSHierarchicalFlexGridLib.MSHFlexGrid flexLs 
         Height          =   2055
         Left            =   -74880
         TabIndex        =   58
         Top             =   1320
         Width           =   6495
         _ExtentX        =   11456
         _ExtentY        =   3625
         _Version        =   393216
         BackColorBkg    =   -2147483643
         _NumberOfBands  =   1
         _Band(0).Cols   =   2
      End
      Begin MSHierarchicalFlexGridLib.MSHFlexGrid flexMs 
         Height          =   2055
         Left            =   -74880
         TabIndex        =   64
         Top             =   1320

⌨️ 快捷键说明

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