Añadido fichero DFM a las librerias de Delphi 10
git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@14 b6239004-a887-0f4b-9937-50029ccdca16
This commit is contained in:
parent
9858663445
commit
c58b3c92b9
@ -0,0 +1,96 @@
|
||||
object ReconcileDialogDetailsForm: TReconcileDialogDetailsForm
|
||||
Left = 358
|
||||
Top = 218
|
||||
Width = 500
|
||||
Height = 299
|
||||
BorderIcons = [biSystemMenu]
|
||||
Caption = 'Details for Change to '#39'%s'#39
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
Position = poOwnerFormCenter
|
||||
OnCreate = FormCreate
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object ScrollBox: TScrollBox
|
||||
Left = 0
|
||||
Top = 49
|
||||
Width = 484
|
||||
Height = 179
|
||||
Align = alClient
|
||||
BevelInner = bvNone
|
||||
BevelOuter = bvNone
|
||||
BorderStyle = bsNone
|
||||
TabOrder = 0
|
||||
end
|
||||
object BottomPanel: TPanel
|
||||
Left = 0
|
||||
Top = 228
|
||||
Width = 484
|
||||
Height = 35
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 1
|
||||
DesignSize = (
|
||||
484
|
||||
35)
|
||||
object OkButton: TButton
|
||||
Left = 225
|
||||
Top = 5
|
||||
Width = 75
|
||||
Height = 25
|
||||
Anchors = [akRight, akBottom]
|
||||
Caption = '&Ok'
|
||||
Default = True
|
||||
ModalResult = 1
|
||||
TabOrder = 0
|
||||
OnClick = OkButtonClick
|
||||
end
|
||||
object CloseButton: TButton
|
||||
Left = 404
|
||||
Top = 5
|
||||
Width = 75
|
||||
Height = 25
|
||||
Anchors = [akRight, akBottom]
|
||||
Cancel = True
|
||||
Caption = 'Close'
|
||||
ModalResult = 7
|
||||
TabOrder = 1
|
||||
OnClick = CloseButtonClick
|
||||
end
|
||||
object CancelButton: TButton
|
||||
Left = 304
|
||||
Top = 5
|
||||
Width = 95
|
||||
Height = 25
|
||||
Anchors = [akRight, akBottom]
|
||||
Caption = '&Cancel Change'
|
||||
ModalResult = 2
|
||||
TabOrder = 2
|
||||
OnClick = CancelButtonClick
|
||||
end
|
||||
end
|
||||
object TopPanel: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 484
|
||||
Height = 49
|
||||
Align = alTop
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 2
|
||||
object lMessageError: TLabel
|
||||
Left = 5
|
||||
Top = 5
|
||||
Width = 479
|
||||
Height = 39
|
||||
Align = alCustom
|
||||
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||
AutoSize = False
|
||||
WordWrap = True
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue
Block a user