Develop and Download Open Source Software

Browse Subversion Repository

Contents of /codefrm.lfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Mon Nov 7 12:03:00 2011 UTC (12 years, 4 months ago) by shiraishikazuo
File size: 21118 byte(s)


1 object CodeForm: TCodeForm
2 Left = 280
3 Height = 659
4 Top = 310
5 Width = 463
6 Caption = 'Code View'
7 ClientHeight = 638
8 ClientWidth = 463
9 Menu = MainMenu1
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 OnResize = FormResize
14 Position = poScreenCenter
15 LCLVersion = '0.9.28.2'
16 Visible = True
17 object StatusBar1: TStatusBar
18 Left = 0
19 Height = 24
20 Top = 614
21 Width = 463
22 Panels = <
23 item
24 Alignment = taCenter
25 Text = 'Insert'
26 Width = 61
27 end
28 item
29 Width = 50
30 end>
31 SimplePanel = False
32 end
33 inline Memo1: TSynEdit
34 Left = 0
35 Height = 614
36 Top = 0
37 Width = 463
38 Align = alClient
39 Font.Height = -13
40 Font.Name = 'Courier New'
41 Font.Pitch = fpFixed
42 Font.Quality = fqNonAntialiased
43 ParentColor = False
44 ParentFont = False
45 TabOrder = 1
46 OnKeyUp = Memo1KeyUp
47 BookMarkOptions.OnChange = nil
48 Gutter.AutoSize = False
49 Gutter.Width = 1
50 Gutter.MouseActions = <
51 item
52 Shift = []
53 ShiftMask = []
54 Button = mbLeft
55 ClickCount = ccAny
56 ClickDir = cdDown
57 Command = 13
58 MoveCaret = False
59 Option = 0
60 Priority = 0
61 end
62 item
63 Shift = []
64 ShiftMask = []
65 Button = mbRight
66 ClickCount = ccSingle
67 ClickDir = cdUp
68 Command = 12
69 MoveCaret = False
70 Option = 0
71 Priority = 0
72 end>
73 Highlighter = SynFreePascalSyn1
74 Keystrokes = <
75 item
76 Command = ecUp
77 ShortCut = 38
78 end
79 item
80 Command = ecSelUp
81 ShortCut = 8230
82 end
83 item
84 Command = ecScrollUp
85 ShortCut = 16422
86 end
87 item
88 Command = ecDown
89 ShortCut = 40
90 end
91 item
92 Command = ecSelDown
93 ShortCut = 8232
94 end
95 item
96 Command = ecScrollDown
97 ShortCut = 16424
98 end
99 item
100 Command = ecLeft
101 ShortCut = 37
102 end
103 item
104 Command = ecSelLeft
105 ShortCut = 8229
106 end
107 item
108 Command = ecWordLeft
109 ShortCut = 16421
110 end
111 item
112 Command = ecSelWordLeft
113 ShortCut = 24613
114 end
115 item
116 Command = ecRight
117 ShortCut = 39
118 end
119 item
120 Command = ecSelRight
121 ShortCut = 8231
122 end
123 item
124 Command = ecWordRight
125 ShortCut = 16423
126 end
127 item
128 Command = ecSelWordRight
129 ShortCut = 24615
130 end
131 item
132 Command = ecPageDown
133 ShortCut = 34
134 end
135 item
136 Command = ecSelPageDown
137 ShortCut = 8226
138 end
139 item
140 Command = ecPageBottom
141 ShortCut = 16418
142 end
143 item
144 Command = ecSelPageBottom
145 ShortCut = 24610
146 end
147 item
148 Command = ecPageUp
149 ShortCut = 33
150 end
151 item
152 Command = ecSelPageUp
153 ShortCut = 8225
154 end
155 item
156 Command = ecPageTop
157 ShortCut = 16417
158 end
159 item
160 Command = ecSelPageTop
161 ShortCut = 24609
162 end
163 item
164 Command = ecLineStart
165 ShortCut = 36
166 end
167 item
168 Command = ecSelLineStart
169 ShortCut = 8228
170 end
171 item
172 Command = ecEditorTop
173 ShortCut = 16420
174 end
175 item
176 Command = ecSelEditorTop
177 ShortCut = 24612
178 end
179 item
180 Command = ecLineEnd
181 ShortCut = 35
182 end
183 item
184 Command = ecSelLineEnd
185 ShortCut = 8227
186 end
187 item
188 Command = ecEditorBottom
189 ShortCut = 16419
190 end
191 item
192 Command = ecSelEditorBottom
193 ShortCut = 24611
194 end
195 item
196 Command = ecToggleMode
197 ShortCut = 45
198 end
199 item
200 Command = ecCopy
201 ShortCut = 16429
202 end
203 item
204 Command = ecPaste
205 ShortCut = 8237
206 end
207 item
208 Command = ecDeleteChar
209 ShortCut = 46
210 end
211 item
212 Command = ecCut
213 ShortCut = 8238
214 end
215 item
216 Command = ecDeleteLastChar
217 ShortCut = 8
218 end
219 item
220 Command = ecDeleteLastChar
221 ShortCut = 8200
222 end
223 item
224 Command = ecDeleteLastWord
225 ShortCut = 16392
226 end
227 item
228 Command = ecUndo
229 ShortCut = 32776
230 end
231 item
232 Command = ecRedo
233 ShortCut = 40968
234 end
235 item
236 Command = ecLineBreak
237 ShortCut = 13
238 end
239 item
240 Command = ecSelectAll
241 ShortCut = 16449
242 end
243 item
244 Command = ecCopy
245 ShortCut = 16451
246 end
247 item
248 Command = ecBlockIndent
249 ShortCut = 24649
250 end
251 item
252 Command = ecLineBreak
253 ShortCut = 16461
254 end
255 item
256 Command = ecInsertLine
257 ShortCut = 16462
258 end
259 item
260 Command = ecDeleteWord
261 ShortCut = 16468
262 end
263 item
264 Command = ecBlockUnindent
265 ShortCut = 24661
266 end
267 item
268 Command = ecPaste
269 ShortCut = 16470
270 end
271 item
272 Command = ecCut
273 ShortCut = 16472
274 end
275 item
276 Command = ecDeleteLine
277 ShortCut = 16473
278 end
279 item
280 Command = ecDeleteEOL
281 ShortCut = 24665
282 end
283 item
284 Command = ecUndo
285 ShortCut = 16474
286 end
287 item
288 Command = ecRedo
289 ShortCut = 24666
290 end
291 item
292 Command = ecGotoMarker0
293 ShortCut = 16432
294 end
295 item
296 Command = ecGotoMarker1
297 ShortCut = 16433
298 end
299 item
300 Command = ecGotoMarker2
301 ShortCut = 16434
302 end
303 item
304 Command = ecGotoMarker3
305 ShortCut = 16435
306 end
307 item
308 Command = ecGotoMarker4
309 ShortCut = 16436
310 end
311 item
312 Command = ecGotoMarker5
313 ShortCut = 16437
314 end
315 item
316 Command = ecGotoMarker6
317 ShortCut = 16438
318 end
319 item
320 Command = ecGotoMarker7
321 ShortCut = 16439
322 end
323 item
324 Command = ecGotoMarker8
325 ShortCut = 16440
326 end
327 item
328 Command = ecGotoMarker9
329 ShortCut = 16441
330 end
331 item
332 Command = ecSetMarker0
333 ShortCut = 24624
334 end
335 item
336 Command = ecSetMarker1
337 ShortCut = 24625
338 end
339 item
340 Command = ecSetMarker2
341 ShortCut = 24626
342 end
343 item
344 Command = ecSetMarker3
345 ShortCut = 24627
346 end
347 item
348 Command = ecSetMarker4
349 ShortCut = 24628
350 end
351 item
352 Command = ecSetMarker5
353 ShortCut = 24629
354 end
355 item
356 Command = ecSetMarker6
357 ShortCut = 24630
358 end
359 item
360 Command = ecSetMarker7
361 ShortCut = 24631
362 end
363 item
364 Command = ecSetMarker8
365 ShortCut = 24632
366 end
367 item
368 Command = ecSetMarker9
369 ShortCut = 24633
370 end
371 item
372 Command = EcFoldLevel1
373 ShortCut = 41009
374 end
375 item
376 Command = EcFoldLevel2
377 ShortCut = 41010
378 end
379 item
380 Command = EcFoldLevel1
381 ShortCut = 41011
382 end
383 item
384 Command = EcFoldLevel1
385 ShortCut = 41012
386 end
387 item
388 Command = EcFoldLevel1
389 ShortCut = 41013
390 end
391 item
392 Command = EcFoldLevel6
393 ShortCut = 41014
394 end
395 item
396 Command = EcFoldLevel7
397 ShortCut = 41015
398 end
399 item
400 Command = EcFoldLevel8
401 ShortCut = 41016
402 end
403 item
404 Command = EcFoldLevel9
405 ShortCut = 41017
406 end
407 item
408 Command = EcFoldLevel0
409 ShortCut = 41008
410 end
411 item
412 Command = EcFoldCurrent
413 ShortCut = 41005
414 end
415 item
416 Command = EcUnFoldCurrent
417 ShortCut = 41003
418 end
419 item
420 Command = EcToggleMarkupWord
421 ShortCut = 32845
422 end
423 item
424 Command = ecNormalSelect
425 ShortCut = 24654
426 end
427 item
428 Command = ecColumnSelect
429 ShortCut = 24643
430 end
431 item
432 Command = ecLineSelect
433 ShortCut = 24652
434 end
435 item
436 Command = ecTab
437 ShortCut = 9
438 end
439 item
440 Command = ecShiftTab
441 ShortCut = 8201
442 end
443 item
444 Command = ecMatchBracket
445 ShortCut = 24642
446 end
447 item
448 Command = ecColSelUp
449 ShortCut = 40998
450 end
451 item
452 Command = ecColSelDown
453 ShortCut = 41000
454 end
455 item
456 Command = ecColSelLeft
457 ShortCut = 40997
458 end
459 item
460 Command = ecColSelRight
461 ShortCut = 40999
462 end
463 item
464 Command = ecColSelPageDown
465 ShortCut = 40994
466 end
467 item
468 Command = ecColSelPageBottom
469 ShortCut = 57378
470 end
471 item
472 Command = ecColSelPageUp
473 ShortCut = 40993
474 end
475 item
476 Command = ecColSelPageTop
477 ShortCut = 57377
478 end
479 item
480 Command = ecColSelLineStart
481 ShortCut = 40996
482 end
483 item
484 Command = ecColSelLineEnd
485 ShortCut = 40995
486 end
487 item
488 Command = ecColSelEditorTop
489 ShortCut = 57380
490 end
491 item
492 Command = ecColSelEditorBottom
493 ShortCut = 57379
494 end>
495 MouseActions = <
496 item
497 Shift = []
498 ShiftMask = [ssShift, ssAlt]
499 Button = mbLeft
500 ClickCount = ccSingle
501 ClickDir = cdDown
502 Command = 1
503 MoveCaret = True
504 Option = 0
505 Priority = 0
506 end
507 item
508 Shift = [ssShift]
509 ShiftMask = [ssShift, ssAlt]
510 Button = mbLeft
511 ClickCount = ccSingle
512 ClickDir = cdDown
513 Command = 1
514 MoveCaret = True
515 Option = 1
516 Priority = 0
517 end
518 item
519 Shift = [ssAlt]
520 ShiftMask = [ssShift, ssAlt]
521 Button = mbLeft
522 ClickCount = ccSingle
523 ClickDir = cdDown
524 Command = 3
525 MoveCaret = True
526 Option = 0
527 Priority = 0
528 end
529 item
530 Shift = [ssShift, ssAlt]
531 ShiftMask = [ssShift, ssAlt]
532 Button = mbLeft
533 ClickCount = ccSingle
534 ClickDir = cdDown
535 Command = 3
536 MoveCaret = True
537 Option = 1
538 Priority = 0
539 end
540 item
541 Shift = []
542 ShiftMask = []
543 Button = mbRight
544 ClickCount = ccSingle
545 ClickDir = cdUp
546 Command = 12
547 MoveCaret = False
548 Option = 0
549 Priority = 0
550 end
551 item
552 Shift = []
553 ShiftMask = []
554 Button = mbLeft
555 ClickCount = ccDouble
556 ClickDir = cdDown
557 Command = 6
558 MoveCaret = True
559 Option = 0
560 Priority = 0
561 end
562 item
563 Shift = []
564 ShiftMask = []
565 Button = mbLeft
566 ClickCount = ccTriple
567 ClickDir = cdDown
568 Command = 7
569 MoveCaret = True
570 Option = 0
571 Priority = 0
572 end
573 item
574 Shift = []
575 ShiftMask = []
576 Button = mbLeft
577 ClickCount = ccQuad
578 ClickDir = cdDown
579 Command = 8
580 MoveCaret = True
581 Option = 0
582 Priority = 0
583 end
584 item
585 Shift = []
586 ShiftMask = []
587 Button = mbMiddle
588 ClickCount = ccSingle
589 ClickDir = cdDown
590 Command = 10
591 MoveCaret = True
592 Option = 0
593 Priority = 0
594 end
595 item
596 Shift = [ssCtrl]
597 ShiftMask = [ssShift, ssAlt, ssCtrl]
598 Button = mbLeft
599 ClickCount = ccSingle
600 ClickDir = cdUp
601 Command = 11
602 MoveCaret = False
603 Option = 0
604 Priority = 0
605 end>
606 MouseSelActions = <
607 item
608 Shift = []
609 ShiftMask = []
610 Button = mbLeft
611 ClickCount = ccSingle
612 ClickDir = cdDown
613 Command = 9
614 MoveCaret = False
615 Option = 0
616 Priority = 0
617 end>
618 Lines.Strings = (
619 'Memo1'
620 )
621 BracketHighlightStyle = sbhsBoth
622 inline TSynGutterPartList
623 object TSynGutterMarks
624 Width = 23
625 end
626 object TSynGutterLineNumber
627 Width = 17
628 MouseActions = <>
629 MarkupInfo.Background = clBtnFace
630 MarkupInfo.Foreground = clNone
631 DigitCount = 2
632 ShowOnlyLineNumbersMultiplesOf = 1
633 ZeroStart = False
634 LeadingZeros = False
635 end
636 object TSynGutterChanges
637 Width = 4
638 ModifiedColor = 59900
639 SavedColor = clGreen
640 end
641 object TSynGutterSeparator
642 Width = 2
643 end
644 object TSynGutterCodeFolding
645 MouseActions = <
646 item
647 Shift = []
648 ShiftMask = []
649 Button = mbRight
650 ClickCount = ccSingle
651 ClickDir = cdUp
652 Command = 16
653 MoveCaret = False
654 Option = 0
655 Priority = 0
656 end
657 item
658 Shift = []
659 ShiftMask = [ssShift]
660 Button = mbMiddle
661 ClickCount = ccAny
662 ClickDir = cdDown
663 Command = 14
664 MoveCaret = False
665 Option = 0
666 Priority = 0
667 end
668 item
669 Shift = [ssShift]
670 ShiftMask = [ssShift]
671 Button = mbMiddle
672 ClickCount = ccAny
673 ClickDir = cdDown
674 Command = 14
675 MoveCaret = False
676 Option = 1
677 Priority = 0
678 end
679 item
680 Shift = []
681 ShiftMask = []
682 Button = mbLeft
683 ClickCount = ccAny
684 ClickDir = cdDown
685 Command = 0
686 MoveCaret = False
687 Option = 0
688 Priority = 0
689 end>
690 MarkupInfo.Background = clNone
691 MarkupInfo.Foreground = clGray
692 MouseActionsExpanded = <
693 item
694 Shift = []
695 ShiftMask = []
696 Button = mbLeft
697 ClickCount = ccAny
698 ClickDir = cdDown
699 Command = 14
700 MoveCaret = False
701 Option = 0
702 Priority = 0
703 end>
704 MouseActionsCollapsed = <
705 item
706 Shift = [ssCtrl]
707 ShiftMask = [ssCtrl]
708 Button = mbLeft
709 ClickCount = ccAny
710 ClickDir = cdDown
711 Command = 15
712 MoveCaret = False
713 Option = 0
714 Priority = 0
715 end
716 item
717 Shift = []
718 ShiftMask = [ssCtrl]
719 Button = mbLeft
720 ClickCount = ccAny
721 ClickDir = cdDown
722 Command = 15
723 MoveCaret = False
724 Option = 1
725 Priority = 0
726 end>
727 end
728 end
729 end
730 object MainMenu1: TMainMenu
731 left = 8
732 top = 4
733 object File1: TMenuItem
734 Caption = '&File'
735 HelpContext = 17
736 object Close1: TMenuItem
737 Caption = '&Close'
738 OnClick = Close1Click
739 end
740 object N3: TMenuItem
741 Caption = '-'
742 end
743 object Save1: TMenuItem
744 Caption = '&Save'
745 OnClick = Save1Click
746 end
747 object SaveAs1: TMenuItem
748 Caption = 'Save &As'
749 OnClick = SaveAs1Click
750 end
751 object N2: TMenuItem
752 Caption = '-'
753 end
754 object Print1: TMenuItem
755 Caption = '&Print'
756 OnClick = Print1Click
757 end
758 object N1: TMenuItem
759 Caption = '-'
760 end
761 object Exit1: TMenuItem
762 Caption = 'E&XIT'
763 OnClick = Exit1Click
764 end
765 end
766 object Edit1: TMenuItem
767 Caption = '&Edit'
768 GroupIndex = 1
769 HelpContext = 20
770 object Cut1: TMenuItem
771 Caption = 'Cu&T'
772 HelpContext = 20
773 OnClick = Cut1Click
774 end
775 object Copy1: TMenuItem
776 Caption = '&Copy'
777 HelpContext = 20
778 OnClick = Copy1Click
779 end
780 object Paste1: TMenuItem
781 Caption = '&Paste'
782 HelpContext = 20
783 OnClick = Paste1Click
784 end
785 object Delete1: TMenuItem
786 Caption = 'De&Lete'
787 HelpContext = 20
788 OnClick = Delete1Click
789 end
790 object Undo1: TMenuItem
791 Caption = '&Undo'
792 HelpContext = 20
793 OnClick = Undo1Click
794 end
795 object N4: TMenuItem
796 Caption = '-'
797 end
798 object SelectAll1: TMenuItem
799 Caption = 'Select &All'
800 HelpContext = 20
801 OnClick = SelectAll1Click
802 end
803 object N6: TMenuItem
804 Caption = '-'
805 end
806 object Find1: TMenuItem
807 Caption = '&Find'
808 HelpContext = 23
809 OnClick = Find1Click
810 end
811 object Repalce1: TMenuItem
812 Caption = '&Replace'
813 HelpContext = 23
814 OnClick = Repalce1Click
815 end
816 object FindNext1: TMenuItem
817 Caption = 'Find &Next'
818 Enabled = False
819 HelpContext = 23
820 ShortCut = 114
821 OnClick = FindNext1Click
822 end
823 object KS1: TMenuItem
824 Caption = '&Start Position'
825 HelpContext = 23
826 object FromTop: TMenuItem
827 Caption = 'From &Top'
828 Checked = True
829 HelpContext = 23
830 OnClick = FromTopClick
831 end
832 object FromCurrent: TMenuItem
833 Caption = 'From &Current'
834 HelpContext = 23
835 OnClick = FromCurrentClick
836 end
837 end
838 object N5: TMenuItem
839 Caption = '-'
840 end
841 object WordWrap1: TMenuItem
842 Caption = 'Word&Wrap'
843 Enabled = False
844 OnClick = WordWrap1Click
845 end
846 object protected1: TMenuItem
847 Caption = '&Disabled'
848 OnClick = protected1Click
849 end
850 end
851 object Run1: TMenuItem
852 Caption = '&Run'
853 GroupIndex = 1
854 HelpContext = 61
855 object Run2: TMenuItem
856 Caption = '&Run'
857 ShortCut = 16466
858 OnClick = Run2Click
859 end
860 end
861 object Show1: TMenuItem
862 Caption = '&Window'
863 GroupIndex = 1
864 object E1: TMenuItem
865 Caption = 'program &Editor'
866 OnClick = E1Click
867 end
868 end
869 object Option1: TMenuItem
870 Caption = '&Option'
871 GroupIndex = 1
872 HelpContext = 88
873 object Font1: TMenuItem
874 Caption = '&Font'
875 GroupIndex = 2
876 OnClick = Font1Click
877 end
878 end
879 end
880 object SaveDialog1: TSaveDialog
881 Title = '(&N):'
882 Filter = 'Text File|*.txt|All Files|*.*'
883 FilterIndex = 0
884 Options = [ofOverwritePrompt, ofPathMustExist]
885 left = 48
886 top = 8
887 end
888 object FontDialog1: TFontDialog
889 Font.CharSet = SHIFTJIS_CHARSET
890 Font.Height = 17
891 Font.Name = '*'
892 Font.Pitch = fpVariable
893 MinFontSize = 0
894 MaxFontSize = 0
895 left = 88
896 top = 8
897 end
898 object FindDialog1: TFindDialog
899 HelpContext = 23
900 Options = [frDown, frHideUpDown, frDisableUpDown, frShowHelp]
901 OnFind = FindDialog1Find
902 left = 224
903 top = 8
904 end
905 object ReplaceDialog1: TReplaceDialog
906 Options = [frDown, frHideUpDown]
907 OnFind = ReplaceDialog1Find
908 OnReplace = ReplaceDialog1Replace
909 left = 264
910 top = 8
911 end
912 object SynFreePascalSyn1: TSynFreePascalSyn
913 Enabled = False
914 CommentAttri.Foreground = clBlue
915 CommentAttri.Style = [fsBold]
916 StringAttri.Foreground = clBlue
917 DirectiveAttri.Foreground = clRed
918 DirectiveAttri.Style = []
919 CompilerMode = pcmObjFPC
920 NestedComments = True
921 left = 137
922 top = 201
923 end
924 end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26