-
Notifications
You must be signed in to change notification settings - Fork 0
/
UHelp.dfm
164 lines (164 loc) · 3.98 KB
/
UHelp.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
object FHelp: TFHelp
Left = 516
Top = 192
Width = 376
Height = 396
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
Caption = 'FHelp'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Scaled = False
PixelsPerInch = 96
TextHeight = 13
object REHelp: TKOLRichEdit
Tag = 0
Left = 2
Top = 2
Width = 356
Height = 354
HelpContext = 0
IgnoreDefault = True
AnchorLeft = False
AnchorTop = False
AnchorRight = False
AnchorBottom = False
AcceptChildren = False
MouseTransparent = False
TabOrder = 0
MinWidth = 0
MinHeight = 0
MaxWidth = 0
MaxHeight = 0
PlaceDown = False
PlaceRight = False
PlaceUnder = False
Visible = True
Enabled = True
DoubleBuffered = False
Align = caClient
CenterOnParent = False
Ctl3D = True
Color = 12975100
parentColor = False
Font.Color = clWindowText
Font.FontStyle = []
Font.FontHeight = 0
Font.FontWidth = 0
Font.FontWeight = 0
Font.FontName = 'System'
Font.FontOrientation = 0
Font.FontCharset = 1
Font.FontPitch = fpDefault
Font.FontQuality = fqDefault
parentFont = True
EraseBackground = False
Localizy = loForm
Transparent = False
RE_Transparent = False
Text.Strings = (
'RichEdit1')
TabStop = True
Options = [eo_NoHScroll, eo_Readonly]
version = ver3
RE_DisableOverwriteChange = False
MaxTextSize = 32767
RE_FmtStandard = False
RE_AutoKeyboard = False
RE_AutoFont = True
RE_AutoFontSizeAdjust = True
RE_DualFont = False
RE_UIFonts = False
RE_IMECancelComplete = False
RE_IMEAlwaysSendNotify = False
RE_AutoKeybdSet = False
RE_AutoURLDetect = False
RE_ZoomNumerator = 0
RE_ZoomDenominator = 0
HasBorder = False
EditTabChar = False
Brush.Color = 12975100
Brush.BrushStyle = bsSolid
OLESupport = False
OverrideScrollbars = False
end
object KOLForm1: TKOLForm
Tag = 0
ForceIcon16x16 = False
Caption = 'FHelp'
Visible = True
AllBtnReturnClick = False
Tabulate = False
TabulateEx = False
UnitSourcePath = 'D:\Documents\Ebta\Project\Software\KBBI\kbbi-offline\'
Locked = False
formUnit = 'UHelp'
formMain = False
Enabled = True
defaultSize = False
defaultPosition = False
MinWidth = 0
MinHeight = 0
MaxWidth = 0
MaxHeight = 0
HasBorder = True
HasCaption = True
StayOnTop = False
CanResize = True
CenterOnScreen = True
Ctl3D = True
WindowState = wsNormal
minimizeIcon = True
maximizeIcon = True
closeIcon = True
helpContextIcon = False
borderStyle = fbsSingle
HelpContext = 0
Color = clBtnFace
Font.Color = clWindowText
Font.FontStyle = []
Font.FontHeight = 0
Font.FontWidth = 0
Font.FontWeight = 0
Font.FontName = 'System'
Font.FontOrientation = 0
Font.FontCharset = 1
Font.FontPitch = fpDefault
Font.FontQuality = fqDefault
FontDefault = True
Brush.Color = clBtnFace
Brush.BrushStyle = bsSolid
DoubleBuffered = False
PreventResizeFlicks = False
Transparent = False
AlphaBlend = 255
Border = 2
MarginLeft = 0
MarginRight = 0
MarginTop = 0
MarginBottom = 0
MinimizeNormalAnimated = False
RestoreNormalMaximized = False
zOrderChildren = False
statusSizeGrip = True
Localizy = False
ShowHint = True
KeyPreview = False
OnResize = KOLForm1Resize
OnFormCreate = KOLForm1FormCreate
EraseBackground = False
supportMnemonics = False
FormCompact = False
GenerateCtlNames = False
Unicode = False
OverrideScrollbars = False
AssignTabOrders = False
Left = 24
Top = 16
end
end