git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@29 05c56307-c608-d34a-929d-697000501d7a
56 lines
1.2 KiB
Plaintext
56 lines
1.2 KiB
Plaintext
object ColorDialogSetupForm: TColorDialogSetupForm
|
|
Left = 408
|
|
Top = 291
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'Color Dialog Setup'
|
|
ClientHeight = 105
|
|
ClientWidth = 209
|
|
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 btnOK: TButton
|
|
Left = 48
|
|
Top = 72
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 128
|
|
Top = 72
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object chkRemoveHorizontalItemPadding: TCheckBox
|
|
Left = 16
|
|
Top = 16
|
|
Width = 185
|
|
Height = 17
|
|
Caption = 'Remove &Horizontal Item Padding'
|
|
TabOrder = 2
|
|
end
|
|
object chkRemoveVerticalItemPadding: TCheckBox
|
|
Left = 16
|
|
Top = 40
|
|
Width = 185
|
|
Height = 17
|
|
Caption = 'Remove &Vertical Item Padding'
|
|
TabOrder = 3
|
|
end
|
|
end
|