diff --git a/Business/App.cs b/Business/App.cs index 5fb2f46..f0f8bfa 100644 --- a/Business/App.cs +++ b/Business/App.cs @@ -4,9 +4,11 @@ namespace SystemTrayMenu { using System; + using System.Threading; using System.Windows.Forms; using Microsoft.Win32; using SystemTrayMenu.Business; + using SystemTrayMenu.Helper.Updater; using SystemTrayMenu.UserInterface; using SystemTrayMenu.Utilities; @@ -46,6 +48,13 @@ namespace SystemTrayMenu } DllImports.NativeMethods.User32ShowInactiveTopmost(taskbarForm); + + if (Properties.Settings.Default.CheckForUpdates) + { + new Thread((obj) => GitHubUpdate.ActivateNewVersionFormOrCheckForUpdates( + showWhenUpToDate: false)) + .Start(); + } } public void Dispose() diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 97abb2c..3150b8b 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -39,5 +39,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.9.26")] -[assembly: AssemblyFileVersion("1.2.9.26")] +[assembly: AssemblyVersion("1.2.9.27")] +[assembly: AssemblyFileVersion("1.2.9.27")] diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index fb878e0..a4a9dcc 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -107,6 +107,22 @@ namespace SystemTrayMenu.Properties } } + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("false")] + public bool CheckForUpdates + { + get + { + return ((bool)(this["CheckForUpdates"])); + } + set + { + this["CheckForUpdates"] = value; + } + } + [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] diff --git a/Resources/Languages/lang.af.resx b/Resources/Languages/lang.af.resx index 3675a03..2b6cfc1 100644 --- a/Resources/Languages/lang.af.resx +++ b/Resources/Languages/lang.af.resx @@ -123,8 +123,8 @@ OK - - Outomatiese begin + + App begin Verlaat toepassing @@ -139,7 +139,7 @@ Besonderhede - Stelselinligting + Stelsel inligting Gids ontoeganklik diff --git a/Resources/Languages/lang.ar.resx b/Resources/Languages/lang.ar.resx index 1cf45cb..3da5373 100644 --- a/Resources/Languages/lang.ar.resx +++ b/Resources/Languages/lang.ar.resx @@ -123,8 +123,8 @@ نعم - - بدء تلقائي + + بدء التطبيق الخروج من التطبيق @@ -328,7 +328,7 @@ مشكلة في ارتباط الاختصار - تم تغيير العنصر الذي يشير إليه هذا الاختصار أو نقله ، لذا لن يعمل هذا الاختصار بشكل صحيح بعد الآن. + تم تغيير العنصر الذي يشير إليه هذا الاختصار أو نقله ، لذلك لن يعمل هذا الاختصار بشكل صحيح بعد الآن. الدليل المفتوح diff --git a/Resources/Languages/lang.az.resx b/Resources/Languages/lang.az.resx index 9c0f32c..2a30b3c 100644 --- a/Resources/Languages/lang.az.resx +++ b/Resources/Languages/lang.az.resx @@ -123,8 +123,8 @@ tamam - - Avtomatik başlama + + Proqram başlanğıcı Proqramdan çıxın @@ -181,7 +181,7 @@ Kataloq seçin - Proqram üçün kök kataloqunuz mövcud deyil və ya boşdur! Kök qovluğunu dəyişdirin və ya bəzi faylları, kataloqları və ya qısa yolları kök qovluğuna qoyun. + Proqram üçün kök kataloqunuz mövcud deyil və ya boşdur! Kök kataloqunu dəyişdirin və ya bəzi faylları, qovluqları və ya qısa yolları kök qovluğuna qoyun. Proqramın kök kataloquna girişiniz yoxdur. Kataloqa giriş icazəsi verin və ya kök kataloqunu dəyişdirin. @@ -202,7 +202,7 @@ Kataloqun dəyişdirilməsi - klikləyin + basın Özəlləşdirmək @@ -301,7 +301,7 @@ Siçan üzərinə sürüşdürərkən sürüşdürün 1 - Siçan onun üzərində hərəkət edərkən sürüşdürün 2 + Siçan üzərinə sürüşdürərkən sürüşdürün 2 Kataloqdan ikonadan istifadə edin @@ -379,10 +379,10 @@ Cache əsas menyusu - Bu sayda element varsa, keşi təmizləyin + Bu sayda element varsa, önbelleği təmizləyin - 'Başlat Menyu' nümunə qovluğu əlavə edin + 'Başlat Menyu' nümunə kataloqu əlavə edin Sətir hündürlüyü faizlə diff --git a/Resources/Languages/lang.be.resx b/Resources/Languages/lang.be.resx index 896531d..7ce19c9 100644 --- a/Resources/Languages/lang.be.resx +++ b/Resources/Languages/lang.be.resx @@ -123,8 +123,8 @@ добра - - Аўтазапуск + + Запуск прыкладання Выйсці з праграмы diff --git a/Resources/Languages/lang.bg.resx b/Resources/Languages/lang.bg.resx index 079972d..475b113 100644 --- a/Resources/Languages/lang.bg.resx +++ b/Resources/Languages/lang.bg.resx @@ -123,8 +123,8 @@ Добре - - Автоматично стартиране + + Старт на приложението Изход от приложението diff --git a/Resources/Languages/lang.bn.resx b/Resources/Languages/lang.bn.resx index 7b79db4..f333989 100644 --- a/Resources/Languages/lang.bn.resx +++ b/Resources/Languages/lang.bn.resx @@ -123,8 +123,8 @@ ঠিক আছে - - স্বয়ংক্রিয় শুরু + + অ্যাপ শুরু অ্যাপ থেকে প্রস্থান করুন @@ -379,7 +379,7 @@ ক্যাশে প্রধান মেনু - এই সংখ্যার বেশি আইটেম থাকলে ক্যাশে সাফ করুন + এই সংখ্যার বেশি আইটেম হলে ক্যাশে সাফ করুন নমুনা ডিরেক্টরি যোগ করুন 'স্টার্ট মেনু' diff --git a/Resources/Languages/lang.ca.resx b/Resources/Languages/lang.ca.resx index 645b425..32ac008 100644 --- a/Resources/Languages/lang.ca.resx +++ b/Resources/Languages/lang.ca.resx @@ -123,8 +123,8 @@ D'acord - - Inici automàtic + + Inici de l'aplicació Surt de l'aplicació @@ -445,7 +445,7 @@ Al costat de l'anterior - Compensació per píxels + Compensació de píxels Superposició @@ -481,7 +481,7 @@ Arrossegueu - Desplaceu-vos amb lliscar + Desplaceu-vos amb el dit Filtra el menú per tipus de fitxer, p. ex.: *.exe|*.dll diff --git a/Resources/Languages/lang.cs.resx b/Resources/Languages/lang.cs.resx index bd5186c..fa88f6b 100644 --- a/Resources/Languages/lang.cs.resx +++ b/Resources/Languages/lang.cs.resx @@ -123,8 +123,8 @@ OK - - Automatické spuštění + + Spuštění aplikace Ukončete aplikaci diff --git a/Resources/Languages/lang.cy.resx b/Resources/Languages/lang.cy.resx index 928e26f..82359ad 100644 --- a/Resources/Languages/lang.cy.resx +++ b/Resources/Languages/lang.cy.resx @@ -123,8 +123,8 @@ iawn - - Cychwyn yn awtomatig + + Dechrau ap Gadael ap diff --git a/Resources/Languages/lang.da.resx b/Resources/Languages/lang.da.resx index 14a63f8..f3126f9 100644 --- a/Resources/Languages/lang.da.resx +++ b/Resources/Languages/lang.da.resx @@ -123,8 +123,8 @@ Okay - - Automatisk start + + App start Afslut app @@ -430,7 +430,7 @@ Vis aldrig skjulte filer, mapper eller drev - Størrelse og placering + Størrelse og beliggenhed Brug operativsystemindstillinger diff --git a/Resources/Languages/lang.de.resx b/Resources/Languages/lang.de.resx index 13ad4eb..fce1000 100644 --- a/Resources/Languages/lang.de.resx +++ b/Resources/Languages/lang.de.resx @@ -123,8 +123,8 @@ OK - - Auto-Start + + App-Start App beenden diff --git a/Resources/Languages/lang.el.resx b/Resources/Languages/lang.el.resx index a1d7fba..4869742 100644 --- a/Resources/Languages/lang.el.resx +++ b/Resources/Languages/lang.el.resx @@ -123,8 +123,8 @@ Εντάξει - - Αυτόματη εκκίνηση + + Έναρξη εφαρμογής Έξοδος από την εφαρμογή diff --git a/Resources/Languages/lang.eo.resx b/Resources/Languages/lang.eo.resx index 5237d27..869d0ca 100644 --- a/Resources/Languages/lang.eo.resx +++ b/Resources/Languages/lang.eo.resx @@ -123,8 +123,8 @@ bone - - Aŭtomata lanĉo + + Komenco de la aplikaĵo Eliru la apon @@ -154,7 +154,7 @@ Rekomenci - Ne eblis registri la klavoklavon. + Ne eblis registri la varmaklavon. Ĉesigi @@ -463,7 +463,7 @@ Forvelkanta - Sendu klavoklavon al alia kazo + Sendu klavoklavon al alia petskribo Ordigita laŭ dato diff --git a/Resources/Languages/lang.es.resx b/Resources/Languages/lang.es.resx index f218775..ba50c29 100644 --- a/Resources/Languages/lang.es.resx +++ b/Resources/Languages/lang.es.resx @@ -123,8 +123,8 @@ OK - - Autoencendido + + inicio de la aplicación Salir de la aplicación @@ -163,7 +163,7 @@ General - tecla de acceso rápido + tecla de acceso directo Empieza con las ventanas @@ -217,7 +217,7 @@ Milisegundos hasta que se abre un menú cuando el mouse está sobre él - Milisegundos hasta que se cierre el menú si en este caso el ratón sale del menú + Milisegundos hasta que el menú se cierre si en este caso el ratón sale del menú Ancho máximo de menú en píxeles @@ -364,7 +364,7 @@ Rutas de directorio - directorios + Directorios recursivo diff --git a/Resources/Languages/lang.et.resx b/Resources/Languages/lang.et.resx index a3d7245..f737437 100644 --- a/Resources/Languages/lang.et.resx +++ b/Resources/Languages/lang.et.resx @@ -123,8 +123,8 @@ Okei - - Autostart + + Rakenduse käivitamine Välju rakendusest @@ -490,7 +490,7 @@ Kuva elementide arv allpool - Kuva kataloogi pealkiri ülaosas + Kuva kataloogi pealkiri üleval Kuva funktsiooniklahvid allpool diff --git a/Resources/Languages/lang.eu.resx b/Resources/Languages/lang.eu.resx index 4f334d7..b2e68df 100644 --- a/Resources/Languages/lang.eu.resx +++ b/Resources/Languages/lang.eu.resx @@ -123,8 +123,8 @@ Ados - - Abiarazi automatikoa + + Aplikazioaren hasiera Irten aplikaziotik @@ -376,7 +376,7 @@ Fitxategiak bakarrik - Cache menu nagusia + Cachearen menu nagusia Garbitu cachea elementu kopuru hori baino gehiago bada diff --git a/Resources/Languages/lang.fa.resx b/Resources/Languages/lang.fa.resx index cdebc85..bfc21ce 100644 --- a/Resources/Languages/lang.fa.resx +++ b/Resources/Languages/lang.fa.resx @@ -123,8 +123,8 @@ خوب - - شروع خودکار + + شروع برنامه خروج از برنامه @@ -481,7 +481,7 @@ بکشید - از طریق کشیدن انگشت پیمایش کنید + از طریق سوایپ پیمایش کنید منوی فیلتر بر اساس نوع فایل به عنوان مثال: *.exe|*.dll diff --git a/Resources/Languages/lang.fi.resx b/Resources/Languages/lang.fi.resx index b388a2c..ff91e98 100644 --- a/Resources/Languages/lang.fi.resx +++ b/Resources/Languages/lang.fi.resx @@ -123,8 +123,8 @@ OK - - Automaattinen käynnistys + + Sovelluksen käynnistys Poistu sovelluksesta diff --git a/Resources/Languages/lang.fr.resx b/Resources/Languages/lang.fr.resx index a2b643d..ef3a34c 100644 --- a/Resources/Languages/lang.fr.resx +++ b/Resources/Languages/lang.fr.resx @@ -123,8 +123,8 @@ D'ACCORD - - Démarrage automatique + + Démarrage de l'application Quitter l'application diff --git a/Resources/Languages/lang.ga.resx b/Resources/Languages/lang.ga.resx index 6e3b407..ff2ddbf 100644 --- a/Resources/Languages/lang.ga.resx +++ b/Resources/Languages/lang.ga.resx @@ -123,8 +123,8 @@ ceart go leor - - Uath-thosú + + Tosaigh app Scoir an app diff --git a/Resources/Languages/lang.gl.resx b/Resources/Languages/lang.gl.resx index ecb89e0..f8d2695 100644 --- a/Resources/Languages/lang.gl.resx +++ b/Resources/Languages/lang.gl.resx @@ -123,8 +123,8 @@ Ok - - Inicio automático + + Inicio da aplicación Saír da aplicación @@ -316,7 +316,7 @@ Iconas - Establecido por menú contextual + Establecer mediante menú contextual Establecer como directorio @@ -388,7 +388,7 @@ Altura da fila en porcentaxe - Esquinas redondeadas + Cantos redondeados Aparencia @@ -442,7 +442,7 @@ Fai un só clic para abrir un directorio en lugar de facer dobre clic - Xunto ao anterior + A carón do anterior Compensación por píxeles diff --git a/Resources/Languages/lang.gu.resx b/Resources/Languages/lang.gu.resx index 2f3939c..d2908a1 100644 --- a/Resources/Languages/lang.gu.resx +++ b/Resources/Languages/lang.gu.resx @@ -123,8 +123,8 @@ બરાબર - - ઑટોસ્ટાર્ટ + + એપ્લિકેશન પ્રારંભ એપ્લિકેશનમાંથી બહાર નીકળો @@ -301,7 +301,7 @@ સ્લાઇડર જ્યારે તેના પર માઉસ ફરે છે 1 - સ્લાઇડર જ્યારે માઉસ તેના પર ફરે છે 2 + સ્લાઇડર જ્યારે તેના પર માઉસ ફરે છે 2 ડિરેક્ટરીમાંથી આયકનનો ઉપયોગ કરો @@ -424,7 +424,7 @@ હંમેશા છુપાયેલી ફાઇલો, ડિરેક્ટરીઓ અથવા ડ્રાઇવ્સ બતાવો - છુપાયેલ ફાઇલો અને ડિરેક્ટરીઓ + છુપાયેલી ફાઇલો અને ડિરેક્ટરીઓ છુપાયેલી ફાઇલો, ડિરેક્ટરીઓ અથવા ડ્રાઇવ્સ ક્યારેય બતાવશો નહીં diff --git a/Resources/Languages/lang.hi.resx b/Resources/Languages/lang.hi.resx index 4b538c3..44df165 100644 --- a/Resources/Languages/lang.hi.resx +++ b/Resources/Languages/lang.hi.resx @@ -123,8 +123,8 @@ ठीक है - - ऑटो स्टार्ट + + ऐप स्टार्ट ऐप से बाहर निकलें diff --git a/Resources/Languages/lang.hr.resx b/Resources/Languages/lang.hr.resx index dff3356..53e4f05 100644 --- a/Resources/Languages/lang.hr.resx +++ b/Resources/Languages/lang.hr.resx @@ -123,8 +123,8 @@ u redu - - Automatsko pokretanje + + Pokretanje aplikacije Izlaz iz aplikacije diff --git a/Resources/Languages/lang.ht.resx b/Resources/Languages/lang.ht.resx index d3b8655..d688d3c 100644 --- a/Resources/Languages/lang.ht.resx +++ b/Resources/Languages/lang.ht.resx @@ -123,8 +123,8 @@ OK - - Autostart + + App kòmanse Sòti aplikasyon an @@ -232,7 +232,7 @@ Si yo te klike sou yon eleman - Background + Jan nou koumanse Anyè louvri diff --git a/Resources/Languages/lang.hu.resx b/Resources/Languages/lang.hu.resx index 5683871..241539f 100644 --- a/Resources/Languages/lang.hu.resx +++ b/Resources/Languages/lang.hu.resx @@ -123,8 +123,8 @@ rendben - - Automatikus indítás + + Alkalmazás indítása Lépjen ki az alkalmazásból @@ -298,7 +298,7 @@ Csúszka húzás közben - Csúszkázás közben, miközben az egeret fölé viszi 1 + Csúsztassa, miközben az egeret fölé viszi 1 Csúsztassa, miközben az egeret fölé viszi 2 diff --git a/Resources/Languages/lang.hy.resx b/Resources/Languages/lang.hy.resx index e22eac9..990a15c 100644 --- a/Resources/Languages/lang.hy.resx +++ b/Resources/Languages/lang.hy.resx @@ -123,8 +123,8 @@ լավ - - Ավտոմատ մեկնարկ + + Հավելվածի սկիզբը Դուրս գալ հավելվածից diff --git a/Resources/Languages/lang.id.resx b/Resources/Languages/lang.id.resx index b123beb..fb57649 100644 --- a/Resources/Languages/lang.id.resx +++ b/Resources/Languages/lang.id.resx @@ -123,8 +123,8 @@ Oke - - Mulai otomatis + + Aplikasi mulai Keluar dari aplikasi diff --git a/Resources/Languages/lang.is.resx b/Resources/Languages/lang.is.resx index a75cc64..a6b1651 100644 --- a/Resources/Languages/lang.is.resx +++ b/Resources/Languages/lang.is.resx @@ -123,8 +123,8 @@ Allt í lagi - - Sjálfvirk ræsing + + App byrja Hætta app @@ -220,7 +220,7 @@ Millisúndur þar til valmyndin lokar ef í þessu tilfelli fer músin þá út úr valmyndinni - Pixel hámarks breidd valmyndar + Pixel hámarksbreidd valmyndar Heldur opið @@ -382,7 +382,7 @@ Hreinsaðu skyndiminni ef fleiri en þessi fjöldi liða - Bæta við sýnishornsmöppu 'Start Menu' + Bæta við sýnishornsskrá 'Start Menu' Róðurhæð í prósentum @@ -439,7 +439,7 @@ Sýna aðeins sem leitarniðurstöðu - Einn smellur til að opna möppu í stað þess að tvísmella + Einfaldur smellur til að opna möppu í stað þess að tvísmella Við hliðina á fyrri @@ -484,13 +484,13 @@ Skrunaðu með því að strjúka - Sía valmynd eftir skráartegund, t.d.: *.exe|*.dll + Sía valmynd eftir skráargerð, t.d.: *.exe|*.dll Sýndu fjölda þátta hér að neðan - Sýna möppu titil efst + Sýna möppuheiti efst Sýna aðgerðarlykla hér að neðan diff --git a/Resources/Languages/lang.it.resx b/Resources/Languages/lang.it.resx index 7c882c7..449f5db 100644 --- a/Resources/Languages/lang.it.resx +++ b/Resources/Languages/lang.it.resx @@ -123,8 +123,8 @@ OK - - Avvio automatico + + Avvio dell'app Esci dall'app diff --git a/Resources/Languages/lang.iw.resx b/Resources/Languages/lang.iw.resx index 1866807..5cfda8a 100644 --- a/Resources/Languages/lang.iw.resx +++ b/Resources/Languages/lang.iw.resx @@ -123,8 +123,8 @@ בסדר - - התחלה אוטומטית + + התחלת האפליקציה צא מהאפליקציה @@ -181,7 +181,7 @@ בחר ספרייה - ספריית השורש שלך עבור האפליקציה אינה קיימת או ריקה! שנה את ספריית השורש או הכנס כמה קבצים, ספריות או קיצורי דרך בספריית השורש. + ספריית השורש שלך עבור האפליקציה אינה קיימת או ריקה! שנה את ספריית השורש או הכנס מספר קבצים, ספריות או קיצורי דרך בספריית השורש. אין לך גישה לספריית השורש של האפליקציה. הענק גישה לספרייה או שנה את ספריית הבסיס. @@ -424,7 +424,7 @@ הצג תמיד קבצים מוסתרים, ספריות או כוננים - קבצים וספריות נסתרות + קבצים וספריות מוסתרים לעולם אל תציג קבצים מוסתרים, ספריות או כוננים diff --git a/Resources/Languages/lang.ja.resx b/Resources/Languages/lang.ja.resx index 532bae2..41c57f6 100644 --- a/Resources/Languages/lang.ja.resx +++ b/Resources/Languages/lang.ja.resx @@ -123,8 +123,8 @@ わかった - - 自動スタート + + アプリの開始 アプリを終了します @@ -175,7 +175,7 @@ よくある質問 - FAQを読んでから、SystemTrayMenuのルートディレクトリを選択してください。 + FAQを読み、SystemTrayMenuのルートディレクトリを選択します。 ディレクトリを選択 @@ -406,7 +406,7 @@ マウスの位置(タスクバーアイコンの上) - カスタム(適切な場所にドラッグ) + カスタム(適切な場所にドラッグします) エレメント diff --git a/Resources/Languages/lang.ka.resx b/Resources/Languages/lang.ka.resx index c2d8123..e05fdf1 100644 --- a/Resources/Languages/lang.ka.resx +++ b/Resources/Languages/lang.ka.resx @@ -123,8 +123,8 @@ კარგი - - Ავტომატური დაწყება + + აპლიკაციის დაწყება აპიდან გასვლა @@ -283,7 +283,7 @@ ფერის სქემა მუქი - ნათელი ფერების სქემა + ფერადი სქემა ნათელი აპლიკაციის მენიუ diff --git a/Resources/Languages/lang.km.resx b/Resources/Languages/lang.km.resx index 9b8c0f0..8ae9cb7 100644 --- a/Resources/Languages/lang.km.resx +++ b/Resources/Languages/lang.km.resx @@ -123,8 +123,8 @@ យល់ព្រម - - ចាប់ផ្តើមដោយស្វ័យប្រវត្តិ + + ការចាប់ផ្តើមកម្មវិធី ចេញពីកម្មវិធី @@ -151,7 +151,7 @@ ឯកសារកំណត់ហេតុ - ចាប់ផ្ដើមឡើងវិញ + ចាប់ផ្តើមឡើងវិញ មិនអាចចុះឈ្មោះ hot key បានទេ។ diff --git a/Resources/Languages/lang.kn.resx b/Resources/Languages/lang.kn.resx index 125ce58..43184b7 100644 --- a/Resources/Languages/lang.kn.resx +++ b/Resources/Languages/lang.kn.resx @@ -123,8 +123,8 @@ ಸರಿ - - ಸ್ವಯಂ ಚಾಲಿತ + + ಅಪ್ಲಿಕೇಶನ್ ಪ್ರಾರಂಭ ಅಪ್ಲಿಕೇಶನ್ ನಿರ್ಗಮಿಸಿ @@ -343,7 +343,7 @@ ಸಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ - ಪರಿಣಿತ + ತಜ್ಞ ಫೋಕಸ್ ಕಳೆದುಹೋದರೆ ಮತ್ತು Enter ಕೀಲಿಯನ್ನು ಒತ್ತಿದರೆ @@ -439,7 +439,7 @@ ಹುಡುಕಾಟ ಫಲಿತಾಂಶವಾಗಿ ಮಾತ್ರ ತೋರಿಸಿ - ಡಬಲ್ ಕ್ಲಿಕ್ ಬದಲಿಗೆ ಡೈರೆಕ್ಟರಿಯನ್ನು ತೆರೆಯಲು ಒಂದೇ ಕ್ಲಿಕ್ ಮಾಡಿ + ಡಬಲ್ ಕ್ಲಿಕ್ ಮಾಡುವ ಬದಲು ಡೈರೆಕ್ಟರಿಯನ್ನು ತೆರೆಯಲು ಒಂದೇ ಕ್ಲಿಕ್ ಮಾಡಿ ಹಿಂದಿನದಕ್ಕೆ ಮುಂದೆ diff --git a/Resources/Languages/lang.ko.resx b/Resources/Languages/lang.ko.resx index 83eb0fc..6ea979d 100644 --- a/Resources/Languages/lang.ko.resx +++ b/Resources/Languages/lang.ko.resx @@ -118,13 +118,13 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 시스템 트레이 메뉴 정보 + SystemTray 메뉴 정보 확인 - - 자동 시작 + + 앱 시작 앱 종료 diff --git a/Resources/Languages/lang.la.resx b/Resources/Languages/lang.la.resx index c4de707..dbb5ff3 100644 --- a/Resources/Languages/lang.la.resx +++ b/Resources/Languages/lang.la.resx @@ -123,8 +123,8 @@ Bene - - Auto initio + + App satus Exitus app diff --git a/Resources/Languages/lang.lo.resx b/Resources/Languages/lang.lo.resx index 7a9fb61..20ab0d9 100644 --- a/Resources/Languages/lang.lo.resx +++ b/Resources/Languages/lang.lo.resx @@ -123,8 +123,8 @@ ຕົກ​ລົງ - - ເລີ່ມອັດຕະໂນມັດ + + ແອັບເລີ່ມຕົ້ນ ອອກຈາກແອັບ diff --git a/Resources/Languages/lang.lt.resx b/Resources/Languages/lang.lt.resx index 3a4376a..0a9d6c2 100644 --- a/Resources/Languages/lang.lt.resx +++ b/Resources/Languages/lang.lt.resx @@ -123,8 +123,8 @@ Gerai - - Automatinis paleidimas + + Programos paleidimas Išeikite iš programos diff --git a/Resources/Languages/lang.lv.resx b/Resources/Languages/lang.lv.resx index 1880518..34f812c 100644 --- a/Resources/Languages/lang.lv.resx +++ b/Resources/Languages/lang.lv.resx @@ -123,8 +123,8 @@ labi - - Autostart + + Lietotnes palaišana Iziet no lietotnes @@ -301,7 +301,7 @@ Slīdni, kamēr pele atrodas virs tā 1 - Slīdni, kamēr pele atrodas virs tā 2 + Pavelciet slīdni, kamēr pele atrodas virs tā 2 Izmantojiet ikonu no direktorija diff --git a/Resources/Languages/lang.mk.resx b/Resources/Languages/lang.mk.resx index 8ad70c7..b3d5caf 100644 --- a/Resources/Languages/lang.mk.resx +++ b/Resources/Languages/lang.mk.resx @@ -123,8 +123,8 @@ добро - - Автоматско стартување + + Стартување на апликацијата Излезете од апликацијата diff --git a/Resources/Languages/lang.ms.resx b/Resources/Languages/lang.ms.resx index 613ad4d..03f9748 100644 --- a/Resources/Languages/lang.ms.resx +++ b/Resources/Languages/lang.ms.resx @@ -123,11 +123,11 @@ okey - - Autostart + + Permulaan apl - Keluar apl + Keluar dari apl Direktori diff --git a/Resources/Languages/lang.mt.resx b/Resources/Languages/lang.mt.resx index 8813f2a..89054c9 100644 --- a/Resources/Languages/lang.mt.resx +++ b/Resources/Languages/lang.mt.resx @@ -123,8 +123,8 @@ kollox sew - - Autostart + + App start Ħruġ app @@ -199,7 +199,7 @@ Fil-post tal-ġurdien - Bdil tad-direttorju + Tibdil tad-direttorju Ikklikkja @@ -445,7 +445,7 @@ Ħdejn dak ta’ qabel - Offset bil-pixels + Offset mill-pixels Jikkoinċidu diff --git a/Resources/Languages/lang.nl.resx b/Resources/Languages/lang.nl.resx index e77a421..e4c00bd 100644 --- a/Resources/Languages/lang.nl.resx +++ b/Resources/Languages/lang.nl.resx @@ -123,8 +123,8 @@ Oké - - Automatische start + + App starten App afsluiten diff --git a/Resources/Languages/lang.no.resx b/Resources/Languages/lang.no.resx index 0b7ddd9..8a3ccf5 100644 --- a/Resources/Languages/lang.no.resx +++ b/Resources/Languages/lang.no.resx @@ -123,8 +123,8 @@ OK - - Auto Start + + Appstart Avslutt appen @@ -316,10 +316,10 @@ Ikoner - Angis av kontekstmenyen + Sett av kontekstmeny - Angi som katalog + Sett som katalog lasting @@ -328,7 +328,7 @@ Problem med snarveislenke - Elementet som denne snarveien referer til har blitt endret eller flyttet, så denne snarveien vil ikke lenger fungere som den skal. + Elementet som denne snarveien refererer til har blitt endret eller flyttet, så denne snarveien vil ikke lenger fungere som den skal. Åpne katalogen diff --git a/Resources/Languages/lang.pl.resx b/Resources/Languages/lang.pl.resx index c14055f..a3fc562 100644 --- a/Resources/Languages/lang.pl.resx +++ b/Resources/Languages/lang.pl.resx @@ -123,8 +123,8 @@ OK - - Automatyczny start + + Początek aplikacji Zamknij aplikację @@ -457,7 +457,7 @@ Rozmiar ikon w procentach - Wsparcie SystemoweTacaMenu + Wsparcie systemoweTacaMenu Zblakły diff --git a/Resources/Languages/lang.pt-BR.resx b/Resources/Languages/lang.pt-BR.resx index 96ddb08..004e2c0 100644 --- a/Resources/Languages/lang.pt-BR.resx +++ b/Resources/Languages/lang.pt-BR.resx @@ -123,8 +123,8 @@ OK - - Começo automático + + Início do aplicativo Sair do aplicativo diff --git a/Resources/Languages/lang.pt-PT.resx b/Resources/Languages/lang.pt-PT.resx index 96ddb08..004e2c0 100644 --- a/Resources/Languages/lang.pt-PT.resx +++ b/Resources/Languages/lang.pt-PT.resx @@ -123,8 +123,8 @@ OK - - Começo automático + + Início do aplicativo Sair do aplicativo diff --git a/Resources/Languages/lang.resx b/Resources/Languages/lang.resx index 16bd686..4288e58 100644 --- a/Resources/Languages/lang.resx +++ b/Resources/Languages/lang.resx @@ -123,7 +123,7 @@ OK - + Autostart diff --git a/Resources/Languages/lang.ro.resx b/Resources/Languages/lang.ro.resx index 9f1db2d..20fbf62 100644 --- a/Resources/Languages/lang.ro.resx +++ b/Resources/Languages/lang.ro.resx @@ -123,8 +123,8 @@ O.K - - Pornire automată + + Pornirea aplicației Ieșiți din aplicație @@ -181,7 +181,7 @@ Selectați directorul - Directorul tău rădăcină pentru aplicație nu există sau este gol! Schimbați directorul rădăcină sau puneți unele fișiere, directoare sau comenzi rapide în directorul rădăcină. + Directorul dvs. rădăcină pentru aplicație nu există sau este gol! Schimbați directorul rădăcină sau puneți unele fișiere, directoare sau comenzi rapide în directorul rădăcină. Nu aveți acces la directorul rădăcină al aplicației. Acordați acces la director sau schimbați directorul rădăcină. @@ -310,7 +310,7 @@ mărimea - Chenarul meniului + Marginea meniului icoane @@ -430,7 +430,7 @@ Nu afișa niciodată fișiere, directoare sau unități ascunse - Dimensiunea și locația + Dimensiunea si locatia Utilizați setările sistemului de operare diff --git a/Resources/Languages/lang.ru.resx b/Resources/Languages/lang.ru.resx index a4fe3c6..7329567 100644 --- a/Resources/Languages/lang.ru.resx +++ b/Resources/Languages/lang.ru.resx @@ -123,8 +123,8 @@ ХОРОШО - - Автоматический старт + + Запуск приложения Выйти из приложения diff --git a/Resources/Languages/lang.sk.resx b/Resources/Languages/lang.sk.resx index 4633ab5..5e2962e 100644 --- a/Resources/Languages/lang.sk.resx +++ b/Resources/Languages/lang.sk.resx @@ -123,8 +123,8 @@ OK - - Automatický štart + + Spustenie aplikácie Ukončite aplikáciu diff --git a/Resources/Languages/lang.sl.resx b/Resources/Languages/lang.sl.resx index c2cca3a..847c574 100644 --- a/Resources/Languages/lang.sl.resx +++ b/Resources/Languages/lang.sl.resx @@ -123,8 +123,8 @@ v redu - - Samodejni zagon + + Zagon aplikacije Izhod iz aplikacije diff --git a/Resources/Languages/lang.sq.resx b/Resources/Languages/lang.sq.resx index 7b00ba3..e38ef0d 100644 --- a/Resources/Languages/lang.sq.resx +++ b/Resources/Languages/lang.sq.resx @@ -123,8 +123,8 @@ Ne rregull - - Fillim Automatik + + Fillimi i aplikacionit Dilni nga aplikacioni @@ -316,7 +316,7 @@ Ikonat - Vendoset sipas menysë së kontekstit + Vendosur sipas menysë së kontekstit Cakto si drejtori diff --git a/Resources/Languages/lang.sr.resx b/Resources/Languages/lang.sr.resx index 16dc6b2..c33b5c3 100644 --- a/Resources/Languages/lang.sr.resx +++ b/Resources/Languages/lang.sr.resx @@ -123,8 +123,8 @@ У реду - - Аутостарт + + Почетак апликације Изађи из апликације @@ -373,7 +373,7 @@ Уклони директоријум - Само датотеке + Онли Филес Главни мени кеширања @@ -511,7 +511,7 @@ Сортирано по врсти и датуму - Сортирано по врсти и називу + Сортирано по врсти и имену Провери ажурирања diff --git a/Resources/Languages/lang.sv.resx b/Resources/Languages/lang.sv.resx index 7da6c9e..17ed5b8 100644 --- a/Resources/Languages/lang.sv.resx +++ b/Resources/Languages/lang.sv.resx @@ -123,8 +123,8 @@ OK - - Autostart + + Appstart Avsluta appen @@ -310,7 +310,7 @@ Storlek - Kant på menyn + Kant av menyn Ikoner @@ -481,7 +481,7 @@ Drag - Bläddra via svep + Scrolla via svep Filtrera menyn efter filtyp, t.ex.: *.exe|*.dll diff --git a/Resources/Languages/lang.sw.resx b/Resources/Languages/lang.sw.resx index 4815601..8eac235 100644 --- a/Resources/Languages/lang.sw.resx +++ b/Resources/Languages/lang.sw.resx @@ -123,8 +123,8 @@ sawa - - Anzisha kiotomatiki + + Kuanza kwa programu Ondoka kwenye programu diff --git a/Resources/Languages/lang.ta.resx b/Resources/Languages/lang.ta.resx index fe0871c..5b9ce1d 100644 --- a/Resources/Languages/lang.ta.resx +++ b/Resources/Languages/lang.ta.resx @@ -123,8 +123,8 @@ சரி - - ஆட்டோஸ்டார்ட் + + பயன்பாட்டின் தொடக்கம் பயன்பாட்டிலிருந்து வெளியேறு @@ -166,7 +166,7 @@ ஹாட்கீ - விண்டோஸ் மூலம் தொடங்கவும் + விண்டோஸில் தொடங்கவும் அமைப்புகள் @@ -175,7 +175,7 @@ அடிக்கடி கேட்கப்படும் கேள்விகள் - அடிக்கடி கேட்கப்படும் கேள்விகளைப் படித்து, SystemTrayMenuக்கான ரூட் கோப்பகத்தைத் தேர்ந்தெடுக்கவும். + அடிக்கடி கேட்கப்படும் கேள்விகளைப் படித்து பின்னர் SystemTrayMenu க்கான ரூட் கோப்பகத்தைத் தேர்ந்தெடுக்கவும். கோப்பகத்தைத் தேர்ந்தெடுக்கவும் @@ -379,7 +379,7 @@ கேச் முதன்மை மெனு - இந்த எண்ணிக்கையை விட அதிகமான உருப்படிகள் இருந்தால் தற்காலிக சேமிப்பை அழிக்கவும் + உருப்படிகளின் எண்ணிக்கையை விட அதிகமாக இருந்தால் தற்காலிக சேமிப்பை அழிக்கவும் 'ஸ்டார்ட் மெனு' மாதிரி கோப்பகத்தைச் சேர்க்கவும் @@ -403,7 +403,7 @@ முதன்மை மெனு தோன்றும் - சுட்டி இருப்பிடம் (பணிப்பட்டி ஐகானுக்கு மேலே) + சுட்டி இடம் (பணிப்பட்டி ஐகானுக்கு மேலே) தனிப்பயன் (அதை பொருத்தமான இடத்திற்கு இழுக்கவும்) @@ -463,7 +463,7 @@ மறைதல் - மற்ற நிகழ்வுகளுக்கு ஹாட்கியை அனுப்பவும் + மற்றொரு நிகழ்வுக்கு ஹாட்கியை அனுப்பவும் தேதியின்படி வரிசைப்படுத்தப்பட்டது diff --git a/Resources/Languages/lang.te.resx b/Resources/Languages/lang.te.resx index d7d8858..d74d0fd 100644 --- a/Resources/Languages/lang.te.resx +++ b/Resources/Languages/lang.te.resx @@ -123,8 +123,8 @@ అలాగే - - ఆటోస్టార్ట్ + + యాప్ ప్రారంభం యాప్ నుండి నిష్క్రమించండి @@ -292,7 +292,7 @@ స్కోర్ల్ బార్ - స్లైడర్ + స్లయిడర్ లాగేటప్పుడు స్లయిడర్ @@ -451,7 +451,7 @@ అతివ్యాప్తి చెందుతోంది - సబ్ మెనూ కనిపిస్తుంది + ఉప మెనూ కనిపిస్తుంది శాతంలో చిహ్నాల పరిమాణం diff --git a/Resources/Languages/lang.th.resx b/Resources/Languages/lang.th.resx index df15266..ac20eed 100644 --- a/Resources/Languages/lang.th.resx +++ b/Resources/Languages/lang.th.resx @@ -123,8 +123,8 @@ ตกลง - - ออโต้สตาร์ท + + เริ่มต้นแอป ออกจากแอพ diff --git a/Resources/Languages/lang.tl.resx b/Resources/Languages/lang.tl.resx index b89d0a3..0206fff 100644 --- a/Resources/Languages/lang.tl.resx +++ b/Resources/Languages/lang.tl.resx @@ -123,8 +123,8 @@ OK - - Autostart + + Pagsisimula ng app Lumabas sa app diff --git a/Resources/Languages/lang.tr.resx b/Resources/Languages/lang.tr.resx index fc2683f..47a9e8b 100644 --- a/Resources/Languages/lang.tr.resx +++ b/Resources/Languages/lang.tr.resx @@ -123,8 +123,8 @@ TAMAM - - Otomatik başlatma + + Uygulama başlangıcı Uygulamadan çık diff --git a/Resources/Languages/lang.uk.resx b/Resources/Languages/lang.uk.resx index ac97412..ddc9459 100644 --- a/Resources/Languages/lang.uk.resx +++ b/Resources/Languages/lang.uk.resx @@ -123,8 +123,8 @@ в порядку - - Авто старт + + Запуск програми Вийти з програми diff --git a/Resources/Languages/lang.ur.resx b/Resources/Languages/lang.ur.resx index 20e3afc..8421c78 100644 --- a/Resources/Languages/lang.ur.resx +++ b/Resources/Languages/lang.ur.resx @@ -123,8 +123,8 @@ ٹھیک ہے - - خود بخود شروع + + ایپ شروع ایپ سے باہر نکلیں۔ @@ -181,7 +181,7 @@ ڈائریکٹری منتخب کریں۔ - ایپ کے لیے آپ کی روٹ ڈائرکٹری موجود نہیں ہے یا خالی ہے! روٹ ڈائرکٹری کو تبدیل کریں یا روٹ ڈائرکٹری میں کچھ فائلیں، ڈائریکٹریز یا شارٹ کٹ ڈالیں۔ + ایپ کے لیے آپ کی روٹ ڈائرکٹری موجود نہیں ہے یا خالی ہے! روٹ ڈائرکٹری کو تبدیل کریں یا روٹ ڈائرکٹری میں کچھ فائلیں، ڈائریکٹریز یا شارٹ کٹس ڈالیں۔ آپ کو ایپ کی روٹ ڈائرکٹری تک رسائی نہیں ہے۔ ڈائرکٹری تک رسائی فراہم کریں یا روٹ ڈائرکٹری کو تبدیل کریں۔ @@ -325,7 +325,7 @@ لوڈ ہو رہا ہے - شارٹ کٹ لنک میں مسئلہ + شارٹ کٹ لنک کے ساتھ مسئلہ یہ شارٹ کٹ جس آئٹم کا حوالہ دیتا ہے اسے تبدیل یا منتقل کر دیا گیا ہے، اس لیے یہ شارٹ کٹ اب ٹھیک سے کام نہیں کرے گا۔ @@ -415,7 +415,7 @@ عناصر - اسٹارٹ اپ پر ڈرائیو شارٹ کٹس بنائیں + اسٹارٹ اپ پر ڈرائیو شارٹ کٹ بنائیں کیشے diff --git a/Resources/Languages/lang.vi.resx b/Resources/Languages/lang.vi.resx index 32a90fc..f6b3e30 100644 --- a/Resources/Languages/lang.vi.resx +++ b/Resources/Languages/lang.vi.resx @@ -123,8 +123,8 @@ ĐƯỢC RỒI - - Tự động bắt đầu + + Khởi động ứng dụng Thoát ứng dụng @@ -403,7 +403,7 @@ Menu chính xuất hiện - Vị trí chuột (Biểu tượng trên Thanh tác vụ) + Vị trí chuột (phía trên biểu tượng Thanh tác vụ) Tùy chỉnh (kéo nó đến vị trí thích hợp) diff --git a/Resources/Languages/lang.yi.resx b/Resources/Languages/lang.yi.resx index 9f22f00..cba4949 100644 --- a/Resources/Languages/lang.yi.resx +++ b/Resources/Languages/lang.yi.resx @@ -123,8 +123,8 @@ אקעי - - אַוטאָסטאַרט + + אַפּ אָנהייב אַרויסגאַנג אַפּ @@ -217,7 +217,7 @@ מיליסעקאַנדז ביז אַ מעניו אָפּענס ווען די מויז איז אויף עס - מיליסעקאַנדז ביז די מעניו קלאָוזיז אויב אין דעם פאַל די מויז דעמאָלט לאָזן די מעניו + מיליסעקאַנדז ביז די מעניו קלאָוזיז אויב אין דעם פאַל די מויז דעמאָלט בלעטער די מעניו פּיקסעלס מאַקסימום מעניו ברייט @@ -397,7 +397,7 @@ לינקס אונטן - רעכטס אונטן + דנאָ רעכט הויפּט מעניו אויס @@ -451,7 +451,7 @@ אָוווערלאַפּינג - סוב מעניו איז ארויס + אונטער מעניו איז ארויס גרייס פון די ייקאַנז אין פּראָצענט diff --git a/Resources/Languages/lang.zh-CN.resx b/Resources/Languages/lang.zh-CN.resx index 0e6e41c..64d536f 100644 --- a/Resources/Languages/lang.zh-CN.resx +++ b/Resources/Languages/lang.zh-CN.resx @@ -123,8 +123,8 @@ 好的 - - 自动开启 + + 应用启动 退出应用 diff --git a/Resources/Languages/lang.zh-TW.resx b/Resources/Languages/lang.zh-TW.resx index da98ae7..dce5092 100644 --- a/Resources/Languages/lang.zh-TW.resx +++ b/Resources/Languages/lang.zh-TW.resx @@ -123,8 +123,8 @@ 好的 - - 自動開啟 + + 應用啟動 退出應用 @@ -274,7 +274,7 @@ 鼠標懸停時的箭頭 - 點擊時箭頭的背景 + 單擊時箭頭的背景 鼠標懸停在箭頭上時的箭頭背景 diff --git a/UserInterface/SettingsForm.Designer.cs b/UserInterface/SettingsForm.Designer.cs index bd4cfa9..2772950 100644 --- a/UserInterface/SettingsForm.Designer.cs +++ b/UserInterface/SettingsForm.Designer.cs @@ -50,7 +50,7 @@ namespace SystemTrayMenu.UserInterface this.checkBoxSaveConfigInApplicationDirectory = new System.Windows.Forms.CheckBox(); this.groupBoxAutostart = new System.Windows.Forms.GroupBox(); this.tableLayoutPanelAutostart = new System.Windows.Forms.TableLayoutPanel(); - this.buttonAddTaskManagerStartupTask = new System.Windows.Forms.Button(); + this.buttonAddStartupTask = new System.Windows.Forms.Button(); this.labelStartupTaskStatus = new System.Windows.Forms.Label(); this.checkBoxAutostart = new System.Windows.Forms.CheckBox(); this.groupBoxHotkey = new System.Windows.Forms.GroupBox(); @@ -337,6 +337,8 @@ namespace SystemTrayMenu.UserInterface this.buttonOk = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.colorDialog = new System.Windows.Forms.ColorDialog(); + this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); + this.checkBoxCheckForUpdates = new System.Windows.Forms.CheckBox(); this.tableLayoutPanelMain.SuspendLayout(); this.tabControl.SuspendLayout(); this.tabPageGeneral.SuspendLayout(); @@ -491,6 +493,7 @@ namespace SystemTrayMenu.UserInterface this.groupBoxAppearance.SuspendLayout(); this.tableLayoutPanelAppearance.SuspendLayout(); this.tableLayoutPanelBottom.SuspendLayout(); + this.tableLayoutPanel5.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanelMain @@ -526,6 +529,7 @@ namespace SystemTrayMenu.UserInterface // // tabPageGeneral // + this.tabPageGeneral.AutoScroll = true; this.tabPageGeneral.Controls.Add(this.tableLayoutPanelGeneral); this.tabPageGeneral.Location = new System.Drawing.Point(4, 24); this.tabPageGeneral.Name = "tabPageGeneral"; @@ -546,7 +550,6 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxAutostart, 0, 2); this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxHotkey, 0, 3); this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxLanguage, 0, 4); - this.tableLayoutPanelGeneral.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelGeneral.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanelGeneral.Name = "tableLayoutPanelGeneral"; this.tableLayoutPanelGeneral.RowCount = 5; @@ -555,7 +558,7 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanelGeneral.Size = new System.Drawing.Size(408, 407); + this.tableLayoutPanelGeneral.Size = new System.Drawing.Size(391, 445); this.tableLayoutPanelGeneral.TabIndex = 0; // // groupBoxFolder @@ -564,11 +567,11 @@ namespace SystemTrayMenu.UserInterface this.groupBoxFolder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.groupBoxFolder.Controls.Add(this.tableLayoutPanelFolder); this.groupBoxFolder.Location = new System.Drawing.Point(3, 3); - this.groupBoxFolder.MaximumSize = new System.Drawing.Size(400, 0); - this.groupBoxFolder.MinimumSize = new System.Drawing.Size(400, 0); + this.groupBoxFolder.MaximumSize = new System.Drawing.Size(385, 0); + this.groupBoxFolder.MinimumSize = new System.Drawing.Size(385, 0); this.groupBoxFolder.Name = "groupBoxFolder"; this.groupBoxFolder.Padding = new System.Windows.Forms.Padding(3, 6, 3, 6); - this.groupBoxFolder.Size = new System.Drawing.Size(400, 137); + this.groupBoxFolder.Size = new System.Drawing.Size(385, 137); this.groupBoxFolder.TabIndex = 0; this.groupBoxFolder.TabStop = false; this.groupBoxFolder.Text = "groupBoxFolder"; @@ -591,7 +594,7 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelFolder.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelFolder.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelFolder.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanelFolder.Size = new System.Drawing.Size(394, 109); + this.tableLayoutPanelFolder.Size = new System.Drawing.Size(379, 109); this.tableLayoutPanelFolder.TabIndex = 0; // // tableLayoutPanelChangeFolder @@ -610,7 +613,7 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelChangeFolder.Name = "tableLayoutPanelChangeFolder"; this.tableLayoutPanelChangeFolder.RowCount = 1; this.tableLayoutPanelChangeFolder.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanelChangeFolder.Size = new System.Drawing.Size(394, 31); + this.tableLayoutPanelChangeFolder.Size = new System.Drawing.Size(379, 31); this.tableLayoutPanelChangeFolder.TabIndex = 0; // // buttonChangeFolder @@ -632,7 +635,7 @@ namespace SystemTrayMenu.UserInterface // this.buttonOpenFolder.AutoSize = true; this.buttonOpenFolder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.buttonOpenFolder.Location = new System.Drawing.Point(276, 3); + this.buttonOpenFolder.Location = new System.Drawing.Point(261, 3); this.buttonOpenFolder.MinimumSize = new System.Drawing.Size(75, 23); this.buttonOpenFolder.Name = "buttonOpenFolder"; this.buttonOpenFolder.Size = new System.Drawing.Size(115, 25); @@ -647,7 +650,7 @@ namespace SystemTrayMenu.UserInterface this.checkBoxSetFolderByWindowsContextMenu.Dock = System.Windows.Forms.DockStyle.Fill; this.checkBoxSetFolderByWindowsContextMenu.Location = new System.Drawing.Point(3, 56); this.checkBoxSetFolderByWindowsContextMenu.Name = "checkBoxSetFolderByWindowsContextMenu"; - this.checkBoxSetFolderByWindowsContextMenu.Size = new System.Drawing.Size(388, 19); + this.checkBoxSetFolderByWindowsContextMenu.Size = new System.Drawing.Size(373, 19); this.checkBoxSetFolderByWindowsContextMenu.TabIndex = 5; this.checkBoxSetFolderByWindowsContextMenu.Text = "SetFolderByWindowsContextMenu"; this.checkBoxSetFolderByWindowsContextMenu.UseVisualStyleBackColor = true; @@ -662,7 +665,7 @@ namespace SystemTrayMenu.UserInterface this.textBoxFolder.MaximumSize = new System.Drawing.Size(380, 0); this.textBoxFolder.Name = "textBoxFolder"; this.textBoxFolder.ReadOnly = true; - this.textBoxFolder.Size = new System.Drawing.Size(380, 16); + this.textBoxFolder.Size = new System.Drawing.Size(367, 16); this.textBoxFolder.TabIndex = 0; this.textBoxFolder.TabStop = false; // @@ -682,7 +685,7 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelRelativeFolderOpenAssembly.Name = "tableLayoutPanelRelativeFolderOpenAssembly"; this.tableLayoutPanelRelativeFolderOpenAssembly.RowCount = 1; this.tableLayoutPanelRelativeFolderOpenAssembly.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanelRelativeFolderOpenAssembly.Size = new System.Drawing.Size(394, 31); + this.tableLayoutPanelRelativeFolderOpenAssembly.Size = new System.Drawing.Size(379, 31); this.tableLayoutPanelRelativeFolderOpenAssembly.TabIndex = 0; // // buttonChangeRelativeFolder @@ -703,7 +706,7 @@ namespace SystemTrayMenu.UserInterface // this.buttonOpenAssemblyLocation.AutoSize = true; this.buttonOpenAssemblyLocation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.buttonOpenAssemblyLocation.Location = new System.Drawing.Point(212, 3); + this.buttonOpenAssemblyLocation.Location = new System.Drawing.Point(197, 3); this.buttonOpenAssemblyLocation.MinimumSize = new System.Drawing.Size(75, 23); this.buttonOpenAssemblyLocation.Name = "buttonOpenAssemblyLocation"; this.buttonOpenAssemblyLocation.Size = new System.Drawing.Size(179, 25); @@ -719,11 +722,11 @@ namespace SystemTrayMenu.UserInterface this.groupBoxConfigAndLogfile.Controls.Add(this.tableLayoutPanelConfigAndLogfile); this.groupBoxConfigAndLogfile.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBoxConfigAndLogfile.Location = new System.Drawing.Point(3, 146); - this.groupBoxConfigAndLogfile.MaximumSize = new System.Drawing.Size(400, 0); - this.groupBoxConfigAndLogfile.MinimumSize = new System.Drawing.Size(400, 0); + this.groupBoxConfigAndLogfile.MaximumSize = new System.Drawing.Size(385, 0); + this.groupBoxConfigAndLogfile.MinimumSize = new System.Drawing.Size(385, 0); this.groupBoxConfigAndLogfile.Name = "groupBoxConfigAndLogfile"; this.groupBoxConfigAndLogfile.Padding = new System.Windows.Forms.Padding(3, 6, 3, 6); - this.groupBoxConfigAndLogfile.Size = new System.Drawing.Size(400, 78); + this.groupBoxConfigAndLogfile.Size = new System.Drawing.Size(385, 78); this.groupBoxConfigAndLogfile.TabIndex = 0; this.groupBoxConfigAndLogfile.TabStop = false; this.groupBoxConfigAndLogfile.Text = "groupBoxConfigAndLogfile"; @@ -743,7 +746,7 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelConfigAndLogfile.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelConfigAndLogfile.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelConfigAndLogfile.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanelConfigAndLogfile.Size = new System.Drawing.Size(394, 50); + this.tableLayoutPanelConfigAndLogfile.Size = new System.Drawing.Size(379, 50); this.tableLayoutPanelConfigAndLogfile.TabIndex = 0; // // checkBoxSaveLogFileInApplicationDirectory @@ -752,7 +755,7 @@ namespace SystemTrayMenu.UserInterface this.checkBoxSaveLogFileInApplicationDirectory.Dock = System.Windows.Forms.DockStyle.Fill; this.checkBoxSaveLogFileInApplicationDirectory.Location = new System.Drawing.Point(3, 28); this.checkBoxSaveLogFileInApplicationDirectory.Name = "checkBoxSaveLogFileInApplicationDirectory"; - this.checkBoxSaveLogFileInApplicationDirectory.Size = new System.Drawing.Size(388, 19); + this.checkBoxSaveLogFileInApplicationDirectory.Size = new System.Drawing.Size(373, 19); this.checkBoxSaveLogFileInApplicationDirectory.TabIndex = 1; this.checkBoxSaveLogFileInApplicationDirectory.Text = "checkBoxSaveLogFileInApplicationDirectory"; this.checkBoxSaveLogFileInApplicationDirectory.UseVisualStyleBackColor = true; @@ -763,7 +766,7 @@ namespace SystemTrayMenu.UserInterface this.checkBoxSaveConfigInApplicationDirectory.Dock = System.Windows.Forms.DockStyle.Fill; this.checkBoxSaveConfigInApplicationDirectory.Location = new System.Drawing.Point(3, 3); this.checkBoxSaveConfigInApplicationDirectory.Name = "checkBoxSaveConfigInApplicationDirectory"; - this.checkBoxSaveConfigInApplicationDirectory.Size = new System.Drawing.Size(388, 19); + this.checkBoxSaveConfigInApplicationDirectory.Size = new System.Drawing.Size(373, 19); this.checkBoxSaveConfigInApplicationDirectory.TabIndex = 0; this.checkBoxSaveConfigInApplicationDirectory.Text = "checkBoxSaveConfigInApplicationDirectory"; this.checkBoxSaveConfigInApplicationDirectory.UseVisualStyleBackColor = true; @@ -772,13 +775,13 @@ namespace SystemTrayMenu.UserInterface // this.groupBoxAutostart.AutoSize = true; this.groupBoxAutostart.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.groupBoxAutostart.Controls.Add(this.tableLayoutPanelAutostart); + this.groupBoxAutostart.Controls.Add(this.tableLayoutPanel5); this.groupBoxAutostart.Location = new System.Drawing.Point(3, 230); - this.groupBoxAutostart.MaximumSize = new System.Drawing.Size(400, 0); - this.groupBoxAutostart.MinimumSize = new System.Drawing.Size(400, 0); + this.groupBoxAutostart.MaximumSize = new System.Drawing.Size(385, 0); + this.groupBoxAutostart.MinimumSize = new System.Drawing.Size(385, 0); this.groupBoxAutostart.Name = "groupBoxAutostart"; this.groupBoxAutostart.Padding = new System.Windows.Forms.Padding(3, 6, 3, 6); - this.groupBoxAutostart.Size = new System.Drawing.Size(400, 59); + this.groupBoxAutostart.Size = new System.Drawing.Size(385, 84); this.groupBoxAutostart.TabIndex = 0; this.groupBoxAutostart.TabStop = false; this.groupBoxAutostart.Text = "groupBoxAutostart"; @@ -791,37 +794,38 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelAutostart.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelAutostart.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelAutostart.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanelAutostart.Controls.Add(this.buttonAddTaskManagerStartupTask, 0, 0); + this.tableLayoutPanelAutostart.Controls.Add(this.buttonAddStartupTask, 0, 0); this.tableLayoutPanelAutostart.Controls.Add(this.labelStartupTaskStatus, 2, 0); this.tableLayoutPanelAutostart.Controls.Add(this.checkBoxAutostart, 0, 0); - this.tableLayoutPanelAutostart.Dock = System.Windows.Forms.DockStyle.Fill; - this.tableLayoutPanelAutostart.Location = new System.Drawing.Point(3, 22); + this.tableLayoutPanelAutostart.Location = new System.Drawing.Point(0, 0); + this.tableLayoutPanelAutostart.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelAutostart.Name = "tableLayoutPanelAutostart"; this.tableLayoutPanelAutostart.RowCount = 1; this.tableLayoutPanelAutostart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanelAutostart.Size = new System.Drawing.Size(394, 31); + this.tableLayoutPanelAutostart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanelAutostart.Size = new System.Drawing.Size(379, 31); this.tableLayoutPanelAutostart.TabIndex = 0; // - // buttonAddTaskManagerStartupTask + // buttonAddStartupTask // - this.buttonAddTaskManagerStartupTask.AutoSize = true; - this.buttonAddTaskManagerStartupTask.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.buttonAddTaskManagerStartupTask.Location = new System.Drawing.Point(135, 3); - this.buttonAddTaskManagerStartupTask.MinimumSize = new System.Drawing.Size(75, 23); - this.buttonAddTaskManagerStartupTask.Name = "buttonAddTaskManagerStartupTask"; - this.buttonAddTaskManagerStartupTask.Size = new System.Drawing.Size(204, 25); - this.buttonAddTaskManagerStartupTask.TabIndex = 10; - this.buttonAddTaskManagerStartupTask.Text = "buttonAddTaskManagerStartupTask"; - this.buttonAddTaskManagerStartupTask.UseVisualStyleBackColor = true; - this.buttonAddTaskManagerStartupTask.Click += new System.EventHandler(this.ButtonAddTaskManagerStartupTask_Click); + this.buttonAddStartupTask.AutoSize = true; + this.buttonAddStartupTask.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.buttonAddStartupTask.Location = new System.Drawing.Point(135, 3); + this.buttonAddStartupTask.MinimumSize = new System.Drawing.Size(75, 23); + this.buttonAddStartupTask.Name = "buttonAddStartupTask"; + this.buttonAddStartupTask.Size = new System.Drawing.Size(135, 25); + this.buttonAddStartupTask.TabIndex = 10; + this.buttonAddStartupTask.Text = "buttonAddStartupTask"; + this.buttonAddStartupTask.UseVisualStyleBackColor = true; + this.buttonAddStartupTask.Click += new System.EventHandler(this.ButtonAddStartupTask_Click); // // labelStartupTaskStatus // this.labelStartupTaskStatus.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelStartupTaskStatus.AutoSize = true; - this.labelStartupTaskStatus.Location = new System.Drawing.Point(345, 0); + this.labelStartupTaskStatus.Location = new System.Drawing.Point(276, 0); this.labelStartupTaskStatus.Name = "labelStartupTaskStatus"; - this.labelStartupTaskStatus.Size = new System.Drawing.Size(46, 31); + this.labelStartupTaskStatus.Size = new System.Drawing.Size(98, 30); this.labelStartupTaskStatus.TabIndex = 2; this.labelStartupTaskStatus.Text = "labelStartupTaskStatus"; // @@ -841,12 +845,12 @@ namespace SystemTrayMenu.UserInterface this.groupBoxHotkey.AutoSize = true; this.groupBoxHotkey.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.groupBoxHotkey.Controls.Add(this.tableLayoutPanelHotkey); - this.groupBoxHotkey.Location = new System.Drawing.Point(3, 295); - this.groupBoxHotkey.MaximumSize = new System.Drawing.Size(400, 0); - this.groupBoxHotkey.MinimumSize = new System.Drawing.Size(400, 0); + this.groupBoxHotkey.Location = new System.Drawing.Point(3, 320); + this.groupBoxHotkey.MaximumSize = new System.Drawing.Size(385, 0); + this.groupBoxHotkey.MinimumSize = new System.Drawing.Size(385, 0); this.groupBoxHotkey.Name = "groupBoxHotkey"; this.groupBoxHotkey.Padding = new System.Windows.Forms.Padding(3, 6, 3, 6); - this.groupBoxHotkey.Size = new System.Drawing.Size(400, 59); + this.groupBoxHotkey.Size = new System.Drawing.Size(385, 59); this.groupBoxHotkey.TabIndex = 0; this.groupBoxHotkey.TabStop = false; this.groupBoxHotkey.Text = "groupBoxHotkey"; @@ -866,7 +870,7 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelHotkey.Name = "tableLayoutPanelHotkey"; this.tableLayoutPanelHotkey.RowCount = 1; this.tableLayoutPanelHotkey.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanelHotkey.Size = new System.Drawing.Size(394, 31); + this.tableLayoutPanelHotkey.Size = new System.Drawing.Size(379, 31); this.tableLayoutPanelHotkey.TabIndex = 0; // // textBoxHotkeyPlaceholder @@ -881,7 +885,7 @@ namespace SystemTrayMenu.UserInterface // this.buttonHotkeyDefault.AutoSize = true; this.buttonHotkeyDefault.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.buttonHotkeyDefault.Location = new System.Drawing.Point(262, 3); + this.buttonHotkeyDefault.Location = new System.Drawing.Point(247, 3); this.buttonHotkeyDefault.MinimumSize = new System.Drawing.Size(75, 23); this.buttonHotkeyDefault.Name = "buttonHotkeyDefault"; this.buttonHotkeyDefault.Size = new System.Drawing.Size(129, 25); @@ -895,12 +899,12 @@ namespace SystemTrayMenu.UserInterface this.groupBoxLanguage.AutoSize = true; this.groupBoxLanguage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.groupBoxLanguage.Controls.Add(this.tableLayoutPanelLanguage); - this.groupBoxLanguage.Location = new System.Drawing.Point(3, 360); - this.groupBoxLanguage.MaximumSize = new System.Drawing.Size(400, 0); - this.groupBoxLanguage.MinimumSize = new System.Drawing.Size(400, 0); + this.groupBoxLanguage.Location = new System.Drawing.Point(3, 385); + this.groupBoxLanguage.MaximumSize = new System.Drawing.Size(385, 0); + this.groupBoxLanguage.MinimumSize = new System.Drawing.Size(385, 0); this.groupBoxLanguage.Name = "groupBoxLanguage"; this.groupBoxLanguage.Padding = new System.Windows.Forms.Padding(3, 6, 3, 6); - this.groupBoxLanguage.Size = new System.Drawing.Size(400, 57); + this.groupBoxLanguage.Size = new System.Drawing.Size(385, 57); this.groupBoxLanguage.TabIndex = 0; this.groupBoxLanguage.TabStop = false; this.groupBoxLanguage.Text = "groupBoxLanguage"; @@ -918,7 +922,7 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelLanguage.Name = "tableLayoutPanelLanguage"; this.tableLayoutPanelLanguage.RowCount = 1; this.tableLayoutPanelLanguage.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanelLanguage.Size = new System.Drawing.Size(394, 29); + this.tableLayoutPanelLanguage.Size = new System.Drawing.Size(379, 29); this.tableLayoutPanelLanguage.TabIndex = 0; // // comboBoxLanguage @@ -4795,6 +4799,34 @@ namespace SystemTrayMenu.UserInterface this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // + // tableLayoutPanel5 + // + this.tableLayoutPanel5.AutoSize = true; + this.tableLayoutPanel5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanel5.ColumnCount = 1; + this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel5.Controls.Add(this.checkBoxCheckForUpdates, 0, 1); + this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanelAutostart, 0, 0); + this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; + this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 22); + this.tableLayoutPanel5.Name = "tableLayoutPanel5"; + this.tableLayoutPanel5.RowCount = 2; + this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanel5.Size = new System.Drawing.Size(379, 56); + this.tableLayoutPanel5.TabIndex = 1; + // + // checkBoxCheckForUpdates + // + this.checkBoxCheckForUpdates.AutoSize = true; + this.checkBoxCheckForUpdates.Dock = System.Windows.Forms.DockStyle.Fill; + this.checkBoxCheckForUpdates.Location = new System.Drawing.Point(3, 34); + this.checkBoxCheckForUpdates.Name = "checkBoxCheckForUpdates"; + this.checkBoxCheckForUpdates.Size = new System.Drawing.Size(373, 19); + this.checkBoxCheckForUpdates.TabIndex = 10; + this.checkBoxCheckForUpdates.Text = "checkBoxCheckForUpdates"; + this.checkBoxCheckForUpdates.UseVisualStyleBackColor = true; + // // SettingsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -5070,6 +5102,8 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelAppearance.PerformLayout(); this.tableLayoutPanelBottom.ResumeLayout(false); this.tableLayoutPanelBottom.PerformLayout(); + this.tableLayoutPanel5.ResumeLayout(false); + this.tableLayoutPanel5.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -5296,7 +5330,7 @@ namespace SystemTrayMenu.UserInterface private System.Windows.Forms.TextBox textBoxColorIconsDarkMode; private System.Windows.Forms.CheckBox checkBoxSetFolderByWindowsContextMenu; private System.Windows.Forms.Button buttonOpenFolder; - private System.Windows.Forms.Button buttonAddTaskManagerStartupTask; + private System.Windows.Forms.Button buttonAddStartupTask; private System.Windows.Forms.Label labelStartupTaskStatus; private System.Windows.Forms.TabPage tabPageExpert; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelExpert; @@ -5386,5 +5420,7 @@ namespace SystemTrayMenu.UserInterface private System.Windows.Forms.TextBox textBoxIcoFolder; private System.Windows.Forms.RadioButton radioButtonSortByTypeAndDate; private System.Windows.Forms.RadioButton radioButtonSortByTypeAndName; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; + private System.Windows.Forms.CheckBox checkBoxCheckForUpdates; } } \ No newline at end of file diff --git a/UserInterface/SettingsForm.cs b/UserInterface/SettingsForm.cs index 57ddcb6..2822ace 100644 --- a/UserInterface/SettingsForm.cs +++ b/UserInterface/SettingsForm.cs @@ -113,14 +113,15 @@ namespace SystemTrayMenu.UserInterface checkBoxSaveConfigInApplicationDirectory.Text = Translator.GetText("Save configuration in application directory"); checkBoxSaveLogFileInApplicationDirectory.Text = Translator.GetText("Saving log file in application directory instead of AppData"); buttonOpenAssemblyLocation.Text = Translator.GetText("Open application directory"); - groupBoxAutostart.Text = Translator.GetText("Autostart"); + groupBoxAutostart.Text = Translator.GetText("App start"); if (IsStartupTask()) { groupBoxAutostart.Text += $" ({Translator.GetText("Task Manager")})"; } checkBoxAutostart.Text = Translator.GetText("Start with Windows"); - buttonAddTaskManagerStartupTask.Text = Translator.GetText("Start with Windows"); + checkBoxCheckForUpdates.Text = Translator.GetText("Check for updates"); + buttonAddStartupTask.Text = Translator.GetText("Start with Windows"); groupBoxHotkey.Text = Translator.GetText("Hotkey"); buttonHotkeyDefault.Text = Translator.GetText("Default"); groupBoxLanguage.Text = Translator.GetText("Language"); @@ -265,11 +266,12 @@ namespace SystemTrayMenu.UserInterface } else { - buttonAddTaskManagerStartupTask.Visible = false; + buttonAddStartupTask.Visible = false; labelStartupTaskStatus.Visible = false; checkBoxAutostart.Checked = Settings.Default.IsAutostartActivated; } + checkBoxCheckForUpdates.Checked = Settings.Default.CheckForUpdates; textBoxHotkey.SetHotkey(Settings.Default.HotKey); InitializeLanguage(); @@ -869,6 +871,8 @@ namespace SystemTrayMenu.UserInterface } } + Settings.Default.CheckForUpdates = checkBoxCheckForUpdates.Checked; + Settings.Default.HotKey = new KeysConverter().ConvertToInvariantString(textBoxHotkey.Hotkey | textBoxHotkey.HotkeyModifiers); Settings.Default.CurrentCultureInfoName = comboBoxLanguage.SelectedValue.ToString(); @@ -1006,7 +1010,7 @@ namespace SystemTrayMenu.UserInterface Close(); } - private void ButtonAddTaskManagerStartupTask_Click(object sender, EventArgs e) + private void ButtonAddStartupTask_Click(object sender, EventArgs e) { _ = AddStartUpAsync(); async Task AddStartUpAsync() diff --git a/UserInterface/SettingsForm.resx b/UserInterface/SettingsForm.resx index ccfb013..4bd7aa9 100644 --- a/UserInterface/SettingsForm.resx +++ b/UserInterface/SettingsForm.resx @@ -66,15 +66,6 @@ True - - True - - - True - - - True - 17, 17