VERSION 5.00 Begin VB.Form frmAlignment Caption = "Alignment" ClientHeight = 2556 ClientLeft = 48 ClientTop = 276 ClientWidth = 3744 LinkTopic = "Form1" ScaleHeight = 2556 ScaleWidth = 3744 StartUpPosition = 3 'Windows Default Begin VB.CommandButton cmdDone Caption = "Done" Height = 372 Left = 1440 TabIndex = 4 Top = 2040 Width = 972 End Begin VB.CommandButton cmdRight Caption = "Right" Height = 372 Left = 2640 TabIndex = 3 Top = 1320 Width = 972 End Begin VB.CommandButton cmdCenter Caption = "Center" Height = 372 Left = 1440 TabIndex = 2 Top = 1320 Width = 972 End Begin VB.CommandButton cmdLeft Caption = "Left" Height = 372 Left = 240 TabIndex = 1 Top = 1320 Width = 972 End Begin VB.Label lblSample BeginProperty Font Name = "MS Sans Serif" Size = 12 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 492 Left = 120 TabIndex = 0 Top = 360 Width = 3492 End End Attribute VB_Name = "frmAlignment" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False