Componentes.Terceros.RemObj.../internal/5.0.23.613/1/Data Abstract for Delphi/Samples/Business Rules Scripts/BusinessRulesScripts_ServerMain.dfm
david d99a44999f - Modificación del paquete RemObjects_Core_D10 para que sea un paquete de runtime/designtime (antes era designtime sólo)
- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@7 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 13:36:58 +00:00

45 lines
1.1 KiB
Plaintext

object BusinessRulesScripts_ServerMainForm: TBusinessRulesScripts_ServerMainForm
Left = 90
Top = 79
AutoScroll = False
BorderWidth = 5
Caption = 'Business Rules Scripts Server'
ClientHeight = 406
ClientWidth = 614
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object RoPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
Left = 0
Top = 0
Width = 212
Height = 48
Cursor = crHandPoint
end
object ed_Script: TMemo
Left = 0
Top = 54
Width = 614
Height = 352
Align = alBottom
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
OnChange = ed_ScriptChange
end
end