BSOne.SFC/Tocsg.Module/FileDetail/DFDetailMain.dfm

42 lines
774 B
Plaintext

object DlgFDetailMain: TDlgFDetailMain
Left = 0
Top = 0
Caption = 'FileDetail'
ClientHeight = 441
ClientWidth = 624
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
TextHeight = 15
object edPath: TEdit
Left = 24
Top = 24
Width = 369
Height = 23
TabOrder = 0
Text = 'C:\Users\kku\Desktop\BSOne_OutTest.docx'
end
object btnGet: TButton
Left = 399
Top = 23
Width = 75
Height = 25
Caption = 'btnGet'
TabOrder = 1
OnClick = btnGetClick
end
object mmInfo: TMemo
Left = 24
Top = 80
Width = 450
Height = 297
Lines.Strings = (
'mmInfo')
ScrollBars = ssBoth
TabOrder = 2
end
end