資源簡介
用來記錄產品參數的小程序,參數保存為xml格式
代碼片段和文件信息
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;
using?產品記事本.Models.RichTextModel;
namespace?產品記事本
{
????public?partial?class?Form1?:?Form
????{
????????private?string?ColumnValueBeforeModify;//保存修改前的值
????????private?string?ColumnValueAfterModify;//保存修改后的值
????????private?string?ColumnName;//保存將被更改的參數的列名
????????private?static?Stack?chexiao;
????????public?Form1()
????????{
????????????InitializeComponent();
????????????chexiao?=?new?Stack();
????????}
????????#region?打開文件
????????private?void?打開ToolStripMenuItem_Click(object?sender?EventArgs?e)
????????{
????????????openFileDialog1.InitialDirectory?=?Environment.CurrentDirectory?+?‘\\‘;
????????????openFileDialog1.Filter?=?“xml文件|*.xml“;
????????????if?(openFileDialog1.ShowDialog()?==?DialogResult.OK)
????????????{
????????????????str
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????27214??2020-07-22?09:53??產品記事本\產品記事本\bin\Debug\Picture\注意元器件型號.jpg
?????文件??????26339??2020-07-22?09:52??產品記事本\產品記事本\bin\Debug\Picture\注意力矩.jpg
?????文件??????26223??2020-07-22?09:52??產品記事本\產品記事本\bin\Debug\Picture\注意區別.jpg
?????文件??????25630??2020-07-22?09:52??產品記事本\產品記事本\bin\Debug\Picture\注意卡扣.jpg
?????文件??????26864??2020-07-22?09:52??產品記事本\產品記事本\bin\Debug\Picture\注意核對信息.jpg
?????文件??????27676??2020-07-22?09:52??產品記事本\產品記事本\bin\Debug\Picture\注意表面劃傷.jpg
?????文件??????28233??2020-07-22?09:51??產品記事本\產品記事本\bin\Debug\Picture\注意裝入件型號.jpg
?????文件??????28265??2020-07-22?09:53??產品記事本\產品記事本\bin\Debug\Picture\注意裝入件數量.jpg
?????文件??????84480??2020-07-30?19:01??產品記事本\產品記事本\bin\Debug\產品記事本.exe
?????文件?????122368??2020-07-30?19:01??產品記事本\產品記事本\bin\Debug\產品記事本.pdb
?????文件??????24216??2020-07-30?18:59??產品記事本\產品記事本\bin\Debug\產品記事本.vshost.exe
?????文件????????490??2012-06-06?02:06??產品記事本\產品記事本\bin\Debug\產品記事本.vshost.exe.manifest
?????文件???????4931??2020-07-24?09:42??產品記事本\產品記事本\bin\Debug\測試用\JL903B1_20200722105222494.xm
?????文件???????5101??2020-07-22?13:19??產品記事本\產品記事本\bin\Debug\測試用\JL903B_20200722102303825.xm
?????文件???????2268??2020-07-16?11:02??產品記事本\產品記事本\bin\Debug\測試用\ZB902A1D_20200716110232003.xm
?????文件???????2266??2020-07-16?10:47??產品記事本\產品記事本\bin\Debug\測試用\ZB902A1_20200716104734845.xm
?????文件???????2268??2020-07-16?11:04??產品記事本\產品記事本\bin\Debug\測試用\ZB902A2B_20200716110358854.xm
?????文件???????2256??2020-07-16?11:03??產品記事本\產品記事本\bin\Debug\測試用\ZB902A2_20200716110325138.xm
?????文件???????2252??2020-07-22?11:58??產品記事本\產品記事本\bin\Debug\測試用\ZB902A4_20200716110527454.xm
?????文件???????2263??2020-07-16?11:06??產品記事本\產品記事本\bin\Debug\測試用\ZB902A5B_20200716110639630.xm
?????文件???????2256??2020-07-22?11:58??產品記事本\產品記事本\bin\Debug\測試用\ZB902A5_20200716110603686.xm
?????文件???????2263??2020-07-16?10:49??產品記事本\產品記事本\bin\Debug\測試用\ZB902AD_20200716104626100.xm
?????文件???????2260??2020-07-16?10:49??產品記事本\產品記事本\bin\Debug\測試用\ZB902A_20200716103103384.xm
?????文件??????81408??2020-07-30?19:08??產品記事本\產品記事本\bin\Release\產品記事本.exe
?????文件?????114176??2020-07-30?19:08??產品記事本\產品記事本\bin\Release\產品記事本.pdb
?????文件??????24216??2020-07-30?19:26??產品記事本\產品記事本\bin\Release\產品記事本.vshost.exe
?????文件????????490??2012-06-06?02:06??產品記事本\產品記事本\bin\Release\產品記事本.vshost.exe.manifest
?????文件?????163840??2020-07-16?08:11??產品記事本\產品記事本\bin\Release\記事本\產品記事本.exe
?????文件???13283254??2020-07-13?18:39??產品記事本\產品記事本\bin\Release\記事本\測試用\123.bmp
?????文件????????937??2020-07-14?19:16??產品記事本\產品記事本\bin\Release\記事本\測試用\1_20200714191612428.xm
............此處省略73個文件信息
評論
共有 條評論