You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lj_plc/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/Entity/GelerWeterControlsEntity.cs

67 lines
2.6 KiB
C#

using Mesnac.Controls.Base;
using Mesnac.Controls.Default;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web.UI.WebControls;
using Button = System.Windows.Forms.Button;
namespace Mesnac.Action.ChemicalWeighing.AutoControl.Entity
{
public class GelerWeterControlsEntity
{
public MCRadioButton Line1 { get; set; }
public MCRadioButton Line2 { get; set; }
public MCRadioButton Line3 { get; set; }
public MCRadioButton Line4 { get; set; }
public MCRadioButton Line5 { get; set; }
public MCRadioButton Line6 { get; set; }
public MCRadioButton Line7 { get; set; }
public MCRadioButton Line8 { get; set; }
public MCCombobox ChooseMaterial1 { get; set; }
public MCCombobox ChooseMaterial2 { get; set; }
public IBaseControl MaterialWeight1 { get; set; }
public IBaseControl MaterialWeight2 { get; set; }
public IBaseControl MaterialTolerance1 { get; set; }
public IBaseControl MaterialTolerance2 { get; set; }
public IBaseControl GelSpeedSet { get; set; }
public IBaseControl GelPosTimeA { get; set; }
public IBaseControl GelNagTimeB { get; set; }
public IBaseControl GelPosTimeC { get; set; }
public IBaseControl GelWaterTime { get; set; }
public IBaseControl GelWaitTime { get; set; }
public IBaseControl GelCloseHeatTime { get; set; }
public IBaseControl GelOutDelayTime { get; set; }
public IBaseControl WetDryWeight { get; set; }
public IBaseControl WetMixTime { get; set; }
public IBaseControl WetOutDelayTime { get; set; }
public IBaseControl ManualWeight { get; set; }
public IBaseControl ManualTolerance { get; set; }
public MCLabel State1 { get; set; }
public MCLabel State2 { get; set; }
public MCLabel State3 { get; set; }
public MCLabel State4 { get; set; }
public MCLabel State5 { get; set; }
public MCLabel State6 { get; set; }
public MCLabel State7 { get; set; }
public MCLabel State8 { get; set; }
public MCLabel RepairState { get; set; }
public Button WetManualControl { get; set; }
public Button Download { get; set; }
public Button LineStart { get; set; }
public Button LineStop { get; set; }
public Button GelManualPowder { get; set; }
public Button GelManualColdWater { get; set; }
public Button GelManualHotWater { get; set; }
public Button WetManualGel { get; set; }
public Button RepairMode { get; set; }
}
}