Form11.frm
上传用户:tashmp
上传日期:2010-04-03
资源大小:882k
文件大小:1k
源码类别:

其他游戏

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
  3. Begin VB.Form Form11 
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   3150
  6.    ClientLeft      =   60
  7.    ClientTop       =   390
  8.    ClientWidth     =   4680
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   3150
  11.    ScaleWidth      =   4680
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin RichTextLib.RichTextBox RichTextBox1 
  14.       Height          =   615
  15.       Left            =   840
  16.       TabIndex        =   1
  17.       Top             =   600
  18.       Width           =   2175
  19.       _ExtentX        =   3836
  20.       _ExtentY        =   1085
  21.       _Version        =   393217
  22.       Enabled         =   -1  'True
  23.       TextRTF         =   $"Form11.frx":0000
  24.    End
  25.    Begin VB.CommandButton Command1 
  26.       Caption         =   "Command1"
  27.       Height          =   495
  28.       Left            =   1320
  29.       TabIndex        =   0
  30.       Top             =   2280
  31.       Width           =   1335
  32.    End
  33. End
  34. Attribute VB_Name = "Form11"
  35. Attribute VB_GlobalNameSpace = False
  36. Attribute VB_Creatable = False
  37. Attribute VB_PredeclaredId = True
  38. Attribute VB_Exposed = False
  39. Option Explicit
  40. Private Sub Command1_Click()
  41. RichTextBox1.SelColor = vbBlue
  42. End Sub