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

📄 frmunit.frm

📁 一套比较完整的VB开发的员工请假管理系统
💻 FRM
📖 第 1 页 / 共 5 页
字号:
               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 framTitleStl 
         Height          =   735
         Left            =   -74880
         TabIndex        =   39
         Top             =   360
         Width           =   6495
         Begin MSComctlLib.Toolbar tblTitel 
            Height          =   540
            Left            =   120
            TabIndex        =   40
            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 framTitel 
         Height          =   1215
         Left            =   -74880
         TabIndex        =   35
         Top             =   3480
         Width           =   6495
         Begin VB.TextBox txtTitelId 
            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        =   1
            Top             =   240
            Width           =   855
         End
         Begin VB.TextBox txtTitelName 
            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        =   2
            Top             =   240
            Width           =   2175
         End
         Begin VB.Label lblTM 
            Caption         =   "编码只能输入两位的数字;职称只能最多输入五个汉字"
            ForeColor       =   &H00FF0000&
            Height          =   255
            Left            =   960
            TabIndex        =   68
            Top             =   840
            Width           =   5175
         End
         Begin VB.Label lblTitelId 
            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        =   37
            Top             =   360
            Width           =   615
         End
         Begin VB.Label lblTitelName 
            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        =   36
            Top             =   360
            Width           =   495
         End
      End
      Begin VB.Frame framJObtbl 
         Height          =   735
         Left            =   -74880
         TabIndex        =   33
         Top             =   360
         Width           =   6495
         Begin MSComctlLib.Toolbar tblJOb 
            Height          =   540
            Left            =   120
            TabIndex        =   34
            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 framJob 
         Height          =   1215
         Left            =   -74880
         TabIndex        =   27
         Top             =   3480
         Width           =   6495
         Begin VB.TextBox txtJobName 
            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        =   29
            Top             =   240
            Width           =   2175
         End
         Begin VB.TextBox txtJobId 
            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        =   28
            Top             =   240
            Width           =   855
         End
         Begin VB.Label lblJM 
            Caption         =   "编码只能输入两位的数字;职务名称只能最多输入五个汉字"
            ForeColor       =   &H00FF0000&
            Height          =   255
            Left            =   960
            TabIndex        =   67
            Top             =   840
            Width           =   5175
         End
         Begin VB.Label lblJobName 
            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        =   31
            Top             =   360
            Width           =   855
         End
         Begin VB.Label lblJobID 
            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        =   30
            Top             =   360
            Width           =   735
         End
      End
      Begin VB.Frame framEduTbl 
         Height          =   735
         Left            =   -74880
         TabIndex        =   25
         Top             =   360
         Width           =   6495
         Begin MSComctlLib.Toolbar tblEdu 
            Height          =   540
            Left            =   120
            TabIndex        =   26
            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

⌨️ 快捷键说明

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