source: cprs/branches/tmg-cprs/CPRS-Chart/Templates/fTemplateFieldEditor.dfm@ 453

Last change on this file since 453 was 453, checked in by Kevin Toppenberg, 16 years ago

Initial upload of TMG-CPRS 1.0.26.69

File size: 28.3 KB
Line 
1object frmTemplateFieldEditor: TfrmTemplateFieldEditor
2 Left = 294
3 Top = 211
4 Width = 640
5 Height = 447
6 BorderIcons = [biSystemMenu, biMaximize]
7 Caption = 'Template Field Editor'
8 Color = clBtnFace
9 Font.Charset = DEFAULT_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -11
12 Font.Name = 'MS Sans Serif'
13 Font.Style = []
14 OldCreateOrder = False
15 Position = poScreenCenter
16 OnCloseQuery = FormCloseQuery
17 OnCreate = FormCreate
18 OnDestroy = FormDestroy
19 OnResize = FormResize
20 PixelsPerInch = 96
21 TextHeight = 13
22 object splLeft: TSplitter
23 Left = 273
24 Top = 25
25 Height = 359
26 Beveled = True
27 end
28 object pnlBottom: TPanel
29 Left = 0
30 Top = 384
31 Width = 632
32 Height = 29
33 Align = alBottom
34 TabOrder = 2
35 DesignSize = (
36 632
37 29)
38 object lblReq: TStaticText
39 Left = 132
40 Top = 8
41 Width = 134
42 Height = 17
43 Caption = '* Indicates a Required Field'
44 TabOrder = 5
45 end
46 object btnOK: TButton
47 Left = 392
48 Top = 4
49 Width = 75
50 Height = 21
51 Anchors = [akTop, akRight, akBottom]
52 Caption = 'OK'
53 ModalResult = 1
54 TabOrder = 2
55 OnClick = btnOKClick
56 end
57 object btnCancel: TButton
58 Left = 472
59 Top = 4
60 Width = 75
61 Height = 21
62 Anchors = [akTop, akRight, akBottom]
63 Cancel = True
64 Caption = 'Cancel'
65 ModalResult = 2
66 TabOrder = 3
67 OnClick = btnCancelClick
68 end
69 object btnApply: TButton
70 Left = 552
71 Top = 4
72 Width = 75
73 Height = 21
74 Anchors = [akTop, akRight, akBottom]
75 Caption = 'Apply'
76 TabOrder = 4
77 OnClick = btnApplyClick
78 end
79 object btnPreview: TButton
80 Left = 279
81 Top = 4
82 Width = 75
83 Height = 21
84 Anchors = [akTop, akRight, akBottom]
85 Caption = 'Preview'
86 Enabled = False
87 TabOrder = 1
88 OnClick = btnPreviewClick
89 end
90 object cbHide: TCheckBox
91 Left = 6
92 Top = 6
93 Width = 115
94 Height = 17
95 Caption = 'Hide Inactive Fields'
96 Checked = True
97 State = cbChecked
98 TabOrder = 0
99 OnClick = cbHideClick
100 end
101 end
102 object pnlObjs: TPanel
103 Left = 0
104 Top = 25
105 Width = 273
106 Height = 359
107 Align = alLeft
108 Caption = 'pnlObjs'
109 TabOrder = 0
110 OnResize = pnlObjsResize
111 object lblObjs: TLabel
112 Left = 1
113 Top = 1
114 Width = 271
115 Height = 13
116 Align = alTop
117 Caption = 'Template Fields'
118 end
119 object cbxObjs: TORComboBox
120 Left = 1
121 Top = 14
122 Width = 271
123 Height = 344
124 Style = orcsSimple
125 Align = alClient
126 AutoSelect = True
127 Caption = 'Template Fields'
128 Color = clWindow
129 DropDownCount = 8
130 ItemHeight = 13
131 ItemTipColor = clWindow
132 ItemTipEnable = True
133 ListItemsOnly = True
134 LongList = True
135 LookupPiece = 0
136 MaxLength = 0
137 Pieces = '2,3'
138 HideSynonyms = True
139 Sorted = False
140 SynonymChars = '<Inactive>'
141 TabPositions = '34,45,55,65,75'
142 TabOrder = 0
143 OnChange = cbxObjsChange
144 OnKeyDown = cbxObjsKeyDown
145 OnNeedData = cbxObjsNeedData
146 OnSynonymCheck = cbxObjsSynonymCheck
147 CharsNeedMatch = 1
148 end
149 end
150 object pnlRight: TPanel
151 Left = 276
152 Top = 25
153 Width = 356
154 Height = 359
155 Align = alClient
156 Constraints.MinWidth = 356
157 TabOrder = 1
158 OnResize = FormResize
159 object splBottom: TSplitter
160 Left = 1
161 Top = 271
162 Width = 354
163 Height = 3
164 Cursor = crVSplit
165 Align = alBottom
166 Beveled = True
167 end
168 object pnlPreview: TPanel
169 Left = 1
170 Top = 274
171 Width = 354
172 Height = 84
173 Align = alBottom
174 TabOrder = 1
175 OnResize = FormResize
176 object lblNotes: TLabel
177 Left = 1
178 Top = 1
179 Width = 352
180 Height = 13
181 Align = alTop
182 Caption = 'Notes:'
183 end
184 object reNotes: TRichEdit
185 Left = 1
186 Top = 14
187 Width = 352
188 Height = 69
189 Align = alClient
190 Font.Charset = DEFAULT_CHARSET
191 Font.Color = clWindowText
192 Font.Height = -11
193 Font.Name = 'Courier New'
194 Font.Style = []
195 ParentFont = False
196 PopupMenu = popText
197 ScrollBars = ssBoth
198 TabOrder = 0
199 WantTabs = True
200 OnChange = reNotesChange
201 OnEnter = edtpopControlEnter
202 OnKeyUp = reNotesKeyUp
203 OnResizeRequest = reItemsResizeRequest
204 end
205 end
206 object pnlObjInfo: TPanel
207 Left = 1
208 Top = 1
209 Width = 354
210 Height = 270
211 Align = alClient
212 TabOrder = 0
213 OnResize = FormResize
214 DesignSize = (
215 354
216 270)
217 object lblName: TLabel
218 Left = 4
219 Top = 8
220 Width = 31
221 Height = 13
222 Caption = 'Name:'
223 end
224 object lblS2: TLabel
225 Left = 4
226 Top = 75
227 Width = 23
228 Height = 13
229 Caption = 'lblS2'
230 end
231 object lblLM: TLabel
232 Left = 3
233 Top = 194
234 Width = 42
235 Height = 13
236 Hint = 'Text to replace template field when used in List Manager'
237 Anchors = [akLeft, akBottom]
238 Caption = 'LM Text:'
239 ParentShowHint = False
240 ShowHint = True
241 end
242 object lblS1: TLabel
243 Left = 4
244 Top = 53
245 Width = 23
246 Height = 13
247 Caption = 'lblS1'
248 end
249 object lblType: TLabel
250 Left = 4
251 Top = 32
252 Width = 27
253 Height = 13
254 Caption = 'Type:'
255 end
256 object lblTextLen: TLabel
257 Left = 255
258 Top = 31
259 Width = 45
260 Height = 13
261 Anchors = [akTop, akRight]
262 Caption = 'Text Len:'
263 end
264 object lblLength: TLabel
265 Left = 157
266 Top = 31
267 Width = 46
268 Height = 13
269 Anchors = [akTop, akRight]
270 Caption = 'Field Len:'
271 end
272 object lblS3: TLabel
273 Left = 4
274 Top = 97
275 Width = 23
276 Height = 13
277 Caption = 'lblS3'
278 end
279 object lblLine: TLabel
280 Left = 4
281 Top = 152
282 Width = 23
283 Height = 13
284 Caption = 'Line:'
285 end
286 object lblCol: TLabel
287 Left = 4
288 Top = 168
289 Width = 18
290 Height = 13
291 Caption = 'Col:'
292 end
293 object edtName: TCaptionEdit
294 Left = 50
295 Top = 4
296 Width = 300
297 Height = 22
298 Anchors = [akLeft, akTop, akRight]
299 CharCase = ecUpperCase
300 Font.Charset = ANSI_CHARSET
301 Font.Color = clWindowText
302 Font.Height = -11
303 Font.Name = 'Courier New'
304 Font.Style = []
305 MaxLength = 60
306 ParentFont = False
307 PopupMenu = popText
308 TabOrder = 0
309 OnChange = edtNameChange
310 OnEnter = edtpopControlEnter
311 OnExit = edtNameExit
312 Caption = 'Name'
313 end
314 object edtLMText: TCaptionEdit
315 Left = 50
316 Top = 189
317 Width = 300
318 Height = 22
319 Hint = 'Text to replace template field when used in List Manager'
320 Anchors = [akLeft, akRight, akBottom]
321 Font.Charset = ANSI_CHARSET
322 Font.Color = clWindowText
323 Font.Height = -11
324 Font.Name = 'Courier New'
325 Font.Style = []
326 MaxLength = 70
327 ParentFont = False
328 ParentShowHint = False
329 PopupMenu = popText
330 ShowHint = True
331 TabOrder = 7
332 OnChange = edtLMTextChange
333 OnEnter = edtpopControlEnter
334 Caption = 'LM Text'
335 end
336 object cbxType: TORComboBox
337 Left = 50
338 Top = 27
339 Width = 102
340 Height = 21
341 Anchors = [akLeft, akTop, akRight]
342 Style = orcsDropDown
343 AutoSelect = True
344 Caption = 'Type'
345 Color = clWindow
346 DropDownCount = 11
347 Items.Strings = (
348 ''
349 'E^Edit Box'
350 'C^Combo Box'
351 'B^Button'
352 'X^Check Boxes'
353 'R^Radio Buttons'
354 'D^Date'
355 'N^Number'
356 'H^Hyperlink'
357 'W^Word Processing'
358 'T^Text')
359 ItemHeight = 13
360 ItemTipColor = clWindow
361 ItemTipEnable = True
362 ListItemsOnly = True
363 LongList = False
364 LookupPiece = 0
365 MaxLength = 0
366 Pieces = '2'
367 Sorted = False
368 SynonymChars = '<>'
369 TabOrder = 1
370 OnChange = cbxTypeChange
371 CharsNeedMatch = 1
372 end
373 object edtTextLen: TCaptionEdit
374 Left = 309
375 Top = 27
376 Width = 26
377 Height = 21
378 Anchors = [akTop, akRight]
379 TabOrder = 4
380 Text = '0'
381 OnChange = edtTextLenChange
382 Caption = 'Text Length'
383 end
384 object udTextLen: TUpDown
385 Left = 335
386 Top = 27
387 Width = 15
388 Height = 21
389 Anchors = [akTop, akRight]
390 Associate = edtTextLen
391 Max = 240
392 TabOrder = 5
393 end
394 object pnlSwap: TPanel
395 Left = 50
396 Top = 49
397 Width = 300
398 Height = 140
399 Anchors = [akLeft, akTop, akRight, akBottom]
400 BevelOuter = bvNone
401 TabOrder = 6
402 object edtDefault: TCaptionEdit
403 Left = 0
404 Top = 0
405 Width = 300
406 Height = 22
407 Font.Charset = ANSI_CHARSET
408 Font.Color = clWindowText
409 Font.Height = -11
410 Font.Name = 'Courier New'
411 Font.Style = []
412 MaxLength = 70
413 ParentFont = False
414 PopupMenu = popText
415 TabOrder = 2
416 OnChange = edtDefaultChange
417 OnEnter = edtpopControlEnter
418 OnExit = ControlExit
419 Align = alTop
420 Caption = 'Default Value'
421 end
422 object pnlNum: TPanel
423 Left = 0
424 Top = 22
425 Width = 300
426 Height = 22
427 Align = alTop
428 BevelOuter = bvNone
429 TabOrder = 0
430 object lblMin: TLabel
431 Left = 53
432 Top = 4
433 Width = 20
434 Height = 13
435 Caption = 'Min:'
436 end
437 object lblInc: TLabel
438 Left = 207
439 Top = 4
440 Width = 50
441 Height = 13
442 Caption = 'Increment:'
443 end
444 object lblMaxVal: TLabel
445 Left = 129
446 Top = 4
447 Width = 23
448 Height = 13
449 Caption = 'Max:'
450 end
451 object udDefNum: TUpDown
452 Left = 34
453 Top = 0
454 Width = 15
455 Height = 21
456 Associate = edtDefNum
457 Min = -9999
458 Max = 9999
459 TabOrder = 1
460 Thousands = False
461 end
462 object edtDefNum: TCaptionEdit
463 Left = 0
464 Top = 0
465 Width = 34
466 Height = 21
467 TabOrder = 0
468 Text = '0'
469 OnChange = edtDefNumChange
470 Caption = 'Default Number'
471 end
472 object udMinVal: TUpDown
473 Left = 110
474 Top = 0
475 Width = 15
476 Height = 21
477 Associate = edtMinVal
478 Min = -9999
479 Max = 9999
480 TabOrder = 3
481 Thousands = False
482 end
483 object edtMinVal: TCaptionEdit
484 Left = 76
485 Top = 0
486 Width = 34
487 Height = 21
488 TabOrder = 2
489 Text = '0'
490 OnChange = edtMinValChange
491 Caption = 'Minimum'
492 end
493 object udInc: TUpDown
494 Left = 285
495 Top = 0
496 Width = 15
497 Height = 21
498 Associate = edtInc
499 Min = 1
500 Max = 999
501 Position = 1
502 TabOrder = 7
503 end
504 object edtInc: TCaptionEdit
505 Left = 259
506 Top = 0
507 Width = 26
508 Height = 21
509 TabOrder = 6
510 Text = '1'
511 OnChange = edtIncChange
512 Caption = 'Increment'
513 end
514 object edtMaxVal: TCaptionEdit
515 Left = 155
516 Top = 0
517 Width = 34
518 Height = 21
519 TabOrder = 4
520 Text = '0'
521 OnChange = edtMaxValChange
522 Caption = 'Maimum'
523 end
524 object udMaxVal: TUpDown
525 Left = 189
526 Top = 0
527 Width = 15
528 Height = 21
529 Associate = edtMaxVal
530 Min = -9999
531 Max = 9999
532 TabOrder = 5
533 Thousands = False
534 end
535 end
536 object edtURL: TCaptionEdit
537 Left = 0
538 Top = 66
539 Width = 300
540 Height = 22
541 Font.Charset = ANSI_CHARSET
542 Font.Color = clWindowText
543 Font.Height = -11
544 Font.Name = 'Courier New'
545 Font.Style = []
546 MaxLength = 240
547 ParentFont = False
548 PopupMenu = popText
549 TabOrder = 3
550 OnChange = edtURLChange
551 OnEnter = edtpopControlEnter
552 Align = alTop
553 Caption = 'URL'
554 end
555 object reItems: TRichEdit
556 Left = 0
557 Top = 110
558 Width = 300
559 Height = 30
560 Align = alClient
561 Font.Charset = ANSI_CHARSET
562 Font.Color = clWindowText
563 Font.Height = -11
564 Font.Name = 'Courier New'
565 Font.Style = []
566 ParentFont = False
567 PopupMenu = popText
568 ScrollBars = ssBoth
569 TabOrder = 5
570 WantTabs = True
571 OnChange = reItemsChange
572 OnEnter = edtpopControlEnter
573 OnExit = ControlExit
574 OnKeyUp = reNotesKeyUp
575 OnResizeRequest = reItemsResizeRequest
576 OnSelectionChange = reItemsSelectionChange
577 end
578 object cbxDefault: TORComboBox
579 Left = 0
580 Top = 44
581 Width = 300
582 Height = 22
583 Style = orcsDropDown
584 Align = alTop
585 AutoSelect = True
586 Caption = 'Default Selection'
587 Color = clWindow
588 DropDownCount = 8
589 Font.Charset = ANSI_CHARSET
590 Font.Color = clWindowText
591 Font.Height = -11
592 Font.Name = 'Courier New'
593 Font.Style = []
594 ItemHeight = 14
595 ItemTipColor = clWindow
596 ItemTipEnable = True
597 ListItemsOnly = True
598 LongList = False
599 LookupPiece = 0
600 MaxLength = 0
601 ParentFont = False
602 Sorted = False
603 SynonymChars = '<>'
604 TabOrder = 1
605 TabStop = True
606 OnChange = cbxDefaultChange
607 CharsNeedMatch = 1
608 end
609 object pnlDate: TPanel
610 Left = 0
611 Top = 88
612 Width = 300
613 Height = 22
614 Align = alTop
615 BevelOuter = bvNone
616 TabOrder = 4
617 DesignSize = (
618 300
619 22)
620 object lblDateType: TLabel
621 Left = 111
622 Top = 4
623 Width = 53
624 Height = 13
625 Anchors = [akTop, akRight]
626 Caption = 'Date Type:'
627 end
628 object edtDateDef: TCaptionEdit
629 Left = 0
630 Top = 0
631 Width = 106
632 Height = 21
633 Anchors = [akLeft, akTop, akRight]
634 MaxLength = 70
635 PopupMenu = popText
636 TabOrder = 0
637 OnChange = edtDefaultChange
638 OnEnter = edtpopControlEnter
639 Caption = 'Default Date'
640 end
641 object cbxDateType: TORComboBox
642 Left = 167
643 Top = 0
644 Width = 133
645 Height = 21
646 Anchors = [akTop, akRight]
647 Style = orcsDropDown
648 AutoSelect = True
649 Caption = 'Date Type'
650 Color = clWindow
651 DropDownCount = 8
652 Items.Strings = (
653 'D^Date'
654 'T^Date & Time'
655 'R^Date & Required Time'
656 'C^Combo Style'
657 'Y^Combo Year Only'
658 'M^Combo Year & Month')
659 ItemHeight = 13
660 ItemTipColor = clWindow
661 ItemTipEnable = True
662 ListItemsOnly = True
663 LongList = False
664 LookupPiece = 0
665 MaxLength = 0
666 Pieces = '2'
667 Sorted = False
668 SynonymChars = '<>'
669 TabOrder = 1
670 OnChange = cbxDateTypeChange
671 CharsNeedMatch = 1
672 end
673 end
674 end
675 object edtLen: TCaptionEdit
676 Left = 214
677 Top = 27
678 Width = 19
679 Height = 21
680 Anchors = [akTop, akRight]
681 TabOrder = 2
682 Text = '1'
683 OnChange = edtLenChange
684 Caption = 'Field Length'
685 end
686 object udLen: TUpDown
687 Left = 233
688 Top = 27
689 Width = 15
690 Height = 21
691 Anchors = [akTop, akRight]
692 Associate = edtLen
693 Min = 1
694 Max = 70
695 Position = 1
696 TabOrder = 3
697 end
698 object gbIndent: TGroupBox
699 Left = 232
700 Top = 213
701 Width = 118
702 Height = 59
703 Anchors = [akLeft, akBottom]
704 Caption = ' Indent '
705 TabOrder = 9
706 object lblIndent: TLabel
707 Left = 10
708 Top = 14
709 Width = 58
710 Height = 13
711 Caption = 'Indent Field:'
712 end
713 object lblPad: TLabel
714 Left = 10
715 Top = 37
716 Width = 57
717 Height = 13
718 Caption = 'Indent Text:'
719 end
720 object edtIndent: TCaptionEdit
721 Left = 72
722 Top = 10
723 Width = 21
724 Height = 21
725 TabOrder = 0
726 Text = '0'
727 OnChange = edtIndentChange
728 Caption = 'Indent Field'
729 end
730 object udIndent: TUpDown
731 Left = 93
732 Top = 10
733 Width = 15
734 Height = 21
735 Associate = edtIndent
736 Max = 30
737 TabOrder = 1
738 Thousands = False
739 end
740 object udPad: TUpDown
741 Left = 93
742 Top = 33
743 Width = 15
744 Height = 21
745 Associate = edtPad
746 Max = 30
747 TabOrder = 2
748 Thousands = False
749 end
750 object edtPad: TCaptionEdit
751 Left = 72
752 Top = 33
753 Width = 21
754 Height = 21
755 TabOrder = 3
756 Text = '0'
757 OnChange = edtPadChange
758 Caption = 'Indent Text'
759 end
760 end
761 object gbMisc: TGroupBox
762 Left = 10
763 Top = 213
764 Width = 207
765 Height = 59
766 Anchors = [akLeft, akBottom]
767 Caption = ' Miscellaneous '
768 TabOrder = 8
769 object cbActive: TCheckBox
770 Left = 6
771 Top = 14
772 Width = 67
773 Height = 17
774 BiDiMode = bdLeftToRight
775 Caption = 'Inactive'
776 ParentBiDiMode = False
777 TabOrder = 0
778 OnClick = cbActiveClick
779 end
780 object cbRequired: TCheckBox
781 Left = 6
782 Top = 37
783 Width = 67
784 Height = 17
785 Caption = 'Required'
786 TabOrder = 1
787 OnClick = cbRequiredClick
788 end
789 object cbSepLines: TCheckBox
790 Left = 83
791 Top = 14
792 Width = 99
793 Height = 17
794 Caption = 'Separate Lines'
795 TabOrder = 2
796 OnClick = cbSepLinesClick
797 end
798 object cbExclude: TCheckBox
799 Left = 83
800 Top = 37
801 Width = 118
802 Height = 17
803 Caption = 'Exclude From Note'
804 TabOrder = 3
805 OnClick = cbExcludeClick
806 end
807 end
808 end
809 end
810 object pnlTop: TPanel
811 Left = 0
812 Top = 0
813 Width = 632
814 Height = 25
815 Align = alTop
816 BevelOuter = bvNone
817 TabOrder = 3
818 DesignSize = (
819 632
820 25)
821 object MenuBar1: TMenuBar
822 Left = 0
823 Top = 0
824 Width = 23
825 Height = 25
826 Align = alLeft
827 AutoSize = True
828 ButtonHeight = 21
829 ButtonWidth = 43
830 Caption = 'MenuBar1'
831 Flat = True
832 Menu = mnuMain
833 ShowCaptions = True
834 TabOrder = 0
835 end
836 object btnNew: TButton
837 Left = 557
838 Top = 2
839 Width = 75
840 Height = 21
841 Anchors = [akTop, akRight, akBottom]
842 Caption = 'New'
843 TabOrder = 3
844 OnClick = mnuNewClick
845 end
846 object btnCopy: TButton
847 Left = 478
848 Top = 2
849 Width = 75
850 Height = 21
851 Anchors = [akTop, akRight, akBottom]
852 Caption = 'Copy'
853 Enabled = False
854 TabOrder = 2
855 OnClick = mnuCopyClick
856 end
857 object btnDelete: TButton
858 Left = 399
859 Top = 2
860 Width = 75
861 Height = 21
862 Anchors = [akTop, akRight, akBottom]
863 Caption = 'Delete'
864 Enabled = False
865 TabOrder = 1
866 OnClick = mnuDeleteClick
867 end
868 end
869 object mnuMain: TMainMenu
870 Left = 8
871 Top = 64
872 object mnuAction: TMenuItem
873 Caption = '&Action'
874 OnClick = mnuActionClick
875 object mnuNew: TMenuItem
876 Caption = '&New'
877 OnClick = mnuNewClick
878 end
879 object mnuCopy: TMenuItem
880 Caption = '&Copy'
881 OnClick = mnuCopyClick
882 end
883 object mnuDelete: TMenuItem
884 Caption = '&Delete'
885 OnClick = mnuDeleteClick
886 end
887 object mnuPreview: TMenuItem
888 Caption = '&Preview'
889 OnClick = btnPreviewClick
890 end
891 end
892 end
893 object popText: TPopupMenu
894 OnPopup = popTextPopup
895 Left = 339
896 Top = 204
897 object mnuBPUndo: TMenuItem
898 Caption = '&Undo'
899 ShortCut = 16474
900 OnClick = mnuBPUndoClick
901 end
902 object N8: TMenuItem
903 Caption = '-'
904 end
905 object mnuBPCut: TMenuItem
906 Caption = 'Cu&t'
907 ShortCut = 16472
908 OnClick = mnuBPCutClick
909 end
910 object mnuBPCopy: TMenuItem
911 Caption = '&Copy'
912 ShortCut = 16451
913 OnClick = mnuBPCopyClick
914 end
915 object mnuBPPaste: TMenuItem
916 Caption = '&Paste'
917 ShortCut = 16470
918 OnClick = mnuBPPasteClick
919 end
920 object mnuBPSelectAll: TMenuItem
921 Caption = 'Select &All'
922 ShortCut = 16449
923 OnClick = mnuBPSelectAllClick
924 end
925 object N2: TMenuItem
926 Caption = '-'
927 end
928 object mnuBPCheckGrammar: TMenuItem
929 Caption = 'Check &Grammar'
930 ShortCut = 16455
931 OnClick = mnuBPCheckGrammarClick
932 end
933 object mnuBPSpellCheck: TMenuItem
934 Caption = 'Check &Spelling'
935 ShortCut = 16467
936 OnClick = mnuBPSpellCheckClick
937 end
938 object N14: TMenuItem
939 Caption = '-'
940 end
941 object mnuInsertTemplateField: TMenuItem
942 Caption = 'Insert Template &Field'
943 ShortCut = 16454
944 OnClick = mnuInsertTemplateFieldClick
945 end
946 end
947 object DKLanguageController1: TDKLanguageController
948 Left = 304
949 Top = 208
950 LangData = {
951 160066726D54656D706C6174654669656C64456469746F720101000000010000
952 00070043617074696F6E015A000000070073706C4C65667400000900706E6C42
953 6F74746F6D000006006C626C526571010100000002000000070043617074696F
954 6E00050062746E4F4B010100000003000000070043617074696F6E0009006274
955 6E43616E63656C010100000004000000070043617074696F6E00080062746E41
956 70706C79010100000005000000070043617074696F6E000A0062746E50726576
957 696577010100000006000000070043617074696F6E0006006362486964650101
958 00000007000000070043617074696F6E000700706E6C4F626A73010100000008
959 000000070043617074696F6E0007006C626C4F626A7301010000000900000007
960 0043617074696F6E0007006362784F626A7301020000000A0000000700436170
961 74696F6E0B0000000C0053796E6F6E796D4368617273000800706E6C52696768
962 740000090073706C426F74746F6D00000A00706E6C5072657669657700000800
963 6C626C4E6F74657301010000000C000000070043617074696F6E00070072654E
964 6F74657300000A00706E6C4F626A496E666F000007006C626C4E616D65010100
965 00000D000000070043617074696F6E0005006C626C533201010000000E000000
966 070043617074696F6E0005006C626C4C4D010200000010000000070043617074
967 696F6E0F000000040048696E740005006C626C53310101000000110000000700
968 43617074696F6E0007006C626C54797065010100000012000000070043617074
969 696F6E000A006C626C546578744C656E01010000001300000007004361707469
970 6F6E0009006C626C4C656E677468010100000014000000070043617074696F6E
971 0005006C626C5333010100000015000000070043617074696F6E0007006C626C
972 4C696E65010100000016000000070043617074696F6E0006006C626C436F6C01
973 0100000017000000070043617074696F6E0007006564744E616D650101000000
974 18000000070043617074696F6E0009006564744C4D5465787401020000001A00
975 0000070043617074696F6E19000000040048696E740007006362785479706501
976 020000001B000000070043617074696F6E1C00000005004974656D73000A0065
977 6474546578744C656E01010000001D000000070043617074696F6E0009007564
978 546578744C656E00000700706E6C5377617000000A0065647444656661756C74
979 01010000001E000000070043617074696F6E000600706E6C4E756D000006006C
980 626C4D696E01010000001F000000070043617074696F6E0006006C626C496E63
981 010100000020000000070043617074696F6E0009006C626C4D617856616C0101
982 00000021000000070043617074696F6E00080075644465664E756D0000090065
983 64744465664E756D010100000022000000070043617074696F6E00080075644D
984 696E56616C000009006564744D696E56616C0101000000230000000700436170
985 74696F6E0005007564496E6300000600656474496E6301010000002400000007
986 0043617074696F6E0009006564744D617856616C010100000025000000070043
987 617074696F6E00080075644D617856616C0000060065647455524C0101000000
988 26000000070043617074696F6E00070072654974656D7300000A006362784465
989 6661756C74010100000027000000070043617074696F6E000700706E6C446174
990 6500000B006C626C446174655479706501010000002800000007004361707469
991 6F6E000A0065647444617465446566010100000029000000070043617074696F
992 6E000B00636278446174655479706501020000002A000000070043617074696F
993 6E2B00000005004974656D730006006564744C656E01010000002C0000000700
994 43617074696F6E00050075644C656E000008006762496E64656E740101000000
995 2D000000070043617074696F6E0009006C626C496E64656E7401010000002E00
996 0000070043617074696F6E0006006C626C50616401010000002F000000070043
997 617074696F6E000900656474496E64656E740101000000300000000700436170
998 74696F6E0008007564496E64656E740000050075645061640000060065647450
999 6164010100000031000000070043617074696F6E00060067624D697363010100
1000 000032000000070043617074696F6E0008006362416374697665010100000033
1001 000000070043617074696F6E000A006362526571756972656401010000003400
1002 0000070043617074696F6E000A0063625365704C696E65730101000000350000
1003 00070043617074696F6E00090063624578636C75646501010000003600000007
1004 0043617074696F6E000600706E6C546F70000008004D656E7542617231010100
1005 000037000000070043617074696F6E00060062746E4E65770101000000380000
1006 00070043617074696F6E00070062746E436F7079010100000039000000070043
1007 617074696F6E00090062746E44656C65746501010000003A0000000700436170
1008 74696F6E0007006D6E754D61696E000009006D6E75416374696F6E0101000000
1009 3B000000070043617074696F6E0006006D6E754E657701010000003C00000007
1010 0043617074696F6E0007006D6E75436F707901010000003D0000000700436170
1011 74696F6E0009006D6E7544656C65746501010000003E00000007004361707469
1012 6F6E000A006D6E755072657669657701010000003F000000070043617074696F
1013 6E000700706F7054657874000009006D6E754250556E646F0101000000400000
1014 00070043617074696F6E0002004E38000008006D6E7542504375740101000000
1015 41000000070043617074696F6E0009006D6E754250436F707901010000004200
1016 0000070043617074696F6E000A006D6E75425050617374650101000000430000
1017 00070043617074696F6E000E006D6E75425053656C656374416C6C0101000000
1018 44000000070043617074696F6E0002004E32000011006D6E754250436865636B
1019 4772616D6D6172010100000045000000070043617074696F6E000F006D6E7542
1020 505370656C6C436865636B010100000046000000070043617074696F6E000300
1021 4E3134000016006D6E75496E7365727454656D706C6174654669656C64010100
1022 000047000000070043617074696F6E00}
1023 end
1024end
Note: See TracBrowser for help on using the repository browser.