61 lines
1.4 KiB
Plaintext
61 lines
1.4 KiB
Plaintext
object DlgSetUrlBlock: TDlgSetUrlBlock
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsSingle
|
|
Caption = 'UrlBlockTest'
|
|
ClientHeight = 313
|
|
ClientWidth = 422
|
|
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 = 24
|
|
Top = 56
|
|
Width = 302
|
|
Height = 30
|
|
Caption = '("'#51217#49549' '#46020#47700#51064' '#47196#44536' '#49688#51665'"'#51060' '#49444#51221' '#46104#50612' '#51080#50612#50556' '#46041#51089#54633#45768#45796'.'#13#10' ON/OFF '#49444#51221#51008' '#51200#51109#46104#51648' '#50506#49845#45768#45796'.)'
|
|
end
|
|
object chActive: TCheckBox
|
|
Left = 24
|
|
Top = 24
|
|
Width = 289
|
|
Height = 17
|
|
Caption = 'URL '#52264#45800' '#54876#49457
|
|
TabOrder = 0
|
|
end
|
|
object mmUrls: TMemo
|
|
Left = 24
|
|
Top = 104
|
|
Width = 377
|
|
Height = 153
|
|
Lines.Strings = (
|
|
'daum.net;naver.com')
|
|
ScrollBars = ssVertical
|
|
TabOrder = 1
|
|
end
|
|
object btnOk: TButton
|
|
Left = 101
|
|
Top = 275
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #51200#51109
|
|
TabOrder = 2
|
|
OnClick = btnOkClick
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 245
|
|
Top = 275
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = #52712#49548
|
|
ModalResult = 2
|
|
TabOrder = 3
|
|
end
|
|
end
|