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

📄 frmdocinfo.frm

📁 一个非常完善的文本编辑器程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmDocInfo 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Document Properties"
   ClientHeight    =   6090
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5310
   Icon            =   "frmDocInfo.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6090
   ScaleWidth      =   5310
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  'Windows Default
   Begin VB.Frame Frame1 
      Caption         =   "Dates"
      Height          =   1455
      Left            =   68
      TabIndex        =   19
      Top             =   1935
      Width           =   5175
      Begin VB.Label lblDate 
         Caption         =   "00/00/0000 00:00:00"
         Height          =   255
         Index           =   0
         Left            =   1560
         TabIndex        =   25
         Top             =   360
         Width           =   3495
      End
      Begin VB.Label lblDate 
         Caption         =   "00/00/0000 00:00:00"
         Height          =   255
         Index           =   1
         Left            =   1560
         TabIndex        =   24
         Top             =   720
         Width           =   3495
      End
      Begin VB.Label lblDate 
         Caption         =   "00/00/0000 00:00:00"
         Height          =   255
         Index           =   2
         Left            =   1560
         TabIndex        =   23
         Top             =   1080
         Width           =   3495
      End
      Begin VB.Label Label2 
         Caption         =   "Created:"
         Height          =   255
         Left            =   240
         TabIndex        =   22
         Top             =   360
         Width           =   1215
      End
      Begin VB.Label Label3 
         Caption         =   "Modified:"
         Height          =   255
         Left            =   240
         TabIndex        =   21
         Top             =   720
         Width           =   1215
      End
      Begin VB.Label Label4 
         Caption         =   "Accessed:"
         Height          =   255
         Left            =   240
         TabIndex        =   20
         Top             =   1080
         Width           =   1215
      End
   End
   Begin VB.CommandButton cmdClose 
      Cancel          =   -1  'True
      Caption         =   "&Close"
      Height          =   375
      Left            =   2108
      TabIndex        =   18
      Top             =   5655
      Width           =   1215
   End
   Begin VB.Frame Frame2 
      Caption         =   "Attributes"
      Height          =   735
      Left            =   68
      TabIndex        =   13
      Top             =   3495
      Width           =   5175
      Begin VB.CheckBox chkAttrib 
         Caption         =   "Archive"
         Height          =   195
         Index           =   4
         Left            =   2640
         TabIndex        =   17
         Top             =   360
         Width           =   1215
      End
      Begin VB.CheckBox chkAttrib 
         Caption         =   "Read Only"
         Height          =   195
         Index           =   3
         Left            =   1440
         TabIndex        =   16
         Top             =   360
         Width           =   1215
      End
      Begin VB.CheckBox chkAttrib 
         Caption         =   "System"
         Height          =   195
         Index           =   2
         Left            =   3840
         TabIndex        =   15
         Top             =   360
         Width           =   1215
      End
      Begin VB.CheckBox chkAttrib 
         Caption         =   "Hidden"
         Height          =   195
         Index           =   1
         Left            =   240
         TabIndex        =   14
         Top             =   360
         Width           =   1215
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "General"
      Height          =   1095
      Left            =   68
      TabIndex        =   8
      Top             =   735
      Width           =   5175
      Begin VB.Label Label5 
         Caption         =   "Location:"
         Height          =   255
         Left            =   240
         TabIndex        =   12
         Top             =   360
         Width           =   975
      End
      Begin VB.Label lblLocation 
         Height          =   255
         Left            =   1290
         TabIndex        =   11
         Top             =   360
         Width           =   3765
      End
      Begin VB.Label Label6 
         Caption         =   "Size:"
         Height          =   255
         Left            =   240
         TabIndex        =   10
         Top             =   720
         Width           =   975
      End
      Begin VB.Label lblSize 
         Height          =   255
         Left            =   1275
         TabIndex        =   9
         Top             =   675
         Width           =   3885
      End
   End
   Begin VB.PictureBox Picture1 
      BorderStyle     =   0  'None
      Height          =   495
      Left            =   188
      ScaleHeight     =   495
      ScaleWidth      =   615
      TabIndex        =   7
      Top             =   150
      Width           =   615
   End
   Begin VB.Frame Frame4 
      Caption         =   "Document"
      Height          =   1215
      Left            =   68
      TabIndex        =   0
      Top             =   4335
      Width           =   5175
      Begin VB.Label lblWordCount 
         Height          =   255
         Left            =   1560
         TabIndex        =   6
         Top             =   360
         Width           =   2535
      End
      Begin VB.Label Label7 
         Caption         =   "Word Count:"
         Height          =   255
         Left            =   240
         TabIndex        =   5
         Top             =   360
         Width           =   1215
      End
      Begin VB.Label Label8 
         Caption         =   "Number of Lines:"
         Height          =   255
         Left            =   240
         TabIndex        =   4
         Top             =   600
         Width           =   1215
      End
      Begin VB.Label lblNLines 
         Height          =   255
         Left            =   1560
         TabIndex        =   3
         Top             =   600
         Width           =   2535
      End
      Begin VB.Label Label9 
         Caption         =   "Characters:"
         Height          =   255
         Left            =   240
         TabIndex        =   2
         Top             =   840
         Width           =   1215
      End
      Begin VB.Label lblChr 
         Height          =   255
         Left            =   1560
         TabIndex        =   1
         Top             =   840
         Width           =   2655
      End
   End
   Begin VB.Label Label1 
      Caption         =   "File Name:"
      Height          =   255
      Left            =   1028
      TabIndex        =   27
      Top             =   255
      Width           =   855
   End
   Begin VB.Label lblName 
      Height          =   255
      Left            =   1988
      TabIndex        =   26
      Top             =   255
      Width           =   3135
   End
End
Attribute VB_Name = "frmDocInfo"
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 + -