home *** CD-ROM | disk | FTP | other *** search
- object Alignment: TAlignment
- Left = 393
- Top = 168
- BorderStyle = bsToolWindow
- Caption = 'Alignment and Size'
- ClientHeight = 373
- ClientWidth = 486
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 10
- Top = 10
- Width = 59
- Height = 16
- Caption = 'Alignment'
- end
- object Label2: TLabel
- Left = 10
- Top = 206
- Width = 26
- Height = 16
- Caption = 'Size'
- end
- object GroupBox1: TGroupBox
- Left = 10
- Top = 34
- Width = 231
- Height = 167
- Caption = 'Horizontal'
- TabOrder = 0
- object HNoChange: TRadioButton
- Left = 10
- Top = 22
- Width = 191
- Height = 21
- Caption = 'No change'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object LeftSides: TRadioButton
- Left = 10
- Top = 44
- Width = 191
- Height = 21
- Caption = 'Left sides'
- TabOrder = 1
- end
- object HCenters: TRadioButton
- Left = 10
- Top = 66
- Width = 191
- Height = 21
- Caption = 'Centers'
- TabOrder = 2
- end
- object RightSides: TRadioButton
- Left = 10
- Top = 88
- Width = 191
- Height = 21
- Caption = 'Right sides'
- TabOrder = 3
- end
- object HSpace: TRadioButton
- Left = 10
- Top = 110
- Width = 191
- Height = 21
- Caption = 'Space equally'
- TabOrder = 4
- end
- object HCenter: TRadioButton
- Left = 10
- Top = 132
- Width = 191
- Height = 21
- Caption = 'Center in window'
- TabOrder = 5
- end
- end
- object GroupBox2: TGroupBox
- Left = 250
- Top = 34
- Width = 231
- Height = 167
- Caption = 'Vertical'
- TabOrder = 1
- object VNoChange: TRadioButton
- Left = 10
- Top = 22
- Width = 201
- Height = 21
- Caption = 'No change'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object Tops: TRadioButton
- Left = 10
- Top = 44
- Width = 201
- Height = 21
- Caption = 'Tops'
- TabOrder = 1
- end
- object VCenters: TRadioButton
- Left = 10
- Top = 66
- Width = 201
- Height = 21
- Caption = 'Centers'
- TabOrder = 2
- end
- object Bottoms: TRadioButton
- Left = 10
- Top = 88
- Width = 201
- Height = 21
- Caption = 'Bottoms'
- TabOrder = 3
- end
- object VSpace: TRadioButton
- Left = 10
- Top = 110
- Width = 201
- Height = 21
- Caption = 'Space equally'
- TabOrder = 4
- end
- object VCenter: TRadioButton
- Left = 10
- Top = 132
- Width = 201
- Height = 21
- Caption = 'Center in window'
- TabOrder = 5
- end
- end
- object OK: TBitBtn
- Left = 252
- Top = 335
- Width = 111
- Height = 33
- TabOrder = 2
- OnClick = OKClick
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 370
- Top = 335
- Width = 111
- Height = 33
- TabOrder = 3
- Kind = bkCancel
- end
- object GroupBox3: TGroupBox
- Left = 10
- Top = 230
- Width = 231
- Height = 99
- Caption = 'Width'
- TabOrder = 4
- object HShrink: TRadioButton
- Left = 10
- Top = 44
- Width = 211
- Height = 21
- Caption = 'Shrink to the smallest'
- TabOrder = 0
- end
- object HGrow: TRadioButton
- Left = 10
- Top = 66
- Width = 211
- Height = 21
- Caption = 'Grow to the largest'
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 10
- Top = 22
- Width = 141
- Height = 21
- Caption = 'No change'
- Checked = True
- TabOrder = 2
- TabStop = True
- end
- end
- object GroupBox4: TGroupBox
- Left = 250
- Top = 230
- Width = 231
- Height = 99
- Caption = 'Height'
- TabOrder = 5
- object VShrink: TRadioButton
- Left = 10
- Top = 44
- Width = 211
- Height = 21
- Caption = 'Shrink to the smallest'
- TabOrder = 0
- end
- object VGrow: TRadioButton
- Left = 10
- Top = 66
- Width = 211
- Height = 21
- Caption = 'Grow to the largest'
- TabOrder = 1
- end
- object RadioButton6: TRadioButton
- Left = 10
- Top = 22
- Width = 141
- Height = 21
- Caption = 'No change'
- Checked = True
- TabOrder = 2
- TabStop = True
- end
- end
- end
-