Skip to content

Commit bc68e9c

Browse files
committed
Some minor changes.
- Updated .gitignore. - Removed unused code. - Added precompiled binaries. - Added Tooltips for menu buttons. - Minor code improvements. - Build settings changed to ANY CPU
1 parent d22a0aa commit bc68e9c

8 files changed

+68
-100
lines changed

.gitignore

+21-68
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
### Csharp ###
21
## Ignore Visual Studio temporary files, build results, and
32
## files generated by popular Visual Studio add-ons.
4-
##
5-
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
63

74
# User-specific files
85
*.suo
96
*.user
107
*.userosscache
118
*.sln.docstates
129

10+
!*.exe
11+
!*.dll
12+
1313
# User-specific files (MonoDevelop/Xamarin Studio)
1414
*.userprefs
1515

@@ -18,12 +18,14 @@
1818
[Dd]ebugPublic/
1919
[Rr]elease/
2020
[Rr]eleases/
21-
x64/
22-
x86/
21+
[Xx]64/
22+
[Xx]86/
23+
[Bb]uild/
2324
bld/
2425
[Bb]in/
2526
[Oo]bj/
26-
[Ll]og/
27+
28+
2729

2830
# Visual Studio 2015 cache/options directory
2931
.vs/
@@ -43,11 +45,9 @@ TestResult.xml
4345
[Rr]eleasePS/
4446
dlldata.c
4547

46-
# .NET Core
48+
# DNX
4749
project.lock.json
48-
project.fragment.lock.json
4950
artifacts/
50-
**/Properties/launchSettings.json
5151

5252
*_i.c
5353
*_p.c
@@ -86,7 +86,6 @@ ipch/
8686
*.sdf
8787
*.cachefile
8888
*.VC.db
89-
*.VC.VC.opendb
9089

9190
# Visual Studio profiler
9291
*.psess
@@ -114,10 +113,6 @@ _TeamCity*
114113
# DotCover is a Code Coverage Tool
115114
*.dotCover
116115

117-
# Visual Studio code coverage results
118-
*.coverage
119-
*.coveragexml
120-
121116
# NCrunch
122117
_NCrunch_*
123118
.*crunch*.local.xml
@@ -149,18 +144,13 @@ publish/
149144
# Publish Web Output
150145
*.[Pp]ublish.xml
151146
*.azurePubxml
152-
# TODO: Uncomment the next line to ignore your web deploy settings.
153-
# By default, sensitive information, such as encrypted password
154-
# should be stored in the .pubxml.user file.
147+
148+
# TODO: Un-comment the next line if you do not want to checkin
149+
# your web deploy settings because they may include unencrypted
150+
# passwords
155151
#*.pubxml
156-
*.pubxml.user
157152
*.publishproj
158153

159-
# Microsoft Azure Web App publish settings. Comment the next line if you want to
160-
# checkin your Azure Web App publish settings, but sensitive information contained
161-
# in these scripts will be unencrypted
162-
PublishScripts/
163-
164154
# NuGet Packages
165155
*.nupkg
166156
# The packages folder can be ignored because of Package Restore
@@ -169,7 +159,7 @@ PublishScripts/
169159
!**/packages/build/
170160
# Uncomment if necessary however generally it will be regenerated when needed
171161
#!**/packages/repositories.config
172-
# NuGet v3's project.json files produces more ignorable files
162+
# NuGet v3's project.json files produces more ignoreable files
173163
*.nuget.props
174164
*.nuget.targets
175165

@@ -181,11 +171,9 @@ csx/
181171
ecf/
182172
rcf/
183173

184-
# Windows Store app package directories and files
174+
# Windows Store app package directory
185175
AppPackages/
186176
BundleArtifacts/
187-
Package.StoreAssociation.xml
188-
_pkginfo.txt
189177

190178
# Visual Studio cache files
191179
# files ending in .cache can be ignored
@@ -195,19 +183,16 @@ _pkginfo.txt
195183

196184
# Others
197185
ClientBin/
186+
[Ss]tyle[Cc]op.*
198187
~$*
199188
*~
200189
*.dbmdl
201190
*.dbproj.schemaview
202-
*.jfm
203191
*.pfx
204192
*.publishsettings
193+
node_modules/
205194
orleans.codegen.cs
206195

207-
# Since there are multiple workflows, uncomment next line to ignore bower_components
208-
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
209-
#bower_components/
210-
211196
# RIA/Silverlight projects
212197
Generated_Code/
213198

@@ -222,7 +207,6 @@ UpgradeLog*.htm
222207
# SQL Server files
223208
*.mdf
224209
*.ldf
225-
*.ndf
226210

227211
# Business Intelligence projects
228212
*.rdl.data
@@ -237,20 +221,13 @@ FakesAssemblies/
237221

