Ejemplo n.º 1
0
        public frmXD100ModbusTemperatureControl(_1100ControllerInterface controller)
        {
            InitializeComponent();

            BindDatas();

            this.ucotControlLine1.Size = this.ucTimeControlLine21.Size;
            this.ucotControlLine1.Location = this.ucTimeControlLine21.Location;

            this.ucValveOpenDegree1.Size = this.ucTimeControlLine21.Size;
            this.ucValveOpenDegree1.Location = this.ucTimeControlLine21.Location;

            this._controller = controller;
        }
Ejemplo n.º 2
0
        /// <summary>
        ///
        /// </summary>
        //private bool _canWrite = false;



        // private read | write | none state
        //
        // can write state
        //


        #region frmXD100TemperatureControl

        public frmXD100ModbusTemperatureControl(_1100ControllerInterface controller)
        {
            InitializeComponent();

            BindDatas();

            this.ucotControlLine1.Size     = this.ucTimeControlLine21.Size;
            this.ucotControlLine1.Location = this.ucTimeControlLine21.Location;

            this.ucValveOpenDegree1.Size     = this.ucTimeControlLine21.Size;
            this.ucValveOpenDegree1.Location = this.ucTimeControlLine21.Location;

            this._controller = controller;
        }