frmeditfile.frm

来自「人事管理系统vb版,用于一般中小企业」· FRM 代码 · 共 76 行

FRM
76
字号
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form frmEditFile 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "文档内容"
   ClientHeight    =   5850
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5235
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5850
   ScaleWidth      =   5235
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  'Windows Default
   Begin Manage.xpcmdButton xpcmdButton2 
      Height          =   350
      Left            =   3000
      TabIndex        =   4
      Top             =   5400
      Width           =   975
      _extentx        =   1720
      _extenty        =   609
      font            =   "frmEditFile.frx":0000
      caption         =   "保存"
      forecolor       =   -2147483630
      forehover       =   0
   End
   Begin Manage.xpcmdButton xpcmdButton1 
      Height          =   350
      Left            =   4200
      TabIndex        =   3
      Top             =   5400
      Width           =   975
      _extentx        =   1720
      _extenty        =   609
      font            =   "frmEditFile.frx":002C
      caption         =   "关闭"
      forecolor       =   -2147483630
      forehover       =   0
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   720
      TabIndex        =   1
      Text            =   "Text1"
      Top             =   0
      Width           =   4455
   End
   Begin RichTextLib.RichTextBox RichTextBox1 
      Height          =   4935
      Left            =   120
      TabIndex        =   0
      Top             =   420
      Width           =   5055
      _ExtentX        =   8916
      _ExtentY        =   8705
      _Version        =   393217
      TextRTF         =   $"frmEditFile.frx":0058
   End
   Begin VB.Label Label1 
      Caption         =   "标题"
      Height          =   255
      Left            =   240
      TabIndex        =   2
      Top             =   0
      Width           =   855
   End
End
Attribute VB_Name = "frmEditFile"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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