git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@68 b6239004-a887-0f4b-9937-50029ccdca16
93 lines
1.9 KiB
Plaintext
93 lines
1.9 KiB
Plaintext
object ServerForm: TServerForm
|
|
Left = 372
|
|
Top = 277
|
|
Caption = 'Data Abstract Sample Server'
|
|
ClientHeight = 513
|
|
ClientWidth = 481
|
|
Color = clBtnFace
|
|
Constraints.MinHeight = 437
|
|
Constraints.MinWidth = 497
|
|
ParentFont = True
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 481
|
|
Height = 169
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
DesignSize = (
|
|
481
|
|
169)
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 59
|
|
Height = 13
|
|
Caption = '&Connections'
|
|
FocusControl = lbxConnections
|
|
end
|
|
object DAPoweredByDataAbstractButton1: TDAPoweredByDataAbstractButton
|
|
Left = 259
|
|
Top = 27
|
|
Width = 212
|
|
Height = 48
|
|
Cursor = crHandPoint
|
|
Anchors = [akTop, akRight]
|
|
end
|
|
object lbxConnections: TListBox
|
|
Left = 8
|
|
Top = 27
|
|
Width = 241
|
|
Height = 97
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
OnClick = lbxConnectionsClick
|
|
end
|
|
object btClearLog: TButton
|
|
Left = 8
|
|
Top = 130
|
|
Width = 241
|
|
Height = 25
|
|
Caption = 'Clear &Log'
|
|
TabOrder = 1
|
|
OnClick = btClearLogClick
|
|
end
|
|
end
|
|
object StatusBar: TStatusBar
|
|
Left = 0
|
|
Top = 494
|
|
Width = 481
|
|
Height = 19
|
|
Panels = <
|
|
item
|
|
Width = 50
|
|
end>
|
|
end
|
|
object edLog: TMemo
|
|
Left = 0
|
|
Top = 169
|
|
Width = 481
|
|
Height = 325
|
|
Align = alClient
|
|
BevelInner = bvNone
|
|
BevelOuter = bvNone
|
|
Font.Charset = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Courier New'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
ScrollBars = ssBoth
|
|
TabOrder = 2
|
|
WantReturns = False
|
|
WordWrap = False
|
|
end
|
|
end
|