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

📄 form1.frm

📁 Abstract TimeList Control v1.0
💻 FRM
字号:
VERSION 5.00
Object = "{3C3B7918-A6E2-4C64-92F0-972551C9209A}#3.0#0"; "TimeList.ocx"
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   7440
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8220
   LinkTopic       =   "Form1"
   ScaleHeight     =   7440
   ScaleWidth      =   8220
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Command1 
      Caption         =   "Mark Time"
      Height          =   405
      Left            =   6060
      TabIndex        =   1
      Top             =   330
      Width           =   2010
   End
   Begin TimeList.absTimeList absTimeList 
      Height          =   7230
      Left            =   90
      TabIndex        =   0
      Top             =   60
      Width           =   5730
      _ExtentX        =   10107
      _ExtentY        =   12753
      Caption         =   "Abstract TimeList Control"
   End
   Begin VB.Image Image1 
      Height          =   240
      Left            =   7380
      Picture         =   "Form1.frx":0000
      Top             =   3600
      Visible         =   0   'False
      Width           =   240
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
    absTimeList.MarkTime absTimeList.Value, Image1.Picture, "Mark a Time using the MarkTime Subroutine!"
End Sub

⌨️ 快捷键说明

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