home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form1
- Caption = "RoText Sample"
- ClientHeight = 3825
- ClientLeft = 1890
- ClientTop = 2400
- ClientWidth = 5970
- Height = 4230
- Icon = RSAMPLE.FRX:0000
- Left = 1830
- LinkTopic = "Form1"
- ScaleHeight = 255
- ScaleMode = 3 'Pixel
- ScaleWidth = 398
- Top = 2055
- Width = 6090
- Begin Timer Timer1
- Interval = 25
- Left = 4530
- Top = 3090
- End
- Begin PictureBox Picture1
- Height = 2445
- Left = 1980
- Picture = RSAMPLE.FRX:0302
- ScaleHeight = 2415
- ScaleWidth = 1845
- TabIndex = 0
- Top = 690
- Width = 1875
- Begin Rotext Rotext1
- Angle = 0
- Caption = "RoText"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Times New Roman"
- FontSize = 12
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H000000FF&
- Height = 855
- Left = 420
- TabIndex = 1
- Top = 1050
- Width = 975
- End
- End
- Begin Rotext Rotext3
- Angle = 180
- Caption = "ROTEXT!"
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "Times New Roman"
- FontSize = 24
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H000000C0&
- Height = 495
- Left = 1350
- TabIndex = 4
- Top = 3210
- Width = 3105
- End
- Begin Rotext Rotext2
- Angle = -45
- Caption = "Any Angle"
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "Times New Roman"
- FontSize = 24
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FF0000&
- Height = 1545
- Index = 1
- Left = 4140
- TabIndex = 3
- Top = 60
- Width = 1875
- End
- Begin Rotext Rotext2
- Angle = 45
- Caption = "Labels At"
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "Times New Roman"
- FontSize = 24
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FF0000&
- Height = 1455
- Index = 0
- Left = -120
- TabIndex = 2
- Top = 30
- Width = 1935
- End
- Sub Form_Load ()
- Form1.Left = (Screen.Width - Form1.Width) / 2
- Form1.Top = (Screen.Height - Form1.Height) / 2
- End Sub
- Sub Timer1_Timer ()
- Rotext1.Angle = (Rotext1.Angle + 10) Mod 360
- End Sub
-