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

📄 frmunit.frm

📁 一套比较完整的VB开发的员工请假管理系统
💻 FRM
📖 第 1 页 / 共 5 页
字号:
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   240
            TabIndex        =   56
            Top             =   360
            Width           =   615
         End
      End
      Begin VB.Frame FramLsTbl 
         Height          =   735
         Left            =   -74880
         TabIndex        =   53
         Top             =   360
         Width           =   6495
         Begin MSComctlLib.Toolbar tblLs 
            Height          =   540
            Left            =   120
            TabIndex        =   54
            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 VB.Frame FramLt 
         Height          =   1215
         Left            =   -74880
         TabIndex        =   49
         Top             =   3480
         Width           =   6495
         Begin VB.TextBox txtLtID 
            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        =   5
            Top             =   240
            Width           =   975
         End
         Begin VB.TextBox txtLtName 
            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        =   6
            Top             =   240
            Width           =   2175
         End
         Begin VB.Label lblLtM 
            Caption         =   "编码只能输入两位的数字;请假类型只能最多输入五个汉字"
            ForeColor       =   &H00FF0000&
            Height          =   255
            Left            =   960
            TabIndex        =   70
            Top             =   840
            Width           =   5175
         End
         Begin VB.Label lblLtID 
            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        =   51
            Top             =   360
            Width           =   615
         End
         Begin VB.Label lblLtName 
            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        =   50
            Top             =   360
            Width           =   855
         End
      End
      Begin VB.Frame framLtTlb 
         Height          =   735
         Left            =   -74880
         TabIndex        =   47
         Top             =   360
         Width           =   6495
         Begin MSComctlLib.Toolbar tblLt 
            Height          =   540
            Left            =   120
            TabIndex        =   48
            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 VB.Frame framPli 
         Height          =   1215
         Left            =   -74880
         TabIndex        =   43
         Top             =   3480
         Width           =   6495
         Begin VB.TextBox txtPliName 
            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        =   4
            Top             =   240
            Width           =   2175
         End
         Begin VB.TextBox txtPliID 
            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        =   3
            Top             =   240
            Width           =   975
         End
         Begin VB.Label lblPM 
            Caption         =   "编码只能输入两位的数字;政治面貌只能最多输入五个汉字"
            ForeColor       =   &H00FF0000&
            Height          =   255
            Left            =   960
            TabIndex        =   69
            Top             =   840
            Width           =   5175
         End
         Begin VB.Label lblPliName 
            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        =   45
            Top             =   360
            Width           =   855
         End
         Begin VB.Label lblPliID 
            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        =   44
            Top             =   360
            Width           =   615
         End
      End
      Begin VB.Frame FramPliTbl 
         Height          =   735
         Left            =   -74880
         TabIndex        =   41
         Top             =   360
         Width           =   6495
         Begin MSComctlLib.Toolbar tblPli 
            Height          =   540
            Left            =   120
            TabIndex        =   42
            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

⌨️ 快捷键说明

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