home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / vbasic / Data / Utils / fstrip5.exe / %MAINDIR% / AutoSize.frm (.txt) next >
Encoding:
Visual Basic Form  |  2002-04-18  |  3.6 KB  |  115 lines

  1. VERSION 5.00
  2. Object = "{9973B72E-F1FF-4E96-AA76-225706910672}#4.9#0"; "FlatStrip5.ocx"
  3. Begin VB.Form frmAutoSize 
  4.    BorderStyle     =   3  'Fixed Dialog
  5.    Caption         =   "AutoSize Demonstration"
  6.    ClientHeight    =   5235
  7.    ClientLeft      =   45
  8.    ClientTop       =   330
  9.    ClientWidth     =   7890
  10.    BeginProperty Font 
  11.       Name            =   "Tahoma"
  12.       Size            =   8.25
  13.       Charset         =   0
  14.       Weight          =   400
  15.       Underline       =   0   'False
  16.       Italic          =   0   'False
  17.       Strikethrough   =   0   'False
  18.    EndProperty
  19.    Icon            =   "AutoSize.frx":0000
  20.    LinkTopic       =   "Form1"
  21.    MaxButton       =   0   'False
  22.    MinButton       =   0   'False
  23.    ScaleHeight     =   349
  24.    ScaleMode       =   3  'Pixel
  25.    ScaleWidth      =   526
  26.    StartUpPosition =   2  'CenterScreen
  27.    Begin VB.CommandButton cmdClose 
  28.       Cancel          =   -1  'True
  29.       Caption         =   "C&lose"
  30.       Default         =   -1  'True
  31.       Height          =   330
  32.       Left            =   6525
  33.       TabIndex        =   0
  34.       Top             =   4635
  35.       Width           =   1140
  36.    End
  37.    Begin FlatStripCtl.FlatStrip ftsAutoSize 
  38.       Height          =   285
  39.       Index           =   0
  40.       Left            =   225
  41.       Top             =   3285
  42.       Width           =   7440
  43.       _extentx        =   13123
  44.       _extenty        =   503
  45.       autosize        =   1
  46.       showclientarea  =   0
  47.       font            =   "AutoSize.frx":014A
  48.       tabcount        =   3
  49.       tab1caption     =   "AutoSize"
  50.       tab2caption     =   "Demonstration"
  51.       tab3caption     =   "Tabs"
  52.    End
  53.    Begin FlatStripDemonstration.pucTextTip pucTextTip1 
  54.       Height          =   2130
  55.       Left            =   180
  56.       TabIndex        =   1
  57.       Top             =   945
  58.       Width           =   7440
  59.       _extentx        =   13123
  60.       _extenty        =   3757
  61.       font            =   "AutoSize.frx":0172
  62.       text            =   $"AutoSize.frx":019A
  63.    End
  64.    Begin FlatStripCtl.FlatStrip ftsAutoSize 
  65.       Height          =   285
  66.       Index           =   1
  67.       Left            =   225
  68.       Top             =   3735
  69.       Width           =   2565
  70.       _extentx        =   4524
  71.       _extenty        =   503
  72.       autosize        =   2
  73.       showclientarea  =   0
  74.       font            =   "AutoSize.frx":0392
  75.       tabcount        =   3
  76.       tab1caption     =   "AutoSize"
  77.       tab2caption     =   "Demonstration"
  78.       tab3caption     =   "Tabs"
  79.    End
  80.    Begin FlatStripCtl.FlatStrip ftsAutoSize 
  81.       Height          =   285
  82.       Index           =   2
  83.       Left            =   225
  84.       Top             =   4185
  85.       Width           =   2565
  86.       _extentx        =   4524
  87.       _extenty        =   503
  88.       autosize        =   3
  89.       showclientarea  =   0
  90.       font            =   "AutoSize.frx":03BA
  91.       tabcount        =   3
  92.       tab1caption     =   "AutoSize"
  93.       tab2caption     =   "Demonstration"
  94.       tab3caption     =   "Tabs"
  95.    End
  96.    Begin FlatStripDemonstration.pucLogoPane pucLogoPane1 
  97.       Align           =   1  'Align Top
  98.       Height          =   750
  99.       Left            =   0
  100.       Top             =   0
  101.       Width           =   7890
  102.       _extentx        =   13917
  103.       _extenty        =   1323
  104.       picture         =   "AutoSize.frx":03E2
  105.    End
  106. Attribute VB_Name = "frmAutoSize"
  107. Attribute VB_GlobalNameSpace = False
  108. Attribute VB_Creatable = False
  109. Attribute VB_PredeclaredId = True
  110. Attribute VB_Exposed = False
  111. Option Explicit
  112. Private Sub cmdClose_Click()
  113.     Unload Me
  114. End Sub
  115.