From c58b3c92b95ab5b084ac3edc17c0eea1a2ef01fd Mon Sep 17 00:00:00 2001 From: david Date: Wed, 12 Sep 2007 12:10:11 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20fichero=20DFM=20a=20las=20librer?= =?UTF-8?q?ias=20de=20Delphi=2010?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@14 b6239004-a887-0f4b-9937-50029ccdca16 --- .../Dcu/D10/uDAReconcileDialogDetails.dfm | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 internal/5.0.23.613/1/Data Abstract for Delphi/Dcu/D10/uDAReconcileDialogDetails.dfm diff --git a/internal/5.0.23.613/1/Data Abstract for Delphi/Dcu/D10/uDAReconcileDialogDetails.dfm b/internal/5.0.23.613/1/Data Abstract for Delphi/Dcu/D10/uDAReconcileDialogDetails.dfm new file mode 100644 index 0000000..1193616 --- /dev/null +++ b/internal/5.0.23.613/1/Data Abstract for Delphi/Dcu/D10/uDAReconcileDialogDetails.dfm @@ -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