SYMBOL INDEX (118 symbols across 11 files) FILE: AppConfig.cs class AppConfig (line 7) | public class AppConfig method GetValue (line 16) | public static string GetValue(string Key, string Default, string Confi... method SetValue (line 36) | public static void SetValue(string Key, string Value, string ConfigPath) FILE: File.cs class Shortcut (line 6) | public class Shortcut method Get_Shortcut_TargetPath (line 13) | public static string Get_Shortcut_TargetPath(string Shortcut_Path) method Get_Shortcut_TargetPath_Array (line 30) | public static string Get_Shortcut_TargetPath_Array(string[] Shortcut_P... method Create_Shortcut (line 52) | public static void Create_Shortcut(string LinkPath, string TargetPath,... class File (line 64) | public class File method File_Enumeration (line 73) | public static string[] File_Enumeration(string Path, string FileName, ... FILE: FileDropAdmin.cs class FileDropAdmin (line 10) | public sealed class FileDropAdmin : IMessageFilter, IDisposable method ChangeWindowMessageFilterEx (line 15) | [DllImport("user32.dll", SetLastError = true, CallingConvention = Call... method DragAcceptFiles (line 19) | [DllImport("shell32.dll", SetLastError = false, CallingConvention = Ca... method DragQueryFile (line 22) | [DllImport("shell32.dll", SetLastError = false, CharSet = CharSet.Unic... method DragFinish (line 25) | [DllImport("shell32.dll", SetLastError = false, CallingConvention = Ca... type ChangeFilterStruct (line 28) | [StructLayout(LayoutKind.Sequential)] type ChangeFilterAction (line 35) | private enum ChangeFilterAction : uint type ChangeFilterStatu (line 42) | private enum ChangeFilterStatu : uint method FileDropAdmin (line 65) | public FileDropAdmin(Control containerControl) : this(containerControl... method FileDropAdmin (line 67) | public FileDropAdmin(Control containerControl, bool releaseControl) method PreFilterMessage (line 85) | public bool PreFilterMessage(ref Message m) method Dispose (line 115) | public void Dispose() // 释放 FILE: Form.Designer.cs class Form (line 3) | partial class Form method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Form.cs class Form (line 15) | public partial class Form : System.Windows.Forms.Form method Form (line 32) | public Form(string[] args) method Form_Load (line 38) | private void Form_Load(object sender, EventArgs e) // 主窗口创建前 method Kill_SameNameProcess (line 109) | private void Kill_SameNameProcess() // 结束同名进程 method Recognize_Text_Color (line 129) | private void Recognize_Text_Color(byte r = 0, byte g = 0, byte b = 0) ... method Form_FormClosing (line 194) | private void Form_FormClosing(object sender, FormClosingEventArgs e) /... method Read_AppConfig (line 199) | private void Read_AppConfig() // 读入程序配置文件 method Write_AppConfig (line 219) | private void Write_AppConfig() // 写出程序配置文件 method Form_DragEnter (line 239) | private void Form_DragEnter(object sender, DragEventArgs e) // 拖放 method Form_DragDrop (line 251) | private void Form_DragDrop(object sender, DragEventArgs e) // 收到拖放,判断当... method File_DragDrop (line 263) | private bool File_DragDrop(string Drag_File_Path) // 处理拖放进来的文件 method Read_Config (line 297) | private void Read_Config() // 读入磁贴配置文件 method Write_Config (line 373) | private void Write_Config() // 写出磁贴配置文件 method Copy_Img (line 436) | private void Copy_Img() // 复制磁贴图片 method Button_添加磁贴_Click (line 449) | private void Button_添加磁贴_Click(object sender, EventArgs e) // 添加/更新磁贴 method Add_Tile (line 454) | private void Add_Tile() // 固定到开始屏幕、处理磁贴快捷方式 method Rename_Shortcut (line 489) | private void Rename_Shortcut(string OldPath, string NewPath) // 重命名快捷方式 method Add_Tile_Dll (line 506) | private void Add_Tile_Dll() // 固定磁贴 method Reload_Tile (line 539) | private void Reload_Tile() // 重载磁贴配置 method Init_Config (line 546) | private void Init_Config() // 初始化当前载入的配置 method Button_查看_Click (line 552) | private void Button_查看_Click(object sender, EventArgs e) // 显示并定位程序路径文件 method Button_初始化_Click (line 560) | private void Button_初始化_Click(object sender, EventArgs e) // 初始化磁贴配置文件 method Button_显示文字_Click (line 579) | private void Button_显示文字_Click(object sender, EventArgs e) // 显示/隐藏磁贴文字 method Button_显示文字_TextChanged (line 590) | private void Button_显示文字_TextChanged(object sender, EventArgs e) method Button_添加右键菜单_Click (line 602) | private void Button_添加右键菜单_Click(object sender, EventArgs e) // 添加右键菜单 method Check_RightClickMenu (line 635) | private void Check_RightClickMenu() // 检查是否添加右键菜单 method Button_查看磁贴目录_Click (line 647) | private void Button_查看磁贴目录_Click(object sender, EventArgs e) // 查看磁贴目录 method Button_旧版磁贴模式_Click (line 652) | private void Button_旧版磁贴模式_Click(object sender, EventArgs e) // 旧版磁贴模式 method Button_自动检查更新_Click (line 664) | private void Button_自动检查更新_Click(object sender, EventArgs e) // 自动检查更新 method Button_检查更新_Click (line 676) | private void Button_检查更新_Click(object sender, EventArgs e) // 立即检查更新 method Check_Dll (line 681) | private void Check_Dll() // 检查 syspin.dll 是否存在 method Check_Update (line 690) | private void Check_Update(bool Tip) // 检查更新 method TextBox_程序路径_TextChanged (line 710) | private void TextBox_程序路径_TextChanged(object sender, EventArgs e) // 内... method TextBox_磁贴名称_TextChanged (line 760) | private void TextBox_磁贴名称_TextChanged(object sender, EventArgs e) method TextBox_磁贴图片_TextChanged (line 773) | private void TextBox_磁贴图片_TextChanged(object sender, EventArgs e) // 内... method TextBox_磁贴图标_TextChanged (line 810) | private void TextBox_磁贴图标_TextChanged(object sender, EventArgs e) // 内... method TextBox_磁贴图片_KeyPress (line 858) | private void TextBox_磁贴图片_KeyPress(object sender, KeyPressEventArgs e)... method TextBox_磁贴图标_KeyPress (line 870) | private void TextBox_磁贴图标_KeyPress(object sender, KeyPressEventArgs e) method TextBox_程序路径_KeyPress (line 885) | private void TextBox_程序路径_KeyPress(object sender, KeyPressEventArgs e) method TextBox_程序路径_Enter (line 893) | private void TextBox_程序路径_Enter(object sender, EventArgs e) // 输入框获得焦点... method TextBox_程序路径_Leave (line 899) | private void TextBox_程序路径_Leave(object sender, EventArgs e) // 输入框失去焦点... method TextBox_程序路径_Leave_2 (line 903) | private void TextBox_程序路径_Leave_2() method TextBox_磁贴名称_Enter (line 916) | private void TextBox_磁贴名称_Enter(object sender, EventArgs e) method TextBox_磁贴名称_Leave (line 922) | private void TextBox_磁贴名称_Leave(object sender, EventArgs e) method TextBox_磁贴名称_Leave_2 (line 926) | private void TextBox_磁贴名称_Leave_2() method TextBox_磁贴图片_Enter (line 939) | private void TextBox_磁贴图片_Enter(object sender, EventArgs e) method TextBox_磁贴图片_Leave (line 945) | private void TextBox_磁贴图片_Leave(object sender, EventArgs e) method TextBox_磁贴图片_Leave_2 (line 949) | private void TextBox_磁贴图片_Leave_2() method TextBox_磁贴图标_Enter (line 966) | private void TextBox_磁贴图标_Enter(object sender, EventArgs e) method TextBox_磁贴图标_Leave (line 972) | private void TextBox_磁贴图标_Leave(object sender, EventArgs e) method TextBox_磁贴图标_Leave_2 (line 976) | private void TextBox_磁贴图标_Leave_2() method Label_程序路径_MouseClick (line 994) | private void Label_程序路径_MouseClick(object sender, MouseEventArgs e) //... method Label_磁贴名称_MouseClick (line 998) | private void Label_磁贴名称_MouseClick(object sender, MouseEventArgs e) method Label_磁贴图片_MouseClick (line 1002) | private void Label_磁贴图片_MouseClick(object sender, MouseEventArgs e) method Label_磁贴图标_MouseClick (line 1006) | private void Label_磁贴图标_MouseClick(object sender, MouseEventArgs e) method PictureBox_磁贴图片预览_MouseDown (line 1011) | private void PictureBox_磁贴图片预览_MouseDown(object sender, MouseEventArgs... method PictureBox_磁贴图片预览_MouseMove (line 1022) | private void PictureBox_磁贴图片预览_MouseMove(object sender, MouseEventArgs... method PictureBox_磁贴图片预览_MouseUp (line 1031) | private void PictureBox_磁贴图片预览_MouseUp(object sender, MouseEventArgs e... method PictureBox_磁贴图片预览_MouseClick (line 1039) | private void PictureBox_磁贴图片预览_MouseClick(object sender, MouseEventArg... method PictureBox_磁贴图片预览_BackColorChanged (line 1047) | private void PictureBox_磁贴图片预览_BackColorChanged(object sender, EventAr... FILE: Other.cs class Other (line 5) | public class Other method IsRunAsAdmin (line 11) | public static bool IsRunAsAdmin() class Color (line 18) | public class Color method GetDC (line 20) | [System.Runtime.InteropServices.DllImport("user32")] method ReleaseDC (line 22) | [System.Runtime.InteropServices.DllImport("user32")] method GetPixel (line 24) | [System.Runtime.InteropServices.DllImport("gdi32")] method Get_ScreenColor (line 32) | public static string Get_ScreenColor(int x, int y) FILE: Program.cs class Program (line 9) | static class Program method Main (line 14) | [STAThread] FILE: Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Registry.cs class Registry_RightClickMenu (line 7) | public class Registry_RightClickMenu method Check (line 15) | public static bool Check(string Name, string Extension = "") method Add (line 45) | public static bool Add(string Name, string Path, bool NoIcon = true, s... method Del (line 116) | public static bool Del(string Name, string Extension = "") // 删除右键菜单,返... class Registry_SystemColor (line 146) | public class Registry_SystemColor method Get_SystemColor (line 152) | public static string Get_SystemColor() method Get_SystemUsesLightTheme (line 171) | public static bool Get_SystemUsesLightTheme() method Get_SystemColorPrevalence (line 189) | public static bool Get_SystemColorPrevalence() method Get_EnableTransparency (line 207) | public static bool Get_EnableTransparency() class Registry_SystemVersion (line 217) | public class Registry_SystemVersion method Get_DisplayVersion (line 223) | public static string Get_DisplayVersion() method Get_ReleaseId (line 232) | public static string Get_ReleaseId() method Get_CurrentBuild (line 241) | public static string Get_CurrentBuild() method Get_CurrentBuildNumber (line 250) | public static string Get_CurrentBuildNumber() class Registry_Other (line 255) | public class Registry_Other method Get_NewTileState (line 261) | public static bool Get_NewTileState() FILE: WebClient.cs class GetHTTP (line 7) | public class GetHTTP method Get_HTTP (line 16) | public static string Get_HTTP(string Url, int TimeOut, string Encoding... class NewWebClient (line 27) | public class NewWebClient : WebClient method NewWebClient (line 46) | public NewWebClient() method NewWebClient (line 51) | public NewWebClient(int timeout) method GetWebRequest (line 56) | protected override WebRequest GetWebRequest(Uri address)