42 lines
1003 B
Plaintext
42 lines
1003 B
Plaintext
|
object frxStringsEditorForm: TfrxStringsEditorForm
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
Caption = 'Lines'
|
||
|
ClientHeight = 226
|
||
|
ClientWidth = 432
|
||
|
Position = poScreenCenter
|
||
|
Visible = False
|
||
|
OnCreate = FormCreate
|
||
|
OnKeyDown = FormKeyDown
|
||
|
StyleLookup = 'backgroundstyle'
|
||
|
object ToolBar: TToolBar
|
||
|
Width = 432.000000000000000000
|
||
|
Height = 35.000000000000000000
|
||
|
TabOrder = 0
|
||
|
object CancelB: TfrxToolButton
|
||
|
Width = 22.000000000000000000
|
||
|
Height = 22.000000000000000000
|
||
|
OnClick = CancelBClick
|
||
|
TabOrder = 0
|
||
|
Hint = 'Cancel'
|
||
|
end
|
||
|
object OkB: TfrxToolButton
|
||
|
Position.Point = '(23,0)'
|
||
|
Width = 22.000000000000000000
|
||
|
Height = 22.000000000000000000
|
||
|
OnClick = OkBClick
|
||
|
TabOrder = 1
|
||
|
Hint = 'OK'
|
||
|
end
|
||
|
end
|
||
|
object Memo: TMemo
|
||
|
Align = alClient
|
||
|
Position.Point = '(0,35)'
|
||
|
Width = 432.000000000000000000
|
||
|
Height = 191.000000000000000000
|
||
|
OnKeyDown = MemoKeyDown
|
||
|
TabOrder = 1
|
||
|
KeyboardType = vktDefault
|
||
|
end
|
||
|
end
|