lu
2025-04-14 ecb7a60de1639f520712ce95f99414b0dd2c9713
DevApp/Gs.DevApp/XtraForm1.cs
@@ -1,20 +1,5 @@
using DevExpress.Internal.WinApi;
using DevExpress.Utils;
using DevExpress.XtraBars.ToastNotifications;
using DevExpress.XtraEditors;
using DevExpress.XtraTreeList;
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Newtonsoft.Json;
using DevExpress.Utils;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Gs.DevApp
{
@@ -23,7 +8,7 @@
        public XtraForm1()
        {
            InitializeComponent();
        }
        private void simpleButton1_Click(object sender, EventArgs e)
@@ -42,7 +27,7 @@
            aa.ToolTipType = ToolTipType.Standard;//标准样式,可显示鸟嘴。 
            aa.IconType = ToolTipIconType.Information; //消息图标 
            aa.IconSize = ToolTipIconSize.Small; //大图标 
        }
    }
}