示例#1
0
        public ManualCleanSetting()
        {
            InitializeComponent();
            bColorJet = PubFunc.IsColorJet_Belt_Textile();

            this.m_ButtonStartClean.Enabled = bCanCleanFlg;

            bALLWIN = PubFunc.IsALLWIN_ROLL_TEXTILE();
            m_GroupBoxCleanParamAoKang.Visible = bALLWIN;
            labelCleanTime.Visible             = comboBoxLevel.Visible = !bColorJet;
            buttonZCenter.Visible     =
                buttonZBottom.Visible = true; // 20180901 colorjet要求修改
            if (!bColorJet)
            {
                comboBoxLevel.SelectedIndex = 4;
            }
        }