Componentes.Terceros.DevExp.../official/x.26/ExpressLayout Control/Sources/dxLayoutEditForm.dfm

84 lines
2.0 KiB
Plaintext
Raw Normal View History

object LayoutEditForm: TLayoutEditForm
Left = 233
Top = 209
BorderStyle = bsDialog
Caption = 'LayoutEditForm'
ClientHeight = 88
ClientWidth = 282
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object LayoutControl: TdxLayoutControl
Left = 0
Top = 0
Width = 282
Height = 88
Align = alClient
TabOrder = 0
AutoContentSizes = [acsWidth]
object edMain: TEdit
Left = 12
Top = 30
Width = 121
Height = 17
BorderStyle = bsNone
TabOrder = 0
Text = 'edMain'
end
object btnOK: TButton
Left = 116
Top = 55
Width = 75
Height = 23
Caption = 'btnOK'
Default = True
ModalResult = 1
TabOrder = 1
end
object btnCancel: TButton
Left = 197
Top = 55
Width = 75
Height = 23
Cancel = True
Caption = 'btnCancel'
ModalResult = 2
TabOrder = 2
end
object TdxLayoutGroup
ShowCaption = False
Hidden = True
ShowBorder = False
object LayoutControlItemEdit: TdxLayoutItem
Caption = 'Edit1'
CaptionOptions.Layout = clTop
Control = edMain
end
object dxLayoutControl1Group1: TdxLayoutGroup
AutoAligns = [aaVertical]
AlignHorz = ahRight
LayoutDirection = ldHorizontal
ShowBorder = False
object dxLayoutControl1Item2: TdxLayoutItem
Caption = 'Button1'
ShowCaption = False
Control = btnOK
ControlOptions.ShowBorder = False
end
object dxLayoutControl1Item3: TdxLayoutItem
Caption = 'Button2'
ShowCaption = False
Control = btnCancel
ControlOptions.ShowBorder = False
end
end
end
end
end