frmDocument.frm
资源名称:2005.rar [点击查看]
上传用户:salesll
上传日期:2014-07-25
资源大小:2665k
文件大小:1k
源码类别:
交通/航空行业
开发平台:
Others
- VERSION 5.00
- Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "richtx32.ocx"
- Begin VB.Form frmDocument
- Caption = "shuju "
- ClientHeight = 3120
- ClientLeft = 60
- ClientTop = 420
- ClientWidth = 4680
- LinkTopic = "Form1"
- MDIChild = -1 'True
- ScaleHeight = 3120
- ScaleWidth = 4680
- Begin RichTextLib.RichTextBox rtfText
- Height = 2000
- Left = 100
- TabIndex = 0
- Top = 100
- Width = 3000
- _ExtentX = 5292
- _ExtentY = 3519
- _Version = 393217
- ScrollBars = 3
- TextRTF = $"frmDocument.frx":0000
- End
- End
- Attribute VB_Name = "frmDocument"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Form_Load()
- Form_Resize
- End Sub
- Private Sub Form_Resize()
- On Error Resume Next
- rtfText.Move 100, 100, Me.ScaleWidth - 200, Me.ScaleHeight - 200
- rtfText.RightMargin = rtfText.Width - 400
- End Sub