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

📄 testform2.frm

📁 此为vb6做的报表打印控件源码
💻 FRM
字号:
VERSION 5.00
Object = "{A803CB78-8B54-11D2-A76D-0000E8D03F44}#2.2#0"; "dyControl.ocx"
Begin VB.Form Form2 
   Caption         =   "Form2"
   ClientHeight    =   3555
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form2"
   ScaleHeight     =   3555
   ScaleWidth      =   4680
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "ReportStyle"
      Height          =   375
      Left            =   240
      TabIndex        =   1
      Top             =   3000
      Width           =   1455
   End
   Begin dyM1Grid.dyM1Report dyM1Report1 
      Height          =   2535
      Left            =   240
      TabIndex        =   0
      Top             =   360
      Width           =   4095
      _ExtentX        =   7223
      _ExtentY        =   4471
      ReportStyle     =   2
      OutlineBar      =   1
      OutlineCol      =   1
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
    Static i As Integer
        i = i + 1
        dyM1Report1.ReportStyle = i Mod 5
    
End Sub

⌨️ 快捷键说明

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