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

📄 frmtimedate.frm

📁 一个非常完善的文本编辑器程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmTimeDate 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Time and Date"
   ClientHeight    =   6060
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   2940
   Icon            =   "frmTimeDate.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6060
   ScaleWidth      =   2940
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton cmdClose 
      Caption         =   "&Close"
      Height          =   375
      Left            =   1590
      TabIndex        =   8
      Top             =   3390
      Width           =   1215
   End
   Begin VB.CommandButton cmdInsert 
      Caption         =   "&Insert"
      Default         =   -1  'True
      Height          =   375
      Left            =   150
      TabIndex        =   7
      Top             =   3390
      Width           =   1215
   End
   Begin VB.Frame Frame1 
      Caption         =   "Formats:"
      Height          =   3135
      Left            =   150
      TabIndex        =   5
      Top             =   150
      Width           =   2655
      Begin VB.ListBox lstDates 
         Height          =   2790
         Left            =   120
         TabIndex        =   6
         Top             =   240
         Width           =   2415
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "Custom"
      Height          =   2055
      Left            =   150
      TabIndex        =   0
      Top             =   3870
      Width           =   2655
      Begin VB.TextBox txtCustom 
         Height          =   285
         Left            =   120
         TabIndex        =   2
         Top             =   1080
         Width           =   2415
      End
      Begin VB.CommandButton cmdInsCusFor 
         Caption         =   "Insert Custom Format"
         Height          =   375
         Left            =   120
         TabIndex        =   1
         Top             =   1560
         Width           =   2415
      End
      Begin VB.Label lblSample 
         BorderStyle     =   1  'Fixed Single
         Height          =   375
         Left            =   120
         TabIndex        =   4
         Top             =   360
         Width           =   2415
      End
      Begin VB.Label Label1 
         Alignment       =   2  'Center
         Caption         =   "Enter custom format:"
         Height          =   255
         Left            =   120
         TabIndex        =   3
         Top             =   840
         Width           =   2415
      End
   End
End
Attribute VB_Name = "frmTimeDate"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
    '***************************************************************'
    '                         ELITEPAD                              '
    '                        Written by                             '
    '                       Andrea Batina                           '
    '                                                               '
    '  You are free to use the source code in your private,         '
    '  non-commercial, projects without permission. If you want     '
    '  to use this code in commercial projects EXPLICIT permission  '
    '  from the author is required.                                 '
    '                                                               '
    '                                                               '
    '               Copyright 

⌨️ 快捷键说明

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