68 lines
1.6 KiB
Plaintext
68 lines
1.6 KiB
Plaintext
object DlgBrowserOpt: TDlgBrowserOpt
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = #48652#46972#50864#51200' '#48372#50504
|
|
ClientHeight = 286
|
|
ClientWidth = 425
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
TextHeight = 15
|
|
object chWebSaveAs: TCheckBox
|
|
Left = 48
|
|
Top = 40
|
|
Width = 337
|
|
Height = 17
|
|
Caption = #50937' '#54168#51060#51648' '#51200#51109' '#44592#45733' '#52264#45800
|
|
TabOrder = 0
|
|
end
|
|
object chMouseRightClick: TCheckBox
|
|
Left = 48
|
|
Top = 88
|
|
Width = 337
|
|
Height = 17
|
|
Caption = #47560#50864#49828' '#50724#47480#51901' '#53364#47533' '#52264#45800' ('#47700#45684' '#52264#45800')'
|
|
TabOrder = 1
|
|
end
|
|
object chCopyFromSecuWebPage: TCheckBox
|
|
Left = 48
|
|
Top = 136
|
|
Width = 337
|
|
Height = 17
|
|
Caption = #48372#50504' '#54168#51060#51648' '#45236#50640#49436' '#48373#49324#54616#44592' '#44592#45733' '#52264#45800
|
|
TabOrder = 2
|
|
end
|
|
object chPasteToSecuWebPage: TCheckBox
|
|
Left = 48
|
|
Top = 184
|
|
Width = 337
|
|
Height = 17
|
|
Caption = #48372#50504' '#54168#51060#51648#47196' '#48537#50668#45347#44592' '#44592#45733' '#52264#45800
|
|
TabOrder = 3
|
|
end
|
|
object btnOk: TButton
|
|
Left = 103
|
|
Top = 242
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #49884#51089
|
|
TabOrder = 4
|
|
OnClick = btnOkClick
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 247
|
|
Top = 242
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #52712#49548
|
|
ModalResult = 2
|
|
TabOrder = 5
|
|
end
|
|
end
|