blob: 08762c7c8d17e63e7b7168fac155ccdfd0da7fb1 (
plain)
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
|
object PromotionForm: TPromotionForm
Left = 1
Top = 1
Cursor = crHandPoint
AutoSize = True
BorderIcons = []
BorderStyle = bsNone
BorderWidth = 2
Caption = 'Promoting Figures'
ClientHeight = 40
ClientWidth = 166
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object PromFigImage: TImage
Left = 0
Top = 0
Width = 166
Height = 40
OnMouseUp = PromFigImageMouseUp
end
end
|