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

📄 frmdxysjl.frm

📁 针对各种管理系统提供有的VB源代码
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form FrmDXYSJL 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "大修原始记录表"
   ClientHeight    =   5835
   ClientLeft      =   1545
   ClientTop       =   1635
   ClientWidth     =   8940
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Moveable        =   0   'False
   ScaleHeight     =   5835
   ScaleWidth      =   8940
   Begin VB.Frame Frame1 
      Height          =   5895
      Left            =   0
      TabIndex        =   0
      Top             =   -120
      Width           =   8895
      Begin VB.CommandButton CMDFresh 
         Caption         =   "复位"
         Height          =   375
         Left            =   7080
         TabIndex        =   31
         Top             =   5400
         Width           =   735
      End
      Begin VB.CommandButton CMDDel 
         Caption         =   "删除"
         Height          =   375
         Left            =   6240
         TabIndex        =   30
         Top             =   5400
         Width           =   735
      End
      Begin VB.CommandButton CMDEdit 
         Caption         =   "修改"
         Height          =   375
         Left            =   5400
         TabIndex        =   29
         Top             =   5400
         Width           =   735
      End
      Begin VB.CommandButton CMDCancel 
         Caption         =   "关闭"
         Height          =   375
         Left            =   7920
         TabIndex        =   28
         Top             =   5400
         Width           =   735
      End
      Begin VB.CommandButton CMDSave 
         Caption         =   "保存"
         Height          =   375
         Left            =   4560
         TabIndex        =   27
         Top             =   5400
         Width           =   735
      End
      Begin TabDlg.SSTab SSTab1 
         Height          =   4335
         Left            =   240
         TabIndex        =   3
         Top             =   840
         Width           =   8415
         _ExtentX        =   14843
         _ExtentY        =   7646
         _Version        =   393216
         Tabs            =   2
         TabHeight       =   520
         TabCaption(0)   =   "录入"
         TabPicture(0)   =   "FrmDXYSJL.frx":0000
         Tab(0).ControlEnabled=   -1  'True
         Tab(0).Control(0)=   "Frame2"
         Tab(0).Control(0).Enabled=   0   'False
         Tab(0).Control(1)=   "Frame3"
         Tab(0).Control(1).Enabled=   0   'False
         Tab(0).Control(2)=   "Frame10"
         Tab(0).Control(2).Enabled=   0   'False
         Tab(0).Control(3)=   "Frame11"
         Tab(0).Control(3).Enabled=   0   'False
         Tab(0).Control(4)=   "Frame6"
         Tab(0).Control(4).Enabled=   0   'False
         Tab(0).Control(5)=   "Picture1"
         Tab(0).Control(5).Enabled=   0   'False
         Tab(0).ControlCount=   6
         TabCaption(1)   =   "列表"
         TabPicture(1)   =   "FrmDXYSJL.frx":001C
         Tab(1).ControlEnabled=   0   'False
         Tab(1).Control(0)=   "Frame4"
         Tab(1).Control(0).Enabled=   0   'False
         Tab(1).Control(1)=   "DataGrid1"
         Tab(1).Control(1).Enabled=   0   'False
         Tab(1).Control(2)=   "CMDSearch"
         Tab(1).Control(2).Enabled=   0   'False
         Tab(1).Control(3)=   "Adodc1"
         Tab(1).Control(3).Enabled=   0   'False
         Tab(1).ControlCount=   4
         Begin MSAdodcLib.Adodc Adodc1 
            Height          =   330
            Left            =   -74640
            Top             =   3840
            Visible         =   0   'False
            Width           =   1200
            _ExtentX        =   2117
            _ExtentY        =   582
            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=MSDASQL.1;Persist Security Info=False;User ID=sa;Data Source=LandaMis"
            OLEDBString     =   "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data Source=LandaMis"
            OLEDBFile       =   ""
            DataSourceName  =   ""
            OtherAttributes =   ""
            UserName        =   ""
            Password        =   ""
            RecordSource    =   "select * from 大修原始记录表"
            Caption         =   "Adodc1"
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "MS Sans Serif"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            _Version        =   393216
         End
         Begin VB.CommandButton CMDSearch 
            Caption         =   "查询"
            Height          =   375
            Left            =   -67440
            TabIndex        =   23
            Top             =   3840
            Width           =   735
         End
         Begin MSDataGridLib.DataGrid DataGrid1 
            Bindings        =   "FrmDXYSJL.frx":0038
            Height          =   1695
            Left            =   -74880
            TabIndex        =   22
            Top             =   2040
            Width           =   8175
            _ExtentX        =   14420
            _ExtentY        =   2990
            _Version        =   393216
            AllowUpdate     =   0   'False
            HeadLines       =   1
            RowHeight       =   14
            BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "MS Sans Serif"
               Size            =   8.25
               Charset         =   0
               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 VB.Frame Frame4 
            Caption         =   "查询条件"
            Height          =   1575
            Left            =   -74880
            TabIndex        =   21
            Top             =   360
            Width           =   8175
            Begin VB.TextBox Text1 
               Height          =   285
               Left            =   3120
               TabIndex        =   26
               Top             =   240
               Visible         =   0   'False
               Width           =   1575
            End
            Begin VB.ListBox List1 
               Height          =   1035
               ItemData        =   "FrmDXYSJL.frx":004D
               Left            =   3120
               List            =   "FrmDXYSJL.frx":004F
               TabIndex        =   25
               Top             =   480
               Visible         =   0   'False
               Width           =   1575
            End
            Begin VB.CheckBox Check1 
               Caption         =   "工程编号"
               Height          =   375
               Left            =   960
               TabIndex        =   24
               Top             =   240
               Width           =   1215
            End
         End
         Begin VB.PictureBox Picture1 
            BackColor       =   &H00808000&
            Height          =   3375
            Left            =   240
            ScaleHeight     =   3315
            ScaleWidth      =   2475
            TabIndex        =   20
            Top             =   840
            Width           =   2535
         End
         Begin VB.Frame Frame6 
            Caption         =   "备注"
            Height          =   1095
            Left            =   3360
            TabIndex        =   18
            Top             =   3120
            Width           =   4935
            Begin VB.TextBox BZ 
               Height          =   720
               Left            =   240
               MultiLine       =   -1  'True
               ScrollBars      =   2  'Vertical
               TabIndex        =   19
               Top             =   240
               Width           =   4575
            End
         End
         Begin VB.Frame Frame11 
            Height          =   495
            Left            =   3360
            TabIndex        =   15
            Top             =   2520
            Width           =   2895
            Begin VB.TextBox FZR 
               Height          =   285
               Left            =   1200
               TabIndex        =   16
               Top             =   150
               Width           =   1575
            End
            Begin VB.Label Label11 
               Alignment       =   2  'Center
               BackStyle       =   0  'Transparent
               Caption         =   "检修负责人"
               Height          =   255
               Left            =   -120
               TabIndex        =   17
               Top             =   195
               Width           =   1335
            End
            Begin VB.Line Line20 
               BorderColor     =   &H80000003&
               X1              =   1065
               X2              =   1065
               Y1              =   120
               Y2              =   480
            End
            Begin VB.Line Line19 
               BorderColor     =   &H80000005&
               X1              =   1080
               X2              =   1080
               Y1              =   120
               Y2              =   600
            End
         End
         Begin VB.Frame Frame10 
            Height          =   495
            Left            =   3360
            TabIndex        =   11
            Top             =   1320
            Width           =   3495
            Begin MSComCtl2.DTPicker KSRQ 
               Height          =   300
               Left            =   1680
               TabIndex        =   12
               Top             =   150
               Width           =   1695
               _ExtentX        =   2990
               _ExtentY        =   529
               _Version        =   393216
               Format          =   277807105
               CurrentDate     =   36179
            End
            Begin MSComCtl2.DTPicker DTPicker1 
               Height          =   300
               Left            =   1080
               TabIndex        =   13
               Top             =   1520
               Width           =   1335
               _ExtentX        =   2355
               _ExtentY        =   529
               _Version        =   393216
               Format          =   277807107
               CurrentDate     =   36178
            End
            Begin VB.Line Line18 

⌨️ 快捷键说明

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