精选优质文档-倾情为你奉上using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace 超市管理信息系统 public partial class f_供应商基本信息 : Form /公有变量记录选定数据 public string strOldNO = ; public string strOldName = ; public string strOldAdd = ; public f_供应商基本信息() InitializeComponent();