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

📄 frmmain.frm

📁 此为水费收费管理系统
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{00025600-0000-0000-C000-000000000046}#4.6#0"; "CRYSTL32.OCX"
Object = "{CE671F01-259E-40DA-92FE-95803E2ECBB5}#1.0#0"; "SMARTXPBUTTON.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Begin VB.Form FrmMain 
   BackColor       =   &H00C0C0C0&
   Caption         =   "水费卫生费管理系统"
   ClientHeight    =   6180
   ClientLeft      =   165
   ClientTop       =   450
   ClientWidth     =   8625
   Icon            =   "FrmMain.frx":0000
   LinkTopic       =   "MDIForm1"
   LockControls    =   -1  'True
   ScaleHeight     =   6180
   ScaleWidth      =   8625
   StartUpPosition =   2  '屏幕中心
   WhatsThisHelp   =   -1  'True
   WindowState     =   2  'Maximized
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   4380
      Top             =   5280
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.PictureBox Picture1 
      BackColor       =   &H00E0E0E0&
      Height          =   5730
      Left            =   5625
      ScaleHeight     =   5670
      ScaleWidth      =   2835
      TabIndex        =   6
      Top             =   600
      Width           =   2895
      Begin VB.TextBox Text1 
         Appearance      =   0  'Flat
         BackColor       =   &H00DEF9FA&
         Height          =   315
         Left            =   300
         TabIndex        =   21
         Text            =   "Text1"
         Top             =   4425
         Width           =   2415
      End
      Begin VB.Frame Frame1 
         BackColor       =   &H00E0E0E0&
         Caption         =   "收费种类查询:"
         Height          =   1425
         Left            =   330
         TabIndex        =   7
         Top             =   120
         Width           =   2250
         Begin VB.OptionButton Option1 
            BackColor       =   &H00E0E0E0&
            Caption         =   "查询户主资料"
            ForeColor       =   &H00FF0000&
            Height          =   315
            Index           =   2
            Left            =   375
            TabIndex        =   18
            Top             =   975
            Width           =   1515
         End
         Begin VB.OptionButton Option1 
            BackColor       =   &H00E0E0E0&
            Caption         =   "查询卫生费"
            Height          =   315
            Index           =   1
            Left            =   375
            TabIndex        =   9
            Top             =   600
            Width           =   1515
         End
         Begin VB.OptionButton Option1 
            BackColor       =   &H00E0E0E0&
            Caption         =   "查询自来水费"
            Height          =   315
            Index           =   0
            Left            =   375
            TabIndex        =   8
            Top             =   300
            Width           =   1515
         End
      End
      Begin VB.Frame Frame2 
         BackColor       =   &H00E0E0E0&
         Caption         =   "卫生费收费时间:"
         ForeColor       =   &H000000C0&
         Height          =   990
         Index           =   1
         Left            =   300
         TabIndex        =   15
         Top             =   1800
         Width           =   2340
         Begin VB.ComboBox Combo2 
            Height          =   300
            Left            =   750
            Style           =   2  'Dropdown List
            TabIndex        =   16
            Top             =   375
            Width           =   1365
         End
         Begin VB.Label Label2 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "年份:"
            Height          =   180
            Index           =   3
            Left            =   225
            TabIndex        =   17
            Top             =   450
            Width           =   540
         End
      End
      Begin VB.Frame Frame2 
         BackColor       =   &H00E0E0E0&
         Caption         =   "自来水费收费时间:"
         ForeColor       =   &H00FF0000&
         Height          =   1440
         Index           =   0
         Left            =   150
         TabIndex        =   10
         Top             =   1800
         Width           =   2565
         Begin VB.ComboBox Combo1 
            Height          =   300
            Index           =   1
            Left            =   900
            Style           =   2  'Dropdown List
            TabIndex        =   14
            Top             =   825
            Width           =   1440
         End
         Begin VB.ComboBox Combo1 
            Height          =   300
            Index           =   0
            Left            =   900
            Style           =   2  'Dropdown List
            TabIndex        =   12
            Top             =   375
            Width           =   1440
         End
         Begin VB.Label Label2 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "月份:"
            Height          =   180
            Index           =   1
            Left            =   300
            TabIndex        =   13
            Top             =   900
            Width           =   540
         End
         Begin VB.Label Label2 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "年份:"
            Height          =   180
            Index           =   0
            Left            =   300
            TabIndex        =   11
            Top             =   450
            Width           =   540
         End
      End
      Begin SmartXPButton.XpButton Command1 
         Height          =   390
         Left            =   600
         TabIndex        =   19
         Top             =   3375
         Width           =   1725
         _ExtentX        =   3043
         _ExtentY        =   688
         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         =   "查询资料(&O)"
         PictureSmoothBackColor=   13882323
         ButtonPicture   =   "FrmMain.frx":08CA
      End
      Begin SmartXPButton.XpButton Command2 
         Height          =   615
         Left            =   600
         TabIndex        =   20
         Top             =   4875
         Width           =   1725
         _ExtentX        =   3043
         _ExtentY        =   1085
         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         =   "查找数据"
         PictureSmoothBackColor=   13882323
         ButtonPicture   =   "FrmMain.frx":0A24
         PicAreaFixWidth =   46
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "按户名查询:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   150
         TabIndex        =   22
         Top             =   4125
         Width           =   1260
      End
   End
   Begin MSComctlLib.ListView ListView1 
      Height          =   3975
      Left            =   240
      TabIndex        =   2
      Top             =   1245
      Width           =   4710
      _ExtentX        =   8308
      _ExtentY        =   7011
      View            =   3
      LabelEdit       =   1
      MultiSelect     =   -1  'True
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      FullRowSelect   =   -1  'True
      GridLines       =   -1  'True
      _Version        =   393217
      Icons           =   "ImageList3"
      SmallIcons      =   "ImageList3"
      ColHdrIcons     =   "ImageList3"
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      BorderStyle     =   1
      Appearance      =   1
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      NumItems        =   0
   End
   Begin Crystal.CrystalReport CrystalReport1 
      Left            =   7725
      Top             =   1200
      _ExtentX        =   741
      _ExtentY        =   741
      _Version        =   262150
   End
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   300
      Left            =   0
      TabIndex        =   0
      Top             =   5880
      Width           =   8625
      _ExtentX        =   15214
      _ExtentY        =   529
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   4
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   4410
            MinWidth        =   4410
            Text            =   "水费卫生费管理系统"
            TextSave        =   "水费卫生费管理系统"
            Key             =   "panel1"
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   5292
            MinWidth        =   5292
            Text            =   "[联系电话:13680465474]"
            TextSave        =   "[联系电话:13680465474]"
            Key             =   "panel2"
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            AutoSize        =   1
            Key             =   "panel3"
         EndProperty
         BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   5
            Alignment       =   1

⌨️ 快捷键说明

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