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

78 lines
1.6 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 addmenu: TPopupMenu
Left = 241
Top = 8
end
end