You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/for.RnQ/RQlog.dfm

68 lines
1.5 KiB
Plaintext

object logFrm: TlogFrm
Left = 312
Top = 171
Caption = 'Log'
ClientHeight = 434
ClientWidth = 715
Color = clBtnFace
Constraints.MinHeight = 300
Constraints.MinWidth = 300
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 0
Top = 0
Width = 715
Height = 3
Cursor = crVSplit
Align = alTop
ResizeStyle = rsUpdate
ExplicitTop = 155
ExplicitWidth = 602
end
object dumpBox: TMemo
Left = 0
Top = 3
Width = 715
Height = 431
Align = alClient
BevelInner = bvNone
BorderStyle = bsNone
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
ParentDoubleBuffered = False
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
OnKeyPress = dumpBoxKeyPress
end
object menu: TPopupMenu
Left = 104
Top = 32
object CopytoClipboard1: TMenuItem
Caption = 'Copy to Clipboard'
OnClick = CopytoClipboard1Click
end
object Clear1: TMenuItem
Caption = 'Clear'
OnClick = Clear1Click
end
end
end