home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form fMinMax
- Caption = "Min & Max property"
- Height = 4185
- Left = 1155
- LinkTopic = "Form3"
- ScaleHeight = 3720
- ScaleWidth = 7230
- Top = 1230
- Width = 7410
- Begin VideoSoftElastic VSElastic3
- Align = 5 'Fill Container
- BackColor = &H00C0C0C0&
- BevelOuter = 1 'Raised
- BevelOuterWidth = 1
- Caption = "The top Elastic has a MinChildSize of 1000. The bottom Elastic has a MinChildSize of 500. Resize the form and see what happens."
- CaptionPos = 4 'Center Center
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FF0000&
- Height = 2520
- Left = 0
- TabIndex = 6
- Top = 600
- Width = 7230
- End
- Begin VideoSoftElastic VSElastic2
- Align = 2 'Align Bottom
- AutoSizeChildren= 1 'Even Horizontal
- BackColor = &H00C0C0C0&
- BevelOuter = 1 'Raised
- BevelOuterWidth = 1
- Height = 600
- Left = 0
- MinChildSize = 500
- TabIndex = 1
- Top = 3120
- Width = 7230
- Begin CommandButton Command1
- Caption = "A"
- Height = 420
- Index = 7
- Left = 5445
- TabIndex = 10
- Top = 90
- Width = 1695
- End
- Begin CommandButton Command1
- Caption = "A"
- Height = 420
- Index = 6
- Left = 3660
- TabIndex = 9
- Top = 90
- Width = 1695
- End
- Begin CommandButton Command1
- Caption = "A"
- Height = 420
- Index = 5
- Left = 1875
- TabIndex = 8
- Top = 90
- Width = 1695
- End
- Begin CommandButton Command1
- Caption = "A"
- Height = 420
- Index = 4
- Left = 90
- TabIndex = 7
- Top = 90
- Width = 1695
- End
- End
- Begin VideoSoftElastic VSElastic1
- Align = 1 'Align Top
- AutoSizeChildren= 1 'Even Horizontal
- BackColor = &H00C0C0C0&
- BevelOuter = 1 'Raised
- BevelOuterWidth = 1
- Height = 600
- Left = 0
- MinChildSize = 1000
- TabIndex = 0
- Top = 0
- Width = 7230
- Begin CommandButton Command1
- Caption = "A"
- Height = 420
- Index = 3
- Left = 5445
- TabIndex = 5
- Top = 90
- Width = 1695
- End
- Begin CommandButton Command1
- Caption = "A"
- Height = 420
- Index = 2
- Left = 3660
- TabIndex = 4
- Top = 90
- Width = 1695
- End
- Begin CommandButton Command1
- Caption = "A"
- Height = 420
- Index = 1
- Left = 1875
- TabIndex = 3
- Top = 90
- Width = 1695
- End
- Begin CommandButton Command1
- Caption = "A"
- Height = 420
- Index = 0
- Left = 90
- TabIndex = 2
- Top = 90
- Width = 1695
- End
- End
- Option Explicit
-