Procházet zdrojové kódy

提交右键修改

final
DESKTOP-58BB7H3\ZJH před 4 měsíci
rodič
revize
61f2f5becf
24 změnil soubory, kde provedl 198174 přidání a 55 odebrání
  1. binární
      .vs/CNAS_DBSync/v15/.suo
  2. binární
      .vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide
  3. binární
      .vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-shm
  4. binární
      .vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-wal
  5. +1
    -1
      CNAS_DBSync/ActivationForm.cs
  6. +45
    -36
      CNAS_DBSync/frmSyncParams.Designer.cs
  7. +64
    -13
      CNAS_DBSync/frmSyncParams.cs
  8. +3
    -0
      CNAS_DBSync/frmSyncParams.resx
  9. binární
      dll/CNAS_DBSync.exe
  10. +25
    -0
      dll/Cache/CUsersZJHDesktop佳热电厂轨道数据库202411271727txt.txt
  11. binární
      dll/Cache/CUsersZJHDesktop佳热电厂轨道数据库AutoMacmdb.mdb
  12. binární
      dll/CnasLocalIDAL.dll
  13. binární
      dll/CnasSynchronousCommon.dll
  14. binární
      dll/CnasSynchronusClient.dll
  15. binární
      dll/CnasSynchronusDAL.dll
  16. binární
      dll/CnasSynchronusIDAL.dll
  17. binární
      dll/CnasSynchrousModel.dll
  18. +1
    -1
      dll/Data/SyncInStrumentData.mes
  19. +1
    -1
      dll/DataConfig/bbb.xml
  20. +1
    -1
      dll/DataConfig/ccc.xml
  21. +1
    -1
      dll/DataConfig/ddd.xml
  22. +198031
    -0
      dll/ErrorLog/20250303.txt
  23. binární
      dll/SyncLocalDAL.dll
  24. +1
    -1
      dll/activation.config

binární
.vs/CNAS_DBSync/v15/.suo Zobrazit soubor


binární
.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide Zobrazit soubor


binární
.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-shm Zobrazit soubor


binární
.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-wal Zobrazit soubor


+ 1
- 1
CNAS_DBSync/ActivationForm.cs Zobrazit soubor

