49 lines
1.1 KiB
Plaintext
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
|