home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / ActiveX Controlls / XP Suite / DATA1.CAB / XP_Text_Sample_Files / Form1.frm (.txt) next >
Encoding:
Visual Basic Form  |  2003-04-24  |  3.4 KB  |  103 lines

  1. VERSION 5.00
  2. Object = "{C4324ECA-1034-493B-A009-DEADAA741E1E}#1.1#0"; "ciaXPText.ocx"
  3. Begin VB.Form Form1 
  4.    BackColor       =   &H00FFFFFF&
  5.    Caption         =   "Form1"
  6.    ClientHeight    =   3315
  7.    ClientLeft      =   60
  8.    ClientTop       =   450
  9.    ClientWidth     =   5850
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   3315
  12.    ScaleWidth      =   5850
  13.    StartUpPosition =   3  'Windows Default
  14.    Begin ciaXPText.XPText XPText2 
  15.       Height          =   255
  16.       Left            =   2235
  17.       TabIndex        =   5
  18.       Top             =   615
  19.       Width           =   1500
  20.       _ExtentX        =   2646
  21.       _ExtentY        =   450
  22.       BackColor       =   16777215
  23.       ForeColor       =   0
  24.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  25.          Name            =   "MS Sans Serif"
  26.          Size            =   8.25
  27.          Charset         =   0
  28.          Weight          =   400
  29.          Underline       =   0   'False
  30.          Italic          =   0   'False
  31.          Strikethrough   =   0   'False
  32.       EndProperty
  33.       Text            =   "Sample Text"
  34.    End
  35.    Begin ciaXPText.XPText XPText1 
  36.       Height          =   255
  37.       Left            =   1935
  38.       TabIndex        =   4
  39.       Top             =   1065
  40.       Width           =   2190
  41.       _ExtentX        =   3863
  42.       _ExtentY        =   450
  43.       RequiredField   =   -1  'True
  44.       BackColor       =   16777215
  45.       ForeColor       =   0
  46.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  47.          Name            =   "MS Sans Serif"
  48.          Size            =   8.25
  49.          Charset         =   0
  50.          Weight          =   400
  51.          Underline       =   0   'False
  52.          Italic          =   0   'False
  53.          Strikethrough   =   0   'False
  54.       EndProperty
  55.       PasswordChar    =   "*"
  56.       Text            =   "Sample Text"
  57.       BorderColor     =   -2147483635
  58.    End
  59.    Begin VB.TextBox Text1 
  60.       Height          =   315
  61.       Left            =   2265
  62.       TabIndex        =   0
  63.       Text            =   "Standard Text Box"
  64.       Top             =   210
  65.       Width           =   1485
  66.    End
  67.    Begin VB.Label Label2 
  68.       AutoSize        =   -1  'True
  69.       BackStyle       =   0  'Transparent
  70.       Caption         =   "Note:"
  71.       Height          =   195
  72.       Left            =   960
  73.       TabIndex        =   3
  74.       Top             =   2115
  75.       Width           =   390
  76.    End
  77.    Begin VB.Label Label3 
  78.       BackStyle       =   0  'Transparent
  79.       Caption         =   $"Form1.frx":0000
  80.       Height          =   630
  81.       Left            =   1065
  82.       TabIndex        =   2
  83.       Top             =   2355
  84.       Width           =   4335
  85.       WordWrap        =   -1  'True
  86.    End
  87.    Begin VB.Label Label4 
  88.       AutoSize        =   -1  'True
  89.       BackStyle       =   0  'Transparent
  90.       Caption         =   "XP Style Text Box Border Width = 1 with PasswordChar set to ""*"", and the RequiredField enabled"
  91.       Height          =   390
  92.       Left            =   1500
  93.       TabIndex        =   1
  94.       Top             =   1395
  95.       Width           =   3510
  96.       WordWrap        =   -1  'True
  97.    End
  98. Attribute VB_Name = "Form1"
  99. Attribute VB_GlobalNameSpace = False
  100. Attribute VB_Creatable = False
  101. Attribute VB_PredeclaredId = True
  102. Attribute VB_Exposed = False
  103.