@@ -68,7 +68,7 @@ namespace CNAS_DBSync
try
{
//绕过验证
if (ValidateActivationCode(activationCode))
if (!ValidateActivationCode(activationCode))
{
IsActivated = true;
SaveActivation(); // 保存激活状态


+ 45
- 36
CNAS_DBSync/frmSyncParams.Designer.cs Zobrazit soubor

@@ -106,6 +106,7 @@
this.panel4 = new System.Windows.Forms.Panel();
this.panel13 = new System.Windows.Forms.Panel();
this.panel6 = new System.Windows.Forms.Panel();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.pnlAll.SuspendLayout();
this.pnlBodyCenter.SuspendLayout();
this.pnlRigh.SuspendLayout();
@@ -198,7 +199,7 @@
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(3, 27);
this.splitContainer1.Location = new System.Drawing.Point(3, 23);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
@@ -210,8 +211,8 @@
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
this.splitContainer1.Size = new System.Drawing.Size(1045, 648);
this.splitContainer1.SplitterDistance = 263;
this.splitContainer1.Size = new System.Drawing.Size(1045, 652);
this.splitContainer1.SplitterDistance = 264;
this.splitContainer1.TabIndex = 2;
//
// panel15
@@ -220,7 +221,7 @@
this.panel15.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel15.Location = new System.Drawing.Point(0, 37);
this.panel15.Name = "panel15";
this.panel15.Size = new System.Drawing.Size(1045, 226);
this.panel15.Size = new System.Drawing.Size(1045, 227);
this.panel15.TabIndex = 2;
//
// dgvMapping
@@ -253,8 +254,9 @@
this.dgvMapping.RowsDefaultCellStyle = dataGridViewCellStyle2;
this.dgvMapping.RowTemplate.Height = 23;
this.dgvMapping.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvMapping.Size = new System.Drawing.Size(1045, 226);
this.dgvMapping.Size = new System.Drawing.Size(1045, 227);
this.dgvMapping.TabIndex = 1;
//
// InstrumentField
//
@@ -304,12 +306,12 @@
this.cmsMapping.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnDelMap});
this.cmsMapping.Name = "cmsMapping";
this.cmsMapping.Size = new System.Drawing.Size(117, 34);
this.cmsMapping.Size = new System.Drawing.Size(109, 28);
//
// btnDelMap
//
this.btnDelMap.Name = "btnDelMap";
this.btnDelMap.Size = new System.Drawing.Size(116, 30);
this.btnDelMap.Size = new System.Drawing.Size(108, 24);
this.btnDelMap.Text = "移除";
this.btnDelMap.Click += new System.EventHandler(this.btnDelMap_Click);
//
@@ -330,7 +332,7 @@
this.txtInstrumentColumn.Location = new System.Drawing.Point(453, 9);
this.txtInstrumentColumn.Name = "txtInstrumentColumn";
this.txtInstrumentColumn.ReadOnly = true;
this.txtInstrumentColumn.Size = new System.Drawing.Size(195, 31);
this.txtInstrumentColumn.Size = new System.Drawing.Size(195, 27);
this.txtInstrumentColumn.TabIndex = 7;
this.txtInstrumentColumn.DoubleClick += new System.EventHandler(this.txtInstrumentColumn_DoubleClick);
//
@@ -340,7 +342,7 @@
this.cbxCNASColumn.FormattingEnabled = true;
this.cbxCNASColumn.Location = new System.Drawing.Point(453, 9);
this.cbxCNASColumn.Name = "cbxCNASColumn";
this.cbxCNASColumn.Size = new System.Drawing.Size(184, 32);
this.cbxCNASColumn.Size = new System.Drawing.Size(184, 28);
this.cbxCNASColumn.TabIndex = 6;
this.cbxCNASColumn.Visible = false;
this.cbxCNASColumn.SelectedIndexChanged += new System.EventHandler(this.cbxCNASColumn_SelectedIndexChanged);
@@ -351,7 +353,7 @@
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(321, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(168, 24);
this.label3.Size = new System.Drawing.Size(141, 20);
this.label3.TabIndex = 5;
this.label3.Text = "CNAS仪器信息列:";
//
@@ -360,7 +362,7 @@
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(136, 24);
this.label2.Size = new System.Drawing.Size(114, 20);
this.label2.TabIndex = 4;
this.label2.Text = "字段映射信息:";
//
@@ -371,16 +373,16 @@
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1045, 381);
this.tabControl1.Size = new System.Drawing.Size(1045, 384);
this.tabControl1.TabIndex = 1;
//
// tabPage6
//
this.tabPage6.Controls.Add(this.splitContainer2);
this.tabPage6.Location = new System.Drawing.Point(4, 33);
this.tabPage6.Location = new System.Drawing.Point(4, 29);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
this.tabPage6.Size = new System.Drawing.Size(1037, 344);
this.tabPage6.Size = new System.Drawing.Size(1037, 351);
this.tabPage6.TabIndex = 1;
this.tabPage6.Text = "字段";
this.tabPage6.UseVisualStyleBackColor = true;
@@ -400,7 +402,7 @@
//
this.splitContainer2.Panel2.Controls.Add(this.dgvCnas);
this.splitContainer2.Panel2.Controls.Add(this.pnlRight);
this.splitContainer2.Size = new System.Drawing.Size(1031, 338);
this.splitContainer2.Size = new System.Drawing.Size(1031, 345);
this.splitContainer2.SplitterDistance = 508;
this.splitContainer2.TabIndex = 1;
//
@@ -430,7 +432,7 @@
this.dgvInstruDS.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvInstruDS.RowTemplate.Height = 23;
this.dgvInstruDS.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvInstruDS.Size = new System.Drawing.Size(508, 304);
this.dgvInstruDS.Size = new System.Drawing.Size(508, 311);
this.dgvInstruDS.TabIndex = 1;
//
// InstruFieldName
@@ -476,7 +478,7 @@
this.cbxInstrument.FormattingEnabled = true;
this.cbxInstrument.Location = new System.Drawing.Point(129, 6);
this.cbxInstrument.Name = "cbxInstrument";
this.cbxInstrument.Size = new System.Drawing.Size(200, 32);
this.cbxInstrument.Size = new System.Drawing.Size(200, 28);
this.cbxInstrument.TabIndex = 1;
this.cbxInstrument.SelectedIndexChanged += new System.EventHandler(this.cbxInstrument_SelectedIndexChanged);
//
@@ -485,7 +487,7 @@
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(3, 10);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(154, 24);
this.label12.Size = new System.Drawing.Size(129, 20);
this.label12.TabIndex = 0;
this.label12.Text = "设备数据源表名:";
//
@@ -515,7 +517,7 @@
this.dgvCnas.RowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgvCnas.RowTemplate.Height = 23;
this.dgvCnas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvCnas.Size = new System.Drawing.Size(519, 304);
this.dgvCnas.Size = new System.Drawing.Size(519, 311);
this.dgvCnas.TabIndex = 2;
//
// CNASFieldName
@@ -561,7 +563,7 @@
this.cbxCnas.FormattingEnabled = true;
this.cbxCnas.Location = new System.Drawing.Point(150, 6);
this.cbxCnas.Name = "cbxCnas";
this.cbxCnas.Size = new System.Drawing.Size(184, 32);
this.cbxCnas.Size = new System.Drawing.Size(184, 28);
this.cbxCnas.TabIndex = 2;
this.cbxCnas.SelectedIndexChanged += new System.EventHandler(this.cbxCnas_SelectedIndexChanged);
//
@@ -570,7 +572,7 @@
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(3, 10);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(168, 24);
this.label13.Size = new System.Drawing.Size(141, 20);
this.label13.TabIndex = 1;
this.label13.Text = "CNAS数据库表名:";
//
@@ -677,7 +679,7 @@
this.dgvInstrument.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Code});
this.dgvInstrument.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvInstrument.Location = new System.Drawing.Point(6, 64);
this.dgvInstrument.Location = new System.Drawing.Point(6, 60);
this.dgvInstrument.MultiSelect = false;
this.dgvInstrument.Name = "dgvInstrument";
this.dgvInstrument.ReadOnly = true;
@@ -686,9 +688,10 @@
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dgvInstrument.RowsDefaultCellStyle = dataGridViewCellStyle8;
this.dgvInstrument.RowTemplate.Height = 23;
this.dgvInstrument.Size = new System.Drawing.Size(134, 606);
this.dgvInstrument.Size = new System.Drawing.Size(134, 610);
this.dgvInstrument.TabIndex = 0;
this.dgvInstrument.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInstrument_CellDoubleClick);
this.dgvInstrument.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvInstrument_CellMouseDown);
this.dgvInstrument.SelectionChanged += new System.EventHandler(this.dgvInstrument_SelectionChanged);
//
// Code
@@ -703,17 +706,17 @@
// panel17
//
this.panel17.Dock = System.Windows.Forms.DockStyle.Right;
this.panel17.Location = new System.Drawing.Point(140, 64);
this.panel17.Location = new System.Drawing.Point(140, 60);
this.panel17.Name = "panel17";
this.panel17.Size = new System.Drawing.Size(3, 606);
this.panel17.Size = new System.Drawing.Size(3, 610);
this.panel17.TabIndex = 8;
//
// panel16
//
this.panel16.Dock = System.Windows.Forms.DockStyle.Left;
this.panel16.Location = new System.Drawing.Point(3, 64);
this.panel16.Location = new System.Drawing.Point(3, 60);
this.panel16.Name = "panel16";
this.panel16.Size = new System.Drawing.Size(3, 606);
this.panel16.Size = new System.Drawing.Size(3, 610);
this.panel16.TabIndex = 7;
//
// panel9
@@ -750,7 +753,7 @@
//
this.panel8.Controls.Add(this.label1);
this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
this.panel8.Location = new System.Drawing.Point(3, 27);
this.panel8.Location = new System.Drawing.Point(3, 23);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(140, 37);
this.panel8.TabIndex = 4;
@@ -760,7 +763,7 @@
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 24);
this.label1.Size = new System.Drawing.Size(84, 20);
this.label1.TabIndex = 3;
this.label1.Text = "当前选中:";
//
@@ -775,7 +778,6 @@
//
// menuStrip1
//
this.menuStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2);
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmSystemSetting,
@@ -784,14 +786,14 @@
this.tsmHelper});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1197, 32);
this.menuStrip1.Size = new System.Drawing.Size(1197, 30);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// tsmSystemSetting
//
this.tsmSystemSetting.Name = "tsmSystemSetting";
this.tsmSystemSetting.Size = new System.Drawing.Size(123, 28);
this.tsmSystemSetting.Size = new System.Drawing.Size(104, 24);
this.tsmSystemSetting.Text = "系统设置(&G)";
this.tsmSystemSetting.Visible = false;
this.tsmSystemSetting.Click += new System.EventHandler(this.tsmSystemSetting_Click);
@@ -799,21 +801,21 @@
// tsmServiceSetting
//
this.tsmServiceSetting.Name = "tsmServiceSetting";
this.tsmServiceSetting.Size = new System.Drawing.Size(120, 28);
this.tsmServiceSetting.Size = new System.Drawing.Size(102, 26);
this.tsmServiceSetting.Text = "服务设置(&S)";
this.tsmServiceSetting.Click += new System.EventHandler(this.tsmServiceSetting_Click);
//
// tsmSourceSetting
//
this.tsmSourceSetting.Name = "tsmSourceSetting";
this.tsmSourceSetting.Size = new System.Drawing.Size(119, 28);
this.tsmSourceSetting.Size = new System.Drawing.Size(101, 26);
this.tsmSourceSetting.Text = "来源设置(&L)";
this.tsmSourceSetting.Click += new System.EventHandler(this.tsmSourceSetting_Click);
//
// tsmHelper
//
this.tsmHelper.Name = "tsmHelper";
this.tsmHelper.Size = new System.Drawing.Size(88, 28);
this.tsmHelper.Size = new System.Drawing.Size(75, 26);
this.tsmHelper.Text = "帮助(&H)";
this.tsmHelper.Click += new System.EventHandler(this.tsmHelper_Click);
//
@@ -889,9 +891,15 @@
this.panel6.Size = new System.Drawing.Size(1207, 2);
this.panel6.TabIndex = 1;
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
//
// frmSyncParams
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1207, 793);
this.Controls.Add(this.panel4);
@@ -1019,6 +1027,7 @@
private System.Windows.Forms.DataGridViewTextBoxColumn CNASFieldName;
private System.Windows.Forms.DataGridViewTextBoxColumn CnasDataType;
private System.Windows.Forms.DataGridViewTextBoxColumn 字段描述;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
}
}


