BSOne.SFC/Tocsg.Module/UrlMon/DUrlMonMain.dfm

198 lines
4.0 KiB
Plaintext

object DlgUrlMonMain: TDlgUrlMonMain
Left = 0
Top = 0
BorderStyle = bsSingle
Caption = 'UrlMon'
ClientHeight = 406
ClientWidth = 517
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
FormStyle = fsStayOnTop
Position = poScreenCenter
TextHeight = 15
object pnTop: TPanel
Left = 0
Top = 0
Width = 517
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object btnUrlMonStart: TButton
Left = 8
Top = 9
Width = 105
Height = 25
Caption = 'URL '#47784#45768#53552' '#49884#51089
TabOrder = 0
OnClick = btnUrlMonStartClick
end
object chAlwaysTop: TCheckBox
Left = 412
Top = 13
Width = 97
Height = 17
Caption = #54637#49345' '#50948#50640' '#54364#49884
Checked = True
State = cbChecked
TabOrder = 1
OnClick = chAlwaysTopClick
end
end
object pnBottom: TPanel
Left = 0
Top = 384
Width = 517
Height = 22
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object lbStatus: TLabel
Left = 8
Top = 4
Width = 174
Height = 15
Caption = '0'#44060#51032' URL '#54217#54032' '#51221#48372#44032' '#51080#49845#45768#45796'.'
end
end
object pnClient: TPanel
Left = 0
Top = 41
Width = 517
Height = 343
Align = alClient
BevelOuter = bvNone
TabOrder = 2
object Label1: TLabel
Left = 24
Top = 18
Width = 54
Height = 15
Alignment = taRightJustify
Caption = #48652#46972#50864#51200' :'
end
object Label2: TLabel
Left = 51
Top = 89
Width = 27
Height = 15
Alignment = taRightJustify
Caption = 'URL :'
end
object Label3: TLabel
Left = 21
Top = 118
Width = 57
Height = 15
Alignment = taRightJustify
Caption = #54217#54032' '#51221#48372' :'
end
object lbBrowser: TLabel
Left = 96
Top = 18
Width = 51
Height = 15
Caption = 'Unknown'
end
object Label4: TLabel
Left = 36
Top = 60
Width = 42
Height = 15
Alignment = taRightJustify
Caption = #53440#51060#53952' :'
end
object Label5: TLabel
Left = 24
Top = 164
Width = 54
Height = 15
Alignment = taRightJustify
Caption = #52264#45800' URL :'
end
object Label6: TLabel
Left = 21
Top = 277
Width = 57
Height = 15
Alignment = taRightJustify
Caption = #52264#45800' '#48169#49885' :'
end
object Label7: TLabel
Left = 21
Top = 244
Width = 57
Height = 15
Alignment = taRightJustify
Caption = #52264#45800' '#54217#54032' :'
end
object edUrl: TEdit
Left = 96
Top = 86
Width = 401
Height = 23
ReadOnly = True
TabOrder = 1
end
object edInfo: TEdit
Left = 96
Top = 115
Width = 249
Height = 23
ReadOnly = True
TabOrder = 2
end
object edTitle: TEdit
Left = 96
Top = 57
Width = 401
Height = 23
ReadOnly = True
TabOrder = 0
end
object mmCutUrl: TMemo
Left = 96
Top = 161
Width = 401
Height = 72
TabOrder = 3
end
object rdCutKind_NetworkPrevent: TRadioButton
Left = 96
Top = 277
Width = 217
Height = 17
Caption = #45348#53944#50892#53356' '#52264#45800
Checked = True
TabOrder = 5
TabStop = True
end
object rdCutKind_CloseTab: TRadioButton
Left = 96
Top = 305
Width = 217
Height = 17
Caption = #53485' '#45803#44592
TabOrder = 6
end
object edCutInfo: TEdit
Left = 96
Top = 241
Width = 401
Height = 23
TabOrder = 4
end
end
object tInit: TTimer
Enabled = False
Interval = 500
OnTimer = tInitTimer
Left = 208
Top = 16
end
end