-
Notifications
You must be signed in to change notification settings - Fork 0
/
room.dfm
185 lines (185 loc) · 3.8 KB
/
room.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
174
175
176
177
178
179
180
181
182
183
184
185
object Form3: TForm3
Left = 0
Top = 0
Caption = #1042#1099#1073#1086#1088' '#1084#1077#1089#1090#1072
ClientHeight = 468
ClientWidth = 643
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 56
Top = 8
Width = 13
Height = 25
Caption = 'A'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 86
Top = 8
Width = 13
Height = 25
Caption = 'B'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 113
Top = 8
Width = 13
Height = 25
Caption = 'C'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 168
Top = 8
Width = 14
Height = 25
Caption = 'D'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 197
Top = 8
Width = 12
Height = 25
Caption = 'E'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 226
Top = 8
Width = 11
Height = 25
Caption = 'F'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 255
Top = 8
Width = 14
Height = 25
Caption = 'G'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label8: TLabel
Left = 320
Top = 8
Width = 14
Height = 25
Caption = 'H'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label9: TLabel
Left = 349
Top = 8
Width = 8
Height = 25
Caption = 'I'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label10: TLabel
Left = 383
Top = 8
Width = 9
Height = 25
Caption = 'J'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label11: TLabel
Left = 488
Top = 88
Width = 138
Height = 13
Caption = #1053#1072#1079#1086#1074#1080' '#1089#1077#1073#1103', %username%'
end
object Button1: TButton
Left = 520
Top = 248
Width = 75
Height = 25
Caption = #1050#1091#1087#1080#1090#1100
TabOrder = 0
OnClick = Button1Click
end
object ScrollBox1: TScrollBox
Left = 8
Top = 39
Width = 458
Height = 313
TabOrder = 1
object Panel1: TPanel
Left = 3
Top = 3
Width = 390
Height = 300
TabOrder = 0
end
end
object ComboBox1: TComboBox
Left = 490
Top = 120
Width = 145
Height = 21
TabOrder = 2
end
end