44 lines
924 B
Plaintext
44 lines
924 B
Plaintext
object DlgWinUpScanMain: TDlgWinUpScanMain
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'WinUpdateScan'
|
|
ClientHeight = 275
|
|
ClientWidth = 537
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object btnScan: TButton
|
|
Left = 16
|
|
Top = 16
|
|
Width = 121
|
|
Height = 25
|
|
Caption = #50629#45936#51060#53944' '#54624#44144' '#52404#53356
|
|
TabOrder = 0
|
|
OnClick = btnScanClick
|
|
end
|
|
object mmInfo: TMemo
|
|
Left = 16
|
|
Top = 55
|
|
Width = 505
|
|
Height = 210
|
|
ScrollBars = ssBoth
|
|
TabOrder = 1
|
|
end
|
|
object btnScan2: TButton
|
|
Left = 151
|
|
Top = 16
|
|
Width = 121
|
|
Height = 25
|
|
Caption = #50629#45936#51060#53944' '#46108#44144' '#52404#53356
|
|
TabOrder = 2
|
|
OnClick = btnScan2Click
|
|
end
|
|
end
|