Componentes.Terceros.RemObj.../official/5.0.23.613/Data Abstract for Delphi/Samples/Business Processor/BusinessProcessorClientUnit1.dfm

87 lines
1.8 KiB
Plaintext

object BusinessProcessorClientForm2: TBusinessProcessorClientForm2
Left = 358
Top = 217
Width = 490
Height = 298
BorderIcons = [biSystemMenu]
Caption = 'Show Details'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ScrollBox: TScrollBox
Left = 0
Top = 148
Width = 482
Height = 85
Align = alClient
BevelInner = bvNone
BevelOuter = bvNone
BorderStyle = bsNone
TabOrder = 0
end
object BottomPanel: TPanel
Left = 0
Top = 233
Width = 482
Height = 32
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
DesignSize = (
482
32)
object OkButton: TButton
Left = 225
Top = 4
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = '&Ok'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OkButtonClick
end
object CancelButton: TButton
Left = 304
Top = 4
Width = 95
Height = 25
Anchors = [akRight, akBottom]
Caption = '&Cancel Change'
ModalResult = 2
TabOrder = 1
OnClick = CancelButtonClick
end
object CloseButton: TButton
Left = 404
Top = 4
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Close'
ModalResult = 7
TabOrder = 2
OnClick = CancelButtonClick
end
end
object TopPanel: TPanel
Left = 0
Top = 0
Width = 482
Height = 148
Align = alTop
BevelOuter = bvNone
TabOrder = 2
end
end