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/RnQ/outboxDlg.dfm

215 lines
5.2 KiB
Plaintext

object outboxFrm: ToutboxFrm
Left = 330
Top = 178
Caption = 'Outbox'
ClientHeight = 451
ClientWidth = 746
Color = clBtnFace
Constraints.MinHeight = 300
Constraints.MinWidth = 350
DoubleBuffered = True
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 746
Height = 420
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
Color = clWindow
ParentBackground = False
TabOrder = 0
object Splitter2: TSplitter
Left = 145
Top = 5
Width = 5
Height = 410
ResizeStyle = rsUpdate
end
object Panel3: TPanel
Left = 150
Top = 5
Width = 591
Height = 410
Align = alClient
BevelOuter = bvNone
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 0
object memo: TMemo
Left = 0
Top = 111
Width = 591
Height = 299
Align = alClient
BevelInner = bvNone
BevelKind = bkFlat
BevelOuter = bvRaised
BorderStyle = bsNone
Lines.Strings = (
'memo')
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
OnChange = memoChange
end
object Panel4: TPanel
Left = 0
Top = 0
Width = 591
Height = 111
Align = alTop
BevelOuter = bvNone
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 1
object groupbox: TGroupBox
Left = 0
Top = 0
Width = 591
Height = 87
Align = alTop
Caption = 'Additional info'
Ctl3D = True
DoubleBuffered = True
ParentCtl3D = False
ParentDoubleBuffered = False
TabOrder = 0
object charsLbl: TLabel
Left = 11
Top = 21
Width = 6
Height = 13
Caption = '_'
end
object infoLbl: TLabel
Left = 11
Top = 40
Width = 6
Height = 13
Caption = '_'
end
end
object processChk00: TCheckBox
Left = 0
Top = 90
Width = 185
Height = 17
Caption = 'Process messages when possible'
Checked = True
Color = clWindow
ParentColor = False
State = cbChecked
TabOrder = 1
OnClick = processChk00Click
end
end
end
object list: TVirtualDrawTree
Left = 5
Top = 5
Width = 140
Height = 410
Align = alLeft
BevelInner = bvNone
BevelOuter = bvRaised
BevelKind = bkFlat
BorderStyle = bsNone
Header.AutoSizeIndex = 0
Header.DefaultHeight = 17
Header.Height = 17
Header.MainColumn = -1
Header.Options = [hoColumnResize, hoDrag]
PopupMenu = menu
TabOrder = 1
TreeOptions.MiscOptions = [toAcceptOLEDrop, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning]
TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect, toMiddleClickSelect, toRightClickSelect]
OnChange = listChange
OnDrawNode = listDrawNode
Columns = <>
end
end
object Panel2: TPanel
Left = 0
Top = 420
Width = 746
Height = 31
Align = alBottom
BevelOuter = bvNone
Color = clWindow
ParentBackground = False
TabOrder = 1
DesignSize = (
746
31)
object deleteBtn: TRnQButton
Left = 4
Top = 1
Width = 93
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Delete'
DoubleBuffered = True
Enabled = False
ParentDoubleBuffered = False
TabOrder = 0
OnClick = deleteBtnClick
ImageName = 'delete'
end
object saveBtn: TRnQButton
Left = 103
Top = 1
Width = 93
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Save'
DoubleBuffered = True
Enabled = False
ParentDoubleBuffered = False
TabOrder = 1
OnClick = saveBtnClick
ImageName = 'save'
end
object closeBtn: TRnQButton
Left = 656
Top = 1
Width = 85
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Close'
DoubleBuffered = True
ModalResult = 2
ParentDoubleBuffered = False
TabOrder = 2
OnClick = closeBtnClick
ImageName = 'close'
end
end
object menu: TPopupMenu
OnPopup = menuPopup
Left = 96
Top = 80
object Sendmsg1: TMenuItem
Tag = -37
Caption = 'Send now'
OnClick = Sendmsg1Click
end
object Viewinfo1: TMenuItem
Tag = 25
Caption = 'View info'
OnClick = Viewinfo1Click
end
end
end