home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{26E5C4ED-10D0-11D2-BF5B-00A024982E5B}#3.0#0"; "axpanel.ocx"
- Begin VB.Form Form2
- Caption = "Form2"
- ClientHeight = 3195
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 4680
- LinkTopic = "Form2"
- ScaleHeight = 3195
- ScaleWidth = 4680
- StartUpPosition = 3 'Windows Default
- Begin axPanelControl.axPanel axPanel2
- Height = 330
- Left = 720
- Top = 2160
- Width = 2985
- _ExtentX = 5265
- _ExtentY = 582
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Text = "axPanel"
- TextAlignment = 4
- FloodShowPct = -1 'True
- FloodType = 1
- FloodPercent = 10
- End
- Begin axPanelControl.axPanel axPanel1
- Height = 375
- Left = 495
- Top = 1485
- Width = 3390
- _ExtentX = 5980
- _ExtentY = 661
- BorderStyle = 4
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Text = "axPanel"
- TextAlignment = 4
- FloodShowPct = -1 'True
- FloodType = 5
- FloodPercent = 10
- FloodColor = -2147483635
- FloodColorInactive= 14737632
- End
- Begin VB.HScrollBar HScroll1
- Height = 285
- LargeChange = 10
- Left = 810
- Max = 100
- TabIndex = 0
- Top = 585
- Width = 3030
- End
- Attribute VB_Name = "Form2"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub HScroll1_Change()
- axPanel1.FloodPercent = HScroll1.Value
- axPanel2.FloodPercent = HScroll1.Value
- End Sub
-