using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;
using System.IO;
namespace MapDeleteAndSql
{
/// <summary>
/// Form1 的摘要说明。
/// </summary>
public class main : System.Windows.Forms.Form
{
private static int i = 1;
private static int g = 1;
private static string str;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.Container components = null;
public main()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();