12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448 |
- using OTS.WinFormsUI.Docking;
- using SourceGrid;
- using System;
- using System.Collections;
- using System.Collections.Generic;
- using System.Data;
- using System.Drawing;
- using System.Linq;
- using System.Windows.Forms;
- using System.Xml;
- using System.Xml.Linq;
- namespace OTSPartA_STDEditor
- {
- public partial class Form_Main : Form
- {
- public STDRuleslist m_STDRuleslist = null;
- public Attributes m_Attributes = null;
- public SubMidWindow m_SubMidWindow = null;
- /// <summary>
- /// 实际存储的字典
- /// </summary>
- public Dictionary<int, STDdata> STDDictionary = new Dictionary<int, STDdata>();
- /// <summary>
- /// 原始数据字典用于在关闭时比较是否弹出保存提示
- /// </summary>
- private Dictionary<int, STDdata> STDDictionaryInitial = new Dictionary<int, STDdata>();
- public Dictionary<int, string> GroupIdDictionaryFromId = new Dictionary<int, string>();
- public Dictionary<string, int> GroupIdDictionaryFromName = new Dictionary<string, int>();
- string STDDBAddress_backupDirectory = Application.StartupPath + "\\Config\\SysData\\LibBackup\\";
- public string STDDBAddress = "";
- /// <summary>
- /// 0:正在打开的标准库路径;1:所增加标准的颗粒所在结果库位置;2:所增加标准的颗粒FieldId;3:所增加标准的颗粒ParticleId;4:所增加标准的颗粒XRayId
- /// </summary>
- List<string> ImportArgs = new List<string>();
- //国际化
- public Language lan;
- Hashtable table;
- //是否做出过更改
- public bool IsModified { set; get; }
- public bool Isoldversion { set; get; }
- public static readonly string[] ColorGroup = { "#FFB6C1", "#FFC0CB", "#DC143C", "#FFF0F5", "#DB7093", "#FF69B4", "#FF1493", "#C71585", "#DA70D6", "#D8BFD8", "#DDA0DD", "#EE82EE", "#FF00FF", "#8B008B", "#800080", "#BA55D3", "#9400D3", "#9932CC", "#4B0082", "#8A2BE2", "#9370DB","#7B68EE", "#6A5ACD", "#483D8B", "#E6E6FA", "#F8F8FF", "#0000FF", "#0000CD", "#191970", "#00008B", "#000080", "#4169E1" , "#6495ED", "#B0C4DE", "#778899", "#708090", "#1E90FF", "#F0F8FF", "#00FFFF" };
- public Form_Main()
- {
- InitializeComponent();
- m_STDRuleslist = new STDRuleslist(this);
- m_Attributes = new Attributes(this);
- m_SubMidWindow = new SubMidWindow(this);
- }
- public Form_Main(string[] ImportStandardLibraryArgs)
- {
- InitializeComponent();
- m_STDRuleslist = new STDRuleslist(this);
- m_Attributes = new Attributes(this);
- m_SubMidWindow = new SubMidWindow(this);
- foreach (var it in ImportStandardLibraryArgs)
- {
- ImportArgs.Add(it);
- }
- }
- private void Form_ConstantsEditor2_Load(object sender, EventArgs e)
- {
- lan = new Language(this);
- table = lan.GetNameTable("Form_Main");
- if (STDDBAddress != "")
- {
- InitForms(STDDBAddress);
- this.Text = this.Text.Split(' ')[0] + " " + STDDBAddress;
- IsModified = false;
- if (ImportArgs.Count > 1)
- {
- ImportStandardLibraryTypeSelection m_importStandardLibraryTypeSelection = new ImportStandardLibraryTypeSelection();
- var result = m_importStandardLibraryTypeSelection.ShowDialog();
- if (m_importStandardLibraryTypeSelection.SelectEvent == "expression")
- {
- int STDId = AddSTDDictionaryItem();
- m_STDRuleslist.AddNewRow(STDId, "NewClassify", Attributes.colorHx16toRGB(STDDictionary[STDId].Color));
- }
- }
- }
- }
- void LoadConstants(string STDDBAddress)
- {
- try
- {
- System.Data.SQLite.SQLiteConnection m_dbConnection = new System.Data.SQLite.SQLiteConnection("data source='" + STDDBAddress + "'");
- m_dbConnection.Open();
- System.Data.SQLite.SQLiteDataAdapter m_dataAdapter = new System.Data.SQLite.SQLiteDataAdapter("select * from Constants", m_dbConnection);
- DataSet ds = new DataSet();
- m_dataAdapter.Fill(ds);
- DataTable dt = ds.Tables[0];
- if (dt.Rows.Count > 0)
- {
- string ConstantsStr = dt.Rows[0][0].ToString();
- ConstantsStr = ConstantsStr.Replace(" ", "");
- string[] ConstantsStr2 = ConstantsStr.Split(',');
- m_SubMidWindow.m_STDEditor.comboBox_Constants.Items.Clear();
- m_SubMidWindow.m_STDEditor.comboBox_Constants.Items.AddRange(ConstantsStr2);
- }
- m_dbConnection.Close();
- }
- catch (Exception ee)
- {
- MessageBox.Show(ee.ToString());
- }
- }
- bool LoadClassifyToDictionary(string DBAddress, ref Dictionary<int, STDdata> STDDictionary)
- {
- try
- {
- //STDDictionaryInitial.Clear();
- System.Data.SQLite.SQLiteConnection m_dbConnection = new System.Data.SQLite.SQLiteConnection("data source='" + DBAddress + "'");
- m_dbConnection.Open();
- System.Data.SQLite.SQLiteDataAdapter m_dataAdapter = new System.Data.SQLite.SQLiteDataAdapter("select * from ClassifySTD order by ListNum", m_dbConnection);
- DataSet ds = new DataSet();
- m_dataAdapter.Fill(ds);
- DataTable dt = ds.Tables[0];
- if (dt != null)
- {
- if ((dt.Columns.Contains("IfElementAnalysis")))
- {
- rbSave.Enabled = true;
- Isoldversion = false;
- }
- else
- {
- MessageBox.Show("该标准库为旧版本,只能进行另存操作!", "注意");
- rbSave.Enabled = false;
- Isoldversion = true;
- }
- if (dt.Rows.Count > 0)
- {
- foreach (DataRow item in dt.Rows)
- {
- STDdata new_STDdata = new STDdata();
- new_STDdata.Hardness = item["Hardness"].ToString();
- new_STDdata.Density = item["Density"].ToString();
- new_STDdata.Electrical_conductivity = item["Electrical_conductivity"].ToString();
- new_STDdata.BSE = item["BSE"].ToString();
- new_STDdata.Formula = item["Formula"].ToString();
- new_STDdata.Element = item["Element"].ToString();
- new_STDdata.StrName = item["StrName"].ToString();
- new_STDdata.Expression = item["Expression"].ToString();
- new_STDdata.Color = item["Color"].ToString();
- new_STDdata.KeyElementList = item["KeyElementList"].ToString();
- new_STDdata.SubElementList = item["SubElementList"].ToString();
- new_STDdata.GroupId = item["GroupId"].ToString();
- new_STDdata.ListNum = item["ListNum"].ToString();
- new_STDdata.GroupId = item["GroupId"].ToString();
- if (dt.Columns.Contains("IfElementAnalysis"))
- {
- if (Convert.ToBoolean(item["IfElementAnalysis"]))
- {
- new_STDdata.IfElementAnalysis = true;
- }
- else
- {
- new_STDdata.IfElementAnalysis = false;
- }
- }
- STDDictionary.Add(int.Parse(item["STDId"].ToString()), new_STDdata);
- }
- }
- }
- return true;
- }
- catch /*(Exception ee)*/
- {
- MessageBox.Show("The selected standard library is formatted incorrectly, please open the correct standard library!", "Tip");
- return false;
- }
- }
- public void ChangeSTDEditorAndGrid_Attributes(int STDId)
- {
- m_SubMidWindow.ChangeText_textbox_STDEditor(STDId);
- m_Attributes.SetDatatoGrid_Attributes(STDId);
- }
- private void rbBackup_Click(object sender, EventArgs e)
- {
- if (m_STDRuleslist.Grid_Minerals.Selection.ActivePosition.Row >= 0)
- {
- SaveDataOfSelRule(m_STDRuleslist.Grid_Minerals.Selection.ActivePosition.Row, m_STDRuleslist.Grid_Minerals.Selection.ActivePosition.Column);
- }
- try
- {
- SaveFileDialog saveFile = new SaveFileDialog();
- saveFile.Title = "Please select the path which to save the file";
- saveFile.Filter = "Database File(*.db)|*.db";
- saveFile.InitialDirectory = Application.StartupPath + "\\Config\\SysData\\";
- saveFile.OverwritePrompt = false; //是否覆盖当前文件
- if (saveFile.ShowDialog() == DialogResult.OK)
- {
- if (STDDBAddress == saveFile.FileName)
- {
- MessageBox.Show("不能另存为同名文件!", "Tip");
- return;
- }
- FormForWaiting forWaiting = new FormForWaiting();
- forWaiting.Show();
- System.IO.File.Copy(STDDBAddress, saveFile.FileName, true);
- bool result = SaveAsDictionaryToClassify(saveFile.FileName);
- if (result)
- {
- STDDictionaryInitial.Clear();
- STDDictionaryInitial = Clone(STDDictionary) as Dictionary<int, STDdata>;
- STDDBAddress = saveFile.FileName;
- this.Text = this.Text.Split(' ')[0] + " " + saveFile.FileName;
- IsModified = false;
- forWaiting.Close();
- MessageBox.Show("Save successful!", "Tip");
- }
- else
- {
- forWaiting.Close();
- MessageBox.Show("Save failed!", "Tip");
- }
- }
- else
- {
- return;
- }
- }
- catch (Exception ex)
- {
- MessageBox.Show(ex.Message);
- }
- }
- public bool ClearDb(string DBAddress, string DBTableName)
- {
- try
- {
- System.Data.SQLite.SQLiteConnection m_dbConnection = new System.Data.SQLite.SQLiteConnection("data source='" + DBAddress + "'");
- m_dbConnection.Open();
- System.Data.SQLite.SQLiteCommand cmm = m_dbConnection.CreateCommand();
- cmm.CommandText = "delete from " + DBTableName;
- cmm.ExecuteNonQuery();
- m_dbConnection.Close();
- return true;
- }
- catch (Exception ex)
- {
- MessageBox.Show(ex.ToString());
- return false;
- }
- }
- object Clone(Dictionary<int, STDdata> STDDictionary)
- {
- Dictionary<int, STDdata> STDDictionaryInitial = new Dictionary<int, STDdata>();
- foreach (var key in STDDictionary.Keys)
- {
- STDdata tDdata = new STDdata();
- tDdata = tDdata.Clone(STDDictionary[key]) as STDdata;
- STDDictionaryInitial.Add(key, tDdata);
- }
- return STDDictionaryInitial;
- }
- private void rbSave_Click(object sender, EventArgs e)
- {
- if (m_STDRuleslist.Grid_Minerals.Selection.ActivePosition.Row > 0)
- {
- SaveDataOfSelRule(m_STDRuleslist.Grid_Minerals.Selection.ActivePosition.Row, 0);
- }
- if (RuleformatcheckAndSave())
- {
- FormForWaiting forWaiting = new FormForWaiting();
- forWaiting.Show();
- bool result = SaveDictionaryToClassify(STDDBAddress);
- if (result)
- {
- STDDictionaryInitial.Clear();
- STDDictionaryInitial = Clone(STDDictionary) as Dictionary<int, STDdata>;
- forWaiting.Close();
- IsModified = false;
- MessageBox.Show("Save successful!", "Tip");
- }
- else
- {
- forWaiting.Close();
- MessageBox.Show("Save failed!", "Tip");
- }
- }
- else
- {
- return;
- }
- }
- bool RuleformatcheckAndSave()
- {
- foreach (var ite in STDDictionary)
- {
- if (CheckExpression(ite.Value.Expression))
- {
- }
- else
- {
- Position pos = new Position(Convert.ToInt32(ite.Value.ListNum), 0);
- m_STDRuleslist.Grid_Minerals[Convert.ToInt32(ite.Value.ListNum), 0].Grid.Select();
- m_STDRuleslist.Grid_Minerals.Selection.Focus(pos, true);
- m_STDRuleslist.Grid_Minerals.Refresh();
- ChangeSTDEditorAndGrid_Attributes(ite.Key);
- m_STDRuleslist.PreRow = Convert.ToInt32(ite.Value.ListNum);
- return false;
- }
- }
- return true;
- }
- /// <summary>
- /// [颜色:RGB转成16进制]
- /// </summary>
- /// <param name="R">红 int</param>
- /// <param name="G">绿 int</param>
- /// <param name="B">蓝 int</param>
- /// <returns></returns>
- public static string colorRGBtoHx16(int R, int G, int B)
- {
- return System.Drawing.ColorTranslator.ToHtml(System.Drawing.Color.FromArgb(R, G, B));
- }
- //表达式规则检查
- public bool CheckExpression(string Expression)
- {
- string str_RemoveBlank = Expression.Replace(" ", "");
- if (!string.IsNullOrEmpty(str_RemoveBlank))
- {
- str_RemoveBlank = str_RemoveBlank.Replace("\r\n", "");
- //分割符号检验
- string[] Symbol = { "and", "or", "+", "-", "*", "/", "=", ">", "<" };
- for (int i = 0; i < Symbol.Length; i++)
- {
- for (int j = 0; j < Symbol.Length; j++)
- {
- if ((Symbol[i] + Symbol[j]) != ">=" && (Symbol[i] + Symbol[j]) != "<=")
- {
- if (str_RemoveBlank.Contains(Symbol[i] + Symbol[j]))
- {
- MessageBox.Show("Invalid string exists:" + Symbol[i] + Symbol[j], "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
- return false;
- }
- }
- }
- if (str_RemoveBlank.Contains(Symbol[i] + ")") || str_RemoveBlank.Contains("(" + Symbol[i]))
- {
- MessageBox.Show("Invalid string exists:" + Symbol[i] + ")", "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
- return false;
- }
- if (str_RemoveBlank.Contains("(" + Symbol[i]))
- {
- MessageBox.Show("Invalid string exists:" + "(" + Symbol[i], "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
- return false;
- }
- //尾字符检测
- int n= Symbol[i].Length;
- if (str_RemoveBlank.Length >= n)
- {
- if (str_RemoveBlank.Substring(str_RemoveBlank.Length-n, n) == Symbol[i])
- {
- MessageBox.Show("Last character is error!", "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
- return false;
- }
- if (str_RemoveBlank.Substring(0, n) == Symbol[i])
- {
- MessageBox.Show("First character is error!", "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
- return false;
- }
- }
- }
- //左右括号匹配检验
- int BracketsNum = 0;
- for (int i = 0; i < str_RemoveBlank.Length; i++)
- {
- if (str_RemoveBlank[i] == '(') BracketsNum++;
- if (str_RemoveBlank[i] == ')') BracketsNum--;
- }
- if (BracketsNum != 0)
- {
- MessageBox.Show("Number of left and right parentheses does not match!", "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
- return false;
- }
- ////首字符检测
- //if ((str_RemoveBlank[0] == '+') || (str_RemoveBlank[0] == '-') || (str_RemoveBlank[0] == '*') || (str_RemoveBlank[0] == '/') || (str_RemoveBlank[0] == '>') || (str_RemoveBlank[0] == '<') || (str_RemoveBlank[0] == '=') || (str_RemoveBlank[0] == ')') || (str_RemoveBlank[str_RemoveBlank.Length - 1] == '('))
- //{
- // MessageBox.Show("First character is error!", "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
- // return false;
- //}
- //if (str_RemoveBlank.Length >= 3)
- //{
- // if ((str_RemoveBlank.Substring(0, 3) == "and") || (str_RemoveBlank.Substring(0, 3) == "end"))
- // {
- // MessageBox.Show("First character is error!", "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
- // return false;
- // }
- //}
- //forth_elem干扰or分隔符,故先行去掉
- //str_RemoveBlank = str_RemoveBlank.Replace("fourth_elem", "");
- string[] str_Removeand = System.Text.RegularExpressions.Regex.Split(str_RemoveBlank, "and", System.Text.RegularExpressions.RegexOptions.None);
- List<string> str_Removeandor = new List<string>();
- for (int i = 0; i < str_Removeand.Length; i++)
- {
- str_Removeandor.AddRange(System.Text.RegularExpressions.Regex.Split(str_Removeand[i], "or", System.Text.RegularExpressions.RegexOptions.None));
- }
- List<string> list_all = new List<string>();
- for (int i = 0; i < str_Removeandor.Count; i++)
- {
- list_all.AddRange(str_Removeandor[i].Split(new char[] { '+', '-', '*', '/', '=', '>', '<', '(', ')' }));
- }
- //常量
- List<string> Constantslist = new List<string>();
- for (int j = 0; j < m_SubMidWindow.m_STDEditor.comboBox_Constants.Items.Count; j++)
- {
- Constantslist.Add(m_SubMidWindow.m_STDEditor.comboBox_Constants.Items[j].ToString().Split('=')[0]);
- }
- for (int i = 0; i < list_all.Count; i++)
- {
- //周期元素?
- if (this.m_SubMidWindow.m_STDEditor.comboBox_PeriodicTable.Items.Contains(list_all[i]))
- {
- continue;
- }
- //first_elem?
- if (this.m_SubMidWindow.m_STDEditor.comboBox_Elem1.Items.Contains(list_all[i]))
- {
- continue;
- }
- //Element1?
- if (this.m_SubMidWindow.m_STDEditor.comboBox_Elem.Items.Contains(list_all[i]))
- {
- continue;
- }
- //其它元素?
- if (this.m_SubMidWindow.m_STDEditor.comboBox_ImgProperty.Items.Contains(list_all[i]))
- {
- continue;
- }
- //常量?
- if (Constantslist.Contains(list_all[i]))
- {
- continue;
- }
- //数字?
- double DNum = 0;
- if (double.TryParse(list_all[i], out DNum))
- {
- continue;
- }
- //>=? <=?等其它情况
- if (list_all[i] == "")
- {
- continue;
- }
- //true false?
- if ((list_all[i] == "true") || (list_all[i] == "false"))
- {
- continue;
- }
- MessageBox.Show("Please check whether the input rules are correct, error characters:" + list_all[i], "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
- return false;
- }
- //检测是否有<>= true,false
- if (!Expression.Contains("<") && !Expression.Contains(">") && !Expression.Contains("=") && Expression.ToLower() != "true" && Expression.ToLower() != "false")
- {
- MessageBox.Show("Expressions have no effect!", "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
- return false;
- }
- }
- else
- {
- MessageBox.Show("The expresstion is mull!", "Tip", MessageBoxButtons.OK, MessageBoxIcon.Error);
- return false;
- }
- return true;
- }
- /// <summary>
- /// 属性检测
- /// </summary>
- /// <param name="ddata"></param>
- /// <returns></returns>
- public bool CheckAttributes(STDdata ddata)
- {
- if (string.IsNullOrEmpty(ddata.StrName))
- {
- MessageBox.Show("Rule name can not be null !", "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
- }
- //if (string.IsNullOrEmpty(ddata.g)
- //{
- // if (!GroupIdDictionaryFromName.ContainsKey(m_Attributes.Grid_Attributes[11, 1].Value.ToString()))
- // {
- // Position pos = new Position(11, 1);
- // m_Attributes.Grid_Attributes.Selection.Focus(pos, true);
- // MessageBox.Show("This group name is not included, please fill in again!", "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
- // return false;
- // }
- //}
- #region 化学式和元素暂无限制
- //if (m_Attributes.Grid_Attributes[7, 1].Value.ToString())
- //{
- // Position pos = new Position(7, 1);
- // m_Attributes.Grid_Attributes.Selection.Focus(pos, true);
- // MessageBox.Show(table["message10"].ToString(), table["message32"].ToString(), MessageBoxButtons.OK, MessageBoxIcon.Information);
- // return false;
- //}
- //if (m_Attributes.Grid_Attributes[8, 1].Value.ToString())
- //{
- // Position pos = new Position(8, 1);
- // m_Attributes.Grid_Attributes.Selection.Focus(pos, true);
- // MessageBox.Show(table["message10"].ToString(), table["message32"].ToString(), MessageBoxButtons.OK, MessageBoxIcon.Information);
- // return false;
- //}
- #endregion
- return true;
- }
- public void SaveDataOfSelRule(int PreRow, int PreColumn)
- {
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].StrName = Convert.ToString(m_Attributes.Grid_Attributes[2, 1].Value);
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].Color = colorRGBtoHx16(m_Attributes.Grid_Attributes[3, 1].View.BackColor.R, m_Attributes.Grid_Attributes[3, 1].View.BackColor.G, m_Attributes.Grid_Attributes[3, 1].View.BackColor.B);
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].IfElementAnalysis = Convert.ToBoolean(m_Attributes.Grid_Attributes[4, 1].Value);
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].Hardness = Convert.ToString(m_Attributes.Grid_Attributes[5, 1].Value);
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].Density = Convert.ToString(m_Attributes.Grid_Attributes[6, 1].Value);
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].Electrical_conductivity = Convert.ToString(m_Attributes.Grid_Attributes[7, 1].Value);
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].BSE = Convert.ToString(m_Attributes.Grid_Attributes[8, 1].Value);
- if (m_Attributes.Grid_Attributes[9, 1].Value != null)
- {
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].Formula = Convert.ToString(m_Attributes.Grid_Attributes[9, 1].Value);
- }
- else
- {
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].Formula = "";
- }
- if (m_Attributes.Grid_Attributes[10, 1].Value != null)
- {
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].Element = Convert.ToString(m_Attributes.Grid_Attributes[10, 1].Value);
- }
- else
- {
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].Element = "";
- }
- if (m_Attributes.Grid_Attributes[11, 1].Value != null)
- {
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].GroupId = GroupIdDictionaryFromName[Convert.ToString(m_Attributes.Grid_Attributes[11, 1].Value)].ToString();
- }
- else
- {
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].GroupId = "0";
- }
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].Expression = m_SubMidWindow.m_STDEditor.textbox_STDEditor.Text.ToString();
- string sKeyElements = "";
- for (int i = 0; i < m_SubMidWindow.m_STDEditor.dataGridView_KeyElements.Columns.Count; i++)
- {
- sKeyElements += m_SubMidWindow.m_STDEditor.dataGridView_KeyElements.Rows[0].Cells[i].Value.ToString() + ",";
- }
- if (sKeyElements.Length > 0)
- {
- sKeyElements = sKeyElements.Substring(0, sKeyElements.Length - 1);
- }
- string sSubElements = "";
- for (int i = 0; i < m_SubMidWindow.m_STDEditor.dataGridView_SubElements.Columns.Count; i++)
- {
- sSubElements += m_SubMidWindow.m_STDEditor.dataGridView_SubElements.Rows[0].Cells[i].Value.ToString() + ",";
- }
- if (sSubElements.Length > 0)
- {
- sSubElements = sSubElements.Substring(0, sSubElements.Length - 1);
- }
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].KeyElementList = sKeyElements;
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].SubElementList = sSubElements;
- STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[PreRow, 0].Tag.ToString())].ListNum = PreRow.ToString();
- }
- /// <summary>
- /// 保存ClassifySTD库和MineralElements库
- /// </summary>
- /// <param name="DBAddress"></param>
- /// <returns></returns>
- bool SaveDictionaryToClassify(string DBAddress)
- {
- //保存列表顺序
- for (int i = 1; i < m_STDRuleslist.Grid_Minerals.RowsCount; i++)
- {
- STDDictionary[(int)m_STDRuleslist.Grid_Minerals[i, 0].Tag].ListNum = i.ToString();
- }
- try
- {
- System.Data.SQLite.SQLiteConnection m_dbConnection = new System.Data.SQLite.SQLiteConnection("data source='" + DBAddress + "'");
- m_dbConnection.Open();
- System.Data.SQLite.SQLiteCommand cmm = m_dbConnection.CreateCommand();
- cmm.CommandText = "delete from ClassifySTD";
- //cmm.CommandText = "delete from ClassifySTD_Backup";
- try
- {
- cmm.ExecuteNonQuery();
- }
- catch (Exception ex)
- {
- MessageBox.Show(ex.ToString());
- return false;
- }
- System.Data.SQLite.SQLiteDataAdapter m_dataAdapter = new System.Data.SQLite.SQLiteDataAdapter("select * from ClassifySTD", m_dbConnection);
- //System.Data.SQLite.SQLiteDataAdapter m_dataAdapter = new System.Data.SQLite.SQLiteDataAdapter("select * from ClassifySTD_Backup", m_dbConnection);
- System.Data.SQLite.SQLiteCommandBuilder qLiteCommandBuilder = new System.Data.SQLite.SQLiteCommandBuilder(m_dataAdapter);
- DataSet ds = new DataSet();
- m_dataAdapter.Fill(ds, "ClassifySTD");
- DataTable dt = ds.Tables["ClassifySTD"];
- //m_dataAdapter.Fill(ds, "ClassifySTD_Backup");
- //DataTable dt = ds.Tables["ClassifySTD_Backup"];
- dt.Clear();
- foreach (KeyValuePair<int, STDdata> kv in STDDictionary)
- {
- string UsingElementList = "";
- string UsingImgPropertyList = "";
- string UsingOtherPropertyList = "";
- List<string> UsingElementL = new List<string>();
- List<string> UsingImgPropertyL = new List<string>();
- List<string> UsingOtherPropertyL = new List<string>();
- string str_RemoveBlank = kv.Value.Expression;
- ////forth_elem干扰or分隔符,故先行去掉
- //if (str_RemoveBlank.Contains("fourth_elem"))
- //{
- // str_RemoveBlank = str_RemoveBlank.Replace("fourth_elem", "");
- // UsingOtherPropertyList = "fourth_elem";
- //}
- str_RemoveBlank = str_RemoveBlank.Replace(" ", "");
- string[] str_Removeand = System.Text.RegularExpressions.Regex.Split(str_RemoveBlank, "and", System.Text.RegularExpressions.RegexOptions.None);
- List<string> str_Removeandor = new List<string>();
- for (int i = 0; i < str_Removeand.Length; i++)
- {
- str_Removeandor.AddRange(System.Text.RegularExpressions.Regex.Split(str_Removeand[i], "or", System.Text.RegularExpressions.RegexOptions.None));
- }
- List<string> list_all = new List<string>();
- for (int i = 0; i < str_Removeandor.Count; i++)
- {
- list_all.AddRange(str_Removeandor[i].Split(new char[] { '+', '-', '*', '/', '=', '>', '<', '(', ')' }));
- }
- for (int i = 0; i < list_all.Count; i++)
- {
- //周期元素?
- if (m_SubMidWindow.m_STDEditor.comboBox_PeriodicTable.Items.Contains(list_all[i]))
- {
- if (!UsingElementL.Contains(list_all[i]))
- {
- UsingElementL.Add(list_all[i]);
- }
- }
- //first_elem?
- if (m_SubMidWindow.m_STDEditor.comboBox_Elem1.Items.Contains(list_all[i]))
- {
- if (!UsingOtherPropertyL.Contains(list_all[i]))
- {
- UsingOtherPropertyL.Add(list_all[i]);
- }
- }
- //Element1?
- if (m_SubMidWindow.m_STDEditor.comboBox_Elem.Items.Contains(list_all[i]))
- {
- if (!UsingOtherPropertyL.Contains(list_all[i]))
- {
- UsingOtherPropertyL.Add(list_all[i]);
- }
- }
- //其它元素?
- if (m_SubMidWindow.m_STDEditor.comboBox_ImgProperty.Items.Contains(list_all[i]))
- {
- if (!UsingImgPropertyL.Contains(list_all[i]))
- {
- UsingImgPropertyL.Add(list_all[i]);
- }
- }
- }
- if (UsingElementL.Count > 0)
- {
- for (int i = 0; i < UsingElementL.Count - 1; i++)
- {
- UsingElementList += UsingElementL[i] + ",";
- }
- UsingElementList += UsingElementL[UsingElementL.Count - 1];
- }
- if (UsingImgPropertyL.Count > 0)
- {
- for (int i = 0; i < UsingImgPropertyL.Count - 1; i++)
- {
- UsingImgPropertyList += UsingImgPropertyL[i] + ",";
- }
- UsingImgPropertyList += UsingImgPropertyL[UsingImgPropertyL.Count - 1];
- }
- if (UsingOtherPropertyL.Count > 0)
- {
- for (int i = 0; i < UsingOtherPropertyL.Count - 1; i++)
- {
- UsingOtherPropertyList += UsingOtherPropertyL[i] + ",";
- }
- UsingOtherPropertyList += UsingOtherPropertyL[UsingOtherPropertyL.Count - 1];
- }
- DataRow newRow = dt.NewRow();
- newRow["STDId"] = kv.Key;
- newRow["StrName"] = kv.Value.StrName;
- newRow["Color"] = kv.Value.Color;
- newRow["KeyElementList"] = kv.Value.KeyElementList;
- newRow["SubElementList"] = kv.Value.SubElementList;
- newRow["UsingImgPropertyList"] = UsingImgPropertyList;
- newRow["UsingOtherPropertyList"] = UsingOtherPropertyList;
- newRow["Expression"] = kv.Value.Expression;
- newRow["Hardness"] = kv.Value.Hardness;
- newRow["Density"] = kv.Value.Density;
- newRow["Electrical_conductivity"] = kv.Value.Electrical_conductivity;
- newRow["BSE"] = int.Parse(kv.Value.BSE);
- newRow["Formula"] = kv.Value.Formula;
- newRow["Element"] = kv.Value.Element;
- newRow["IfElementAnalysis"] = kv.Value.IfElementAnalysis;
- newRow["GroupId"] = int.Parse(kv.Value.GroupId);
- newRow["ListNum"] = kv.Value.ListNum;
- dt.Rows.Add(newRow);
- }
- m_dataAdapter.Update(ds, "ClassifySTD");
- m_dbConnection.Close();
- }
- catch (Exception ex)
- {
- MessageBox.Show(ex.ToString());
- return false;
- }
- return true;
- }
- bool SaveAsDictionaryToClassify(string DBAddress)
- {
- ////保存列表顺序
- //for (int i = 1; i < m_STDRuleslist.Grid_Minerals.RowsCount; i++)
- //{
- // STDDictionary[(int)m_STDRuleslist.Grid_Minerals[i, 0].Tag].ListNum = i.ToString();
- //}
- try
- {
- System.Data.SQLite.SQLiteConnection m_dbConnection = new System.Data.SQLite.SQLiteConnection("data source='" + DBAddress + "'");
- m_dbConnection.Open();
- System.Data.SQLite.SQLiteCommand cmm = m_dbConnection.CreateCommand();
- cmm.CommandText = "drop table ClassifySTD";
- cmm.ExecuteNonQuery();
- cmm.CommandText = "CREATE TABLE ClassifySTD (STDId INTEGER,StrName TEXT, Color TEXT,KeyElementList TEXT,SubElementList TEXT,UsingImgPropertyList TEXT,UsingOtherPropertyList TEXT,Expression TEXT,Hardness TEXT,Density TEXT,Electrical_conductivity TEXT,BSE INTEGER,Formula TEXT,Element TEXT,IfElementAnalysis BOOLEAN,ListNum INT,GroupId INT)";
- cmm.ExecuteNonQuery();
- System.Data.Common.DbTransaction trans = m_dbConnection.BeginTransaction();
- trans.Commit();
- System.Data.SQLite.SQLiteDataAdapter m_dataAdapter = new System.Data.SQLite.SQLiteDataAdapter("select * from ClassifySTD", m_dbConnection);
- System.Data.SQLite.SQLiteCommandBuilder qLiteCommandBuilder = new System.Data.SQLite.SQLiteCommandBuilder(m_dataAdapter);
- DataSet ds = new DataSet();
- m_dataAdapter.Fill(ds, "ClassifySTD");
- DataTable dt = ds.Tables["ClassifySTD"];
- foreach (KeyValuePair<int, STDdata> kv in STDDictionary)
- {
- string UsingElementList = "";
- string UsingImgPropertyList = "";
- string UsingOtherPropertyList = "";
- List<string> UsingElementL = new List<string>();
- List<string> UsingImgPropertyL = new List<string>();
- List<string> UsingOtherPropertyL = new List<string>();
- string str_RemoveBlank = kv.Value.Expression;
- ////forth_elem干扰or分隔符,故先行去掉
- //if (str_RemoveBlank.Contains("fourth_elem"))
- //{
- // str_RemoveBlank = str_RemoveBlank.Replace("fourth_elem", "");
- // UsingOtherPropertyList = "fourth_elem,";
- //}
- str_RemoveBlank = str_RemoveBlank.Replace(" ", "");
- string[] str_Removeand = System.Text.RegularExpressions.Regex.Split(str_RemoveBlank, "and", System.Text.RegularExpressions.RegexOptions.None);
- List<string> str_Removeandor = new List<string>();
- for (int i = 0; i < str_Removeand.Length; i++)
- {
- str_Removeandor.AddRange(System.Text.RegularExpressions.Regex.Split(str_Removeand[i], "or", System.Text.RegularExpressions.RegexOptions.None));
- }
- List<string> list_all = new List<string>();
- for (int i = 0; i < str_Removeandor.Count; i++)
- {
- list_all.AddRange(str_Removeandor[i].Split(new char[] { '+', '-', '*', '/', '=', '>', '<', '(', ')' }));
- }
- for (int i = 0; i < list_all.Count; i++)
- {
- //周期元素?
- if (m_SubMidWindow.m_STDEditor.comboBox_PeriodicTable.Items.Contains(list_all[i]))
- {
- if (!UsingElementL.Contains(list_all[i]))
- {
- UsingElementL.Add(list_all[i]);
- }
- }
- //first_elem?
- if (m_SubMidWindow.m_STDEditor.comboBox_Elem1.Items.Contains(list_all[i]))
- {
- if (!UsingOtherPropertyL.Contains(list_all[i]))
- {
- UsingOtherPropertyL.Add(list_all[i]);
- }
- }
- //Element1?
- if (m_SubMidWindow.m_STDEditor.comboBox_Elem.Items.Contains(list_all[i]))
- {
- if (!UsingOtherPropertyL.Contains(list_all[i]))
- {
- UsingOtherPropertyL.Add(list_all[i]);
- }
- }
- //其它元素?
- if (m_SubMidWindow.m_STDEditor.comboBox_ImgProperty.Items.Contains(list_all[i]))
- {
- if (!UsingImgPropertyL.Contains(list_all[i]))
- {
- UsingImgPropertyL.Add(list_all[i]);
- }
- }
- }
- if (UsingElementL.Count > 0)
- {
- for (int i = 0; i < UsingElementL.Count - 1; i++)
- {
- UsingElementList += UsingElementL[i] + ",";
- }
- UsingElementList += UsingElementL[UsingElementL.Count - 1];
- }
- if (UsingImgPropertyL.Count > 0)
- {
- for (int i = 0; i < UsingImgPropertyL.Count - 1; i++)
- {
- UsingImgPropertyList += UsingImgPropertyL[i] + ",";
- }
- UsingImgPropertyList += UsingImgPropertyL[UsingImgPropertyL.Count - 1];
- }
- if (UsingOtherPropertyL.Count > 0)
- {
- for (int i = 0; i < UsingOtherPropertyL.Count - 1; i++)
- {
- UsingOtherPropertyList += UsingOtherPropertyL[i] + ",";
- }
- UsingOtherPropertyList += UsingOtherPropertyL[UsingOtherPropertyL.Count - 1];
- }
- DataRow newRow = dt.NewRow();
- newRow["STDId"] = kv.Key;
- newRow["StrName"] = kv.Value.StrName;
- newRow["Color"] = kv.Value.Color;
- newRow["KeyElementList"] = kv.Value.KeyElementList;
- newRow["SubElementList"] = kv.Value.SubElementList;
- newRow["UsingImgPropertyList"] = UsingImgPropertyList;
- newRow["UsingOtherPropertyList"] = UsingOtherPropertyList;
- newRow["Expression"] = kv.Value.Expression;
- newRow["Hardness"] = kv.Value.Hardness;
- newRow["Density"] = kv.Value.Density;
- newRow["Electrical_conductivity"] = kv.Value.Electrical_conductivity;
- newRow["BSE"] = int.Parse(kv.Value.BSE);
- newRow["Formula"] = kv.Value.Formula;
- newRow["Element"] = kv.Value.Element;
- newRow["IfElementAnalysis"] = kv.Value.IfElementAnalysis;
- newRow["GroupId"] = int.Parse(kv.Value.GroupId);
- newRow["ListNum"] = kv.Value.ListNum;
- dt.Rows.Add(newRow);
- }
- m_dataAdapter.Update(ds, "ClassifySTD");
- m_dbConnection.Close();
- }
- catch (Exception ex)
- {
- MessageBox.Show(ex.ToString());
- return false;
- }
- return true;
- }
- public int AddSTDDictionaryItem()
- {
- STDdata new_STDdata = new STDdata();//定义一个TreeNode节点对象
- new_STDdata.Hardness = "1";
- new_STDdata.Density = "1";
- new_STDdata.Electrical_conductivity = "1";
- new_STDdata.BSE = "1";
- new_STDdata.Formula = "1";
- new_STDdata.Element = "1";
- new_STDdata.StrName = "NewRuleName";
- //new_STDdata.Expression = "NewRules";
- new_STDdata.Expression = "false";
- new_STDdata.KeyElementList = "";
- new_STDdata.SubElementList = "";
- Random random = new Random();
- new_STDdata.Color = ColorGroup[random.Next(ColorGroup.Length)];
- int STDId = 40000;
- foreach (KeyValuePair<int, STDdata> kv in STDDictionary)
- {
- if (STDId < kv.Key)
- {
- STDId = kv.Key;
- }
- }
- STDDictionary.Add(STDId + 1, new_STDdata);
- return STDId + 1;
- }
- public void RemoveSTDDictionaryItem(int STDId)
- {
- STDDictionary.Remove(STDId);
- }
- public void ChangeStrName(int RowNum, string NewStrName)
- {
- STDDictionary[(int)m_STDRuleslist.Grid_Minerals[RowNum, 0].Tag].StrName = NewStrName;
- m_Attributes.Grid_Attributes[2, 1].Value = NewStrName;
- }
- public void ChangeSTDRulesLISTBackColor()
- {
- int stdid = m_STDRuleslist.ChangeSTDRulesLISTBackColor();
- }
- public void ChangeSTDRuleName(String RuleName)
- {
- m_STDRuleslist.Grid_Minerals[m_STDRuleslist.Grid_Minerals.Selection.ActivePosition.Row, 0].Value = RuleName;
- }
- public void SetNull()
- {
- m_SubMidWindow.m_STDEditor.textbox_STDEditor.Text = "";
- for (int i = 1; i < m_Attributes.Grid_Attributes.RowsCount - 1; i++)
- {
- if (m_Attributes.Grid_Attributes[i, 1].Value != null)
- {
- if (m_Attributes.Grid_Attributes[i, 1].View is SourceGrid.Cells.Views.CheckBox)
- {
- m_Attributes.Grid_Attributes[i, 1].Value = true;
- }
- else
- {
- m_Attributes.Grid_Attributes[i, 1].Value = "";
- }
- }
- }
- SourceGrid.Cells.Views.Cell view = new SourceGrid.Cells.Views.Cell();
- view.BackColor = Color.White;
- m_Attributes.Grid_Attributes[2, 1].View = view;
- m_SubMidWindow.m_STDEditor.dataGridView_KeyElements.Rows.Clear();
- m_SubMidWindow.m_STDEditor.dataGridView_KeyElements.Columns.Clear();
- m_SubMidWindow.m_STDEditor.dataGridView_SubElements.Rows.Clear();
- m_SubMidWindow.m_STDEditor.dataGridView_SubElements.Columns.Clear();
- }
- private void ribbon_ESDMaxRules_Click(object sender, EventArgs e)
- {
- Form_MaxEDSRules form_MaxEDSRules = new Form_MaxEDSRules(STDDBAddress);
- form_MaxEDSRules.Show();
- }
- private void ribbon_ZeroRules_Click(object sender, EventArgs e)
- {
- Form_ZeroElementRules form_ZeroElementRules = new Form_ZeroElementRules(STDDBAddress);
- form_ZeroElementRules.Show();
- }
- private void ribbon_UserConstants_Click(object sender, EventArgs e)
- {
- Form_UserConstants form_UserConstants = new Form_UserConstants(STDDBAddress);
- DialogResult dialogResult = form_UserConstants.ShowDialog();
- if (dialogResult == DialogResult.Yes)
- {
- try
- {
- System.Data.SQLite.SQLiteConnection m_dbConnection = new System.Data.SQLite.SQLiteConnection("data source='" + STDDBAddress + "'");
- m_dbConnection.Open();
- System.Data.SQLite.SQLiteDataAdapter m_dataAdapter = new System.Data.SQLite.SQLiteDataAdapter("select value from Constants", m_dbConnection);
- DataSet ds = new DataSet();
- m_dataAdapter.Fill(ds);
- DataTable dt = ds.Tables[0];
- string ConstantsStr = dt.Rows[0][0].ToString();
- ConstantsStr = ConstantsStr.Replace(" ", "");
- string[] ConstantsStr2 = ConstantsStr.Split(',');
- m_SubMidWindow.m_STDEditor.comboBox_Constants.Items.Clear();
- m_SubMidWindow.m_STDEditor.comboBox_Constants.Items.AddRange(ConstantsStr2);
- m_dbConnection.Close();
- }
- catch (Exception ee)
- {
- MessageBox.Show(ee.ToString());
- }
- }
- }
- public void AddSTDGroupsToAttribute()
- {
- try
- {
- System.Data.SQLite.SQLiteConnection m_dbConnection = new System.Data.SQLite.SQLiteConnection("data source='" + STDDBAddress + "'");
- m_dbConnection.Open();
- System.Data.SQLite.SQLiteDataAdapter m_dataAdapter = new System.Data.SQLite.SQLiteDataAdapter("select name,id from STDGroups order by iorder", m_dbConnection);
- DataSet ds = new DataSet();
- m_dataAdapter.Fill(ds);
- DataTable dt = ds.Tables[0];
- if (dt != null)
- {
- if (dt.Rows.Count >= 0)
- {
- GroupIdDictionaryFromId.Clear();
- GroupIdDictionaryFromName.Clear();
- List<string> ss = new List<string>();
- if (dt.Select("id='0'").Length == 0)
- {
- GroupIdDictionaryFromId.Add(0, "Default");
- GroupIdDictionaryFromName.Add("Default", 0);
- ss.Add("Default");
- }
- foreach (DataRow item in dt.Rows)
- {
- ss.Add(item["name"].ToString());
- GroupIdDictionaryFromName.Add(item["name"].ToString(), int.Parse(item["id"].ToString()));
- GroupIdDictionaryFromId.Add(int.Parse(item["id"].ToString()), item["name"].ToString());
- }
- SourceGrid.Cells.Editors.ComboBox GroupIdCBBox = new SourceGrid.Cells.Editors.ComboBox(typeof(string));
- GroupIdCBBox.StandardValues = ss;
- GroupIdCBBox.EditableMode = SourceGrid.EditableMode.SingleClick | SourceGrid.EditableMode.Focus;
- m_Attributes.Grid_Attributes[11, 1] = new SourceGrid.Cells.Cell("Default", GroupIdCBBox);
- GroupIdCBBox.Control.DropDownStyle = ComboBoxStyle.DropDownList; //设置下拉框为不可以编辑的状态
- }
- }
- //string ConstantsStr = dt.Rows[0][0].ToString();
- m_dbConnection.Close();
- }
- catch (Exception ee)
- {
- MessageBox.Show(ee.ToString());
- }
- }
- void SetNonexistentGroupsToDefault()
- {
- foreach (KeyValuePair<int, STDdata> kv in STDDictionary)
- {
- if (!GroupIdDictionaryFromId.Keys.Contains(int.Parse(kv.Value.GroupId)))
- {
- kv.Value.GroupId = "0";
- }
- }
- m_Attributes.Grid_Attributes.Refresh();
- }
- private void ribbon_GroupNameMaintenance_Click(object sender, EventArgs e)
- {
- //STDDictionary[int.Parse(m_STDRuleslist.Grid_Minerals[m_STDRuleslist.Grid_Minerals.Selection.ActivePosition.Row, 0].Tag.ToString())].GroupId = GroupIdDictionaryFromName[m_Attributes.Grid_Attributes[10, 1].Value.ToString()].ToString();
- int selGroupId = GroupIdDictionaryFromName[m_Attributes.Grid_Attributes[11, 1].Value.ToString()];
- Form_GroupId form_GroupId = new Form_GroupId(STDDBAddress, this);
- DialogResult dialogResult = form_GroupId.ShowDialog();
- if (dialogResult == DialogResult.Yes)
- {
- AddSTDGroupsToAttribute();
- //SetNonexistentGroupsToDefault();
- m_Attributes.Grid_Attributes[11, 1].Value = GroupIdDictionaryFromId[selGroupId];
- }
- }
- private void ribbon_Exit_Click(object sender, EventArgs e)
- {
- this.Close();
- }
- private void rbClose_Click(object sender, EventArgs e)
- {
- if (!Isoldversion)
- {
- if (!EqualsBetweenDictionary(STDDictionaryInitial, STDDictionary) || IsModified)
- {
- DialogResult dr = MessageBox.Show("Whether to save the current modification?", "Tip", MessageBoxButtons.YesNo, MessageBoxIcon.Question);
- if (dr == DialogResult.Yes)
- {
- if (m_STDRuleslist.Grid_Minerals.RowsCount > 1)
- {
- if ((m_STDRuleslist.Grid_Minerals[m_STDRuleslist.Grid_Minerals.Selection.ActivePosition.Row, 0].Value.ToString().Replace(" ", "").Trim() != ""))
- {
- SaveDataOfSelRule(m_STDRuleslist.Grid_Minerals.Selection.ActivePosition.Row, 0);
- }
- else
- {
- return;
- }
- }
- else
- {
- STDDictionaryInitial.Clear();
- }
- FormForWaiting forWaiting = new FormForWaiting();
- forWaiting.Show();
- bool result = SaveDictionaryToClassify(STDDBAddress);
- if (result)
- {
- forWaiting.Close();
- }
- else
- {
- forWaiting.Close();
- MessageBox.Show("Save failed!", "Tip");
- }
- }
- }
- }
- m_Attributes.Close();
- m_STDRuleslist.Close();
- m_SubMidWindow.m_STDEditor.Close();
- m_SubMidWindow.m_ComparativeLibrary.Close();
- m_SubMidWindow.Close();
- ButtonStatusClose();
- if (this.Text.Split(' ').Count() != 0)
- {
- this.Text = this.Text.Split(' ')[0];
- }
- }
- private void rbOpen_Click(object sender, EventArgs e)
- {
- OpenFileDialog openFileDialog = new OpenFileDialog();
- openFileDialog.Filter = "(*.db)|*.db";
- openFileDialog.RestoreDirectory = true;
- openFileDialog.InitialDirectory = Application.StartupPath + "\\Config\\SysData\\";
- openFileDialog.FilterIndex = 1;
- if (openFileDialog.ShowDialog() == DialogResult.OK)
- {
- try
- {
- STDDBAddress = openFileDialog.FileName;
- InitForms(STDDBAddress);
- this.Text = this.Text.Split(' ')[0] + " " + STDDBAddress;
- IsModified = false;
- CheckAccuracyofZeroRules();
- }
- catch(Exception ex)
- {
- MessageBox.Show(ex.ToString(), "Tip");
- }
- }
- }
- void ButtonStatusOpen()
- {
- rbOpen.Enabled = false;
- rbClose.Enabled = true;
- //rbRecover.Enabled = true;
- rbBackup.Enabled = true;
- rbSave.Enabled = true;
- rbNew.Enabled = false;
- ribbon_ZeroRules.Enabled = true;
- ribbon_ESDMaxRules.Enabled = true;
- ribbon_UserConstants.Enabled = true;
- ribbon_GroupNameMaintenance.Enabled = true;
- }
- void ButtonStatusClose()
- {
- rbOpen.Enabled = true;
- rbClose.Enabled = false;
- //rbRecover.Enabled = false;
- rbBackup.Enabled = false;
- rbSave.Enabled = false;
- rbNew.Enabled = true;
- ribbon_ZeroRules.Enabled = false;
- ribbon_ESDMaxRules.Enabled = false;
- ribbon_UserConstants.Enabled = false;
- ribbon_GroupNameMaintenance.Enabled = false;
- }
- void InitForms(string DBAddress)
- {
- STDDictionary.Clear();
- ButtonStatusOpen();
- bool ret = LoadClassifyToDictionary(DBAddress, ref STDDictionary);
- STDDictionaryInitial = Clone(STDDictionary) as Dictionary<int, STDdata>;
- if (!ret)
- {
- return;
- }
- m_STDRuleslist = new STDRuleslist(this);
- m_Attributes = new Attributes(this);
- m_SubMidWindow = new SubMidWindow(this);
- m_STDRuleslist.Show(dockPanel1, DockState.DockLeft);
- m_Attributes.Show(dockPanel1, DockState.DockRight);
- m_SubMidWindow.Show(dockPanel1, DockState.Document);
- dockPanel1.DockLeftPortion = 360;
- dockPanel1.DockRightPortion = 381;
- if (m_SubMidWindow.m_STDEditor.m_sc != null)
- {
- m_SubMidWindow.m_STDEditor.m_sc.CloseDB();
- }
- m_SubMidWindow.m_STDEditor.m_sc = new SqlLiteClass(DBAddress);
- LoadConstants(DBAddress);
- AddSTDGroupsToAttribute();
- m_SubMidWindow.m_STDEditor.textbox_STDEditor.Text = "";
- if (m_STDRuleslist.Grid_Minerals.RowsCount > 1)
- {
- m_STDRuleslist.button_UpOrder.Enabled = false;
- if (m_STDRuleslist.Grid_Minerals.RowsCount == 2) //就一条时向下按钮置灰
- {
- m_STDRuleslist.button_DownOrder.Enabled = false;
- }
- ChangeSTDEditorAndGrid_Attributes(int.Parse(m_STDRuleslist.Grid_Minerals[1, 0].Tag.ToString()));
- Position pos = new Position(1, 0);
- m_STDRuleslist.Grid_Minerals[1, 0].Grid.Select();
- m_STDRuleslist.Grid_Minerals.Selection.Focus(pos, true);
- }
- }
- bool EqualsBetweenDictionary(Dictionary<int, STDdata> STDDictionaryInitial, Dictionary<int, STDdata> STDDictionary)
- {
- if (STDDictionaryInitial.Count != STDDictionary.Count)
- {
- return false;
- }
- foreach (var key in STDDictionaryInitial.Keys)
- {
- if (STDDictionary.Keys.Contains(key))
- {
- if (!STDDictionaryInitial[key].Equals(STDDictionary[key]))
- {
- return false;
- }
- }
- else
- {
- return false;
- }
- }
- return true;
- }
- private void Form_ConstantsEditor2_FormClosing(object sender, FormClosingEventArgs e)
- {
- if (Isoldversion)
- {
- return;
- }
- if (m_STDRuleslist.Text != "")
- {
- if (!EqualsBetweenDictionary(STDDictionaryInitial, STDDictionary) || IsModified)
- {
- DialogResult dr = MessageBox.Show("Whether to save the current modification", "Tip", MessageBoxButtons.YesNo, MessageBoxIcon.Question);
- if (dr == DialogResult.Yes)
- {
- if (m_STDRuleslist.Grid_Minerals.RowsCount > 1)
- {
- if (m_STDRuleslist.Grid_Minerals[m_STDRuleslist.Grid_Minerals.Selection.ActivePosition.Row, 0].Value.ToString().Replace(" ", "").Trim() != "")
- {
- SaveDataOfSelRule(m_STDRuleslist.Grid_Minerals.Selection.ActivePosition.Row, 0);
- }
- else
- {
- e.Cancel = true;
- return;
- }
- }
- else
- {
- STDDictionaryInitial.Clear();
- }
- FormForWaiting forWaiting = new FormForWaiting();
- forWaiting.Show();
- bool result = SaveDictionaryToClassify(STDDBAddress);
- if (result)
- {
- forWaiting.Close();
- }
- else
- {
- forWaiting.Close();
- MessageBox.Show("Save failed!", "Tip");
- }
- }
- else
- {
- foreach (KeyValuePair<int, STDdata> kv in STDDictionary)
- {
- if (!GroupIdDictionaryFromId.Keys.Contains(int.Parse(kv.Value.GroupId)))
- {
- MessageBox.Show("There is non-existent grouping informations in the classification, please adjust!");
- e.Cancel = true;
- return;
- }
- }
- }
- }
- }
- }
- private void rbNew_Click(object sender, EventArgs e)
- {
- SaveFileDialog saveFile = new SaveFileDialog();
- saveFile.Title = table["message23"].ToString();
- saveFile.Filter = table["message36"].ToString();
- saveFile.OverwritePrompt = true; //是否覆盖当前文件
- saveFile.RestoreDirectory = true; //还原上次目录
- if (saveFile.ShowDialog() == DialogResult.OK)
- {
- try
- {
- System.Data.SQLite.SQLiteConnection.CreateFile(saveFile.FileName);
- System.Data.SQLite.SQLiteConnection m_OtsDatabaseConnection = new System.Data.SQLite.SQLiteConnection("data source='" + saveFile.FileName + "'");
- m_OtsDatabaseConnection.Open();
- System.Data.SQLite.SQLiteCommand OtsDatabaseCommand = m_OtsDatabaseConnection.CreateCommand();
- OtsDatabaseCommand.CommandText = "CREATE TABLE ClassifySTD (STDId INTEGER,StrName TEXT, Color TEXT,KeyElementList TEXT,SubElementList TEXT,UsingImgPropertyList TEXT,UsingOtherPropertyList TEXT,Expression TEXT,Hardness TEXT,Density TEXT,Electrical_conductivity TEXT,BSE INTEGER,Formula TEXT,Element TEXT,IfElementAnalysis BOOLEAN,ListNum INT,GroupId INT)";
- OtsDatabaseCommand.ExecuteNonQuery();
- OtsDatabaseCommand.CommandText = "CREATE TABLE Constants (value TEXT)";
- OtsDatabaseCommand.ExecuteNonQuery();
- OtsDatabaseCommand.CommandText = "CREATE TABLE MaxEDSRules (MaxEDSTime INT,UsingElementList TEXT, UsingImgPropertyList TEXT,UsingOtherPropertyList TEXT,Expression TEXT)";
- OtsDatabaseCommand.ExecuteNonQuery();
- OtsDatabaseCommand.CommandText = "CREATE TABLE STDGroups (id INTEGER,name TEXT, color TEXT,iorder INTEGER)";
- OtsDatabaseCommand.ExecuteNonQuery();
- OtsDatabaseCommand.CommandText = "CREATE TABLE STDMinerals (id INTEGER,SPEC BLOB)";
- OtsDatabaseCommand.ExecuteNonQuery();
- OtsDatabaseCommand.CommandText = "CREATE TABLE ZeroElementRules (ZeroElement TEXT,UsingElementList TEXT, UsingImgPropertyList TEXT,UsingOtherPropertyList TEXT,Expression TEXT)";
- OtsDatabaseCommand.ExecuteNonQuery();
- System.Data.Common.DbTransaction trans = m_OtsDatabaseConnection.BeginTransaction();
- trans.Commit();
- }
- catch (Exception ex)
- {
- MessageBox.Show(ex.ToString());
- return;
- }
- STDDBAddress = saveFile.FileName;
- InitForms(STDDBAddress);
- this.Text = this.Text.Split(' ')[0] + " " + STDDBAddress;
- IsModified = false;
- }
- else
- {
- return;
- }
- }
- void CheckAccuracyofZeroRules()
- {
- System.Data.SQLite.SQLiteConnection m_dbConnection = new System.Data.SQLite.SQLiteConnection("data source='" + STDDBAddress + "'");
- m_dbConnection.Open();
- System.Data.SQLite.SQLiteDataAdapter m_dataAdapter = new System.Data.SQLite.SQLiteDataAdapter("select * from ZeroElementRules", m_dbConnection);
- DataSet ds = new DataSet();
- m_dataAdapter.Fill(ds);
- DataTable dt = ds.Tables[0];
- DataTable dt2 = dt.Copy();
- if (dt != null)
- {
- if (dt.Columns[dt.Columns.Count - 1].ColumnName != "Expression")
- {
- System.Data.SQLite.SQLiteCommand cmm = m_dbConnection.CreateCommand();
-
- cmm.CommandText = "CREATE TABLE sqlitestudio_temp_table AS SELECT * FROM ZeroElementRules";
- cmm.ExecuteNonQuery();
- cmm.CommandText = "DROP TABLE ZeroElementRules";
- cmm.ExecuteNonQuery();
- cmm.CommandText = "CREATE TABLE ZeroElementRules (ZeroElement TEXT,UsingElementList TEXT,UsingImgPropertyList TEXT,UsingOtherPropertyList TEXT,Expression TEXT)";
- cmm.ExecuteNonQuery();
- cmm.CommandText = @"INSERT INTO ZeroElementRules (
- ZeroElement,
- UsingElementList,
- UsingImgPropertyList,
- UsingOtherPropertyList,
- Expression
- )
- SELECT ZeroElement,
- UsingElementList,
- UsingImgPropertyList,
- UsingOtherPropertyList,
- Expression
- FROM sqlitestudio_temp_table; ";
- cmm.ExecuteNonQuery();
- cmm.CommandText = "DROP TABLE sqlitestudio_temp_table";
- cmm.ExecuteNonQuery();
- m_dbConnection.Close();
- MessageBox.Show("检测到该数据库零元素规则格式错误,已进行修正!");
- }
- }
- }
- }
- }
|