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

📄 form5.frm

📁 这个是利用地理信息系统组件MO做的武汉道路污染源强的分析系统。
💻 FRM
字号:
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 Form5 
   Caption         =   "Form5"
   ClientHeight    =   6225
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9015
   LinkTopic       =   "Form2"
   ScaleHeight     =   6225
   ScaleWidth      =   9015
   StartUpPosition =   3  '窗口缺省
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   495
      Left            =   6600
      Top             =   5640
      Width           =   2175
      _ExtentX        =   3836
      _ExtentY        =   873
      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=Microsoft.Jet.OLEDB.4.0;Data Source=E:\liuzhiyang\1组\transport.mdb;Mode=Share Deny None;Persist Security Info=False"
      OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\liuzhiyang\1组\transport.mdb;Mode=Share Deny None;Persist Security Info=False"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      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.Frame Frame2 
      Caption         =   "信息栏"
      Height          =   5655
      Left            =   0
      TabIndex        =   1
      Top             =   0
      Width           =   6375
      Begin MSDataGridLib.DataGrid DataGrid1 
         Height          =   5415
         Left            =   120
         TabIndex        =   8
         Top             =   120
         Width           =   6135
         _ExtentX        =   10821
         _ExtentY        =   9551
         _Version        =   393216
         AllowArrows     =   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
         Caption         =   "顾客信息表"
         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
   End
   Begin VB.Frame Frame1 
      Caption         =   "操作栏"
      Height          =   5415
      Index           =   0
      Left            =   6600
      TabIndex        =   0
      Top             =   120
      Width           =   2055
      Begin VB.CommandButton Command1 
         Caption         =   "添加"
         Height          =   495
         Left            =   360
         TabIndex        =   7
         Top             =   360
         Width           =   1455
      End
      Begin VB.CommandButton Command2 
         Caption         =   "删除"
         Height          =   495
         Left            =   360
         TabIndex        =   6
         Top             =   1200
         Width           =   1455
      End
      Begin VB.CommandButton Command6 
         Caption         =   "退出"
         Height          =   495
         Left            =   360
         TabIndex        =   5
         Top             =   4680
         Width           =   1455
      End
      Begin VB.CommandButton Command5 
         Caption         =   "地图显示"
         Height          =   495
         Left            =   360
         TabIndex        =   4
         Top             =   2880
         Width           =   1455
      End
      Begin VB.CommandButton Command4 
         Caption         =   "查询"
         Height          =   495
         Left            =   360
         TabIndex        =   3
         Top             =   3720
         Width           =   1455
      End
      Begin VB.CommandButton Command3 
         Caption         =   "编辑"
         Height          =   495
         Left            =   360
         TabIndex        =   2
         Top             =   2040
         Width           =   1455
      End
   End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


Private Sub Combo1_Change()
comol1.AddItem "30"
End Sub

Private Sub Command1_Click()
Unload Form1
Form5.Hide

Form6.Show
End Sub

Private Sub Command2_Click()
Dim responce As Variant

responce = MsgBox("确定删除吗!", vbYesNoCancel + vbExclamation)
If responce = vbYes Then
   Adodc1.Recordset.delete
   Adodc1.Recordset.Update
   Adodc1.Recordset.MoveNext
   If Adodc1.Recordset.EOF Then
      Adodc1.Recordset.MoveLast
   End If

Else
   Exit Sub
End If
End Sub

Private Sub Command3_Click()
DataGrid1.AllowArrows = True
DataGrid1.AllowDelete = True
DataGrid1.AllowUpdate = True
End Sub

Private Sub Command4_Click()
Unload Me
Me.Hide
Form1.Show
End Sub


Private Sub Command6_Click()
End
End Sub

Private Sub Form_Load()

Adodc1.Visible = False
DataGrid1.AllowUpdate = False
Set DataGrid1.DataSource = Adodc1
Set rs = Adodc1.Recordset
End Sub


⌨️ 快捷键说明

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