22 lines
454 B
Plaintext
22 lines
454 B
Plaintext
object frxPopupForm: TfrxPopupForm
|
|
Left = 201
|
|
Top = 132
|
|
BorderStyle = bsNone
|
|
Caption = ' '
|
|
ClientHeight = 28
|
|
ClientWidth = 658
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Pitch = fpVariable
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
OldCreateOrder = True
|
|
OnClose = FormClose
|
|
OnDeactivate = FormDeactivate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
end
|