fminvoice.frm

来自「收银机POS系统」· FRM 代码 · 共 54 行

FRM
54
字号
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form FMINVOICE 
   Caption         =   "Form1"
   ClientHeight    =   4785
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4800
   LinkTopic       =   "Form1"
   ScaleHeight     =   4785
   ScaleWidth      =   4800
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command6 
      Caption         =   "打印机切纸"
      Height          =   500
      Left            =   3360
      TabIndex        =   18
      Top             =   3480
      Width           =   1100
   End
   Begin VB.CommandButton Command5 
      Caption         =   "打印机跳页"
      Height          =   500
      Left            =   2280
      TabIndex        =   17
      Top             =   3480
      Width           =   1100
   End
   Begin VB.CommandButton Command4 
      Caption         =   "打印机跳行"
      Height          =   500
      Left            =   1200
      TabIndex        =   16
      Top             =   3480
      Width           =   1100
   End
   Begin VB.CommandButton Command3 
      Caption         =   "打开钱柜"
      Height          =   500
      Left            =   120
      TabIndex        =   14
      Top             =   3480
      Width           =   1100
   End
   Begin VB.TextBox TB_TEXT 
      Height          =   375
      Left            =   960
      TabIndex        =   13
      Text            =   "This is a test"
      Top             =   3000
      Width           =   2055
   End
   Begin VB.CommandButton Command1 
      Caption         =   "测试打印文字

⌨️ 快捷键说明

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