lazarus/examples/fbadmin/formunit.lfm
2012-05-17 18:08:04 +00:00

106 lines
2.4 KiB
Plaintext

object Form1: TForm1
Left = 238
Height = 523
Top = 145
Width = 609
Caption = 'Form1'
ClientHeight = 523
ClientWidth = 609
LCLVersion = '1.1'
object Host: TLabeledEdit
Left = 24
Height = 23
Top = 24
Width = 80
EditLabel.AnchorSideLeft.Control = Host
EditLabel.AnchorSideRight.Control = Host
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = Host
EditLabel.Left = 24
EditLabel.Height = 16
EditLabel.Top = 5
EditLabel.Width = 80
EditLabel.Caption = 'Host'
EditLabel.ParentColor = False
TabOrder = 0
Text = '127.0.0.1'
end
object Port: TLabeledEdit
Left = 24
Height = 23
Top = 80
Width = 80
EditLabel.AnchorSideLeft.Control = Port
EditLabel.AnchorSideRight.Control = Port
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = Port
EditLabel.Left = 24
EditLabel.Height = 16
EditLabel.Top = 61
EditLabel.Width = 80
EditLabel.Caption = 'Port'
EditLabel.ParentColor = False
TabOrder = 1
Text = '3050'
end
object User: TLabeledEdit
Left = 136
Height = 23
Top = 24
Width = 80
EditLabel.AnchorSideLeft.Control = User
EditLabel.AnchorSideRight.Control = User
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = User
EditLabel.Left = 136
EditLabel.Height = 16
EditLabel.Top = 5
EditLabel.Width = 80
EditLabel.Caption = 'User'
EditLabel.ParentColor = False
TabOrder = 2
Text = 'SYSDBA'
end
object Password: TLabeledEdit
Left = 136
Height = 23
Top = 80
Width = 80
EditLabel.AnchorSideLeft.Control = Password
EditLabel.AnchorSideRight.Control = Password
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = Password
EditLabel.Left = 136
EditLabel.Height = 16
EditLabel.Top = 61
EditLabel.Width = 80
EditLabel.Caption = 'Password'
EditLabel.ParentColor = False
TabOrder = 3
Text = 'masterkey'
end
object ConnectButton: TButton
Left = 276
Height = 25
Top = 80
Width = 75
Caption = 'Connect'
OnClick = ConnectButtonClick
TabOrder = 4
end
object OutputMemo: TMemo
Left = 22
Height = 337
Top = 137
Width = 577
ScrollBars = ssAutoBoth
TabOrder = 5
end
object FBAdmin1: TFBAdmin
Protocol = IBSPLOCAL
UseExceptions = False
left = 392
top = 16
end
end