70 lines
1.7 KiB
Plaintext
70 lines
1.7 KiB
Plaintext
object frxAliasesEditorForm: TfrxAliasesEditorForm
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Edit Aliases'
|
|
BorderStyle = bsSingle
|
|
BorderIcons = [biSystemMenu]
|
|
ClientHeight = 386
|
|
ClientWidth = 349
|
|
Position = poScreenCenter
|
|
Visible = False
|
|
OnCreate = FormCreate
|
|
OnClose = FormClose
|
|
OnKeyDown = FormKeyDown
|
|
StyleLookup = 'backgroundstyle'
|
|
object HintL: TLabel
|
|
Position.Point = '(232,32)'
|
|
Width = 112.000000000000000000
|
|
Height = 13.000000000000000000
|
|
TabOrder = 0
|
|
end
|
|
object DSAliasL: TLabel
|
|
Position.Point = '(4,8)'
|
|
Width = 125.000000000000000000
|
|
Height = 13.000000000000000000
|
|
TabOrder = 1
|
|
end
|
|
object FieldAliasesL: TLabel
|
|
Position.Point = '(4,32)'
|
|
Width = 57.000000000000000000
|
|
Height = 13.000000000000000000
|
|
TabOrder = 2
|
|
end
|
|
object OkB: TButton
|
|
Position.Point = '(188,356)'
|
|
Width = 75.000000000000000000
|
|
Height = 25.000000000000000000
|
|
TabOrder = 3
|
|
ModalResult = 1
|
|
end
|
|
object CancelB: TButton
|
|
Position.Point = '(268,356)'
|
|
Width = 75.000000000000000000
|
|
Height = 25.000000000000000000
|
|
TabOrder = 4
|
|
ModalResult = 2
|
|
end
|
|
object ResetB: TButton
|
|
Position.Point = '(4,356)'
|
|
Width = 75.000000000000000000
|
|
Height = 25.000000000000000000
|
|
OnClick = ResetBClick
|
|
TabOrder = 5
|
|
end
|
|
object DSAliasE: TEdit
|
|
Position.Point = '(148,4)'
|
|
Width = 197.000000000000000000
|
|
Height = 21.000000000000000000
|
|
TabOrder = 6
|
|
KeyboardType = vktDefault
|
|
Password = False
|
|
end
|
|
object UpdateB: TButton
|
|
Position.Point = '(84,356)'
|
|
Width = 75.000000000000000000
|
|
Height = 25.000000000000000000
|
|
OnClick = UpdateBClick
|
|
TabOrder = 7
|
|
end
|
|
end
|