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

📄 系统_打印选择项.frm

📁 适合于中小型企业管理
💻 FRM
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form DY_DytsFrm 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "打印选择项"
   ClientHeight    =   4200
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   4635
   HelpContextID   =   3311003
   Icon            =   "系统_打印选择项.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4200
   ScaleWidth      =   4635
   StartUpPosition =   2  '屏幕中心
   Begin MSComDlg.CommonDialog OutPutCommonDialog 
      Left            =   -30
      Top             =   2670
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.Frame Frame1 
      Caption         =   "输出到"
      Height          =   1125
      Left            =   120
      TabIndex        =   21
      Top             =   90
      Width           =   4455
      Begin VB.ComboBox FileCombo 
         Height          =   300
         Left            =   1380
         Style           =   2  'Dropdown List
         TabIndex        =   3
         Top             =   720
         Visible         =   0   'False
         Width           =   2955
      End
      Begin VB.OptionButton OutputOption 
         Caption         =   "打印机(&P)"
         Height          =   315
         Index           =   0
         Left            =   150
         TabIndex        =   0
         Top             =   330
         Width           =   1155
      End
      Begin VB.OptionButton OutputOption 
         Caption         =   "文件(&F)"
         Height          =   315
         Index           =   1
         Left            =   150
         TabIndex        =   2
         Top             =   690
         Width           =   1275
      End
      Begin VB.ComboBox DyjCombo 
         Height          =   300
         Left            =   1380
         Style           =   2  'Dropdown List
         TabIndex        =   1
         Top             =   330
         Width           =   2955
      End
   End
   Begin VB.CommandButton BzCommand 
      Caption         =   "帮助(&H)"
      Height          =   300
      Left            =   120
      TabIndex        =   18
      Top             =   3780
      Width           =   1120
   End
   Begin VB.CommandButton QxCommand 
      Caption         =   "取消(&C)"
      Height          =   300
      Left            =   3450
      TabIndex        =   13
      Top             =   3780
      Width           =   1120
   End
   Begin VB.CommandButton QdCommand 
      Caption         =   "确定(&O)"
      Default         =   -1  'True
      Height          =   300
      Left            =   2250
      TabIndex        =   11
      Top             =   3780
      Width           =   1120
   End
   Begin VB.Frame DyfsFrame 
      Caption         =   "份数"
      Height          =   2235
      Left            =   2820
      TabIndex        =   15
      Top             =   1320
      Width           =   1755
      Begin VB.VScrollBar KbfsVScroll 
         Height          =   285
         Left            =   1230
         Max             =   1
         Min             =   32767
         TabIndex        =   12
         Top             =   780
         Value           =   32767
         Width           =   255
      End
      Begin VB.Label KbfsLabel 
         BackColor       =   &H00FFFFFF&
         BorderStyle     =   1  'Fixed Single
         Height          =   315
         Left            =   180
         TabIndex        =   10
         Top             =   750
         Width           =   1335
      End
      Begin VB.Label Label3 
         Caption         =   "复制份数"
         Height          =   225
         Left            =   240
         TabIndex        =   19
         Top             =   390
         Width           =   825
      End
   End
   Begin VB.Frame DyfwFrame 
      Caption         =   "打印范围"
      Height          =   2265
      Left            =   120
      TabIndex        =   14
      Top             =   1290
      Width           =   2445
      Begin VB.ComboBox JoyCombo 
         Height          =   300
         Left            =   1140
         Style           =   2  'Dropdown List
         TabIndex        =   9
         Top             =   1830
         Width           =   1185
      End
      Begin VB.OptionButton DyfwOption 
         Caption         =   "页码范围"
         Height          =   315
         Index           =   2
         Left            =   180
         TabIndex        =   6
         Top             =   810
         Width           =   1515
      End
      Begin VB.OptionButton DyfwOption 
         Caption         =   "当前页"
         Height          =   315
         Index           =   1
         Left            =   180
         TabIndex        =   5
         Top             =   510
         Width           =   1515
      End
      Begin VB.TextBox DyzzyText 
         Height          =   300
         Left            =   1530
         TabIndex        =   8
         Top             =   1140
         Width           =   795
      End
      Begin VB.TextBox DyqsyText 
         Height          =   300
         Left            =   480
         TabIndex        =   7
         Top             =   1140
         Width           =   765
      End
      Begin VB.OptionButton DyfwOption 
         Caption         =   "全部"
         Height          =   315
         Index           =   0
         Left            =   180
         TabIndex        =   4
         Top             =   240
         Width           =   1515
      End
      Begin VB.Label Label1 
         Caption         =   "奇偶页选择"
         Height          =   225
         Index           =   1
         Left            =   180
         TabIndex        =   22
         Top             =   1890
         Width           =   915
      End
      Begin VB.Label ZysLabel 
         Height          =   165
         Left            =   210
         TabIndex        =   20
         Top             =   1530
         Width           =   1875
      End
      Begin VB.Label Label2 
         Caption         =   "到"
         Height          =   255
         Index           =   1
         Left            =   1320
         TabIndex        =   17
         Top             =   1200
         Width           =   315
      End
      Begin VB.Label Label2 
         Caption         =   "从"
         Height          =   255
         Index           =   0
         Left            =   210
         TabIndex        =   16
         Top             =   1170
         Width           =   315
      End
   End
End
Attribute VB_Name = "DY_DytsFrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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