- Recompilación de RO para poner RemObjects_Core_D10 como paquete de runtime/designtime. git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@3 b6239004-a887-0f4b-9937-50029ccdca16
45 lines
1.1 KiB
Plaintext
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
|