home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form MainFrm
- BackColor = &H00FFFFFF&
- BorderStyle = 3 'Fixed Double
- Caption = "Sample Pen Programs"
- ControlBox = 0 'False
- Height = 7035
- Icon = PENMAIN.FRX:0000
- Left = 1605
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 6630
- ScaleWidth = 6285
- Top = 60
- Width = 6405
- Begin SSPanel Panel3D2
- Alignment = 6 'Center - TOP
- BackColor = &H00C0C0C0&
- BevelInner = 1 'Inset
- BevelWidth = 2
- BorderWidth = 2
- Caption = "Press Button to Activate Demonstration"
- Font3D = 1 'Raised w/light shading
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 12
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00000000&
- Height = 5535
- Left = 0
- RoundedCorners = 0 'False
- TabIndex = 2
- Top = 1080
- Width = 6255
- Begin SSCommand SelectDemo
- BevelWidth = 4
- Caption = "Transfer Ink Data"
- ForeColor = &H00000000&
- Height = 495
- Index = 6
- Left = 600
- RoundedCorners = 0 'False
- TabIndex = 10
- Top = 4200
- Width = 5055
- End
- Begin SSCommand SelectDemo
- BevelWidth = 4
- Caption = "Ink On Bitmap Control"
- ForeColor = &H00000000&
- Height = 495
- Index = 5
- Left = 600
- RoundedCorners = 0 'False
- TabIndex = 9
- Top = 3600
- Width = 5055
- End
- Begin SSCommand SelectDemo
- BevelWidth = 4
- Caption = "Exit Pen Sample Programs"
- ForeColor = &H00000000&
- Height = 495
- Index = 7
- Left = 360
- RoundedCorners = 0 'False
- TabIndex = 8
- Top = 4800
- Width = 5535
- End
- Begin SSCommand SelectDemo
- BevelWidth = 4
- Caption = "Custom Gesture Action"
- ForeColor = &H00000000&
- Height = 495
- Index = 4
- Left = 600
- RoundedCorners = 0 'False
- TabIndex = 7
- Top = 3000
- Width = 5055
- End
- Begin SSCommand SelectDemo
- BevelWidth = 4
- Caption = "RcResult Samples"
- ForeColor = &H00000000&
- Height = 495
- Index = 3
- Left = 600
- RoundedCorners = 0 'False
- TabIndex = 6
- Top = 2400
- Width = 5055
- End
- Begin SSCommand SelectDemo
- BevelWidth = 4
- Caption = "Save and Restore Ink"
- ForeColor = &H00000000&
- Height = 495
- Index = 2
- Left = 600
- RoundedCorners = 0 'False
- TabIndex = 5
- Top = 1800
- Width = 5055
- End
- Begin SSCommand SelectDemo
- BevelWidth = 4
- Caption = "On-Screen Keyboard Button"
- ForeColor = &H00000000&
- Height = 495
- Index = 1
- Left = 600
- RoundedCorners = 0 'False
- TabIndex = 4
- Top = 1200
- Width = 5055
- End
- Begin SSCommand SelectDemo
- BevelWidth = 4
- Caption = "DelayRecog and OnTap Properties"
- ForeColor = &H00000000&
- Height = 495
- Index = 0
- Left = 600
- RoundedCorners = 0 'False
- TabIndex = 3
- Top = 600
- Width = 5055
- End
- End
- Begin SSPanel Panel3D1
- Alignment = 6 'Center - TOP
- BackColor = &H00C0C0C0&
- BevelInner = 1 'Inset
- BevelWidth = 2
- BorderWidth = 2
- Caption = "Sample Pen Programs"
- Font3D = 1 'Raised w/light shading
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 18
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00000000&
- Height = 1095
- Left = 0
- RoundedCorners = 0 'False
- TabIndex = 0
- Top = 0
- Width = 6255
- Begin Label Label1
- Alignment = 2 'Center
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- Caption = "Copyright (c) 1992, Microsoft Corp. All rights reserved."
- ForeColor = &H00000000&
- Height = 225
- Index = 1
- Left = 720
- TabIndex = 1
- Top = 600
- Width = 4725
- End
- End
- Sub SelectDemo_Click (Index As Integer)
- Screen.MousePointer = 11
- Select Case Index
- Case 0
- DelayFrm.Show
- Case 1
- KeyBrdFrm.Show
- Case 2
- InkFrm.Show
- Case 3
- RcFrm.Show
- Case 4
- GestFrm.Show
- Case 5
- IOBFrm.Show
- Case 6
- TransFrm.Show
- Case 7
- End
- End Select
- MainFrm.Hide
- Screen.MousePointer = 0
- End Sub
-