source: tags/2.9/UOptionsWindow.dfm

Last change on this file was 10, checked in by george, 16 years ago

Verze 2.9 a 2.10.

  • Property svn:executable set to *
File size: 52.7 KB
Line 
1object OptionsWindow: TOptionsWindow
2 Left = 374
3 Top = 173
4 Width = 510
5 Height = 500
6 ActiveControl = Button1
7 Caption = 'Nastaven'#237
8 Color = clBtnFace
9 Constraints.MinHeight = 500
10 Constraints.MinWidth = 510
11 Font.Charset = DEFAULT_CHARSET
12 Font.Color = clWindowText
13 Font.Height = -11
14 Font.Name = 'MS Sans Serif'
15 Font.Style = []
16 OldCreateOrder = False
17 Position = poScreenCenter
18 OnCreate = FormCreate
19 OnShow = FormShow
20 DesignSize = (
21 502
22 466)
23 PixelsPerInch = 96
24 TextHeight = 13
25 object PageControl1: TPageControl
26 Left = 8
27 Top = 8
28 Width = 487
29 Height = 424
30 ActivePage = TabSheet1
31 Anchors = [akLeft, akTop, akRight, akBottom]
32 TabOrder = 0
33 object TabSheet1: TTabSheet
34 Caption = 'R'#367'zn'#233
35 DesignSize = (
36 479
37 396)
38 object Label1: TLabel
39 Left = 8
40 Top = 160
41 Width = 89
42 Height = 13
43 Caption = 'U'#382'ivatelsk'#233' jm'#233'no:'
44 end
45 object Label4: TLabel
46 Left = 168
47 Top = 160
48 Width = 139
49 Height = 13
50 Caption = 'Automatick'#253' d'#367'vod odchodu:'
51 end
52 object Label8: TLabel
53 Left = 8
54 Top = 200
55 Width = 74
56 Height = 13
57 Caption = 'Popis u'#382'ivatele:'
58 end
59 object Label6: TLabel
60 Left = 8
61 Top = 96
62 Width = 157
63 Height = 13
64 Caption = 'Automatick'#253' odchod u'#382'ivatel'#367' po'
65 end
66 object Label11: TLabel
67 Left = 240
68 Top = 96
69 Width = 94
70 Height = 13
71 Caption = 'minut'#225'ch ne'#269'innosti'
72 end
73 object Label14: TLabel
74 Left = 8
75 Top = 120
76 Width = 30
77 Height = 13
78 Caption = 'Jazyk:'
79 end
80 object Edit1: TEdit
81 Left = 8
82 Top = 176
83 Width = 153
84 Height = 21
85 TabOrder = 0
86 OnKeyPress = Edit1KeyPress
87 end
88 object CheckBox2: TCheckBox
89 Left = 8
90 Top = 16
91 Width = 113
92 Height = 17
93 Caption = 'Spou'#353't'#283't p'#345'i startu'
94 TabOrder = 1
95 end
96 object CheckBox4: TCheckBox
97 Left = 8
98 Top = 32
99 Width = 145
100 Height = 17
101 Caption = 'Startovat minimalizovan'#283
102 TabOrder = 2
103 end
104 object Edit2: TEdit
105 Left = 168
106 Top = 176
107 Width = 153
108 Height = 21
109 TabOrder = 3
110 OnKeyPress = Edit2KeyPress
111 end
112 object CheckBox9: TCheckBox
113 Left = 8
114 Top = 240
115 Width = 105
116 Height = 17
117 Caption = 'Pokro'#269'il'#233' funkce'
118 TabOrder = 4
119 OnClick = CheckBox9Click
120 end
121 object CheckBox13: TCheckBox
122 Left = 8
123 Top = 64
124 Width = 177
125 Height = 17
126 Caption = 'Zak'#225'zat v'#237'cen'#225'sobn'#233' spu'#353't'#283'n'#237
127 TabOrder = 5
128 end
129 object CheckBox14: TCheckBox
130 Left = 8
131 Top = 0
132 Width = 97
133 Height = 17
134 Caption = 'Vypnout zvuk'
135 TabOrder = 6
136 end
137 object Edit6: TEdit
138 Left = 8
139 Top = 216
140 Width = 462
141 Height = 21
142 Anchors = [akLeft, akTop, akRight]
143 TabOrder = 7
144 OnKeyPress = Edit1KeyPress
145 end
146 object SpinEdit1: TSpinEdit
147 Left = 176
148 Top = 92
149 Width = 57
150 Height = 22
151 MaxValue = 100
152 MinValue = 1
153 TabOrder = 8
154 Value = 1
155 end
156 object GroupBox2: TGroupBox
157 Left = 416
158 Top = 8
159 Width = 57
160 Height = 145
161 Anchors = [akTop, akRight]
162 Caption = 'Hlasitost'
163 TabOrder = 9
164 object TrackBar2: TTrackBar
165 Left = 8
166 Top = 16
167 Width = 37
168 Height = 121
169 Orientation = trVertical
170 TabOrder = 0
171 TickMarks = tmBoth
172 end
173 end
174 object GroupBox5: TGroupBox
175 Left = 8
176 Top = 256
177 Width = 465
178 Height = 65
179 Anchors = [akLeft, akTop, akRight]
180 Caption = 'P'#345'ipojen'#237
181 TabOrder = 10
182 DesignSize = (
183 465
184 65)
185 object Label3: TLabel
186 Left = 8
187 Top = 16
188 Width = 76
189 Height = 13
190 Caption = 'S'#237#357'ov'#225' rozhran'#237':'
191 end
192 object Label9: TLabel
193 Left = 272
194 Top = 16
195 Width = 22
196 Height = 13
197 Anchors = [akTop, akRight]
198 Caption = 'Port:'
199 end
200 object Label16: TLabel
201 Left = 360
202 Top = 16
203 Width = 48
204 Height = 13
205 Anchors = [akTop, akRight]
206 Caption = 'IP adresa:'
207 end
208 object ComboBox1: TComboBox
209 Left = 8
210 Top = 32
211 Width = 257
212 Height = 21
213 Style = csDropDownList
214 Anchors = [akLeft, akTop, akRight]
215 ItemHeight = 13
216 TabOrder = 0
217 OnChange = ComboBox1Change
218 end
219 object SpinEdit2: TSpinEdit
220 Left = 272
221 Top = 32
222 Width = 81
223 Height = 22
224 Anchors = [akTop, akRight]
225 MaxValue = 65535
226 MinValue = 0
227 TabOrder = 1
228 Value = 0
229 end
230 object Edit13: TEdit
231 Left = 360
232 Top = 32
233 Width = 97
234 Height = 21
235 Anchors = [akTop, akRight]
236 Enabled = False
237 TabOrder = 2
238 end
239 end
240 object ComboBox3: TComboBox
241 Left = 8
242 Top = 136
243 Width = 145
244 Height = 21
245 Style = csDropDownList
246 ItemHeight = 13
247 TabOrder = 11
248 end
249 object CheckBox31: TCheckBox
250 Left = 8
251 Top = 48
252 Width = 201
253 Height = 17
254 Caption = 'Po startu aktivovat stav Neviditeln'#253
255 TabOrder = 12
256 end
257 end
258 object TabSheet3: TTabSheet
259 Caption = 'Vzhled'
260 ImageIndex = 2
261 object Label2: TLabel
262 Left = 8
263 Top = 0
264 Width = 59
265 Height = 13
266 Caption = 'Pr'#367'hlednost:'
267 end
268 object Label5: TLabel
269 Left = 232
270 Top = 0
271 Width = 57
272 Height = 13
273 Caption = 'Barva textu:'
274 end
275 object Shape1: TShape
276 Left = 232
277 Top = 16
278 Width = 25
279 Height = 25
280 OnMouseDown = Shape1MouseDown
281 end
282 object Label10: TLabel
283 Left = 232
284 Top = 56
285 Width = 142
286 Height = 13
287 Caption = 'Maxim'#225'ln'#237' po'#269'et zpr'#225'v v okn'#283
288 end
289 object Label12: TLabel
290 Left = 8
291 Top = 240
292 Width = 163
293 Height = 13
294 Caption = 'Nejmen'#353#237' viditeln'#253' po'#269'et u'#382'ivatel'#367':'
295 end
296 object Label17: TLabel
297 Left = 8
298 Top = 264
299 Width = 82
300 Height = 13
301 Caption = 'Sm'#283'r roz'#353'i'#345'ov'#225'n'#237':'
302 end
303 object TrackBar1: TTrackBar
304 Left = 8
305 Top = 16
306 Width = 150
307 Height = 33
308 Max = 255
309 Min = 20
310 ParentShowHint = False
311 Frequency = 10
312 Position = 20
313 ShowHint = False
314 TabOrder = 0
315 OnChange = TrackBar1Change
316 end
317 object CheckBox1: TCheckBox
318 Left = 8
319 Top = 64
320 Width = 137
321 Height = 17
322 Caption = 'Zobrazovat hlavn'#237' menu'
323 TabOrder = 1
324 end
325 object CheckBox3: TCheckBox
326 Left = 8
327 Top = 80
328 Width = 201
329 Height = 17
330 Caption = 'Minimalizovat do oznamovac'#237' oblasti'
331 TabOrder = 2
332 end
333 object CheckBox5: TCheckBox
334 Left = 8
335 Top = 96
336 Width = 97
337 Height = 17
338 Caption = 'V'#382'dy naho'#345'e'
339 TabOrder = 3
340 end
341 object CheckBox6: TCheckBox
342 Left = 8
343 Top = 112
344 Width = 201
345 Height = 17
346 Caption = 'Zobrazovat okno p'#345'i p'#345#237'chodu zpr'#225'vy'
347 TabOrder = 4
348 end
349 object CheckBox7: TCheckBox
350 Left = 8
351 Top = 128
352 Width = 137
353 Height = 17
354 Caption = 'Zobrazovat '#269'as zpr'#225'v'
355 TabOrder = 5
356 end
357 object CheckBox8: TCheckBox
358 Left = 8
359 Top = 144
360 Width = 217
361 Height = 17
362 Caption = 'Zobrazovat bublinu p'#345'i p'#345#237'chodu zpr'#225'vy'
363 TabOrder = 6
364 end
365 object CheckBox10: TCheckBox
366 Left = 8
367 Top = 160
368 Width = 209
369 Height = 17
370 Caption = 'Zav'#345'en'#237'm okna minimalizovat aplikaci'
371 TabOrder = 7
372 end
373 object CheckBox11: TCheckBox
374 Left = 8
375 Top = 176
376 Width = 153
377 Height = 17
378 Caption = 'Zobrazit prav'#253' bo'#269'n'#237' panel'
379 TabOrder = 8
380 end
381 object CheckBox15: TCheckBox
382 Left = 8
383 Top = 192
384 Width = 193
385 Height = 17
386 Caption = 'P'#345'itahovat okno k okraji obrazovky'
387 TabOrder = 9
388 end
389 object SpinEdit3: TSpinEdit
390 Left = 232
391 Top = 72
392 Width = 49
393 Height = 22
394 MaxValue = 9999
395 MinValue = 1
396 TabOrder = 10
397 Value = 1
398 end
399 object CheckBox12: TCheckBox
400 Left = 8
401 Top = 216
402 Width = 273
403 Height = 17
404 Caption = 'Automaticky m'#283'nit v'#253#353'ku okna podle po'#269'tu u'#382'ivatel'#367
405 TabOrder = 11
406 end
407 object SpinEdit4: TSpinEdit
408 Left = 176
409 Top = 236
410 Width = 49
411 Height = 22
412 MaxValue = 99
413 MinValue = 1
414 TabOrder = 12
415 Value = 1
416 end
417 object ComboBox4: TComboBox
418 Left = 96
419 Top = 262
420 Width = 89
421 Height = 21
422 Style = csDropDownList
423 ItemHeight = 13
424 ItemIndex = 0
425 TabOrder = 13
426 Text = 'Nahoru'
427 Items.Strings = (
428 'Nahoru'
429 'Dolu')
430 end
431 end
432 object TabSheet4: TTabSheet
433 Caption = 'Syst'#233'mov'#233' ud'#225'losti'
434 ImageIndex = 3
435 DesignSize = (
436 479
437 396)
438 object Label7: TLabel
439 Left = 8
440 Top = 0
441 Width = 81
442 Height = 13
443 Caption = 'Seznam ud'#225'lost'#237':'
444 end
445 object ListBox1: TListBox
446 Left = 8
447 Top = 16
448 Width = 129
449 Height = 372
450 Anchors = [akLeft, akTop, akBottom]
451 ItemHeight = 13
452 Items.Strings = (
453 'U'#382'ivatel se p'#345'ipojil'
454 'U'#382'ivatel se odpojil'
455 'U'#382'ivatel obnoven'
456 'U'#382'ivatel zmizel'
457 'U'#382'ivatel v'#225's vyzval'
458 'U'#382'ivatel ode'#353'el'
459 'U'#382'ivatel se vr'#225'til')
460 TabOrder = 0
461 OnClick = ListBox1Click
462 end
463 object GroupBox1: TGroupBox
464 Left = 144
465 Top = 0
466 Width = 334
467 Height = 388
468 Anchors = [akLeft, akTop, akRight, akBottom]
469 Caption = 'Akce'
470 TabOrder = 1
471 DesignSize = (
472 334
473 388)
474 object SpeedButton4: TSpeedButton
475 Left = 250
476 Top = 104
477 Width = 22
478 Height = 21
479 Anchors = [akTop, akRight]
480 Glyph.Data = {
481 36050000424D3605000000000000360400002800000010000000100000000100
482 08000000000000010000C21E0000C21E0000000100000000000000000000FFFF
483 FF00000000000000000000000000000000000000000000000000000000000000
484 0000000000000000000000000000000000000000000000000000000000000000
485 0000000000000000000000000000000000000000000000000000000000000000
486 0000000000000000000000000000000000000000000000000000000000000000
487 0000000000000000000000000000000000000000000000000000000000000000
488 0000000000000000000000000000000000000000000000000000000000000000
489 0000000000000000000000000000000000000000000000000000000000000000
490 0000000000000000000000000000000000000000000000000000000000000000
491 0000000000000000000000000000000000000000000000000000000000000000
492 0000000000000000000000000000000000000000000000000000000000000000
493 0000000000000000000000000000000000000000000000000000000000000000
494 0000000000000000000000000000000000000000000000000000000000000000
495 0000000000000000000000000000000000000000000000000000000000000000
496 0000000000000000000000000000000000000000000000000000000000000000
497 0000000000000000000000000000000000000000000000000000000000000000
498 0000000000000000000000000000000000000000000000000000000000000000
499 0000000000000000000000000000000000000000000000000000000000000000
500 0000000000000000000000000000000000000000000000000000000000000000
501 0000000000000000000000000000000000000000000000000000000000000000
502 0000000000000000000000000000000000000000000000000000000000000000
503 0000000000000000000000000000000000000000000000000000000000000000
504 0000000000000000000000000000000000000000000000000000000000000000
505 0000000000000000000000000000000000000000000000000000000000000000
506 0000000000000000000000000000000000000000000000000000000000000000
507 0000000000000000000000000000000000000000000000000000000000000000
508 0000000000000000000000000000000000000000000000000000000000000000
509 0000000000000000000000000000000000000000000000000000000000000000
510 0000000000000000000000000000000000000000000000000000000000000000
511 0000000000000000000000000000000000000000000000000000000000000000
512 0000000000000000000000000000000000000000000000000000000000000000
513 0000000000000000000000000000000000000000000000000000000000000000
514 0000000000000000000000000000000000000000000000000000010101010101
515 0101010101010101010101010101010101010101010101010101010101010100
516 0101010101010101010101010101010000010101010101010101010101010100
517 0000010101010101010101010101010000000001010101010101010101010100
518 0000000001010101010101010101010000000000000101010101010101010100
519 0000000000000101010101010101010000000000000101010101010101010100
520 0000000001010101010101010101010000000001010101010101010101010100
521 0000010101010101010101010101010000010101010101010101010101010100
522 0101010101010101010101010101010101010101010101010101}
523 OnClick = SpeedButton4Click
524 end
525 object Label15: TLabel
526 Left = 8
527 Top = 224
528 Width = 63
529 Height = 13
530 Caption = 'P'#237'smo zpr'#225'vy'
531 end
532 object CheckBox16: TCheckBox
533 Left = 8
534 Top = 16
535 Width = 193
536 Height = 17
537 Caption = 'Zobrazit okno p'#345'es v'#353'echny ostatn'#237
538 TabOrder = 0
539 OnClick = CheckBox16Click
540 end
541 object CheckBox17: TCheckBox
542 Left = 8
543 Top = 84
544 Width = 97
545 Height = 17
546 Caption = 'P'#345'ehr'#225't zvuk'
547 TabOrder = 1
548 OnClick = CheckBox17Click
549 end
550 object Edit3: TEdit
551 Left = 8
552 Top = 104
553 Width = 237
554 Height = 21
555 Anchors = [akLeft, akTop, akRight]
556 TabOrder = 2
557 OnChange = Edit3Change
558 end
559 object Button2: TButton
560 Left = 276
561 Top = 104
562 Width = 51
563 Height = 21
564 Anchors = [akTop, akRight]
565 Caption = 'Vybrat'
566 TabOrder = 3
567 OnClick = Button2Click
568 end
569 object CheckBox18: TCheckBox
570 Left = 8
571 Top = 130
572 Width = 97
573 Height = 17
574 Caption = 'Spustit program'
575 TabOrder = 4
576 OnClick = CheckBox18Click
577 end
578 object Edit4: TEdit
579 Left = 8
580 Top = 152
581 Width = 261
582 Height = 21
583 Anchors = [akLeft, akTop, akRight]
584 TabOrder = 5
585 OnChange = Edit4Change
586 end
587 object Button3: TButton
588 Left = 274
589 Top = 152
590 Width = 51
591 Height = 21
592 Anchors = [akTop, akRight]
593 Caption = 'Vybrat'
594 TabOrder = 6
595 OnClick = Button3Click
596 end
597 object CheckBox19: TCheckBox
598 Left = 8
599 Top = 280
600 Width = 201
601 Height = 17
602 Caption = 'Zobrazit ikonu v oznamovac'#237' oblasti'
603 TabOrder = 7
604 OnClick = CheckBox19Click
605 end
606 object CheckBox20: TCheckBox
607 Left = 8
608 Top = 48
609 Width = 97
610 Height = 17
611 Caption = 'Zobrazit bublinu'
612 TabOrder = 8
613 OnClick = CheckBox20Click
614 end
615 object CheckBox21: TCheckBox
616 Left = 8
617 Top = 178
618 Width = 97
619 Height = 17
620 Caption = 'Zobrazit zpr'#225'vu'
621 TabOrder = 9
622 OnClick = CheckBox21Click
623 end
624 object Edit5: TEdit
625 Left = 8
626 Top = 200
627 Width = 317
628 Height = 21
629 Anchors = [akLeft, akTop, akRight]
630 TabOrder = 10
631 OnChange = Edit5Change
632 end
633 object CheckBox22: TCheckBox
634 Left = 8
635 Top = 32
636 Width = 97
637 Height = 17
638 Caption = 'P'#237'pnout'
639 TabOrder = 11
640 OnClick = CheckBox22Click
641 end
642 object RichEdit1: TRichEdit
643 Left = 8
644 Top = 240
645 Width = 253
646 Height = 33
647 Anchors = [akLeft, akTop, akRight]
648 Enabled = False
649 Lines.Strings = (
650 'ABCD abcd 1234 '#283#353#269#345#382#253#225#237#233)
651 TabOrder = 12
652 end
653 object Button9: TButton
654 Left = 268
655 Top = 240
656 Width = 59
657 Height = 33
658 Anchors = [akTop, akRight]
659 Caption = 'Vybrat'
660 TabOrder = 13
661 OnClick = Button9Click
662 end
663 object Edit12: TEdit
664 Left = 8
665 Top = 296
666 Width = 261
667 Height = 21
668 Anchors = [akLeft, akTop, akRight]
669 TabOrder = 14
670 OnChange = Edit12Change
671 end
672 object Button10: TButton
673 Left = 274
674 Top = 296
675 Width = 51
676 Height = 21
677 Anchors = [akTop, akRight]
678 Caption = 'Vybrat'
679 Font.Charset = DEFAULT_CHARSET
680 Font.Color = clWindowText
681 Font.Height = -11
682 Font.Name = 'MS Sans Serif'
683 Font.Style = []
684 ParentFont = False
685 TabOrder = 15
686 OnClick = Button10Click
687 end
688 end
689 end
690 object TabSheet5: TTabSheet
691 Caption = 'U'#382'ivatelsk'#233' ud'#225'losti'
692 Font.Charset = DEFAULT_CHARSET
693 Font.Color = clWindowText
694 Font.Height = -11
695 Font.Name = 'MS Sans Serif'
696 Font.Style = []
697 ImageIndex = 4
698 ParentFont = False
699 DesignSize = (
700 479
701 396)
702 object Label13: TLabel
703 Left = 8
704 Top = 0
705 Width = 81
706 Height = 13
707 Caption = 'Seznam ud'#225'lost'#237':'
708 end
709 object SpeedButton3: TSpeedButton
710 Left = 54
711 Top = 363
712 Width = 23
713 Height = 22
714 Action = ActionDeleteUserEvent
715 Anchors = [akLeft, akBottom]
716 Flat = True
717 Glyph.Data = {
718 E6010000424DE60100000000000036000000280000000C0000000C0000000100
719 180000000000B0010000130B0000130B00000000000000000000C8D0D4C8D0D4
720 060985C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4040781C8D0D4C8D0D4C8D0
721 D41E2ABB001ED5000186C8D0D4C8D0D4C8D0D4C8D0D40000840017C7000083C8
722 D0D4484EBE5970EB0025E40025E2000288C8D0D4C8D0D4000287001FD8001ED6
723 001BCF00007DC8D0D4757ED75975F5002CF2002AEF00038C00068E0028E80027
724 E60023DF000088C8D0D4C8D0D4C8D0D4747ED8597AFE0033FF0032FD0031FB00
725 2FF7002BF000008CC8D0D4C8D0D4C8D0D4C8D0D4C8D0D47881D86684FE1644FF
726 1040FF0738FD000691C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D47980D67C97
727 FE315AFF2A54FF204BFD010D8FC8D0D4C8D0D4C8D0D4C8D0D4C8D0D47A82D590
728 A5FD4E71FF859DFF7E98FF3860FF2952FA010D8EC8D0D4C8D0D4C8D0D47F85D5
729 9DAFFD6987FF9DB0FE838BD9858CDA8DA3FE3F66FF2D56FB000B8EC8D0D45B5F
730 C5C0CCFD7D97FFABBCFC888DD8C8D0D4C8D0D4878DDA8BA2FE4167FF6281FC18
731 208FC8D0D4969BDCC8D1FB898FD6C8D0D4C8D0D4C8D0D4C8D0D4888ED9AFBEFE
732 8B92DEC8D0D4C8D0D4C8D0D47A7ECFC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
733 D45E64C7C8D0D4C8D0D4}
734 Margin = 5
735 ParentShowHint = False
736 ShowHint = True
737 end
738 object SpeedButton2: TSpeedButton
739 Left = 8
740 Top = 363
741 Width = 23
742 Height = 22
743 Action = ActionAddUserEvent
744 Anchors = [akLeft, akBottom]
745 Caption = 'lllllll'
746 Flat = True
747 Glyph.Data = {
748 16050000424D160500000000000036040000280000000E0000000E0000000100
749 080000000000E0000000130B0000130B0000000100000000000000590000065E
750 0800095809000B5B0D000B5D0D000B5E0D000D600E00017D00000E6110000E64
751 10001167120015621700296B290023762400297129002C722C002D762D002C77
752 2D002D772F002F782F002F792F002F743100317431003772370000860000008F
753 00000094000000980000039A030010A1100014A313001BA71B003D9C3C0025AB
754 24002BAE2B002CAC2C002EB02D0035AE35003CA33C003CAA3C0039B238003CB1
755 3C005297530043B5420041B9410045BB45004EBB4E004EBE4E0058BF590060A4
756 61006CAB6C006EAC6E006FAF6F0073B2730073B3730077B077007AB77B007CB9
757 7F0057C5570059C0590060C4610063C3640066C7670067C768006CCF6B0077D0
758 78007FB8810080B7820083BA830085BC860087BD870088BE89008EC08F0081D9
759 80008BDA8B0091C2940094C9960097C499009AC69B0099C99A009ACB9C009DC9
760 9E009DCA9E009CCD9F0095E393009DE39D00B6DCB800AFECAF00B6EFB500C8D0
761 D400CDF6CE000000000000000000000000000000000000000000000000000000
762 0000000000000000000000000000000000000000000000000000000000000000
763 0000000000000000000000000000000000000000000000000000000000000000
764 0000000000000000000000000000000000000000000000000000000000000000
765 0000000000000000000000000000000000000000000000000000000000000000
766 0000000000000000000000000000000000000000000000000000000000000000
767 0000000000000000000000000000000000000000000000000000000000000000
768 0000000000000000000000000000000000000000000000000000000000000000
769 0000000000000000000000000000000000000000000000000000000000000000
770 0000000000000000000000000000000000000000000000000000000000000000
771 0000000000000000000000000000000000000000000000000000000000000000
772 0000000000000000000000000000000000000000000000000000000000000000
773 0000000000000000000000000000000000000000000000000000000000000000
774 0000000000000000000000000000000000000000000000000000000000000000
775 0000000000000000000000000000000000000000000000000000000000000000
776 0000000000000000000000000000000000000000000000000000000000000000
777 0000000000000000000000000000000000000000000000000000000000000000
778 0000000000000000000000000000000000000000000000000000000000000000
779 0000000000000000000000000000000000000000000000000000000000000000
780 0000000000000000000000000000000000000000000000000000000000000000
781 000000000000000000000000000000000000000000000000000059595959592A
782 0203175959595959000059595959593320070B59595959590000595959595934
783 26180B5959595959000059595959593527190859595959590000595959595936
784 291B095959595959000042131012140D281E00060504040C000038231F212224
785 2422211F1D1C1A010000393D303C3E3F2D2C2F3B2E2B250A0000324C4F505356
786 413A11474645443100005959595959484A400E5959595959000059595959594B
787 55490F5959595959000059595959595157541559595959590000595959595952
788 5A5816595959595900005959595959434E4D3759595959590000}
789 Margin = 3
790 ParentShowHint = False
791 ShowHint = True
792 end
793 object SpeedButton1: TSpeedButton
794 Left = 31
795 Top = 363
796 Width = 23
797 Height = 22
798 Action = ActionEditUserEventCaption
799 Anchors = [akLeft, akBottom]
800 Flat = True
801 Glyph.Data = {
802 16050000424D160500000000000036040000280000000E0000000E0000000100
803 080000000000E0000000130B0000130B00000001000000000000181818000051
804 0000005E000002690400036A050007730E0003651100097711000A7A15000E7F
805 1A000C78240048484800686868006E6E6E0010852000138A2600138B27001588
806 250017932E001A99350022853A0020A13D00168E42003F8E4E003E9C4C003DB0
807 5900308464004EB6660069BF7A00008C86000398960000AAB00079C2870069C2
808 B70007BFD70001B2E10050AFC30026D9FE0002E6FE0057C1C70043C0E00063E3
809 F60080A58000C8D0D400D8D8D800E8E8E800FAFAFA0000000000000000000000
810 0000000000000000000000000000000000000000000000000000000000000000
811 0000000000000000000000000000000000000000000000000000000000000000
812 0000000000000000000000000000000000000000000000000000000000000000
813 0000000000000000000000000000000000000000000000000000000000000000
814 0000000000000000000000000000000000000000000000000000000000000000
815 0000000000000000000000000000000000000000000000000000000000000000
816 0000000000000000000000000000000000000000000000000000000000000000
817 0000000000000000000000000000000000000000000000000000000000000000
818 0000000000000000000000000000000000000000000000000000000000000000
819 0000000000000000000000000000000000000000000000000000000000000000
820 0000000000000000000000000000000000000000000000000000000000000000
821 0000000000000000000000000000000000000000000000000000000000000000
822 0000000000000000000000000000000000000000000000000000000000000000
823 0000000000000000000000000000000000000000000000000000000000000000
824 0000000000000000000000000000000000000000000000000000000000000000
825 0000000000000000000000000000000000000000000000000000000000000000
826 0000000000000000000000000000000000000000000000000000000000000000
827 0000000000000000000000000000000000000000000000000000000000000000
828 0000000000000000000000000000000000000000000000000000000000000000
829 0000000000000000000000000000000000000000000000000000000000000000
830 0000000000000000000000000000000000000000000000000000000000000000
831 0000000000000000000000000000000000000000000000000000000000000000
832 0000000000000000000000000000000000000000000000000000000000000000
833 0000000000000000000000000000000000000000000000000000000000000000
834 0000000000000000000000000000000000000000000000000000000000000000
835 00000000000000000000000000000000000000000000000000002B2B2B002B2B
836 2B2B2B2B2B2B2B2B00002B2B2B0D0B2B2B2B2B2B2B2B2B2B00002B2B2B2C2D0C
837 2B2B2B2B2B2B2B2B00002B2B2B2B2E2A062B2B2B2B2B2B2B00002B2B2B2B1811
838 05172B2B2B2B2B2B00002B2B2B2B201207022B2B2B2B2B2B00002B2B2B2B2B19
839 0F03142B2B2B2B2B00002B2B2B2B2B2B1309012B2B2B2B2B00002B2B2B2B2B2B
840 1B10040A2B2B2B2B00002B2B2B2B2B2B2B150E081A2B2B2B00002B2B2B2B2B2B
841 2B1C161E1F2B2B2B00002B2B2B2B2B2B2B2B2725261D2B2B00002B2B2B2B2B2B
842 2B2B212923222B2B00002B2B2B2B2B2B2B2B2B24282B2B2B0000}
843 Margin = 4
844 ParentShowHint = False
845 ShowHint = True
846 end
847 object SpeedButton7: TSpeedButton
848 Left = 100
849 Top = 363
850 Width = 23
851 Height = 22
852 Action = ActionMoveUserEventDown
853 Anchors = [akLeft, akBottom]
854 Flat = True
855 Glyph.Data = {
856 36050000424D3605000000000000360400002800000010000000100000000100
857 08000000000000010000130B0000130B0000000100000000000081270000893B
858 08008B3E0F00853D15008D44150088401A0088411B008B461D008A462200AA54
859 2600B7653000BB6C3B00BA6D3C00C8600000CE690600D2741A00D57C2600D17E
860 3300BD734700C27F5400D6812E00D6863C00DA8D4300D78F4D00DD965200DE99
861 5600C3856000CC906900CF956F00E0A06200E3A97200E6B17F00D29F8000E7B3
862 8100E2B89600EABC9000ECC29B00ECC49E00EDC6A000E8C7AD00EFCCAB00EED3
863 BB00F1D3B700FFFFFF0000000000000000000000000000000000000000000000
864 0000000000000000000000000000000000000000000000000000000000000000
865 0000000000000000000000000000000000000000000000000000000000000000
866 0000000000000000000000000000000000000000000000000000000000000000
867 0000000000000000000000000000000000000000000000000000000000000000
868 0000000000000000000000000000000000000000000000000000000000000000
869 0000000000000000000000000000000000000000000000000000000000000000
870 0000000000000000000000000000000000000000000000000000000000000000
871 0000000000000000000000000000000000000000000000000000000000000000
872 0000000000000000000000000000000000000000000000000000000000000000
873 0000000000000000000000000000000000000000000000000000000000000000
874 0000000000000000000000000000000000000000000000000000000000000000
875 0000000000000000000000000000000000000000000000000000000000000000
876 0000000000000000000000000000000000000000000000000000000000000000
877 0000000000000000000000000000000000000000000000000000000000000000
878 0000000000000000000000000000000000000000000000000000000000000000
879 0000000000000000000000000000000000000000000000000000000000000000
880 0000000000000000000000000000000000000000000000000000000000000000
881 0000000000000000000000000000000000000000000000000000000000000000
882 0000000000000000000000000000000000000000000000000000000000000000
883 0000000000000000000000000000000000000000000000000000000000000000
884 0000000000000000000000000000000000000000000000000000000000000000
885 0000000000000000000000000000000000000000000000000000000000000000
886 0000000000000000000000000000000000000000000000000000000000000000
887 0000000000000000000000000000000000000000000000000000000000000000
888 0000000000000000000000000000000000000000000000000000000000000000
889 00000000000000000000000000000000000000000000000000002B2B2B2B2B2B
890 2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B12032B2B2B2B2B2B2B2B2B2B2B2B2B
891 0C0D0D032B2B2B2B2B2B2B2B2B2B2B0C0E0E0E0D032B2B2B2B2B2B2B2B2B0C0F
892 23100F0E0D052B2B2B2B2B2B2B1211262915100D0F0E062B2B2B2B2B1215281C
893 201614000B0F0E052B2B2B13172A1C2B221916012B0A0F0E062B2B12291C2B2B
894 221D18022B2B0A0F0A2B2B1A1B2B2B2B221E1D042B2B2B0A0B2B2B092B2B2B2B
895 22211E042B2B2B2B092B2B2B2B2B2B2B22231F072B2B2B2B2B2B2B2B2B2B2B2B
896 222523082B2B2B2B2B2B2B2B2B2B2B2B272824132B2B2B2B2B2B2B2B2B2B2B2B
897 202727132B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B}
898 Margin = 3
899 ParentShowHint = False
900 ShowHint = True
901 end
902 object SpeedButton8: TSpeedButton
903 Left = 123
904 Top = 363
905 Width = 23
906 Height = 22
907 Action = ActionImportUserEventList
908 Anchors = [akLeft, akBottom]
909 Flat = True
910 Glyph.Data = {
911 36050000424D3605000000000000360400002800000010000000100000000100
912 08000000000000010000130B0000130B00000001000000000000781800007D21
913 00007A25000080200000893B0600893B0800893C0A00893E0B008A3E0C00863A
914 13008B4315008C4417008C441800914B19009F5711009B541D00A25E1D009B55
915 2100B25D2C00B15D2F00A7642C00BB662A00BD652800AC6C3800B5633500C35B
916 0000C16F3500AE724400AE744A00AF785300C17F5B00CB804500CB814A00CF88
917 5100C3815900D38B5700D28E5C00D38F5F00E9A95900EAAB5D00C1826200C183
918 6300C2836300D3916300D3936600D3946B00D5976900D4976E00D4977100D49B
919 7500D49B7700D49E7C00D49E7E00DDA26A00EBAE6200EDB06600EEB26A00EEB3
920 6B00EFB46E00F0B57000F0B67200F2B87600F3BA7A00F3BB7B00F4BD7F00D4A2
921 8300D4A28500D4A38700D4A68C00F5BE8100F6C08400F6C08500F8C38A00F9C5
922 8E00FAC89200FBC89300FBC99500FCCA9700FDCB9900FDCD9C00FDCE9F00FDD0
923 A100FDD0A300FDD1A400FDD2A600FDD3A800FDD4AB00FDD6AD00FDD6AE00FDD7
924 AF00FDD7B000FDD8B100FED9B400FEDBB700FEDCB900FEDCBA00FEDDBC00FEDE
925 BE00C8D0D400FEDFC000FEE0C200FEE2C500FEE3C800FEE5CC00FEE7CF00FEE8
926 D100FEE9D400FEEBD800FEECDA00FEEDDB00FEEEDD00FEEFE000FEF0E100FEF1
927 E300FEF1E400FFF3E700FFF4E900FFF5EC000000000000000000000000000000
928 0000000000000000000000000000000000000000000000000000000000000000
929 0000000000000000000000000000000000000000000000000000000000000000
930 0000000000000000000000000000000000000000000000000000000000000000
931 0000000000000000000000000000000000000000000000000000000000000000
932 0000000000000000000000000000000000000000000000000000000000000000
933 0000000000000000000000000000000000000000000000000000000000000000
934 0000000000000000000000000000000000000000000000000000000000000000
935 0000000000000000000000000000000000000000000000000000000000000000
936 0000000000000000000000000000000000000000000000000000000000000000
937 0000000000000000000000000000000000000000000000000000000000000000
938 0000000000000000000000000000000000000000000000000000000000000000
939 0000000000000000000000000000000000000000000000000000000000000000
940 0000000000000000000000000000000000000000000000000000000000000000
941 0000000000000000000000000000000000000000000000000000000000000000
942 0000000000000000000000000000000000000000000000000000000000000000
943 0000000000000000000000000000000000000000000000000000000000000000
944 0000000000000000000000000000000000000000000000000000626262626262
945 626262626262626262626262626262620A0807070605040D6262626262626262
946 0F3B39373627260E6262626262220C0B2046403F3D3C3A1062626262621F3837
947 234D4B4948474514626262626221403E255351504F4E4C176262626262244A49
948 2C5A58565554521B62626262622B51502F605E5D5C5B591C62626262622D5756
949 3166656463615F1D6262626262305E5D336A6968672E35116262626262326564
950 416F6E6D6B1A1900626262626234696843757473721501626262626262426E6C
951 1E1E1312020962626262626262447473717016036262626262626262622A2928
952 2828186262626262626262626262626262626262626262626262}
953 Margin = 3
954 ParentShowHint = False
955 ShowHint = True
956 end
957 object SpeedButton6: TSpeedButton
958 Left = 77
959 Top = 363
960 Width = 23
961 Height = 22
962 Action = ActionMoveUserEventUp
963 Anchors = [akLeft, akBottom]
964 Flat = True
965 Glyph.Data = {
966 36050000424D3605000000000000360400002800000010000000100000000100
967 08000000000000010000130B0000130B0000000100000000000076110000761E
968 00007D22000081270000842A0000822C0000842D000085300000863200008736
969 01008A3B0600893B08008B3E0F00853D15008D44150088401A0088411B008B46
970 1D008A4622008B492700934F2400AA542600AF5C2D00B7653000BB6C3B00BA6D
971 3C00BD713E00C8600000CE690600D2741A00D57C2600D17E3300BD734700C079
972 4E00C27F5400D6812E00D6863C00BF826300DA8D4200DA8D4300D78F4D00DD96
973 5100DD965200DE995600C3856000C2846300C3896700C58A6C00C48B6D00CC90
974 6900CD936A00CF956F00DA9C6700D69A6B00C58D7000C9937300CF977300D19B
975 7800D19D7D00E09F6000DFAB7E00E0A06200E2A56B00E2A76D00E3A97200E6B0
976 7D00E6B17F00D29F8000DBAC8B00E7B38100E8B68600E2B89600EABC9000EABD
977 9200ECC29B00ECC49E00EDC6A000EEC8A500E8C7AD00EFCCAB00EED3BB00F0D1
978 B300F1D3B700F0D8C400F4DBC400F2DECD00F3E3D500F5E7DC00F6EAE200FFFF
979 FF00000000000000000000000000000000000000000000000000000000000000
980 0000000000000000000000000000000000000000000000000000000000000000
981 0000000000000000000000000000000000000000000000000000000000000000
982 0000000000000000000000000000000000000000000000000000000000000000
983 0000000000000000000000000000000000000000000000000000000000000000
984 0000000000000000000000000000000000000000000000000000000000000000
985 0000000000000000000000000000000000000000000000000000000000000000
986 0000000000000000000000000000000000000000000000000000000000000000
987 0000000000000000000000000000000000000000000000000000000000000000
988 0000000000000000000000000000000000000000000000000000000000000000
989 0000000000000000000000000000000000000000000000000000000000000000
990 0000000000000000000000000000000000000000000000000000000000000000
991 0000000000000000000000000000000000000000000000000000000000000000
992 0000000000000000000000000000000000000000000000000000000000000000
993 0000000000000000000000000000000000000000000000000000000000000000
994 0000000000000000000000000000000000000000000000000000000000000000
995 0000000000000000000000000000000000000000000000000000000000000000
996 0000000000000000000000000000000000000000000000000000000000000000
997 0000000000000000000000000000000000000000000000000000000000000000
998 0000000000000000000000000000000000000000000000000000000000000000
999 0000000000000000000000000000000000000000000000000000595959595959
1000 5959595959595959595959595959595921050002595959595959595959595959
1001 31241B0359595959595959595959595932261C04595959595959595959595959
1002 332A1D06595959595959591559595959383D2308595959590159591817595959
1003 39402709595959080759591A291959593A452B0B59590A1E0859592C503F2059
1004 43483E0C590E271F115959592D534622374C4216143B280D59595959592E554B
1005 444F493541340F595959595959592F56514F4D4A3C105959595959595959592F
1006 5754524712595959595959595959595936584E13595959595959595959595959
1007 5930255959595959595959595959595959595959595959595959}
1008 Margin = 3
1009 ParentShowHint = False
1010 ShowHint = True
1011 end
1012 object ListBox2: TListBox
1013 Left = 8
1014 Top = 16
1015 Width = 137
1016 Height = 340
1017 Anchors = [akLeft, akTop, akBottom]
1018 ItemHeight = 13
1019 Items.Strings = (
1020 'U'#382'ivatel se p'#345'ipojil'
1021 'U'#382'ivatel se odpojil'
1022 'U'#382'ivatel obnoven'
1023 'U'#382'ivatel zmizel'
1024 'U'#382'ivatel v'#225's vyzval'
1025 'U'#382'ivatel ode'#353'el'
1026 'U'#382'ivatel se vr'#225'til')
1027 PopupMenu = PopupMenu1
1028 TabOrder = 0
1029 OnClick = ListBox2Click
1030 OnDblClick = ListBox2DblClick
1031 end
1032 object GroupBox3: TGroupBox
1033 Left = 152
1034 Top = 144
1035 Width = 326
1036 Height = 244
1037 Anchors = [akLeft, akTop, akRight, akBottom]
1038 Caption = 'Akce'
1039 TabOrder = 1
1040 DesignSize = (
1041 326
1042 244)
1043 object SpeedButton5: TSpeedButton
1044 Left = 241
1045 Top = 72
1046 Width = 22
1047 Height = 21
1048 Anchors = [akTop, akRight]
1049 Glyph.Data = {
1050 36050000424D3605000000000000360400002800000010000000100000000100
1051 08000000000000010000C21E0000C21E0000000100000000000000000000FFFF
1052 FF00000000000000000000000000000000000000000000000000000000000000
1053 0000000000000000000000000000000000000000000000000000000000000000
1054 0000000000000000000000000000000000000000000000000000000000000000
1055 0000000000000000000000000000000000000000000000000000000000000000
1056 0000000000000000000000000000000000000000000000000000000000000000
1057 0000000000000000000000000000000000000000000000000000000000000000
1058 0000000000000000000000000000000000000000000000000000000000000000
1059 0000000000000000000000000000000000000000000000000000000000000000
1060 0000000000000000000000000000000000000000000000000000000000000000
1061 0000000000000000000000000000000000000000000000000000000000000000
1062 0000000000000000000000000000000000000000000000000000000000000000
1063 0000000000000000000000000000000000000000000000000000000000000000
1064 0000000000000000000000000000000000000000000000000000000000000000
1065 0000000000000000000000000000000000000000000000000000000000000000
1066 0000000000000000000000000000000000000000000000000000000000000000
1067 0000000000000000000000000000000000000000000000000000000000000000
1068 0000000000000000000000000000000000000000000000000000000000000000
1069 0000000000000000000000000000000000000000000000000000000000000000
1070 0000000000000000000000000000000000000000000000000000000000000000
1071 0000000000000000000000000000000000000000000000000000000000000000
1072 0000000000000000000000000000000000000000000000000000000000000000
1073 0000000000000000000000000000000000000000000000000000000000000000
1074 0000000000000000000000000000000000000000000000000000000000000000
1075 0000000000000000000000000000000000000000000000000000000000000000
1076 0000000000000000000000000000000000000000000000000000000000000000
1077 0000000000000000000000000000000000000000000000000000000000000000
1078 0000000000000000000000000000000000000000000000000000000000000000
1079 0000000000000000000000000000000000000000000000000000000000000000
1080 0000000000000000000000000000000000000000000000000000000000000000
1081 0000000000000000000000000000000000000000000000000000000000000000
1082 0000000000000000000000000000000000000000000000000000000000000000
1083 0000000000000000000000000000000000000000000000000000010101010101
1084 0101010101010101010101010101010101010101010101010101010101010100
1085 0101010101010101010101010101010000010101010101010101010101010100
1086 0000010101010101010101010101010000000001010101010101010101010100
1087 0000000001010101010101010101010000000000000101010101010101010100
1088 0000000000000101010101010101010000000000000101010101010101010100
1089 0000000001010101010101010101010000000001010101010101010101010100
1090 0000010101010101010101010101010000010101010101010101010101010100
1091 0101010101010101010101010101010101010101010101010101}
1092 OnClick = SpeedButton5Click
1093 end
1094 object CheckBox23: TCheckBox
1095 Left = 8
1096 Top = 16
1097 Width = 193
1098 Height = 17
1099 Caption = 'Zobrazit okno p'#345'es v'#353'echny ostatn'#237
1100 TabOrder = 0
1101 OnClick = CheckBox23Click
1102 end
1103 object CheckBox24: TCheckBox
1104 Left = 8
1105 Top = 52
1106 Width = 97
1107 Height = 17
1108 Caption = 'P'#345'ehr'#225't zvuk'
1109 TabOrder = 1
1110 OnClick = CheckBox24Click
1111 end
1112 object Edit7: TEdit
1113 Left = 8
1114 Top = 72
1115 Width = 228
1116 Height = 21
1117 Anchors = [akLeft, akTop, akRight]
1118 TabOrder = 2
1119 OnChange = Edit7Change
1120 end
1121 object Button5: TButton
1122 Left = 267
1123 Top = 72
1124 Width = 51
1125 Height = 21
1126 Anchors = [akTop, akRight]
1127 Caption = 'Vybrat'
1128 TabOrder = 3
1129 OnClick = Button5Click
1130 end
1131 object CheckBox25: TCheckBox
1132 Left = 8
1133 Top = 98
1134 Width = 97
1135 Height = 17
1136 Caption = 'Spustit program'
1137 TabOrder = 4
1138 OnClick = CheckBox25Click
1139 end
1140 object Edit8: TEdit
1141 Left = 8
1142 Top = 120
1143 Width = 252
1144 Height = 21
1145 Anchors = [akLeft, akTop, akRight]
1146 TabOrder = 5
1147 OnChange = Edit8Change
1148 end
1149 object Button8: TButton
1150 Left = 265
1151 Top = 120
1152 Width = 51
1153 Height = 21
1154 Anchors = [akTop, akRight]
1155 Caption = 'Vybrat'
1156 TabOrder = 6
1157 OnClick = Button8Click
1158 end
1159 object CheckBox27: TCheckBox
1160 Left = 8
1161 Top = 32
1162 Width = 97
1163 Height = 17
1164 Caption = 'Zobrazit bublinu'
1165 TabOrder = 7
1166 OnClick = CheckBox27Click
1167 end
1168 object CheckBox28: TCheckBox
1169 Left = 8
1170 Top = 146
1171 Width = 161
1172 Height = 17
1173 Caption = 'Zobrazit m'#237'sto textu obr'#225'zek'
1174 TabOrder = 8
1175 OnClick = CheckBox28Click
1176 end
1177 object Edit9: TEdit
1178 Left = 8
1179 Top = 168
1180 Width = 254
1181 Height = 21
1182 Anchors = [akLeft, akTop, akRight]
1183 TabOrder = 9
1184 OnChange = Edit9Change
1185 end
1186 object Button11: TButton
1187 Left = 267
1188 Top = 168
1189 Width = 51
1190 Height = 21
1191 Anchors = [akTop, akRight]
1192 Caption = 'Vybrat'
1193 TabOrder = 10
1194 OnClick = Button11Click
1195 end
1196 object CheckBox32: TCheckBox
1197 Left = 8
1198 Top = 194
1199 Width = 201
1200 Height = 17
1201 Caption = 'Zobrazit ikonu v oznamovac'#237' oblasti'
1202 TabOrder = 11
1203 OnClick = CheckBox32Click
1204 end
1205 object Edit14: TEdit
1206 Left = 8
1207 Top = 214
1208 Width = 253
1209 Height = 21
1210 Anchors = [akLeft, akTop, akRight]
1211 TabOrder = 12
1212 OnChange = Edit14Change
1213 end
1214 object Button12: TButton
1215 Left = 266
1216 Top = 216
1217 Width = 51
1218 Height = 19
1219 Anchors = [akTop, akRight]
1220 Caption = 'Vybrat'
1221 TabOrder = 13
1222 OnClick = Button12Click
1223 end
1224 object CheckBox33: TCheckBox
1225 Left = 253
1226 Top = 52
1227 Width = 65
1228 Height = 17
1229 Anchors = [akTop, akRight]
1230 Caption = 'P'#237'pnout'
1231 TabOrder = 14
1232 OnClick = CheckBox33Click
1233 end
1234 end
1235 object GroupBox4: TGroupBox
1236 Left = 152
1237 Top = 0
1238 Width = 326
1239 Height = 137
1240 Anchors = [akLeft, akTop, akRight]
1241 Caption = 'Podm'#237'ky'
1242 Font.Charset = DEFAULT_CHARSET
1243 Font.Color = clWindowText
1244 Font.Height = -11
1245 Font.Name = 'MS Sans Serif'
1246 Font.Style = []
1247 ParentFont = False
1248 TabOrder = 2
1249 DesignSize = (
1250 326
1251 137)
1252 object Edit10: TEdit
1253 Left = 8
1254 Top = 32
1255 Width = 308
1256 Height = 21
1257 Anchors = [akLeft, akTop, akRight]
1258 TabOrder = 0
1259 OnChange = Edit10Change
1260 end
1261 object CheckBox26: TCheckBox
1262 Left = 8
1263 Top = 56
1264 Width = 113
1265 Height = 17
1266 Caption = 'Syst'#233'mov'#225' ud'#225'lost'
1267 TabOrder = 1
1268 OnClick = CheckBox26Click
1269 end
1270 object ComboBox2: TComboBox
1271 Left = 8
1272 Top = 72
1273 Width = 309
1274 Height = 21
1275 Style = csDropDownList
1276 Anchors = [akLeft, akTop, akRight]
1277 ItemHeight = 13
1278 TabOrder = 2
1279 OnChange = ComboBox2Change
1280 end
1281 object CheckBox29: TCheckBox
1282 Left = 8
1283 Top = 15
1284 Width = 97
1285 Height = 17
1286 Caption = 'V'#253'skyt textu'
1287 TabOrder = 3
1288 OnClick = CheckBox29Click
1289 end
1290 object CheckBox30: TCheckBox
1291 Left = 8
1292 Top = 96
1293 Width = 97
1294 Height = 17
1295 Caption = 'U'#382'ivatel'
1296 TabOrder = 4
1297 OnClick = CheckBox30Click
1298 end
1299 object Edit11: TEdit
1300 Left = 8
1301 Top = 112
1302 Width = 309
1303 Height = 21
1304 Anchors = [akLeft, akTop, akRight]
1305 TabOrder = 5
1306 Text = 'Edit11'
1307 OnChange = Edit11Change
1308 end
1309 end
1310 end
1311 end
1312 object Button1: TButton
1313 Left = 422
1314 Top = 437
1315 Width = 75
1316 Height = 25
1317 Anchors = [akRight, akBottom]
1318 Caption = 'Ulo'#382'it'
1319 TabOrder = 1
1320 OnClick = Button1Click
1321 end
1322 object Button4: TButton
1323 Left = 341
1324 Top = 437
1325 Width = 75
1326 Height = 25
1327 Anchors = [akRight, akBottom]
1328 Caption = 'Storno'
1329 TabOrder = 2
1330 OnClick = Button4Click
1331 end
1332 object Button6: TButton
1333 Left = 8
1334 Top = 437
1335 Width = 121
1336 Height = 25
1337 Anchors = [akLeft, akBottom]
1338 Caption = 'Automatick'#233' nastaven'#237
1339 TabOrder = 3
1340 OnClick = Button6Click
1341 end
1342 object Button7: TButton
1343 Left = 136
1344 Top = 437
1345 Width = 105
1346 Height = 25
1347 Anchors = [akLeft, akBottom]
1348 Caption = 'Ulo'#382'it do souboru...'
1349 TabOrder = 4
1350 OnClick = Button7Click
1351 end
1352 object ColorDialog1: TColorDialog
1353 Left = 268
1354 Top = 384
1355 end
1356 object OpenDialog1: TOpenDialog
1357 FilterIndex = 0
1358 Left = 300
1359 Top = 384
1360 end
1361 object SaveDialog1: TSaveDialog
1362 DefaultExt = '*.reg'
1363 Filter = 'Registra'#269'n'#237' polo'#382'ky|*.reg|V'#353'echny soubory|*.*'
1364 Title = 'Ulo'#382'it nastaven'#237' programu jako...'
1365 Left = 332
1366 Top = 384
1367 end
1368 object FontDialog1: TFontDialog
1369 Font.Charset = DEFAULT_CHARSET
1370 Font.Color = clWindowText
1371 Font.Height = -11
1372 Font.Name = 'MS Sans Serif'
1373 Font.Style = []
1374 Left = 236
1375 Top = 384
1376 end
1377 object OpenPictureDialog1: TOpenPictureDialog
1378 Left = 208
1379 Top = 384
1380 end
1381 object PopupMenu1: TPopupMenu
1382 Images = MainWindow.ImageList1
1383 Left = 28
1384 Top = 152
1385 object Pidat1: TMenuItem
1386 Action = ActionAddUserEvent
1387 ShortCut = 45
1388 end
1389 object Zmnitjmnoudlosti1: TMenuItem
1390 Action = ActionEditUserEventCaption
1391 ShortCut = 16453
1392 end
1393 object S1: TMenuItem
1394 Action = ActionDeleteUserEvent
1395 ShortCut = 46
1396 end
1397 object Posunoutudlostnahoru1: TMenuItem
1398 Action = ActionMoveUserEventUp
1399 ShortCut = 16422
1400 end
1401 object Posunoutudlostdol1: TMenuItem
1402 Action = ActionMoveUserEventDown
1403 ShortCut = 16424
1404 end
1405 object Nastudlostisobrzkyzesouboru1: TMenuItem
1406 Action = ActionImportUserEventList
1407 ShortCut = 16460
1408 end
1409 object Smazatvechnyudlosti1: TMenuItem
1410 Action = ActionDeleteAllUserEvents
1411 ShortCut = 16452
1412 end
1413 object Vloittextdozprvy1: TMenuItem
1414 Action = ActionInsertToMessage
1415 ShortCut = 13
1416 end
1417 object Uloitseznamudlostdosouboru1: TMenuItem
1418 Action = ActionSaveUserEventsList
1419 ShortCut = 16467
1420 end
1421 end
1422 object ActionManager1: TActionManager
1423 Images = MainWindow.ImageList1
1424 Left = 364
1425 Top = 384
1426 StyleName = 'XP Style'
1427 object ActionAddUserEvent: TAction
1428 Caption = 'P'#345'idat novou ud'#225'lost'
1429 Hint = 'P'#345'idat novou ud'#225'lost'
1430 ImageIndex = 21
1431 OnExecute = ActionAddUserEventExecute
1432 end
1433 object ActionDeleteUserEvent: TAction
1434 Caption = 'Odebrat vybranou ud'#225'lost'
1435 Hint = 'Odebrat vybranou ud'#225'lost'
1436 ImageIndex = 22
1437 OnExecute = ActionDeleteUserEventExecute
1438 end
1439 object ActionMoveUserEventUp: TAction
1440 Caption = 'Posunout ud'#225'lost nahoru'
1441 Hint = 'Posunout ud'#225'lost nahoru'
1442 ImageIndex = 20
1443 OnExecute = ActionMoveUserEventUpExecute
1444 end
1445 object ActionMoveUserEventDown: TAction
1446 Caption = 'Posunout ud'#225'lost dol'#367
1447 Hint = 'Posunout ud'#225'lost dol'#367
1448 ImageIndex = 19
1449 OnExecute = ActionMoveUserEventDownExecute
1450 end
1451 object ActionImportUserEventList: TAction
1452 Caption = 'Na'#269#237'st seznam ud'#225'lost'#237' ze souboru'
1453 Hint = 'Na'#269#237'st ud'#225'losti s obr'#225'zky ze souboru'
1454 ImageIndex = 23
1455 OnExecute = ActionImportUserEventListExecute
1456 end
1457 object ActionEditUserEventCaption: TAction
1458 Caption = 'Zm'#283'nit jm'#233'no ud'#225'losti'
1459 Hint = 'Zm'#283'nit jm'#233'no ud'#225'losti'
1460 ImageIndex = 18
1461 OnExecute = ActionEditUserEventCaptionExecute
1462 end
1463 object ActionInsertToMessage: TAction
1464 Caption = 'Vlo'#382'it text do zpr'#225'vy'
1465 OnExecute = ActionInsertToMessageExecute
1466 end
1467 object ActionDeleteAllUserEvents: TAction
1468 Caption = 'Smazat v'#353'echny ud'#225'losti'
1469 OnExecute = ActionDeleteAllUserEventsExecute
1470 end
1471 object ActionSaveUserEventsList: TAction
1472 Caption = 'Ulo'#382'it seznam ud'#225'lost'#237' do souboru'
1473 OnExecute = ActionSaveUserEventsListExecute
1474 end
1475 end
1476end
Note: See TracBrowser for help on using the repository browser.