home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{C4324ECA-1034-493B-A009-DEADAA741E1E}#1.1#0"; "ciaXPText.ocx"
- Begin VB.Form Form1
- BackColor = &H00FFFFFF&
- Caption = "Form1"
- ClientHeight = 3315
- ClientLeft = 60
- ClientTop = 450
- ClientWidth = 5850
- LinkTopic = "Form1"
- ScaleHeight = 3315
- ScaleWidth = 5850
- StartUpPosition = 3 'Windows Default
- Begin ciaXPText.XPText XPText2
- Height = 255
- Left = 2235
- TabIndex = 5
- Top = 615
- Width = 1500
- _ExtentX = 2646
- _ExtentY = 450
- BackColor = 16777215
- ForeColor = 0
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Text = "Sample Text"
- End
- Begin ciaXPText.XPText XPText1
- Height = 255
- Left = 1935
- TabIndex = 4
- Top = 1065
- Width = 2190
- _ExtentX = 3863
- _ExtentY = 450
- RequiredField = -1 'True
- BackColor = 16777215
- ForeColor = 0
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- PasswordChar = "*"
- Text = "Sample Text"
- BorderColor = -2147483635
- End
- Begin VB.TextBox Text1
- Height = 315
- Left = 2265
- TabIndex = 0
- Text = "Standard Text Box"
- Top = 210
- Width = 1485
- End
- Begin VB.Label Label2
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "Note:"
- Height = 195
- Left = 960
- TabIndex = 3
- Top = 2115
- Width = 390
- End
- Begin VB.Label Label3
- BackStyle = 0 'Transparent
- Caption = $"Form1.frx":0000
- Height = 630
- Left = 1065
- TabIndex = 2
- Top = 2355
- Width = 4335
- WordWrap = -1 'True
- End
- Begin VB.Label Label4
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "XP Style Text Box Border Width = 1 with PasswordChar set to ""*"", and the RequiredField enabled"
- Height = 390
- Left = 1500
- TabIndex = 1
- Top = 1395
- Width = 3510
- WordWrap = -1 'True
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
-