84 lines
1.6 KiB
Plaintext
84 lines
1.6 KiB
Plaintext
object DlgSetUrlMon: TDlgSetUrlMon
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'IP '#49688#51665' URL '#49444#51221
|
|
ClientHeight = 306
|
|
ClientWidth = 414
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poOwnerFormCenter
|
|
TextHeight = 15
|
|
object Label1: TLabel
|
|
Left = 24
|
|
Top = 18
|
|
Width = 117
|
|
Height = 15
|
|
Caption = 'IP '#49688#51665' URL ('#44396#48516#51088' | )'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 24
|
|
Top = 176
|
|
Width = 57
|
|
Height = 15
|
|
Caption = #49688#51665' '#51452#44592' :'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 168
|
|
Top = 176
|
|
Width = 12
|
|
Height = 15
|
|
Caption = #52488
|
|
end
|
|
object mmUrls: TMemo
|
|
Left = 24
|
|
Top = 45
|
|
Width = 361
|
|
Height = 109
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
end
|
|
object edTerm: TEdit
|
|
Left = 96
|
|
Top = 173
|
|
Width = 65
|
|
Height = 23
|
|
Alignment = taRightJustify
|
|
NumbersOnly = True
|
|
TabOrder = 1
|
|
Text = '60'
|
|
end
|
|
object chSaveLoad: TCheckBox
|
|
Left = 24
|
|
Top = 216
|
|
Width = 361
|
|
Height = 17
|
|
Caption = #49688#51665#46108' IP '#51200#51109'/'#47196#46300
|
|
TabOrder = 2
|
|
end
|
|
object btnOk: TButton
|
|
Left = 101
|
|
Top = 264
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #54869#51064
|
|
TabOrder = 3
|
|
OnClick = btnOkClick
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 237
|
|
Top = 264
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = #52712#49548
|
|
ModalResult = 2
|
|
TabOrder = 4
|
|
end
|
|
end
|