home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form bigbedit
- BackColor = &H00FFFF80&
- BorderStyle = 1 'Fixed Single
- ClientHeight = 5640
- ClientLeft = 1830
- ClientTop = 1740
- ClientWidth = 7305
- ControlBox = 0 'False
- Height = 6045
- Left = 1770
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 5640
- ScaleWidth = 7305
- Top = 1395
- Width = 7425
- Begin CommandButton Command3
- Caption = "Cancel"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 375
- Left = 4800
- TabIndex = 3
- Top = 5040
- Width = 1095
- End
- Begin CommandButton Command2
- Caption = "Clear"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 375
- Left = 3240
- TabIndex = 2
- Top = 5040
- Width = 1095
- End
- Begin CommandButton Command1
- Caption = "Enter"
- Default = -1 'True
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 375
- Left = 1680
- TabIndex = 1
- Top = 5040
- Width = 1095
- End
- Begin VBedit BEdit1
- CellHeight = 500
- CellWidth = 500
- CharSet = 16655
- CombBaseLine = 500
- CombEndHeight = 360
- CombEndMarker = 0 'False
- CombHeight = 270
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 24
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00000000&
- Height = 2175
- InflateBottom = 180
- InflateLeft = 180
- InflateRight = 180
- InflateTop = 240
- Left = 120
- TabIndex = 0
- Text = "BEdit1"
- Top = 720
- Version = 268435458
- Width = 6735
- End
- Begin Label Label1
- Alignment = 2 'Center
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 12
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 495
- Left = 120
- TabIndex = 4
- Top = 0
- Width = 7095
- End
- Sub Command1_Click ()
- savedata
- assess2.hedit3.text = bedit1.text
- Unload bigbedit
- End Sub
- Sub Command2_Click ()
- bedit1.text = ""
- End Sub
- Sub Command3_Click ()
- Unload bigbedit
- End Sub
- Sub Form_Load ()
- 'bigbedit.Move screen.width / 16, screen.height / 20, screen.width * 7 / 8, screen.height * 9 / 10
- bigbedit.Move 0, 0, screen.width, screen.height
- bigbedit.Scale (1, 1)-(5, 8)
- bedit1.Move 1, 2, 4, 5.2
- label1.Move 1, 1, 4, 2
- COMMAND1.Move 1.4, 7.5
- command2.Move 2.7, 7.5
- COMMAND3.Move 4, 7.5
- End Sub
-