Ejemplo n.º 1
0
      } // end SummaryPanel constructor

      /// <summary>
      /// Constructs a SummaryPanel object.
      /// </summary>
      /// <param name="wizParent">Parent wizard of the control panel.</param>
      public SummaryPanel(ICS.GUI_Library.Forms.Wizard wizParent) : base(wizParent)
      {
      } // end SummaryPanel constructor
Ejemplo n.º 2
0
      } // end DataDropFilePanel constructor

      /// <summary>
      /// Constructs a new DataDropFilePanel object.
      /// </summary>
      /// <param name="wizParent">Parent wizard of the control panel.</param>
      public DataDropFilePanel(ICS.GUI_Library.Forms.Wizard wizParent) : base(wizParent)
      {
      } // end DataDropFilePanel constructor
Ejemplo n.º 3
0
      } // end IntroPanel constructor

      /// <summary>
      /// Constructs a new IntroPanel object.
      /// </summary>
      /// <param name="wizParent">Parent wizard of the control panel.</param>
      public IntroPanel(ICS.GUI_Library.Forms.Wizard wizParent) : base(wizParent)
      {
      } // end IntroPanel constructor
Ejemplo n.º 4
0
        } // end FinishedPanel constructor

        /// <summary>
        /// Constructs a new FinishedPanel object and sets the heading used for the process's
        /// result.
        /// </summary>
        /// <param name="wizParent">Parent wizard of the control panel.</param>
        /// <param name="sResultHeading">Sets the heading used for the Result.  This should
        /// be something identifying the task being executed.  Fill in the following:
        /// "___________ was Successful!"  If nothing is specified, the default will be used,
        /// which is "The task".</param>
        public FinishedPanel(ICS.GUI_Library.Forms.Wizard wizParent, string sResultHeading) : base(wizParent, sResultHeading)
        {
        } // end FinishedPanel constructor
Ejemplo n.º 5
0
        } // end FinishedPanel constructor

        /// <summary>
        /// Constructs a new FinishedPanel object.
        /// </summary>
        /// <param name="wizParent">Parent wizard of the control panel.</param>
        public FinishedPanel(ICS.GUI_Library.Forms.Wizard wizParent) : base(wizParent)
        {
        } // end FinishedPanel constructor
Ejemplo n.º 6
0
      } // end ProgressPanel constructor

      /// <summary>
      /// Constructs a new ProgressPanel object.
      /// </summary>
      /// <param name="wizParent">Parent wizard of the control panel.</param>
      public ProgressPanel(ICS.GUI_Library.Forms.Wizard wizParent) : base(wizParent)
      {
      } // end ProgressPanel constructor
Ejemplo n.º 7
0
      } // end LabelFormatPanel constructor

      /// <summary>
      /// Constructs a new LabelFormatPanel object.
      /// </summary>
      /// <param name="wizParent">Parent wizard of the control panel.</param>
      public LabelFormatPanel(ICS.GUI_Library.Forms.Wizard wizParent) : base(wizParent)
      {
      } // end LabelFormatPanel constructor