- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
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