oprava kontroly updatu

This commit is contained in:
roman6791
2021-10-28 18:32:05 +02:00
parent e75c253202
commit 1be690abb4
9 changed files with 305 additions and 309 deletions

Binary file not shown.

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.12.0")] [assembly: AssemblyVersion("1.1.13.0")]
[assembly: AssemblyFileVersion("1.1.12.0")] [assembly: AssemblyFileVersion("1.1.13.0")]

121
Mip/frmMain.Designer.cs generated
View File

@@ -29,19 +29,19 @@
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Legend legend4 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint1 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(1D, 9.5D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint5 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(1D, 9.5D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(2D, 9.25D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint6 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(2D, 9.25D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint3 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(3D, 8.84D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint7 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(3D, 8.84D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint4 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(4D, 8.67D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint8 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(4D, 8.67D);
this.checkBox65 = new System.Windows.Forms.CheckBox(); this.checkBox65 = new System.Windows.Forms.CheckBox();
this.checkBox66 = new System.Windows.Forms.CheckBox(); this.checkBox66 = new System.Windows.Forms.CheckBox();
this.checkBox67 = new System.Windows.Forms.CheckBox(); this.checkBox67 = new System.Windows.Forms.CheckBox();
@@ -1891,12 +1891,12 @@
this.dataGridView1.ReadOnly = true; this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.AliceBlue; dataGridViewCellStyle3.BackColor = System.Drawing.Color.AliceBlue;
dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Green; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Green;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Yellow; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Yellow;
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(1704, 215); this.dataGridView1.Size = new System.Drawing.Size(1704, 215);
this.dataGridView1.TabIndex = 0; this.dataGridView1.TabIndex = 0;
@@ -2473,14 +2473,14 @@
this.dGVVydajMat.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) this.dGVVydajMat.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dGVVydajMat.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dGVVydajMat.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dGVVydajMat.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dGVVydajMat.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dGVVydajMat.Location = new System.Drawing.Point(1, 43); this.dGVVydajMat.Location = new System.Drawing.Point(1, 43);
this.dGVVydajMat.MultiSelect = false; this.dGVVydajMat.MultiSelect = false;
@@ -4965,27 +4965,27 @@
this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
chartArea1.Area3DStyle.IsRightAngleAxes = false; chartArea3.Area3DStyle.IsRightAngleAxes = false;
chartArea1.Area3DStyle.Perspective = 25; chartArea3.Area3DStyle.Perspective = 25;
chartArea1.Name = "ChartArea1"; chartArea3.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea1); this.chart1.ChartAreas.Add(chartArea3);
legend1.DockedToChartArea = "ChartArea1"; legend3.DockedToChartArea = "ChartArea1";
legend1.Name = "Legend1"; legend3.Name = "Legend1";
this.chart1.Legends.Add(legend1); this.chart1.Legends.Add(legend3);
this.chart1.Location = new System.Drawing.Point(4, 4); this.chart1.Location = new System.Drawing.Point(4, 4);
this.chart1.Name = "chart1"; this.chart1.Name = "chart1";
series1.ChartArea = "ChartArea1"; series4.ChartArea = "ChartArea1";
series1.Enabled = false; series4.Enabled = false;
series1.IsValueShownAsLabel = true; series4.IsValueShownAsLabel = true;
series1.Legend = "Legend1"; series4.Legend = "Legend1";
series1.Name = "Priemerná zmätkovitosť"; series4.Name = "Priemerná zmätkovitosť";
series2.ChartArea = "ChartArea1"; series5.ChartArea = "ChartArea1";
series2.Enabled = false; series5.Enabled = false;
series2.IsValueShownAsLabel = true; series5.IsValueShownAsLabel = true;
series2.Legend = "Legend1"; series5.Legend = "Legend1";
series2.Name = "Priemer zmätkovitostí"; series5.Name = "Priemer zmätkovitostí";
this.chart1.Series.Add(series1); this.chart1.Series.Add(series4);
this.chart1.Series.Add(series2); this.chart1.Series.Add(series5);
this.chart1.Size = new System.Drawing.Size(971, 512); this.chart1.Size = new System.Drawing.Size(971, 512);
this.chart1.TabIndex = 0; this.chart1.TabIndex = 0;
this.chart1.Text = "chart1"; this.chart1.Text = "chart1";
@@ -8772,22 +8772,22 @@
this.chart2.BackColor = System.Drawing.Color.DarkGray; this.chart2.BackColor = System.Drawing.Color.DarkGray;
this.chart2.BorderlineColor = System.Drawing.Color.Black; this.chart2.BorderlineColor = System.Drawing.Color.Black;
this.chart2.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid; this.chart2.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
chartArea2.Name = "ChartArea1"; chartArea4.Name = "ChartArea1";
this.chart2.ChartAreas.Add(chartArea2); this.chart2.ChartAreas.Add(chartArea4);
this.chart2.Dock = System.Windows.Forms.DockStyle.Bottom; this.chart2.Dock = System.Windows.Forms.DockStyle.Bottom;
legend2.Name = "Legend1"; legend4.Name = "Legend1";
this.chart2.Legends.Add(legend2); this.chart2.Legends.Add(legend4);
this.chart2.Location = new System.Drawing.Point(0, 287); this.chart2.Location = new System.Drawing.Point(0, 287);
this.chart2.Name = "chart2"; this.chart2.Name = "chart2";
series3.ChartArea = "ChartArea1"; series6.ChartArea = "ChartArea1";
series3.IsValueShownAsLabel = true; series6.IsValueShownAsLabel = true;
series3.Legend = "Legend1"; series6.Legend = "Legend1";
series3.Name = "Rozmer"; series6.Name = "Rozmer";
series3.Points.Add(dataPoint1); series6.Points.Add(dataPoint5);
series3.Points.Add(dataPoint2); series6.Points.Add(dataPoint6);
series3.Points.Add(dataPoint3); series6.Points.Add(dataPoint7);
series3.Points.Add(dataPoint4); series6.Points.Add(dataPoint8);
this.chart2.Series.Add(series3); this.chart2.Series.Add(series6);
this.chart2.Size = new System.Drawing.Size(407, 203); this.chart2.Size = new System.Drawing.Size(407, 203);
this.chart2.TabIndex = 2; this.chart2.TabIndex = 2;
this.chart2.Text = "chart2"; this.chart2.Text = "chart2";
@@ -11935,7 +11935,8 @@
this.lblVerzia.Name = "lblVerzia"; this.lblVerzia.Name = "lblVerzia";
this.lblVerzia.Size = new System.Drawing.Size(37, 13); this.lblVerzia.Size = new System.Drawing.Size(37, 13);
this.lblVerzia.TabIndex = 13; this.lblVerzia.TabIndex = 13;
this.lblVerzia.Text = "1.1.12"; this.lblVerzia.Tag = "1,113";
this.lblVerzia.Text = "1.1.13";
this.lblVerzia.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblVerzia.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
// //
// label50 // label50

View File

@@ -2276,7 +2276,7 @@ namespace Mip
if (Convert.ToDouble(strVerzia) > 0) if (Convert.ToDouble(strVerzia) > 0)
{ {
if (Convert.ToDouble(strVerzia) > Convert.ToDouble(lblVerzia.Text)) btnUpdate.Enabled = true; if (Convert.ToDouble(strVerzia) > Convert.ToDouble(lblVerzia.Tag)) btnUpdate.Enabled = true;
else btnUpdate.Enabled = false; else btnUpdate.Enabled = false;
} }

View File

@@ -15,49 +15,7 @@
{ {
"Entry" "Entry"
{ {
"MsmKey" = "8:_143DC01043004BDAB7063DEF30B3AF42" "MsmKey" = "8:_2282574CEC529775C09EFA72207A8394"
"OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_1C1FA7A874FD17FDF678B115E7DEA9FA"
"OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_1C1FA7A874FD17FDF678B115E7DEA9FA"
"OwnerKey" = "8:_CA144385826D77ECA7AB24D7B09F056E"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_2031DBE1BCCCCD2740B49963F05431CF"
"OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_2411BC6BB72BB1A300BF59D588C5D2FB"
"OwnerKey" = "8:_6B0AA5AACC5751C10AE8FF6933F0938C"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_2411BC6BB72BB1A300BF59D588C5D2FB"
"OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_358BCC0B3B4A85C99AE7A5507212FA51"
"OwnerKey" = "8:_6B0AA5AACC5751C10AE8FF6933F0938C"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_358BCC0B3B4A85C99AE7A5507212FA51"
"OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1" "OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
} }
@@ -69,31 +27,37 @@
} }
"Entry" "Entry"
{ {
"MsmKey" = "8:_6B0AA5AACC5751C10AE8FF6933F0938C" "MsmKey" = "8:_5337F059BB86E73FCB386507FC8ECC2E"
"OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1" "OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
} }
"Entry" "Entry"
{ {
"MsmKey" = "8:_754FD60E24B3F404402A8AFB95AF0FD0" "MsmKey" = "8:_5337F059BB86E73FCB386507FC8ECC2E"
"OwnerKey" = "8:_358BCC0B3B4A85C99AE7A5507212FA51" "OwnerKey" = "8:_E2134F16CD8C975272DF7EB26BA09020"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
} }
"Entry" "Entry"
{ {
"MsmKey" = "8:_754FD60E24B3F404402A8AFB95AF0FD0" "MsmKey" = "8:_762E532DE989BC199CE6FCC3B93C0D16"
"OwnerKey" = "8:_A36491C2E084BBC2D9CB35A2E30A3A86"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_762E532DE989BC199CE6FCC3B93C0D16"
"OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1" "OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
} }
"Entry" "Entry"
{ {
"MsmKey" = "8:_88BA7D22227A4C1FD6976D0407DA89B2" "MsmKey" = "8:_8959F6059840D2EED306A258C4BB535B"
"OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1" "OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
} }
"Entry" "Entry"
{ {
"MsmKey" = "8:_CA144385826D77ECA7AB24D7B09F056E" "MsmKey" = "8:_A36491C2E084BBC2D9CB35A2E30A3A86"
"OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1" "OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
} }
@@ -105,6 +69,96 @@
} }
"Entry" "Entry"
{ {
"MsmKey" = "8:_E2134F16CD8C975272DF7EB26BA09020"
"OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_E2134F16CD8C975272DF7EB26BA09020"
"OwnerKey" = "8:_A36491C2E084BBC2D9CB35A2E30A3A86"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_E3A1CB7C126E96889D733CA72744D00D"
"OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_E3A1CB7C126E96889D733CA72744D00D"
"OwnerKey" = "8:_8959F6059840D2EED306A258C4BB535B"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_FD506AE2787A39200FA3CA8E8BFC8A53"
"OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_FE368536F3EA18C760584D712F360826"
"OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_2282574CEC529775C09EFA72207A8394"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_FD506AE2787A39200FA3CA8E8BFC8A53"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_8959F6059840D2EED306A258C4BB535B"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_E3A1CB7C126E96889D733CA72744D00D"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_FE368536F3EA18C760584D712F360826"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_762E532DE989BC199CE6FCC3B93C0D16"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_A36491C2E084BBC2D9CB35A2E30A3A86"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_E2134F16CD8C975272DF7EB26BA09020"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_5337F059BB86E73FCB386507FC8ECC2E"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED" "MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1" "OwnerKey" = "8:_DF4DF5614F534F54B59021BDE12D5BB1"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
@@ -112,63 +166,9 @@
"Entry" "Entry"
{ {
"MsmKey" = "8:_UNDEFINED" "MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_143DC01043004BDAB7063DEF30B3AF42"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_88BA7D22227A4C1FD6976D0407DA89B2"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_CA144385826D77ECA7AB24D7B09F056E"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_1C1FA7A874FD17FDF678B115E7DEA9FA"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_2031DBE1BCCCCD2740B49963F05431CF"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_36B97FFE31849B72D6493D6218848D7A" "OwnerKey" = "8:_36B97FFE31849B72D6493D6218848D7A"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
} }
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_6B0AA5AACC5751C10AE8FF6933F0938C"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_2411BC6BB72BB1A300BF59D588C5D2FB"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_358BCC0B3B4A85C99AE7A5507212FA51"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_754FD60E24B3F404402A8AFB95AF0FD0"
"MsmSig" = "8:_UNDEFINED"
}
} }
"Configurations" "Configurations"
{ {
@@ -264,14 +264,14 @@
} }
"File" "File"
{ {
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_143DC01043004BDAB7063DEF30B3AF42" "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2282574CEC529775C09EFA72207A8394"
{ {
"AssemblyRegister" = "3:1" "AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE" "AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:MyTools, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" "AssemblyAsmDisplayName" = "8:MyTools, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies" "ScatterAssemblies"
{ {
"_143DC01043004BDAB7063DEF30B3AF42" "_2282574CEC529775C09EFA72207A8394"
{ {
"Name" = "8:MyTools.dll" "Name" = "8:MyTools.dll"
"Attributes" = "3:512" "Attributes" = "3:512"
@@ -295,130 +295,6 @@
"IsDependency" = "11:TRUE" "IsDependency" = "11:TRUE"
"IsolateTo" = "8:" "IsolateTo" = "8:"
} }
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1C1FA7A874FD17FDF678B115E7DEA9FA"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:GMap.NET.Core, Version=1.7.0.0, Culture=neutral, PublicKeyToken=b85b9027b614afef, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_1C1FA7A874FD17FDF678B115E7DEA9FA"
{
"Name" = "8:GMap.NET.Core.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:GMap.NET.Core.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_DC8609E7010540EC9CC4B5D8F85195BA"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2031DBE1BCCCCD2740B49963F05431CF"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:MonthCalendar, Version=1.0.1.140, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_2031DBE1BCCCCD2740B49963F05431CF"
{
"Name" = "8:MonthCalendar.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:MonthCalendar.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_DC8609E7010540EC9CC4B5D8F85195BA"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2411BC6BB72BB1A300BF59D588C5D2FB"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Syncfusion.Shared.Base, Version=18.3450.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_2411BC6BB72BB1A300BF59D588C5D2FB"
{
"Name" = "8:Syncfusion.Shared.Base.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:Syncfusion.Shared.Base.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_DC8609E7010540EC9CC4B5D8F85195BA"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_358BCC0B3B4A85C99AE7A5507212FA51"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Syncfusion.Pdf.Base, Version=18.3450.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_358BCC0B3B4A85C99AE7A5507212FA51"
{
"Name" = "8:Syncfusion.Pdf.Base.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:Syncfusion.Pdf.Base.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_DC8609E7010540EC9CC4B5D8F85195BA"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_36B97FFE31849B72D6493D6218848D7A" "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_36B97FFE31849B72D6493D6218848D7A"
{ {
"AssemblyRegister" = "3:1" "AssemblyRegister" = "3:1"
@@ -450,14 +326,102 @@
"IsDependency" = "11:TRUE" "IsDependency" = "11:TRUE"
"IsolateTo" = "8:" "IsolateTo" = "8:"
} }
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6B0AA5AACC5751C10AE8FF6933F0938C" "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5337F059BB86E73FCB386507FC8ECC2E"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Syncfusion.Compression.Base, Version=18.3450.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL"
"ScatterAssemblies"
{
}
"SourcePath" = "8:Syncfusion.Compression.Base.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_DC8609E7010540EC9CC4B5D8F85195BA"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_762E532DE989BC199CE6FCC3B93C0D16"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Syncfusion.Shared.Base, Version=18.3450.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_762E532DE989BC199CE6FCC3B93C0D16"
{
"Name" = "8:Syncfusion.Shared.Base.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:Syncfusion.Shared.Base.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_DC8609E7010540EC9CC4B5D8F85195BA"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8959F6059840D2EED306A258C4BB535B"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:GMap.NET.WindowsForms, Version=1.7.0.0, Culture=neutral, PublicKeyToken=b85b9027b614afef, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_8959F6059840D2EED306A258C4BB535B"
{
"Name" = "8:GMap.NET.WindowsForms.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:GMap.NET.WindowsForms.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_DC8609E7010540EC9CC4B5D8F85195BA"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A36491C2E084BBC2D9CB35A2E30A3A86"
{ {
"AssemblyRegister" = "3:1" "AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE" "AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Syncfusion.PdfViewer.Windows, Version=18.3450.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" "AssemblyAsmDisplayName" = "8:Syncfusion.PdfViewer.Windows, Version=18.3450.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL"
"ScatterAssemblies" "ScatterAssemblies"
{ {
"_6B0AA5AACC5751C10AE8FF6933F0938C" "_A36491C2E084BBC2D9CB35A2E30A3A86"
{ {
"Name" = "8:Syncfusion.PdfViewer.Windows.dll" "Name" = "8:Syncfusion.PdfViewer.Windows.dll"
"Attributes" = "3:512" "Attributes" = "3:512"
@@ -481,20 +445,20 @@
"IsDependency" = "11:TRUE" "IsDependency" = "11:TRUE"
"IsolateTo" = "8:" "IsolateTo" = "8:"
} }
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_754FD60E24B3F404402A8AFB95AF0FD0" "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E2134F16CD8C975272DF7EB26BA09020"
{ {
"AssemblyRegister" = "3:1" "AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE" "AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Syncfusion.Compression.Base, Version=18.3450.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" "AssemblyAsmDisplayName" = "8:Syncfusion.Pdf.Base, Version=18.3450.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL"
"ScatterAssemblies" "ScatterAssemblies"
{ {
"_754FD60E24B3F404402A8AFB95AF0FD0" "_E2134F16CD8C975272DF7EB26BA09020"
{ {
"Name" = "8:Syncfusion.Compression.Base.dll" "Name" = "8:Syncfusion.Pdf.Base.dll"
"Attributes" = "3:512" "Attributes" = "3:512"
} }
} }
"SourcePath" = "8:Syncfusion.Compression.Base.dll" "SourcePath" = "8:Syncfusion.Pdf.Base.dll"
"TargetName" = "8:" "TargetName" = "8:"
"Tag" = "8:" "Tag" = "8:"
"Folder" = "8:_DC8609E7010540EC9CC4B5D8F85195BA" "Folder" = "8:_DC8609E7010540EC9CC4B5D8F85195BA"
@@ -512,14 +476,45 @@
"IsDependency" = "11:TRUE" "IsDependency" = "11:TRUE"
"IsolateTo" = "8:" "IsolateTo" = "8:"
} }
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_88BA7D22227A4C1FD6976D0407DA89B2" "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E3A1CB7C126E96889D733CA72744D00D"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:GMap.NET.Core, Version=1.7.0.0, Culture=neutral, PublicKeyToken=b85b9027b614afef, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_E3A1CB7C126E96889D733CA72744D00D"
{
"Name" = "8:GMap.NET.Core.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:GMap.NET.Core.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_DC8609E7010540EC9CC4B5D8F85195BA"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FD506AE2787A39200FA3CA8E8BFC8A53"
{ {
"AssemblyRegister" = "3:1" "AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE" "AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" "AssemblyAsmDisplayName" = "8:MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"
"ScatterAssemblies" "ScatterAssemblies"
{ {
"_88BA7D22227A4C1FD6976D0407DA89B2" "_FD506AE2787A39200FA3CA8E8BFC8A53"
{ {
"Name" = "8:MySql.Data.dll" "Name" = "8:MySql.Data.dll"
"Attributes" = "3:512" "Attributes" = "3:512"
@@ -543,20 +538,20 @@
"IsDependency" = "11:TRUE" "IsDependency" = "11:TRUE"
"IsolateTo" = "8:" "IsolateTo" = "8:"
} }
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CA144385826D77ECA7AB24D7B09F056E" "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FE368536F3EA18C760584D712F360826"
{ {
"AssemblyRegister" = "3:1" "AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE" "AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:GMap.NET.WindowsForms, Version=1.7.0.0, Culture=neutral, PublicKeyToken=b85b9027b614afef, processorArchitecture=MSIL" "AssemblyAsmDisplayName" = "8:MonthCalendar, Version=1.0.1.140, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies" "ScatterAssemblies"
{ {
"_CA144385826D77ECA7AB24D7B09F056E" "_FE368536F3EA18C760584D712F360826"
{ {
"Name" = "8:GMap.NET.WindowsForms.dll" "Name" = "8:MonthCalendar.dll"
"Attributes" = "3:512" "Attributes" = "3:512"
} }
} }
"SourcePath" = "8:GMap.NET.WindowsForms.dll" "SourcePath" = "8:MonthCalendar.dll"
"TargetName" = "8:" "TargetName" = "8:"
"Tag" = "8:" "Tag" = "8:"
"Folder" = "8:_DC8609E7010540EC9CC4B5D8F85195BA" "Folder" = "8:_DC8609E7010540EC9CC4B5D8F85195BA"
@@ -630,15 +625,15 @@
{ {
"Name" = "8:Microsoft Visual Studio" "Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Mip1.1" "ProductName" = "8:Mip1.1"
"ProductCode" = "8:{F020BABF-5FE7-41D2-AE3E-6303845A3520}" "ProductCode" = "8:{7DC7BD81-ADD7-46B9-9A3E-8054F7C087A7}"
"PackageCode" = "8:{5A4D385A-B93A-4D6C-A1DA-907A03426A32}" "PackageCode" = "8:{3F3BA5C9-9D9F-4414-862A-653D520A33D4}"
"UpgradeCode" = "8:{96C5136E-DF0B-48C4-9031-F8CA75E3E3E6}" "UpgradeCode" = "8:{96C5136E-DF0B-48C4-9031-F8CA75E3E3E6}"
"AspNetVersion" = "8:4.0.30319.0" "AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE" "RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE" "RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE" "InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.1.12" "ProductVersion" = "8:1.1.13"
"Manufacturer" = "8:Kompozitum" "Manufacturer" = "8:Kompozitum"
"ARPHELPTELEPHONE" = "8:" "ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:" "ARPHELPLINK" = "8:"

Binary file not shown.