新框架PC前端标准版(祈禧6月初版本)
lg
2025-11-20 fbe33a615f1c4e798a0f8e58163e68c3ce789614
1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace Gs.DevApp.DevFrm
{
    public partial class Frm_MesItemBl : DevExpress.XtraEditors.XtraForm
    {
 
        public Frm_MesItemBl()
        {
            InitializeComponent();
 
        }
 
       
    }
}