diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,63 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.doc diff=astextplain +#*.DOC diff=astextplain +#*.docx diff=astextplain +#*.DOCX diff=astextplain +#*.dot diff=astextplain +#*.DOT diff=astextplain +#*.pdf diff=astextplain +#*.PDF diff=astextplain +#*.rtf diff=astextplain +#*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b06e864 --- /dev/null +++ b/.gitignore @@ -0,0 +1,212 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studio 2015 cache/options directory +.vs/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +artifacts/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio profiler +*.psess +*.vsp +*.vspx + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +## TODO: Comment the next line if you want to checkin your +## web deploy settings but do note that will include unencrypted +## passwords +#*.pubxml + +*.publishproj + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config + +# Windows Azure Build Output +csx/ +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# LightSwitch generated files +GeneratedArtifacts/ +_Pvt_Extensions/ +ModelManifest.xml diff --git a/WiW RCON Chat/Form1.Designer.vb b/WiW RCON Chat/Form1.Designer.vb index b367f49..336b296 100644 --- a/WiW RCON Chat/Form1.Designer.vb +++ b/WiW RCON Chat/Form1.Designer.vb @@ -1,262 +1,262 @@ - _ -Partial Class frmMain - Inherits System.Windows.Forms.Form - - 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. - _ - Protected Overrides Sub Dispose(ByVal disposing As Boolean) - Try - If disposing AndAlso components IsNot Nothing Then - components.Dispose() - End If - Finally - MyBase.Dispose(disposing) - End Try - End Sub - - 'Wird vom Windows Form-Designer benötigt. - Private components As System.ComponentModel.IContainer - - 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. - 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. - 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. - _ - Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain)) - Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() - Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel() - Me.chkbox_NoServerMessages = New System.Windows.Forms.CheckBox() - Me.txt_FilterInput = New System.Windows.Forms.TextBox() - Me.button_AddToFilter = New System.Windows.Forms.Button() - Me.button_RemoveFromFilter = New System.Windows.Forms.Button() - Me.button_ClearFilters = New System.Windows.Forms.Button() - Me.listbox_Filters = New System.Windows.Forms.ListBox() - Me.FlowLayoutPanel2 = New System.Windows.Forms.FlowLayoutPanel() - Me.button_SortAndFilter = New System.Windows.Forms.Button() - Me.button_SaveToFile = New System.Windows.Forms.Button() - Me.lbl_LinesInput = New System.Windows.Forms.Label() - Me.lbl_LinesOutput = New System.Windows.Forms.Label() - Me.lbl_Progressbar = New System.Windows.Forms.Label() - Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() - Me.lbl_Empty = New System.Windows.Forms.Label() - Me.link_Email = New System.Windows.Forms.LinkLabel() - Me.link_Website = New System.Windows.Forms.LinkLabel() - Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel() - Me.label_Input = New System.Windows.Forms.Label() - Me.txt_Input = New System.Windows.Forms.TextBox() - Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel() - Me.label_Output = New System.Windows.Forms.Label() - Me.txt_Output = New System.Windows.Forms.TextBox() - Me.TableLayoutPanel1.SuspendLayout() - Me.FlowLayoutPanel1.SuspendLayout() - Me.FlowLayoutPanel2.SuspendLayout() - Me.TableLayoutPanel2.SuspendLayout() - Me.TableLayoutPanel3.SuspendLayout() - Me.SuspendLayout() - ' - 'TableLayoutPanel1 - ' - resources.ApplyResources(Me.TableLayoutPanel1, "TableLayoutPanel1") - Me.TableLayoutPanel1.Controls.Add(Me.FlowLayoutPanel1, 1, 0) - Me.TableLayoutPanel1.Controls.Add(Me.FlowLayoutPanel2, 1, 1) - Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel2, 0, 0) - Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel3, 0, 1) - Me.TableLayoutPanel1.Name = "TableLayoutPanel1" - ' - 'FlowLayoutPanel1 - ' - Me.FlowLayoutPanel1.Controls.Add(Me.chkbox_NoServerMessages) - Me.FlowLayoutPanel1.Controls.Add(Me.txt_FilterInput) - Me.FlowLayoutPanel1.Controls.Add(Me.button_AddToFilter) - Me.FlowLayoutPanel1.Controls.Add(Me.button_RemoveFromFilter) - Me.FlowLayoutPanel1.Controls.Add(Me.button_ClearFilters) - Me.FlowLayoutPanel1.Controls.Add(Me.listbox_Filters) - resources.ApplyResources(Me.FlowLayoutPanel1, "FlowLayoutPanel1") - Me.FlowLayoutPanel1.Name = "FlowLayoutPanel1" - ' - 'chkbox_NoServerMessages - ' - resources.ApplyResources(Me.chkbox_NoServerMessages, "chkbox_NoServerMessages") - Me.chkbox_NoServerMessages.Name = "chkbox_NoServerMessages" - Me.chkbox_NoServerMessages.UseVisualStyleBackColor = True - ' - 'txt_FilterInput - ' - Me.txt_FilterInput.AcceptsReturn = True - resources.ApplyResources(Me.txt_FilterInput, "txt_FilterInput") - Me.txt_FilterInput.Name = "txt_FilterInput" - ' - 'button_AddToFilter - ' - resources.ApplyResources(Me.button_AddToFilter, "button_AddToFilter") - Me.button_AddToFilter.Name = "button_AddToFilter" - Me.button_AddToFilter.UseVisualStyleBackColor = True - ' - 'button_RemoveFromFilter - ' - resources.ApplyResources(Me.button_RemoveFromFilter, "button_RemoveFromFilter") - Me.button_RemoveFromFilter.Name = "button_RemoveFromFilter" - Me.button_RemoveFromFilter.UseVisualStyleBackColor = True - ' - 'button_ClearFilters - ' - resources.ApplyResources(Me.button_ClearFilters, "button_ClearFilters") - Me.button_ClearFilters.Name = "button_ClearFilters" - Me.button_ClearFilters.UseVisualStyleBackColor = True - ' - 'listbox_Filters - ' - Me.listbox_Filters.FormattingEnabled = True - resources.ApplyResources(Me.listbox_Filters, "listbox_Filters") - Me.listbox_Filters.Name = "listbox_Filters" - ' - 'FlowLayoutPanel2 - ' - Me.FlowLayoutPanel2.Controls.Add(Me.button_SortAndFilter) - Me.FlowLayoutPanel2.Controls.Add(Me.button_SaveToFile) - Me.FlowLayoutPanel2.Controls.Add(Me.lbl_LinesInput) - Me.FlowLayoutPanel2.Controls.Add(Me.lbl_LinesOutput) - Me.FlowLayoutPanel2.Controls.Add(Me.lbl_Progressbar) - Me.FlowLayoutPanel2.Controls.Add(Me.ProgressBar1) - Me.FlowLayoutPanel2.Controls.Add(Me.lbl_Empty) - Me.FlowLayoutPanel2.Controls.Add(Me.link_Email) - Me.FlowLayoutPanel2.Controls.Add(Me.link_Website) - resources.ApplyResources(Me.FlowLayoutPanel2, "FlowLayoutPanel2") - Me.FlowLayoutPanel2.Name = "FlowLayoutPanel2" - ' - 'button_SortAndFilter - ' - resources.ApplyResources(Me.button_SortAndFilter, "button_SortAndFilter") - Me.button_SortAndFilter.Name = "button_SortAndFilter" - Me.button_SortAndFilter.UseVisualStyleBackColor = True - ' - 'button_SaveToFile - ' - resources.ApplyResources(Me.button_SaveToFile, "button_SaveToFile") - Me.button_SaveToFile.Name = "button_SaveToFile" - Me.button_SaveToFile.UseVisualStyleBackColor = True - ' - 'lbl_LinesInput - ' - resources.ApplyResources(Me.lbl_LinesInput, "lbl_LinesInput") - Me.lbl_LinesInput.Name = "lbl_LinesInput" - ' - 'lbl_LinesOutput - ' - resources.ApplyResources(Me.lbl_LinesOutput, "lbl_LinesOutput") - Me.lbl_LinesOutput.Name = "lbl_LinesOutput" - ' - 'lbl_Progressbar - ' - resources.ApplyResources(Me.lbl_Progressbar, "lbl_Progressbar") - Me.lbl_Progressbar.Name = "lbl_Progressbar" - ' - 'ProgressBar1 - ' - resources.ApplyResources(Me.ProgressBar1, "ProgressBar1") - Me.ProgressBar1.Name = "ProgressBar1" - Me.ProgressBar1.Step = 1 - ' - 'lbl_Empty - ' - resources.ApplyResources(Me.lbl_Empty, "lbl_Empty") - Me.lbl_Empty.Name = "lbl_Empty" - ' - 'link_Email - ' - Me.link_Email.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline - resources.ApplyResources(Me.link_Email, "link_Email") - Me.link_Email.Name = "link_Email" - Me.link_Email.TabStop = True - ' - 'link_Website - ' - Me.link_Website.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline - resources.ApplyResources(Me.link_Website, "link_Website") - Me.link_Website.Name = "link_Website" - Me.link_Website.TabStop = True - ' - 'TableLayoutPanel2 - ' - resources.ApplyResources(Me.TableLayoutPanel2, "TableLayoutPanel2") - Me.TableLayoutPanel2.Controls.Add(Me.label_Input, 0, 0) - Me.TableLayoutPanel2.Controls.Add(Me.txt_Input, 0, 1) - Me.TableLayoutPanel2.Name = "TableLayoutPanel2" - ' - 'label_Input - ' - resources.ApplyResources(Me.label_Input, "label_Input") - Me.label_Input.Name = "label_Input" - ' - 'txt_Input - ' - Me.txt_Input.AcceptsReturn = True - Me.txt_Input.Cursor = System.Windows.Forms.Cursors.IBeam - resources.ApplyResources(Me.txt_Input, "txt_Input") - Me.txt_Input.Name = "txt_Input" - ' - 'TableLayoutPanel3 - ' - resources.ApplyResources(Me.TableLayoutPanel3, "TableLayoutPanel3") - Me.TableLayoutPanel3.Controls.Add(Me.label_Output, 0, 0) - Me.TableLayoutPanel3.Controls.Add(Me.txt_Output, 0, 1) - Me.TableLayoutPanel3.Name = "TableLayoutPanel3" - ' - 'label_Output - ' - resources.ApplyResources(Me.label_Output, "label_Output") - Me.label_Output.Name = "label_Output" - ' - 'txt_Output - ' - Me.txt_Output.BackColor = System.Drawing.SystemColors.Window - resources.ApplyResources(Me.txt_Output, "txt_Output") - Me.txt_Output.Name = "txt_Output" - Me.txt_Output.ReadOnly = True - ' - 'frmMain - ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.Controls.Add(Me.TableLayoutPanel1) - Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle - Me.MaximizeBox = False - Me.Name = "frmMain" - Me.TableLayoutPanel1.ResumeLayout(False) - Me.FlowLayoutPanel1.ResumeLayout(False) - Me.FlowLayoutPanel1.PerformLayout() - Me.FlowLayoutPanel2.ResumeLayout(False) - Me.FlowLayoutPanel2.PerformLayout() - Me.TableLayoutPanel2.ResumeLayout(False) - Me.TableLayoutPanel2.PerformLayout() - Me.TableLayoutPanel3.ResumeLayout(False) - Me.TableLayoutPanel3.PerformLayout() - Me.ResumeLayout(False) - - End Sub - Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel - Friend WithEvents FlowLayoutPanel1 As System.Windows.Forms.FlowLayoutPanel - Friend WithEvents FlowLayoutPanel2 As System.Windows.Forms.FlowLayoutPanel - Friend WithEvents TableLayoutPanel2 As System.Windows.Forms.TableLayoutPanel - Friend WithEvents label_Input As System.Windows.Forms.Label - Friend WithEvents TableLayoutPanel3 As System.Windows.Forms.TableLayoutPanel - Friend WithEvents label_Output As System.Windows.Forms.Label - Friend WithEvents txt_Input As System.Windows.Forms.TextBox - Friend WithEvents txt_Output As System.Windows.Forms.TextBox - Friend WithEvents chkbox_NoServerMessages As System.Windows.Forms.CheckBox - Friend WithEvents txt_FilterInput As System.Windows.Forms.TextBox - Friend WithEvents button_AddToFilter As System.Windows.Forms.Button - Friend WithEvents listbox_Filters As System.Windows.Forms.ListBox - Friend WithEvents button_SortAndFilter As System.Windows.Forms.Button - Friend WithEvents button_SaveToFile As System.Windows.Forms.Button - Friend WithEvents button_RemoveFromFilter As System.Windows.Forms.Button - Friend WithEvents lbl_LinesInput As System.Windows.Forms.Label - Friend WithEvents lbl_LinesOutput As System.Windows.Forms.Label - Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar - Friend WithEvents lbl_Progressbar As System.Windows.Forms.Label - Friend WithEvents lbl_Empty As System.Windows.Forms.Label - Friend WithEvents link_Email As System.Windows.Forms.LinkLabel - Friend WithEvents link_Website As System.Windows.Forms.LinkLabel - Friend WithEvents button_ClearFilters As System.Windows.Forms.Button - -End Class + _ +Partial Class frmMain + Inherits System.Windows.Forms.Form + + 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. + _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Wird vom Windows Form-Designer benötigt. + Private components As System.ComponentModel.IContainer + + 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. + 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. + 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. + _ + Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain)) + Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() + Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel() + Me.chkbox_NoServerMessages = New System.Windows.Forms.CheckBox() + Me.txt_FilterInput = New System.Windows.Forms.TextBox() + Me.button_AddToFilter = New System.Windows.Forms.Button() + Me.button_RemoveFromFilter = New System.Windows.Forms.Button() + Me.button_ClearFilters = New System.Windows.Forms.Button() + Me.listbox_Filters = New System.Windows.Forms.ListBox() + Me.FlowLayoutPanel2 = New System.Windows.Forms.FlowLayoutPanel() + Me.button_SortAndFilter = New System.Windows.Forms.Button() + Me.button_SaveToFile = New System.Windows.Forms.Button() + Me.lbl_LinesInput = New System.Windows.Forms.Label() + Me.lbl_LinesOutput = New System.Windows.Forms.Label() + Me.lbl_Progressbar = New System.Windows.Forms.Label() + Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() + Me.lbl_Empty = New System.Windows.Forms.Label() + Me.link_Email = New System.Windows.Forms.LinkLabel() + Me.link_Website = New System.Windows.Forms.LinkLabel() + Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel() + Me.label_Input = New System.Windows.Forms.Label() + Me.txt_Input = New System.Windows.Forms.TextBox() + Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel() + Me.label_Output = New System.Windows.Forms.Label() + Me.txt_Output = New System.Windows.Forms.TextBox() + Me.TableLayoutPanel1.SuspendLayout() + Me.FlowLayoutPanel1.SuspendLayout() + Me.FlowLayoutPanel2.SuspendLayout() + Me.TableLayoutPanel2.SuspendLayout() + Me.TableLayoutPanel3.SuspendLayout() + Me.SuspendLayout() + ' + 'TableLayoutPanel1 + ' + resources.ApplyResources(Me.TableLayoutPanel1, "TableLayoutPanel1") + Me.TableLayoutPanel1.Controls.Add(Me.FlowLayoutPanel1, 1, 0) + Me.TableLayoutPanel1.Controls.Add(Me.FlowLayoutPanel2, 1, 1) + Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel2, 0, 0) + Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel3, 0, 1) + Me.TableLayoutPanel1.Name = "TableLayoutPanel1" + ' + 'FlowLayoutPanel1 + ' + Me.FlowLayoutPanel1.Controls.Add(Me.chkbox_NoServerMessages) + Me.FlowLayoutPanel1.Controls.Add(Me.txt_FilterInput) + Me.FlowLayoutPanel1.Controls.Add(Me.button_AddToFilter) + Me.FlowLayoutPanel1.Controls.Add(Me.button_RemoveFromFilter) + Me.FlowLayoutPanel1.Controls.Add(Me.button_ClearFilters) + Me.FlowLayoutPanel1.Controls.Add(Me.listbox_Filters) + resources.ApplyResources(Me.FlowLayoutPanel1, "FlowLayoutPanel1") + Me.FlowLayoutPanel1.Name = "FlowLayoutPanel1" + ' + 'chkbox_NoServerMessages + ' + resources.ApplyResources(Me.chkbox_NoServerMessages, "chkbox_NoServerMessages") + Me.chkbox_NoServerMessages.Name = "chkbox_NoServerMessages" + Me.chkbox_NoServerMessages.UseVisualStyleBackColor = True + ' + 'txt_FilterInput + ' + Me.txt_FilterInput.AcceptsReturn = True + resources.ApplyResources(Me.txt_FilterInput, "txt_FilterInput") + Me.txt_FilterInput.Name = "txt_FilterInput" + ' + 'button_AddToFilter + ' + resources.ApplyResources(Me.button_AddToFilter, "button_AddToFilter") + Me.button_AddToFilter.Name = "button_AddToFilter" + Me.button_AddToFilter.UseVisualStyleBackColor = True + ' + 'button_RemoveFromFilter + ' + resources.ApplyResources(Me.button_RemoveFromFilter, "button_RemoveFromFilter") + Me.button_RemoveFromFilter.Name = "button_RemoveFromFilter" + Me.button_RemoveFromFilter.UseVisualStyleBackColor = True + ' + 'button_ClearFilters + ' + resources.ApplyResources(Me.button_ClearFilters, "button_ClearFilters") + Me.button_ClearFilters.Name = "button_ClearFilters" + Me.button_ClearFilters.UseVisualStyleBackColor = True + ' + 'listbox_Filters + ' + Me.listbox_Filters.FormattingEnabled = True + resources.ApplyResources(Me.listbox_Filters, "listbox_Filters") + Me.listbox_Filters.Name = "listbox_Filters" + ' + 'FlowLayoutPanel2 + ' + Me.FlowLayoutPanel2.Controls.Add(Me.button_SortAndFilter) + Me.FlowLayoutPanel2.Controls.Add(Me.button_SaveToFile) + Me.FlowLayoutPanel2.Controls.Add(Me.lbl_LinesInput) + Me.FlowLayoutPanel2.Controls.Add(Me.lbl_LinesOutput) + Me.FlowLayoutPanel2.Controls.Add(Me.lbl_Progressbar) + Me.FlowLayoutPanel2.Controls.Add(Me.ProgressBar1) + Me.FlowLayoutPanel2.Controls.Add(Me.lbl_Empty) + Me.FlowLayoutPanel2.Controls.Add(Me.link_Email) + Me.FlowLayoutPanel2.Controls.Add(Me.link_Website) + resources.ApplyResources(Me.FlowLayoutPanel2, "FlowLayoutPanel2") + Me.FlowLayoutPanel2.Name = "FlowLayoutPanel2" + ' + 'button_SortAndFilter + ' + resources.ApplyResources(Me.button_SortAndFilter, "button_SortAndFilter") + Me.button_SortAndFilter.Name = "button_SortAndFilter" + Me.button_SortAndFilter.UseVisualStyleBackColor = True + ' + 'button_SaveToFile + ' + resources.ApplyResources(Me.button_SaveToFile, "button_SaveToFile") + Me.button_SaveToFile.Name = "button_SaveToFile" + Me.button_SaveToFile.UseVisualStyleBackColor = True + ' + 'lbl_LinesInput + ' + resources.ApplyResources(Me.lbl_LinesInput, "lbl_LinesInput") + Me.lbl_LinesInput.Name = "lbl_LinesInput" + ' + 'lbl_LinesOutput + ' + resources.ApplyResources(Me.lbl_LinesOutput, "lbl_LinesOutput") + Me.lbl_LinesOutput.Name = "lbl_LinesOutput" + ' + 'lbl_Progressbar + ' + resources.ApplyResources(Me.lbl_Progressbar, "lbl_Progressbar") + Me.lbl_Progressbar.Name = "lbl_Progressbar" + ' + 'ProgressBar1 + ' + resources.ApplyResources(Me.ProgressBar1, "ProgressBar1") + Me.ProgressBar1.Name = "ProgressBar1" + Me.ProgressBar1.Step = 1 + ' + 'lbl_Empty + ' + resources.ApplyResources(Me.lbl_Empty, "lbl_Empty") + Me.lbl_Empty.Name = "lbl_Empty" + ' + 'link_Email + ' + Me.link_Email.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline + resources.ApplyResources(Me.link_Email, "link_Email") + Me.link_Email.Name = "link_Email" + Me.link_Email.TabStop = True + ' + 'link_Website + ' + Me.link_Website.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline + resources.ApplyResources(Me.link_Website, "link_Website") + Me.link_Website.Name = "link_Website" + Me.link_Website.TabStop = True + ' + 'TableLayoutPanel2 + ' + resources.ApplyResources(Me.TableLayoutPanel2, "TableLayoutPanel2") + Me.TableLayoutPanel2.Controls.Add(Me.label_Input, 0, 0) + Me.TableLayoutPanel2.Controls.Add(Me.txt_Input, 0, 1) + Me.TableLayoutPanel2.Name = "TableLayoutPanel2" + ' + 'label_Input + ' + resources.ApplyResources(Me.label_Input, "label_Input") + Me.label_Input.Name = "label_Input" + ' + 'txt_Input + ' + Me.txt_Input.AcceptsReturn = True + Me.txt_Input.Cursor = System.Windows.Forms.Cursors.IBeam + resources.ApplyResources(Me.txt_Input, "txt_Input") + Me.txt_Input.Name = "txt_Input" + ' + 'TableLayoutPanel3 + ' + resources.ApplyResources(Me.TableLayoutPanel3, "TableLayoutPanel3") + Me.TableLayoutPanel3.Controls.Add(Me.label_Output, 0, 0) + Me.TableLayoutPanel3.Controls.Add(Me.txt_Output, 0, 1) + Me.TableLayoutPanel3.Name = "TableLayoutPanel3" + ' + 'label_Output + ' + resources.ApplyResources(Me.label_Output, "label_Output") + Me.label_Output.Name = "label_Output" + ' + 'txt_Output + ' + Me.txt_Output.BackColor = System.Drawing.SystemColors.Window + resources.ApplyResources(Me.txt_Output, "txt_Output") + Me.txt_Output.Name = "txt_Output" + Me.txt_Output.ReadOnly = True + ' + 'frmMain + ' + resources.ApplyResources(Me, "$this") + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.Controls.Add(Me.TableLayoutPanel1) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle + Me.MaximizeBox = False + Me.Name = "frmMain" + Me.TableLayoutPanel1.ResumeLayout(False) + Me.FlowLayoutPanel1.ResumeLayout(False) + Me.FlowLayoutPanel1.PerformLayout() + Me.FlowLayoutPanel2.ResumeLayout(False) + Me.FlowLayoutPanel2.PerformLayout() + Me.TableLayoutPanel2.ResumeLayout(False) + Me.TableLayoutPanel2.PerformLayout() + Me.TableLayoutPanel3.ResumeLayout(False) + Me.TableLayoutPanel3.PerformLayout() + Me.ResumeLayout(False) + + End Sub + Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel + Friend WithEvents FlowLayoutPanel1 As System.Windows.Forms.FlowLayoutPanel + Friend WithEvents FlowLayoutPanel2 As System.Windows.Forms.FlowLayoutPanel + Friend WithEvents TableLayoutPanel2 As System.Windows.Forms.TableLayoutPanel + Friend WithEvents label_Input As System.Windows.Forms.Label + Friend WithEvents TableLayoutPanel3 As System.Windows.Forms.TableLayoutPanel + Friend WithEvents label_Output As System.Windows.Forms.Label + Friend WithEvents txt_Input As System.Windows.Forms.TextBox + Friend WithEvents txt_Output As System.Windows.Forms.TextBox + Friend WithEvents chkbox_NoServerMessages As System.Windows.Forms.CheckBox + Friend WithEvents txt_FilterInput As System.Windows.Forms.TextBox + Friend WithEvents button_AddToFilter As System.Windows.Forms.Button + Friend WithEvents listbox_Filters As System.Windows.Forms.ListBox + Friend WithEvents button_SortAndFilter As System.Windows.Forms.Button + Friend WithEvents button_SaveToFile As System.Windows.Forms.Button + Friend WithEvents button_RemoveFromFilter As System.Windows.Forms.Button + Friend WithEvents lbl_LinesInput As System.Windows.Forms.Label + Friend WithEvents lbl_LinesOutput As System.Windows.Forms.Label + Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar + Friend WithEvents lbl_Progressbar As System.Windows.Forms.Label + Friend WithEvents lbl_Empty As System.Windows.Forms.Label + Friend WithEvents link_Email As System.Windows.Forms.LinkLabel + Friend WithEvents link_Website As System.Windows.Forms.LinkLabel + Friend WithEvents button_ClearFilters As System.Windows.Forms.Button + +End Class diff --git a/WiW RCON Chat/My Project/AssemblyInfo.vb b/WiW RCON Chat/My Project/AssemblyInfo.vb index e7621a8..214c592 100644 --- a/WiW RCON Chat/My Project/AssemblyInfo.vb +++ b/WiW RCON Chat/My Project/AssemblyInfo.vb @@ -1,21 +1,21 @@ -Imports System -Imports System.Reflection -Imports System.Runtime.InteropServices - -' Allgemeine Informationen über eine Assembly werden über die folgenden -' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -' die mit einer Assembly verknüpft sind. - -' Die Werte der Assemblyattribute überprüfen - - - - - - - - - - - - +Imports System +Imports System.Reflection +Imports System.Runtime.InteropServices + +' Allgemeine Informationen über eine Assembly werden über die folgenden +' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, +' die mit einer Assembly verknüpft sind. + +' Die Werte der Assemblyattribute überprüfen + + + + + + + + + + + + diff --git a/WiW RCON Chat/My Project/app.manifest b/WiW RCON Chat/My Project/app.manifest index 14d7794..7776278 100644 --- a/WiW RCON Chat/My Project/app.manifest +++ b/WiW RCON Chat/My Project/app.manifest @@ -1,54 +1,54 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WiW RCON Chat/WiW RCON Chat.vbproj b/WiW RCON Chat/WiW RCON Chat.vbproj index 40f812a..a74364f 100644 --- a/WiW RCON Chat/WiW RCON Chat.vbproj +++ b/WiW RCON Chat/WiW RCON Chat.vbproj @@ -1,222 +1,243 @@ - - - - - Debug - AnyCPU - {9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0} - WinExe - WiW_RCON_Chat.My.MyApplication - WiW_RCON_Chat - WiW RCON Chat - 512 - WindowsForms - v3.5 - false - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.0 - false - true - - - AnyCPU - true - full - true - true - bin\Debug\ - - - 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036 - - - false - 1 - - - AnyCPU - pdbonly - false - false - true - bin\Release\ - - - 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036 - false - - - false - false - 1 - - - On - - - Binary - - - Off - - - On - - - true - true - true - bin\x86\Debug\ - - - 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036 - full - x86 - ManagedMinimumRules.ruleset - true - - - false - 1 - - - true - bin\x86\Release\ - - - true - 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036 - pdbonly - x86 - ManagedMinimumRules.ruleset - true - - - false - 1 - - - wiw.ico - - - LocalIntranet - - - false - - - My Project\app.manifest - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Form - - - Form1.vb - Form - - - - True - Application.myapp - - - True - True - Resources.resx - - - True - Settings.settings - True - - - - - Form1.vb - - - VbMyResourcesResXFileCodeGenerator - Resources.Designer.vb - My.Resources - Designer - - - - - - MyApplicationCodeGenerator - Application.Designer.vb - - - SettingsSingleFileGenerator - My - Settings.Designer.vb - - - - - - - - - False - Microsoft .NET Framework 4.5 %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - false - - - - + + + + + Debug + AnyCPU + {9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0} + WinExe + WiW_RCON_Chat.My.MyApplication + WiW_RCON_Chat + WiW RCON Chat + 512 + WindowsForms + v3.5 + true + + Z:\WiW-RCON-Chat\ + true + Web + true + Foreground + 7 + Days + false + false + true + http://tools.dominicreich.com/WiW-RCON-Chat/ + http://tools.dominicreich.com/WiW-RCON-Chat/ + http://tmsn.at/%3ftools&rcon-chat + https://github.com/freefallcid/wiw-rcon-chat/issues + WiW RCON Chat + Dominic Reich + WiW Tools + false + 1 + 1.0.0.%2a + false + true + true + true + true + + + AnyCPU + true + full + true + true + bin\Debug\ + + + 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036 + + + false + 1 + + + AnyCPU + pdbonly + false + false + true + bin\Release\ + + + 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036 + false + + + false + false + 1 + + + On + + + Binary + + + Off + + + On + + + true + true + true + bin\x86\Debug\ + + + 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036 + full + x86 + ManagedMinimumRules.ruleset + true + + + false + 1 + + + true + bin\x86\Release\ + + + true + 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036 + pdbonly + x86 + ManagedMinimumRules.ruleset + true + + + false + 1 + + + wiw.ico + + + LocalIntranet + + + true + + + My Project\app.manifest + + + A36FA2BDC55727EA32BADEC2E925786BC9446014 + + + WiW RCON Chat_TemporaryKey.pfx + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Form + + + Form1.vb + Form + + + + True + Application.myapp + + + True + True + Resources.resx + + + True + Settings.settings + True + + + + + Form1.vb + + + VbMyResourcesResXFileCodeGenerator + Resources.Designer.vb + My.Resources + Designer + + + + + + MyApplicationCodeGenerator + Application.Designer.vb + + + SettingsSingleFileGenerator + My + Settings.Designer.vb + + + + + + + + + + False + Microsoft .NET Framework 4.5 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + false + + + + \ No newline at end of file diff --git a/WiW RCON Chat/WiW RCON Chat.vbproj.user b/WiW RCON Chat/WiW RCON Chat.vbproj.user index abdfec6..2898b59 100644 --- a/WiW RCON Chat/WiW RCON Chat.vbproj.user +++ b/WiW RCON Chat/WiW RCON Chat.vbproj.user @@ -1,19 +1,19 @@ - - - - publish\ - - - - - - en-US - false - - - false - - - false - + + + + Z:\WiW-RCON-Chat\|publish\ + http://tools.dominicreich.com/WiW-RCON-Chat/ + + + + + en-US + false + + + false + + + false + \ No newline at end of file