home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{FBC672E3-F04D-11D2-AFA5-E82C878FD532}#5.8#0"; "AS-IFCE1.OCX"
- Begin VB.Form frmBarsDemonstration
- BorderStyle = 3 'Fixed Dialog
- Caption = "Bars Demonstration"
- ClientHeight = 4965
- ClientLeft = 2055
- ClientTop = 1545
- ClientWidth = 5595
- Icon = "Bars.frx":0000
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 331
- ScaleMode = 3 'Pixel
- ScaleWidth = 373
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Begin AriadIFceCompTest.EventList lstEvents
- Height = 1230
- Left = 135
- TabIndex = 8
- Top = 3600
- Width = 5325
- _ExtentX = 9393
- _ExtentY = 2170
- End
- Begin AIFCmp1.asxLineHeaderEx asxLineHeaderEx1
- Height = 30
- Left = 135
- TabIndex = 7
- Top = 3015
- Width = 5325
- _ExtentX = 9393
- _ExtentY = 53
- 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
- Caption = ""
- TextColor = 0
- End
- Begin VB.CommandButton cmdColor
- Caption = "&Colours..."
- BeginProperty Font
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 375
- Left = 1575
- TabIndex = 4
- Top = 1485
- Width = 1185
- End
- Begin VB.ComboBox cboBackStyle
- BeginProperty Font
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 315
- ItemData = "Bars.frx":0E42
- Left = 1575
- List = "Bars.frx":0E4C
- Style = 2 'Dropdown List
- TabIndex = 3
- Top = 990
- Width = 1950
- End
- Begin VB.ComboBox cboOrientation
- BeginProperty Font
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 315
- ItemData = "Bars.frx":0E65
- Left = 1575
- List = "Bars.frx":0E6F
- Style = 2 'Dropdown List
- TabIndex = 1
- Top = 315
- Width = 1950
- End
- Begin AIFCmp1.asxBars barWierd
- Height = 2670
- Left = 4410
- Top = 135
- Width = 1005
- _ExtentX = 1773
- _ExtentY = 4710
- BackColor = 12583104
- HighlightColor = 16744703
- ShadowColor = 8388736
- End
- Begin AIFCmp1.asxBars barDemo
- Height = 2760
- Left = 135
- Top = 90
- Width = 1275
- _ExtentX = 2249
- _ExtentY = 4868
- End
- Begin AIFCmp1.asxPowerButton btnAction
- Cancel = -1 'True
- Default = -1 'True
- Height = 420
- Index = 2
- Left = 4230
- TabIndex = 5
- Top = 3105
- Width = 1230
- _ExtentX = 2170
- _ExtentY = 741
- Picture = "Bars.frx":0E89
- Caption = "C&lose"
- CaptionOffsetX = 8
- 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
- PictureAlignment= 3
- End
- Begin AIFCmp1.asxPowerButton btnAction
- Height = 420
- Index = 1
- Left = 2970
- TabIndex = 6
- Top = 3105
- Width = 1230
- _ExtentX = 2170
- _ExtentY = 741
- Picture = "Bars.frx":0FE3
- Caption = "&About..."
- CaptionOffsetX = 8
- 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
- PictureAlignment= 3
- End
- Begin VB.Label lblHdr
- AutoSize = -1 'True
- Caption = "&BackStyle:"
- BeginProperty Font
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 195
- Index = 1
- Left = 1575
- TabIndex = 2
- Top = 765
- Width = 750
- End
- Begin VB.Label lblHdr
- AutoSize = -1 'True
- Caption = "&Orientation:"
- BeginProperty Font
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 195
- Index = 0
- Left = 1575
- TabIndex = 0
- Top = 90
- Width = 870
- End
- Begin VB.Shape Shape1
- BackColor = &H00C000C0&
- BackStyle = 1 'Opaque
- BorderStyle = 0 'Transparent
- FillColor = &H00800080&
- FillStyle = 7 'Diagonal Cross
- Height = 2805
- Left = 4320
- Top = 90
- Width = 1185
- End
- Attribute VB_Name = "frmBarsDemonstration"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- DefInt A-Z
- Private Sub barDemo_Click()
- lstEvents.Add "barDemo_Click()"
- End Sub
- Private Sub barDemo_DblClick()
- lstEvents.Add "barDemo_DblClick()"
- End Sub
- Private Sub barDemo_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
- lstEvents.Add "barDemo_MouseDown(" & Button & "," & Shift & "," & X & "," & Y & ")"
- End Sub
- Private Sub barDemo_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
- 'lstEvents.Add "barDemo_MouseMove(" & Button & "," & Shift & "," & X & "," & Y & ")"
- End Sub
- Private Sub barDemo_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
- lstEvents.Add "barDemo_MouseUp(" & Button & "," & Shift & "," & X & "," & Y & ")"
- End Sub
- Private Sub btnAction_Click(Index As Integer)
- Select Case Index
- Case 1: barDemo.About
- Case 2: Unload Me
- End Select
- End Sub
- Private Sub cboBackStyle_Click()
- barDemo.BackStyle = cboBackStyle.ListIndex
- barWierd.BackStyle = cboBackStyle.ListIndex
- End Sub
- Private Sub cboOrientation_Click()
- barDemo.Orientation = cboOrientation.ListIndex
- barWierd.Orientation = cboOrientation.ListIndex
- End Sub
- Private Sub cmdColor_Click()
- PropPage.ShowPicker hWnd, "Object Colour", barDemo, ppickColor
- End Sub
- Private Sub Form_Load()
- cboOrientation.ListIndex = ifcoHorizontal
- cboBackStyle.ListIndex = ifbsOpaque
- End Sub
-