-
Notifications
You must be signed in to change notification settings - Fork 0
/
UMain.dfm
executable file
·173 lines (173 loc) · 3.56 KB
/
UMain.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
165
166
167
168
169
170
171
172
173
object FEditor: TFEditor
Left = 332
Top = 187
Align = alClient
AutoSize = True
BorderIcons = []
BorderStyle = bsNone
Caption = 'FEditor'
ClientHeight = 488
ClientWidth = 644
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object Panel3: TPanel
Left = 0
Top = 0
Width = 25
Height = 488
Align = alLeft
BevelOuter = bvNone
TabOrder = 1
object Bevel2: TBevel
Left = 0
Top = 487
Width = 25
Height = 1
Align = alBottom
end
object Bevel3: TBevel
Left = 0
Top = 0
Width = 1
Height = 487
Align = alLeft
Style = bsRaised
end
object Bevel1: TBevel
Left = 22
Top = 0
Width = 3
Height = 487
Align = alRight
Shape = bsRightLine
Style = bsRaised
end
end
object Panel0: TPanel
Left = 25
Top = 0
Width = 619
Height = 488
Align = alClient
BevelOuter = bvNone
Locked = True
TabOrder = 0
object Splitter1: TSplitter
Left = 381
Top = 4
Width = 5
Height = 484
Cursor = crHSplit
Color = clBtnFace
ParentColor = False
end
object Panel7: TPanel
Left = 0
Top = 0
Width = 619
Height = 4
Align = alTop
TabOrder = 2
end
object Panel1: TPanel
Left = 0
Top = 4
Width = 381
Height = 484
Align = alLeft
BevelOuter = bvNone
Locked = True
TabOrder = 0
object RText: TRichEdit
Left = 0
Top = 0
Width = 376
Height = 484
Align = alClient
BorderStyle = bsNone
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
PlainText = True
ScrollBars = ssBoth
TabOrder = 0
WordWrap = False
end
object Panel8: TPanel
Left = 376
Top = 0
Width = 5
Height = 484
Align = alRight
TabOrder = 1
end
end
object Panel2: TPanel
Left = 386
Top = 4
Width = 233
Height = 484
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object Splitter2: TSplitter
Left = 0
Top = 355
Width = 233
Height = 3
Cursor = crVSplit
Align = alBottom
Beveled = True
ResizeStyle = rsUpdate
end
object Splitter3: TSplitter
Left = 0
Top = 225
Width = 233
Height = 3
Cursor = crVSplit
Align = alBottom
Beveled = True
ResizeStyle = rsUpdate
end
object Panel4: TPanel
Left = 0
Top = 358
Width = 233
Height = 126
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
end
object Panel5: TPanel
Left = 0
Top = 228
Width = 233
Height = 127
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
end
object Panel6: TPanel
Left = 0
Top = 0
Width = 233
Height = 225
Align = alClient
BevelOuter = bvNone
TabOrder = 2
end
end
end
end