forked from vhanla/winxcorners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UCL.Popup.dfm
42 lines (42 loc) · 854 Bytes
/
UCL.Popup.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
object FormPopup: TFormPopup
Left = 0
Top = 0
BorderStyle = bsSingle
ClientHeight = 503
ClientWidth = 500
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
KeyPreview = True
Padding.Left = 1
Padding.Top = 1
Padding.Right = 1
Padding.Bottom = 1
OldCreateOrder = False
Visible = True
OnActivate = FormActivate
OnClick = FormClick
OnClose = FormClose
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Shape1: TShape
Left = 1
Top = 1
Width = 498
Height = 501
Align = alClient
Brush.Color = 1907997
Pen.Color = 1907997
ExplicitLeft = 176
ExplicitTop = 176
ExplicitWidth = 65
ExplicitHeight = 65
end
end