| | |
| | | //保存面板数据
|
| | | this.SavePanelData();
|
| | | };
|
| | | //如果当前是展示模板,则不能编辑
|
| | | if (Common.Config.Instance.Home.IsShowTemplate == true)
|
| | | {
|
| | | btnSave.CanClick = false;
|
| | | }
|
| | | });
|
| | | }
|
| | |
|
| | |
| | |
|
| | | btnProgressView1.Visible = true;
|
| | | btnProgress1.Visible = true;
|
| | | }
|
| | | //如果当前是展示模板,则不能编辑
|
| | | if (Common.Config.Instance.Home.IsShowTemplate == true)
|
| | | {
|
| | | btnSwitch.CanClick = false;
|
| | | seekBar1.Enable = false;
|
| | | }
|
| | | }
|
| | |
|
| | |
| | | seekBar1.ProgressBarColor = btnColor.BackgroundColor;
|
| | | };
|
| | | };
|
| | | //如果当前是展示模板,则不能编辑
|
| | | if (Common.Config.Instance.Home.IsShowTemplate == true)
|
| | | {
|
| | | frameColor.CanClick = false;
|
| | | seekBar1.Enable = false;
|
| | | }
|
| | | }
|
| | |
|
| | | #endregion
|
| | |
| | | seekBar1.ProgressBarColor = btnColor.BackgroundColor;
|
| | | };
|
| | | };
|
| | | //如果当前是展示模板,则不能编辑
|
| | | if (Common.Config.Instance.Home.IsShowTemplate == true)
|
| | | {
|
| | | frameColor.CanClick = false;
|
| | | seekBar1.Enable = false;
|
| | | }
|
| | | }
|
| | |
|
| | | #endregion
|