Componentes.Terceros.RemObj.../official/5.0.23.613/Data Abstract for Delphi/Samples/Business Rules Scripts/BusinessRulesScripts_ServerMain.dfm

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