home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / ActiveX Controlls / XP Suite / DATA1.CAB / XP_Command_Button_Sample_Files / Form6.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2003-04-24  |  3.9 KB  |  121 lines

  1. VERSION 5.00
  2. Object = "{083C8784-F106-4CC2-9930-876218A6B74C}#1.1#0"; "ciaXPButton.ocx"
  3. Begin VB.Form Form6 
  4.    Caption         =   "Form6"
  5.    ClientHeight    =   3090
  6.    ClientLeft      =   60
  7.    ClientTop       =   450
  8.    ClientWidth     =   4680
  9.    LinkTopic       =   "Form6"
  10.    ScaleHeight     =   3090
  11.    ScaleWidth      =   4680
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin ciaXPButton.XPButton XPButton3 
  14.       Height          =   525
  15.       Left            =   2580
  16.       TabIndex        =   2
  17.       Top             =   1830
  18.       Width           =   1470
  19.       _ExtentX        =   2593
  20.       _ExtentY        =   926
  21.       OriginalPicSizeW=   0
  22.       OriginalPicSizeH=   0
  23.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  24.          Name            =   "MS Sans Serif"
  25.          Size            =   8.25
  26.          Charset         =   0
  27.          Weight          =   400
  28.          Underline       =   0   'False
  29.          Italic          =   0   'False
  30.          Strikethrough   =   0   'False
  31.       EndProperty
  32.       XPTheme         =   2
  33.       LicValid        =   -1  'True
  34.    End
  35.    Begin ciaXPButton.XPButton XPButton2 
  36.       Height          =   525
  37.       Left            =   1695
  38.       TabIndex        =   1
  39.       Top             =   1080
  40.       Width           =   1470
  41.       _ExtentX        =   2593
  42.       _ExtentY        =   926
  43.       OriginalPicSizeW=   0
  44.       OriginalPicSizeH=   0
  45.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  46.          Name            =   "MS Sans Serif"
  47.          Size            =   8.25
  48.          Charset         =   0
  49.          Weight          =   400
  50.          Underline       =   0   'False
  51.          Italic          =   0   'False
  52.          Strikethrough   =   0   'False
  53.       EndProperty
  54.       XPTheme         =   1
  55.       LicValid        =   -1  'True
  56.    End
  57.    Begin ciaXPButton.XPButton XPButton1 
  58.       Height          =   525
  59.       Left            =   675
  60.       TabIndex        =   0
  61.       Top             =   360
  62.       Width           =   1470
  63.       _ExtentX        =   2593
  64.       _ExtentY        =   926
  65.       OriginalPicSizeW=   0
  66.       OriginalPicSizeH=   0
  67.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  68.          Name            =   "MS Sans Serif"
  69.          Size            =   8.25
  70.          Charset         =   0
  71.          Weight          =   400
  72.          Underline       =   0   'False
  73.          Italic          =   0   'False
  74.          Strikethrough   =   0   'False
  75.       EndProperty
  76.       LicValid        =   -1  'True
  77.    End
  78.    Begin ciaXPButton.XPButton ciaButton10 
  79.       Height          =   360
  80.       Left            =   3555
  81.       TabIndex        =   4
  82.       Top             =   2640
  83.       Width           =   1065
  84.       _ExtentX        =   1879
  85.       _ExtentY        =   635
  86.       Caption         =   "Exit"
  87.       OriginalPicSizeW=   0
  88.       OriginalPicSizeH=   0
  89.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  90.          Name            =   "MS Sans Serif"
  91.          Size            =   8.25
  92.          Charset         =   0
  93.          Weight          =   400
  94.          Underline       =   0   'False
  95.          Italic          =   0   'False
  96.          Strikethrough   =   0   'False
  97.       EndProperty
  98.       MouseIcon       =   "Form6.frx":0000
  99.       MousePointer    =   99
  100.       LicValid        =   -1  'True
  101.    End
  102.    Begin VB.Label Label1 
  103.       AutoSize        =   -1  'True
  104.       Caption         =   "THEMES!!!"
  105.       Height          =   195
  106.       Left            =   600
  107.       TabIndex        =   3
  108.       Top             =   2010
  109.       Width           =   810
  110.    End
  111. Attribute VB_Name = "Form6"
  112. Attribute VB_GlobalNameSpace = False
  113. Attribute VB_Creatable = False
  114. Attribute VB_PredeclaredId = True
  115. Attribute VB_Exposed = False
  116. Private Sub ciaButton10_Click()
  117. End Sub
  118. Private Sub Form_Load()
  119. Me.Move (Screen.Width - Me.ScaleWidth) \ 2, (Screen.Height - Me.ScaleHeight) \ 2
  120. End Sub
  121.