home *** CD-ROM | disk | FTP | other *** search
Wrap
VERSION 2.00 Begin Form about BackColor = &H00C0C0C0& BorderStyle = 3 'Fixed Double Caption = "FarPoint Technologies Aware/VBX 1.0 " ClientHeight = 6390 ClientLeft = 255 ClientTop = 435 ClientWidth = 9030 ControlBox = 0 'False Height = 6795 Left = 195 LinkTopic = "Form1" ScaleHeight = 6390 ScaleWidth = 9030 Top = 90 Width = 9150 Begin AwareBinary fpBinary2 BackColor = &H00C0C0C0& BorderStyle = 0 'No Border FontBold = -1 'True FontItalic = 0 'False FontName = "System" FontSize = 9.75 FontStrikethru = 0 'False FontUnderline = 0 'False Height = 6390 Left = 0 TabIndex = 0 ThreeDFrameWidth= 5 ThreeDInsideHighlightColor= &H00FFFFFF& ThreeDInsideShadowColor= &H00808080& ThreeDInsideStyle= 2 'Raised ThreeDInsideWidth= 2 ThreeDOutsideHighlightColor= &H00FFFFFF& ThreeDOutsideShadowColor= &H00808080& ThreeDOutsideStyle= 2 'Raised Top = 0 Width = 9015 Begin AwareBinary fpBinary1 FontBold = -1 'True FontItalic = 0 'False FontName = "System" FontSize = 9.75 FontStrikethru = 0 'False FontUnderline = 0 'False Height = 2490 Left = 5175 TabIndex = 7 Top = 2325 Width = 2340 End Begin AwareText fpText2 BackColor = &H00C0C0C0& BorderStyle = 0 'No Border ControlType = 2 'Static FontBold = -1 'True FontItalic = 0 'False FontName = "Times New Roman" FontSize = 13.5 FontStrikethru = 0 'False FontUnderline = 0 'False ForeColor = &H000000FF& Height = 1065 Index = 0 Left = 4425 MultiLine = -1 'True TabIndex = 6 TabStop = 0 'False Text = " Phone : 804-378-0432 800-645-5913 FAX : 804-378-1015" ThreeDOutsideStyle= 1 'Lowered ThreeDText = 2 'Embossed w/ shading ThreeDTextHighlightColor= &H00FFFFFF& ThreeDTextShadowColor= &H00808080& Top = 4950 Width = 3495 End Begin AwareText fpText2 BackColor = &H00C0C0C0& BorderStyle = 0 'No Border ControlType = 2 'Static FontBold = -1 'True FontItalic = 0 'False FontName = "Times New Roman" FontSize = 13.5 FontStrikethru = 0 'False FontUnderline = 0 'False ForeColor = &H000000FF& Height = 1065 Index = 1 Left = 825 MultiLine = -1 'True TabIndex = 5 TabStop = 0 'False Text = " FarPoint Technologies 569 Southlake Blvd. Richmond, VA 23236" ThreeDInsideWidth= 0 ThreeDOutsideStyle= 1 'Lowered ThreeDText = 2 'Embossed w/ shading ThreeDTextHighlightColor= &H00FFFFFF& ThreeDTextShadowColor= &H00808080& Top = 4950 Width = 3495 End Begin AwareBoolean fpBoolean1 AlignTextH = 1 'Center BackColor = &H00C0C0C0& BooleanMode = 2 'Button-Like BooleanPicture = 4 'User Defined BorderStyle = 2 'Rounded BorderWidth = 1 FontBold = -1 'True FontItalic = 0 'False FontName = "Times New Roman" FontSize = 13.5 FontStrikethru = 0 'False FontUnderline = 0 'False ForeColor = &H00FF0000& Height = 500 Left = 2550 TabIndex = 4 TextFalse = "No" ThreeDOutsideStyle= 2 'Raised ThreeDOutsideWidth= 2 Top = 3825 Width = 1450 End Begin AwareText fpText3 AlignTextH = 1 'Center AlignTextV = 1 'Center BackColor = &H00C0C0C0& BorderStyle = 0 'No Border ControlType = 2 'Static FontBold = -1 'True FontItalic = 0 'False FontName = "MS Sans Serif" FontSize = 13.5 FontStrikethru = 0 'False FontUnderline = 0 'False ForeColor = &H00FF0000& Height = 915 Left = 600 MultiLine = -1 'True TabIndex = 3 TabStop = 0 'False Text = "Is this your first time using this program?" ThreeDOutsideStyle= 2 'Raised ThreeDText = 2 'Embossed w/ shading ThreeDTextHighlightColor= &H00FFFFFF& ThreeDTextShadowColor= &H00000010& Top = 2775 Width = 3465 End Begin AwareBoolean fpBoolean3 AlignTextH = 1 'Center BackColor = &H00C0C0C0& BooleanMode = 2 'Button-Like BooleanPicture = 4 'User Defined BorderStyle = 2 'Rounded BorderWidth = 1 FontBold = -1 'True FontItalic = 0 'False FontName = "Times New Roman" FontSize = 13.5 FontStrikethru = 0 'False FontUnderline = 0 'False ForeColor = &H00FF0000& Height = 500 Left = 675 TabIndex = 2 TextFalse = "Yes" ThreeDOutsideStyle= 2 'Raised ThreeDOutsideWidth= 2 Top = 3825 Width = 1450 End Begin AwareMemo fpMemo1 BackColor = &H00C0C0C0& BorderStyle = 0 'No Border ControlType = 2 'Static FontBold = -1 'True FontItalic = 0 'False FontName = "MS Sans Serif" FontSize = 9.75 FontStrikethru = 0 'False FontUnderline = 0 'False ForeColor = &H00FF0000& Height = 2115 Left = 150 LineLimit = 2147483647 OnFocusPosition = 3 'Caret TabIndex = 1 TabStop = 0 'False ThreeDOutsideStyle= 2 'Raised Top = 100 Width = 8490 WordWrap = -1 'True End End End Sub Form_Load () helpmenu = False centerform Me 'Load forms in memory and display wait message fpBoolean1.Enabled = False fpboolean3.Enabled = False fpBinary1.Picture = LoadPicture(app.Path + "\aware.bmp") Me.Show fpmemo1.Text = "Aware/VBX 1.0 from FarPoint Technologies is a powerful set of 13 custom controls designed specifically for databse applications with each control being fully data aware. And even if you're not using a database, you can still take full advantage of the many included features." fpmemo1.Text = fpmemo1.Text + Chr$(13) + Chr$(10) fpmemo1.Text = fpmemo1.Text + "This sample scheduling application lets you see how flexible and powerful these controls are." fpmemo1.Text = fpmemo1.Text + Chr$(13) + Chr$(10) fpmemo1.Text = fpmemo1.Text + "(And YES, you are welcome to place this demo on your network for everyone to use!)" fpText3.Text = "Is this your first time using this program?" Refresh screen.MousePointer = 11 'Hourglass Load Schedule Load intro fpBoolean1.Text = "No" fpBoolean1.Enabled = True fpboolean3.Enabled = True screen.MousePointer = 0 'Default End Sub Sub fpBoolean1_Click (Button As Integer) person.OKbt.Visible = True person.cancelbt.Visible = True person.addbt.Visible = False person.deletebt.Visible = False person.descbox.Visible = False person.namebox.Visible = False person.fpText3(0).Visible = False person.fpText3(1).Visible = False person.fpText3(2).Visible = False person.password.Visible = False person.fpComboBox1.Visible = True person.Show Me.Hide End Sub Sub fpBoolean3_Change () firsthlp.Show Me.Hide End Sub