-
Notifications
You must be signed in to change notification settings - Fork 8
/
UServer.Memo.dfm
41 lines (41 loc) · 923 Bytes
/
UServer.Memo.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
object FormMemo: TFormMemo
Left = 0
Top = 0
Caption = #1056#1077#1076#1072#1082#1090#1080#1088#1086#1074#1072#1085#1080#1077
ClientHeight = 174
ClientWidth = 369
Color = clBtnFace
Constraints.MinHeight = 213
Constraints.MinWidth = 385
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Memo: TMemo
Left = 0
Top = 0
Width = 369
Height = 174
Align = alClient
BorderStyle = bsNone
Color = 3355443
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentCtl3D = False
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
ExplicitLeft = -1
ExplicitTop = -1
end
end