public usc_AuftraegeNachverfolgen(Cst_MAT pin_stMAT) { this._stMAT = pin_stMAT; // This call is required by the Windows.Forms Form Designer. InitializeComponent(); this.LadeNachzuverfolgendeAuftraege(); }
public Cpr_usc_MAT(Cst_MAT pin_MAT) { // Dieser Aufruf ist für den Windows Form-Designer erforderlich. InitializeComponent(); // FuellenDatagridTermine(); // FuellenDatagridAuftraegeNachverfolgen(); // Initialisiere _stMAT this._stMAT = pin_MAT; // Alle Methoden, die mit _stMAt zu tun haben, folgen hier // Initialisiere alle Steuerelemente am Starten von MAT _meldungAbfassen = new usc_Meldung (pin_MAT, true); _meldungErfassen = new usc_Meldung (pin_MAT, false); _auftrag = new usc_Auftrag(pin_MAT); _termin = new usc_Termin(pin_MAT); _auftraegeNachverfolgen = new usc_AuftraegeNachverfolgen(pin_MAT); InitAlleTabs(); // Hilfe festlegen SetzeHilfe(); }
public usc_Termin(Cst_MAT pin_stMAT) { this._stMAT = pin_stMAT; // This call is required by the Windows.Forms Form Designer. InitializeComponent(); this.SetzeEvents(); this.InitAlleSTE(); this._b_FelderModifiziert = false; }
public usc_Meldung(Cst_MAT pin_stMAT, bool pin_istAbfassen) { this._stMAT = pin_stMAT; // This call is required by the Windows.Forms Form Designer. InitializeComponent(); this.SetzeEvents(); this._istMeldungAbfassen = pin_istAbfassen; // Initialisiere alle Steuerelemente InitAlleSTE(); }
public usc_Auftrag(Cst_MAT pin_stMAT) { #region hütte try { // System.Runtime.Remoting.RemotingConfiguration.Configure(@"C:\pels\Code\pELS\ClientLogik\bin\Debug\SBE\CsbeMAT.dll.config"); // // Creating a custom formatter for a TcpChannel sink chain. // BinaryServerFormatterSinkProvider provider = new BinaryServerFormatterSinkProvider(); // provider.TypeFilterLevel = TypeFilterLevel.Full; // // Creating the IDictionary to set the port on the channel instance. // IDictionary props = new Hashtable(); // props["name"] = "tcppELSClient2"; // props["port"] = 1024; // // Pass the properties for the port setting and the server provider in the server chain argument. (Client remains null here.) // _pout_neuer_Kanal = new System.Runtime.Remoting.Channels.Http.HttpChannel(props, null, provider); // ChannelServices.RegisterChannel(_pout_neuer_Kanal); } catch(Exception e) { int i = 0; } #endregion this._stMAT = pin_stMAT; // This call is required by the Windows.Forms Form Designer. InitializeComponent(); this.SetzeEvents(); this.InitAlleSTE(); this._b_FelderModifiziert = false; }