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

64 lines
1.4 KiB
Plaintext

object LogFrm: TLogFrm
Left = 312
Top = 171
Caption = 'Log'
ClientHeight = 540
ClientWidth = 812
Color = clBtnFace
Constraints.MinHeight = 300
Constraints.MinWidth = 300
DefaultMonitor = dmMainForm
ParentFont = True
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 0
Top = 0
Width = 812
Height = 3
Cursor = crVSplit
Align = alTop
ResizeStyle = rsUpdate
end
object dumpBox: TMemo
Left = 0
Top = 3
Width = 812
Height = 537
Align = alClient
BevelInner = bvNone
BorderStyle = bsNone
DoubleBuffered = True
Font.Charset = RUSSIAN_CHARSET
Font.Color = 1973790
Font.Height = -13
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