home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{3AF740FA-BF7F-11D2-8C26-444553540001}#2.0#0"; "SWBTopForm.ocx"
- Begin VB.Form Form2
- BorderStyle = 3 'Fixed Dialog
- Caption = "Form2"
- ClientHeight = 1740
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 3180
- Icon = "Form2.frx":0000
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1740
- ScaleWidth = 3180
- ShowInTaskbar = 0 'False
- StartUpPosition = 1 'CenterOwner
- Begin SWBTopFormCtl.SWBTopForm SWBTopForm1
- Left = 2610
- Top = 1350
- _ExtentX = 423
- _ExtentY = 423
- End
- Begin VB.CheckBox Check1
- Caption = "Keep On Top"
- Height = 255
- Left = 900
- TabIndex = 0
- Top = 660
- Value = 1 'Checked
- Width = 1545
- End
- Attribute VB_Name = "Form2"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Check1_Click()
- SWBTopForm1.Enabled = (Check1.Value = vbChecked)
- End Sub
-