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

📄 frm_yzinfodj.frm

📁 小区物业管理系统,(vb6+SQLServer2000+使用说明)
💻 FRM
📖 第 1 页 / 共 3 页
字号:
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 Frm_yzinfodj 
   Caption         =   "业主信息登记"
   ClientHeight    =   6645
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6615
   Icon            =   "Frm_yzinfodj.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   6645
   ScaleWidth      =   6615
   StartUpPosition =   2  '屏幕中心
   WhatsThisHelp   =   -1  'True
   Begin VB.TextBox Text2 
      Height          =   300
      Left            =   5340
      TabIndex        =   21
      Text            =   "Text2"
      Top             =   7530
      Width           =   960
   End
   Begin VB.TextBox Text1 
      DataField       =   "户主姓名"
      DataSource      =   "Adodc3"
      Height          =   315
      Left            =   4260
      TabIndex        =   20
      Text            =   "Text1"
      Top             =   7515
      Width           =   990
   End
   Begin VB.Frame Frame6 
      Height          =   675
      Left            =   105
      TabIndex        =   12
      Top             =   2790
      Width           =   6510
      Begin VB.CommandButton CmdEnd 
         Caption         =   "退出"
         Height          =   350
         Left            =   4950
         TabIndex        =   23
         Top             =   225
         Width           =   1350
      End
      Begin VB.CommandButton CmdView 
         Caption         =   "查看房屋详细信息"
         Height          =   350
         Left            =   3075
         TabIndex        =   22
         Top             =   225
         Width           =   1700
      End
      Begin VB.CommandButton CmdDelete 
         Caption         =   "删除业主信息"
         Height          =   350
         Left            =   1515
         TabIndex        =   15
         Top             =   225
         Width           =   1350
      End
      Begin VB.CommandButton CmdModify 
         Caption         =   "修改业主信息"
         Height          =   350
         Left            =   2550
         TabIndex        =   14
         Top             =   810
         Width           =   1275
      End
      Begin VB.CommandButton CmdAdd 
         Caption         =   "添加新业主"
         Height          =   350
         Left            =   165
         TabIndex        =   13
         Top             =   225
         Width           =   1275
      End
   End
   Begin VB.Frame Frame5 
      Height          =   645
      Left            =   135
      TabIndex        =   8
      Top             =   5955
      Width           =   4665
      Begin VB.OptionButton OptF 
         Caption         =   "显示未进业主"
         Height          =   285
         Left            =   3105
         TabIndex        =   11
         Top             =   210
         Width           =   1425
      End
      Begin VB.OptionButton OptT 
         Caption         =   "显示已住业主"
         Height          =   285
         Left            =   1620
         TabIndex        =   10
         Top             =   225
         Width           =   1425
      End
      Begin VB.OptionButton OptAll 
         Caption         =   "显示全部业主"
         Height          =   330
         Left            =   150
         TabIndex        =   9
         Top             =   210
         Width           =   1425
      End
   End
   Begin VB.Frame Frame4 
      Caption         =   "业主信息列表:"
      Height          =   2415
      Left            =   150
      TabIndex        =   6
      Top             =   3540
      Width           =   6450
      Begin MSDataGridLib.DataGrid DataGrid3 
         Height          =   2070
         Left            =   105
         TabIndex        =   7
         Top             =   240
         Width           =   6225
         _ExtentX        =   10980
         _ExtentY        =   3651
         _Version        =   393216
         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
         SplitCount      =   1
         BeginProperty Split0 
            BeginProperty Column00 
            EndProperty
            BeginProperty Column01 
            EndProperty
         EndProperty
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "房屋列表:"
      Height          =   2535
      Left            =   2925
      TabIndex        =   4
      Top             =   180
      Width           =   3690
      Begin MSDataGridLib.DataGrid DataGrid2 
         Height          =   2160
         Left            =   105
         TabIndex        =   5
         Top             =   225
         Width           =   3495
         _ExtentX        =   6165
         _ExtentY        =   3810
         _Version        =   393216
         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
         SplitCount      =   1
         BeginProperty Split0 
            BeginProperty Column00 
            EndProperty
            BeginProperty Column01 
            EndProperty
         EndProperty
      End
      Begin MSAdodcLib.Adodc Adodc3 
         Height          =   345
         Left            =   480
         Top             =   840
         Width           =   1950
         _ExtentX        =   3440
         _ExtentY        =   609
         ConnectMode     =   0
         CursorLocation  =   3
         IsolationLevel  =   -1
         ConnectionTimeout=   15
         CommandTimeout  =   30
         CursorType      =   3
         LockType        =   3
         CommandType     =   1
         CursorOptions   =   0
         CacheSize       =   50
         MaxRecords      =   0
         BOFAction       =   0
         EOFAction       =   0
         ConnectStringType=   1
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0
         Enabled         =   -1
         Connect         =   ""
         OLEDBString     =   ""
         OLEDBFile       =   ""
         DataSourceName  =   ""
         OtherAttributes =   ""
         UserName        =   ""
         Password        =   ""
         RecordSource    =   ""
         Caption         =   "Adodc3"
         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
   End
   Begin VB.Frame Frame2 
      Caption         =   "大楼列表:"
      Height          =   1800
      Left            =   135
      TabIndex        =   2
      Top             =   915
      Width           =   2745
      Begin MSDataGridLib.DataGrid DataGrid1 
         Height          =   1395
         Left            =   135
         TabIndex        =   3
         Top             =   255
         Width           =   2490
         _ExtentX        =   4392
         _ExtentY        =   2461
         _Version        =   393216
         HeadLines       =   1

⌨️ 快捷键说明

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