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

📄 frmdatainput.frm

📁 职工信息系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmInsert 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "插入职工资料"
   ClientHeight    =   2235
   ClientLeft      =   45
   ClientTop       =   3030
   ClientWidth     =   6705
   Icon            =   "frmDataInput.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2235
   ScaleWidth      =   6705
   ShowInTaskbar   =   0   'False
   Begin VB.Data StuData 
      Caption         =   "学生数据库控件"
      Connect         =   "Access"
      DatabaseName    =   ""
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   375
      Left            =   0
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   ""
      Top             =   2280
      Visible         =   0   'False
      Width           =   6495
   End
   Begin VB.Frame fraAddCustomer 
      Caption         =   "职工基本资料"
      Height          =   2205
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   6675
      Begin VB.TextBox txtStudy 
         BackColor       =   &H00FFFFFF&
         Height          =   285
         Left            =   4200
         TabIndex        =   24
         Top             =   540
         Width           =   2055
      End
      Begin VB.Frame fraCommand 
         Height          =   555
         Left            =   120
         TabIndex        =   20
         Top             =   1560
         Width           =   6460
         Begin VB.CommandButton cmdCancel 
            Caption         =   "取消操作(&C)"
            Height          =   285
            Left            =   4920
            TabIndex        =   22
            Top             =   180
            Width           =   1275
         End
         Begin VB.CommandButton cmdModify 
            Caption         =   "插入记录(&I)"
            Height          =   285
            Left            =   3480
            TabIndex        =   21
            Top             =   180
            Width           =   1275
         End
      End
      Begin VB.ComboBox cobPossion 
         BackColor       =   &H00FFFFFF&
         Height          =   300
         Left            =   960
         Sorted          =   -1  'True
         TabIndex        =   14
         Top             =   850
         Width           =   2055
      End
      Begin VB.ComboBox cobMarry 
         BackColor       =   &H00FFFFFF&
         Height          =   300
         Left            =   4200
         Sorted          =   -1  'True
         TabIndex        =   8
         Top             =   850
         Width           =   2055
      End
      Begin VB.ComboBox cobSex 
         BackColor       =   &H00FFFFFF&
         Height          =   300
         Left            =   960
         Sorted          =   -1  'True
         TabIndex        =   7
         Top             =   540
         Width           =   2055
      End
      Begin VB.TextBox txtID 
         BackColor       =   &H00FFFFFF&
         Height          =   285
         Left            =   4200
         TabIndex        =   6
         Top             =   240
         Width           =   2055
      End
      Begin VB.TextBox txtSale 
         BackColor       =   &H00FFFFFF&
         Height          =   285
         Left            =   960
         TabIndex        =   5
         Top             =   1200
         Width           =   2055
      End
      Begin VB.TextBox txtYear 
         BackColor       =   &H00FFFFFF&
         Height          =   285
         Left            =   4200
         TabIndex        =   4
         Top             =   1200
         Width           =   555
      End
      Begin VB.TextBox txtMonth 
         BackColor       =   &H00FFFFFF&
         Height          =   285
         Left            =   5070
         TabIndex        =   3
         Top             =   1200
         Width           =   345
      End
      Begin VB.TextBox txtday 
         BackColor       =   &H00FFFFFF&
         Height          =   285
         Left            =   5700
         TabIndex        =   2
         Top             =   1200
         Width           =   345
      End
      Begin VB.TextBox txtName 
         BackColor       =   &H00FFFFFF&
         Height          =   285
         Left            =   960
         TabIndex        =   1
         TabStop         =   0   'False
         Top             =   240
         Width           =   2055
      End
      Begin VB.Label lblCustomer 
         AutoSize        =   -1  'True
         Caption         =   "最后学历:"
         Height          =   180
         Left            =   3240
         TabIndex        =   23
         Top             =   600
         Width           =   810
      End
      Begin VB.Label Label1 
         Caption         =   "婚否:"
         Height          =   255
         Left            =   3600
         TabIndex        =   19
         Top             =   920
         Width           =   495
      End
      Begin VB.Label lblYear 
         AutoSize        =   -1  'True
         Caption         =   "年"
         Height          =   180
         Left            =   4845
         TabIndex        =   18
         Top             =   1245
         Width           =   180
      End
      Begin VB.Label lblMonth 
         AutoSize        =   -1  'True
         Caption         =   "月"
         Height          =   180
         Left            =   5475
         TabIndex        =   17
         Top             =   1245
         Width           =   180
      End
      Begin VB.Label lblDay 
         AutoSize        =   -1  'True
         Caption         =   "日"
         Height          =   180
         Left            =   6105
         TabIndex        =   16
         Top             =   1245
         Width           =   180
      End
      Begin VB.Label lblDate 
         AutoSize        =   -1  'True
         Caption         =   "出生日期:"
         Height          =   180
         Left            =   3240
         TabIndex        =   15
         Top             =   1220
         Width           =   810
      End
      Begin VB.Label lblBusinessman 
         AutoSize        =   -1  'True
         Caption         =   "职称:"
         Height          =   180
         Left            =   360
         TabIndex        =   13
         Top             =   920
         Width           =   450
      End
      Begin VB.Label lblPrice 
         AutoSize        =   -1  'True
         Caption         =   "工资:"
         Height          =   180
         Left            =   390
         TabIndex        =   12
         Top             =   1215
         Width           =   450
      End
      Begin VB.Label lblProduct 
         AutoSize        =   -1  'True
         Caption         =   "性别:"
         Height          =   180
         Left            =   390
         TabIndex        =   11
         Top             =   600
         Width           =   450
      End
      Begin VB.Label lblCount 
         AutoSize        =   -1  'True
         Caption         =   "职工编号:"
         Height          =   180
         Left            =   3240
         TabIndex        =   10
         Top             =   300
         Width           =   810
      End
      Begin VB.Label lblOID 
         AutoSize        =   -1  'True
         Caption         =   "姓名:"
         Height          =   180
         Left            =   390
         TabIndex        =   9
         Top             =   300
         Width           =   450
      End
   End
End
Attribute VB_Name = "frmInsert"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub cmdCancel_Click()
Unload Me
End Sub



Private Sub Form_Load()
Me.Move (Screen.Width - Me.Width) / 2, (Screen.Height - Me.Height) / 2, Me.Width, Me.Height
AniShowFrm Me.hwnd
End Sub

Private Sub Form_Unload(Cancel As Integer)
AniUnloadFrm Me.hwnd
End Sub

⌨️ 快捷键说明

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