AbetoDesign_FactuGES2/Lib/DevExpressVCL/cxCheckGroupStatesEditor.dfm
2024-12-03 18:48:51 +01:00

66 lines
1.4 KiB
Plaintext

object cxCheckGroupStatesEditorDlg: TcxCheckGroupStatesEditorDlg
Left = 260
Top = 283
BorderStyle = bsDialog
Caption = 'cxCheckGroup - CheckStates editor'
ClientHeight = 238
ClientWidth = 436
Color = clBtnFace
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 13
AutoScroll = False
object clbStates: TcxCheckListBox
Left = 0
Top = 0
Width = 346
Height = 238
Align = alClient
Columns = 0
EditValue = 0
EditValueFormat = cvfCaptions
Items = <>
ParentColor = False
ScrollWidth = 0
Style.LookAndFeel.Kind = lfUltraFlat
Style.LookAndFeel.NativeStyle = True
TabOrder = 0
TabWidth = 0
end
object Panel1: TPanel
Left = 346
Top = 0
Width = 90
Height = 238
Align = alRight
BevelOuter = bvNone
TabOrder = 1
object btnOK: TcxButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 0
LookAndFeel.Kind = lfUltraFlat
LookAndFeel.NativeStyle = True
UseSystemPaint = False
end
object btnCancel: TcxButton
Left = 8
Top = 40
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
LookAndFeel.Kind = lfUltraFlat
LookAndFeel.NativeStyle = True
UseSystemPaint = False
end
end
end