33 lines
640 B
Plaintext
33 lines
640 B
Plaintext
object DlgSFolderMain: TDlgSFolderMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'SharedFolder'
|
|
ClientHeight = 261
|
|
ClientWidth = 419
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
TextHeight = 15
|
|
object btnExtrSF: TButton
|
|
Left = 24
|
|
Top = 16
|
|
Width = 97
|
|
Height = 25
|
|
Caption = #44277#50976#54260#45908' '#51221#48372
|
|
TabOrder = 0
|
|
OnClick = btnExtrSFClick
|
|
end
|
|
object mmInfo: TMemo
|
|
Left = 24
|
|
Top = 47
|
|
Width = 377
|
|
Height = 194
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 1
|
|
end
|
|
end
|