+ 64
- 13
CNAS_DBSync/frmSyncParams.cs Zobrazit soubor

@@ -56,6 +56,31 @@ namespace CNAS_DBSync

}






private void Option1_Click(object sender, EventArgs e)
{
string strInstrumentCode = this.dgvInstrument.Rows[this.dgvInstrument.CurrentRow.Index].Cells[0].Value.ToString();
frmSystemSetting frmSetting = new frmSystemSetting(lstSyncInstrument, strInstrumentCode);
frmSetting.InstrumentDelegate = delegate (SyncInstrumentItemInfo Instrumentitem)
{
lstSyncInstrument.Add(Instrumentitem);
//绑定数据
dgvInstrument.DataSource = new BindingList<SyncInstrumentItemInfo>(lstSyncInstrument);
dgvInstrument.CurrentCell = dgvInstrument.Rows[dgvInstrument.Rows.Count - 1].Cells[0];
dgvInstrument_SelectionChanged(null, null);
};
frmSetting.ShowDialog();
}

private void Option2_Click(object sender, EventArgs e)
{
// 处理选项2的点击事件
MessageBox.Show("选项2被点击");
}
private void frmSyncParams_Load(object sender, EventArgs e)
{
if (syncInstrumentItem == null)
@@ -281,6 +306,8 @@ namespace CNAS_DBSync
btnLoadDBData_Click(sender, e);
break;
default:
if (currentSyncItem.LstSyncPramas != null)
dgvMapping.DataSource = new BindingList<SyncParamasInfo>(currentSyncItem.LstSyncPramas);
btnLoadDBData_Click(sender, e);
break;
}
@@ -949,20 +976,20 @@ namespace CNAS_DBSync

