예제 #1
0
        ///////////////////////////////////////////////////////////////////////////////
        // Construction and Initializing methods                                     //
        ///////////////////////////////////////////////////////////////////////////////
        #region CONSTRUCTION

        /// <summary>
        /// Initializes a new instance of the SaveVideoSplash class.
        /// </summary>
        /// <param name="parent">The <see cref="ReplayModule"/> that creates this form.</param>
        public SaveVideoSplash(ReplayModule parent)
        {
            this.replayModule = parent;
            this.InitializeComponent();
            this.InitAccelerators();
            this.heightWithPreview    = this.Height;
            this.heightWithoutPreview = this.Height - this.previewPanel.Height;
        }
예제 #2
0
    ///////////////////////////////////////////////////////////////////////////////
    // Construction and Initializing methods                                     //
    ///////////////////////////////////////////////////////////////////////////////
    #region CONSTRUCTION

    /// <summary>
    /// Initializes a new instance of the SaveVideoSplash class.
    /// </summary>
    /// <param name="parent">The <see cref="ReplayModule"/> that creates this form.</param>
    public SaveVideoSplash(ReplayModule parent)
    {
      this.replayModule = parent;
      this.InitializeComponent();
      this.InitAccelerators();
      this.heightWithPreview = this.Height;
      this.heightWithoutPreview = this.Height - this.previewPanel.Height;
    }