-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUnit2.dfm
69 lines (69 loc) · 1.41 KB
/
Unit2.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
object IWForm2: TIWForm2
Left = 0
Top = 0
Width = 555
Height = 400
RenderInvisibleControls = True
AllowPageAccess = True
ConnectionMode = cmAny
Background.Fixed = False
HandleTabs = False
LeftToRight = True
LockUntilLoaded = True
LockOnSubmit = True
ShowHint = True
XPTheme = True
DesignSize = (
555
400)
DesignLeft = 8
DesignTop = 8
object iwText: TIWText
Left = 11
Top = 41
Width = 534
Height = 349
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 10
Anchors = [akLeft, akTop, akRight, akBottom]
BGColor = clNone
ConvertSpaces = False
Font.Color = clNone
Font.Size = 10
Font.Style = []
FriendlyName = 'iwText'
Lines.Strings = (
'iwText')
RawText = True
UseFrame = False
WantReturns = True
end
object IWRegion1: TIWRegion
Left = 0
Top = 0
Width = 555
Height = 37
RenderInvisibleControls = True
Align = alTop
BorderOptions.NumericWidth = 1
BorderOptions.BorderWidth = cbwNumeric
BorderOptions.Style = cbsNone
BorderOptions.Color = clNone
object IWButton1: TIWButton
Left = 11
Top = 8
Width = 94
Height = 25
Caption = 'Close'
Color = clBtnFace
Font.Color = clNone
Font.Size = 10
Font.Style = []
FriendlyName = 'IWButton1'
TabOrder = 0
OnClick = IWButton1Click
end
end
end