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

217 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
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 746
Height = 418
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
TabOrder = 0
ExplicitHeight = 412
object Splitter2: TSplitter
Left = 145
Top = 5
Width = 5
Height = 408
ExplicitLeft = 150
ExplicitHeight = 322
end
object Panel3: TPanel
Left = 150
Top = 5
Width = 591
Height = 408
Align = alClient
BevelOuter = bvNone
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 0
ExplicitWidth = 396
ExplicitHeight = 318
object memo: TMemo
Left = 0
Top = 105
Width = 591
Height = 303
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 = 105
Align = alTop
BevelOuter = bvNone
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 1
object groupbox: TGroupBox
Left = 0
Top = 0
Width = 591
Height = 84
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 = 87
Width = 185
Height = 17
Caption = 'Process messages when possible'
Checked = True
State = cbChecked
TabOrder = 1
OnClick = processChk00Click
end
end
end
object list: TVirtualDrawTree
Left = 5
Top = 5
Width = 140
Height = 408
Align = alLeft
BevelInner = bvNone
BevelOuter = bvRaised
BevelKind = bkFlat
BorderStyle = bsNone
Header.AutoSizeIndex = 0
Header.DefaultHeight = 17
Header.Font.Charset = DEFAULT_CHARSET
Header.Font.Color = clWindowText
Header.Font.Height = -11
Header.Font.Name = 'Tahoma'
Header.Font.Style = []
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 = 418
Width = 746
Height = 33
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
DesignSize = (
746
33)
object deleteBtn: TRnQButton
Left = 4
Top = 3
Width = 76
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Delete'
Enabled = False
TabOrder = 0
OnClick = deleteBtnClick
ImageName = 'delete'
end
object saveBtn: TRnQButton
Left = 86
Top = 3
Width = 81
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Save'
Enabled = False
TabOrder = 1
OnClick = saveBtnClick
ImageName = 'save'
end
object closeBtn: TRnQButton
Left = 667
Top = 3
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Close'
ModalResult = 2
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