frmbasicinput.frm

来自「需要控件:Active Report 2.0(专业报表控件破解版)2.0下的ar」· FRM 代码 · 共 62 行

FRM
62
字号
VERSION 5.00
Object = "{D2F96CE6-CA4A-4823-A177-6BF9633CAEF2}#1.0#0"; "vbalIml6.ocx"
Begin VB.Form FrmBasicInput 
   Caption         =   "Form1"
   ClientHeight    =   5535
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6750
   LinkTopic       =   "Form1"
   ScaleHeight     =   5535
   ScaleWidth      =   6750
   Begin ServicingMS.vbalDTabControlX vbalDTabControlX1 
      Height          =   885
      Left            =   1065
      TabIndex        =   1
      Top             =   1185
      Width           =   2745
      _ExtentX        =   4842
      _ExtentY        =   1561
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty SelectedFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin ServicingMS.ucListView ucListView1 
      Height          =   645
      Left            =   2565
      TabIndex        =   0
      Top             =   3045
      Width           =   1035
      _ExtentX        =   1826
      _ExtentY        =   1138
   End
   Begin vbalIml6.vbalImageList vbalImageList1 
      Left            =   1305
      Top             =   3435
      _ExtentX        =   953
      _ExtentY        =   953
   End
End
Attribute VB_Name = "FrmBasicInput"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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