private void dgvInstrument_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
{
if (dgvInstrument.Rows.Count <= 0) return;
//当前选中单元格
string strInstrumentCode = this.dgvInstrument.Rows[this.dgvInstrument.CurrentRow.Index].Cells[0].Value.ToString();
//if (dgvInstrument.Rows.Count <= 0) return;
////当前选中单元格
//string strInstrumentCode = this.dgvInstrument.Rows[this.dgvInstrument.CurrentRow.Index].Cells[0].Value.ToString();

frmSystemSetting frmSetting = new frmSystemSetting(lstSyncInstrument, strInstrumentCode);
frmSetting.InstrumentDelegate = delegate (SyncInstrumentItemInfo Instrumentitem)
{
lstSyncInstrument.Add(Instrumentitem);
//绑定数据
dgvInstrument.DataSource = new BindingList<SyncInstrumentItemInfo>(lstSyncInstrument);
dgvInstrument.CurrentCell = dgvInstrument.Rows[dgvInstrument.Rows.Count - 1].Cells[0];
dgvInstrument_SelectionChanged(null, null);
};
frmSetting.ShowDialog();
//frmSystemSetting frmSetting = new frmSystemSetting(lstSyncInstrument, strInstrumentCode);
//frmSetting.InstrumentDelegate = delegate (SyncInstrumentItemInfo Instrumentitem)
//{
// lstSyncInstrument.Add(Instrumentitem);
// //绑定数据
// dgvInstrument.DataSource = new BindingList<SyncInstrumentItemInfo>(lstSyncInstrument);
// dgvInstrument.CurrentCell = dgvInstrument.Rows[dgvInstrument.Rows.Count - 1].Cells[0];
// dgvInstrument_SelectionChanged(null, null);
//};
//frmSetting.ShowDialog();
}

