19 lines
384 B
Plaintext
19 lines
384 B
Plaintext
object DlgFindWindow: TDlgFindWindow
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsNone
|
|
Caption = 'DlgFindWindow'
|
|
ClientHeight = 72
|
|
ClientWidth = 151
|
|
Color = clRed
|
|
DefaultMonitor = dmDesktop
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
end
|