-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUnitAddPact.dfm
46 lines (46 loc) · 1.22 KB
/
UnitAddPact.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
43
44
45
46
object FormAddPact: TFormAddPact
Left = 250
Top = 200
BorderIcons = [biSystemMenu]
Caption = 'AdvMetroForm'
ClientHeight = 445
ClientWidth = 660
Color = clWindow
Constraints.MinHeight = 26
Constraints.MinWidth = 100
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Appearance.SystemIconColorDisabled = 5921370
Appearance.CaptionFont.Charset = DEFAULT_CHARSET
Appearance.CaptionFont.Color = clWhite
Appearance.CaptionFont.Height = -11
Appearance.CaptionFont.Name = 'Segoe UI'
Appearance.CaptionFont.Style = []
Appearance.CaptionColor = 11576180
Appearance.CaptionActiveColor = 15907840
Appearance.Font.Charset = DEFAULT_CHARSET
Appearance.Font.Color = clWhite
Appearance.Font.Height = -11
Appearance.Font.Name = 'Segoe UI'
Appearance.Font.Style = []
Appearance.TextColor = clBlack
Text = ''
PixelsPerInch = 96
TextHeight = 13
object CurvyPanel1: TCurvyPanel
Left = 0
Top = 26
Width = 660
Height = 144
Align = alTop
TabOrder = 0
ExplicitLeft = -20
ExplicitTop = 170
end
end