├── .gitattributes ├── .github └── workflows │ └── release.yml ├── .gitignore ├── .vscode └── settings.json ├── AmazFit_Editor_(Watch_Face_Type_GT3).sln ├── ControlLibrary ├── AddButtonFunction.Designer.cs ├── AddButtonFunction.cs ├── AddButtonFunction.cs.resx ├── AddButtonFunction.de.resx ├── AddButtonFunction.en.resx ├── AddButtonFunction.es.resx ├── AddButtonFunction.fr.resx ├── AddButtonFunction.it.resx ├── AddButtonFunction.resx ├── AddButtonFunction.uk.resx ├── AddButtonFunction.zh.resx ├── AppUtils.cs ├── ControlLibrary.csproj ├── EditToast.Designer.cs ├── EditToast.cs ├── EditToast.cs.resx ├── EditToast.de.resx ├── EditToast.en.resx ├── EditToast.es.resx ├── EditToast.fr.resx ├── EditToast.it.resx ├── EditToast.resx ├── EditToast.uk.resx ├── EditToast.zh.resx ├── Elements │ ├── UCtrl_AQI_Elm.Designer.cs │ ├── UCtrl_AQI_Elm.cs │ ├── UCtrl_AQI_Elm.resx │ ├── UCtrl_Activity_Elm.Designer.cs │ ├── UCtrl_Activity_Elm.cs │ ├── UCtrl_Activity_Elm.cs.resx │ ├── UCtrl_Activity_Elm.de.resx │ ├── UCtrl_Activity_Elm.en.resx │ ├── UCtrl_Activity_Elm.es.resx │ ├── UCtrl_Activity_Elm.fr.resx │ ├── UCtrl_Activity_Elm.it.resx │ ├── UCtrl_Activity_Elm.resx │ ├── UCtrl_Activity_Elm.uk.resx │ ├── UCtrl_Activity_Elm.zh.resx │ ├── UCtrl_AlarmClock_Elm.Designer.cs │ ├── UCtrl_AlarmClock_Elm.cs │ ├── UCtrl_AlarmClock_Elm.cs.resx │ ├── UCtrl_AlarmClock_Elm.de.resx │ ├── UCtrl_AlarmClock_Elm.en.resx │ ├── UCtrl_AlarmClock_Elm.es.resx │ ├── UCtrl_AlarmClock_Elm.fr.resx │ ├── UCtrl_AlarmClock_Elm.it.resx │ ├── UCtrl_AlarmClock_Elm.resx │ ├── UCtrl_AlarmClock_Elm.uk.resx │ ├── UCtrl_AlarmClock_Elm.zh.resx │ ├── UCtrl_Altimeter_Elm.Designer.cs │ ├── UCtrl_Altimeter_Elm.cs │ ├── UCtrl_Altimeter_Elm.cs.resx │ ├── UCtrl_Altimeter_Elm.de.resx │ ├── UCtrl_Altimeter_Elm.en.resx │ ├── UCtrl_Altimeter_Elm.es.resx │ ├── UCtrl_Altimeter_Elm.fr.resx │ ├── UCtrl_Altimeter_Elm.it.resx │ ├── UCtrl_Altimeter_Elm.resx │ ├── UCtrl_Altimeter_Elm.uk.resx │ ├── UCtrl_Altimeter_Elm.zh.resx │ ├── UCtrl_AnalogTimeCircle_Elm.Designer.cs │ ├── UCtrl_AnalogTimeCircle_Elm.cs │ ├── UCtrl_AnalogTimeCircle_Elm.cs.resx │ ├── UCtrl_AnalogTimeCircle_Elm.de.resx │ ├── UCtrl_AnalogTimeCircle_Elm.en.resx │ ├── UCtrl_AnalogTimeCircle_Elm.es.resx │ ├── UCtrl_AnalogTimeCircle_Elm.fr.resx │ ├── UCtrl_AnalogTimeCircle_Elm.it.resx │ ├── UCtrl_AnalogTimeCircle_Elm.resx │ ├── UCtrl_AnalogTimeCircle_Elm.uk.resx │ ├── UCtrl_AnalogTimeCircle_Elm.zh.resx │ ├── UCtrl_AnalogTimePro_Elm.Designer.cs │ ├── UCtrl_AnalogTimePro_Elm.cs │ ├── UCtrl_AnalogTimePro_Elm.cs.resx │ ├── UCtrl_AnalogTimePro_Elm.de.resx │ ├── UCtrl_AnalogTimePro_Elm.en.resx │ ├── UCtrl_AnalogTimePro_Elm.es.resx │ ├── UCtrl_AnalogTimePro_Elm.fr.resx │ ├── UCtrl_AnalogTimePro_Elm.it.resx │ ├── UCtrl_AnalogTimePro_Elm.resx │ ├── UCtrl_AnalogTimePro_Elm.uk.resx │ ├── UCtrl_AnalogTimePro_Elm.zh.resx │ ├── UCtrl_AnalogTime_Elm.Designer.cs │ ├── UCtrl_AnalogTime_Elm.cs │ ├── UCtrl_AnalogTime_Elm.cs.resx │ ├── UCtrl_AnalogTime_Elm.de.resx │ ├── UCtrl_AnalogTime_Elm.en.resx │ ├── UCtrl_AnalogTime_Elm.es.resx │ ├── UCtrl_AnalogTime_Elm.fr.resx │ ├── UCtrl_AnalogTime_Elm.it.resx │ ├── UCtrl_AnalogTime_Elm.resx │ ├── UCtrl_AnalogTime_Elm.uk.resx │ ├── UCtrl_AnalogTime_Elm.zh.resx │ ├── UCtrl_Animation_Elm.Designer.cs │ ├── UCtrl_Animation_Elm.cs │ ├── UCtrl_Animation_Elm.cs.resx │ ├── UCtrl_Animation_Elm.de.resx │ ├── UCtrl_Animation_Elm.en.resx │ ├── UCtrl_Animation_Elm.es.resx │ ├── UCtrl_Animation_Elm.fr.resx │ ├── UCtrl_Animation_Elm.it.resx │ ├── UCtrl_Animation_Elm.resx │ ├── UCtrl_Animation_Elm.uk.resx │ ├── UCtrl_Animation_Elm.zh.resx │ ├── UCtrl_Background_Elm.Designer.cs │ ├── UCtrl_Background_Elm.cs │ ├── UCtrl_Background_Elm.cs.resx │ ├── UCtrl_Background_Elm.de.resx │ ├── UCtrl_Background_Elm.en.resx │ ├── UCtrl_Background_Elm.es.resx │ ├── UCtrl_Background_Elm.fr.resx │ ├── UCtrl_Background_Elm.it.resx │ ├── UCtrl_Background_Elm.resx │ ├── UCtrl_Background_Elm.uk.resx │ ├── UCtrl_Background_Elm.zh.resx │ ├── UCtrl_Battery_Elm.Designer.cs │ ├── UCtrl_Battery_Elm.cs │ ├── UCtrl_Battery_Elm.cs.resx │ ├── UCtrl_Battery_Elm.de.resx │ ├── UCtrl_Battery_Elm.en.resx │ ├── UCtrl_Battery_Elm.es.resx │ ├── UCtrl_Battery_Elm.fr.resx │ ├── UCtrl_Battery_Elm.it.resx │ ├── UCtrl_Battery_Elm.resx │ ├── UCtrl_Battery_Elm.uk.resx │ ├── UCtrl_Battery_Elm.zh.resx │ ├── UCtrl_BioCharge_Elm.Designer.cs │ ├── UCtrl_BioCharge_Elm.cs │ ├── UCtrl_BioCharge_Elm.resx │ ├── UCtrl_BodyTemp_Elm.Designer.cs │ ├── UCtrl_BodyTemp_Elm.cs │ ├── UCtrl_BodyTemp_Elm.cs.resx │ ├── UCtrl_BodyTemp_Elm.de.resx │ ├── UCtrl_BodyTemp_Elm.en.resx │ ├── UCtrl_BodyTemp_Elm.es.resx │ ├── UCtrl_BodyTemp_Elm.fr.resx │ ├── UCtrl_BodyTemp_Elm.it.resx │ ├── UCtrl_BodyTemp_Elm.resx │ ├── UCtrl_BodyTemp_Elm.uk.resx │ ├── UCtrl_BodyTemp_Elm.zh.resx │ ├── UCtrl_Buttons_Elm.Designer.cs │ ├── UCtrl_Buttons_Elm.cs │ ├── UCtrl_Buttons_Elm.cs.resx │ ├── UCtrl_Buttons_Elm.de.resx │ ├── UCtrl_Buttons_Elm.en.resx │ ├── UCtrl_Buttons_Elm.es.resx │ ├── UCtrl_Buttons_Elm.fr.resx │ ├── UCtrl_Buttons_Elm.it.resx │ ├── UCtrl_Buttons_Elm.resx │ ├── UCtrl_Buttons_Elm.zh.resx │ ├── UCtrl_Calories_Elm.Designer.cs │ ├── UCtrl_Calories_Elm.cs │ ├── UCtrl_Calories_Elm.cs.resx │ ├── UCtrl_Calories_Elm.de.resx │ ├── UCtrl_Calories_Elm.en.resx │ ├── UCtrl_Calories_Elm.es.resx │ ├── UCtrl_Calories_Elm.fr.resx │ ├── UCtrl_Calories_Elm.it.resx │ ├── UCtrl_Calories_Elm.resx │ ├── UCtrl_Calories_Elm.uk.resx │ ├── UCtrl_Calories_Elm.zh.resx │ ├── UCtrl_Compass_Elm.Designer.cs │ ├── UCtrl_Compass_Elm.cs │ ├── UCtrl_Compass_Elm.cs.resx │ ├── UCtrl_Compass_Elm.de.resx │ ├── UCtrl_Compass_Elm.en.resx │ ├── UCtrl_Compass_Elm.es.resx │ ├── UCtrl_Compass_Elm.fr.resx │ ├── UCtrl_Compass_Elm.it.resx │ ├── UCtrl_Compass_Elm.resx │ ├── UCtrl_Compass_Elm.uk.resx │ ├── UCtrl_Compass_Elm.zh.resx │ ├── UCtrl_DateDay_Elm.Designer.cs │ ├── UCtrl_DateDay_Elm.cs │ ├── UCtrl_DateDay_Elm.cs.resx │ ├── UCtrl_DateDay_Elm.de.resx │ ├── UCtrl_DateDay_Elm.en.resx │ ├── UCtrl_DateDay_Elm.es.resx │ ├── UCtrl_DateDay_Elm.fr.resx │ ├── UCtrl_DateDay_Elm.it.resx │ ├── UCtrl_DateDay_Elm.resx │ ├── UCtrl_DateDay_Elm.uk.resx │ ├── UCtrl_DateDay_Elm.zh.resx │ ├── UCtrl_DateMonth_Elm.Designer.cs │ ├── UCtrl_DateMonth_Elm.cs │ ├── UCtrl_DateMonth_Elm.cs.resx │ ├── UCtrl_DateMonth_Elm.de.resx │ ├── UCtrl_DateMonth_Elm.en.resx │ ├── UCtrl_DateMonth_Elm.es.resx │ ├── UCtrl_DateMonth_Elm.fr.resx │ ├── UCtrl_DateMonth_Elm.it.resx │ ├── UCtrl_DateMonth_Elm.resx │ ├── UCtrl_DateMonth_Elm.uk.resx │ ├── UCtrl_DateMonth_Elm.zh.resx │ ├── UCtrl_DateWeek_Elm.Designer.cs │ ├── UCtrl_DateWeek_Elm.cs │ ├── UCtrl_DateWeek_Elm.cs.resx │ ├── UCtrl_DateWeek_Elm.de.resx │ ├── UCtrl_DateWeek_Elm.en.resx │ ├── UCtrl_DateWeek_Elm.es.resx │ ├── UCtrl_DateWeek_Elm.fr.resx │ ├── UCtrl_DateWeek_Elm.it.resx │ ├── UCtrl_DateWeek_Elm.resx │ ├── UCtrl_DateWeek_Elm.uk.resx │ ├── UCtrl_DateWeek_Elm.zh.resx │ ├── UCtrl_DateYear_Elm.Designer.cs │ ├── UCtrl_DateYear_Elm.cs │ ├── UCtrl_DateYear_Elm.cs.resx │ ├── UCtrl_DateYear_Elm.de.resx │ ├── UCtrl_DateYear_Elm.en.resx │ ├── UCtrl_DateYear_Elm.es.resx │ ├── UCtrl_DateYear_Elm.fr.resx │ ├── UCtrl_DateYear_Elm.it.resx │ ├── UCtrl_DateYear_Elm.resx │ ├── UCtrl_DateYear_Elm.uk.resx │ ├── UCtrl_DateYear_Elm.zh.resx │ ├── UCtrl_DigitalTime_Elm.Designer.cs │ ├── UCtrl_DigitalTime_Elm.cs │ ├── UCtrl_DigitalTime_Elm.cs.resx │ ├── UCtrl_DigitalTime_Elm.de.resx │ ├── UCtrl_DigitalTime_Elm.en.resx │ ├── UCtrl_DigitalTime_Elm.es.resx │ ├── UCtrl_DigitalTime_Elm.fr.resx │ ├── UCtrl_DigitalTime_Elm.it.resx │ ├── UCtrl_DigitalTime_Elm.resx │ ├── UCtrl_DigitalTime_Elm.uk.resx │ ├── UCtrl_DigitalTime_Elm.zh.resx │ ├── UCtrl_DigitalTime_Elm_v2.Designer.cs │ ├── UCtrl_DigitalTime_Elm_v2.cs │ ├── UCtrl_DigitalTime_Elm_v2.cs.resx │ ├── UCtrl_DigitalTime_Elm_v2.de.resx │ ├── UCtrl_DigitalTime_Elm_v2.en.resx │ ├── UCtrl_DigitalTime_Elm_v2.es.resx │ ├── UCtrl_DigitalTime_Elm_v2.fr.resx │ ├── UCtrl_DigitalTime_Elm_v2.it.resx │ ├── UCtrl_DigitalTime_Elm_v2.resx │ ├── UCtrl_DigitalTime_Elm_v2.uk.resx │ ├── UCtrl_DigitalTime_Elm_v2.zh.resx │ ├── UCtrl_DisconnectAlert_Elm.Designer.cs │ ├── UCtrl_DisconnectAlert_Elm.cs │ ├── UCtrl_DisconnectAlert_Elm.cs.resx │ ├── UCtrl_DisconnectAlert_Elm.de.resx │ ├── UCtrl_DisconnectAlert_Elm.en.resx │ ├── UCtrl_DisconnectAlert_Elm.es.resx │ ├── UCtrl_DisconnectAlert_Elm.fr.resx │ ├── UCtrl_DisconnectAlert_Elm.it.resx │ ├── UCtrl_DisconnectAlert_Elm.resx │ ├── UCtrl_DisconnectAlert_Elm.uk.resx │ ├── UCtrl_DisconnectAlert_Elm.zh.resx │ ├── UCtrl_Distance_Elm.Designer.cs │ ├── UCtrl_Distance_Elm.cs │ ├── UCtrl_Distance_Elm.cs.resx │ ├── UCtrl_Distance_Elm.de.resx │ ├── UCtrl_Distance_Elm.en.resx │ ├── UCtrl_Distance_Elm.es.resx │ ├── UCtrl_Distance_Elm.fr.resx │ ├── UCtrl_Distance_Elm.it.resx │ ├── UCtrl_Distance_Elm.resx │ ├── UCtrl_Distance_Elm.uk.resx │ ├── UCtrl_Distance_Elm.zh.resx │ ├── UCtrl_EditableElements_Elm.Designer.cs │ ├── UCtrl_EditableElements_Elm.cs │ ├── UCtrl_EditableElements_Elm.cs.resx │ ├── UCtrl_EditableElements_Elm.de.resx │ ├── UCtrl_EditableElements_Elm.en.resx │ ├── UCtrl_EditableElements_Elm.es.resx │ ├── UCtrl_EditableElements_Elm.fr.resx │ ├── UCtrl_EditableElements_Elm.it.resx │ ├── UCtrl_EditableElements_Elm.resx │ ├── UCtrl_EditableElements_Elm.uk.resx │ ├── UCtrl_EditableElements_Elm.zh.resx │ ├── UCtrl_EditableTimePointer_Elm.Designer.cs │ ├── UCtrl_EditableTimePointer_Elm.cs │ ├── UCtrl_EditableTimePointer_Elm.cs.resx │ ├── UCtrl_EditableTimePointer_Elm.de.resx │ ├── UCtrl_EditableTimePointer_Elm.en.resx │ ├── UCtrl_EditableTimePointer_Elm.es.resx │ ├── UCtrl_EditableTimePointer_Elm.fr.resx │ ├── UCtrl_EditableTimePointer_Elm.it.resx │ ├── UCtrl_EditableTimePointer_Elm.resx │ ├── UCtrl_EditableTimePointer_Elm.uk.resx │ ├── UCtrl_EditableTimePointer_Elm.zh.resx │ ├── UCtrl_FatBurning_Elm.Designer.cs │ ├── UCtrl_FatBurning_Elm.cs │ ├── UCtrl_FatBurning_Elm.cs.resx │ ├── UCtrl_FatBurning_Elm.de.resx │ ├── UCtrl_FatBurning_Elm.en.resx │ ├── UCtrl_FatBurning_Elm.es.resx │ ├── UCtrl_FatBurning_Elm.fr.resx │ ├── UCtrl_FatBurning_Elm.it.resx │ ├── UCtrl_FatBurning_Elm.resx │ ├── UCtrl_FatBurning_Elm.uk.resx │ ├── UCtrl_FatBurning_Elm.zh.resx │ ├── UCtrl_Floor_Elm.Designer.cs │ ├── UCtrl_Floor_Elm.cs │ ├── UCtrl_Floor_Elm.cs.resx │ ├── UCtrl_Floor_Elm.de.resx │ ├── UCtrl_Floor_Elm.en.resx │ ├── UCtrl_Floor_Elm.es.resx │ ├── UCtrl_Floor_Elm.fr.resx │ ├── UCtrl_Floor_Elm.it.resx │ ├── UCtrl_Floor_Elm.resx │ ├── UCtrl_Floor_Elm.uk.resx │ ├── UCtrl_Floor_Elm.zh.resx │ ├── UCtrl_HRV_Elm.Designer.cs │ ├── UCtrl_HRV_Elm.cs │ ├── UCtrl_HRV_Elm.resx │ ├── UCtrl_Heart_Elm.Designer.cs │ ├── UCtrl_Heart_Elm.cs │ ├── UCtrl_Heart_Elm.cs.resx │ ├── UCtrl_Heart_Elm.de.resx │ ├── UCtrl_Heart_Elm.en.resx │ ├── UCtrl_Heart_Elm.es.resx │ ├── UCtrl_Heart_Elm.fr.resx │ ├── UCtrl_Heart_Elm.it.resx │ ├── UCtrl_Heart_Elm.resx │ ├── UCtrl_Heart_Elm.uk.resx │ ├── UCtrl_Heart_Elm.zh.resx │ ├── UCtrl_Humidity_Elm.Designer.cs │ ├── UCtrl_Humidity_Elm.cs │ ├── UCtrl_Humidity_Elm.cs.resx │ ├── UCtrl_Humidity_Elm.de.resx │ ├── UCtrl_Humidity_Elm.en.resx │ ├── UCtrl_Humidity_Elm.es.resx │ ├── UCtrl_Humidity_Elm.fr.resx │ ├── UCtrl_Humidity_Elm.it.resx │ ├── UCtrl_Humidity_Elm.resx │ ├── UCtrl_Humidity_Elm.uk.resx │ ├── UCtrl_Humidity_Elm.zh.resx │ ├── UCtrl_Image_Elm.Designer.cs │ ├── UCtrl_Image_Elm.cs │ ├── UCtrl_Image_Elm.cs.resx │ ├── UCtrl_Image_Elm.de.resx │ ├── UCtrl_Image_Elm.en.resx │ ├── UCtrl_Image_Elm.es.resx │ ├── UCtrl_Image_Elm.fr.resx │ ├── UCtrl_Image_Elm.it.resx │ ├── UCtrl_Image_Elm.resx │ ├── UCtrl_Image_Elm.uk.resx │ ├── UCtrl_Image_Elm.zh.resx │ ├── UCtrl_JSscript_Elm.Designer.cs │ ├── UCtrl_JSscript_Elm.cs │ ├── UCtrl_JSscript_Elm.cs.resx │ ├── UCtrl_JSscript_Elm.de.resx │ ├── UCtrl_JSscript_Elm.en.resx │ ├── UCtrl_JSscript_Elm.es.resx │ ├── UCtrl_JSscript_Elm.fr.resx │ ├── UCtrl_JSscript_Elm.it.resx │ ├── UCtrl_JSscript_Elm.resx │ ├── UCtrl_JSscript_Elm.zh.resx │ ├── UCtrl_Moon_Elm.Designer.cs │ ├── UCtrl_Moon_Elm.cs │ ├── UCtrl_Moon_Elm.cs.resx │ ├── UCtrl_Moon_Elm.de.resx │ ├── UCtrl_Moon_Elm.en.resx │ ├── UCtrl_Moon_Elm.es.resx │ ├── UCtrl_Moon_Elm.fr.resx │ ├── UCtrl_Moon_Elm.it.resx │ ├── UCtrl_Moon_Elm.resx │ ├── UCtrl_Moon_Elm.uk.resx │ ├── UCtrl_Moon_Elm.zh.resx │ ├── UCtrl_PAI_Elm.Designer.cs │ ├── UCtrl_PAI_Elm.cs │ ├── UCtrl_PAI_Elm.cs.resx │ ├── UCtrl_PAI_Elm.de.resx │ ├── UCtrl_PAI_Elm.en.resx │ ├── UCtrl_PAI_Elm.es.resx │ ├── UCtrl_PAI_Elm.fr.resx │ ├── UCtrl_PAI_Elm.it.resx │ ├── UCtrl_PAI_Elm.resx │ ├── UCtrl_PAI_Elm.uk.resx │ ├── UCtrl_PAI_Elm.zh.resx │ ├── UCtrl_Readiness_Elm.Designer.cs │ ├── UCtrl_Readiness_Elm.cs │ ├── UCtrl_Readiness_Elm.cs.resx │ ├── UCtrl_Readiness_Elm.de.resx │ ├── UCtrl_Readiness_Elm.en.resx │ ├── UCtrl_Readiness_Elm.es.resx │ ├── UCtrl_Readiness_Elm.fr.resx │ ├── UCtrl_Readiness_Elm.it.resx │ ├── UCtrl_Readiness_Elm.resx │ ├── UCtrl_Readiness_Elm.uk.resx │ ├── UCtrl_Readiness_Elm.zh.resx │ ├── UCtrl_RepeatingAlert_Elm.Designer.cs │ ├── UCtrl_RepeatingAlert_Elm.cs │ ├── UCtrl_RepeatingAlert_Elm.cs.resx │ ├── UCtrl_RepeatingAlert_Elm.de.resx │ ├── UCtrl_RepeatingAlert_Elm.en.resx │ ├── UCtrl_RepeatingAlert_Elm.es.resx │ ├── UCtrl_RepeatingAlert_Elm.fr.resx │ ├── UCtrl_RepeatingAlert_Elm.it.resx │ ├── UCtrl_RepeatingAlert_Elm.resx │ ├── UCtrl_RepeatingAlert_Elm.uk.resx │ ├── UCtrl_RepeatingAlert_Elm.zh.resx │ ├── UCtrl_Shortcuts_Elm.Designer.cs │ ├── UCtrl_Shortcuts_Elm.cs │ ├── UCtrl_Shortcuts_Elm.cs.resx │ ├── UCtrl_Shortcuts_Elm.de.resx │ ├── UCtrl_Shortcuts_Elm.en.resx │ ├── UCtrl_Shortcuts_Elm.es.resx │ ├── UCtrl_Shortcuts_Elm.fr.resx │ ├── UCtrl_Shortcuts_Elm.it.resx │ ├── UCtrl_Shortcuts_Elm.resx │ ├── UCtrl_Shortcuts_Elm.uk.resx │ ├── UCtrl_Shortcuts_Elm.zh.resx │ ├── UCtrl_SpO2_Elm.Designer.cs │ ├── UCtrl_SpO2_Elm.cs │ ├── UCtrl_SpO2_Elm.cs.resx │ ├── UCtrl_SpO2_Elm.de.resx │ ├── UCtrl_SpO2_Elm.en.resx │ ├── UCtrl_SpO2_Elm.es.resx │ ├── UCtrl_SpO2_Elm.fr.resx │ ├── UCtrl_SpO2_Elm.it.resx │ ├── UCtrl_SpO2_Elm.resx │ ├── UCtrl_SpO2_Elm.uk.resx │ ├── UCtrl_SpO2_Elm.zh.resx │ ├── UCtrl_Stand_Elm.Designer.cs │ ├── UCtrl_Stand_Elm.cs │ ├── UCtrl_Stand_Elm.cs.resx │ ├── UCtrl_Stand_Elm.de.resx │ ├── UCtrl_Stand_Elm.en.resx │ ├── UCtrl_Stand_Elm.es.resx │ ├── UCtrl_Stand_Elm.fr.resx │ ├── UCtrl_Stand_Elm.it.resx │ ├── UCtrl_Stand_Elm.resx │ ├── UCtrl_Stand_Elm.uk.resx │ ├── UCtrl_Stand_Elm.zh.resx │ ├── UCtrl_Statuses_Elm.Designer.cs │ ├── UCtrl_Statuses_Elm.cs │ ├── UCtrl_Statuses_Elm.cs.resx │ ├── UCtrl_Statuses_Elm.de.resx │ ├── UCtrl_Statuses_Elm.en.resx │ ├── UCtrl_Statuses_Elm.es.resx │ ├── UCtrl_Statuses_Elm.fr.resx │ ├── UCtrl_Statuses_Elm.it.resx │ ├── UCtrl_Statuses_Elm.resx │ ├── UCtrl_Statuses_Elm.uk.resx │ ├── UCtrl_Statuses_Elm.zh.resx │ ├── UCtrl_Steps_Elm.Designer.cs │ ├── UCtrl_Steps_Elm.cs │ ├── UCtrl_Steps_Elm.cs.resx │ ├── UCtrl_Steps_Elm.de.resx │ ├── UCtrl_Steps_Elm.en.resx │ ├── UCtrl_Steps_Elm.es.resx │ ├── UCtrl_Steps_Elm.fr.resx │ ├── UCtrl_Steps_Elm.it.resx │ ├── UCtrl_Steps_Elm.resx │ ├── UCtrl_Steps_Elm.uk.resx │ ├── UCtrl_Steps_Elm.zh.resx │ ├── UCtrl_Stress_Elm.Designer.cs │ ├── UCtrl_Stress_Elm.cs │ ├── UCtrl_Stress_Elm.cs.resx │ ├── UCtrl_Stress_Elm.de.resx │ ├── UCtrl_Stress_Elm.en.resx │ ├── UCtrl_Stress_Elm.es.resx │ ├── UCtrl_Stress_Elm.fr.resx │ ├── UCtrl_Stress_Elm.it.resx │ ├── UCtrl_Stress_Elm.resx │ ├── UCtrl_Stress_Elm.uk.resx │ ├── UCtrl_Stress_Elm.zh.resx │ ├── UCtrl_Sunrise_Elm.Designer.cs │ ├── UCtrl_Sunrise_Elm.cs │ ├── UCtrl_Sunrise_Elm.cs.resx │ ├── UCtrl_Sunrise_Elm.de.resx │ ├── UCtrl_Sunrise_Elm.en.resx │ ├── UCtrl_Sunrise_Elm.es.resx │ ├── UCtrl_Sunrise_Elm.fr.resx │ ├── UCtrl_Sunrise_Elm.it.resx │ ├── UCtrl_Sunrise_Elm.resx │ ├── UCtrl_Sunrise_Elm.uk.resx │ ├── UCtrl_Sunrise_Elm.zh.resx │ ├── UCtrl_Switch_BG_Color_Elm.Designer.cs │ ├── UCtrl_Switch_BG_Color_Elm.cs │ ├── UCtrl_Switch_BG_Color_Elm.cs.resx │ ├── UCtrl_Switch_BG_Color_Elm.de.resx │ ├── UCtrl_Switch_BG_Color_Elm.en.resx │ ├── UCtrl_Switch_BG_Color_Elm.es.resx │ ├── UCtrl_Switch_BG_Color_Elm.fr.resx │ ├── UCtrl_Switch_BG_Color_Elm.it.resx │ ├── UCtrl_Switch_BG_Color_Elm.resx │ ├── UCtrl_Switch_BG_Color_Elm.uk.resx │ ├── UCtrl_Switch_BG_Color_Elm.zh.resx │ ├── UCtrl_Switch_Background_Elm.Designer.cs │ ├── UCtrl_Switch_Background_Elm.cs │ ├── UCtrl_Switch_Background_Elm.cs.resx │ ├── UCtrl_Switch_Background_Elm.de.resx │ ├── UCtrl_Switch_Background_Elm.en.resx │ ├── UCtrl_Switch_Background_Elm.es.resx │ ├── UCtrl_Switch_Background_Elm.fr.resx │ ├── UCtrl_Switch_Background_Elm.it.resx │ ├── UCtrl_Switch_Background_Elm.resx │ ├── UCtrl_Switch_Background_Elm.uk.resx │ ├── UCtrl_Switch_Background_Elm.zh.resx │ ├── UCtrl_TimeCircle_Elm.Designer.cs │ ├── UCtrl_TimeCircle_Elm.cs │ ├── UCtrl_TimeCircle_Elm.resx │ ├── UCtrl_TopImage_Elm.Designer.cs │ ├── UCtrl_TopImage_Elm.cs │ ├── UCtrl_TopImage_Elm.cs.resx │ ├── UCtrl_TopImage_Elm.de.resx │ ├── UCtrl_TopImage_Elm.en.resx │ ├── UCtrl_TopImage_Elm.es.resx │ ├── UCtrl_TopImage_Elm.fr.resx │ ├── UCtrl_TopImage_Elm.it.resx │ ├── UCtrl_TopImage_Elm.resx │ ├── UCtrl_TopImage_Elm.uk.resx │ ├── UCtrl_TopImage_Elm.zh.resx │ ├── UCtrl_TrainingLoad_Elm.Designer.cs │ ├── UCtrl_TrainingLoad_Elm.cs │ ├── UCtrl_TrainingLoad_Elm.cs.resx │ ├── UCtrl_TrainingLoad_Elm.de.resx │ ├── UCtrl_TrainingLoad_Elm.en.resx │ ├── UCtrl_TrainingLoad_Elm.es.resx │ ├── UCtrl_TrainingLoad_Elm.fr.resx │ ├── UCtrl_TrainingLoad_Elm.it.resx │ ├── UCtrl_TrainingLoad_Elm.resx │ ├── UCtrl_TrainingLoad_Elm.uk.resx │ ├── UCtrl_TrainingLoad_Elm.zh.resx │ ├── UCtrl_UVIndex_Elm.Designer.cs │ ├── UCtrl_UVIndex_Elm.cs │ ├── UCtrl_UVIndex_Elm.cs.resx │ ├── UCtrl_UVIndex_Elm.de.resx │ ├── UCtrl_UVIndex_Elm.en.resx │ ├── UCtrl_UVIndex_Elm.es.resx │ ├── UCtrl_UVIndex_Elm.fr.resx │ ├── UCtrl_UVIndex_Elm.it.resx │ ├── UCtrl_UVIndex_Elm.resx │ ├── UCtrl_UVIndex_Elm.uk.resx │ ├── UCtrl_UVIndex_Elm.zh.resx │ ├── UCtrl_VO2Max_Elm.Designer.cs │ ├── UCtrl_VO2Max_Elm.cs │ ├── UCtrl_VO2Max_Elm.resx │ ├── UCtrl_Weather_Elm.Designer.cs │ ├── UCtrl_Weather_Elm.cs │ ├── UCtrl_Weather_Elm.cs.resx │ ├── UCtrl_Weather_Elm.de.resx │ ├── UCtrl_Weather_Elm.en.resx │ ├── UCtrl_Weather_Elm.es.resx │ ├── UCtrl_Weather_Elm.fr.resx │ ├── UCtrl_Weather_Elm.it.resx │ ├── UCtrl_Weather_Elm.resx │ ├── UCtrl_Weather_Elm.uk.resx │ ├── UCtrl_Weather_Elm.zh.resx │ ├── UCtrl_Weather_Elm_v2.Designer.cs │ ├── UCtrl_Weather_Elm_v2.cs │ ├── UCtrl_Weather_Elm_v2.cs.resx │ ├── UCtrl_Weather_Elm_v2.de.resx │ ├── UCtrl_Weather_Elm_v2.en.resx │ ├── UCtrl_Weather_Elm_v2.es.resx │ ├── UCtrl_Weather_Elm_v2.fr.resx │ ├── UCtrl_Weather_Elm_v2.it.resx │ ├── UCtrl_Weather_Elm_v2.resx │ ├── UCtrl_Weather_Elm_v2.uk.resx │ ├── UCtrl_Weather_Elm_v2.zh.resx │ ├── UCtrl_Weather_FewDay_Elm.Designer.cs │ ├── UCtrl_Weather_FewDay_Elm.cs │ ├── UCtrl_Weather_FewDay_Elm.cs.resx │ ├── UCtrl_Weather_FewDay_Elm.de.resx │ ├── UCtrl_Weather_FewDay_Elm.en.resx │ ├── UCtrl_Weather_FewDay_Elm.es.resx │ ├── UCtrl_Weather_FewDay_Elm.fr.resx │ ├── UCtrl_Weather_FewDay_Elm.it.resx │ ├── UCtrl_Weather_FewDay_Elm.resx │ ├── UCtrl_Weather_FewDay_Elm.uk.resx │ ├── UCtrl_Weather_FewDay_Elm.zh.resx │ ├── UCtrl_Wind_Elm.Designer.cs │ ├── UCtrl_Wind_Elm.cs │ ├── UCtrl_Wind_Elm.cs.resx │ ├── UCtrl_Wind_Elm.de.resx │ ├── UCtrl_Wind_Elm.en.resx │ ├── UCtrl_Wind_Elm.es.resx │ ├── UCtrl_Wind_Elm.fr.resx │ ├── UCtrl_Wind_Elm.it.resx │ ├── UCtrl_Wind_Elm.resx │ ├── UCtrl_Wind_Elm.uk.resx │ ├── UCtrl_Wind_Elm.zh.resx │ ├── UCtrl_WorldClock_Elm.Designer.cs │ ├── UCtrl_WorldClock_Elm.cs │ ├── UCtrl_WorldClock_Elm.cs.resx │ ├── UCtrl_WorldClock_Elm.de.resx │ ├── UCtrl_WorldClock_Elm.en.resx │ ├── UCtrl_WorldClock_Elm.es.resx │ ├── UCtrl_WorldClock_Elm.fr.resx │ ├── UCtrl_WorldClock_Elm.it.resx │ ├── UCtrl_WorldClock_Elm.resx │ ├── UCtrl_WorldClock_Elm.uk.resx │ └── UCtrl_WorldClock_Elm.zh.resx ├── Properties │ ├── AssemblyInfo.cs │ ├── ButtonFunctions.Designer.cs │ ├── ButtonFunctions.cs.Designer.cs │ ├── ButtonFunctions.cs.resx │ ├── ButtonFunctions.de.Designer.cs │ ├── ButtonFunctions.de.resx │ ├── ButtonFunctions.en.Designer.cs │ ├── ButtonFunctions.en.resx │ ├── ButtonFunctions.es.Designer.cs │ ├── ButtonFunctions.es.resx │ ├── ButtonFunctions.fr.Designer.cs │ ├── ButtonFunctions.fr.resx │ ├── ButtonFunctions.it.Designer.cs │ ├── ButtonFunctions.it.resx │ ├── ButtonFunctions.resx │ ├── ButtonFunctions.uk.Designer.cs │ ├── ButtonFunctions.uk.resx │ ├── ButtonFunctions.zh.Designer.cs │ ├── ButtonFunctions.zh.resx │ ├── Buttons.Designer.cs │ ├── Buttons.cs.Designer.cs │ ├── Buttons.cs.resx │ ├── Buttons.de.Designer.cs │ ├── Buttons.de.resx │ ├── Buttons.en.Designer.cs │ ├── Buttons.en.resx │ ├── Buttons.es.Designer.cs │ ├── Buttons.es.resx │ ├── Buttons.fr.Designer.cs │ ├── Buttons.fr.resx │ ├── Buttons.it.Designer.cs │ ├── Buttons.it.resx │ ├── Buttons.resx │ ├── Buttons.uk.Designer.cs │ ├── Buttons.uk.resx │ ├── Buttons.zh.Designer.cs │ ├── Buttons.zh.resx │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Strings.cs.Designer.cs │ ├── Strings.cs.resx │ ├── Strings.de.Designer.cs │ ├── Strings.de.resx │ ├── Strings.en.Designer.cs │ ├── Strings.en.resx │ ├── Strings.es.Designer.cs │ ├── Strings.es.resx │ ├── Strings.fr.Designer.cs │ ├── Strings.fr.resx │ ├── Strings.it.Designer.cs │ ├── Strings.it.resx │ ├── Strings.resx │ ├── Strings.uk.Designer.cs │ ├── Strings.uk.resx │ ├── Strings.zh.Designer.cs │ ├── Strings.zh.resx │ └── Strings1.Designer.cs ├── Resources │ ├── Actions_insert_text_icon.png │ ├── App.png │ ├── Background-icon.png │ ├── Files_Clipboard_icon.png │ ├── Files_Copy_File_icon.png │ ├── JavaScript.16.png │ ├── Script.png │ ├── SpO2.png │ ├── Sports.png │ ├── Tools.png │ ├── UVIndex.png │ ├── Very-Basic-Calendar_16.png │ ├── activity_icon.png │ ├── activitys_icon.png │ ├── air_quality.png │ ├── alarm_clock.png │ ├── analog_time_18.png │ ├── animation.png │ ├── arrow_down.png │ ├── arrow_right.png │ ├── barometer.png │ ├── barometer1.png │ ├── battery.png │ ├── bio_charge.png │ ├── bluetooth.png │ ├── body_temp.png │ ├── button.png │ ├── calendar_month_18.png │ ├── calories.png │ ├── category.png │ ├── chart.png │ ├── chart2line.png │ ├── circle_scale.png │ ├── circle_time.png │ ├── compass.png │ ├── copy prop.png │ ├── digital-clock-icon.png │ ├── direction.png │ ├── edit_attributes.png │ ├── fat_burning.png │ ├── floor.png │ ├── frame_anim.png │ ├── health.png │ ├── heart.png │ ├── help.png │ ├── hr_icon.png │ ├── hr_min_icon.png │ ├── hrv.png │ ├── humidity.png │ ├── images_18.png │ ├── javascript.png │ ├── launch.png │ ├── linear_scale_18.png │ ├── location.png │ ├── min_icon.png │ ├── moon.png │ ├── motion_anim.png │ ├── note-delete.png │ ├── note-edit.png │ ├── note-plus.png │ ├── note-text.png │ ├── on_off.png │ ├── outline_delete_forever_black_24.png │ ├── outline_image_black_18.png │ ├── outline_visibility_black_24.png │ ├── outline_visibility_off_black_24.png │ ├── pai.png │ ├── pai1.png │ ├── pai2.png │ ├── palette.png │ ├── paste prop.png │ ├── pointer.png │ ├── readiness.png │ ├── repeating signal.png │ ├── rotate_anim.png │ ├── sec_icon.png │ ├── segment_18.png │ ├── settings_wfd.png │ ├── shortcut.png │ ├── stand_icon.png │ ├── stand_icon1.png │ ├── stand_icon2.png │ ├── steps.png │ ├── stress.png │ ├── stress1.png │ ├── sunrise.png │ ├── table_row_delete_icon.png │ ├── temp_max.png │ ├── temp_max_min.png │ ├── temp_min.png │ ├── text-icon.png │ ├── text_fields.png │ ├── text_rotation_18.png │ ├── toggle_on.png │ ├── training_load.png │ ├── trainings.png │ ├── vo2_max.png │ ├── wallpaper.png │ ├── wallpaper_18.png │ ├── weather.png │ ├── weatherIcon.png │ ├── week_18.png │ ├── wind.png │ ├── world_clock.png │ └── year_18.png ├── UCtrl_AmPm_Opt.Designer.cs ├── UCtrl_AmPm_Opt.cs ├── UCtrl_AmPm_Opt.cs.resx ├── UCtrl_AmPm_Opt.de.resx ├── UCtrl_AmPm_Opt.en.resx ├── UCtrl_AmPm_Opt.es.resx ├── UCtrl_AmPm_Opt.fr.resx ├── UCtrl_AmPm_Opt.it.resx ├── UCtrl_AmPm_Opt.resx ├── UCtrl_AmPm_Opt.uk.resx ├── UCtrl_AmPm_Opt.zh.resx ├── UCtrl_Animation_Frame_Opt.Designer.cs ├── UCtrl_Animation_Frame_Opt.cs ├── UCtrl_Animation_Frame_Opt.cs.resx ├── UCtrl_Animation_Frame_Opt.de.resx ├── UCtrl_Animation_Frame_Opt.en.resx ├── UCtrl_Animation_Frame_Opt.es.resx ├── UCtrl_Animation_Frame_Opt.fr.resx ├── UCtrl_Animation_Frame_Opt.it.resx ├── UCtrl_Animation_Frame_Opt.resx ├── UCtrl_Animation_Frame_Opt.uk.resx ├── UCtrl_Animation_Frame_Opt.zh.resx ├── UCtrl_Animation_Motion_Opt.Designer.cs ├── UCtrl_Animation_Motion_Opt.cs ├── UCtrl_Animation_Motion_Opt.cs.resx ├── UCtrl_Animation_Motion_Opt.de.resx ├── UCtrl_Animation_Motion_Opt.en.resx ├── UCtrl_Animation_Motion_Opt.es.resx ├── UCtrl_Animation_Motion_Opt.fr.resx ├── UCtrl_Animation_Motion_Opt.it.resx ├── UCtrl_Animation_Motion_Opt.resx ├── UCtrl_Animation_Motion_Opt.uk.resx ├── UCtrl_Animation_Motion_Opt.zh.resx ├── UCtrl_Animation_Rotate_Opt.Designer.cs ├── UCtrl_Animation_Rotate_Opt.cs ├── UCtrl_Animation_Rotate_Opt.cs.resx ├── UCtrl_Animation_Rotate_Opt.de.resx ├── UCtrl_Animation_Rotate_Opt.en.resx ├── UCtrl_Animation_Rotate_Opt.es.resx ├── UCtrl_Animation_Rotate_Opt.fr.resx ├── UCtrl_Animation_Rotate_Opt.it.resx ├── UCtrl_Animation_Rotate_Opt.resx ├── UCtrl_Animation_Rotate_Opt.uk.resx ├── UCtrl_Animation_Rotate_Opt.zh.resx ├── UCtrl_Background_Opt.Designer.cs ├── UCtrl_Background_Opt.cs ├── UCtrl_Background_Opt.cs.resx ├── UCtrl_Background_Opt.de.resx ├── UCtrl_Background_Opt.en.resx ├── UCtrl_Background_Opt.es.resx ├── UCtrl_Background_Opt.fr.resx ├── UCtrl_Background_Opt.it.resx ├── UCtrl_Background_Opt.resx ├── UCtrl_Background_Opt.uk.resx ├── UCtrl_Background_Opt.zh.resx ├── UCtrl_ButtonOne_Opt.Designer.cs ├── UCtrl_ButtonOne_Opt.cs ├── UCtrl_ButtonOne_Opt.cs.resx ├── UCtrl_ButtonOne_Opt.de.resx ├── UCtrl_ButtonOne_Opt.en.resx ├── UCtrl_ButtonOne_Opt.es.resx ├── UCtrl_ButtonOne_Opt.fr.resx ├── UCtrl_ButtonOne_Opt.it.resx ├── UCtrl_ButtonOne_Opt.resx ├── UCtrl_ButtonOne_Opt.uk.resx ├── UCtrl_ButtonOne_Opt.zh.resx ├── UCtrl_Button_Opt.Designer.cs ├── UCtrl_Button_Opt.cs ├── UCtrl_Button_Opt.cs.resx ├── UCtrl_Button_Opt.de.resx ├── UCtrl_Button_Opt.en.resx ├── UCtrl_Button_Opt.es.resx ├── UCtrl_Button_Opt.fr.resx ├── UCtrl_Button_Opt.it.resx ├── UCtrl_Button_Opt.resx ├── UCtrl_Button_Opt.uk.resx ├── UCtrl_Button_Opt.zh.resx ├── UCtrl_Circle_Scale_Opt.Designer.cs ├── UCtrl_Circle_Scale_Opt.cs ├── UCtrl_Circle_Scale_Opt.cs.resx ├── UCtrl_Circle_Scale_Opt.de.resx ├── UCtrl_Circle_Scale_Opt.en.resx ├── UCtrl_Circle_Scale_Opt.es.resx ├── UCtrl_Circle_Scale_Opt.fr.resx ├── UCtrl_Circle_Scale_Opt.it.resx ├── UCtrl_Circle_Scale_Opt.resx ├── UCtrl_Circle_Scale_Opt.uk.resx ├── UCtrl_Circle_Scale_Opt.zh.resx ├── UCtrl_DisconnectAlert_Opt.Designer.cs ├── UCtrl_DisconnectAlert_Opt.cs ├── UCtrl_DisconnectAlert_Opt.cs.resx ├── UCtrl_DisconnectAlert_Opt.de.resx ├── UCtrl_DisconnectAlert_Opt.en.resx ├── UCtrl_DisconnectAlert_Opt.es.resx ├── UCtrl_DisconnectAlert_Opt.fr.resx ├── UCtrl_DisconnectAlert_Opt.it.resx ├── UCtrl_DisconnectAlert_Opt.resx ├── UCtrl_DisconnectAlert_Opt.uk.resx ├── UCtrl_DisconnectAlert_Opt.zh.resx ├── UCtrl_EditableBackground_Opt.Designer.cs ├── UCtrl_EditableBackground_Opt.cs ├── UCtrl_EditableBackground_Opt.cs.resx ├── UCtrl_EditableBackground_Opt.de.resx ├── UCtrl_EditableBackground_Opt.en.resx ├── UCtrl_EditableBackground_Opt.es.resx ├── UCtrl_EditableBackground_Opt.fr.resx ├── UCtrl_EditableBackground_Opt.it.resx ├── UCtrl_EditableBackground_Opt.resx ├── UCtrl_EditableBackground_Opt.uk.resx ├── UCtrl_EditableBackground_Opt.zh.resx ├── UCtrl_EditableElemets_Opt.Designer.cs ├── UCtrl_EditableElemets_Opt.cs ├── UCtrl_EditableElemets_Opt.cs.resx ├── UCtrl_EditableElemets_Opt.de.resx ├── UCtrl_EditableElemets_Opt.en.resx ├── UCtrl_EditableElemets_Opt.es.resx ├── UCtrl_EditableElemets_Opt.fr.resx ├── UCtrl_EditableElemets_Opt.it.resx ├── UCtrl_EditableElemets_Opt.resx ├── UCtrl_EditableElemets_Opt.uk.resx ├── UCtrl_EditableElemets_Opt.zh.resx ├── UCtrl_EditableTimePointer_Opt.Designer.cs ├── UCtrl_EditableTimePointer_Opt.cs ├── UCtrl_EditableTimePointer_Opt.cs.resx ├── UCtrl_EditableTimePointer_Opt.de.resx ├── UCtrl_EditableTimePointer_Opt.en.resx ├── UCtrl_EditableTimePointer_Opt.es.resx ├── UCtrl_EditableTimePointer_Opt.fr.resx ├── UCtrl_EditableTimePointer_Opt.it.resx ├── UCtrl_EditableTimePointer_Opt.resx ├── UCtrl_EditableTimePointer_Opt.uk.resx ├── UCtrl_EditableTimePointer_Opt.zh.resx ├── UCtrl_Icon_Opt.Designer.cs ├── UCtrl_Icon_Opt.cs ├── UCtrl_Icon_Opt.cs.resx ├── UCtrl_Icon_Opt.de.resx ├── UCtrl_Icon_Opt.en.resx ├── UCtrl_Icon_Opt.es.resx ├── UCtrl_Icon_Opt.fr.resx ├── UCtrl_Icon_Opt.it.resx ├── UCtrl_Icon_Opt.resx ├── UCtrl_Icon_Opt.uk.resx ├── UCtrl_Icon_Opt.zh.resx ├── UCtrl_Images_Opt.Designer.cs ├── UCtrl_Images_Opt.cs ├── UCtrl_Images_Opt.cs.resx ├── UCtrl_Images_Opt.de.resx ├── UCtrl_Images_Opt.en.resx ├── UCtrl_Images_Opt.es.resx ├── UCtrl_Images_Opt.fr.resx ├── UCtrl_Images_Opt.it.resx ├── UCtrl_Images_Opt.resx ├── UCtrl_Images_Opt.uk.resx ├── UCtrl_Images_Opt.zh.resx ├── UCtrl_JS_script_Opt.Designer.cs ├── UCtrl_JS_script_Opt.cs ├── UCtrl_JS_script_Opt.cs.resx ├── UCtrl_JS_script_Opt.de.resx ├── UCtrl_JS_script_Opt.en.resx ├── UCtrl_JS_script_Opt.es.resx ├── UCtrl_JS_script_Opt.fr.resx ├── UCtrl_JS_script_Opt.it.resx ├── UCtrl_JS_script_Opt.resx ├── UCtrl_JS_script_Opt.uk.resx ├── UCtrl_JS_script_Opt.zh.resx ├── UCtrl_Linear_Scale_Opt.Designer.cs ├── UCtrl_Linear_Scale_Opt.cs ├── UCtrl_Linear_Scale_Opt.cs.resx ├── UCtrl_Linear_Scale_Opt.de.resx ├── UCtrl_Linear_Scale_Opt.en.resx ├── UCtrl_Linear_Scale_Opt.es.resx ├── UCtrl_Linear_Scale_Opt.fr.resx ├── UCtrl_Linear_Scale_Opt.it.resx ├── UCtrl_Linear_Scale_Opt.resx ├── UCtrl_Linear_Scale_Opt.uk.resx ├── UCtrl_Linear_Scale_Opt.zh.resx ├── UCtrl_Pointer_Opt.Designer.cs ├── UCtrl_Pointer_Opt.cs ├── UCtrl_Pointer_Opt.cs.resx ├── UCtrl_Pointer_Opt.de.resx ├── UCtrl_Pointer_Opt.en.resx ├── UCtrl_Pointer_Opt.es.resx ├── UCtrl_Pointer_Opt.fr.resx ├── UCtrl_Pointer_Opt.it.resx ├── UCtrl_Pointer_Opt.resx ├── UCtrl_Pointer_Opt.uk.resx ├── UCtrl_Pointer_Opt.zh.resx ├── UCtrl_RepeatingAlert_Opt.Designer.cs ├── UCtrl_RepeatingAlert_Opt.cs ├── UCtrl_RepeatingAlert_Opt.cs.resx ├── UCtrl_RepeatingAlert_Opt.de.resx ├── UCtrl_RepeatingAlert_Opt.en.resx ├── UCtrl_RepeatingAlert_Opt.es.resx ├── UCtrl_RepeatingAlert_Opt.fr.resx ├── UCtrl_RepeatingAlert_Opt.it.resx ├── UCtrl_RepeatingAlert_Opt.resx ├── UCtrl_RepeatingAlert_Opt.uk.resx ├── UCtrl_RepeatingAlert_Opt.zh.resx ├── UCtrl_Segments_Opt.Designer.cs ├── UCtrl_Segments_Opt.cs ├── UCtrl_Segments_Opt.cs.resx ├── UCtrl_Segments_Opt.de.resx ├── UCtrl_Segments_Opt.en.resx ├── UCtrl_Segments_Opt.es.resx ├── UCtrl_Segments_Opt.fr.resx ├── UCtrl_Segments_Opt.it.resx ├── UCtrl_Segments_Opt.resx ├── UCtrl_Segments_Opt.uk.resx ├── UCtrl_Segments_Opt.zh.resx ├── UCtrl_Set.Designer.cs ├── UCtrl_Set.cs ├── UCtrl_Set.cs.resx ├── UCtrl_Set.de.resx ├── UCtrl_Set.en.resx ├── UCtrl_Set.es.resx ├── UCtrl_Set.fr.resx ├── UCtrl_Set.it.resx ├── UCtrl_Set.resx ├── UCtrl_Set.uk.resx ├── UCtrl_Set.zh.resx ├── UCtrl_Shortcut_Opt.Designer.cs ├── UCtrl_Shortcut_Opt.cs ├── UCtrl_Shortcut_Opt.cs.resx ├── UCtrl_Shortcut_Opt.de.resx ├── UCtrl_Shortcut_Opt.en.resx ├── UCtrl_Shortcut_Opt.es.resx ├── UCtrl_Shortcut_Opt.fr.resx ├── UCtrl_Shortcut_Opt.it.resx ├── UCtrl_Shortcut_Opt.resx ├── UCtrl_Shortcut_Opt.uk.resx ├── UCtrl_Shortcut_Opt.zh.resx ├── UCtrl_SmoothSeconds_Opt.Designer.cs ├── UCtrl_SmoothSeconds_Opt.cs ├── UCtrl_SmoothSeconds_Opt.cs.resx ├── UCtrl_SmoothSeconds_Opt.de.resx ├── UCtrl_SmoothSeconds_Opt.en.resx ├── UCtrl_SmoothSeconds_Opt.es.resx ├── UCtrl_SmoothSeconds_Opt.fr.resx ├── UCtrl_SmoothSeconds_Opt.it.resx ├── UCtrl_SmoothSeconds_Opt.resx ├── UCtrl_SmoothSeconds_Opt.uk.resx ├── UCtrl_SmoothSeconds_Opt.zh.resx ├── UCtrl_Switch_BG_Color_Opt.Designer.cs ├── UCtrl_Switch_BG_Color_Opt.cs ├── UCtrl_Switch_BG_Color_Opt.cs.resx ├── UCtrl_Switch_BG_Color_Opt.de.resx ├── UCtrl_Switch_BG_Color_Opt.en.resx ├── UCtrl_Switch_BG_Color_Opt.es.resx ├── UCtrl_Switch_BG_Color_Opt.fr.resx ├── UCtrl_Switch_BG_Color_Opt.it.resx ├── UCtrl_Switch_BG_Color_Opt.resx ├── UCtrl_Switch_BG_Color_Opt.uk.resx ├── UCtrl_Switch_BG_Color_Opt.zh.resx ├── UCtrl_Switch_Background_Opt.Designer.cs ├── UCtrl_Switch_Background_Opt.cs ├── UCtrl_Switch_Background_Opt.cs.resx ├── UCtrl_Switch_Background_Opt.de.resx ├── UCtrl_Switch_Background_Opt.en.resx ├── UCtrl_Switch_Background_Opt.es.resx ├── UCtrl_Switch_Background_Opt.fr.resx ├── UCtrl_Switch_Background_Opt.it.resx ├── UCtrl_Switch_Background_Opt.resx ├── UCtrl_Switch_Background_Opt.uk.resx ├── UCtrl_Switch_Background_Opt.zh.resx ├── UCtrl_TemperatureGraph_Opt.Designer.cs ├── UCtrl_TemperatureGraph_Opt.cs ├── UCtrl_TemperatureGraph_Opt.cs.resx ├── UCtrl_TemperatureGraph_Opt.de.resx ├── UCtrl_TemperatureGraph_Opt.en.resx ├── UCtrl_TemperatureGraph_Opt.es.resx ├── UCtrl_TemperatureGraph_Opt.fr.resx ├── UCtrl_TemperatureGraph_Opt.it.resx ├── UCtrl_TemperatureGraph_Opt.resx ├── UCtrl_TemperatureGraph_Opt.uk.resx ├── UCtrl_TemperatureGraph_Opt.zh.resx ├── UCtrl_Text_Circle_Opt.Designer.cs ├── UCtrl_Text_Circle_Opt.cs ├── UCtrl_Text_Circle_Opt.cs.resx ├── UCtrl_Text_Circle_Opt.de.resx ├── UCtrl_Text_Circle_Opt.en.resx ├── UCtrl_Text_Circle_Opt.es.resx ├── UCtrl_Text_Circle_Opt.fr.resx ├── UCtrl_Text_Circle_Opt.it.resx ├── UCtrl_Text_Circle_Opt.resx ├── UCtrl_Text_Circle_Opt.uk.resx ├── UCtrl_Text_Circle_Opt.zh.resx ├── UCtrl_Text_Opt.Designer.cs ├── UCtrl_Text_Opt.cs ├── UCtrl_Text_Opt.cs.resx ├── UCtrl_Text_Opt.de.resx ├── UCtrl_Text_Opt.en.resx ├── UCtrl_Text_Opt.es.resx ├── UCtrl_Text_Opt.fr.resx ├── UCtrl_Text_Opt.it.resx ├── UCtrl_Text_Opt.resx ├── UCtrl_Text_Opt.uk.resx ├── UCtrl_Text_Opt.zh.resx ├── UCtrl_Text_Rotate_Opt.Designer.cs ├── UCtrl_Text_Rotate_Opt.cs ├── UCtrl_Text_Rotate_Opt.cs.resx ├── UCtrl_Text_Rotate_Opt.de.resx ├── UCtrl_Text_Rotate_Opt.en.resx ├── UCtrl_Text_Rotate_Opt.es.resx ├── UCtrl_Text_Rotate_Opt.fr.resx ├── UCtrl_Text_Rotate_Opt.it.resx ├── UCtrl_Text_Rotate_Opt.resx ├── UCtrl_Text_Rotate_Opt.uk.resx ├── UCtrl_Text_Rotate_Opt.zh.resx ├── UCtrl_Text_SystemFont_Opt.Designer.cs ├── UCtrl_Text_SystemFont_Opt.cs ├── UCtrl_Text_SystemFont_Opt.cs.resx ├── UCtrl_Text_SystemFont_Opt.de.resx ├── UCtrl_Text_SystemFont_Opt.en.resx ├── UCtrl_Text_SystemFont_Opt.es.resx ├── UCtrl_Text_SystemFont_Opt.fr.resx ├── UCtrl_Text_SystemFont_Opt.it.resx ├── UCtrl_Text_SystemFont_Opt.resx ├── UCtrl_Text_SystemFont_Opt.uk.resx ├── UCtrl_Text_SystemFont_Opt.zh.resx ├── UCtrl_Text_Weather_Opt.Designer.cs ├── UCtrl_Text_Weather_Opt.cs ├── UCtrl_Text_Weather_Opt.cs.resx ├── UCtrl_Text_Weather_Opt.de.resx ├── UCtrl_Text_Weather_Opt.en.resx ├── UCtrl_Text_Weather_Opt.es.resx ├── UCtrl_Text_Weather_Opt.fr.resx ├── UCtrl_Text_Weather_Opt.it.resx ├── UCtrl_Text_Weather_Opt.resx ├── UCtrl_Text_Weather_Opt.uk.resx ├── UCtrl_Text_Weather_Opt.zh.resx ├── UCtrl_Weather_FewDays_Opt.Designer.cs ├── UCtrl_Weather_FewDays_Opt.cs ├── UCtrl_Weather_FewDays_Opt.cs.resx ├── UCtrl_Weather_FewDays_Opt.de.resx ├── UCtrl_Weather_FewDays_Opt.en.resx ├── UCtrl_Weather_FewDays_Opt.es.resx ├── UCtrl_Weather_FewDays_Opt.fr.resx ├── UCtrl_Weather_FewDays_Opt.it.resx ├── UCtrl_Weather_FewDays_Opt.resx ├── UCtrl_Weather_FewDays_Opt.uk.resx ├── UCtrl_Weather_FewDays_Opt.zh.resx ├── app.config └── packages.config ├── README.md ├── SplashScreen ├── App.config ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings └── SplashScreen.csproj ├── Watch_Face_Editor ├── App.config ├── AppIcon.ico ├── Classes │ ├── App_WatchFace.cs │ ├── Configurations.cs │ ├── ConvertingImages │ │ ├── ColorMap.cs │ │ ├── Footer.cs │ │ ├── Header.cs │ │ ├── ImageDescription.cs │ │ └── Image_data.cs │ ├── Prewiev_States_Json.cs │ ├── Program_Settings.cs │ ├── WatchFace │ │ ├── Elements.cs │ │ ├── Enum.cs │ │ └── WATCH_FACE.cs │ ├── WatchSkin.cs │ └── Watch_Face_Preview_Set.cs ├── EditableElemets.cs ├── File_templates │ ├── WatchFace.zpk │ ├── app.js │ ├── app.json │ └── index.js ├── Form1.Designer.cs ├── Form1.cs ├── Form1.cs.resx ├── Form1.de.resx ├── Form1.en.resx ├── Form1.es.resx ├── Form1.fr.resx ├── Form1.it.resx ├── Form1.resx ├── Form1.uk.resx ├── Form1.zh.resx ├── FormAddEditableElement.Designer.cs ├── FormAddEditableElement.cs ├── FormAddEditableElement.cs.resx ├── FormAddEditableElement.de.resx ├── FormAddEditableElement.en.resx ├── FormAddEditableElement.es.resx ├── FormAddEditableElement.fr.resx ├── FormAddEditableElement.it.resx ├── FormAddEditableElement.resx ├── FormAddEditableElement.uk.resx ├── FormAddEditableElement.zh.resx ├── FormAnimation.Designer.cs ├── FormAnimation.cs ├── FormAnimation.cs.resx ├── FormAnimation.de.resx ├── FormAnimation.en.resx ├── FormAnimation.es.resx ├── FormAnimation.fr.resx ├── FormAnimation.it.resx ├── FormAnimation.resx ├── FormAnimation.uk.resx ├── FormAnimation.zh.resx ├── FormFileExists.Designer.cs ├── FormFileExists.cs ├── FormFileExists.cs.resx ├── FormFileExists.de.resx ├── FormFileExists.en.resx ├── FormFileExists.es.resx ├── FormFileExists.fr.resx ├── FormFileExists.it.resx ├── FormFileExists.resx ├── FormFileExists.uk.resx ├── FormFileExists.zh.resx ├── FormPreview.Designer.cs ├── FormPreview.cs ├── FormPreview.resx ├── ImageConversion.cs ├── ImgConvert.cs ├── JSON_Scale.cs ├── Mask │ ├── mask_active_edge.png │ ├── mask_band_7.png │ ├── mask_bip_5.png │ ├── mask_bip_6.png │ ├── mask_falcon.png │ ├── mask_gtr_3.png │ ├── mask_gtr_3_pro.png │ ├── mask_gtr_4.png │ ├── mask_gts_3.png │ ├── mask_gts_4_mini.png │ └── shortcut_pointer.png ├── Options_ReadWrite.cs ├── Preview_main_screen.cs ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── ElementsString.Designer.cs │ ├── ElementsString.cs.Designer.cs │ ├── ElementsString.cs.resx │ ├── ElementsString.de.Designer.cs │ ├── ElementsString.de.resx │ ├── ElementsString.en.Designer.cs │ ├── ElementsString.en.resx │ ├── ElementsString.es.Designer.cs │ ├── ElementsString.es.resx │ ├── ElementsString.fr.Designer.cs │ ├── ElementsString.fr.resx │ ├── ElementsString.it.Designer.cs │ ├── ElementsString.it.resx │ ├── ElementsString.resx │ ├── ElementsString.uk.Designer.cs │ ├── ElementsString.uk.resx │ ├── ElementsString.zh.Designer.cs │ ├── ElementsString.zh.resx │ ├── FormStrings.Designer.cs │ ├── FormStrings.cs.Designer.cs │ ├── FormStrings.cs.resx │ ├── FormStrings.de.Designer.cs │ ├── FormStrings.de.resx │ ├── FormStrings.en.Designer.cs │ ├── FormStrings.en.resx │ ├── FormStrings.es.Designer.cs │ ├── FormStrings.es.resx │ ├── FormStrings.fr.Designer.cs │ ├── FormStrings.fr.resx │ ├── FormStrings.it.Designer.cs │ ├── FormStrings.it.resx │ ├── FormStrings.resx │ ├── FormStrings.uk.Designer.cs │ ├── FormStrings.uk.resx │ ├── FormStrings.zh.Designer.cs │ ├── FormStrings.zh.resx │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── ReadWriteJson.cs ├── Resources │ ├── Background-icon.png │ ├── Ionic-Qr-code.png │ ├── Logos-Administrative-Tools_16.png │ ├── Logos-Administrative-Tools_24.png │ ├── OpenSans-Regular.ttf │ ├── Roboto-Regular.ttf │ ├── Sidebar-Search_16.png │ ├── Sidebar-Search_24.png │ ├── Sports-Walking_16.png │ ├── Sports-Walking_24.png │ ├── Very-Basic-Calendar_16.png │ ├── Very-Basic-Calendar_24.png │ ├── WatchFace.zpk │ ├── Weather-Partly-Cloudy-Rain_16.png │ ├── Weather-Partly-Cloudy-Rain_24.png │ ├── YouTube.png │ ├── apps_icon.png │ ├── bmc_qr.png │ ├── clock-icon.png │ ├── gtr_3.png │ ├── image-remove-icon.png │ ├── logo_es_site.png │ ├── packaging.png │ ├── pictures-icon.png │ ├── sport_icon.png │ ├── tips_cs.rtf │ ├── tips_de.rtf │ ├── tips_en.rtf │ ├── tips_es.rtf │ ├── tips_fr.rtf │ ├── tips_it.rtf │ ├── tips_ru.rtf │ ├── tips_uk.rtf │ ├── tips_zh.rtf │ └── unpacking.png ├── Skin │ ├── Skin_Active_2.png │ ├── Skin_Active_2_Square.png │ ├── Skin_Amazfit_Band_7.png │ ├── Skin_Balance.png │ ├── Skin_Balance_2.png │ ├── Skin_Bip_5.png │ ├── Skin_Bip_6.png │ ├── Skin_Cheetah.png │ ├── Skin_Falcon.png │ ├── Skin_GTR_3.png │ ├── Skin_GTR_3_Pro.png │ ├── Skin_GTR_4.png │ ├── Skin_GTS_3.png │ ├── Skin_GTS_4_mini.png │ ├── Skin_T-Rex_2.png │ ├── Skin_T-Rex_3.png │ ├── Skin_T-Rex_3_Pro_44.png │ ├── Skin_T-Rex_3_Pro_48.png │ ├── WatchSkin_Active_2.json │ ├── WatchSkin_Active_2_Square.json │ ├── WatchSkin_Amazfit_Band_7.json │ ├── WatchSkin_Balance.json │ ├── WatchSkin_Balance_2.json │ ├── WatchSkin_Bip_5.json │ ├── WatchSkin_Bip_6.json │ ├── WatchSkin_Cheetah.json │ ├── WatchSkin_Falcon.json │ ├── WatchSkin_GTR_3.json │ ├── WatchSkin_GTR_3_Pro.json │ ├── WatchSkin_GTR_4.json │ ├── WatchSkin_GTS_3.json │ ├── WatchSkin_GTS_4_mini.json │ ├── WatchSkin_T_Rex_2.json │ ├── WatchSkin_T_Rex_3.json │ ├── WatchSkin_T_Rex_3_Pro_44.json │ └── WatchSkin_T_Rex_3_Pro_48.json ├── Watch_Face_Editor_(ZeppOS).csproj ├── Watch_Face_Editor_(ZeppOS).sln ├── app.manifest ├── license.txt ├── model_config │ └── configurations.json └── packages.config └── ZeppOS_Converter(VB) ├── Module.vb ├── My Project ├── Application.Designer.vb ├── Application.myapp ├── AssemblyInfo.vb ├── Resources.Designer.vb ├── Resources.resx ├── Settings.Designer.vb └── Settings.settings ├── ZeppOSConverter_VB.vb └── ZeppOS_Converter(VB).vbproj /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /AmazFit_Editor_(Watch_Face_Type_GT3).sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/AmazFit_Editor_(Watch_Face_Type_GT3).sln -------------------------------------------------------------------------------- /ControlLibrary/AddButtonFunction.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/AddButtonFunction.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/AddButtonFunction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/AddButtonFunction.cs -------------------------------------------------------------------------------- /ControlLibrary/AddButtonFunction.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/AddButtonFunction.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/AddButtonFunction.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/AddButtonFunction.de.resx -------------------------------------------------------------------------------- /ControlLibrary/AddButtonFunction.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/AddButtonFunction.en.resx -------------------------------------------------------------------------------- /ControlLibrary/AddButtonFunction.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/AddButtonFunction.es.resx -------------------------------------------------------------------------------- /ControlLibrary/AddButtonFunction.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/AddButtonFunction.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/AddButtonFunction.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/AddButtonFunction.it.resx -------------------------------------------------------------------------------- /ControlLibrary/AddButtonFunction.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/AddButtonFunction.resx -------------------------------------------------------------------------------- /ControlLibrary/AddButtonFunction.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/AddButtonFunction.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/AddButtonFunction.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/AddButtonFunction.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/AppUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/AppUtils.cs -------------------------------------------------------------------------------- /ControlLibrary/ControlLibrary.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/ControlLibrary.csproj -------------------------------------------------------------------------------- /ControlLibrary/EditToast.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/EditToast.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/EditToast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/EditToast.cs -------------------------------------------------------------------------------- /ControlLibrary/EditToast.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/EditToast.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/EditToast.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/EditToast.de.resx -------------------------------------------------------------------------------- /ControlLibrary/EditToast.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/EditToast.en.resx -------------------------------------------------------------------------------- /ControlLibrary/EditToast.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/EditToast.es.resx -------------------------------------------------------------------------------- /ControlLibrary/EditToast.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/EditToast.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/EditToast.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/EditToast.it.resx -------------------------------------------------------------------------------- /ControlLibrary/EditToast.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/EditToast.resx -------------------------------------------------------------------------------- /ControlLibrary/EditToast.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/EditToast.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/EditToast.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/EditToast.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_AQI_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_AQI_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_AQI_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_AQI_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Activity_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Activity_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Activity_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Activity_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_AlarmClock_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_AlarmClock_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Altimeter_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Altimeter_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Altimeter_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Altimeter_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_AnalogTime_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_AnalogTime_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Animation_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Animation_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Animation_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Animation_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Background_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Background_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Battery_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Battery_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Battery_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Battery_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_BioCharge_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_BioCharge_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_BioCharge_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_BioCharge_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_BodyTemp_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_BodyTemp_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_BodyTemp_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_BodyTemp_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Buttons_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Buttons_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Buttons_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Buttons_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Calories_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Calories_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Calories_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Calories_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Compass_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Compass_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Compass_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Compass_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_DateDay_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_DateDay_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_DateDay_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_DateDay_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_DateMonth_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_DateMonth_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_DateMonth_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_DateMonth_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_DateWeek_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_DateWeek_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_DateWeek_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_DateWeek_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_DateYear_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_DateYear_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_DateYear_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_DateYear_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_DigitalTime_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_DigitalTime_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Distance_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Distance_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Distance_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Distance_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_FatBurning_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_FatBurning_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Floor_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Floor_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Floor_Elm.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Floor_Elm.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Floor_Elm.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Floor_Elm.de.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Floor_Elm.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Floor_Elm.en.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Floor_Elm.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Floor_Elm.es.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Floor_Elm.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Floor_Elm.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Floor_Elm.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Floor_Elm.it.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Floor_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Floor_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Floor_Elm.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Floor_Elm.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Floor_Elm.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Floor_Elm.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_HRV_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_HRV_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_HRV_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_HRV_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Heart_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Heart_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Heart_Elm.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Heart_Elm.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Heart_Elm.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Heart_Elm.de.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Heart_Elm.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Heart_Elm.en.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Heart_Elm.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Heart_Elm.es.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Heart_Elm.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Heart_Elm.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Heart_Elm.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Heart_Elm.it.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Heart_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Heart_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Heart_Elm.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Heart_Elm.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Heart_Elm.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Heart_Elm.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Humidity_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Humidity_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Humidity_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Humidity_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Image_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Image_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Image_Elm.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Image_Elm.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Image_Elm.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Image_Elm.de.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Image_Elm.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Image_Elm.en.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Image_Elm.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Image_Elm.es.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Image_Elm.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Image_Elm.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Image_Elm.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Image_Elm.it.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Image_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Image_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Image_Elm.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Image_Elm.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Image_Elm.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Image_Elm.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_JSscript_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_JSscript_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_JSscript_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_JSscript_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Moon_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Moon_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Moon_Elm.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Moon_Elm.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Moon_Elm.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Moon_Elm.de.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Moon_Elm.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Moon_Elm.en.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Moon_Elm.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Moon_Elm.es.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Moon_Elm.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Moon_Elm.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Moon_Elm.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Moon_Elm.it.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Moon_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Moon_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Moon_Elm.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Moon_Elm.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Moon_Elm.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Moon_Elm.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_PAI_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_PAI_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_PAI_Elm.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_PAI_Elm.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_PAI_Elm.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_PAI_Elm.de.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_PAI_Elm.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_PAI_Elm.en.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_PAI_Elm.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_PAI_Elm.es.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_PAI_Elm.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_PAI_Elm.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_PAI_Elm.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_PAI_Elm.it.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_PAI_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_PAI_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_PAI_Elm.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_PAI_Elm.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_PAI_Elm.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_PAI_Elm.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Readiness_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Readiness_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Readiness_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Readiness_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Shortcuts_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Shortcuts_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Shortcuts_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Shortcuts_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_SpO2_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_SpO2_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_SpO2_Elm.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_SpO2_Elm.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_SpO2_Elm.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_SpO2_Elm.de.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_SpO2_Elm.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_SpO2_Elm.en.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_SpO2_Elm.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_SpO2_Elm.es.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_SpO2_Elm.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_SpO2_Elm.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_SpO2_Elm.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_SpO2_Elm.it.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_SpO2_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_SpO2_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_SpO2_Elm.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_SpO2_Elm.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_SpO2_Elm.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_SpO2_Elm.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stand_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stand_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stand_Elm.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stand_Elm.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stand_Elm.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stand_Elm.de.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stand_Elm.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stand_Elm.en.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stand_Elm.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stand_Elm.es.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stand_Elm.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stand_Elm.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stand_Elm.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stand_Elm.it.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stand_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stand_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stand_Elm.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stand_Elm.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stand_Elm.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stand_Elm.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Statuses_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Statuses_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Statuses_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Statuses_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Steps_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Steps_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Steps_Elm.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Steps_Elm.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Steps_Elm.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Steps_Elm.de.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Steps_Elm.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Steps_Elm.en.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Steps_Elm.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Steps_Elm.es.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Steps_Elm.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Steps_Elm.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Steps_Elm.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Steps_Elm.it.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Steps_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Steps_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Steps_Elm.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Steps_Elm.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Steps_Elm.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Steps_Elm.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stress_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stress_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stress_Elm.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stress_Elm.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stress_Elm.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stress_Elm.de.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stress_Elm.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stress_Elm.en.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stress_Elm.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stress_Elm.es.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stress_Elm.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stress_Elm.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stress_Elm.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stress_Elm.it.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stress_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stress_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stress_Elm.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stress_Elm.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Stress_Elm.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Stress_Elm.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Sunrise_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Sunrise_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Sunrise_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Sunrise_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_TimeCircle_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_TimeCircle_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_TopImage_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_TopImage_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_TopImage_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_TopImage_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_UVIndex_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_UVIndex_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_UVIndex_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_UVIndex_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_VO2Max_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_VO2Max_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_VO2Max_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_VO2Max_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Weather_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Weather_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Weather_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Weather_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Weather_Elm_v2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Weather_Elm_v2.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Wind_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Wind_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Wind_Elm.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Wind_Elm.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Wind_Elm.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Wind_Elm.de.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Wind_Elm.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Wind_Elm.en.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Wind_Elm.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Wind_Elm.es.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Wind_Elm.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Wind_Elm.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Wind_Elm.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Wind_Elm.it.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Wind_Elm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Wind_Elm.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Wind_Elm.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Wind_Elm.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_Wind_Elm.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_Wind_Elm.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/Elements/UCtrl_WorldClock_Elm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Elements/UCtrl_WorldClock_Elm.cs -------------------------------------------------------------------------------- /ControlLibrary/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ControlLibrary/Properties/ButtonFunctions.cs.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/ButtonFunctions.de.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/ButtonFunctions.en.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/ButtonFunctions.es.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/ButtonFunctions.fr.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/ButtonFunctions.it.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/ButtonFunctions.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/ButtonFunctions.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/ButtonFunctions.uk.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/ButtonFunctions.zh.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Buttons.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.cs.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Buttons.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.de.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Buttons.de.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.en.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Buttons.en.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.es.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Buttons.es.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.fr.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Buttons.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.it.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Buttons.it.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Buttons.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.uk.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Buttons.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.zh.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Buttons.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Buttons.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Resources.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.cs.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Strings.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.de.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Strings.de.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.en.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Strings.en.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.es.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Strings.es.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.fr.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Strings.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.it.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Strings.it.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Strings.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.uk.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Strings.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.zh.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Strings.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/Properties/Strings1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Properties/Strings1.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/Resources/App.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/App.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/Background-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/Background-icon.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/JavaScript.16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/JavaScript.16.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/Script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/Script.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/SpO2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/SpO2.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/Sports.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/Sports.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/Tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/Tools.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/UVIndex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/UVIndex.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/activity_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/activity_icon.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/activitys_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/activitys_icon.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/air_quality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/air_quality.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/alarm_clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/alarm_clock.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/analog_time_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/analog_time_18.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/animation.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/arrow_down.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/arrow_right.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/barometer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/barometer.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/barometer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/barometer1.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/battery.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/bio_charge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/bio_charge.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/bluetooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/bluetooth.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/body_temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/body_temp.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/button.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/calendar_month_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/calendar_month_18.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/calories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/calories.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/category.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/category.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/chart.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/chart2line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/chart2line.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/circle_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/circle_scale.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/circle_time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/circle_time.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/compass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/compass.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/copy prop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/copy prop.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/digital-clock-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/digital-clock-icon.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/direction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/direction.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/edit_attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/edit_attributes.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/fat_burning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/fat_burning.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/floor.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/frame_anim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/frame_anim.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/health.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/heart.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/help.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/hr_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/hr_icon.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/hr_min_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/hr_min_icon.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/hrv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/hrv.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/humidity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/humidity.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/images_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/images_18.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/javascript.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/launch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/launch.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/linear_scale_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/linear_scale_18.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/location.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/min_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/min_icon.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/moon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/moon.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/motion_anim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/motion_anim.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/note-delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/note-delete.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/note-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/note-edit.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/note-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/note-plus.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/note-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/note-text.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/on_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/on_off.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/pai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/pai.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/pai1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/pai1.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/pai2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/pai2.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/palette.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/paste prop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/paste prop.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/pointer.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/readiness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/readiness.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/repeating signal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/repeating signal.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/rotate_anim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/rotate_anim.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/sec_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/sec_icon.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/segment_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/segment_18.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/settings_wfd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/settings_wfd.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/shortcut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/shortcut.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/stand_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/stand_icon.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/stand_icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/stand_icon1.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/stand_icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/stand_icon2.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/steps.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/stress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/stress.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/stress1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/stress1.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/sunrise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/sunrise.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/temp_max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/temp_max.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/temp_max_min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/temp_max_min.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/temp_min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/temp_min.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/text-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/text-icon.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/text_fields.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/text_fields.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/text_rotation_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/text_rotation_18.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/toggle_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/toggle_on.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/training_load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/training_load.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/trainings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/trainings.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/vo2_max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/vo2_max.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/wallpaper.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/wallpaper_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/wallpaper_18.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/weather.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/weatherIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/weatherIcon.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/week_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/week_18.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/wind.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/world_clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/world_clock.png -------------------------------------------------------------------------------- /ControlLibrary/Resources/year_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/Resources/year_18.png -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_AmPm_Opt.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_AmPm_Opt.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_AmPm_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_AmPm_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_AmPm_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_AmPm_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_AmPm_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_AmPm_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_AmPm_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_AmPm_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_AmPm_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_AmPm_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_AmPm_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_AmPm_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_AmPm_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_AmPm_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_AmPm_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_AmPm_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_AmPm_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_AmPm_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_AmPm_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_AmPm_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Animation_Frame_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Animation_Frame_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Animation_Frame_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Animation_Frame_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Animation_Frame_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Animation_Frame_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Animation_Frame_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Animation_Frame_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Animation_Frame_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Animation_Frame_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Animation_Frame_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Animation_Frame_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Animation_Frame_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Animation_Frame_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Animation_Frame_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Animation_Frame_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Animation_Frame_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Animation_Frame_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Animation_Frame_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Animation_Frame_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Animation_Motion_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Animation_Motion_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Animation_Motion_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Animation_Motion_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Animation_Rotate_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Animation_Rotate_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Animation_Rotate_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Animation_Rotate_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Background_Opt.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Background_Opt.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Background_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Background_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Background_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Background_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Background_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Background_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Background_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Background_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Background_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Background_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Background_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Background_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Background_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Background_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Background_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Background_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Background_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Background_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Background_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Background_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_ButtonOne_Opt.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_ButtonOne_Opt.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_ButtonOne_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_ButtonOne_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_ButtonOne_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_ButtonOne_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_ButtonOne_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_ButtonOne_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_ButtonOne_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_ButtonOne_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_ButtonOne_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_ButtonOne_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_ButtonOne_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_ButtonOne_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_ButtonOne_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_ButtonOne_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_ButtonOne_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_ButtonOne_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_ButtonOne_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_ButtonOne_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_ButtonOne_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_ButtonOne_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Button_Opt.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Button_Opt.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Button_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Button_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Button_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Button_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Button_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Button_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Button_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Button_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Button_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Button_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Button_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Button_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Button_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Button_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Button_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Button_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Button_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Button_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Button_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Button_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Circle_Scale_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Circle_Scale_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Circle_Scale_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Circle_Scale_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Circle_Scale_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Circle_Scale_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Circle_Scale_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Circle_Scale_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Circle_Scale_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Circle_Scale_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Circle_Scale_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Circle_Scale_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Circle_Scale_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Circle_Scale_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Circle_Scale_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Circle_Scale_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Circle_Scale_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Circle_Scale_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Circle_Scale_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Circle_Scale_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_DisconnectAlert_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_DisconnectAlert_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_DisconnectAlert_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_DisconnectAlert_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_DisconnectAlert_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_DisconnectAlert_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_DisconnectAlert_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_DisconnectAlert_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_DisconnectAlert_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_DisconnectAlert_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_DisconnectAlert_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_DisconnectAlert_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_DisconnectAlert_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_DisconnectAlert_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_DisconnectAlert_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_DisconnectAlert_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_DisconnectAlert_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_DisconnectAlert_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_DisconnectAlert_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_DisconnectAlert_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_EditableBackground_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_EditableBackground_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_EditableBackground_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_EditableBackground_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_EditableElemets_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_EditableElemets_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_EditableElemets_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_EditableElemets_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_EditableElemets_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_EditableElemets_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_EditableElemets_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_EditableElemets_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_EditableElemets_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_EditableElemets_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_EditableElemets_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_EditableElemets_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_EditableElemets_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_EditableElemets_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_EditableElemets_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_EditableElemets_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_EditableElemets_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_EditableElemets_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_EditableElemets_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_EditableElemets_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_EditableTimePointer_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_EditableTimePointer_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Icon_Opt.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Icon_Opt.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Icon_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Icon_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Icon_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Icon_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Icon_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Icon_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Icon_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Icon_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Icon_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Icon_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Icon_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Icon_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Icon_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Icon_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Icon_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Icon_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Icon_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Icon_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Icon_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Icon_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Images_Opt.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Images_Opt.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Images_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Images_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Images_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Images_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Images_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Images_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Images_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Images_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Images_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Images_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Images_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Images_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Images_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Images_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Images_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Images_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Images_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Images_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Images_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Images_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_JS_script_Opt.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_JS_script_Opt.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_JS_script_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_JS_script_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_JS_script_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_JS_script_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_JS_script_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_JS_script_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_JS_script_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_JS_script_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_JS_script_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_JS_script_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_JS_script_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_JS_script_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_JS_script_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_JS_script_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_JS_script_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_JS_script_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_JS_script_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_JS_script_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_JS_script_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_JS_script_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Linear_Scale_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Linear_Scale_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Linear_Scale_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Linear_Scale_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Linear_Scale_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Linear_Scale_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Linear_Scale_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Linear_Scale_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Linear_Scale_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Linear_Scale_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Linear_Scale_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Linear_Scale_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Linear_Scale_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Linear_Scale_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Linear_Scale_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Linear_Scale_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Linear_Scale_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Linear_Scale_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Linear_Scale_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Linear_Scale_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Pointer_Opt.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Pointer_Opt.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Pointer_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Pointer_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Pointer_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Pointer_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Pointer_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Pointer_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Pointer_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Pointer_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Pointer_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Pointer_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Pointer_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Pointer_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Pointer_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Pointer_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Pointer_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Pointer_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Pointer_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Pointer_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Pointer_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Pointer_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_RepeatingAlert_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_RepeatingAlert_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_RepeatingAlert_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_RepeatingAlert_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_RepeatingAlert_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_RepeatingAlert_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_RepeatingAlert_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_RepeatingAlert_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_RepeatingAlert_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_RepeatingAlert_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Segments_Opt.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Segments_Opt.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Segments_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Segments_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Segments_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Segments_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Segments_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Segments_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Segments_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Segments_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Segments_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Segments_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Segments_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Segments_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Segments_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Segments_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Segments_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Segments_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Segments_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Segments_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Segments_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Segments_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Set.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Set.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Set.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Set.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Set.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Set.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Set.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Set.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Set.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Set.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Set.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Set.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Set.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Set.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Set.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Set.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Set.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Set.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Set.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Set.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Set.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Set.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Shortcut_Opt.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Shortcut_Opt.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Shortcut_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Shortcut_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Shortcut_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Shortcut_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Shortcut_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Shortcut_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Shortcut_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Shortcut_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Shortcut_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Shortcut_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Shortcut_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Shortcut_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Shortcut_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Shortcut_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Shortcut_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Shortcut_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Shortcut_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Shortcut_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Shortcut_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Shortcut_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_SmoothSeconds_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_SmoothSeconds_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_SmoothSeconds_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_SmoothSeconds_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_SmoothSeconds_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_SmoothSeconds_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_SmoothSeconds_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_SmoothSeconds_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_SmoothSeconds_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_SmoothSeconds_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_SmoothSeconds_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_SmoothSeconds_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_SmoothSeconds_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_SmoothSeconds_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_SmoothSeconds_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_SmoothSeconds_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_SmoothSeconds_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_SmoothSeconds_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_SmoothSeconds_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_SmoothSeconds_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Switch_BG_Color_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Switch_BG_Color_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Switch_BG_Color_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Switch_BG_Color_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Switch_Background_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Switch_Background_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_TemperatureGraph_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_TemperatureGraph_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_TemperatureGraph_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_TemperatureGraph_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Circle_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Circle_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Circle_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Circle_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Circle_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Circle_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Circle_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Circle_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Circle_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Circle_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Circle_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Circle_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Circle_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Circle_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Circle_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Circle_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Circle_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Circle_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Circle_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Circle_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Opt.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Opt.Designer.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Rotate_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Rotate_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Rotate_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Rotate_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Rotate_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Rotate_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Rotate_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Rotate_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Rotate_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Rotate_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Rotate_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Rotate_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Rotate_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Rotate_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Rotate_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Rotate_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Rotate_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Rotate_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Rotate_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Rotate_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_SystemFont_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_SystemFont_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_SystemFont_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_SystemFont_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Weather_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Weather_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Weather_Opt.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Weather_Opt.cs.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Weather_Opt.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Weather_Opt.de.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Weather_Opt.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Weather_Opt.en.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Weather_Opt.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Weather_Opt.es.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Weather_Opt.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Weather_Opt.fr.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Weather_Opt.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Weather_Opt.it.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Weather_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Weather_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Weather_Opt.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Weather_Opt.uk.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Text_Weather_Opt.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Text_Weather_Opt.zh.resx -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Weather_FewDays_Opt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Weather_FewDays_Opt.cs -------------------------------------------------------------------------------- /ControlLibrary/UCtrl_Weather_FewDays_Opt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/UCtrl_Weather_FewDays_Opt.resx -------------------------------------------------------------------------------- /ControlLibrary/app.config: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ControlLibrary/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ControlLibrary/packages.config -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/README.md -------------------------------------------------------------------------------- /SplashScreen/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/SplashScreen/App.config -------------------------------------------------------------------------------- /SplashScreen/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/SplashScreen/Form1.Designer.cs -------------------------------------------------------------------------------- /SplashScreen/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/SplashScreen/Form1.cs -------------------------------------------------------------------------------- /SplashScreen/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/SplashScreen/Form1.resx -------------------------------------------------------------------------------- /SplashScreen/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/SplashScreen/Program.cs -------------------------------------------------------------------------------- /SplashScreen/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/SplashScreen/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SplashScreen/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/SplashScreen/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /SplashScreen/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/SplashScreen/Properties/Resources.resx -------------------------------------------------------------------------------- /SplashScreen/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/SplashScreen/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /SplashScreen/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/SplashScreen/Properties/Settings.settings -------------------------------------------------------------------------------- /SplashScreen/SplashScreen.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/SplashScreen/SplashScreen.csproj -------------------------------------------------------------------------------- /Watch_Face_Editor/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/App.config -------------------------------------------------------------------------------- /Watch_Face_Editor/AppIcon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/AppIcon.ico -------------------------------------------------------------------------------- /Watch_Face_Editor/Classes/App_WatchFace.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Classes/App_WatchFace.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/Classes/Configurations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Classes/Configurations.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/Classes/Program_Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Classes/Program_Settings.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/Classes/WatchFace/Enum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Classes/WatchFace/Enum.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/Classes/WatchSkin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Classes/WatchSkin.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/EditableElemets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/EditableElemets.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/File_templates/WatchFace.zpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/File_templates/WatchFace.zpk -------------------------------------------------------------------------------- /Watch_Face_Editor/File_templates/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/File_templates/app.js -------------------------------------------------------------------------------- /Watch_Face_Editor/File_templates/app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/File_templates/app.json -------------------------------------------------------------------------------- /Watch_Face_Editor/File_templates/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/File_templates/index.js -------------------------------------------------------------------------------- /Watch_Face_Editor/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Form1.Designer.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Form1.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/Form1.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Form1.cs.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/Form1.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Form1.de.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/Form1.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Form1.en.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/Form1.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Form1.es.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/Form1.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Form1.fr.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/Form1.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Form1.it.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Form1.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/Form1.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Form1.uk.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/Form1.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Form1.zh.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormAddEditableElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormAddEditableElement.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/FormAddEditableElement.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormAddEditableElement.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormAnimation.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormAnimation.Designer.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/FormAnimation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormAnimation.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/FormAnimation.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormAnimation.cs.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormAnimation.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormAnimation.de.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormAnimation.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormAnimation.en.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormAnimation.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormAnimation.es.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormAnimation.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormAnimation.fr.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormAnimation.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormAnimation.it.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormAnimation.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormAnimation.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormAnimation.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormAnimation.uk.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormAnimation.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormAnimation.zh.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormFileExists.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormFileExists.Designer.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/FormFileExists.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormFileExists.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/FormFileExists.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormFileExists.cs.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormFileExists.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormFileExists.de.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormFileExists.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormFileExists.en.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormFileExists.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormFileExists.es.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormFileExists.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormFileExists.fr.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormFileExists.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormFileExists.it.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormFileExists.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormFileExists.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormFileExists.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormFileExists.uk.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormFileExists.zh.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormFileExists.zh.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/FormPreview.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormPreview.Designer.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/FormPreview.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormPreview.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/FormPreview.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/FormPreview.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/ImageConversion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/ImageConversion.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/ImgConvert.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/ImgConvert.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/JSON_Scale.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/JSON_Scale.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/Mask/mask_active_edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Mask/mask_active_edge.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Mask/mask_band_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Mask/mask_band_7.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Mask/mask_bip_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Mask/mask_bip_5.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Mask/mask_bip_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Mask/mask_bip_6.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Mask/mask_falcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Mask/mask_falcon.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Mask/mask_gtr_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Mask/mask_gtr_3.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Mask/mask_gtr_3_pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Mask/mask_gtr_3_pro.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Mask/mask_gtr_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Mask/mask_gtr_4.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Mask/mask_gts_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Mask/mask_gts_3.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Mask/mask_gts_4_mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Mask/mask_gts_4_mini.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Mask/shortcut_pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Mask/shortcut_pointer.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Options_ReadWrite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Options_ReadWrite.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/Preview_main_screen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Preview_main_screen.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Program.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/ElementsString.cs.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/ElementsString.de.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/ElementsString.en.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/ElementsString.es.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/ElementsString.fr.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/ElementsString.it.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/ElementsString.uk.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/ElementsString.zh.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/FormStrings.cs.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/FormStrings.de.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/FormStrings.en.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/FormStrings.es.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/FormStrings.fr.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/FormStrings.it.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/FormStrings.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Properties/FormStrings.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/FormStrings.uk.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/FormStrings.zh.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Properties/Resources.resx -------------------------------------------------------------------------------- /Watch_Face_Editor/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Properties/Settings.settings -------------------------------------------------------------------------------- /Watch_Face_Editor/ReadWriteJson.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/ReadWriteJson.cs -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/Ionic-Qr-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/Ionic-Qr-code.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/Roboto-Regular.ttf -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/WatchFace.zpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/WatchFace.zpk -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/YouTube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/YouTube.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/apps_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/apps_icon.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/bmc_qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/bmc_qr.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/clock-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/clock-icon.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/gtr_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/gtr_3.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/logo_es_site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/logo_es_site.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/packaging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/packaging.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/pictures-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/pictures-icon.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/sport_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/sport_icon.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/tips_cs.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/tips_cs.rtf -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/tips_de.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/tips_de.rtf -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/tips_en.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/tips_en.rtf -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/tips_es.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/tips_es.rtf -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/tips_fr.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/tips_fr.rtf -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/tips_it.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/tips_it.rtf -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/tips_ru.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/tips_ru.rtf -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/tips_uk.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/tips_uk.rtf -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/tips_zh.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/tips_zh.rtf -------------------------------------------------------------------------------- /Watch_Face_Editor/Resources/unpacking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Resources/unpacking.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_Active_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_Active_2.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_Amazfit_Band_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_Amazfit_Band_7.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_Balance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_Balance.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_Balance_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_Balance_2.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_Bip_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_Bip_5.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_Bip_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_Bip_6.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_Cheetah.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_Cheetah.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_Falcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_Falcon.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_GTR_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_GTR_3.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_GTR_3_Pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_GTR_3_Pro.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_GTR_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_GTR_4.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_GTS_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_GTS_3.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_GTS_4_mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_GTS_4_mini.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_T-Rex_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_T-Rex_2.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_T-Rex_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_T-Rex_3.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_T-Rex_3_Pro_44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_T-Rex_3_Pro_44.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/Skin_T-Rex_3_Pro_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/Skin_T-Rex_3_Pro_48.png -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/WatchSkin_Active_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/WatchSkin_Active_2.json -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/WatchSkin_Balance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/WatchSkin_Balance.json -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/WatchSkin_Bip_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/WatchSkin_Bip_5.json -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/WatchSkin_Bip_6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/WatchSkin_Bip_6.json -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/WatchSkin_Cheetah.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/WatchSkin_Cheetah.json -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/WatchSkin_Falcon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/WatchSkin_Falcon.json -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/WatchSkin_GTR_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/WatchSkin_GTR_3.json -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/WatchSkin_GTR_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/WatchSkin_GTR_4.json -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/WatchSkin_GTS_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/WatchSkin_GTS_3.json -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/WatchSkin_T_Rex_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/WatchSkin_T_Rex_2.json -------------------------------------------------------------------------------- /Watch_Face_Editor/Skin/WatchSkin_T_Rex_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/Skin/WatchSkin_T_Rex_3.json -------------------------------------------------------------------------------- /Watch_Face_Editor/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/app.manifest -------------------------------------------------------------------------------- /Watch_Face_Editor/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/license.txt -------------------------------------------------------------------------------- /Watch_Face_Editor/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/Watch_Face_Editor/packages.config -------------------------------------------------------------------------------- /ZeppOS_Converter(VB)/Module.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ZeppOS_Converter(VB)/Module.vb -------------------------------------------------------------------------------- /ZeppOS_Converter(VB)/My Project/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ZeppOS_Converter(VB)/My Project/Resources.resx -------------------------------------------------------------------------------- /ZeppOS_Converter(VB)/ZeppOSConverter_VB.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SashaCX75/Watch-face-editor-for-Amazfit-watch-on-ZeppOS/HEAD/ZeppOS_Converter(VB)/ZeppOSConverter_VB.vb --------------------------------------------------------------------------------