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

📄 frm_fwinfo.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 frm_fwinfo 
   Caption         =   "房屋信息登记"
   ClientHeight    =   5370
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8055
   LinkMode        =   1  'Source
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   5370
   ScaleWidth      =   8055
   StartUpPosition =   1  '所有者中心
   Begin TabDlg.SSTab SSTab1 
      Height          =   5220
      Left            =   105
      TabIndex        =   0
      Top             =   90
      Width           =   7875
      _ExtentX        =   13891
      _ExtentY        =   9208
      _Version        =   393216
      TabHeight       =   520
      TabCaption(0)   =   "房屋信息登记"
      TabPicture(0)   =   "frm_fwinfo.frx":0000
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "Frame1"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "Frame4"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).ControlCount=   2
      TabCaption(1)   =   "列表信息"
      TabPicture(1)   =   "frm_fwinfo.frx":001C
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "Frame3"
      Tab(1).ControlCount=   1
      TabCaption(2)   =   "浏览信息"
      TabPicture(2)   =   "frm_fwinfo.frx":0038
      Tab(2).ControlEnabled=   0   'False
      Tab(2).Control(0)=   "Frame2"
      Tab(2).ControlCount=   1
      Begin VB.Frame Frame4 
         Height          =   720
         Left            =   1155
         TabIndex        =   37
         Top             =   4335
         Width           =   4995
         Begin VB.CommandButton Command5 
            Caption         =   "添 加"
            Height          =   450
            Left            =   105
            TabIndex        =   41
            Top             =   165
            Width           =   1200
         End
         Begin VB.CommandButton CmdSave 
            Caption         =   "保 存"
            Height          =   450
            Left            =   1305
            TabIndex        =   40
            Top             =   165
            Width           =   1200
         End
         Begin VB.CommandButton Command1 
            Caption         =   "取 消"
            Height          =   450
            Left            =   2490
            TabIndex        =   39
            Top             =   165
            Width           =   1200
         End
         Begin VB.CommandButton Command2 
            Caption         =   "退 出"
            Height          =   450
            Left            =   3690
            TabIndex        =   38
            Top             =   165
            Width           =   1200
         End
      End
      Begin VB.Frame Frame3 
         Height          =   4290
         Left            =   -74730
         TabIndex        =   31
         Top             =   480
         Width           =   7365
         Begin VB.CommandButton CmdDelete 
            Caption         =   "删 除"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   360
            Left            =   4410
            TabIndex        =   33
            Top             =   3810
            Width           =   1000
         End
         Begin VB.TextBox Text11 
            Height          =   300
            Left            =   1290
            TabIndex        =   32
            Top             =   3840
            Width           =   2370
         End
         Begin MSDataGridLib.DataGrid DataGrid1 
            Bindings        =   "frm_fwinfo.frx":0054
            Height          =   2370
            Left            =   240
            TabIndex        =   50
            Top             =   900
            Width           =   6885
            _ExtentX        =   12144
            _ExtentY        =   4180
            _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 VB.Label Label22 
            AutoSize        =   -1  'True
            Caption         =   "房屋信息浏览"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   14.25
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   285
            Left            =   2760
            TabIndex        =   52
            Top             =   225
            Width           =   1815
         End
         Begin VB.Label Label23 
            BackColor       =   &H00FF00FF&
            Height          =   90
            Left            =   1845
            TabIndex        =   51
            Top             =   600
            Width           =   3720
         End
         Begin VB.Label Label19 
            AutoSize        =   -1  'True
            Caption         =   "输入要更新记录的房间编号然后按回车:"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   180
            Left            =   315
            TabIndex        =   36
            Top             =   3510
            Width           =   3525
         End
         Begin VB.Label Label20 
            AutoSize        =   -1  'True
            Caption         =   "房间编号:"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9.75
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   195
            Left            =   315
            TabIndex        =   35
            Top             =   3885
            Width           =   1065
         End
         Begin VB.Label Label21 
            AutoSize        =   -1  'True
            Caption         =   "点击要删除的记录然后按删除按钮:"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   180
            Left            =   3900
            TabIndex        =   34
            Top             =   3510
            Width           =   3135
         End
      End
      Begin VB.Frame Frame2 
         Caption         =   "房屋信息浏览表"
         Height          =   4125
         Left            =   -74775
         TabIndex        =   30
         Top             =   555
         Width           =   7260
         Begin MSDataGridLib.DataGrid DataGrid2 
            Bindings        =   "frm_fwinfo.frx":0069
            Height          =   3645
            Left            =   120
            TabIndex        =   53
            Top             =   330
            Width           =   7020
            _ExtentX        =   12383
            _ExtentY        =   6429
            _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

⌨️ 快捷键说明

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