Zmylna Posted November 16, 2023 Posted November 16, 2023 Hi all. Has anyone encountered the problem of pixels / artifacts on ListView when the window background is set ? Most often the described effect occurs at the edges of the control. If I remove the window background, everything looks fine. How to deal with it ?
Zmylna Posted November 17, 2023 Author Posted November 17, 2023 (edited) 23 hours ago, Andreik said: Post the code. expandcollapse popup; -- Created with ISN Form Studio 2 for ISN AutoIt Studio -- ; #include <StaticConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Include <GuiButton.au3> #include <GuiListView.au3> #include <ProgressConstants.au3> #include <GuiStatusBar.au3> $GUI = GUICreate("Interfejs",1547,991,-1,-1,BitOr($WS_SIZEBOX,$WS_MAXIMIZEBOX,$WS_MINIMIZEBOX),-1) $GUI_BGimage = GUICtrlCreatePic(@scriptdir&"\"&"Images\abstract-surface-textures-white-concrete-stone-wall.jpg",0,0,1547,991,$WS_CLIPSIBLINGS) GUICtrlSetState(-1,$GUI_DISABLE) GUICtrlSetResizing(-1,102) $lvListaZlecen = GUICtrlCreatelistview("Numer|Data|Dział|Opis|Zgłaszający|Status|Typ|Realizujący|ID|Projekt",10,101,1526,832,BitOr($LVS_SINGLESEL,$LVS_SHOWSELALWAYS),BitOr($LVS_EX_FULLROWSELECT,$LVS_EX_GRIDLINES,$LVS_EX_DOUBLEBUFFER,$LVS_EX_INFOTIP,$WS_EX_CLIENTEDGE)) GUICtrlSetState(-1,BitOr($GUI_SHOW,$GUI_ENABLE,$GUI_ONTOP)) GUICtrlSetFont(-1,19,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x909090") $lZglosil = GUICtrlCreateLabel("---",87,19,211,28,-1,-1) GUICtrlSetFont(-1,18,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x7C7C7C") GUICtrlSetBkColor(-1,"-2") GUICtrlSetResizing(-1,768) $lRealizujacy = GUICtrlCreateLabel("",314,19,180,29,-1,-1) GUICtrlSetFont(-1,18,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x7AB4FF") GUICtrlSetBkColor(-1,"-2") $lTemat = GUICtrlCreateLabel("---",87,57,211,29,-1,-1) GUICtrlSetFont(-1,18,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x7C7C7C") GUICtrlSetBkColor(-1,"-2") $lData = GUICtrlCreateLabel("---",314,57,211,30,-1,-1) GUICtrlSetFont(-1,18,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x7C7C7C") GUICtrlSetBkColor(-1,"-2") $lTelefon = GUICtrlCreateLabel("---",541,19,89,27,-1,-1) GUICtrlSetFont(-1,18,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x7C7C7C") GUICtrlSetBkColor(-1,"-2") $lKomputer = GUICtrlCreateLabel("---",541,57,89,29,-1,-1) GUICtrlSetFont(-1,18,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x7C7C7C") GUICtrlSetBkColor(-1,"-2") $lStatus = GUICtrlCreateLabel("---",646,19,128,27,-1,-1) GUICtrlSetFont(-1,18,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x7C7C7C") GUICtrlSetBkColor(-1,"-2") $lFirma = GUICtrlCreateLabel("---",646,57,128,29,-1,-1) GUICtrlSetFont(-1,18,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x7C7C7C") GUICtrlSetBkColor(-1,"-2") GUICtrlCreateLabel("My Text",82,14,220,40,$SS_ETCHEDFRAME,-1) GUICtrlSetBkColor(-1,"-2") GUICtrlCreateLabel("Zgłosił",87,8,36,13,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") GUICtrlCreateLabel("My Text",82,52,220,40,$SS_ETCHEDFRAME,-1) GUICtrlSetBkColor(-1,"-2") $gr_Realizujacy = GUICtrlCreateLabel("My Text",309,14,220,40,$SS_ETCHEDFRAME,-1) GUICtrlSetState(-1,BitOr($GUI_SHOW,$GUI_DISABLE)) GUICtrlSetBkColor(-1,"-2") GUICtrlCreateLabel("My Text",309,52,220,40,$SS_ETCHEDFRAME,-1) GUICtrlSetBkColor(-1,"-2") GUICtrlCreateLabel("My Text",536,14,98,40,$SS_ETCHEDFRAME,-1) GUICtrlSetBkColor(-1,"-2") GUICtrlCreateLabel("My Text",536,52,98,40,$SS_ETCHEDFRAME,-1) GUICtrlSetBkColor(-1,"-2") $status_bar = _GUICtrlStatusBar_Create($GUI, -1, "",-1,-1) GUICtrlCreateLabel("My Text",641,14,137,40,$SS_ETCHEDFRAME,-1) GUICtrlSetBkColor(-1,"-2") GUICtrlCreateLabel("My Text",641,52,137,40,$SS_ETCHEDFRAME,-1) GUICtrlSetBkColor(-1,"-2") $lGUI_Photo = GUICtrlCreateLabel("My Text",10,12,66,80,$SS_ETCHEDFRAME,-1) GUICtrlSetBkColor(-1,"-2") GUICtrlCreateLabel("Temat",86,46,32,13,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") GUICtrlCreateLabel("My Text",784,14,80,40,$SS_ETCHEDFRAME,-1) GUICtrlSetBkColor(-1,"-2") GUICtrlCreateLabel("Realizujący",314,8,56,13,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") GUICtrlCreateLabel("My Text",784,52,80,40,$SS_ETCHEDFRAME,-1) GUICtrlSetState(-1,BitOr($GUI_SHOW,$GUI_DISABLE)) GUICtrlSetBkColor(-1,"-2") GUICtrlCreateLabel("Czas realizacji",789,8,68,13,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") GUICtrlCreateLabel("Data zgłoszenia",314,46,79,13,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") $AD_IMG_ZG = GUICtrlCreatePic("",12,14,61,75,BitOr($SS_CENTERIMAGE,$SS_NOTIFY),-1) GUICtrlSetState(-1,BitOr($GUI_SHOW,$GUI_ENABLE,$GUI_ONTOP)) $lCzP_Suma = GUICtrlCreateLabel("---",1334,18,36,27,-1,-1) GUICtrlSetState(-1,BitOr($GUI_SHOW,$GUI_ENABLE,$GUI_ONTOP)) GUICtrlSetFont(-1,16,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0xFA6A6A") GUICtrlSetBkColor(-1,"-2") GUICtrlSetTip(-1,"Suma czasu pracy w dniu dzisiejszym") GUICtrlCreateLabel("Telefon",541,8,38,13,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") $lCzas_statusu = GUICtrlCreateLabel("---",789,19,68,28,-1,-1) GUICtrlSetState(-1,BitOr($GUI_SHOW,$GUI_ENABLE,$GUI_ONTOP)) GUICtrlSetFont(-1,18,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x7C7C7C") GUICtrlSetBkColor(-1,"-2") GUICtrlSetTip(-1,"Czas, który upłynął od zmiany statusu.") GUICtrlCreateLabel("Komputer",541,46,47,13,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") GUICtrlCreateLabel("Początek pracy:",1248,38,116,27,-1,-1) GUICtrlSetFont(-1,16,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x7C7C7C") GUICtrlSetBkColor(-1,"-2") GUICtrlSetTip(-1,"Początek pracy") GUICtrlCreateLabel("Status",646,8,32,13,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") $lCzP_Suma_Label = GUICtrlCreateLabel("Czas pracy:",1248,16,85,27,-1,-1) GUICtrlSetFont(-1,16,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0xFA6A6A") GUICtrlSetBkColor(-1,"-2") GUICtrlSetTip(-1,"Suma czasu pracy w dniu dzisiejszym") $lCzP_Start = GUICtrlCreateLabel("---",1365,39,65,27,-1,-1) GUICtrlSetState(-1,BitOr($GUI_SHOW,$GUI_ENABLE,$GUI_ONTOP)) GUICtrlSetFont(-1,16,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x7C7C7C") GUICtrlSetBkColor(-1,"-2") GUICtrlSetTip(-1,"Początek pracy") GUICtrlCreateLabel("Firma",646,46,27,13,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") GUICtrlCreateLabel("Moje zlecenia:",1248,61,104,27,-1,-1) GUICtrlSetFont(-1,16,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x7C7C7C") GUICtrlSetBkColor(-1,"-2") GUICtrlSetTip(-1,"Ilość przypisanych zleceń") GUICtrlCreateLabel("My Text",870,14,363,78,$SS_ETCHEDFRAME,-1) GUICtrlSetBkColor(-1,"-2") $lOperator_zlecenia = GUICtrlCreateLabel("---",1354,62,20,27,-1,-1) GUICtrlSetState(-1,BitOr($GUI_SHOW,$GUI_ENABLE,$GUI_ONTOP)) GUICtrlSetFont(-1,16,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x7C7C7C") GUICtrlSetBkColor(-1,"-2") GUICtrlSetTip(-1,"Ilość przypisanych zleceń") GUICtrlCreateLabel("Postęp",876,8,36,12,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") $gCzas = GUICtrlCreateGroup("My Text",1240,8,203,84,-1,-1) $pPostep_czas = GUICtrlCreateProgress(881,31,340,18,$PBS_SMOOTH,-1) GUICtrlSetBkColor(-1,"-2") $pPostep_dzien = GUICtrlCreateProgress(881,64,340,18,$PBS_SMOOTH,-1) $pDpProcent = GUICtrlCreateLabel("Dzień pracy",881,50,340,13,$SS_CENTER,-1) GUICtrlSetBkColor(-1,"-2") $pZCProcent = GUICtrlCreateLabel("Zarejestrowany czas",881,17,340,13,$SS_CENTER,-1) GUICtrlSetBkColor(-1,"-2") $lOdswiezone = GUICtrlCreateLabel("",789,57,68,28,-1,-1) GUICtrlSetState(-1,BitOr($GUI_SHOW,$GUI_ENABLE,$GUI_ONTOP)) GUICtrlSetFont(-1,18,400,0,"Bahnschrift Condensed") GUICtrlSetColor(-1,"0x7C7C7C") GUICtrlSetBkColor(-1,"-2") GUICtrlSetTip(-1,"Odświeżenie listy zleceń") GUICtrlCreateLabel("Odświeżone",789,46,60,13,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") $bRejestruj = GUICtrlCreateButton("Nowe",1454,16,78,23,-1,-1) GUICtrlSetImage(-1,@scriptdir&"\"&"Images\doc.ico") GUICtrlSetTip(-1,"Rejestracja nowego zlecenia") $bOdswiez = GUICtrlCreateButton("Odśwież",1454,41,78,23,-1,-1) GUICtrlSetImage(-1,@scriptdir&"\"&"Images\reload.ico") GUICtrlSetTip(-1,"Odświeżenie listy zleceń") $bZamknij = GUICtrlCreateButton("Zamknij",1454,65,78,23,-1,-1) GUICtrlSetImage(-1,@scriptdir&"\"&"Images\door_in.ico") GUICtrlSetTip(-1,"Wyjście z programu") GUICtrlCreateLabel("My Text",1450,14,87,78,$SS_ETCHEDFRAME,-1) GUICtrlSetState(-1,BitOr($GUI_SHOW,$GUI_DISABLE)) GUICtrlSetBkColor(-1,"-2") $iTools = GUICtrlCreateIcon("C:\Windows\System32\mycomput.dll",201,495,19,32,32,$SS_NOTIFY,-1) GUICtrlSetTip(-1,"Narzędzia") #cs [gui] bgimage=Images\abstract-surface-textures-white-concrete-stone-wall.jpg Handle_deklaration=default Handle_deklaration_const=false title=d.mago - Interfejs breite=1547 hoehe=991 style=$WS_SIZEBOX+$WS_MAXIMIZEBOX+$WS_MINIMIZEBOX exstyle=-1 bgcolour=0xF0F0F0 handle=$GUI parent= code= codebeforegui= xpos=-1 ypos=-1 center_gui=true title_textmode=normal isf_include_once=false isf_no_includes=false only_controls_in_isf=false const_modus=default gui_code_in_function=false gui_code_in_function_name= gui_code_in_function_mode=gui gui_code_in_function_map_name= gui_event_close= gui_event_minimize= gui_event_restore= gui_event_maximize= gui_event_mousemove= gui_event_primarydown= gui_event_primaryup= gui_event_secoundarydown= gui_event_secoundaryup= gui_event_resized= gui_event_dropped= defaultfont=MS Sans Serif defaultfontsize=8 [0x00052178] type=listview handle=448 locked=0 resize= x=10 y=101 width=1526 height=832 func= font=Bahnschrift Condensed fontsize=19 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x909090 id=$lvListaZlecen text=Numer|Data|Dział|Opis|Zgłaszający|Status|Typ|Realizujący|ID|Projekt state=$GUI_SHOW+$GUI_ENABLE+$GUI_ONTOP style=$LVS_SINGLESEL+$LVS_SHOWSELALWAYS exstyle=$LVS_EX_FULLROWSELECT+$LVS_EX_GRIDLINES+$LVS_EX_DOUBLEBUFFER+$LVS_EX_INFOTIP+$WS_EX_CLIENTEDGE bgcolour= code= order=0 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x0003216A] type=label handle=449 locked=0 resize=768 x=87 y=19 width=211 height=28 func= font=Bahnschrift Condensed fontsize=18 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x7C7C7C id=$lZglosil text=--- state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=-2 code= order=14 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x00022168] type=label handle=450 locked=0 resize= x=314 y=19 width=180 height=29 func= font=Bahnschrift Condensed fontsize=18 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x7AB4FF id=$lRealizujacy text=Paweł Dacka state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=15 [0x00022166] type=label handle=451 locked=0 resize= x=87 y=57 width=211 height=29 func= font=Bahnschrift Condensed fontsize=18 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x7C7C7C id=$lTemat text=--- state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=16 [0x00022164] type=label handle=452 locked=0 resize= x=314 y=57 width=211 height=30 func= font=Bahnschrift Condensed fontsize=18 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x7C7C7C id=$lData text=--- state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=17 [0x00022162] type=label handle=453 locked=0 resize= x=541 y=19 width=89 height=27 func= font=Bahnschrift Condensed fontsize=18 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x7C7C7C id=$lTelefon text=--- state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=18 [0x00022160] type=label handle=454 locked=0 resize= x=541 y=57 width=89 height=29 func= font=Bahnschrift Condensed fontsize=18 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x7C7C7C id=$lKomputer text=--- state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=19 [0x0002215E] type=label handle=455 locked=0 resize= x=646 y=19 width=128 height=27 func= font=Bahnschrift Condensed fontsize=18 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x7C7C7C id=$lStatus text=--- state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=20 [0x0002215C] type=label handle=456 locked=0 resize= x=646 y=57 width=128 height=29 func= font=Bahnschrift Condensed fontsize=18 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x7C7C7C id=$lFirma text=--- state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=21 [0x0002215A] type=label handle=457 locked=0 resize= x=82 y=14 width=220 height=40 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=My Text state=$GUI_SHOW+$GUI_ENABLE style=$SS_ETCHEDFRAME exstyle= bgcolour=-2 code= order=22 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x00022158] type=label handle=458 locked=0 resize= x=87 y=8 width=36 height=13 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=Zgłosił state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=0xF0F0F0 code= order=23 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x00022156] type=label handle=459 locked=0 resize= x=82 y=52 width=220 height=40 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=My Text state=$GUI_SHOW+$GUI_ENABLE style=$SS_ETCHEDFRAME exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=25 [0x00022154] type=label handle=460 locked=0 resize= x=309 y=14 width=220 height=40 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id=$gr_Realizujacy text=My Text state=$GUI_SHOW+$GUI_DISABLE style=$SS_ETCHEDFRAME exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=26 [0x00022152] type=label handle=461 locked=0 resize= x=309 y=52 width=220 height=40 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=My Text state=$GUI_SHOW+$GUI_ENABLE style=$SS_ETCHEDFRAME exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=27 [0x00022150] type=label handle=462 locked=0 resize= x=536 y=14 width=98 height=40 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=My Text state=$GUI_SHOW+$GUI_ENABLE style=$SS_ETCHEDFRAME exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=28 [0x0002214E] type=label handle=463 locked=0 resize= x=536 y=52 width=98 height=40 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=My Text state=$GUI_SHOW+$GUI_ENABLE style=$SS_ETCHEDFRAME exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=29 [0x0002214C] type=label handle=464 locked=0 resize= x=641 y=14 width=137 height=40 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=My Text state=$GUI_SHOW+$GUI_ENABLE style=$SS_ETCHEDFRAME exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=30 [0x0002214A] type=label handle=465 locked=0 resize= x=641 y=52 width=137 height=40 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=My Text state=$GUI_SHOW+$GUI_ENABLE style=$SS_ETCHEDFRAME exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=31 [0x00022148] type=label handle=466 locked=0 resize= x=86 y=46 width=32 height=13 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=Temat state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=0xF0F0F0 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=32 [0x00022146] type=label handle=467 locked=0 resize= x=314 y=8 width=56 height=13 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=Realizujący state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=0xF0F0F0 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=33 [0x00022144] type=label handle=468 locked=0 resize= x=314 y=46 width=79 height=13 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=Data zgłoszenia state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=0xF0F0F0 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=34 [0x00022142] type=label handle=469 locked=0 resize= x=541 y=8 width=38 height=13 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=Telefon state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=0xF0F0F0 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=35 [0x00022140] type=label handle=470 locked=0 resize= x=541 y=46 width=47 height=13 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=Komputer state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=0xF0F0F0 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=36 [0x0002213E] type=label handle=471 locked=0 resize= x=646 y=8 width=32 height=13 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=Status state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=0xF0F0F0 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=37 [0x0002213C] type=label handle=472 locked=0 resize= x=646 y=46 width=27 height=13 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=Firma state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=0xF0F0F0 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=38 [0x0002213A] type=statusbar handle=473 locked=0 resize= x=10 y=641 width=25 height=25 func= font=Bahnschrift Condensed fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id=$status_bar text= state= style= exstyle= bgcolour= code= order=30 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x00022136] type=label handle=474 locked=0 resize= x=10 y=12 width=66 height=80 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id=$lGUI_Photo text=My Text state=$GUI_SHOW+$GUI_ENABLE style=$SS_ETCHEDFRAME exstyle= bgcolour=-2 code= order=31 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x00022134] type=label handle=475 locked=0 resize= x=784 y=14 width=80 height=40 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=My Text state=$GUI_SHOW+$GUI_ENABLE style=$SS_ETCHEDFRAME exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=32 [0x00022132] type=label handle=476 locked=0 resize= x=784 y=52 width=80 height=40 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=My Text state=$GUI_SHOW+$GUI_DISABLE style=$SS_ETCHEDFRAME exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=33 [0x00022130] type=label handle=477 locked=0 resize= x=789 y=8 width=68 height=13 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=Czas realizacji state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=0xF0F0F0 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=34 [0x0002212E] type=image handle=478 locked=0 resize= x=12 y=14 width=61 height=75 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id=$AD_IMG_ZG text= state=$GUI_SHOW+$GUI_ENABLE+$GUI_ONTOP style=$SS_CENTERIMAGE+$SS_NOTIFY exstyle= bgcolour= code= order=35 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x0002212C] type=label handle=479 locked=0 resize= x=789 y=19 width=68 height=28 func= font=Bahnschrift Condensed fontsize=18 fontstyle=400 fontattribute=0 tooltip=Czas, który upłynął od zmiany statusu. bgimage= textcolour=0x7C7C7C id=$lCzas_statusu text=--- state=$GUI_SHOW+$GUI_ENABLE+$GUI_ONTOP style= exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=36 [0x0002212A] type=label handle=480 locked=0 resize= x=1334 y=18 width=36 height=27 func= font=Bahnschrift Condensed fontsize=16 fontstyle=400 fontattribute=0 tooltip=Suma czasu pracy w dniu dzisiejszym bgimage= textcolour=0xFA6A6A id=$lCzP_Suma text=--- state=$GUI_SHOW+$GUI_ENABLE+$GUI_ONTOP style= exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=35 [0x00022128] type=label handle=481 locked=0 resize= x=1248 y=38 width=116 height=27 func= font=Bahnschrift Condensed fontsize=16 fontstyle=400 fontattribute=0 tooltip=Początek pracy bgimage= textcolour=0x7C7C7C id= text=Początek pracy: state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=37 [0x00022126] type=label handle=482 locked=0 resize= x=1365 y=39 width=65 height=27 func= font=Bahnschrift Condensed fontsize=16 fontstyle=400 fontattribute=0 tooltip=Początek pracy bgimage= textcolour=0x7C7C7C id=$lCzP_Start text=--- state=$GUI_SHOW+$GUI_ENABLE+$GUI_ONTOP style= exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=38 [0x00022124] type=label handle=483 locked=0 resize= x=1248 y=16 width=85 height=27 func= font=Bahnschrift Condensed fontsize=16 fontstyle=400 fontattribute=0 tooltip=Suma czasu pracy w dniu dzisiejszym bgimage= textcolour=0xFA6A6A id=$lCzP_Suma_Label text=Czas pracy: state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=-2 code= order=38 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x00022122] type=label handle=484 locked=0 resize= x=1248 y=61 width=104 height=27 func= font=Bahnschrift Condensed fontsize=16 fontstyle=400 fontattribute=0 tooltip=Ilość przypisanych zleceń bgimage= textcolour=0x7C7C7C id= text=Moje zlecenia: state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=-2 code= order=39 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x00022120] type=label handle=485 locked=0 resize= x=1354 y=62 width=20 height=27 func= font=Bahnschrift Condensed fontsize=16 fontstyle=400 fontattribute=0 tooltip=Ilość przypisanych zleceń bgimage= textcolour=0x7C7C7C id=$lOperator_zlecenia text=--- state=$GUI_SHOW+$GUI_ENABLE+$GUI_ONTOP style= exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=40 [0x0002211E] type=group handle=486 locked=0 resize= x=1240 y=8 width=203 height=84 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id=$gCzas text=My Text state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour= code= order=41 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x0002211C] type=label handle=487 locked=0 resize= x=870 y=14 width=363 height=78 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=My Text state=$GUI_SHOW+$GUI_ENABLE style=$SS_ETCHEDFRAME exstyle= bgcolour=-2 code= order=40 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x0002211A] type=label handle=488 locked=0 resize= x=876 y=8 width=36 height=12 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=Postęp state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=0xF0F0F0 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=41 [0x00022118] type=progress handle=489 locked=0 resize= x=881 y=31 width=340 height=18 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id=$pPostep_czas text=0 state=$GUI_SHOW+$GUI_ENABLE style=$PBS_SMOOTH exstyle= bgcolour=-2 code= order=42 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x00022114] type=progress handle=490 locked=0 resize= x=881 y=64 width=340 height=18 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id=$pPostep_dzien text=0 state=$GUI_SHOW+$GUI_ENABLE style=$PBS_SMOOTH exstyle= bgcolour= code= order=43 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x00022112] type=label handle=491 locked=0 resize= x=881 y=50 width=340 height=13 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id=$pDpProcent text=Dzień pracy state=$GUI_SHOW+$GUI_ENABLE style=$SS_CENTER exstyle= bgcolour=-2 code= order=44 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x00022110] type=label handle=492 locked=0 resize= x=881 y=17 width=340 height=13 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id=$pZCProcent text=Zarejestrowany czas state=$GUI_SHOW+$GUI_ENABLE style=$SS_CENTER exstyle= bgcolour=-2 code= order=45 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x0002210E] type=label handle=493 locked=0 resize= x=789 y=57 width=68 height=28 func= font=Bahnschrift Condensed fontsize=18 fontstyle=400 fontattribute=0 tooltip=Odświeżenie listy zleceń bgimage= textcolour=0x7C7C7C id=$lOdswiezone text= state=$GUI_SHOW+$GUI_ENABLE+$GUI_ONTOP style= exstyle= bgcolour=-2 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=46 [0x0002210A] type=label handle=494 locked=0 resize= x=789 y=46 width=60 height=13 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=Odświeżone state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour=0xF0F0F0 code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=47 [0x00022108] type=button handle=495 locked=0 resize= x=1454 y=16 width=78 height=23 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip=Rejestracja nowego zlecenia bgimage=Images\doc.ico textcolour=0x000000 id=$bRejestruj text=Nowe state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour= code= order=48 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x00022106] type=button handle=496 locked=0 resize= x=1454 y=41 width=78 height=23 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip=Odświeżenie listy zleceń bgimage=Images\reload.ico textcolour=0x000000 id=$bOdswiez text=Odśwież state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour= code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=49 [0x00032104] type=button handle=497 locked=0 resize= x=1454 y=65 width=78 height=23 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip=Wyjście z programu bgimage=Images\door_in.ico textcolour=0x000000 id=$bZamknij text=Zamknij state=$GUI_SHOW+$GUI_ENABLE style= exstyle= bgcolour= code= tabpage=-1 iconindex= iconlarge=0 textmode=text order=50 [0x00022102] type=label handle=498 locked=0 resize= x=1450 y=14 width=87 height=78 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip= bgimage= textcolour=0x000000 id= text=My Text state=$GUI_SHOW+$GUI_DISABLE style=$SS_ETCHEDFRAME exstyle= bgcolour=-2 code= order=51 tabpage=-1 iconindex= iconlarge=0 textmode=text [0x000422B6] type=icon handle=507 locked=0 resize= x=495 y=19 width=32 height=32 func= font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 tooltip=Narzędzia bgimage=C:\Windows\System32\mycomput.dll textcolour=0x000000 id=$iTools text= state=$GUI_SHOW+$GUI_ENABLE style=$SS_NOTIFY exstyle= bgcolour=-2 code= order=52 tabpage=-1 iconindex=201 iconlarge=0 textmode=text #ce Edited November 17, 2023 by Zmylna
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now