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

📄 frmtousu.frm

📁 本程序用VB+SQL 2000实现,可以实现小区的住户资料,仪表资料,住户投宿,住户报修等数据的查询,修改,删除,统计和以报表形式打印输出.
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form frmTouSu 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "住户投诉管理"
   ClientHeight    =   6375
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9705
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   6375
   ScaleWidth      =   9705
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   375
      Left            =   7080
      Top             =   5760
      Visible         =   0   'False
      Width           =   1935
      _ExtentX        =   3413
      _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=   3
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "DSN=XiaoQu"
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   "XiaoQu"
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "TouSu"
      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 Frame1 
      Height          =   735
      Index           =   1
      Left            =   7080
      TabIndex        =   32
      Top             =   4920
      Width           =   1935
      Begin VB.TextBox Text2 
         Height          =   375
         Left            =   720
         TabIndex        =   33
         Top             =   240
         Width           =   495
      End
      Begin VB.Label Label4 
         Caption         =   "条记录"
         Height          =   255
         Index           =   1
         Left            =   1320
         TabIndex        =   35
         Top             =   360
         Width           =   615
      End
      Begin VB.Label Label3 
         Caption         =   "共有:"
         Height          =   255
         Index           =   1
         Left            =   120
         TabIndex        =   34
         Top             =   360
         Width           =   615
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "功能键"
      Height          =   1695
      Left            =   360
      TabIndex        =   21
      Top             =   4560
      Width           =   6135
      Begin VB.CommandButton cmdCancel 
         Caption         =   "取消"
         Height          =   495
         Left            =   4920
         TabIndex        =   31
         Top             =   240
         Width           =   975
      End
      Begin VB.CommandButton cmdQuery 
         Caption         =   "查找"
         Height          =   495
         Left            =   4920
         TabIndex        =   30
         Top             =   960
         Width           =   975
      End
      Begin VB.CommandButton cmdLast 
         Caption         =   "最后一条"
         Height          =   495
         Left            =   3720
         TabIndex        =   29
         Top             =   960
         Width           =   975
      End
      Begin VB.CommandButton cmdNext 
         Caption         =   "后一条"
         Height          =   495
         Left            =   2520
         TabIndex        =   28
         Top             =   960
         Width           =   975
      End
      Begin VB.CommandButton cmdPrev 
         Caption         =   "前一条"
         Height          =   495
         Left            =   1320
         TabIndex        =   27
         Top             =   960
         Width           =   975
      End
      Begin VB.CommandButton cmdFirst 
         Caption         =   "第一条"
         Height          =   495
         Left            =   240
         TabIndex        =   26
         Top             =   960
         Width           =   975
      End
      Begin VB.CommandButton cmdSave 
         Caption         =   "保存"
         Height          =   495
         Left            =   3720
         TabIndex        =   25
         Top             =   240
         Width           =   975
      End
      Begin VB.CommandButton cmdDel 
         Caption         =   "删除"
         Height          =   495
         Left            =   2520
         TabIndex        =   24
         Top             =   240
         Width           =   975
      End
      Begin VB.CommandButton cmdEdit 
         Caption         =   "修改"
         Height          =   495
         Left            =   1320
         TabIndex        =   23
         Top             =   240
         Width           =   975
      End
      Begin VB.CommandButton cmdAdd 
         Caption         =   "添加"
         Height          =   495
         Left            =   240
         TabIndex        =   22
         Top             =   240
         Width           =   975
      End
   End
   Begin VB.Frame Frame1 
      Height          =   4095
      Index           =   0
      Left            =   240
      TabIndex        =   0
      Top             =   240
      Width           =   9375
      Begin VB.TextBox Text1 
         DataField       =   "处理情况"
         DataSource      =   "Adodc1"
         Height          =   735
         Index           =   9
         Left            =   1080
         MultiLine       =   -1  'True
         TabIndex        =   20
         Top             =   3120
         Width           =   7935
      End
      Begin VB.TextBox Text1 
         DataField       =   "投诉内容"
         DataSource      =   "Adodc1"
         Height          =   855
         Index           =   8
         Left            =   1080
         MultiLine       =   -1  'True
         TabIndex        =   18
         Top             =   2040
         Width           =   7935
      End
      Begin VB.TextBox Text1 
         DataField       =   "处理人员"
         DataSource      =   "Adodc1"
         Height          =   375
         Index           =   7
         Left            =   3600
         TabIndex        =   16
         Top             =   1440
         Width           =   5415
      End
      Begin VB.TextBox Text1 
         DataField       =   "处理日期"
         DataSource      =   "Adodc1"
         Height          =   375
         Index           =   6
         Left            =   1080
         TabIndex        =   14
         Top             =   1440
         Width           =   1215
      End
      Begin VB.TextBox Text1 
         DataField       =   "电话"
         DataSource      =   "Adodc1"
         Height          =   375
         Index           =   5
         Left            =   7560
         TabIndex        =   12
         Top             =   840
         Width           =   1455
      End
      Begin VB.TextBox Text1 
         DataField       =   "物业地址"
         DataSource      =   "Adodc1"
         Height          =   375
         Index           =   4
         Left            =   3600
         TabIndex        =   10
         Top             =   840
         Width           =   3135
      End
      Begin VB.TextBox Text1 
         DataField       =   "投诉住户"
         DataSource      =   "Adodc1"
         Height          =   375
         Index           =   3
         Left            =   1080
         TabIndex        =   8
         Top             =   840
         Width           =   1215
      End
      Begin VB.TextBox Text1 
         DataField       =   "接待人员"
         DataSource      =   "Adodc1"
         Height          =   375
         Index           =   2
         Left            =   6840
         TabIndex        =   6
         Top             =   240
         Width           =   2175
      End
      Begin VB.TextBox Text1 
         DataField       =   "投诉日期"
         DataSource      =   "Adodc1"
         Height          =   375
         Index           =   1
         Left            =   3600
         TabIndex        =   4
         Top             =   240
         Width           =   1935
      End
      Begin VB.TextBox Text1 
         DataField       =   "投诉编号"
         DataSource      =   "Adodc1"
         Height          =   375
         Index           =   0
         Left            =   1080
         TabIndex        =   2
         Top             =   240
         Width           =   1215
      End
      Begin VB.Label Label1 
         Caption         =   "处理情况"
         Height          =   255
         Index           =   9
         Left            =   240
         TabIndex        =   19
         Top             =   3360
         Width           =   735
      End
      Begin VB.Label Label1 
         Caption         =   "投诉内容"
         Height          =   255
         Index           =   8
         Left            =   240
         TabIndex        =   17
         Top             =   2400
         Width           =   735
      End
      Begin VB.Label Label1 
         Caption         =   "处理人员"
         Height          =   255
         Index           =   7
         Left            =   2640
         TabIndex        =   15
         Top             =   1560
         Width           =   735
      End
      Begin VB.Label Label1 
         Caption         =   "处理日期"
         Height          =   255
         Index           =   6
         Left            =   240
         TabIndex        =   13
         Top             =   1560
         Width           =   735
      End
      Begin VB.Label Label1 
         Caption         =   "电话"
         Height          =   255
         Index           =   5
         Left            =   7080
         TabIndex        =   11
         Top             =   960
         Width           =   375
      End
      Begin VB.Label Label1 
         Caption         =   "物业地址"
         Height          =   255
         Index           =   4
         Left            =   2640
         TabIndex        =   9
         Top             =   960
         Width           =   735
      End
      Begin VB.Label Label1 
         Caption         =   "投诉住户"
         Height          =   255
         Index           =   3
         Left            =   240
         TabIndex        =   7
         Top             =   960
         Width           =   735
      End
      Begin VB.Label Label1 
         Caption         =   "接待人员"
         Height          =   255
         Index           =   2
         Left            =   6000
         TabIndex        =   5
         Top             =   360
         Width           =   735
      End
      Begin VB.Label Label1 
         Caption         =   "投诉日期"
         Height          =   255
         Index           =   1
         Left            =   2640
         TabIndex        =   3
         Top             =   360
         Width           =   735
      End
      Begin VB.Label Label1 
         Caption         =   "投诉编号"
         Height          =   255
         Index           =   0
         Left            =   240
         TabIndex        =   1
         Top             =   360
         Width           =   735
      End
   End
End
Attribute VB_Name = "frmTouSu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True

⌨️ 快捷键说明

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