60 lines
1.1 KiB
Plaintext
60 lines
1.1 KiB
Plaintext
object DlgUrlPrvMain: TDlgUrlPrvMain
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'UrlPrevent'
|
|
ClientHeight = 358
|
|
ClientWidth = 342
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object Label1: TLabel
|
|
Left = 10
|
|
Top = 56
|
|
Width = 63
|
|
Height = 15
|
|
Caption = #52264#45800' '#54624' URL'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 10
|
|
Top = 200
|
|
Width = 78
|
|
Height = 15
|
|
Caption = #52628#52636'/'#52264#45800#46108' IP'
|
|
end
|
|
object miUrlPrevent: TButton
|
|
Left = 10
|
|
Top = 12
|
|
Width = 105
|
|
Height = 25
|
|
Caption = 'URL '#52264#45800
|
|
TabOrder = 0
|
|
OnClick = miUrlPreventClick
|
|
end
|
|
object mmUrls: TMemo
|
|
Left = 10
|
|
Top = 77
|
|
Width = 321
|
|
Height = 105
|
|
Lines.Strings = (
|
|
'daum.net;naver.com')
|
|
ScrollBars = ssVertical
|
|
TabOrder = 1
|
|
end
|
|
object mmResult: TMemo
|
|
Left = 10
|
|
Top = 222
|
|
Width = 321
|
|
Height = 123
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 2
|
|
end
|
|
end
|