home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{26E5C4ED-10D0-11D2-BF5B-00A024982E5B}#7.0#0"; "axpanel.ocx"
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 4335
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 7605
- LinkTopic = "Form1"
- ScaleHeight = 4335
- ScaleWidth = 7605
- StartUpPosition = 3 'Windows Default
- Begin axPanelControl.axPanel axPanel8
- Height = 330
- Left = 1935
- Top = 3195
- Width = 3990
- _ExtentX = 7038
- _ExtentY = 582
- 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
- FloodType = 5
- FloodPercent = 20
- FloodBackColor = 14737632
- End
- Begin axPanelControl.axPanel axPanel7
- Align = 2 'Align Bottom
- Height = 420
- Left = 0
- Top = 3915
- Width = 7605
- _ExtentX = 13414
- _ExtentY = 741
- 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 = "Aligned to Bottom"
- TextAlignment = 7
- TextType = 1
- BackColor = 16711935
- End
- Begin axPanelControl.axPanel axPanel6
- Height = 1095
- Left = 270
- Top = 135
- Width = 4380
- _ExtentX = 7726
- _ExtentY = 1931
- BorderStyle = 6
- Caption = "Frame"
- 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
- TextAlignment = 4
- BackColor = 12632256
- Begin VB.TextBox Text1
- Height = 510
- Left = 540
- TabIndex = 1
- Text = "Contains this text box"
- Top = 405
- Width = 1860
- End
- End
- Begin axPanelControl.axPanel axPanel5
- Height = 330
- Left = 2745
- Top = 1440
- Width = 1635
- _ExtentX = 2884
- _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 = "Scroll Percentage"
- TextAlignment = 4
- End
- Begin VB.HScrollBar HScroll1
- Height = 285
- LargeChange = 10
- Left = 2025
- Max = 100
- TabIndex = 0
- Top = 1890
- Width = 3030
- End
- Begin axPanelControl.axPanel axPanel1
- Height = 1815
- Left = 225
- Top = 1755
- Width = 690
- _ExtentX = 1217
- _ExtentY = 3201
- 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 = 4
- FloodPercent = 10
- End
- Begin axPanelControl.axPanel axPanel2
- Height = 1815
- Left = 1080
- Top = 1755
- Width = 690
- _ExtentX = 1217
- _ExtentY = 3201
- 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 = 3
- FloodPercent = 10
- ForeColor = 65535
- End
- Begin axPanelControl.axPanel axPanel3
- Height = 375
- Left = 1935
- Top = 2295
- Width = 3120
- _ExtentX = 5503
- _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 = 1
- FloodPercent = 10
- BackColor = 12632256
- End
- Begin axPanelControl.axPanel axPanel4
- Height = 375
- Left = 1935
- Top = 2745
- Width = 3120
- _ExtentX = 5503
- _ExtentY = 661
- BorderStyle = 7
- 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
- FloodType = 2
- FloodPercent = 10
- FloodColor = 255
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Form_Load()
- HScroll1.Value = 10
- End Sub
- Private Sub HScroll1_Change()
- axPanel1.FloodPercent = HScroll1.Value
- axPanel2.FloodPercent = HScroll1.Value
- axPanel3.FloodPercent = HScroll1.Value
- axPanel4.FloodPercent = HScroll1.Value
- axPanel5.FloodPercent = HScroll1.Value
- axPanel8.FloodPercent = HScroll1.Value
- End Sub
-