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

📄 frmset.frm

📁 超经典的打印预览动态库源码 版权: 本资源版权归作者所有 说明: 本资源由源码天空搜集,仅提供学习参考
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{0D452EE1-E08F-101A-852E-02608C4D0BB4}#2.0#0"; "FM20.DLL"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "ComDlg32.OCX"
Begin VB.Form frmSet 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "设置"
   ClientHeight    =   5655
   ClientLeft      =   3390
   ClientTop       =   2190
   ClientWidth     =   6015
   Icon            =   "frmSet.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5655
   ScaleWidth      =   6015
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton cmdConfirm 
      Caption         =   "确定"
      Default         =   -1  'True
      Height          =   285
      Left            =   3735
      TabIndex        =   48
      Top             =   5310
      Width           =   1000
   End
   Begin VB.CommandButton cmdCancel 
      Cancel          =   -1  'True
      Caption         =   "取消"
      Height          =   285
      Left            =   4860
      TabIndex        =   47
      Top             =   5310
      Width           =   1000
   End
   Begin VB.Frame fraCollection 
      BorderStyle     =   0  'None
      Height          =   4500
      Left            =   400
      TabIndex        =   28
      Top             =   510
      Width           =   5200
      Begin MSComctlLib.ListView lvTip 
         Height          =   1950
         Left            =   0
         TabIndex        =   49
         Top             =   2115
         Width           =   5190
         _ExtentX        =   9155
         _ExtentY        =   3440
         View            =   3
         LabelWrap       =   -1  'True
         HideSelection   =   -1  'True
         FullRowSelect   =   -1  'True
         _Version        =   393217
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         BorderStyle     =   1
         Appearance      =   1
         NumItems        =   0
      End
      Begin VB.CommandButton cmdCollectionAdd 
         Caption         =   "增加"
         Height          =   330
         Left            =   3060
         TabIndex        =   41
         Top             =   1530
         Width           =   1050
      End
      Begin VB.CommandButton cmdCollectionDelete 
         Caption         =   "删除"
         Height          =   330
         Left            =   4140
         TabIndex        =   40
         Top             =   1530
         Width           =   1050
      End
      Begin VB.ListBox cmbCollection 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000A&
         Height          =   1470
         Left            =   0
         TabIndex        =   39
         Top             =   180
         Width           =   1140
      End
      Begin VB.ComboBox cmbCollectionAlign 
         Height          =   300
         Left            =   1305
         Style           =   2  'Dropdown List
         TabIndex        =   38
         Top             =   1530
         Width           =   1095
      End
      Begin MSComctlLib.ListView lvCollection 
         Height          =   1275
         Left            =   1305
         TabIndex        =   42
         Top             =   180
         Width           =   3900
         _ExtentX        =   6879
         _ExtentY        =   2249
         View            =   3
         LabelEdit       =   1
         LabelWrap       =   -1  'True
         HideSelection   =   -1  'True
         FullRowSelect   =   -1  'True
         _Version        =   393217
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         BorderStyle     =   1
         Appearance      =   1
         NumItems        =   0
      End
   End
   Begin VB.Frame fraTemplate 
      BorderStyle     =   0  'None
      Height          =   4500
      Left            =   405
      TabIndex        =   33
      Top             =   450
      Width           =   5200
      Begin VB.Frame Frame1 
         Height          =   4500
         Left            =   0
         TabIndex        =   35
         Top             =   0
         Width           =   5200
         Begin MSComDlg.CommonDialog dlg 
            Left            =   1305
            Top             =   2205
            _ExtentX        =   847
            _ExtentY        =   847
            _Version        =   393216
         End
         Begin VB.CommandButton cmdTemSaveAs 
            Caption         =   "另存为..."
            Height          =   330
            Left            =   405
            TabIndex        =   16
            Top             =   720
            Width           =   2175
         End
         Begin VB.CommandButton cmdTemLoad 
            Caption         =   "装载..."
            Height          =   330
            Left            =   405
            TabIndex        =   15
            Top             =   315
            Width           =   2175
         End
         Begin VB.Label Label8 
            AutoSize        =   -1  'True
            Caption         =   "当前模板位置:"
            Height          =   180
            Left            =   450
            TabIndex        =   37
            Top             =   1350
            Width           =   1260
         End
         Begin VB.Label labtemplatefile 
            AutoSize        =   -1  'True
            Height          =   180
            Left            =   900
            TabIndex        =   36
            Top             =   1710
            Width           =   90
         End
      End
   End
   Begin VB.Frame fraContent 
      BorderStyle     =   0  'None
      Height          =   4500
      Left            =   400
      TabIndex        =   30
      Top             =   510
      Width           =   5200
      Begin VB.CommandButton cmdContent 
         Caption         =   "设置"
         Height          =   330
         Left            =   4185
         TabIndex        =   43
         Top             =   2340
         Width           =   1000
      End
      Begin VB.CommandButton cmdContentPre 
         Caption         =   "<<前一页"
         Height          =   330
         Left            =   3150
         TabIndex        =   13
         Top             =   1800
         Width           =   1000
      End
      Begin VB.CommandButton cmdContentNxt 
         Caption         =   "后一页>>"
         Height          =   330
         Left            =   4185
         TabIndex        =   14
         Top             =   1800
         Width           =   1000
      End
      Begin VB.PictureBox picContent 
         AutoRedraw      =   -1  'True
         BackColor       =   &H00FFFFFF&
         Height          =   1725
         Left            =   0
         ScaleHeight     =   1665
         ScaleWidth      =   5145
         TabIndex        =   12
         TabStop         =   0   'False
         Top             =   0
         Width           =   5200
         Begin MSForms.ScrollBar HContent 
            Height          =   240
            Left            =   0
            TabIndex        =   32
            Top             =   1440
            Width           =   5160
            Size            =   "9102;423"
         End
      End
      Begin MSComctlLib.ListView lvContent 
         Height          =   1275
         Left            =   0
         TabIndex        =   44
         Top             =   2295
         Width           =   4170
         _ExtentX        =   7355
         _ExtentY        =   2249
         View            =   3
         LabelEdit       =   1
         LabelWrap       =   -1  'True
         HideSelection   =   -1  'True
         FullRowSelect   =   -1  'True
         _Version        =   393217
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         BorderStyle     =   1
         Appearance      =   1
         NumItems        =   0
      End
      Begin MSForms.CheckBox chkMerge 
         Height          =   285
         Left            =   4185
         TabIndex        =   45
         Top             =   2790
         Width           =   1080
         VariousPropertyBits=   1015023643
         BackColor       =   -2147483633
         ForeColor       =   -2147483630
         DisplayStyle    =   4
         Size            =   "1905;503"
         Value           =   "0"
         Caption         =   "合并此列"
         FontName        =   "宋体"
         FontHeight      =   180
         FontCharSet     =   134
         FontPitchAndFamily=   34
      End
   End
   Begin DllPrint.flatProgressBar prg 
      Height          =   195
      Left            =   225
      TabIndex        =   46
      Top             =   5355
      Visible         =   0   'False
      Width           =   3120
      _ExtentX        =   5503
      _ExtentY        =   344
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BorderStyle     =   0
      ForeColor       =   128
   End
   Begin VB.Frame fraPage 
      BorderStyle     =   0  'None
      Height          =   4500
      Left            =   400
      TabIndex        =   18
      Top             =   510
      Width           =   5200
      Begin VB.Frame fraMargin 
         Caption         =   "页边距"
         Height          =   1500
         Left            =   0
         TabIndex        =   23
         Top             =   1395
         Width           =   5200
         Begin VB.TextBox txtRightMargin 
            Height          =   285
            Left            =   3510
            TabIndex        =   7
            Top             =   855
            Width           =   1095
         End
         Begin VB.TextBox txtLeftMargin 
            BeginProperty DataFormat 
               Type            =   0
               Format          =   """¥""#,##0.00"
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
            Height          =   285
            Left            =   3510
            TabIndex        =   6
            Top             =   405
            Width           =   1095
         End
         Begin VB.TextBox txtBottomMargin 
            Height          =   285
            Left            =   990
            TabIndex        =   5
            Top             =   855
            Width           =   1095
         End
         Begin VB.TextBox txtTopMargin 
            Height          =   285
            Left            =   990
            TabIndex        =   4
            Top             =   405
            Width           =   1095
         End
         Begin VB.Label Label7 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "左边距"
            Height          =   180
            Left            =   2700
            TabIndex        =   27
            Top             =   450
            Width           =   540
         End
         Begin VB.Label Label6 
            AutoSize        =   -1  'True
            Caption         =   "右边距"
            Height          =   180
            Left            =   2700
            TabIndex        =   26
            Top             =   900
            Width           =   540
         End
         Begin VB.Label Label5 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "下边距"
            Height          =   180
            Left            =   360
            TabIndex        =   25
            Top             =   900
            Width           =   540
         End
         Begin VB.Label Label4 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "上边距"
            Height          =   180
            Left            =   360
            TabIndex        =   24
            Top             =   450
            Width           =   540
         End
      End
      Begin VB.Frame fraPaper 
         Caption         =   "纸张"
         Height          =   1275
         Left            =   0
         TabIndex        =   19
         Top             =   0
         Width           =   5200
         Begin VB.ComboBox cmbPageAlign 
            Height          =   300
            Left            =   3510
            Style           =   2  'Dropdown List
            TabIndex        =   3
            Top             =   720
            Width           =   1095
         End

⌨️ 快捷键说明

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