home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Options
- Appearance = 0 'Flat
- BackColor = &H00C0C0C0&
- BorderStyle = 0 'None
- ClientHeight = 8340
- ClientLeft = 2130
- ClientTop = 2310
- ClientWidth = 12000
- ForeColor = &H00000000&
- LinkTopic = "Form2"
- PaletteMode = 1 'UseZOrder
- Picture = "Options.frx":0000
- ScaleHeight = 8340
- ScaleWidth = 12000
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Visible = 0 'False
- WindowState = 2 'Maximized
- Begin VB.CommandButton okbutton
- Caption = "OKButton"
- Height = 540
- Left = 720
- TabIndex = 1
- Top = 8085
- Width = 1215
- End
- Begin VB.CommandButton CancelButton
- Caption = "Cancel"
- Height = 540
- Left = 10320
- TabIndex = 0
- Top = 8085
- Width = 1215
- End
- Attribute VB_Name = "Options"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command2_Click()
- Form3.Visible = True
- End Sub
- Private Sub CancelButton_Click()
- Menu.Visible = True
- End Sub
- Private Sub Command1_Click()
- End Sub
- Private Sub Frame1_DragDrop(Source As Control, X As Single, Y As Single)
- End Sub
- Private Sub Label1_Click()
- End Sub
- Private Sub OKButton_Click()
- Unload Options
- Menu.Visible = True
- End Sub
- Private Sub Text1_Change()
- End Sub
-