BSOne.SFC/Tocsg.Module/FileMon/DFileMonMain.dfm

61 lines
1.1 KiB
Plaintext

object DlgFileMonMain: TDlgFileMonMain
Left = 0
Top = 0
Caption = 'FileMon'
ClientHeight = 441
ClientWidth = 624
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
TextHeight = 15
object Panel1: TPanel
Left = 0
Top = 0
Width = 624
Height = 49
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object 경로: TLabel
Left = 24
Top = 16
Width = 24
Height = 15
Caption = #44221#47196
end
object edTgDir: TEdit
Left = 64
Top = 13
Width = 209
Height = 23
TabOrder = 0
end
object btnMon: TButton
Left = 281
Top = 13
Width = 75
Height = 25
Caption = #44048#49884' '#49884#51089
TabOrder = 1
OnClick = btnMonClick
end
end
object mmLog: TMemo
Left = 0
Top = 49
Width = 624
Height = 392
Align = alClient
DoubleBuffered = True
ParentDoubleBuffered = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
ExplicitTop = 55
end
end