Exemplo n.º 1
0
 public Cpr_usc_EK(Cst_EK myST)
 {
     // This call is required by the Windows.Forms Form Designer.
     InitializeComponent();
     _Cst_EK=myST;
     this.bEditierungsModus = false;
     // TODO: Add any initialization after the InitComponent call
 }
Exemplo n.º 2
0
        public usc_Kfz(Cst_EK pin_stEK)
        {
            this._stEK = pin_stEK;
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();

            this.InitAlleSTE();
            this.ep_Eingabe.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
            this._b_FelderModifiziert = false;
        }
Exemplo n.º 3
0
        /// <summary>
        /// Konstruktor
        /// </summary>
        public Cpr_usc_EK_xiao(Cst_EK pin_stEK)
        {
            this._Cst_EK = pin_stEK;
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();

            this.InitAlleSTE();
            _b_FelderModifiziert = false;
            this.FuelleEinsatzmanager();
            // Hilfe festlegen
            SetzeHilfe();
        }
Exemplo n.º 4
0
        public usc_Module(Cst_EK pin_stEK)
        {
            this._stEK = pin_stEK;
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();

            this.InitAlleSTE();
            this._b_FelderModifiziert = false;
        }