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

📄 frmmain.frm

📁 环保局排污费通知单打印.rar
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmMain 
   BackColor       =   &H00C0E0FF&
   ClientHeight    =   4350
   ClientLeft      =   2550
   ClientTop       =   345
   ClientWidth     =   7110
   FillStyle       =   0  'Solid
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   ScaleHeight     =   4350
   ScaleWidth      =   7110
   Begin VB.CommandButton Command3 
      BackColor       =   &H0080C0FF&
      Caption         =   "退 出"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   15
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Left            =   2970
      Style           =   1  'Graphical
      TabIndex        =   5
      Top             =   3690
      Width           =   1140
   End
   Begin VB.CommandButton Command2 
      BackColor       =   &H0080C0FF&
      Caption         =   "建 筑"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   15
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Left            =   5040
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   2290
      Width           =   1140
   End
   Begin VB.CommandButton Command1 
      BackColor       =   &H0080C0FF&
      Caption         =   "三 产"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   15
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Left            =   2970
      Style           =   1  'Graphical
      TabIndex        =   3
      Top             =   2290
      Width           =   1140
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0E0FF&
      Height          =   600
      Index           =   0
      Left            =   1215
      TabIndex        =   1
      Top             =   315
      Width           =   4335
      Begin VB.Label Label7 
         BackColor       =   &H00C0E0FF&
         Caption         =   "排污费缴纳通知单打印"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   18
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000040&
         Height          =   330
         Left            =   360
         TabIndex        =   2
         Top             =   135
         Width           =   3660
      End
   End
   Begin VB.CommandButton cmdPrint 
      BackColor       =   &H0080C0FF&
      Caption         =   "工 矿"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   15
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Left            =   900
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   2290
      Width           =   1140
   End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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