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

📄 frmallname.frm

📁 大型商业学分统计系统原代码说明 1.如果在向导设置班级数为8时,此数值为班级总数
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{90F3D7B3-92E7-44BA-B444-6A8E2A3BC375}#1.0#0"; "ACTSKIN4.OCX"
Object = "{A8561640-E93C-11D3-AC3B-CE6078F7B616}#1.0#0"; "VSPRINT7.OCX"
Object = "{D76D7130-4A96-11D3-BD95-D296DC2DD072}#1.0#0"; "VSFLEX7D.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form FRMALLNAME 
   Caption         =   "打印全年级名单"
   ClientHeight    =   6930
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10365
   Icon            =   "FRMALLNAME.frx":0000
   LinkTopic       =   "Form1"
   MinButton       =   0   'False
   ScaleHeight     =   6930
   ScaleWidth      =   10365
   StartUpPosition =   2  '屏幕中心
   WindowState     =   2  'Maximized
   Begin VB.Data Data1 
      Caption         =   "Data1"
      Connect         =   "Access 2000;"
      DatabaseName    =   ""
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   345
      Left            =   9000
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   ""
      Top             =   1470
      Visible         =   0   'False
      Width           =   1185
   End
   Begin ACTIVESKINLibCtl.Skin Skin1 
      Left            =   7830
      OleObjectBlob   =   "FRMALLNAME.frx":0BC2
      Top             =   6630
   End
   Begin MSComDlg.CommonDialog CommonDialog2 
      Left            =   6450
      Top             =   1380
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   7320
      Top             =   1440
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin MSComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   630
      Left            =   0
      TabIndex        =   0
      Top             =   630
      Visible         =   0   'False
      Width           =   10365
      _ExtentX        =   18283
      _ExtentY        =   1111
      ButtonWidth     =   609
      ButtonHeight    =   953
      Appearance      =   1
      _Version        =   393216
      Begin VB.ComboBox Combo2 
         ForeColor       =   &H00FF0000&
         Height          =   300
         ItemData        =   "FRMALLNAME.frx":0DF6
         Left            =   6270
         List            =   "FRMALLNAME.frx":0E12
         Style           =   2  'Dropdown List
         TabIndex        =   10
         Top             =   150
         Width           =   645
      End
      Begin VB.CommandButton SETHARD 
         Caption         =   "设置表头"
         Height          =   465
         Left            =   1410
         TabIndex        =   9
         Top             =   60
         Width           =   1035
      End
      Begin VB.CommandButton Print 
         Caption         =   "开始打印"
         Height          =   465
         Left            =   8220
         TabIndex        =   8
         Top             =   60
         Width           =   945
      End
      Begin VB.CommandButton btnFont 
         Caption         =   "字体设置"
         Height          =   450
         Left            =   2580
         TabIndex        =   7
         Top             =   60
         Width           =   1080
      End
      Begin ACTIVESKINLibCtl.SkinLabel lblPage 
         Height          =   165
         Left            =   7050
         OleObjectBlob   =   "FRMALLNAME.frx":0E2E
         TabIndex        =   6
         Top             =   360
         Width           =   1035
      End
      Begin VB.HScrollBar scrlPage 
         Height          =   255
         Left            =   7050
         Max             =   1
         Min             =   1
         TabIndex        =   5
         TabStop         =   0   'False
         Top             =   60
         Value           =   1
         Width           =   1020
      End
      Begin VB.ComboBox cmbZoomMode 
         ForeColor       =   &H00FF0000&
         Height          =   300
         ItemData        =   "FRMALLNAME.frx":0E8F
         Left            =   3780
         List            =   "FRMALLNAME.frx":0EA5
         Style           =   2  'Dropdown List
         TabIndex        =   4
         Top             =   150
         Width           =   1395
      End
      Begin VB.ComboBox cmbPercent 
         ForeColor       =   &H00FF0000&
         Height          =   300
         ItemData        =   "FRMALLNAME.frx":0EDF
         Left            =   5280
         List            =   "FRMALLNAME.frx":0EF8
         Style           =   2  'Dropdown List
         TabIndex        =   3
         Top             =   150
         Width           =   915
      End
      Begin VB.CommandButton cmdPageSetup 
         Caption         =   "页面设置"
         Height          =   465
         Left            =   180
         TabIndex        =   2
         Top             =   60
         Width           =   1155
      End
      Begin VB.CommandButton Command2 
         Caption         =   "返回表格"
         Height          =   465
         Left            =   9300
         TabIndex        =   1
         Top             =   60
         Width           =   975
      End
   End
   Begin MSComctlLib.Toolbar Toolbar2 
      Align           =   1  'Align Top
      Height          =   630
      Left            =   0
      TabIndex        =   11
      Top             =   0
      Width           =   10365
      _ExtentX        =   18283
      _ExtentY        =   1111
      ButtonWidth     =   609
      ButtonHeight    =   953
      Appearance      =   1
      _Version        =   393216
      Begin VB.CommandButton Command3 
         Caption         =   "刷新表格"
         Height          =   435
         Left            =   1620
         TabIndex        =   18
         Top             =   90
         Width           =   855
      End
      Begin VB.CommandButton Command1 
         Caption         =   "报表预览"
         Height          =   435
         Left            =   2610
         TabIndex        =   15
         Top             =   90
         Width           =   855
      End
      Begin VB.CommandButton Command4 
         Caption         =   "退出报表"
         Height          =   435
         Left            =   3600
         TabIndex        =   14
         Top             =   90
         Width           =   855
      End
      Begin VB.ComboBox Combo3 
         ForeColor       =   &H000000FF&
         Height          =   300
         ItemData        =   "FRMALLNAME.frx":0F23
         Left            =   360
         List            =   "FRMALLNAME.frx":0F33
         Style           =   2  'Dropdown List
         TabIndex        =   13
         Top             =   270
         Width           =   1095
      End
      Begin ACTIVESKINLibCtl.SkinLabel SkinLabel3 
         Height          =   195
         Index           =   2
         Left            =   390
         OleObjectBlob   =   "FRMALLNAME.frx":0F4F
         TabIndex        =   12
         Top             =   60
         Width           =   1065
      End
   End
   Begin VSFlex7DAOCtl.VSFlexGrid VF 
      Bindings        =   "FRMALLNAME.frx":0FAC
      Height          =   3495
      Left            =   270
      TabIndex        =   16
      Top             =   1410
      Width           =   3270
      _cx             =   5768
      _cy             =   6165
      _ConvInfo       =   1
      Appearance      =   0
      BorderStyle     =   0
      Enabled         =   -1  'True
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      MousePointer    =   0
      BackColor       =   -2147483643
      ForeColor       =   16711680
      BackColorFixed  =   13876923
      ForeColorFixed  =   255
      BackColorSel    =   65535
      ForeColorSel    =   255
      BackColorBkg    =   13876923
      BackColorAlternate=   -2147483643
      GridColor       =   13876923
      GridColorFixed  =   13876923
      TreeColor       =   -2147483632
      FloodColor      =   192
      SheetBorder     =   -2147483642
      FocusRect       =   1
      HighLight       =   1
      AllowSelection  =   -1  'True
      AllowBigSelection=   -1  'True
      AllowUserResizing=   1
      SelectionMode   =   1
      GridLines       =   1
      GridLinesFixed  =   2
      GridLineWidth   =   1
      Rows            =   50
      Cols            =   10
      FixedRows       =   1
      FixedCols       =   1
      RowHeightMin    =   0
      RowHeightMax    =   0
      ColWidthMin     =   0
      ColWidthMax     =   0
      ExtendLastCol   =   0   'False
      FormatString    =   ""
      ScrollTrack     =   -1  'True
      ScrollBars      =   3
      ScrollTips      =   -1  'True
      MergeCells      =   0
      MergeCompare    =   0
      AutoResize      =   0   'False
      AutoSizeMode    =   0
      AutoSearch      =   0
      AutoSearchDelay =   2
      MultiTotals     =   -1  'True
      SubtotalPosition=   1
      OutlineBar      =   0
      OutlineCol      =   0
      Ellipsis        =   0
      ExplorerBar     =   0
      PicturesOver    =   0   'False
      FillStyle       =   1
      RightToLeft     =   0   'False
      PictureType     =   0
      TabBehavior     =   0
      OwnerDraw       =   0
      Editable        =   2
      ShowComboButton =   2
      WordWrap        =   0   'False
      TextStyle       =   0
      TextStyleFixed  =   0
      OleDragMode     =   0
      OleDropMode     =   0
      DataMode        =   1
      VirtualData     =   -1  'True
      ComboSearch     =   3
      AutoSizeMouse   =   -1  'True
      FrozenRows      =   0
      FrozenCols      =   0
      AllowUserFreezing=   3
      BackColorFrozen =   255
      ForeColorFrozen =   13876923
      WallPaperAlignment=   9
   End
   Begin VSPrinter7LibCtl.VSPrinter vp 
      Height          =   3525
      Left            =   4290
      TabIndex        =   17
      Top             =   2310
      Visible         =   0   'False
      Width           =   4155
      _cx             =   7329
      _cy             =   6218
      Appearance      =   1
      BorderStyle     =   1
      Enabled         =   -1  'True
      MousePointer    =   0
      BackColor       =   -2147483643
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   5.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty HdrFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _ConvInfo       =   1
      AutoRTF         =   -1  'True
      Preview         =   -1  'True
      DefaultDevice   =   0   'False
      PhysicalPage    =   -1  'True
      AbortWindow     =   -1  'True
      AbortWindowPos  =   0
      AbortCaption    =   "Printing..."
      AbortTextButton =   "Cancel"
      AbortTextDevice =   "on the %s on %s"
      AbortTextPage   =   "Now printing Page %d of"
      FileName        =   ""
      MarginLeft      =   1440
      MarginTop       =   1440
      MarginRight     =   1440
      MarginBottom    =   1440
      MarginHeader    =   0
      MarginFooter    =   0
      IndentLeft      =   0
      IndentRight     =   0
      IndentFirst     =   0
      IndentTab       =   720
      SpaceBefore     =   0
      SpaceAfter      =   0
      LineSpacing     =   100
      Columns         =   1
      ColumnSpacing   =   180
      ShowGuides      =   2

⌨️ 快捷键说明

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