formres.frm

来自「一个较为完整的运输行业管理系统」· FRM 代码 · 共 47 行

FRM
47
字号
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form FormRes 
   Caption         =   "查询结果"
   ClientHeight    =   5370
   ClientLeft      =   60
   ClientTop       =   375
   ClientWidth     =   12195
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   5370
   ScaleWidth      =   12195
   Begin VB.CommandButton CmdOK 
      Caption         =   "确定"
      Height          =   495
      Left            =   10560
      TabIndex        =   1
      Top             =   4680
      Width           =   1215
   End
   Begin MSComctlLib.ListView LvResult 
      Height          =   4335
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   11895
      _ExtentX        =   20981
      _ExtentY        =   7646
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      _Version        =   393217
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      BorderStyle     =   1
      Appearance      =   1
      NumItems        =   0
   End
End
Attribute VB_Name = "FormRes"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdOK_Click()
    Unload Me
End Sub

⌨️ 快捷键说明

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