private void LoadDefaultInfo()
        {
            CfgInfo cfg = op.GetDefaultCfgInfo();

            this.txtSourcePath.Text = cfg.Source;
            this.txtDistPath.Text   = cfg.Dist;
        }