Example #1
0
 public _Tips()
 {
     ShowSubDirTips        = true;
     SubDirTipsPreview     = true;
     SubDirTipsFiles       = true;
     SubDirTipsWithShift   = false;
     ShowTooltipPreviews   = true;
     ShowPreviewsWithShift = false;
     ShowPreviewInfo       = true;
     PreviewMaxWidth       = 512;
     PreviewMaxHeight      = 256;
     PreviewFont           = Control.DefaultFont;
     TextExt = new List <string> {
         ".txt", ".ini", ".inf", ".cs", ".log", ".js", ".vbs"
     };
     ImageExt = ThumbnailTooltipForm.MakeDefaultImgExts();
 }
Example #2
0
            public _Tips()
            {
                /*ShowSubDirTips = true;
                 * SubDirTipsPreview = true;
                 * SubDirTipsFiles = true;
                 * SubDirTipsWithShift = false;
                 * ShowTooltipPreviews = true;
                 * ShowPreviewsWithShift = false;
                 * ShowPreviewInfo = true;
                 * PreviewMaxWidth = 512;
                 * PreviewMaxHeight = 256;
                 * PreviewFont = Control.DefaultFont;
                 * TextExt = new List<string> {".txt", ".ini", ".inf" ,".cs", ".log", ".js", ".vbs"};
                 * ImageExt = ThumbnailTooltipForm.MakeDefaultImgExts();*/

                ShowSubDirTips        = true;
                SubDirTipsPreview     = true;
                SubDirTipsFiles       = true;
                SubDirTipsWithShift   = true;
                ShowTooltipPreviews   = true;
                ShowPreviewsWithShift = true;
                ShowPreviewInfo       = true;

                PreviewMaxWidth  = 512;
                PreviewMaxHeight = 256;
                PreviewFont      = Control.DefaultFont;
                PreviewFont      = new Font(new FontFamily("微软雅黑"), 9f);
                TextExt          = new List <string> {
                    ".txt", ".rtf"
                    , ".ini", ".inf"
                    , ".cs", ".log"
                    , ".js", ".vbs", ".bat", ".cmd", ".sh"
                    , ".c", ".cpp", ".cc", ".h", ".rc"
                    , ".xml"
                    , ".htm", ".html", ".mht", ".mhtml", ".shtml", ".hta"
                    , ".java"
                    , ".sql"
                    , ".csv"
                    , ".md"

                    , ".py", ".rb"
                    , ".jsp", ".asp", ".php", ".aspx"
                    , ".resx", ".xaml", ".config", ".manifest", ".csproj", ".vbproj"
                };
                ImageExt = ThumbnailTooltipForm.MakeDefaultImgExts();
            }