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

156 lines
3.3 KiB
Plaintext

object authreqFrm: TauthreqFrm
Left = 162
Top = 156
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'authorization request'
ClientHeight = 152
ClientWidth = 434
Color = clWindow
ParentFont = True
OldCreateOrder = True
OnClose = FormClose
OnShow = FormShow
DesignSize = (
434
152)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 9
Width = 418
Height = 20
Alignment = taCenter
AutoSize = False
Caption = 'auth desc'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
Transparent = True
WordWrap = True
end
object Label2: TLabel
Left = 27
Top = 131
Width = 139
Height = 13
Anchors = [akLeft, akBottom]
Caption = 'Close this window after reply'
FocusControl = closeChk
Transparent = True
OnClick = Label2Click
end
object Bevel1: TBevel
Left = 8
Top = 79
Width = 417
Height = 1
Anchors = [akLeft, akBottom]
Style = bsRaised
end
object msgBox: TMemo
Left = 358
Top = 8
Width = 68
Height = 42
ScrollBars = ssVertical
TabOrder = 0
Visible = False
end
object closeChk: TCheckBox
Left = 8
Top = 129
Width = 16
Height = 17
Anchors = [akLeft, akBottom]
TabOrder = 1
OnClick = closeChkClick
end
object AuthBtn: TRnQButton
Left = 8
Top = 39
Width = 135
Height = 26
Anchors = [akLeft, akBottom]
Caption = '&Authorize'
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 2
OnClick = authBtnClick
ImageName = 'auth.grant'
end
object noBtn: TRnQButton
Left = 150
Top = 39
Width = 135
Height = 26
Anchors = [akLeft, akBottom]
Caption = '&Deny'
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 3
OnClick = noBtnClick
ImageName = 'cancel'
end
object reasonBtn: TRnQButton
Left = 290
Top = 8
Width = 136
Height = 25
Anchors = [akTop, akRight]
Caption = 'No with &Reason'
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 4
Visible = False
OnClick = reasonBtnClick
end
object viewinfoBtn: TRnQButton
Left = 220
Top = 93
Width = 206
Height = 26
Anchors = [akLeft, akBottom]
Caption = 'View info'
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 5
OnClick = viewinfoBtnClick
ImageName = 'info'
end
object sendBtn: TRnQButton
Left = 8
Top = 93
Width = 206
Height = 26
Anchors = [akLeft, akBottom]
Caption = 'Send message'
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 6
OnClick = sendBtnClick
ImageName = 'msg'
end
object addBtn: TRnQButton
Left = 292
Top = 39
Width = 134
Height = 26
Anchors = [akLeft, akBottom]
Caption = 'Add to contact list'
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 7
OnClick = addBtnClick
ImageName = 'add.contact'
end
object addmenu: TPopupMenu
Left = 241
Top = 8
end
end