• 大小: 367KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-07
  • 语言: C#
  • 标签:

资源简介

XML文件操作实例 (C#源码)XML文件操作实例 (C#源码)XML文件操作实例 (C#源码)XML文件操作实例 (C#源码)XML文件操作实例 (C#源码)XML文件操作实例 (C#源码)XML文件操作实例 (C#源码)XML文件操作实例 (C#源码)XML文件操作实例 (C#源码)XML文件操作实例 (C#源码)XML文件操作实例 (C#源码)

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace xml操作
{
    public partial class AddForm : Form
    {
        public AddForm()
        {
            InitializeComponent();
        }
        private static string basePath = Application.StartupPath + “\\“ + “Config\\data.xml“;

        //添加元素
        private void btn_Add_Click(object sender EventArgs e)
        {
            try
            {
                if (txt_Name.Text != ““)
                {
                    string node = cmb_Type.Text;
                    string mean = txt_Name.Text;
                    bool flag = false;
                    if (!xml.CheckValues(node mean))
                    {
                        flag = xml.AddNodes(node mean);
                        DialogResult result = DialogResult.Yes;
                        if (flag)
                        {
                            result = MessageBox.Show(“您还要继续添加吗?“ “提示“ MessageBoxButtons.YesNo MessageBoxIcon.Information);
                        }
                        if (result == DialogResult.No)
                        {
                            ((Form1)this.Owner).BindInfo();
                            this.Close();
                        }
                    }
                    else
                    {
                        MessageBox.Show(“已存在!“ “警告“ MessageBoxButtons.OK MessageBoxIcon.Warning);
                        txt_Name.Text = ““;
                    }
                }
                else
                {
                    MessageBox.Show(“名称不能为空!“ “提示“ MessageBoxButtons.OK MessageBoxIcon.Information);
                }
            }
            catch
            {
                MessageBox.Show(“系统故障!“);
            }
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     460800  2010-05-25 22:28  xml操作\xml-Setup\Debug\setup.exe

     文件     340480  2010-05-25 22:28  xml操作\xml-Setup\Debug\xml-Setup.msi

     文件      27238  2010-05-25 22:28  xml操作\xml-Setup\xml-Setup.vdproj

     文件       2029  2010-05-17 17:05  xml操作\xml操作\AddForm.cs

     文件       4527  2010-05-16 15:38  xml操作\xml操作\AddForm.Designer.cs

     文件       5814  2010-05-16 15:38  xml操作\xml操作\AddForm.resx

     文件       1887  2010-05-17 17:25  xml操作\xml操作\bin\Debug\Config\data.xml

     文件        111  2010-05-17 21:26  xml操作\xml操作\bin\Debug\Config\haha.xml

     文件        218  2010-04-06 20:02  xml操作\xml操作\bin\Debug\Config\SystemConfig.config

     文件      28160  2010-05-25 22:28  xml操作\xml操作\bin\Debug\xml操作.exe

     文件      54784  2010-05-25 22:28  xml操作\xml操作\bin\Debug\xml操作.pdb

     文件      14328  2010-05-25 22:25  xml操作\xml操作\bin\Debug\xml操作.vshost.exe

     文件        490  2009-06-11 05:14  xml操作\xml操作\bin\Debug\xml操作.vshost.exe.manifest

     文件       1305  2010-03-09 11:35  xml操作\xml操作\Configxml.cs

     文件       6726  2010-05-17 22:30  xml操作\xml操作\Form1.cs

     文件      10780  2010-05-17 21:39  xml操作\xml操作\Form1.Designer.cs

     文件      12698  2010-05-17 21:39  xml操作\xml操作\Form1.resx

     文件        180  2010-05-16 15:40  xml操作\xml操作\obj\Debug\xml操作.AddForm.resources

     文件        735  2010-05-25 22:25  xml操作\xml操作\obj\Debug\xml操作.csproj.FileListAbsolute.txt

     文件        907  2010-05-17 21:53  xml操作\xml操作\obj\Debug\xml操作.csproj.GenerateResource.Cache

     文件      28160  2010-05-25 22:28  xml操作\xml操作\obj\Debug\xml操作.exe

     文件       4461  2010-05-17 21:53  xml操作\xml操作\obj\Debug\xml操作.Form1.resources

     文件      54784  2010-05-25 22:28  xml操作\xml操作\obj\Debug\xml操作.pdb

     文件        180  2010-05-15 16:49  xml操作\xml操作\obj\Debug\xml操作.Properties.Resources.resources

     文件        490  2010-02-26 22:51  xml操作\xml操作\Program.cs

     文件       1350  2010-02-26 22:50  xml操作\xml操作\Properties\AssemblyInfo.cs

     文件       2868  2010-02-26 22:50  xml操作\xml操作\Properties\Resources.Designer.cs

     文件       5612  2010-02-26 22:50  xml操作\xml操作\Properties\Resources.resx

     文件       1094  2010-02-26 22:51  xml操作\xml操作\Properties\Settings.Designer.cs

     文件        249  2010-02-26 22:50  xml操作\xml操作\Properties\Settings.settings

............此处省略20个文件信息

评论

共有 条评论