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

📄 frmworkerinfo.frm

📁 公寓管理信息系统的基本功能的设计~~~~~~~~
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmworkerinfo 
   Caption         =   "员工信息"
   ClientHeight    =   7155
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9180
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   7155
   ScaleWidth      =   9180
   Begin VB.Frame Frame1 
      Caption         =   "查询方式"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1815
      Left            =   240
      TabIndex        =   19
      Top             =   3000
      Width           =   3015
      Begin VB.TextBox ybm 
         Height          =   375
         Left            =   1200
         TabIndex        =   25
         Top             =   1200
         Width           =   1695
      End
      Begin VB.TextBox yxm 
         Height          =   375
         Left            =   1200
         TabIndex        =   24
         Top             =   720
         Width           =   1695
      End
      Begin VB.TextBox ygh 
         Height          =   375
         Left            =   1200
         TabIndex        =   23
         Top             =   240
         Width           =   1695
      End
      Begin VB.OptionButton Option3 
         Caption         =   "按部门:"
         Height          =   255
         Left            =   120
         TabIndex        =   22
         Top             =   1320
         Width           =   1050
      End
      Begin VB.OptionButton Option2 
         Caption         =   "按姓名:"
         Height          =   375
         Left            =   120
         TabIndex        =   21
         Top             =   720
         Width           =   1095
      End
      Begin VB.OptionButton Option1 
         Caption         =   "按工号:"
         Height          =   300
         Left            =   120
         TabIndex        =   20
         Top             =   240
         Width           =   1095
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "修改员工资料"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   3855
      Left            =   3360
      TabIndex        =   5
      Top             =   3000
      Width           =   5415
      Begin VB.CommandButton save 
         Caption         =   "保存"
         Height          =   495
         Left            =   1320
         TabIndex        =   12
         Top             =   2640
         Width           =   1575
      End
      Begin VB.TextBox Text8 
         Height          =   1215
         Left            =   3840
         TabIndex        =   11
         Top             =   1800
         Width           =   1335
      End
      Begin VB.TextBox bumen 
         Height          =   375
         Left            =   1200
         TabIndex        =   10
         Top             =   1080
         Width           =   1335
      End
      Begin VB.TextBox txttel 
         Height          =   375
         Left            =   3840
         TabIndex        =   9
         Top             =   1080
         Width           =   1335
      End
      Begin VB.TextBox xingming 
         Height          =   375
         Left            =   3840
         TabIndex        =   8
         Top             =   360
         Width           =   1335
      End
      Begin VB.TextBox txtteacherid 
         Height          =   375
         Left            =   1200
         TabIndex        =   7
         Top             =   360
         Width           =   1335
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Left            =   1200
         TabIndex        =   6
         Top             =   1800
         Width           =   1335
      End
      Begin VB.Label Label6 
         Caption         =   "备注:"
         Height          =   255
         Left            =   2880
         TabIndex        =   18
         Top             =   1920
         Width           =   615
      End
      Begin VB.Label Label5 
         Caption         =   "联系电话:"
         Height          =   255
         Left            =   2880
         TabIndex        =   17
         Top             =   1200
         Width           =   975
      End
      Begin VB.Label Label4 
         Caption         =   "姓名:"
         Height          =   255
         Left            =   2880
         TabIndex        =   16
         Top             =   480
         Width           =   615
      End
      Begin VB.Label Label3 
         Caption         =   "管理部门:"
         Height          =   375
         Left            =   240
         TabIndex        =   15
         Top             =   1200
         Width           =   975
      End
      Begin VB.Label Label2 
         Caption         =   "工号:"
         Height          =   255
         Left            =   240
         TabIndex        =   14
         Top             =   480
         Width           =   615
      End
      Begin VB.Label Label7 
         Caption         =   "性别:"
         Height          =   495
         Left            =   240
         TabIndex        =   13
         Top             =   1920
         Width           =   615
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "操作项"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1815
      Left            =   240
      TabIndex        =   0
      Top             =   5040
      Width           =   3015
      Begin VB.CommandButton cmdexit 
         Caption         =   "退出"
         Height          =   375
         Left            =   1680
         TabIndex        =   4
         Top             =   1080
         Width           =   1095
      End
      Begin VB.CommandButton cmdcancel 
         Caption         =   "删除"
         Height          =   375
         Left            =   240
         TabIndex        =   3
         Top             =   1080
         Width           =   1095
      End
      Begin VB.CommandButton cmdadd 
         Caption         =   "添加"
         Height          =   375
         Left            =   1680
         TabIndex        =   2
         Top             =   360
         Width           =   1095
      End
      Begin VB.CommandButton cmdinquire 
         Caption         =   "查找"
         Height          =   375
         Left            =   240
         TabIndex        =   1
         Top             =   360
         Width           =   1095
      End
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   570
      Left            =   1800
      Top             =   6000
      Width           =   1200
      _ExtentX        =   2117
      _ExtentY        =   1005
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"

⌨️ 快捷键说明

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