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

📄 form2.frm

📁 吐血上传的,质量技术监督局用计量器具管理数据库,具有建库、管库、修改信息、打印卡片等功能
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form Form2 
   Caption         =   "Form2"
   ClientHeight    =   5430
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5655
   LinkTopic       =   "Form2"
   ScaleHeight     =   5430
   ScaleWidth      =   5655
   StartUpPosition =   3  '窗口缺省
   Begin MSDataGridLib.DataGrid DataGrid1 
      Bindings        =   "Form2.frx":0000
      Height          =   4335
      Left            =   4560
      TabIndex        =   10
      Top             =   840
      Width           =   975
      _ExtentX        =   1720
      _ExtentY        =   7646
      _Version        =   393216
      AllowUpdate     =   -1  'True
      BackColor       =   16744448
      ForeColor       =   65535
      HeadLines       =   1
      RowHeight       =   15
      RowDividerStyle =   6
      BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "楷体_GB2312"
         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
      SplitCount      =   1
      BeginProperty Split0 
         BeginProperty Column00 
         EndProperty
         BeginProperty Column01 
         EndProperty
      EndProperty
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   375
      Left            =   3360
      Top             =   840
      Visible         =   0   'False
      Width           =   1200
      _ExtentX        =   2117
      _ExtentY        =   661
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   2
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\jsjdj\jyj.mdb;Persist Security Info=False"
      OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\jsjdj\jyj.mdb;Persist Security Info=False"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "jilu"
      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.CommandButton Command6 
      Caption         =   "查询"
      Height          =   375
      Left            =   4680
      TabIndex        =   9
      Top             =   240
      Width           =   855
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   3720
      TabIndex        =   8
      Text            =   "0"
      Top             =   240
      Width           =   855
   End
   Begin VB.CommandButton Command5 
      Caption         =   "退出"
      Height          =   375
      Left            =   3600
      TabIndex        =   7
      Top             =   4560
      Width           =   855
   End
   Begin VB.CommandButton Command4 
      Caption         =   "打印"
      Height          =   375
      Left            =   3600
      TabIndex        =   6
      Top             =   3360
      Width           =   855
   End
   Begin VB.CommandButton Command3 
      Caption         =   "删除"
      Height          =   375
      Left            =   3600
      TabIndex        =   5
      Top             =   2640
      Width           =   855
   End
   Begin VB.CommandButton Command2 
      Caption         =   "修改"
      Height          =   375
      Left            =   3600
      TabIndex        =   4
      Top             =   2040
      Width           =   855
   End
   Begin VB.CommandButton Command1 
      Caption         =   "新增"
      Height          =   375
      Left            =   3600
      TabIndex        =   3
      Top             =   1440
      Width           =   855
   End
   Begin TabDlg.SSTab SSTab1 
      Height          =   5175
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   3255
      _ExtentX        =   5741
      _ExtentY        =   9128
      _Version        =   393216
      Tabs            =   2
      TabsPerRow      =   2
      TabHeight       =   520
      TabCaption(0)   =   "正面"
      TabPicture(0)   =   "Form2.frx":0015
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "Label1"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "Label2"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).Control(2)=   "Label4"
      Tab(0).Control(2).Enabled=   0   'False
      Tab(0).Control(3)=   "Label5"
      Tab(0).Control(3).Enabled=   0   'False
      Tab(0).Control(4)=   "xiangmu(0)"
      Tab(0).Control(4).Enabled=   0   'False
      Tab(0).Control(5)=   "xiangmu(1)"
      Tab(0).Control(5).Enabled=   0   'False
      Tab(0).Control(6)=   "xiangmu(2)"
      Tab(0).Control(6).Enabled=   0   'False
      Tab(0).Control(7)=   "xiangmu(3)"
      Tab(0).Control(7).Enabled=   0   'False
      Tab(0).Control(8)=   "xiangmu(4)"
      Tab(0).Control(8).Enabled=   0   'False
      Tab(0).Control(9)=   "xiangmu(5)"
      Tab(0).Control(9).Enabled=   0   'False
      Tab(0).Control(10)=   "xiangmu(6)"
      Tab(0).Control(10).Enabled=   0   'False
      Tab(0).Control(11)=   "xiangmu(7)"
      Tab(0).Control(11).Enabled=   0   'False
      Tab(0).Control(12)=   "xiangmu(8)"
      Tab(0).Control(12).Enabled=   0   'False
      Tab(0).Control(13)=   "xiangmu(9)"
      Tab(0).Control(13).Enabled=   0   'False
      Tab(0).Control(14)=   "xiangmu(10)"
      Tab(0).Control(14).Enabled=   0   'False
      Tab(0).Control(15)=   "xiangmu(11)"
      Tab(0).Control(15).Enabled=   0   'False
      Tab(0).Control(16)=   "xiangmu(12)"
      Tab(0).Control(16).Enabled=   0   'False
      Tab(0).Control(17)=   "xiangmu(13)"
      Tab(0).Control(17).Enabled=   0   'False
      Tab(0).Control(18)=   "xiangmu(14)"
      Tab(0).Control(18).Enabled=   0   'False
      Tab(0).Control(19)=   "neirong(0)"
      Tab(0).Control(19).Enabled=   0   'False
      Tab(0).Control(20)=   "neirong(1)"
      Tab(0).Control(20).Enabled=   0   'False
      Tab(0).Control(21)=   "neirong(2)"
      Tab(0).Control(21).Enabled=   0   'False
      Tab(0).Control(22)=   "neirong(3)"
      Tab(0).Control(22).Enabled=   0   'False
      Tab(0).Control(23)=   "neirong(4)"
      Tab(0).Control(23).Enabled=   0   'False
      Tab(0).Control(24)=   "neirong(5)"
      Tab(0).Control(24).Enabled=   0   'False
      Tab(0).Control(25)=   "neirong(6)"
      Tab(0).Control(25).Enabled=   0   'False
      Tab(0).Control(26)=   "neirong(7)"
      Tab(0).Control(26).Enabled=   0   'False
      Tab(0).Control(27)=   "neirong(8)"
      Tab(0).Control(27).Enabled=   0   'False
      Tab(0).Control(28)=   "neirong(9)"
      Tab(0).Control(28).Enabled=   0   'False
      Tab(0).Control(29)=   "neirong(10)"
      Tab(0).Control(29).Enabled=   0   'False
      Tab(0).Control(30)=   "neirong(11)"
      Tab(0).Control(30).Enabled=   0   'False
      Tab(0).Control(31)=   "neirong(12)"
      Tab(0).Control(31).Enabled=   0   'False
      Tab(0).Control(32)=   "neirong(13)"
      Tab(0).Control(32).Enabled=   0   'False
      Tab(0).Control(33)=   "neirong(14)"
      Tab(0).Control(33).Enabled=   0   'False
      Tab(0).Control(34)=   "neirong(15)"
      Tab(0).Control(34).Enabled=   0   'False
      Tab(0).ControlCount=   35
      TabCaption(1)   =   "反面"
      TabPicture(1)   =   "Form2.frx":0031
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "Label6"
      Tab(1).Control(1)=   "Label7"
      Tab(1).Control(2)=   "Label8"
      Tab(1).Control(3)=   "Text2"
      Tab(1).Control(4)=   "Text3"
      Tab(1).ControlCount=   5
      Begin VB.TextBox Text3 
         Height          =   270
         Left            =   -73680
         TabIndex        =   47
         Text            =   "25"
         Top             =   4560
         Width           =   495
      End
      Begin VB.TextBox neirong 
         BeginProperty DataFormat 
            Type            =   1
            Format          =   "yyyy""年""M""月""d""日"""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   3
         EndProperty
         Height          =   270
         Index           =   15
         Left            =   1080
         TabIndex        =   45
         Top             =   4800
         Width           =   1935
      End
      Begin VB.TextBox neirong 
         BeginProperty DataFormat 
            Type            =   1

⌨️ 快捷键说明

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