238222
# Node.js Tools for Visual Studio
239223
.ntvs_analysis.dat
240-
node_modules/
241-
242-
# Typescript v1 declaration files
243-
typings/
244224

245225
# Visual Studio 6 build log
246226
*.plg
247227

248228
# Visual Studio 6 workspace options file
249229
*.opt
250230

251-
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
252-
*.vbw
253-
254231
# Visual Studio LightSwitch build output
255232
**/*.HTMLClient/GeneratedArtifacts
256233
**/*.DesktopClient/GeneratedArtifacts
@@ -259,36 +236,12 @@ typings/
259236
**/*.Server/ModelManifest.xml
260237
_Pvt_Extensions
261238

239+
# LightSwitch generated files
240+
GeneratedArtifacts/
241+
ModelManifest.xml
242+
262243
# Paket dependency manager
263244
.paket/paket.exe
264-
paket-files/
265245

266246
# FAKE - F# Make
267247
.fake/
268-
269-
# JetBrains Rider
270-
.idea/
271-
*.sln.iml
272-
273-
# CodeRush
274-
.cr/
275-
276-
# Python Tools for Visual Studio (PTVS)
277-
__pycache__/
278-
*.pyc
279-
280-
# Cake - Uncomment if you are using it
281-
# tools/**
282-
# !tools/packages.config
283-
284-
# Telerik's JustMock configuration file
285-
*.jmconfig
286-
287-
# BizTalk build output
288-
*.btp.cs
289-
*.btm.cs
290-
*.odx.cs
291-
*.xsd.cs
292-
293-
294-
# End of

WinCCFlexArchViewer/Main.Designer.cs

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WinCCFlexArchViewer/Main.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ private void parse_data(object sender, DoWorkEventArgs e)
258258
}
259259
} //EndOfForeach
260260

261-
datapointCounter = timeList.Count; //немного оптимизации, получим число записей сразу, без цикла
261+
datapointCounter = timeList.Count; // получим число записей сразу, без цикла
262262
table = new DataTable();
263263
DataColumn dataColumn = new DataColumn();
264264
dataColumn.DataType = Type.GetType("System.String");
@@ -320,7 +320,7 @@ private void parse_data(object sender, DoWorkEventArgs e)
320320
}
321321
}
322322
} //EndOfForeach
323-
goodRecCounter = table.Rows.Count; //немного оптимизации, получим число записей сразу, без цикла
323+
goodRecCounter = table.Rows.Count; // получим число записей сразу, без цикла
324324
}
325325

326326
//
@@ -441,6 +441,7 @@ private void toolMnuItemChSta(object sender, EventArgs e)
441441
{
442442
((ToolStripMenuItem)sender).Checked = DTrend.GraphPane.CurveList[((ToolStripMenuItem)sender).OwnerItem.Text].IsVisible;
443443
}
444+
444445
// Event handler for Dropdown MenuItem "show/hide ALL Curves"
445446
private void toggleAllCurves(object sender, EventArgs e)
446447
{

WinCCFlexArchViewer/NumTextBox.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected override void WndProc(ref Message m)
3535
{
3636
Text = value.ToString();
3737
}
38-
else MessageBox.Show("Error paste");
38+
else MessageBox.Show("Only Number Allowed", "Error", MessageBoxButtons.OK, MessageBoxIcon.Warning);
3939
}
4040
}
4141

@@ -44,13 +44,13 @@ private double DblParse()
4444
double d = 0.0;
4545
if (Text == String.Empty)
4646
{
47-
MessageBox.Show("Empty Value Not Allowed");
47+
MessageBox.Show("Empty Value Not Allowed", "Error", MessageBoxButtons.OK, MessageBoxIcon.Warning);
4848
ok = false;
4949
}
5050
else
5151
{
5252
ok = double.TryParse(this.Text, out d);
53-
if (ok == false) MessageBox.Show("Only Number Allowed");
53+
if (ok == false) MessageBox.Show("Only Number Allowed", "Error", MessageBoxButtons.OK, MessageBoxIcon.Warning);
5454
}
5555
return d;
5656
}

WinCCFlexArchViewer/WinCCFlexLogViewer.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@
4545
<UseVSHostingProcess>false</UseVSHostingProcess>
4646
</PropertyGroup>
4747
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
48-
<PlatformTarget>x86</PlatformTarget>
48+
<PlatformTarget>AnyCPU</PlatformTarget>
4949
<DebugType>pdbonly</DebugType>
5050
<Optimize>true</Optimize>
5151
<OutputPath>bin\Release\</OutputPath>
5252
<DefineConstants>TRACE</DefineConstants>
5353
<ErrorReport>prompt</ErrorReport>
5454
<WarningLevel>4</WarningLevel>
55+
<UseVSHostingProcess>false</UseVSHostingProcess>
5556
</PropertyGroup>
5657
<ItemGroup>
5758
<Reference Include="System" />

0 commit comments

Comments
 (0)