Componentes.Terceros.RemObj.../internal/5.0.35.741/1/Data Abstract for Delphi/Samples/Reduced Delta/ReducedDeltaServerMain.dfm
2009-02-28 17:16:16 +00:00

49 lines
1.1 KiB
Plaintext

object ReducedDeltaServerMainForm: TReducedDeltaServerMainForm
Left = 79
Top = 109
AutoScroll = False
Caption = 'Reduced Delta Server'
ClientHeight = 364
ClientWidth = 639
Color = clBtnFace
ParentFont = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object DAPoweredByDataAbstractButton1: TDAPoweredByDataAbstractButton
Left = 213
Top = 8
Width = 212
Height = 48
Cursor = crHandPoint
end
object Memo: TMemo
Left = 8
Top = 64
Width = 622
Height = 292
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
ScrollBars = ssBoth
TabOrder = 0
end
object Button1: TButton
Left = 555
Top = 32
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Clear'
TabOrder = 1
OnClick = Button1Click
end
end