-
Notifications
You must be signed in to change notification settings - Fork 2
/
ReqLyrUnit.dfm
executable file
·443 lines (443 loc) · 10.9 KB
/
ReqLyrUnit.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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
object ReqLyrForm: TReqLyrForm
Left = 260
Top = 109
Width = 576
Height = 516
Caption = #1047#1072#1087#1088#1086#1089' '#1090#1077#1082#1089#1090#1072
Color = clBtnFace
Constraints.MinHeight = 395
Constraints.MinWidth = 555
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object sb: TStatusBar
Left = 0
Top = 470
Width = 568
Height = 19
Panels = <
item
Width = 150
end
item
Width = 50
end>
end
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 568
Height = 470
ActivePage = TabSheet2
Align = alClient
TabOrder = 0
object TabSheet1: TTabSheet
Caption = #1047#1072#1087#1088#1086#1089' '#1090#1077#1082#1089#1090#1072
DesignSize = (
560
442)
object Label1: TLabel
Left = 272
Top = 8
Width = 42
Height = 13
Caption = #1043#1088#1091#1087#1087#1072
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 272
Top = 32
Width = 46
Height = 13
Caption = #1040#1083#1100#1073#1086#1084
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 272
Top = 56
Width = 36
Height = 13
Caption = #1058#1077#1082#1089#1090
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object BandEdit: TEdit
Left = 80
Top = 8
Width = 185
Height = 21
TabOrder = 1
Text = 'BandEdit'
end
object ReqLyrMemo: TMemo
Left = 80
Top = 80
Width = 185
Height = 129
Lines.Strings = (
'ReqLyrMemo')
ScrollBars = ssBoth
TabOrder = 7
WordWrap = False
end
object BandBox: TCheckBox
Left = 0
Top = 8
Width = 65
Height = 17
Caption = #1043#1088#1091#1087#1087#1072
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = BandBoxClick
end
object AlbumBox: TCheckBox
Left = 0
Top = 32
Width = 73
Height = 17
Caption = #1040#1083#1100#1073#1086#1084
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = AlbumBoxClick
end
object AlbumEdit: TEdit
Left = 80
Top = 32
Width = 185
Height = 21
TabOrder = 3
Text = 'AlbumEdit'
end
object LyrBox: TCheckBox
Left = 0
Top = 80
Width = 57
Height = 17
Caption = #1058#1077#1082#1089#1090
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 6
OnClick = LyrBoxClick
end
object LyrEdit: TRichEdit
Left = 272
Top = 72
Width = 282
Height = 366
Anchors = [akLeft, akTop, akRight, akBottom]
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clLime
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Lines.Strings = (
'LyrEdit')
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 14
WordWrap = False
end
object SongsBox: TComboBox
Left = 0
Top = 216
Width = 265
Height = 227
Style = csSimple
Anchors = [akLeft, akTop, akBottom]
ItemHeight = 0
TabOrder = 11
Text = 'SongsBox'
OnSelect = SongsBoxSelect
end
object Button1: TButton
Left = 0
Top = 152
Width = 75
Height = 25
Caption = #1054#1095#1080#1089#1090#1080#1090#1100
TabOrder = 9
OnClick = Button1Click
end
object ReqBtn: TButton
Left = 0
Top = 120
Width = 75
Height = 25
Caption = #1047#1072#1087#1088#1086#1089#1080#1090#1100
Default = True
TabOrder = 8
OnClick = ReqBtnClick
OnKeyDown = ReqBtnKeyDown
OnKeyUp = ReqBtnKeyUp
end
object Button3: TButton
Left = 0
Top = 184
Width = 75
Height = 25
Cancel = True
Caption = #1054#1090#1084#1077#1085#1080#1090#1100
ModalResult = 2
TabOrder = 10
OnClick = Button3Click
end
object SongBox: TCheckBox
Left = 0
Top = 56
Width = 65
Height = 17
Caption = #1055#1077#1089#1085#1103
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 4
OnClick = SongBoxClick
end
object SongTitleEdit: TEdit
Left = 80
Top = 56
Width = 185
Height = 21
TabOrder = 5
Text = 'SongTitleEdit'
end
object tBandEdit: TEdit
Left = 328
Top = 8
Width = 201
Height = 21
ReadOnly = True
TabOrder = 12
Text = 'tBandEdit'
end
object tAlbumEdit: TEdit
Left = 328
Top = 32
Width = 201
Height = 21
ReadOnly = True
TabOrder = 13
Text = 'tAlbumEdit'
end
end
object TabSheet2: TTabSheet
Caption = #1053#1072#1074#1080#1075#1072#1094#1080#1103' '#1087#1086' '#1073#1072#1079#1077
ImageIndex = 1
DesignSize = (
560
442)
object Label4: TLabel
Left = 8
Top = 3
Width = 50
Height = 13
Caption = #1056#1091#1089#1089#1082#1080#1077
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 7
Top = 114
Width = 75
Height = 13
Caption = #1047#1072#1088#1091#1073#1077#1078#1085#1099#1077
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label6: TLabel
Left = 290
Top = 4
Width = 36
Height = 13
Caption = #1058#1077#1082#1089#1090
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label7: TLabel
Left = 9
Top = 208
Width = 46
Height = 13
Caption = #1040#1083#1100#1073#1086#1084
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label8: TLabel
Left = 139
Top = 3
Width = 42
Height = 13
Caption = #1043#1088#1091#1087#1087#1072
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label9: TLabel
Left = 139
Top = 208
Width = 38
Height = 13
Caption = #1055#1077#1089#1085#1103
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object enchars: TStringGrid
Left = 4
Top = 130
Width = 122
Height = 71
ColCount = 7
DefaultColWidth = 16
DefaultRowHeight = 16
FixedCols = 0
RowCount = 4
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
ScrollBars = ssNone
TabOrder = 0
OnSelectCell = encharsSelectCell
end
object ruchars: TStringGrid
Left = 4
Top = 19
Width = 122
Height = 88
ColCount = 7
DefaultColWidth = 16
DefaultRowHeight = 16
FixedCols = 0
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
ScrollBars = ssNone
TabOrder = 1
OnSelectCell = rucharsSelectCell
end
object TextMemo: TMemo
Left = 288
Top = 19
Width = 269
Height = 419
Anchors = [akLeft, akTop, akRight, akBottom]
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clLime
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 2
end
object SongsLBox: TComboBox
Left = 136
Top = 224
Width = 145
Height = 218
Style = csSimple
Anchors = [akLeft, akTop, akBottom]
ItemHeight = 13
TabOrder = 3
OnSelect = SongsLBoxSelect
end
object BandsLBox: TComboBox
Left = 136
Top = 18
Width = 145
Height = 185
Style = csSimple
ItemHeight = 13
TabOrder = 4
OnSelect = BandsLBoxSelect
end
object AlbumsLBox: TComboBox
Left = 0
Top = 224
Width = 129
Height = 216
Style = csSimple
Anchors = [akLeft, akTop, akBottom]
ItemHeight = 13
TabOrder = 5
OnSelect = AlbumsLBoxSelect
end
end
end
object MusCon: TADOConnection
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\db\music.mdb;Per' +
'sist Security Info=False'
LoginPrompt = False
Mode = cmShareDenyNone
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 488
end
object musds: TADODataSet
Connection = MusCon
Parameters = <>
Left = 520
end
end