mirror of
https://github.com/Tolik-Trek/File-Manager.git
synced 2026-06-15 01:11:36 +03:00
188 lines
4.1 KiB
Plaintext
Executable File
188 lines
4.1 KiB
Plaintext
Executable File
;/////////////////////////////////////////////////////////////////////
|
||
;
|
||
; ޝ¨á â¥«ì ®ª áâனª¨ 梥⮢
|
||
;
|
||
;/////////////////////////////////////////////////////////////////////
|
||
dial_colors:
|
||
dw 0309h,153Eh ; Yo,Xo,lenY,lenX
|
||
db "Colors",0
|
||
;
|
||
db PResident1
|
||
;
|
||
db ListBox
|
||
dw 0219h,0B10h ; Yo,Xo,lenY,lenX
|
||
db "Group &items",0
|
||
db 17h ; ᪥-ª®¤ hot-¡ãª¢ë
|
||
db 1 ; ª®â¥ªáâ
|
||
dw ItemList1 ; ¤à¥á ᯨáª
|
||
;
|
||
db PResident2
|
||
dw tmp_color_list
|
||
;
|
||
db TestColor
|
||
dw 0F1Ah ; Yo,Xo
|
||
dw tmp_color_list
|
||
db "Text Text Text Text",0
|
||
;
|
||
db PalleteBox
|
||
dw 022Eh,0404h ; Yo,Xo,lenY,lenX
|
||
db "&Foreground",0
|
||
db 20h ; ᪥-ª®¤ hot-ª« ¢¨è¨
|
||
db 2 ; ª®â¥ªáâ
|
||
db 0Fh ; ¬ ᪠梥â
|
||
dw tmp_color_list ; ï祩ª ⥪. 梥â
|
||
;
|
||
db PalleteBox
|
||
dw 0C2Eh,0204h ; Yo,Xo,lenY,lenX
|
||
db "&Background",0
|
||
db 2Eh ; ᪥-ª®¤ hot-ª« ¢¨è¨
|
||
db 3 ; ª®â¥ªáâ
|
||
db 0F0h ; ¬ ᪠ä®
|
||
dw tmp_color_list ; ï祩ª ⥪. 梥â
|
||
;
|
||
db Button ; ®¬¥à ®¡ê¥ªâ
|
||
dw 1315h ; Yo,Xo
|
||
db "[ S&et ]",0 ; ¨¬ï ¡ãâ®
|
||
db 12h ; ᪥-ª®¤ hot-ª« ¢¨è¨
|
||
db cmOkey ; ®¬¥à ª®¬ ¤ë
|
||
db 4 ; ª®â¥ªáâ
|
||
;
|
||
db Button ; ®¬¥à ®¡ê¥ªâ
|
||
dw 131Fh ; Yo,Xo
|
||
db "[ Ca&ncel ]",0 ; ¨¬ï ¡ãâ®
|
||
db 2Fh ; ᪥-ª®¤ hot-ª« ¢¨è¨
|
||
db cmCancel ; ®¬¥à ª®¬ ¤ë
|
||
db 5 ; ª®â¥ªáâ
|
||
;
|
||
db Button ; ®¬¥à ®¡ê¥ªâ
|
||
dw 1004h ; Yo,Xo
|
||
db "[ &Default colors ]",0 ; ¨¬ï ¡ãâ®
|
||
db 1Fh ; ᪥-ª®¤ hot-ª« ¢¨è¨
|
||
db cmDefault ; ®¬¥à ª®¬ ¤ë
|
||
db 6 ; ª®â¥ªáâ
|
||
;
|
||
db ListBox
|
||
dw 0202h,0C12h ; Yo,Xo,lenY,lenX
|
||
db "Color &groups",0
|
||
db 21h ; ᪥-ª®¤ hot-¡ãª¢ë
|
||
db 0 ; ª®â¥ªáâ
|
||
dw GroupList ; ¤à¥á ᯨáª
|
||
;
|
||
db -1 ; ª®¥æ ®¯¨á ⥫ï
|
||
|
||
|
||
|
||
; ‘¯¨á®ª ListBox- "Color groups"
|
||
GroupList:
|
||
db "Panel",0Dh
|
||
db "Horizontal menu",0Dh
|
||
db "Menu",0Dh
|
||
db "Key bar",0Dh
|
||
db "Command line",0Dh
|
||
db "Dialog",0Dh
|
||
db "Viewer",0Dh
|
||
db "Editor",0Dh
|
||
db "Help",0Dh
|
||
db "Miscelions",0Dh
|
||
db "Files highlighting",0Dh
|
||
db 0
|
||
|
||
|
||
|
||
ItemTab:dw ItemList1, tmp_color_list ; Panel
|
||
dw ItemList2, color_list2 ; Horizontal menu
|
||
dw ItemList3, color_list3 ; Menu
|
||
dw ItemList4, color_list4 ; Key bar
|
||
dw ItemList5, color_list5 ; Command line
|
||
dw ItemList6, color_list6 ; Dialog
|
||
dw ItemList7, color_list7 ; Viewer
|
||
dw ItemList8, color_list8 ; Editor
|
||
dw ItemList9, color_list9 ; Help
|
||
dw ItemList10, color_list10 ; Miscelions
|
||
dw ItemList11, color_list11 ; Files highlighting
|
||
|
||
|
||
; <Panel>
|
||
ItemList1:
|
||
db "Normal cursor",0Dh ;+0
|
||
db "Selected cursor",0Dh ;+1
|
||
db "Normal text",0Dh ;+2
|
||
db "Selected text",0Dh ;+3
|
||
db "Selected title",0Dh ;+4
|
||
db "Column title",0Dh ;+5
|
||
db "Selected info",0Dh ;+6
|
||
db "Highlighted info",0Dh ;+7
|
||
db "Info names",0Dh ;+8
|
||
db 0
|
||
|
||
; <Horizontal menu>
|
||
ItemList2:
|
||
db "Normal text",0Dh ;+12
|
||
db "Highlighted text",0Dh ;+13
|
||
db "Hot keys",0Dh ;+14
|
||
db 0
|
||
; <Menu>
|
||
ItemList3:
|
||
db "Normal text",0Dh ;+15
|
||
db "Highlighted text",0Dh ;+16
|
||
db "Hot keys",0Dh ;+17
|
||
db 0
|
||
; <Key bar>
|
||
ItemList4:
|
||
db "Key names",0Dh ;+20
|
||
db "Key numbers",0Dh ;+21
|
||
db 0
|
||
; <Command line>
|
||
ItemList5:
|
||
db "Normal text",0Dh ;+22
|
||
db 0
|
||
; <Dialog>
|
||
ItemList6:
|
||
db "Normal text",0Dh ;+24
|
||
db "Hot keys",0Dh ;+25
|
||
db "Selected title",0Dh ;+26
|
||
db "Info message",0Dh ;+27
|
||
db "Warning message",0Dh ;+28
|
||
db "ListBox",0Dh ;+29
|
||
db "LB highlight",0Dh ;+30
|
||
db "LB highlight hd",0Dh ;+31
|
||
db "LB scroll bar",0Dh ;+32
|
||
db "Text input",0Dh ;+33
|
||
db "Selected buttons",0Dh ;+34
|
||
db "Sel.butt.Wrn/Err",0Dh ;+35
|
||
db 0
|
||
; <Viewer>
|
||
ItemList7:
|
||
db "Normal text",0Dh ;+39
|
||
db "Selected text",0Dh ;+40
|
||
db "Status line",0Dh ;+41
|
||
db "Scrolling arrows",0Dh ;+42
|
||
db 0
|
||
; <Edit>
|
||
ItemList8:
|
||
db "Normal text",0Dh ;+43
|
||
db "Selected text",0Dh ;+44
|
||
db "Status line",0Dh ;+45
|
||
db 0
|
||
; <Help>
|
||
ItemList9:
|
||
db "Normal text",0Dh ;+46
|
||
db "Highlighted text",0Dh ;+47
|
||
db "Title",0Dh ;+48
|
||
db "Scrollbar",0Dh ;+49
|
||
db 0
|
||
; <Miscelions>
|
||
ItemList10:
|
||
db "Process line",0Dh ;+50
|
||
db "Clock",0Dh ;+51
|
||
db 0
|
||
; <Files highlighting>
|
||
ItemList11:
|
||
db "Folder",0Dh ;+
|
||
db "Execution",0Dh ;+
|
||
db "Archive",0Dh ;+
|
||
db "R/o, system",0Dh ;+
|
||
db "Hidden",0Dh ;+
|
||
db "Spectrum",0Dh ;+
|
||
db 0
|