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

📄 frmmain.frm

📁 VB代码
💻 FRM
字号:
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form FrmMain 
   BorderStyle     =   0  'None
   Caption         =   "税务核查"
   ClientHeight    =   8928
   ClientLeft      =   108
   ClientTop       =   108
   ClientWidth     =   11652
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   8928
   ScaleWidth      =   11652
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox Picture1 
      BackColor       =   &H00E0E0E0&
      Height          =   1215
      Left            =   0
      ScaleHeight     =   1164
      ScaleWidth      =   11004
      TabIndex        =   2
      Top             =   0
      Width           =   11055
      Begin VB.CommandButton CmdMakeTicket 
         BackColor       =   &H00FFFF80&
         Caption         =   "开票"
         Height          =   1095
         Left            =   1800
         Picture         =   "FrmMain.frx":0000
         Style           =   1  'Graphical
         TabIndex        =   8
         Top             =   0
         Width           =   1815
      End
      Begin VB.CommandButton CmdHelp 
         BackColor       =   &H00FFFF80&
         Caption         =   "帮助"
         Height          =   1095
         Left            =   7200
         Picture         =   "FrmMain.frx":0CCA
         Style           =   1  'Graphical
         TabIndex        =   7
         Top             =   0
         Width           =   1815
      End
      Begin VB.CommandButton CmdExit 
         BackColor       =   &H00FFFF80&
         Caption         =   "退出"
         Height          =   1095
         Left            =   9240
         Picture         =   "FrmMain.frx":0FD4
         Style           =   1  'Graphical
         TabIndex        =   6
         Top             =   0
         Width           =   1695
      End
      Begin VB.CommandButton CmdGetClk 
         BackColor       =   &H00FFFF80&
         Caption         =   "机器信息"
         Height          =   1095
         Left            =   5400
         Picture         =   "FrmMain.frx":12DE
         Style           =   1  'Graphical
         TabIndex        =   5
         Top             =   0
         Width           =   1815
      End
      Begin VB.CommandButton CmdGetStatue 
         BackColor       =   &H00FFFF80&
         Caption         =   "获取状态"
         Height          =   1095
         Left            =   0
         Picture         =   "FrmMain.frx":1A20
         Style           =   1  'Graphical
         TabIndex        =   4
         Top             =   0
         Width           =   1815
      End
      Begin VB.CommandButton CmdFiscalCheck 
         BackColor       =   &H00FFFF80&
         Caption         =   "稽查"
         Height          =   1095
         Left            =   3600
         Picture         =   "FrmMain.frx":22EA
         Style           =   1  'Graphical
         TabIndex        =   3
         Top             =   0
         Width           =   1815
      End
   End
   Begin MSCommLib.MSComm Comm1 
      Left            =   360
      Top             =   1680
      _ExtentX        =   804
      _ExtentY        =   804
      _Version        =   393216
      DTREnable       =   -1  'True
      InputMode       =   1
   End
   Begin VB.Label Label2 
      Caption         =   "系统信息:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   720
      TabIndex        =   1
      Top             =   8280
      Width           =   1215
   End
   Begin VB.Label lblInfoDisp 
      Alignment       =   2  'Center
      BorderStyle     =   1  'Fixed Single
      Caption         =   "Info Disp"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   2160
      TabIndex        =   0
      Top             =   8160
      Width           =   8895
   End
   Begin VB.Menu mnuFile 
      Caption         =   "文件(&F)"
      Begin VB.Menu mnuCommTest 
         Caption         =   "联机"
      End
      Begin VB.Menu numFileBar 
         Caption         =   "-"
      End
      Begin VB.Menu MnuExit 
         Caption         =   "退出(&x)"
         Shortcut        =   ^Q
      End
   End
   Begin VB.Menu mnuInvoice 
      Caption         =   "开票业务"
      Begin VB.Menu mnuNormalInvoice 
         Caption         =   "开正常票"
      End
      Begin VB.Menu mnuReturnInvoice 
         Caption         =   "退票"
      End
   End
   Begin VB.Menu mnuSearch 
      Caption         =   "系统查询(s)"
      Begin VB.Menu mnuFindPrnData 
         Caption         =   "查询发票电子存根"
      End
      Begin VB.Menu mnuSearcMacStatu 
         Caption         =   "机器状态查询"
      End
      Begin VB.Menu SearchBar 
         Caption         =   "-"
      End
      Begin VB.Menu mnuSearchClk 
         Caption         =   "机器当前时钟查询"
      End
   End
   Begin VB.Menu MnuFiscalCheck 
      Caption         =   "税务核查"
   End
   Begin VB.Menu MnuHelp 
      Caption         =   "帮助"
   End
End
Attribute VB_Name = "FrmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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