home *** CD-ROM | disk | FTP | other *** search
- object AlignForm: TAlignForm
- Left = 305
- Top = 147
- HelpContext = 114
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Alignment'
- ClientHeight = 312
- ClientWidth = 327
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object OkBtn: TBitBtn
- Left = 34
- Top = 276
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 2
- Kind = bkOK
- end
- object CancelBtn: TBitBtn
- Left = 126
- Top = 276
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 3
- Kind = bkCancel
- end
- object HelpBtn: TBitBtn
- Left = 218
- Top = 276
- Width = 75
- Height = 25
- TabOrder = 4
- Kind = bkHelp
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 12
- Width = 150
- Height = 249
- Caption = 'Horizontal'
- TabOrder = 0
- object HGroup: TRadioGroup
- Left = 8
- Top = 16
- Width = 133
- Height = 89
- ItemIndex = 0
- Items.Strings = (
- '&No Change'
- '&Left'
- '&Center'
- '&Right')
- TabOrder = 0
- end
- object HGroupGroup: TRadioGroup
- Left = 8
- Top = 120
- Width = 133
- Height = 113
- Caption = 'Group'
- ItemIndex = 0
- Items.Strings = (
- '&No Change'
- '&Left Sides'
- '&Centers'
- '&Right Sides'
- '&Space Equally')
- TabOrder = 1
- end
- end
- object GroupBox2: TGroupBox
- Left = 168
- Top = 12
- Width = 150
- Height = 249
- Caption = 'Vertical'
- TabOrder = 1
- object VGroup: TRadioGroup
- Left = 8
- Top = 16
- Width = 133
- Height = 89
- ItemIndex = 0
- Items.Strings = (
- '&No Change'
- '&Top'
- '&Center'
- '&Bottom')
- TabOrder = 0
- end
- object VGroupGroup: TRadioGroup
- Left = 8
- Top = 120
- Width = 133
- Height = 113
- Caption = 'Group'
- ItemIndex = 0
- Items.Strings = (
- '&No Change'
- '&Tops'
- '&Centers'
- '&Bottoms'
- '&Space Equally')
- TabOrder = 1
- end
- end
- end
-