49 lines
897 B
Plaintext
49 lines
897 B
Plaintext
object DlgFindRfMain: TDlgFindRfMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = #52572#44540' '#47928#49436' '#52286#44592
|
|
ClientHeight = 378
|
|
ClientWidth = 508
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object btnFindRf: TButton
|
|
Left = 425
|
|
Top = 17
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #52286#50500#51480
|
|
TabOrder = 0
|
|
OnClick = btnFindRfClick
|
|
end
|
|
object edSrc: TEdit
|
|
Left = 9
|
|
Top = 17
|
|
Width = 410
|
|
Height = 23
|
|
TabOrder = 1
|
|
end
|
|
object edResult: TEdit
|
|
Left = 8
|
|
Top = 56
|
|
Width = 492
|
|
Height = 23
|
|
ReadOnly = True
|
|
TabOrder = 2
|
|
end
|
|
object mmLog: TMemo
|
|
Left = 8
|
|
Top = 96
|
|
Width = 492
|
|
Height = 274
|
|
ReadOnly = True
|
|
ScrollBars = ssBoth
|
|
TabOrder = 3
|
|
end
|
|
end
|