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/ViewHEventDlg.dfm

37 lines
765 B
Plaintext

object HEventFrm: THEventFrm
Left = 0
Top = 0
Caption = 'HEventFrm'
ClientHeight = 328
ClientWidth = 550
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object PageCtl: TPageControl
Left = 0
Top = 0
Width = 550
Height = 328
Align = alClient
DoubleBuffered = True
OwnerDraw = True
ParentDoubleBuffered = False
Style = tsButtons
TabOrder = 0
end
object imgmenu: TPopupMenu
Left = 264
Top = 96
object savePicMnuImg: TMenuItem
Caption = 'Save pic'
OnClick = savePicMnuImgClick
end
end
end