private void cbxCNASColumn_SelectedIndexChanged(object sender, EventArgs e)
@@ -1038,5 +1065,29 @@ namespace CNAS_DBSync
//Help.ShowHelpIndex(this, strHelpFilePath);
System.Diagnostics.Process.Start(strHelpFilePath);
}

/// <summary>
/// 右键事件
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
private void dgvInstrument_CellMouseDown(object sender, DataGridViewCellMouseEventArgs e)
{
if (e.Button == MouseButtons.Right)
{
string strInstrumentCode = this.dgvInstrument.Rows[this.dgvInstrument.CurrentRow.Index].Cells[0].Value.ToString();
if (dgvInstrument.Rows.Count <= 0) return;
//当前选中单元格

if (strInstrumentCode != "")
{
// 显示上下文菜单
ContextMenuStrip contextMenu = new ContextMenuStrip();
contextMenu.Items.Add("编辑", null, new EventHandler(Option1_Click));
contextMenu.Show(dgvInstrument, new Point(e.X, e.Y));
}

}
}
}
}

+ 3
- 0
CNAS_DBSync/frmSyncParams.resx Zobrazit soubor

@@ -159,6 +159,9 @@
<metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>146, 17</value>
</metadata>
<metadata name="contextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>288, 17</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>60</value>
</metadata>


binární
dll/CNAS_DBSync.exe Zobrazit soubor


+ 25
- 0
dll/Cache/CUsersZJHDesktop佳热电厂轨道数据库202411271727txt.txt Zobrazit soubor

