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

📄 form1.frm

📁 小型企业进销存源代码 一款小型企业进销存源代码
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Begin VB.Form Form1 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "兆基企业管理--员工档案"
   ClientHeight    =   9495
   ClientLeft      =   135
   ClientTop       =   525
   ClientWidth     =   13050
   ControlBox      =   0   'False
   DrawMode        =   12  'Nop
   Icon            =   "Form1.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MDIChild        =   -1  'True
   ScaleHeight     =   9495
   ScaleWidth      =   13050
   WindowState     =   2  'Maximized
   Begin VB.Frame Frame1 
      Caption         =   "分类显示"
      Height          =   855
      Left            =   120
      TabIndex        =   35
      Top             =   120
      Width           =   6855
      Begin VB.CommandButton Find 
         Height          =   345
         Index           =   1
         Left            =   6000
         Picture         =   "Form1.frx":27A2
         Style           =   1  'Graphical
         TabIndex        =   104
         Top             =   360
         Width           =   495
      End
      Begin VB.TextBox Text15 
         Height          =   270
         Left            =   3960
         TabIndex        =   52
         Top             =   360
         Width           =   1695
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   1080
         TabIndex        =   36
         Text            =   "Combo1"
         Top             =   360
         Width           =   1695
      End
      Begin VB.Label Label1 
         Caption         =   "查询条件"
         Height          =   255
         Left            =   240
         TabIndex        =   38
         Top             =   400
         Width           =   975
      End
      Begin VB.Label Label2 
         Caption         =   "查询内容"
         Height          =   255
         Left            =   3120
         TabIndex        =   37
         Top             =   405
         Width           =   975
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "当前纪录"
      ForeColor       =   &H00FF0000&
      Height          =   855
      Left            =   7080
      TabIndex        =   0
      Top             =   120
      Width           =   5775
      Begin VB.TextBox Text1 
         DataField       =   "姓名"
         DataSource      =   "Data1"
         Height          =   270
         Left            =   1200
         TabIndex        =   51
         Text            =   "Text1"
         Top             =   360
         Width           =   1815
      End
      Begin VB.Data Data1 
         Caption         =   "Data1"
         Connect         =   "Access"
         DatabaseName    =   "E:\data\db1.mdb"
         DefaultCursorType=   0  '缺省游标
         DefaultType     =   2  '使用 ODBC
         Exclusive       =   0   'False
         Height          =   285
         Left            =   2880
         Options         =   0
         ReadOnly        =   0   'False
         RecordsetType   =   1  'Dynaset
         RecordSource    =   "基本档案1"
         Top             =   0
         Visible         =   0   'False
         Width           =   1140
      End
      Begin VB.TextBox Text2 
         DataField       =   "职工编号"
         DataSource      =   "Data1"
         ForeColor       =   &H00FF0000&
         Height          =   270
         Left            =   3720
         TabIndex        =   31
         Text            =   "Text2"
         Top             =   360
         Width           =   1455
      End
      Begin VB.Label Label4 
         Caption         =   "工号"
         ForeColor       =   &H00FF0000&
         Height          =   255
         Left            =   3240
         TabIndex        =   30
         Top             =   360
         Width           =   375
      End
      Begin VB.Label Label3 
         Caption         =   "姓名"
         ForeColor       =   &H00FF0000&
         Height          =   255
         Left            =   360
         TabIndex        =   28
         Top             =   405
         Width           =   735
      End
   End
   Begin VB.Frame Frame4 
      Height          =   8415
      Left            =   0
      TabIndex        =   32
      Top             =   960
      Width           =   2775
      Begin VB.CommandButton Command30 
         Caption         =   "编辑"
         Height          =   375
         Left            =   1800
         TabIndex        =   103
         Top             =   7920
         Width           =   735
      End
      Begin VB.Frame Frame8 
         Height          =   7095
         Left            =   120
         TabIndex        =   50
         Top             =   600
         Width           =   2535
      End
      Begin VB.CommandButton Command21 
         Caption         =   "删除"
         Height          =   375
         Left            =   960
         TabIndex        =   48
         Top             =   7920
         Width           =   855
      End
      Begin VB.CommandButton Command20 
         Caption         =   "新建"
         Height          =   375
         Left            =   240
         TabIndex        =   47
         Top             =   7920
         Width           =   735
      End
      Begin VB.CommandButton Command12 
         Caption         =   "显示全部人员名单"
         Height          =   375
         Left            =   360
         TabIndex        =   39
         Top             =   240
         Width           =   1815
      End
   End
   Begin VB.Frame Frame3 
      Height          =   1095
      Left            =   0
      TabIndex        =   95
      Top             =   0
      Width           =   12975
   End
   Begin VB.Frame Frame5 
      Height          =   8535
      Left            =   2280
      TabIndex        =   33
      Top             =   840
      Width           =   10695
      Begin VB.Frame Frame6 
         Height          =   735
         Left            =   -1320
         TabIndex        =   34
         Top             =   7800
         Width           =   11895
         Begin VB.CommandButton Command19 
            Caption         =   "退出"
            Height          =   375
            Left            =   10080
            TabIndex        =   46
            Top             =   240
            Width           =   855
         End
         Begin VB.CommandButton Command18 
            Caption         =   "查询统计"
            Height          =   375
            Left            =   8400
            TabIndex        =   45
            Top             =   240
            Width           =   975
         End
         Begin VB.CommandButton Command17 
            Caption         =   "打印预览"
            Height          =   375
            Left            =   7320
            TabIndex        =   44
            Top             =   240
            Width           =   1095
         End
         Begin VB.CommandButton Command16 
            Caption         =   "基本信息"
            Height          =   375
            Left            =   5640
            TabIndex        =   43
            Top             =   240
            Width           =   975
         End
         Begin VB.CommandButton Command15 
            Caption         =   "查看简历"
            Height          =   375
            Left            =   4680
            TabIndex        =   42
            Top             =   240
            Width           =   975
         End
         Begin VB.CommandButton Command14 
            Caption         =   "删除"
            Height          =   375
            Left            =   3480
            TabIndex        =   41
            Top             =   240
            Width           =   855
         End
         Begin VB.CommandButton Command13 
            Caption         =   "新建"
            Height          =   375
            Left            =   2520
            TabIndex        =   40
            Top             =   240
            Width           =   975
         End
      End
      Begin VB.Frame Frame7 
         Enabled         =   0   'False
         Height          =   7815
         Left            =   360
         TabIndex        =   53
         Top             =   120
         Width           =   10215
         Begin MSComDlg.CommonDialog CommonDialog1 
            Left            =   9600
            Top             =   4200
            _ExtentX        =   847
            _ExtentY        =   847
            _Version        =   393216
         End
         Begin VB.TextBox Text3 
            DataField       =   "职工编号"
            DataSource      =   "Data1"
            ForeColor       =   &H000000FF&
            Height          =   270
            Left            =   1680
            TabIndex        =   1
            Text            =   "Text3"
            Top             =   840
            Width           =   975
         End
         Begin VB.TextBox Text4 
            DataField       =   "姓名"
            DataSource      =   "Data1"
            ForeColor       =   &H000000FF&
            Height          =   270
            Left            =   3360
            TabIndex        =   2
            Text            =   "Text4"
            Top             =   840
            Width           =   1095
         End
         Begin VB.CommandButton Command1 
            Caption         =   "…"
            Height          =   300
            Index           =   0
            Left            =   6720
            TabIndex        =   65
            Top             =   840
            Width           =   255
         End
         Begin VB.PictureBox Picture1 
            Appearance      =   0  'Flat
            BackColor       =   &H80000005&
            BorderStyle     =   0  'None
            DataField       =   "图像"
            DataSource      =   "Data1"
            FillColor       =   &H00FFFFFF&
            ForeColor       =   &H80000008&
            Height          =   2400
            Left            =   7200
            ScaleHeight     =   2400
            ScaleWidth      =   1995
            TabIndex        =   64
            Top             =   720
            Width           =   1995
         End
         Begin VB.CommandButton Command2 
            Caption         =   "…"
            Height          =   300
            Index           =   1
            Left            =   6720
            TabIndex        =   63
            Top             =   1440
            Width           =   255
         End
         Begin VB.TextBox Text5 
            DataField       =   "年龄"
            DataSource      =   "Data1"
            Height          =   270
            Left            =   3360
            TabIndex        =   5
            Text            =   "Text5"
            Top             =   1440
            Width           =   855
         End
         Begin VB.ComboBox Combo4 
            DataField       =   "婚姻状况"
            DataSource      =   "Data1"
            Height          =   300
            Left            =   1680
            TabIndex        =   7
            Text            =   "已婚"
            Top             =   2040
            Width           =   1005
         End
         Begin VB.ComboBox Combo5 
            DataField       =   "性别"
            DataSource      =   "Data1"
            Height          =   300
            Left            =   3360
            TabIndex        =   8
            Text            =   "女"
            Top             =   2040

⌨️ 快捷键说明

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