home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{9973B72E-F1FF-4E96-AA76-225706910672}#4.9#0"; "FlatStrip5.ocx"
- Begin VB.Form frmAutoSize
- BorderStyle = 3 'Fixed Dialog
- Caption = "AutoSize Demonstration"
- ClientHeight = 5235
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 7890
- BeginProperty Font
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Icon = "AutoSize.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 349
- ScaleMode = 3 'Pixel
- ScaleWidth = 526
- StartUpPosition = 2 'CenterScreen
- Begin VB.CommandButton cmdClose
- Cancel = -1 'True
- Caption = "C&lose"
- Default = -1 'True
- Height = 330
- Left = 6525
- TabIndex = 0
- Top = 4635
- Width = 1140
- End
- Begin FlatStripCtl.FlatStrip ftsAutoSize
- Height = 285
- Index = 0
- Left = 225
- Top = 3285
- Width = 7440
- _extentx = 13123
- _extenty = 503
- autosize = 1
- showclientarea = 0
- font = "AutoSize.frx":014A
- tabcount = 3
- tab1caption = "AutoSize"
- tab2caption = "Demonstration"
- tab3caption = "Tabs"
- End
- Begin FlatStripDemonstration.pucTextTip pucTextTip1
- Height = 2130
- Left = 180
- TabIndex = 1
- Top = 945
- Width = 7440
- _extentx = 13123
- _extenty = 3757
- font = "AutoSize.frx":0172
- text = $"AutoSize.frx":019A
- End
- Begin FlatStripCtl.FlatStrip ftsAutoSize
- Height = 285
- Index = 1
- Left = 225
- Top = 3735
- Width = 2565
- _extentx = 4524
- _extenty = 503
- autosize = 2
- showclientarea = 0
- font = "AutoSize.frx":0392
- tabcount = 3
- tab1caption = "AutoSize"
- tab2caption = "Demonstration"
- tab3caption = "Tabs"
- End
- Begin FlatStripCtl.FlatStrip ftsAutoSize
- Height = 285
- Index = 2
- Left = 225
- Top = 4185
- Width = 2565
- _extentx = 4524
- _extenty = 503
- autosize = 3
- showclientarea = 0
- font = "AutoSize.frx":03BA
- tabcount = 3
- tab1caption = "AutoSize"
- tab2caption = "Demonstration"
- tab3caption = "Tabs"
- End
- Begin FlatStripDemonstration.pucLogoPane pucLogoPane1
- Align = 1 'Align Top
- Height = 750
- Left = 0
- Top = 0
- Width = 7890
- _extentx = 13917
- _extenty = 1323
- picture = "AutoSize.frx":03E2
- End
- Attribute VB_Name = "frmAutoSize"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub cmdClose_Click()
- Unload Me
- End Sub
-