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

📄 cardin.frm

📁 用microsoft vb6.0写的上班考勤系统!
💻 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 frmModiInfo 
   Caption         =   "修改信息"
   ClientHeight    =   6345
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8835
   LinkTopic       =   "Form4"
   ScaleHeight     =   6345
   ScaleWidth      =   8835
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame1 
      Height          =   6375
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   8895
      Begin VB.CheckBox Check2 
         Caption         =   "设置该卡有效"
         Height          =   495
         Left            =   6840
         TabIndex        =   25
         Top             =   5280
         Width           =   1575
      End
      Begin VB.CheckBox Check1 
         Caption         =   "设置该卡无效"
         Height          =   495
         Left            =   6840
         TabIndex        =   24
         Top             =   5760
         Width           =   1575
      End
      Begin VB.TextBox Text6 
         DataField       =   "YS"
         DataSource      =   "Adodc1"
         Height          =   390
         Left            =   6600
         TabIndex        =   22
         Top             =   5040
         Visible         =   0   'False
         Width           =   495
      End
      Begin VB.TextBox Text5 
         DataField       =   "InOut"
         DataSource      =   "Adodc1"
         Height          =   390
         Left            =   7560
         TabIndex        =   18
         Top             =   5040
         Visible         =   0   'False
         Width           =   615
      End
      Begin MSAdodcLib.Adodc Adodc1 
         Height          =   375
         Left            =   6960
         Top             =   5040
         Visible         =   0   'False
         Width           =   1815
         _ExtentX        =   3201
         _ExtentY        =   661
         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         =   "Provider=SQLOLEDB.1;Password=1234;Persist Security Info=True;User ID=andy;Initial Catalog=kaoqin;Data Source=hqdycserver"
         OLEDBString     =   "Provider=SQLOLEDB.1;Password=1234;Persist Security Info=True;User ID=andy;Initial Catalog=kaoqin;Data Source=hqdycserver"
         OLEDBFile       =   ""
         DataSourceName  =   ""
         OtherAttributes =   ""
         UserName        =   ""
         Password        =   ""
         RecordSource    =   "select * from cardinfo"
         Caption         =   "Adodc1"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         _Version        =   393216
      End
      Begin VB.TextBox Text4 
         DataField       =   "LQ"
         DataSource      =   "Adodc1"
         Height          =   390
         Left            =   5160
         TabIndex        =   13
         Top             =   4320
         Width           =   1335
      End
      Begin VB.TextBox Text3 
         DataField       =   "XM"
         DataSource      =   "Adodc1"
         Height          =   390
         Left            =   3600
         TabIndex        =   12
         Top             =   4320
         Width           =   1335
      End
      Begin VB.TextBox Text2 
         DataField       =   "CardONo"
         DataSource      =   "Adodc1"
         Height          =   390
         Left            =   2040
         TabIndex        =   11
         Top             =   4320
         Width           =   1335
      End
      Begin VB.TextBox Text1 
         DataField       =   "CardNo"
         DataSource      =   "Adodc1"
         Height          =   390
         Left            =   360
         TabIndex        =   10
         Top             =   4320
         Width           =   1335
      End
      Begin VB.CommandButton Command8 
         Caption         =   "取消"
         Enabled         =   0   'False
         Height          =   495
         Left            =   3600
         TabIndex        =   9
         Top             =   5760
         Width           =   1335
      End
      Begin VB.CommandButton Command7 
         Caption         =   "保存"
         Enabled         =   0   'False
         Height          =   495
         Left            =   2040
         TabIndex        =   8
         Top             =   5760
         Width           =   1335
      End
      Begin VB.CommandButton Command6 
         Caption         =   "修改"
         Height          =   495
         Left            =   360
         TabIndex        =   7
         Top             =   5760
         Width           =   1335
      End
      Begin VB.CommandButton Command5 
         Caption         =   $"CardIn.frx":0000
         Height          =   495
         Left            =   5160
         TabIndex        =   6
         Top             =   5760
         Width           =   1335
      End
      Begin VB.CommandButton Command4 
         Caption         =   "最后一条"
         Height          =   495
         Left            =   5160
         TabIndex        =   5
         Top             =   5040
         Width           =   1335
      End
      Begin VB.CommandButton Command3 
         Caption         =   "下一条"
         Height          =   495
         Left            =   3600
         TabIndex        =   4
         Top             =   5040
         Width           =   1335
      End
      Begin VB.CommandButton Command2 
         Caption         =   $"CardIn.frx":0009
         Height          =   495
         Left            =   2040
         TabIndex        =   3
         Top             =   5040
         Width           =   1335
      End
      Begin VB.CommandButton Command1 
         Caption         =   $"CardIn.frx":0016
         Height          =   495
         Left            =   360
         TabIndex        =   2
         Top             =   5040
         Width           =   1335
      End
      Begin MSDataGridLib.DataGrid DG1 
         Bindings        =   "CardIn.frx":0022
         Height          =   3495
         Left            =   0
         TabIndex        =   1
         Top             =   0
         Width           =   8895
         _ExtentX        =   15690
         _ExtentY        =   6165
         _Version        =   393216
         AllowUpdate     =   0   'False
         HeadLines       =   1
         RowHeight       =   15
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ColumnCount     =   2
         BeginProperty Column00 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column01 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty

⌨️ 快捷键说明

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