VERSION 5.00 Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Begin VB.Form TestInterface AutoRedraw = -1 'True BackColor = &H00FFFFFF& Caption = "test interface" ClientHeight = 4860 ClientLeft = 60 ClientTop = 450 ClientWidth = 6900 LinkTopic = "Form1" ScaleHeight = 4860 ScaleWidth = 6900 StartUpPosition = 3 'Windows Default Begin MSComctlLib.Toolbar Toolbar1 Align = 1 'Align Top Height = 330 Left = 0 TabIndex = 0 Top = 0 Width = 6900 _ExtentX = 12171 _ExtentY = 582 ButtonWidth = 3307 Style = 1 TextAlignment = 1 _Version = 393216 BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} NumButtons = 1 BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} Caption = "Save These Settings" Style = 5 BeginProperty ButtonMenus {66833FEC-8583-11D1-B16A-00C0F0283628} NumButtonMenus = 2 BeginProperty ButtonMenu1 {66833FEE-8583-11D1-B16A-00C0F0283628} Text = "test1" EndProperty BeginProperty ButtonMenu2 {66833FEE-8583-11D1-B16A-00C0F0283628} Text = "test2" EndProperty EndProperty EndProperty EndProperty End End Attribute VB_Name = "TestInterface" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False