home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{9973B72E-F1FF-4E96-AA76-225706910672}#4.8#0"; "FlatStrip5.ocx"
- Begin VB.Form frmDisplayStyles
- BorderStyle = 3 'Fixed Dialog
- Caption = "Display Styles Demonstration"
- ClientHeight = 5775
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 7350
- BeginProperty Font
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Icon = "DisplayStyles.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 385
- ScaleMode = 3 'Pixel
- ScaleWidth = 490
- StartUpPosition = 2 'CenterScreen
- Begin VB.CommandButton cmdClose
- Cancel = -1 'True
- Caption = "C&lose"
- Default = -1 'True
- Height = 330
- Left = 5985
- TabIndex = 0
- Top = 2700
- Width = 1140
- End
- Begin FlatStripCtl.FlatStrip ftsDemo
- Height = 330
- Index = 0
- Left = 405
- Top = 2025
- Width = 3795
- _ExtentX = 6694
- _ExtentY = 582
- AutoSize = 1
- ShowClientArea = 0 'False
- ActiveTab = 1
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- TabCount = 3
- Tab1Caption = "Normal"
- Tab1ToolTipText = "Normal"
- Tab1Selected = -1 'True
- Tab1Picture = "DisplayStyles.frx":014A
- Tab2Caption = "HTML"
- Tab2ToolTipText = "HTML"
- Tab2Picture = "DisplayStyles.frx":049C
- Tab3Caption = "Preview"
- Tab3ToolTipText = "Preview"
- Tab3Picture = "DisplayStyles.frx":07EE
- End
- Begin FlatStripCtl.FlatStrip ftsDemo
- Height = 330
- Index = 1
- Left = 405
- Top = 2520
- Width = 3795
- _ExtentX = 6694
- _ExtentY = 582
- DisplayStyle = 1
- AutoSize = 1
- ShowClientArea = 0 'False
- ActiveTab = 1
- BackColor = -2147483633
- ActiveBackColor = -2147483635
- ForeColor = -2147483630
- ActiveForeColor = -2147483630
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- TabCount = 3
- Tab1Caption = "Normal"
- Tab1ToolTipText = "Normal"
- Tab1Selected = -1 'True
- Tab1Picture = "DisplayStyles.frx":0B40
- Tab2Caption = "HTML"
- Tab2ToolTipText = "HTML"
- Tab2Picture = "DisplayStyles.frx":0E92
- Tab3Caption = "Preview"
- Tab3ToolTipText = "Preview"
- Tab3Picture = "DisplayStyles.frx":11E4
- End
- Begin FlatStripDemonstration.pucTextTip pucTextTip1
- Height = 780
- Left = 180
- TabIndex = 1
- Top = 900
- Width = 6945
- _ExtentX = 12250
- _ExtentY = 1376
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Text = $"DisplayStyles.frx":1536
- End
- Begin FlatStripDemonstration.pucTextTip pucTextTip2
- Height = 2355
- Left = 225
- TabIndex = 2
- Top = 3195
- Width = 6945
- _ExtentX = 12250
- _ExtentY = 4154
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Text = $"DisplayStyles.frx":15FF
- End
- Begin VB.Shape Shape1
- BorderColor = &H80000010&
- DrawMode = 4 'Mask Not Pen
- FillColor = &H80000010&
- FillStyle = 7 'Diagonal Cross
- Height = 1140
- Left = 225
- Top = 1890
- Width = 4155
- End
- Begin FlatStripDemonstration.pucLogoPane pucLogoPane1
- Align = 1 'Align Top
- Height = 750
- Left = 0
- Top = 0
- Width = 7350
- _ExtentX = 12965
- _ExtentY = 1323
- Picture = "DisplayStyles.frx":183C
- End
- Attribute VB_Name = "frmDisplayStyles"
- 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
-