| | |
| | | btnProgress1.Y = Application.GetRealHeight(29);
|
| | | btnProgress1.TextSize = 12;
|
| | | btnProgress1.TextColor = UserCenterColor.Current.TextGrayColor1;
|
| | | btnProgress1.Text = linghtLevelInfo.panelBacklightLevel + "%";
|
| | | btnProgress1.Text = linghtLevelInfo.panelDirectionsLevel + "%";
|
| | | frameLinght.AddChidren(btnProgress1);
|
| | |
|
| | | //进度条
|
| | |
| | | {
|
| | | btnProgress1.Text = value + "%";
|
| | | //数据变更
|
| | | linghtLevelInfo.panelBacklightLevel = value;
|
| | | linghtLevelInfo.panelDirectionsLevel = value;
|
| | | valueChanged = true;
|
| | | };
|
| | | seekBar1.Progress = linghtLevelInfo.panelBacklightLevel;
|
| | | seekBar1.Progress = linghtLevelInfo.panelDirectionsLevel;
|
| | |
|
| | | var btnTemp1 = new NormalViewControl(200, 49, true);
|
| | | btnTemp1.X = ControlCommonResourse.XXLeft;
|
| | |
| | | btnProgress1.Y = Application.GetRealHeight(369);
|
| | | btnProgress1.TextSize = 12;
|
| | | btnProgress1.TextColor = UserCenterColor.Current.TextGrayColor1;
|
| | | btnProgress1.Text = linghtLevelInfo.panelDirectionsLevel + "%";
|
| | | btnProgress1.Text = linghtLevelInfo.panelBacklightLevel + "%";
|
| | | frameLinght.AddChidren(btnProgress1);
|
| | |
|
| | | //进度条
|
| | |
| | | {
|
| | | btnProgress1.Text = value + "%";
|
| | | //数据变更
|
| | | linghtLevelInfo.panelDirectionsLevel = value;
|
| | | linghtLevelInfo.panelBacklightLevel = value;
|
| | | valueChanged = true;
|
| | | };
|
| | | seekBar1.Progress = linghtLevelInfo.panelDirectionsLevel;
|
| | | seekBar1.Progress = linghtLevelInfo.panelBacklightLevel;
|
| | |
|
| | | var btnTemp1 = new NormalViewControl(200, 49, true);
|
| | | btnTemp1.X = ControlCommonResourse.XXLeft;
|