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

📄 preport.frm

📁 银行定储模拟程序
💻 FRM
字号:
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form PReport 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Form1"
   ClientHeight    =   1320
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7575
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1320
   ScaleWidth      =   7575
   StartUpPosition =   3  '窗口缺省
   Begin ComctlLib.ListView lvw 
      Height          =   1215
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   7575
      _ExtentX        =   13361
      _ExtentY        =   2143
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      _Version        =   327682
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      BorderStyle     =   1
      Appearance      =   1
      NumItems        =   0
   End
End
Attribute VB_Name = "PReport"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Dim header As ColumnHeader
lvw.View = lvwReport
lvw.ColumnHeaders.Clear
Set header = lvw.ColumnHeaders.Add(, "first", "帐号", 800)  'set listview width
Set header = lvw.ColumnHeaders.Add(, "second", "姓名", 800)
Set header = lvw.ColumnHeaders.Add(, "third", "储种", 800)
Set header = lvw.ColumnHeaders.Add(, "fouth", "起息日期", 800)
Set header = lvw.ColumnHeaders.Add(, "fifth", "支取日期", 800)
Set header = lvw.ColumnHeaders.Add(, "sixth", "本金", 800)
Set header = lvw.ColumnHeaders.Add(, "ninth", "利息", 800)
Set header = lvw.ColumnHeaders.Add(, "tenth", "支取金额", 800)



End Sub

⌨️ 快捷键说明

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