Componentes.Terceros.RemObj.../internal/5.0.35.741/1/RemObjects SDK for Delphi/Samples/Load Balancing/fServerForm.dfm
2009-02-28 17:16:16 +00:00

96 lines
2.1 KiB
Plaintext

object ServerForm: TServerForm
Left = 498
Top = 262
BorderStyle = bsDialog
Caption = 'RemObjects Server'
ClientHeight = 217
ClientWidth = 237
Color = clBtnFace
ParentFont = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object RoPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
Left = 8
Top = 8
Width = 212
Height = 48
Cursor = crHandPoint
end
object lblServerName: TLabel
Left = 8
Top = 152
Width = 217
Height = 17
Alignment = taCenter
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object btnActivateServer: TButton
Left = 8
Top = 176
Width = 217
Height = 33
Caption = 'Activate Server'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = btnActivateServerClick
end
object gbPredefinedConfigurations: TGroupBox
Left = 8
Top = 64
Width = 217
Height = 81
Caption = 'Predefined Configurations'
TabOrder = 1
object sbAlfa: TSpeedButton
Left = 8
Top = 16
Width = 97
Height = 25
GroupIndex = 1
Caption = 'Server "Alfa"'
OnClick = ApplyConfig
end
object sbBeta: TSpeedButton
Left = 8
Top = 48
Width = 97
Height = 25
GroupIndex = 1
Caption = 'Server "Beta"'
OnClick = ApplyConfig
end
object sbGamma: TSpeedButton
Left = 112
Top = 16
Width = 97
Height = 25
GroupIndex = 1
Caption = 'Server "Gamma"'
OnClick = ApplyConfig
end
object sbDelta: TSpeedButton
Left = 112
Top = 48
Width = 97
Height = 25
GroupIndex = 1
Caption = 'Server "Delta"'
OnClick = ApplyConfig
end
end
end