37 lines
915 B
Plaintext
37 lines
915 B
Plaintext
|
object frxFloatWindow: TfrxFloatWindow
|
||
|
Left = 321
|
||
|
Height = 61
|
||
|
Top = 196
|
||
|
Width = 213
|
||
|
BorderIcons = [biSystemMenu]
|
||
|
BorderStyle = bsNone
|
||
|
ClientHeight = 61
|
||
|
ClientWidth = 213
|
||
|
Color = clBtnFace
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -11
|
||
|
Font.Name = 'Tahoma'
|
||
|
OnDestroy = FormDestroy
|
||
|
OnPaint = FormPaint
|
||
|
OnShow = FormShow
|
||
|
ShowHint = True
|
||
|
LCLVersion = '1.8.2.0'
|
||
|
object CloseBtn: TSpeedButton
|
||
|
Left = 200
|
||
|
Height = 11
|
||
|
Top = 0
|
||
|
Width = 11
|
||
|
Flat = True
|
||
|
Glyph.Data = {
|
||
|
8E000000424D8E00000000000000760000002800000006000000060000000100
|
||
|
0400000000001800000000000000000000001000000000000000000000000000
|
||
|
80000080000000808000800000008000800080800000C0C0C000808080000000
|
||
|
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777000077
|
||
|
000070000700770077007000070000770000
|
||
|
}
|
||
|
Margin = 1
|
||
|
Spacing = 0
|
||
|
OnClick = CloseBtnClick
|
||
|
end
|
||
|
end
|