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

📄 cfprinterselectpreview.frm

📁 打印预览程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmPrinterSetUp 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Printer Setup"
   ClientHeight    =   4710
   ClientLeft      =   2970
   ClientTop       =   2220
   ClientWidth     =   6090
   Icon            =   "CFPRIN~1.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   4710
   ScaleWidth      =   6090
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton cmdPreview 
      Caption         =   "Preview"
      Height          =   465
      Left            =   4800
      TabIndex        =   14
      Top             =   2955
      Width           =   1140
   End
   Begin VB.CommandButton cmdQuit 
      Cancel          =   -1  'True
      Caption         =   "Cancel"
      Height          =   465
      Left            =   4800
      TabIndex        =   1
      Top             =   3930
      Width           =   1140
   End
   Begin VB.Frame fraCopies 
      Caption         =   "Copies"
      Height          =   1920
      Left            =   3375
      TabIndex        =   11
      Top             =   2715
      Width           =   1335
      Begin VB.VScrollBar VScroll 
         Height          =   390
         Left            =   840
         Max             =   9
         Min             =   1
         TabIndex        =   13
         Top             =   375
         Value           =   1
         Width           =   240
      End
      Begin VB.TextBox txtCopies 
         Height          =   285
         Left            =   180
         TabIndex        =   12
         Text            =   "1"
         Top             =   435
         Width           =   585
      End
      Begin VB.Image imgCopies 
         Height          =   510
         Left            =   210
         Picture         =   "CFPRIN~1.frx":030A
         Top             =   960
         Width           =   900
      End
   End
   Begin VB.ComboBox cboPrinter 
      Height          =   315
      Left            =   1215
      TabIndex        =   7
      Top             =   150
      Width           =   4785
   End
   Begin VB.TextBox txtDriver 
      Appearance      =   0  'Flat
      BackColor       =   &H8000000F&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000012&
      Height          =   285
      Left            =   1215
      Locked          =   -1  'True
      TabIndex        =   6
      Top             =   900
      Width           =   4860
   End
   Begin VB.TextBox txtPort 
      Appearance      =   0  'Flat
      BackColor       =   &H8000000F&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000012&
      Height          =   285
      Left            =   1215
      Locked          =   -1  'True
      TabIndex        =   5
      Top             =   1170
      Width           =   4860
   End
   Begin VB.CommandButton cmdPrint 
      Caption         =   "Print"
      Default         =   -1  'True
      Height          =   465
      Left            =   4800
      TabIndex        =   0
      Top             =   3442
      Width           =   1140
   End
   Begin VB.Frame fraQuality 
      Caption         =   "Quality"
      Height          =   1440
      Left            =   225
      TabIndex        =   4
      Top             =   2715
      Width           =   3045
      Begin VB.PictureBox picfraQuality 
         BorderStyle     =   0  'None
         Height          =   1185
         Left            =   30
         ScaleHeight     =   1185
         ScaleWidth      =   2910
         TabIndex        =   19
         Top             =   195
         Width           =   2910
         Begin VB.OptionButton optQuality 
            Caption         =   "Best"
            Height          =   255
            Index           =   2
            Left            =   135
            TabIndex        =   22
            Top             =   840
            Width           =   735
         End
         Begin VB.OptionButton optQuality 
            Caption         =   "Normal"
            Height          =   255
            Index           =   1
            Left            =   1065
            TabIndex        =   21
            Top             =   840
            Value           =   -1  'True
            Width           =   930
         End
         Begin VB.OptionButton optQuality 
            Caption         =   "Draft"
            Height          =   240
            Index           =   0
            Left            =   2160
            TabIndex        =   20
            Top             =   855
            Width           =   765
         End
         Begin VB.Image imgPrinterQuality 
            Height          =   480
            Index           =   2
            Left            =   225
            Picture         =   "CFPRIN~1.frx":08E6
            Top             =   210
            Width           =   390
         End
         Begin VB.Image imgPrinterQuality 
            Height          =   480
            Index           =   1
            Left            =   1290
            Picture         =   "CFPRIN~1.frx":0DD8
            Top             =   210
            Width           =   390
         End
         Begin VB.Image imgPrinterQuality 
            Height          =   480
            Index           =   0
            Left            =   2325
            Picture         =   "CFPRIN~1.frx":13CF
            Top             =   210
            Width           =   390
         End
      End
   End
   Begin VB.Frame fraDuplex 
      Caption         =   "Duplix"
      Height          =   1200
      Left            =   210
      TabIndex        =   3
      Top             =   1515
      Width           =   3045
      Begin VB.PictureBox picfraDuplex 
         BorderStyle     =   0  'None
         Height          =   945
         Left            =   45
         ScaleHeight     =   945
         ScaleWidth      =   2955
         TabIndex        =   23
         Top             =   195
         Width           =   2955
         Begin VB.OptionButton optDuplex 
            Caption         =   "Double Sided Book"
            Height          =   225
            Index           =   2
            Left            =   1050
            TabIndex        =   26
            Top             =   540
            Width           =   2100
         End
         Begin VB.OptionButton optDuplex 
            Caption         =   "Double Sided Tablet"
            Height          =   225
            Index           =   1
            Left            =   1050
            TabIndex        =   25
            Top             =   270
            Width           =   2100
         End
         Begin VB.OptionButton optDuplex 
            Caption         =   "Single Sided"
            Height          =   225
            Index           =   0
            Left            =   1050
            TabIndex        =   24
            Top             =   0
            Value           =   -1  'True
            Width           =   2100
         End
         Begin VB.Image imgPrinterDuplex 
            Height          =   300
            Left            =   120
            Top             =   30
            Width           =   405
         End
      End
   End
   Begin VB.Frame fraOrientation 
      Caption         =   "Orientation"
      Height          =   1200
      Left            =   3360
      TabIndex        =   2
      Top             =   1515
      Width           =   2580
      Begin VB.PictureBox picfraOrientation 
         BorderStyle     =   0  'None
         Height          =   645
         Left            =   150
         ScaleHeight     =   645
         ScaleWidth      =   2280
         TabIndex        =   27
         Top             =   285
         Width           =   2280
         Begin VB.OptionButton optOrien 
            Caption         =   "Landscape"
            Height          =   255
            Index           =   1
            Left            =   930
            TabIndex        =   29
            Top             =   330
            Width           =   1590
         End
         Begin VB.OptionButton optOrien 
            Caption         =   "Portrait"
            Height          =   255
            Index           =   0
            Left            =   930
            TabIndex        =   28
            Top             =   0
            Value           =   -1  'True
            Width           =   1590
         End
         Begin VB.Image imgPrinterOrien 
            Height          =   465
            Left            =   105
            Top             =   60
            Width           =   345
         End
      End
   End
   Begin VB.Frame fraColor 
      Height          =   510
      Left            =   225
      TabIndex        =   15
      Top             =   4110
      Width           =   3045
      Begin VB.PictureBox picFrameColor 
         BorderStyle     =   0  'None
         Height          =   300
         Left            =   240
         ScaleHeight     =   300
         ScaleWidth      =   2655
         TabIndex        =   16
         Top             =   180
         Width           =   2655
         Begin VB.OptionButton optColor 
            Caption         =   "Grayscale"
            Height          =   195
            Index           =   1
            Left            =   945
            TabIndex        =   18
            Top             =   15
            Width           =   1200
         End
         Begin VB.OptionButton optColor 
            Caption         =   "Color"
            Height          =   195
            Index           =   0
            Left            =   0
            TabIndex        =   17
            Top             =   0
            Value           =   -1  'True
            Width           =   915
         End
      End
   End
   Begin VB.Image imgQuality 
      Height          =   480
      Index           =   5
      Left            =   4410
      Picture         =   "CFPRIN~1.frx":19DD
      Top             =   7725
      Visible         =   0   'False
      Width           =   390
   End
   Begin VB.Image imgQuality 
      Height          =   480
      Index           =   4
      Left            =   4425
      Picture         =   "CFPRIN~1.frx":1EB6
      Top             =   7110
      Visible         =   0   'False
      Width           =   390
   End
   Begin VB.Image imgQuality 
      Height          =   480
      Index           =   3
      Left            =   4410
      Picture         =   "CFPRIN~1.frx":248C
      Top             =   6495
      Visible         =   0   'False
      Width           =   390
   End
   Begin VB.Image imgQuality 
      Height          =   480
      Index           =   2
      Left            =   3570
      Picture         =   "CFPRIN~1.frx":2A4F
      Top             =   7725
      Visible         =   0   'False
      Width           =   390

⌨️ 快捷键说明

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