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

📄 frmprint.frm

📁 This application provides much functionality for creating data-driven reports, including preview, gr
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmPrint 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Print"
   ClientHeight    =   2355
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6030
   Icon            =   "frmPrint.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2355
   ScaleWidth      =   6030
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin MSComctlLib.ImageCombo cboPrinters 
      CausesValidation=   0   'False
      Height          =   330
      Left            =   60
      TabIndex        =   2
      Top             =   60
      Width           =   5930
      _ExtentX        =   10451
      _ExtentY        =   582
      _Version        =   393216
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      MousePointer    =   1
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   204
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Locked          =   -1  'True
      ImageList       =   "imlPrinters"
   End
   Begin VB.Frame Frame2 
      Caption         =   "Copies"
      Height          =   1455
      Left            =   3165
      TabIndex        =   13
      Top             =   480
      Width           =   2830
      Begin VB.CheckBox chkCollate 
         BeginProperty Font 
            Name            =   "Arial Armenian"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   1580
         TabIndex        =   1
         Top             =   900
         Width           =   195
      End
      Begin MSComCtl2.UpDown udCopies 
         Height          =   285
         Left            =   2236
         TabIndex        =   15
         TabStop         =   0   'False
         Top             =   300
         Width           =   240
         _ExtentX        =   423
         _ExtentY        =   503
         _Version        =   393216
         Value           =   1
         BuddyControl    =   "txtCopies"
         BuddyDispid     =   196611
         OrigLeft        =   2580
         OrigTop         =   360
         OrigRight       =   2820
         OrigBottom      =   615
         Max             =   999
         Min             =   1
         SyncBuddy       =   -1  'True
         Wrap            =   -1  'True
         BuddyProperty   =   65547
         Enabled         =   -1  'True
      End
      Begin VB.TextBox txtCopies 
         Height          =   285
         Left            =   1800
         MaxLength       =   3
         TabIndex        =   0
         Text            =   "1"
         Top             =   300
         Width           =   435
      End
      Begin VB.Label lblCollate 
         Caption         =   " Collate"
         Height          =   195
         Left            =   1800
         TabIndex        =   17
         Top             =   930
         Width           =   855
      End
      Begin VB.Image imgCollate 
         Height          =   615
         Left            =   80
         Top             =   720
         Width           =   1455
      End
      Begin VB.Label Label1 
         Caption         =   "Number of copies"
         Height          =   195
         Index           =   1
         Left            =   120
         TabIndex        =   14
         Top             =   360
         Width           =   1515
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "Print Range"
      Height          =   1455
      Left            =   45
      TabIndex        =   9
      Top             =   480
      Width           =   3075
      Begin MSComctlLib.ImageCombo cboRange 
         Height          =   330
         Left            =   900
         TabIndex        =   20
         Top             =   1020
         Width           =   2055
         _ExtentX        =   3625
         _ExtentY        =   582
         _Version        =   393216
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         MousePointer    =   1
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   204
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Locked          =   -1  'True
      End
      Begin MSComCtl2.UpDown udFrom 
         Height          =   285
         Left            =   1740
         TabIndex        =   10
         TabStop         =   0   'False
         Top             =   540
         Width           =   240
         _ExtentX        =   423
         _ExtentY        =   503
         _Version        =   393216
         Value           =   1
         BuddyControl    =   "txtFrom"
         BuddyDispid     =   196617
         OrigLeft        =   1680
         OrigTop         =   600
         OrigRight       =   1920
         OrigBottom      =   855
         Max             =   999
         Min             =   1
         SyncBuddy       =   -1  'True
         Wrap            =   -1  'True
         BuddyProperty   =   65547
         Enabled         =   0   'False
      End
      Begin VB.TextBox txtTo 
         Enabled         =   0   'False
         Height          =   285
         Left            =   2325
         MaxLength       =   3
         TabIndex        =   6
         Text            =   "1"
         Top             =   540
         Width           =   390
      End
      Begin VB.TextBox txtFrom 
         Enabled         =   0   'False
         Height          =   285
         Left            =   1365
         MaxLength       =   3
         TabIndex        =   5
         Text            =   "1"
         Top             =   540
         Width           =   390
      End
      Begin VB.OptionButton optPages 
         BeginProperty Font 
            Name            =   "Arial Armenian"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   60
         TabIndex        =   4
         Top             =   600
         Width           =   195
      End
      Begin VB.OptionButton optAll 
         BeginProperty Font 
            Name            =   "Arial Armenian"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   60
         TabIndex        =   3
         Top             =   300
         Value           =   -1  'True
         Width           =   195
      End
      Begin MSComCtl2.UpDown udTo 
         Height          =   285
         Left            =   2715
         TabIndex        =   11
         TabStop         =   0   'False
         Top             =   540
         Width           =   240
         _ExtentX        =   423
         _ExtentY        =   503
         _Version        =   393216
         Value           =   1
         BuddyControl    =   "txtTo"
         BuddyDispid     =   196616
         OrigLeft        =   2640
         OrigTop         =   600
         OrigRight       =   2880
         OrigBottom      =   855
         Max             =   999
         Min             =   1
         SyncBuddy       =   -1  'True
         Wrap            =   -1  'True
         BuddyProperty   =   65547
         Enabled         =   0   'False
      End
      Begin VB.Label lblPages 
         Caption         =   " Page(s)  From:"
         Height          =   255
         Left            =   240
         TabIndex        =   19
         Top             =   600
         Width           =   1095
      End
      Begin VB.Label lblAll 
         Caption         =   "  All"
         Height          =   195
         Left            =   240
         TabIndex        =   18
         Top             =   300
         Width           =   435
      End

⌨️ 快捷键说明

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