home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TALIGNDIALOG
/
TALIGNDIALOG.txt
Wrap
Text File
|
1997-01-16
|
3KB
|
162 lines
object AlignDialog: TAlignDialog
Left = 235
Top = 146
HelpContext = 1475
ActiveControl = hNoChange
BorderStyle = bsDialog
Caption = 'Alignment'
ClientHeight = 191
ClientWidth = 320
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 148
Height = 140
Caption = 'Horizontal'
TabOrder = 0
object hNoChange: TRadioButton
Left = 12
Top = 16
Width = 133
Height = 18
Caption = '&No change'
Checked = True
TabOrder = 0
TabStop = True
end
object hLeftSides: TRadioButton
Left = 12
Top = 36
Width = 133
Height = 18
Caption = '&Left sides'
TabOrder = 1
end
object hCenters: TRadioButton
Left = 12
Top = 56
Width = 133
Height = 18
Caption = '&Centers'
TabOrder = 2
end
object hRightSides: TRadioButton
Left = 12
Top = 76
Width = 133
Height = 18
Caption = '&Right sides'
TabOrder = 3
end
object hSpaceEqual: TRadioButton
Left = 12
Top = 96
Width = 133
Height = 18
Caption = '&Space equally'
TabOrder = 4
end
object hCenterInWindow: TRadioButton
Left = 12
Top = 116
Width = 133
Height = 18
Caption = 'Center in &window'
TabOrder = 5
end
end
object GroupBox2: TGroupBox
Left = 164
Top = 8
Width = 148
Height = 140
Caption = 'Vertical'
TabOrder = 1
object vNoChange: TRadioButton
Left = 11
Top = 16
Width = 90
Height = 18
Caption = 'No chan&ge'
Checked = True
TabOrder = 0
TabStop = True
end
object vTops: TRadioButton
Left = 11
Top = 36
Width = 90
Height = 18
Caption = '&Tops'
TabOrder = 1
end
object vCenters: TRadioButton
Left = 11
Top = 56
Width = 90
Height = 18
Caption = 'C&enters'
TabOrder = 2
end
object vBottoms: TRadioButton
Left = 11
Top = 76
Width = 90
Height = 18
Caption = '&Bottoms'
TabOrder = 3
end
object vSpaceEqual: TRadioButton
Left = 11
Top = 96
Width = 126
Height = 18
Caption = 'Space e&qually'
TabOrder = 4
end
object vCenterInWindow: TRadioButton
Left = 11
Top = 116
Width = 123
Height = 18
Caption = 'Center &in window'
TabOrder = 5
end
end
object OKButton: TButton
Left = 77
Top = 158
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object CancelButton: TButton
Left = 157
Top = 158
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object HelpButton: TButton
Left = 237
Top = 158
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 4
OnClick = HelpButtonClick
end
end