DockerFluxDC/components/user_ui/screens/ui_ScreenAllBPMStart.c
2025-11-28 15:26:05 +00:00

363 lines
18 KiB
C

// This file was generated by SquareLine Studio
// SquareLine Studio version: SquareLine Studio 1.5.4
// LVGL version: 8.3.11
// Project name: SquareLine_Project
#include "../ui.h"
lv_obj_t * ui_ScreenAllBPMStart = NULL;
lv_obj_t * ui_ButtonUseInstr3 = NULL;
lv_obj_t * ui_LabelOnbuttonAll = NULL;
lv_obj_t * ui_ButtonUseInstr1 = NULL;
lv_obj_t * ui_Label8 = NULL;
lv_obj_t * ui_Container1 = NULL;
lv_obj_t * ui_Label15 = NULL;
lv_obj_t * ui_Label18 = NULL;
lv_obj_t * ui_Label17 = NULL;
lv_obj_t * ui_Label19 = NULL;
lv_obj_t * ui_Label20 = NULL;
lv_obj_t * ui_Label21 = NULL;
lv_obj_t * ui_Container2 = NULL;
lv_obj_t * ui_Label15BPM = NULL;
lv_obj_t * ui_Label20BPM = NULL;
lv_obj_t * ui_Label25BPM = NULL;
lv_obj_t * ui_Label30BPM = NULL;
lv_obj_t * ui_Label35BPM = NULL;
lv_obj_t * ui_Label40BPM = NULL;
lv_obj_t * ui_Label16 = NULL;
lv_obj_t * ui_DropdownTimesAll = NULL;
lv_obj_t * ui_Label23 = NULL;
lv_obj_t * ui_Label22 = NULL;
lv_obj_t * ui_Label25 = NULL;
lv_obj_t * ui_BarAll = NULL;
// event funtions
void ui_event_ButtonUseInstr3(lv_event_t * e)
{
lv_event_code_t event_code = lv_event_get_code(e);
if(event_code == LV_EVENT_CLICKED) {
event_all_start(e);
}
}
void ui_event_ButtonUseInstr1(lv_event_t * e)
{
lv_event_code_t event_code = lv_event_get_code(e);
if(event_code == LV_EVENT_CLICKED) {
_ui_screen_change(&ui_ScreenMain, LV_SCR_LOAD_ANIM_MOVE_RIGHT, 300, 0, &ui_ScreenMain_screen_init);
}
}
// build funtions
void ui_ScreenAllBPMStart_screen_init(void)
{
ui_ScreenAllBPMStart = lv_obj_create(NULL);
lv_obj_clear_flag(ui_ScreenAllBPMStart, LV_OBJ_FLAG_SCROLLABLE); /// Flags
lv_obj_set_style_bg_color(ui_ScreenAllBPMStart, lv_color_hex(0xA6DAF8), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_bg_opa(ui_ScreenAllBPMStart, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_ButtonUseInstr3 = lv_btn_create(ui_ScreenAllBPMStart);
lv_obj_set_width(ui_ButtonUseInstr3, 248);
lv_obj_set_height(ui_ButtonUseInstr3, 50);
lv_obj_set_x(ui_ButtonUseInstr3, 0);
lv_obj_set_y(ui_ButtonUseInstr3, 128);
lv_obj_set_align(ui_ButtonUseInstr3, LV_ALIGN_CENTER);
lv_obj_add_flag(ui_ButtonUseInstr3, LV_OBJ_FLAG_SCROLL_ON_FOCUS); /// Flags
lv_obj_clear_flag(ui_ButtonUseInstr3, LV_OBJ_FLAG_SCROLLABLE); /// Flags
lv_obj_set_style_bg_color(ui_ButtonUseInstr3, lv_color_hex(0x398EDA), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_bg_opa(ui_ButtonUseInstr3, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_color(ui_ButtonUseInstr3, lv_color_hex(0x808080), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_ButtonUseInstr3, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_ButtonUseInstr3, &lv_font_montserrat_14, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_LabelOnbuttonAll = lv_label_create(ui_ButtonUseInstr3);
lv_obj_set_width(ui_LabelOnbuttonAll, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_LabelOnbuttonAll, LV_SIZE_CONTENT); /// 1
lv_obj_set_align(ui_LabelOnbuttonAll, LV_ALIGN_CENTER);
lv_label_set_text(ui_LabelOnbuttonAll, "开始测试");
lv_obj_set_style_text_color(ui_LabelOnbuttonAll, lv_color_hex(0xFCF8F8), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_LabelOnbuttonAll, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_LabelOnbuttonAll, &ui_font_Mi25Medium, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_ButtonUseInstr1 = lv_btn_create(ui_ScreenAllBPMStart);
lv_obj_set_width(ui_ButtonUseInstr1, 248);
lv_obj_set_height(ui_ButtonUseInstr1, 50);
lv_obj_set_x(ui_ButtonUseInstr1, 0);
lv_obj_set_y(ui_ButtonUseInstr1, 189);
lv_obj_set_align(ui_ButtonUseInstr1, LV_ALIGN_CENTER);
lv_obj_add_flag(ui_ButtonUseInstr1, LV_OBJ_FLAG_SCROLL_ON_FOCUS); /// Flags
lv_obj_clear_flag(ui_ButtonUseInstr1, LV_OBJ_FLAG_SCROLLABLE); /// Flags
lv_obj_set_style_bg_color(ui_ButtonUseInstr1, lv_color_hex(0x398EDA), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_bg_opa(ui_ButtonUseInstr1, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_color(ui_ButtonUseInstr1, lv_color_hex(0x808080), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_ButtonUseInstr1, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_ButtonUseInstr1, &lv_font_montserrat_14, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label8 = lv_label_create(ui_ButtonUseInstr1);
lv_obj_set_width(ui_Label8, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label8, LV_SIZE_CONTENT); /// 1
lv_obj_set_align(ui_Label8, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label8, "回主页");
lv_obj_set_style_text_color(ui_Label8, lv_color_hex(0xFCF8F8), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label8, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label8, &ui_font_Mi25Medium, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Container1 = lv_obj_create(ui_ScreenAllBPMStart);
lv_obj_remove_style_all(ui_Container1);
lv_obj_set_width(ui_Container1, 104);
lv_obj_set_height(ui_Container1, 183);
lv_obj_set_x(ui_Container1, -83);
lv_obj_set_y(ui_Container1, -94);
lv_obj_set_align(ui_Container1, LV_ALIGN_CENTER);
lv_obj_clear_flag(ui_Container1, LV_OBJ_FLAG_CLICKABLE | LV_OBJ_FLAG_SCROLLABLE); /// Flags
ui_Label15 = lv_label_create(ui_Container1);
lv_obj_set_width(ui_Label15, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label15, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label15, 0);
lv_obj_set_y(ui_Label15, -77);
lv_obj_set_align(ui_Label15, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label15, "15BPM");
lv_obj_set_style_text_color(ui_Label15, lv_color_hex(0x000103), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label15, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label15, &ui_font_Mi22Normal, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label18 = lv_label_create(ui_Container1);
lv_obj_set_width(ui_Label18, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label18, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label18, 0);
lv_obj_set_y(ui_Label18, -16);
lv_obj_set_align(ui_Label18, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label18, "25BPM");
lv_obj_set_style_text_color(ui_Label18, lv_color_hex(0x000103), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label18, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label18, &ui_font_Mi22Normal, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label17 = lv_label_create(ui_Container1);
lv_obj_set_width(ui_Label17, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label17, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label17, 0);
lv_obj_set_y(ui_Label17, -49);
lv_obj_set_align(ui_Label17, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label17, "20BPM");
lv_obj_set_style_text_color(ui_Label17, lv_color_hex(0x000103), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label17, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label17, &ui_font_Mi22Normal, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label19 = lv_label_create(ui_Container1);
lv_obj_set_width(ui_Label19, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label19, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label19, 0);
lv_obj_set_y(ui_Label19, 14);
lv_obj_set_align(ui_Label19, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label19, "30BPM");
lv_obj_set_style_text_color(ui_Label19, lv_color_hex(0x000103), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label19, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label19, &ui_font_Mi22Normal, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label20 = lv_label_create(ui_Container1);
lv_obj_set_width(ui_Label20, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label20, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label20, 0);
lv_obj_set_y(ui_Label20, 45);
lv_obj_set_align(ui_Label20, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label20, "35BPM");
lv_obj_set_style_text_color(ui_Label20, lv_color_hex(0x000103), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label20, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label20, &ui_font_Mi22Normal, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label21 = lv_label_create(ui_Container1);
lv_obj_set_width(ui_Label21, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label21, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label21, 0);
lv_obj_set_y(ui_Label21, 75);
lv_obj_set_align(ui_Label21, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label21, "40BPM");
lv_obj_set_style_text_color(ui_Label21, lv_color_hex(0x000103), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label21, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label21, &ui_font_Mi22Normal, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Container2 = lv_obj_create(ui_ScreenAllBPMStart);
lv_obj_remove_style_all(ui_Container2);
lv_obj_set_width(ui_Container2, 100);
lv_obj_set_height(ui_Container2, 347);
lv_obj_set_x(ui_Container2, 0);
lv_obj_set_y(ui_Container2, -16);
lv_obj_set_align(ui_Container2, LV_ALIGN_CENTER);
lv_obj_clear_flag(ui_Container2, LV_OBJ_FLAG_CLICKABLE | LV_OBJ_FLAG_SCROLLABLE); /// Flags
ui_Label15BPM = lv_label_create(ui_Container2);
lv_obj_set_width(ui_Label15BPM, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label15BPM, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label15BPM, 18);
lv_obj_set_y(ui_Label15BPM, -157);
lv_obj_set_align(ui_Label15BPM, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label15BPM, "16.7");
lv_obj_set_style_text_color(ui_Label15BPM, lv_color_hex(0x000103), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label15BPM, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_decor(ui_Label15BPM, LV_TEXT_DECOR_UNDERLINE, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label15BPM, &ui_font_LENOVO22, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label20BPM = lv_label_create(ui_Container2);
lv_obj_set_width(ui_Label20BPM, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label20BPM, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label20BPM, 18);
lv_obj_set_y(ui_Label20BPM, -129);
lv_obj_set_align(ui_Label20BPM, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label20BPM, "16.7");
lv_obj_set_style_text_color(ui_Label20BPM, lv_color_hex(0x000103), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label20BPM, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_decor(ui_Label20BPM, LV_TEXT_DECOR_UNDERLINE, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label20BPM, &ui_font_LENOVO22, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label25BPM = lv_label_create(ui_Container2);
lv_obj_set_width(ui_Label25BPM, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label25BPM, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label25BPM, 18);
lv_obj_set_y(ui_Label25BPM, -97);
lv_obj_set_align(ui_Label25BPM, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label25BPM, "16.7");
lv_obj_set_style_text_color(ui_Label25BPM, lv_color_hex(0x000103), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label25BPM, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_decor(ui_Label25BPM, LV_TEXT_DECOR_UNDERLINE, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label25BPM, &ui_font_LENOVO22, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label30BPM = lv_label_create(ui_Container2);
lv_obj_set_width(ui_Label30BPM, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label30BPM, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label30BPM, 18);
lv_obj_set_y(ui_Label30BPM, -67);
lv_obj_set_align(ui_Label30BPM, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label30BPM, "16.7");
lv_obj_set_style_text_color(ui_Label30BPM, lv_color_hex(0x000103), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label30BPM, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_decor(ui_Label30BPM, LV_TEXT_DECOR_UNDERLINE, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label30BPM, &ui_font_LENOVO22, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label35BPM = lv_label_create(ui_Container2);
lv_obj_set_width(ui_Label35BPM, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label35BPM, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label35BPM, 18);
lv_obj_set_y(ui_Label35BPM, -36);
lv_obj_set_align(ui_Label35BPM, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label35BPM, "16.7");
lv_obj_set_style_text_color(ui_Label35BPM, lv_color_hex(0x000103), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label35BPM, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_decor(ui_Label35BPM, LV_TEXT_DECOR_UNDERLINE, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label35BPM, &ui_font_LENOVO22, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label40BPM = lv_label_create(ui_Container2);
lv_obj_set_width(ui_Label40BPM, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label40BPM, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label40BPM, 18);
lv_obj_set_y(ui_Label40BPM, -6);
lv_obj_set_align(ui_Label40BPM, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label40BPM, "16.7");
lv_obj_set_style_text_color(ui_Label40BPM, lv_color_hex(0x000103), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label40BPM, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_decor(ui_Label40BPM, LV_TEXT_DECOR_UNDERLINE, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label40BPM, &ui_font_LENOVO22, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label16 = lv_label_create(ui_ScreenAllBPMStart);
lv_obj_set_width(ui_Label16, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label16, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label16, -82);
lv_obj_set_y(ui_Label16, -208);
lv_obj_set_align(ui_Label16, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label16, "测试频率");
lv_obj_set_style_text_color(ui_Label16, lv_color_hex(0x050000), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label16, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label16, &ui_font_Mi22Bold, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_DropdownTimesAll = lv_dropdown_create(ui_ScreenAllBPMStart);
lv_dropdown_set_options(ui_DropdownTimesAll, "10Times\n20Times\n30Times");
lv_obj_set_width(ui_DropdownTimesAll, 194);
lv_obj_set_height(ui_DropdownTimesAll, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_DropdownTimesAll, 48);
lv_obj_set_y(ui_DropdownTimesAll, 63);
lv_obj_set_align(ui_DropdownTimesAll, LV_ALIGN_CENTER);
lv_obj_add_flag(ui_DropdownTimesAll, LV_OBJ_FLAG_SCROLL_ON_FOCUS); /// Flags
lv_obj_set_style_text_font(ui_DropdownTimesAll, &lv_font_montserrat_22, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label23 = lv_label_create(ui_ScreenAllBPMStart);
lv_obj_set_width(ui_Label23, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label23, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label23, -102);
lv_obj_set_y(ui_Label23, 64);
lv_obj_set_align(ui_Label23, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label23, "出气次数");
lv_obj_set_style_text_color(ui_Label23, lv_color_hex(0x050000), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label23, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label23, &ui_font_Mi22Normal, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label22 = lv_label_create(ui_ScreenAllBPMStart);
lv_obj_set_width(ui_Label22, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label22, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label22, 20);
lv_obj_set_y(ui_Label22, -209);
lv_obj_set_align(ui_Label22, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label22, "体积流量");
lv_obj_set_style_text_color(ui_Label22, lv_color_hex(0x050000), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label22, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label22, &ui_font_Mi22Bold, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_Label25 = lv_label_create(ui_ScreenAllBPMStart);
lv_obj_set_width(ui_Label25, LV_SIZE_CONTENT); /// 1
lv_obj_set_height(ui_Label25, LV_SIZE_CONTENT); /// 1
lv_obj_set_x(ui_Label25, -110);
lv_obj_set_y(ui_Label25, 20);
lv_obj_set_align(ui_Label25, LV_ALIGN_CENTER);
lv_label_set_text(ui_Label25, "进度条");
lv_obj_set_style_text_color(ui_Label25, lv_color_hex(0x050000), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_opa(ui_Label25, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_text_font(ui_Label25, &ui_font_Mi22Normal, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_BarAll = lv_bar_create(ui_ScreenAllBPMStart);
lv_bar_set_value(ui_BarAll, 25, LV_ANIM_OFF);
lv_bar_set_start_value(ui_BarAll, 0, LV_ANIM_OFF);
lv_obj_set_width(ui_BarAll, 186);
lv_obj_set_height(ui_BarAll, 20);
lv_obj_set_x(ui_BarAll, 47);
lv_obj_set_y(ui_BarAll, 17);
lv_obj_set_align(ui_BarAll, LV_ALIGN_CENTER);
lv_obj_add_event_cb(ui_ButtonUseInstr3, ui_event_ButtonUseInstr3, LV_EVENT_ALL, NULL);
lv_obj_add_event_cb(ui_ButtonUseInstr1, ui_event_ButtonUseInstr1, LV_EVENT_ALL, NULL);
}
void ui_ScreenAllBPMStart_screen_destroy(void)
{
if(ui_ScreenAllBPMStart) lv_obj_del(ui_ScreenAllBPMStart);
// NULL screen variables
ui_ScreenAllBPMStart = NULL;
ui_ButtonUseInstr3 = NULL;
ui_LabelOnbuttonAll = NULL;
ui_ButtonUseInstr1 = NULL;
ui_Label8 = NULL;
ui_Container1 = NULL;
ui_Label15 = NULL;
ui_Label18 = NULL;
ui_Label17 = NULL;
ui_Label19 = NULL;
ui_Label20 = NULL;
ui_Label21 = NULL;
ui_Container2 = NULL;
ui_Label15BPM = NULL;
ui_Label20BPM = NULL;
ui_Label25BPM = NULL;
ui_Label30BPM = NULL;
ui_Label35BPM = NULL;
ui_Label40BPM = NULL;
ui_Label16 = NULL;
ui_DropdownTimesAll = NULL;
ui_Label23 = NULL;
ui_Label22 = NULL;
ui_Label25 = NULL;
ui_BarAll = NULL;
}