43 lines
826 B
Plaintext
43 lines
826 B
Plaintext
object DlgAipParserMain: TDlgAipParserMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'MsAipParser'
|
|
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 edPath: TEdit
|
|
Left = 56
|
|
Top = 24
|
|
Width = 393
|
|
Height = 23
|
|
TabOrder = 0
|
|
Text = 'D:\temp11\TEST3_'#45824#50808#48708'EmpOnly.docx'
|
|
end
|
|
object btnParser: TButton
|
|
Left = 238
|
|
Top = 64
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'btnParser'
|
|
TabOrder = 1
|
|
OnClick = btnParserClick
|
|
end
|
|
object mmInfo: TMemo
|
|
Left = 24
|
|
Top = 136
|
|
Width = 529
|
|
Height = 249
|
|
Lines.Strings = (
|
|
'mmInfo')
|
|
ScrollBars = ssBoth
|
|
TabOrder = 2
|
|
end
|
|
end
|