Componentes.Terceros.DevExp.../official/x.44/ExpressSpellChecker/Sources/dxSpellCheckerAutoCorrectExceptionDialog.dfm

59 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

object fmSpellCheckerAutoCorrectExceptionsForm: TfmSpellCheckerAutoCorrectExceptionsForm
Left = 412
Top = 178
BorderStyle = bsDialog
ClientHeight = 421
ClientWidth = 318
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
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