git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@46 b6239004-a887-0f4b-9937-50029ccdca16
90 lines
2.0 KiB
Plaintext
90 lines
2.0 KiB
Plaintext
object ReconcileDialogDetailsForm: TReconcileDialogDetailsForm
|
|
Left = 301
|
|
Height = 300
|
|
Top = 164
|
|
Width = 500
|
|
HorzScrollBar.Page = 499
|
|
VertScrollBar.Page = 299
|
|
ActiveControl = OkButton
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'Details for Change ''%s'''
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
OnCreate = FormCreate
|
|
Position = poOwnerFormCenter
|
|
object ScrollBox: TScrollBox
|
|
Height = 216
|
|
Top = 49
|
|
Width = 500
|
|
HorzScrollBar.Page = 495
|
|
VertScrollBar.Page = 211
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
object BottomPanel: TPanel
|
|
Height = 35
|
|
Top = 265
|
|
Width = 500
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object OkButton: TButton
|
|
Left = 241
|
|
Height = 25
|
|
Top = 5
|
|
Width = 75
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '&Ok'
|
|
Default = True
|
|
ModalResult = 1
|
|
OnClick = OkButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object CloseButton: TButton
|
|
Left = 420
|
|
Height = 25
|
|
Top = 5
|
|
Width = 75
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Cancel = True
|
|
Caption = 'Close'
|
|
ModalResult = 7
|
|
OnClick = CloseButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object CancelButton: TButton
|
|
Left = 320
|
|
Height = 25
|
|
Top = 5
|
|
Width = 95
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '&Cancel Change'
|
|
ModalResult = 2
|
|
OnClick = CancelButtonClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object TopPanel: TPanel
|
|
Height = 49
|
|
Width = 500
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 2
|
|
object lMessageError: TLabel
|
|
Left = 5
|
|
Height = 39
|
|
Top = 5
|
|
Width = 495
|
|
Align = alCustom
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoSize = False
|
|
Color = clNone
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
end
|
|
end
|