git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@55 05c56307-c608-d34a-929d-697000501d7a
55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
object fmSpellCheckerAutoCorrectExceptionsForm: TfmSpellCheckerAutoCorrectExceptionsForm
|
|
Left = 412
|
|
Top = 178
|
|
BorderStyle = bsDialog
|
|
ClientHeight = 421
|
|
ClientWidth = 318
|
|
Color = clBtnFace
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
AutoScroll = False
|
|
object gbFirstLetter: TcxGroupBox
|
|
Left = 8
|
|
Top = 8
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption = 'gbFirstLetter'
|
|
Style.TransparentBorder = False
|
|
TabOrder = 0
|
|
Height = 183
|
|
Width = 301
|
|
end
|
|
object gbInitialCaps: TcxGroupBox
|
|
Left = 8
|
|
Top = 199
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption = 'gbInitialCaps'
|
|
Style.TransparentBorder = False
|
|
TabOrder = 1
|
|
Height = 183
|
|
Width = 301
|
|
end
|
|
object btnOk: TcxButton
|
|
Left = 158
|
|
Top = 390
|
|
Width = 73
|
|
Height = 23
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'btnOk'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 2
|
|
end
|
|
object btnClose: TcxButton
|
|
Left = 237
|
|
Top = 390
|
|
Width = 73
|
|
Height = 23
|
|
Anchors = [akRight, akBottom]
|
|
Cancel = True
|
|
Caption = 'btnClose'
|
|
ModalResult = 2
|
|
TabOrder = 3
|
|
end
|
|
end
|