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/LjDeliverPressureSetting/Entity/DeliverPressureEntity.cs

112 lines
3.5 KiB
C#

using Mesnac.Controls.Default;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Mesnac.Action.ChemicalWeighing.LjDeliverPressureSetting.Entity
{
public class MCButtonEntity
{
public MCButton Download { get; set; }
public MCButton Refresh { get; set; }
public MCButton MCButtonA { get; set; }
//public MCButton MCButtonB { get; set; }
//public MCButton MCButtonD { get; set; }
//public MCButton MCButtonC { get; set; }
//public MCButton MCButtonE { get; set; }
}
public class MCTextboxEntity
{
public MCTextBox ASetValue1 { get; set; }
public MCTextBox ASetValue2 { get; set; }
public MCTextBox ASetValue3 { get; set; }
public MCTextBox ASetValue4 { get; set; }
public MCTextBox ASetValue5 { get; set; }
public MCTextBox ASetValue6 { get; set; }
public MCTextBox ASetValue7 { get; set; }
public MCTextBox ASetValue8 { get; set; }
public MCTextBox BSetValue1 { get; set; }
public MCTextBox BSetValue2 { get; set; }
public MCTextBox BSetValue3 { get; set; }
public MCTextBox BSetValue4 { get; set; }
public MCTextBox BSetValue5 { get; set; }
public MCTextBox BSetValue6 { get; set; }
public MCTextBox BSetValue7 { get; set; }
public MCTextBox BSetValue8 { get; set; }
public MCTextBox CSetValue1 { get; set; }
public MCTextBox CSetValue2 { get; set; }
public MCTextBox CSetValue3 { get; set; }
public MCTextBox CSetValue4 { get; set; }
public MCTextBox CSetValue5 { get; set; }
public MCTextBox CSetValue6 { get; set; }
public MCTextBox CSetValue7 { get; set; }
public MCTextBox CSetValue8 { get; set; }
public MCTextBox ATimeSetValue1 { get; set; }
public MCTextBox ATimeSetValue2 { get; set; }
public MCTextBox BTimeSetValue1 { get; set; }
public MCTextBox BTimeSetValue2 { get; set; }
public MCTextBox CTimeSetValue1 { get; set; }
public MCTextBox CTimeSetValue2 { get; set; }
}
public class SlioEntity
{
public MCTextBox TxtA { get; set; }
public MCTextBox TxtB { get; set; }
public MCTextBox TxtC { get; set; }
public MCTextBox TxtD { get; set; }
public MCTextBox TxtE { get; set; }
public MCTextBox TxtF { get; set; }
public MCTextBox TxtG { get; set; }
public MCTextBox TxtH { get; set; }
public MCTextBox TxtI { get; set; }
public MCTextBox TxtJ { get; set; }
public MCTextBox TxtK { get; set; }
public MCTextBox TxtL { get; set; }
public MCTextBox TxtM { get; set; }
public MCTextBox TxtN { get; set; }
public MCTextBox TxtO { get; set; }
public MCTextBox TxtDelay1 { get; set; }
public MCTextBox TxtDelay2 { get; set; }
public MCTextBox TxtDelay3 { get; set; }
}
public class PipeEntity
{
public MCTextBox MainA { get; set; }
public MCTextBox AuxA { get; set; }
public MCTextBox MainB { get; set; }
public MCTextBox AuxB { get; set; }
public MCTextBox MainC { get; set; }
public MCTextBox AuxC { get; set; }
public MCTextBox Upper { get; set; }
public MCTextBox Lower { get; set; }
}
public class SpeedEntity
{
public MCTextBox TxtSpeedA { get; set; }
public MCTextBox TxtSpeedB { get; set; }
public MCTextBox TxtSpeedC { get; set; }
}
}