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

📄 frmprint.frm

📁 朋友给的
💻 FRM
📖 第 1 页 / 共 5 页
字号:
         Begin VB.PictureBox pctPreview 
            Appearance      =   0  'Flat
            AutoRedraw      =   -1  'True
            BackColor       =   &H80000005&
            ForeColor       =   &H80000008&
            Height          =   3375
            Left            =   200
            MouseIcon       =   "frmPrint.frx":08CB
            ScaleHeight     =   3345
            ScaleWidth      =   5985
            TabIndex        =   37
            Top             =   200
            Width           =   6015
         End
         Begin MSComCtl2.FlatScrollBar sclV 
            Height          =   5565
            Left            =   8685
            TabIndex        =   42
            Top             =   0
            Width           =   225
            _ExtentX        =   397
            _ExtentY        =   9816
            _Version        =   393216
            Appearance      =   0
            Orientation     =   1179648
         End
         Begin MSComCtl2.FlatScrollBar sclH 
            Height          =   240
            Left            =   0
            TabIndex        =   43
            Top             =   5535
            Width           =   8685
            _ExtentX        =   15319
            _ExtentY        =   423
            _Version        =   393216
            Appearance      =   0
            Arrows          =   65536
            Orientation     =   1179649
         End
      End
      Begin VB.PictureBox Picture1 
         BorderStyle     =   0  'None
         Height          =   375
         Left            =   60
         ScaleHeight     =   375
         ScaleWidth      =   9075
         TabIndex        =   39
         Top             =   150
         Width           =   9075
         Begin VB.TextBox txtPage 
            Height          =   300
            Left            =   3450
            TabIndex        =   34
            Text            =   "1"
            ToolTipText     =   "1"
            Top             =   30
            Width           =   465
         End
         Begin VB.CommandButton cmdPage 
            BackColor       =   &H00C0E0FF&
            Caption         =   "第一页(&F)"
            BeginProperty Font 
               Name            =   "Arial"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   300
            Index           =   0
            Left            =   870
            TabIndex        =   32
            Top             =   30
            Width           =   1275
         End
         Begin VB.CommandButton cmdPage 
            BackColor       =   &H00C0E0FF&
            Caption         =   "上一页(&E)"
            BeginProperty Font 
               Name            =   "Arial"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   300
            Index           =   1
            Left            =   2160
            TabIndex        =   33
            Top             =   30
            Width           =   1275
         End
         Begin VB.CommandButton cmdPage 
            BackColor       =   &H00C0E0FF&
            Caption         =   "下一页(&N)"
            BeginProperty Font 
               Name            =   "Arial"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   300
            Index           =   2
            Left            =   3930
            TabIndex        =   35
            Top             =   30
            Width           =   1275
         End
         Begin VB.CommandButton cmdPage 
            BackColor       =   &H00C0E0FF&
            Caption         =   "最后一页(&L)"
            BeginProperty Font 
               Name            =   "Arial"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   300
            Index           =   3
            Left            =   5220
            TabIndex        =   36
            Top             =   30
            Width           =   1275
         End
         Begin VB.CommandButton cmdPreview 
            BackColor       =   &H00C0E0FF&
            Caption         =   "刷新&R)"
            BeginProperty Font 
               Name            =   "Arial"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   7080
            TabIndex        =   40
            Top             =   -15
            Visible         =   0   'False
            Width           =   1245
         End
         Begin VB.Label Label1 
            BackStyle       =   0  'Transparent
            Caption         =   "页码:"
            Height          =   225
            Left            =   195
            TabIndex        =   51
            Top             =   75
            Width           =   615
         End
      End
   End
   Begin VB.Frame fraSetPaper 
      Height          =   4065
      Left            =   1080
      TabIndex        =   23
      Top             =   1020
      Width           =   6855
      Begin VB.Frame fraPaper 
         Caption         =   "纸张类别"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   1425
         Left            =   150
         TabIndex        =   47
         Top             =   180
         Width           =   4095
         Begin VB.TextBox txtHeight 
            Alignment       =   1  'Right Justify
            Height          =   285
            Left            =   990
            TabIndex        =   50
            Top             =   990
            Width           =   2565
         End
         Begin VB.TextBox txtWidth 
            Alignment       =   1  'Right Justify
            Height          =   285
            Left            =   990
            TabIndex        =   49
            Top             =   630
            Width           =   2565
         End
         Begin VB.ComboBox cmbPaperType 
            Height          =   300
            Left            =   990
            Style           =   2  'Dropdown List
            TabIndex        =   48
            Top             =   270
            Width           =   2985
         End
         Begin VB.Label Label20 
            BackColor       =   &H00C0E0FF&
            BackStyle       =   0  'Transparent
            Caption         =   "纸张大小:"
            Height          =   270
            Left            =   90
            TabIndex        =   70
            Top             =   300
            Width           =   915
         End
         Begin VB.Label Label19 
            BackColor       =   &H00C0E0FF&
            BackStyle       =   0  'Transparent
            Caption         =   "宽    度:"
            Height          =   270
            Left            =   90
            TabIndex        =   69
            Top             =   660
            Width           =   915
         End
         Begin VB.Label Label18 
            BackColor       =   &H00C0E0FF&
            BackStyle       =   0  'Transparent
            Caption         =   "高    度:"
            Height          =   270
            Left            =   90
            TabIndex        =   68
            Top             =   1035
            Width           =   915
         End
         Begin VB.Label Label17 
            BackColor       =   &H00C0E0FF&
            BackStyle       =   0  'Transparent
            Caption         =   "厘米"
            Height          =   240
            Left            =   3615
            TabIndex        =   67
            Top             =   675
            Width           =   435
         End
         Begin VB.Label Label16 
            BackColor       =   &H00C0E0FF&
            BackStyle       =   0  'Transparent
            Caption         =   "厘米"
            Height          =   240
            Left            =   3615
            TabIndex        =   66
            Top             =   1005
            Width           =   435
         End
      End
      Begin VB.Frame Frame3 
         Caption         =   "页边距"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   2235
         Left            =   4350
         TabIndex        =   31
         Top             =   1650
         Width           =   2355
         Begin VB.TextBox txtMargin 
            Height          =   285
            Index           =   3
            Left            =   600
            TabIndex        =   21
            Top             =   1305
            Width           =   1215
         End
         Begin VB.TextBox txtMargin 
            Height          =   285
            Index           =   2
            Left            =   600
            TabIndex        =   20
            Top             =   960
            Width           =   1215
         End
         Begin VB.TextBox txtMargin 
            Height          =   285
            Index           =   1
            Left            =   600
            TabIndex        =   19
            Top             =   615
            Width           =   1215
         End
         Begin VB.TextBox txtMargin 
            Height          =   285
            Index           =   0
            Left            =   600
            TabIndex        =   18
            Top             =   270
            Width           =   1215
         End
         Begin VB.CommandButton cmdDefault 
            BackColor       =   &H00C0E0FF&
            Caption         =   "恢复默认值(&D)"
            BeginProperty Font 
               Name            =   "Arial"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   345
            Left            =   210
            TabIndex        =   22
            Top             =   1710
            Width           =   1995
         End
         Begin VB.Label Label14 
            BackColor       =   &H00C0E0FF&
            BackStyle       =   0  'Transparent
            Caption         =   "厘米"
            Height          =   240
            Left            =   1860
            TabIndex        =   64

⌨️ 快捷键说明

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