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

📄 frm_workers.frm

📁 汽修厂管理软件
💻 FRM
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frm_workers 
   Caption         =   "Form1"
   ClientHeight    =   5175
   ClientLeft      =   4995
   ClientTop       =   2925
   ClientWidth     =   7080
   LinkTopic       =   "Form1"
   ScaleHeight     =   5175
   ScaleWidth      =   7080
   Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1 
      Height          =   3615
      Left            =   0
      TabIndex        =   6
      Top             =   120
      Width           =   7095
      _ExtentX        =   12515
      _ExtentY        =   6376
      _Version        =   393216
   End
   Begin VB.CommandButton Cmd_Salary 
      Caption         =   "工资"
      Height          =   375
      Left            =   5520
      TabIndex        =   5
      Top             =   3840
      Width           =   1095
   End
   Begin VB.CommandButton Cmd_Exit 
      Caption         =   "退出"
      Height          =   375
      Left            =   4200
      TabIndex        =   4
      Top             =   3840
      Width           =   1095
   End
   Begin VB.CommandButton Cmd_Print 
      Caption         =   "打印"
      Height          =   375
      Left            =   3240
      TabIndex        =   3
      Top             =   3840
      Width           =   855
   End
   Begin VB.CommandButton Cmd_Del 
      Caption         =   "删除"
      Height          =   375
      Left            =   2160
      TabIndex        =   2
      Top             =   3840
      Width           =   975
   End
   Begin VB.CommandButton Cmd_Edit 
      Caption         =   "修改"
      Height          =   375
      Left            =   1080
      TabIndex        =   1
      ToolTipText     =   "修改所选项的设置"
      Top             =   3840
      Width           =   975
   End
   Begin VB.Data Data_Workers 
      Caption         =   "Data1"
      Connect         =   "Access"
      DatabaseName    =   ""
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   375
      Left            =   1680
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   ""
      Top             =   4320
      Width           =   2340
   End
   Begin VB.CommandButton Cmd_Add 
      Caption         =   "增加"
      Height          =   375
      Left            =   0
      TabIndex        =   0
      Top             =   3840
      Width           =   975
   End
End
Attribute VB_Name = "frm_workers"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim RS_Workers As Recordset

Private Sub Form_Load()

Set RS_Workers = DBSGRG.OpenRecordset(TblWorkers, dbOpenDynaset)
'Set Data_Workers.DataSource = RS_Workers

End Sub



⌨️ 快捷键说明

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