53 lines
957 B
Plaintext
53 lines
957 B
Plaintext
object DlgLkFileViewMain: TDlgLkFileViewMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'LinkFileView'
|
|
ClientHeight = 262
|
|
ClientWidth = 461
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object Edit1: TEdit
|
|
Left = 72
|
|
Top = 40
|
|
Width = 289
|
|
Height = 23
|
|
TabOrder = 0
|
|
Text = 'Edit1'
|
|
end
|
|
object Button1: TButton
|
|
Left = 312
|
|
Top = 96
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button1'
|
|
TabOrder = 1
|
|
OnClick = Button1Click
|
|
end
|
|
object mmInfo: TMemo
|
|
Left = 72
|
|
Top = 136
|
|
Width = 361
|
|
Height = 105
|
|
Lines.Strings = (
|
|
'mmInfo')
|
|
ReadOnly = True
|
|
ScrollBars = ssBoth
|
|
TabOrder = 2
|
|
end
|
|
object Button2: TButton
|
|
Left = 80
|
|
Top = 80
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button2'
|
|
TabOrder = 3
|
|
OnClick = Button2Click
|
|
end
|
|
end
|