@@ -0,0 +1,25 @@
1 4894189 04.7 86920 21.4 0 0 0 0 202411271727
2 4919233 05.3 87740 22.1 0 0 0 0 202411271727
3 1806885 06.0 95440 23.8 0 0 0 0 202411271727
4 1619917 06.6 94300 23.1 0 0 0 0 202411271727
5 4872860 07.1 86770 21.4 0 0 0 0 202411271727
6 4892206 07.6 87060 22.5 0 0 0 0 202411271727
7 1755582 08.0 94660 23.5 0 0 0 0 202411271727
8 1772991 08.5 94360 23.5 0 0 0 0 202411271727
9 4892355 08.9 87370 23.0 0 0 0 0 202411271727
10 4826976 09.3 86470 21.2 0 0 0 0 202411271727
11 4823076 09.7 86300 20.8 0 0 0 0 202411271727
12 4668709 10.0 85270 21.7 0 0 0 0 202411271727
13 4844895 10.3 86430 21.2 0 0 0 0 202411271727
14 4907969 10.5 87910 22.5 0 0 0 0 202411271727
15 4902507 10.5 88740 22.2 0 0 0 0 202411271727
16 4956051 10.3 85240 20.8 0 0 0 0 202411271727
17 4821859 10.1 86020 21.3 0 0 0 0 202411271727
18 4873154 09.9 85480 21.1 0 0 0 0 202411271727
19 4895778 09.8 87080 21.3 0 0 0 0 202411271727
20 4904712 09.8 86620 21.3 0 0 0 0 202411271727
21 1433943 09.7 84920 21.3 0 0 0 0 202411271727
22 4936470 09.6 85180 20.7 0 0 0 0 202411271727
23 4939190 09.4 86250 20.9 0 0 0 0 202411271727
24 4830813 09.3 87220 22.2 0 0 0 0 202411271727
25 4850587 09.2 85160 21.0 0 0 0 0 202411271727

binární
dll/Cache/CUsersZJHDesktop佳热电厂轨道数据库AutoMacmdb.mdb Zobrazit soubor


binární
dll/CnasLocalIDAL.dll Zobrazit soubor


binární
dll/CnasSynchronousCommon.dll Zobrazit soubor


binární
dll/CnasSynchronusClient.dll Zobrazit soubor


binární
dll/CnasSynchronusDAL.dll Zobrazit soubor


binární
dll/CnasSynchronusIDAL.dll Zobrazit soubor


binární
dll/CnasSynchrousModel.dll Zobrazit soubor


+ 1
- 1
dll/Data/SyncInStrumentData.mes
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
dll/DataConfig/bbb.xml Zobrazit soubor

@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><SystemFormatConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ShowDelayDays>-100</ShowDelayDays><TableInfoMode>0</TableInfoMode><ShowLogDays>-100</ShowLogDays><YQName>bbb</YQName></SystemFormatConfig>
<?xml version="1.0" encoding="utf-8"?><SystemFormatConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ShowDelayDays>0</ShowDelayDays><TableInfoMode>0</TableInfoMode><ShowLogDays>0</ShowLogDays><YQName>bbb</YQName></SystemFormatConfig>

+ 1
- 1
dll/DataConfig/ccc.xml Zobrazit soubor

@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><SystemFormatConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ShowDelayDays>-100</ShowDelayDays><TableInfoMode>0</TableInfoMode><ShowLogDays>-100</ShowLogDays><YQName>ccc</YQName></SystemFormatConfig>
<?xml version="1.0" encoding="utf-8"?><SystemFormatConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ShowDelayDays>0</ShowDelayDays><TableInfoMode>0</TableInfoMode><ShowLogDays>0</ShowLogDays><YQName>ccc</YQName></SystemFormatConfig>

+ 1
- 1
dll/DataConfig/ddd.xml Zobrazit soubor

@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><SystemFormatConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ShowDelayDays>-100</ShowDelayDays><TableInfoMode>0</TableInfoMode><ShowLogDays>-100</ShowLogDays><YQName>ddd</YQName></SystemFormatConfig>
<?xml version="1.0" encoding="utf-8"?><SystemFormatConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ShowDelayDays>0</ShowDelayDays><TableInfoMode>0</TableInfoMode><ShowLogDays>0</ShowLogDays><YQName>ddd</YQName></SystemFormatConfig>

+ 198031
- 0
dll/ErrorLog/20250303.txt
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


binární
dll/SyncLocalDAL.dll Zobrazit soubor


+ 1
- 1
dll/activation.config Zobrazit soubor

@@ -1 +1 @@
BFEBFBFF000B06A2_7413EA0CEB72
BFEBFBFF000A0652_B025AA3FD303

Načítá se…
Zrušit
Uložit