From ac8f16c1801acce86b07c85056008d948d8cc194 Mon Sep 17 00:00:00 2001 From: rasz Date: Thu, 2 Sep 2021 08:20:02 -0300 Subject: [PATCH] first commit --- .gitignore | 388 ++++++++++++++++++++++++ OSSoft.sln | 25 ++ OSSoft/App.xaml | 151 +++++++++ OSSoft/App.xaml.cs | 16 + OSSoft/Clipper.cs | 61 ++++ OSSoft/Form1.Designer.cs | 83 +++++ OSSoft/Form1.cs | 47 +++ OSSoft/Form1.resx | 120 ++++++++ OSSoft/OSSoft.csproj | 166 ++++++++++ OSSoft/Properties/AssemblyInfo.cs | 55 ++++ OSSoft/Properties/Resources.Designer.cs | 71 +++++ OSSoft/Properties/Resources.resx | 117 +++++++ OSSoft/Properties/Settings.Designer.cs | 30 ++ OSSoft/Properties/Settings.settings | 7 + OSSoft/dash.xaml | 108 +++++++ OSSoft/dash.xaml.cs | 262 ++++++++++++++++ OSSoft/database.cs | 26 ++ OSSoft/filter.cs | 29 ++ OSSoft/icn/micn/crss.png | Bin 0 -> 324 bytes OSSoft/icn/micn/max.png | Bin 0 -> 253 bytes OSSoft/icn/micn/min.png | Bin 0 -> 221 bytes OSSoft/icn/micn/nor.png | Bin 0 -> 206 bytes OSSoft/pgs/abrir_cham.xaml | 91 ++++++ OSSoft/pgs/abrir_cham.xaml.cs | 28 ++ OSSoft/pgs/ver_cham.xaml | 14 + OSSoft/pgs/ver_cham.xaml.cs | 27 ++ README.md | 5 + 27 files changed, 1927 insertions(+) create mode 100755 .gitignore create mode 100755 OSSoft.sln create mode 100755 OSSoft/App.xaml create mode 100755 OSSoft/App.xaml.cs create mode 100755 OSSoft/Clipper.cs create mode 100755 OSSoft/Form1.Designer.cs create mode 100755 OSSoft/Form1.cs create mode 100755 OSSoft/Form1.resx create mode 100755 OSSoft/OSSoft.csproj create mode 100755 OSSoft/Properties/AssemblyInfo.cs create mode 100755 OSSoft/Properties/Resources.Designer.cs create mode 100755 OSSoft/Properties/Resources.resx create mode 100755 OSSoft/Properties/Settings.Designer.cs create mode 100755 OSSoft/Properties/Settings.settings create mode 100755 OSSoft/dash.xaml create mode 100755 OSSoft/dash.xaml.cs create mode 100755 OSSoft/database.cs create mode 100755 OSSoft/filter.cs create mode 100755 OSSoft/icn/micn/crss.png create mode 100755 OSSoft/icn/micn/max.png create mode 100755 OSSoft/icn/micn/min.png create mode 100755 OSSoft/icn/micn/nor.png create mode 100755 OSSoft/pgs/abrir_cham.xaml create mode 100755 OSSoft/pgs/abrir_cham.xaml.cs create mode 100755 OSSoft/pgs/ver_cham.xaml create mode 100755 OSSoft/pgs/ver_cham.xaml.cs create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..e328a2e --- /dev/null +++ b/.gitignore @@ -0,0 +1,388 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +**/[Dd]ebug/ +**/[Dd]ebugPublic/ +**/[Rr]elease/ +**/[Rr]eleases/ +**/x64/ +**/x86/ +**/[Ww][Ii][Nn]32/ +**/[Aa][Rr][Mm]/ +**/[Aa][Rr][Mm]64/ +**/bld/ +**/[Bb]in/ +**/[Oo]bj/ +**/[Ll]og/ +**/[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# 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 +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Nuget personal access tokens and Credentials +nuget.config + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# 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/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# 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 +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +.idea/ +*.sln.iml diff --git a/OSSoft.sln b/OSSoft.sln new file mode 100755 index 0000000..f182d86 --- /dev/null +++ b/OSSoft.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28010.2046 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OSSoft", "OSSoft\OSSoft.csproj", "{3F33BA38-3078-477A-B647-AB6DC35900E4}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3F33BA38-3078-477A-B647-AB6DC35900E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3F33BA38-3078-477A-B647-AB6DC35900E4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3F33BA38-3078-477A-B647-AB6DC35900E4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3F33BA38-3078-477A-B647-AB6DC35900E4}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E2596064-CFC1-4BCB-A62C-704AB10424AB} + EndGlobalSection +EndGlobal diff --git a/OSSoft/App.xaml b/OSSoft/App.xaml new file mode 100755 index 0000000..9e76f4b --- /dev/null +++ b/OSSoft/App.xaml @@ -0,0 +1,151 @@ + + + + + + + + + diff --git a/OSSoft/App.xaml.cs b/OSSoft/App.xaml.cs new file mode 100755 index 0000000..7db4f94 --- /dev/null +++ b/OSSoft/App.xaml.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Windows; + +namespace OSSoft +{ + /// + /// Interação lógica para App.xaml + /// + public partial class App : Application + { + } +} diff --git a/OSSoft/Clipper.cs b/OSSoft/Clipper.cs new file mode 100755 index 0000000..e2a4ccf --- /dev/null +++ b/OSSoft/Clipper.cs @@ -0,0 +1,61 @@ +using System; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Media; + +namespace OSSoft +{ + public class ClippingBorder : Border + { + protected override void OnRender(DrawingContext dc) + { + OnApplyChildClip(); + base.OnRender(dc); + } + + public override UIElement Child + { + get + { + return base.Child; + } + set + { + if (this.Child != value) + { + if (this.Child != null) + { + // Restore original clipping + this.Child.SetValue(UIElement.ClipProperty, _oldClip); + } + + if (value != null) + { + _oldClip = value.ReadLocalValue(UIElement.ClipProperty); + } + else + { + // If we dont set it to null we could leak a Geometry object + _oldClip = null; + } + + base.Child = value; + } + } + } + + protected virtual void OnApplyChildClip() + { + UIElement child = this.Child; + if (child != null) + { + _clipRect.RadiusX = _clipRect.RadiusY = Math.Max(0.0, this.CornerRadius.TopLeft - (this.BorderThickness.Left * 0.5)); + _clipRect.Rect = new Rect(Child.RenderSize); + child.Clip = _clipRect; + } + } + + private RectangleGeometry _clipRect = new RectangleGeometry(); + private object _oldClip; + } +} diff --git a/OSSoft/Form1.Designer.cs b/OSSoft/Form1.Designer.cs new file mode 100755 index 0000000..8b4c1b1 --- /dev/null +++ b/OSSoft/Form1.Designer.cs @@ -0,0 +1,83 @@ +namespace OSSoft +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.pesq = new System.Windows.Forms.TextBox(); + this.label1 = new System.Windows.Forms.Label(); + this.button1 = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // pesq + // + this.pesq.Location = new System.Drawing.Point(12, 35); + this.pesq.Name = "pesq"; + this.pesq.Size = new System.Drawing.Size(288, 20); + this.pesq.TabIndex = 1; + this.pesq.TextChanged += new System.EventHandler(this.pesq_TextChanged); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(12, 156); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(35, 13); + this.label1.TabIndex = 2; + this.label1.Text = "label1"; + // + // button1 + // + this.button1.Location = new System.Drawing.Point(12, 61); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 3; + this.button1.Text = "button1"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(321, 260); + this.Controls.Add(this.button1); + this.Controls.Add(this.label1); + this.Controls.Add(this.pesq); + this.Name = "Form1"; + this.Text = "Form1"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + private System.Windows.Forms.TextBox pesq; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Button button1; + } +} \ No newline at end of file diff --git a/OSSoft/Form1.cs b/OSSoft/Form1.cs new file mode 100755 index 0000000..1272bff --- /dev/null +++ b/OSSoft/Form1.cs @@ -0,0 +1,47 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Data.SqlClient; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Windows.Forms; + +namespace OSSoft +{ + public partial class Form1: Form + { + public Form1() + { + InitializeComponent(); + } + + private void pesq_TextChanged(object sender, EventArgs e) + { + + } + + private void button1_Click(object sender, EventArgs e) + { + filter flt = new filter(); + string strt = flt.SQLFILTER(pesq.Text); + label1.Text = strt; + } + /*database db = new database(); + SqlConnection con; + con = db.openCon(); + + String strSch = pesq.Text; + string schSel = @"SELECT * FROM ver_chamados WHERE cli LIKE '%" + strSch + "%'"; + + SqlDataAdapter adaSel = new SqlDataAdapter(schSel, con); + + DataTable tblSel = new DataTable(); + + adaSel.Fill(tblSel); + + data.DataSource = tblSel; + con.Close();*/ + } +} diff --git a/OSSoft/Form1.resx b/OSSoft/Form1.resx new file mode 100755 index 0000000..29dcb1b --- /dev/null +++ b/OSSoft/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/OSSoft/OSSoft.csproj b/OSSoft/OSSoft.csproj new file mode 100755 index 0000000..6228300 --- /dev/null +++ b/OSSoft/OSSoft.csproj @@ -0,0 +1,166 @@ + + + + + Debug + AnyCPU + {3F33BA38-3078-477A-B647-AB6DC35900E4} + WinExe + OSSoft + OSSoft + v4.0 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + false + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + true + + + x86 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + 4.0 + + + + + + + + ..\..\..\..\Desktop\Extended.WPF.Toolkit.Binaries.NET.4.x\Xceed.Wpf.Toolkit.dll + + + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + + dash.xaml + + + + + + + Form + + + Form1.cs + + + abrir_cham.xaml + + + ver_cham.xaml + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + + False + .NET Framework 3.5 SP1 + false + + + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + + + Always + + + Always + dbProgram.mdf + + + + + + + + \ No newline at end of file diff --git a/OSSoft/Properties/AssemblyInfo.cs b/OSSoft/Properties/AssemblyInfo.cs new file mode 100755 index 0000000..10d494f --- /dev/null +++ b/OSSoft/Properties/AssemblyInfo.cs @@ -0,0 +1,55 @@ +using System.Reflection; +using System.Resources; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Windows; + +// As informações gerais sobre um assembly são controladas por +// conjunto de atributos. Altere estes valores de atributo para modificar as informações +// associada a um assembly. +[assembly: AssemblyTitle("OSSoft")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("OSSoft")] +[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Definir ComVisible como false torna os tipos neste assembly invisíveis +// para componentes COM. Caso precise acessar um tipo neste assembly de +// COM, defina o atributo ComVisible como true nesse tipo. +[assembly: ComVisible(false)] + +//Para começar a compilar aplicativos localizáveis, configure +//CultureYouAreCodingWith no seu arquivo .csproj +//dentro de um . Por exemplo, se você está usando o idioma inglês +//nos seus arquivos de origem, configure o para en-US. Em seguida, descomente +//o atributo NeutralResourceLanguage abaixo. Atualize o "en-US" na +//linha abaixo para coincidir com a configuração do UICulture no arquivo do projeto. + +//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] + + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //onde os dicionários de recursos de temas específicos estão localizados + //(usado se algum recurso não for encontrado na página, + // ou dicionários de recursos do aplicativo) + ResourceDictionaryLocation.SourceAssembly //onde o dicionário de recursos genéricos está localizado + //(usado se algum recurso não for encontrado na página, + // app, ou qualquer outro dicionário de recursos de tema específico) +)] + + +// As informações da versão de um assembly consistem nos quatro valores a seguir: +// +// Versão Principal +// Versão Secundária +// Número da Versão +// Revisão +// +// É possível especificar todos os valores ou usar como padrão os Números de Build e da Revisão +// utilizando o "*" como mostrado abaixo: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/OSSoft/Properties/Resources.Designer.cs b/OSSoft/Properties/Resources.Designer.cs new file mode 100755 index 0000000..731bcee --- /dev/null +++ b/OSSoft/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// Este código foi gerado por uma ferramenta. +// Versão de Tempo de Execução: 4.0.30319.42000 +// +// As alterações ao arquivo poderão causar comportamento incorreto e serão perdidas se +// o código for recriado +// +//------------------------------------------------------------------------------ + +namespace OSSoft.Properties +{ + + + /// + /// Uma classe de recurso fortemente tipados, para pesquisar cadeias de caracteres localizadas etc. + /// + // Esta classe foi gerada automaticamente pela StronglyTypedResourceBuilder + // classe através de uma ferramenta como ResGen ou Visual Studio. + // Para adicionar ou remover um associado, edite o arquivo .ResX e execute ResGen novamente + // com a opção /str ou reconstrua seu projeto VS. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() + { + } + + /// + /// Retorna a instância cacheada de ResourceManager utilizada por esta classe. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager + { + get + { + if ((resourceMan == null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OSSoft.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Substitui a propriedade CurrentUICulture do thread atual para todas + /// as pesquisas de recursos que usam esta classe de recursos fortemente tipados. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff --git a/OSSoft/Properties/Resources.resx b/OSSoft/Properties/Resources.resx new file mode 100755 index 0000000..ffecec8 --- /dev/null +++ b/OSSoft/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/OSSoft/Properties/Settings.Designer.cs b/OSSoft/Properties/Settings.Designer.cs new file mode 100755 index 0000000..ca7326f --- /dev/null +++ b/OSSoft/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace OSSoft.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/OSSoft/Properties/Settings.settings b/OSSoft/Properties/Settings.settings new file mode 100755 index 0000000..8f2fd95 --- /dev/null +++ b/OSSoft/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/OSSoft/dash.xaml b/OSSoft/dash.xaml new file mode 100755 index 0000000..d91fc72 --- /dev/null +++ b/OSSoft/dash.xaml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OSSoft/pgs/abrir_cham.xaml.cs b/OSSoft/pgs/abrir_cham.xaml.cs new file mode 100755 index 0000000..cadd92c --- /dev/null +++ b/OSSoft/pgs/abrir_cham.xaml.cs @@ -0,0 +1,28 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; +using System.Windows.Shapes; + +namespace OSSoft.pgs +{ + /// + /// Interação lógica para abrir_cham.xam + /// + public partial class abrir_cham : Page + { + public abrir_cham() + { + InitializeComponent(); + } + + } +} diff --git a/OSSoft/pgs/ver_cham.xaml b/OSSoft/pgs/ver_cham.xaml new file mode 100755 index 0000000..385c0cc --- /dev/null +++ b/OSSoft/pgs/ver_cham.xaml @@ -0,0 +1,14 @@ + + + + + diff --git a/OSSoft/pgs/ver_cham.xaml.cs b/OSSoft/pgs/ver_cham.xaml.cs new file mode 100755 index 0000000..8767cc8 --- /dev/null +++ b/OSSoft/pgs/ver_cham.xaml.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; +using System.Windows.Shapes; + +namespace OSSoft.pgs +{ + /// + /// Interação lógica para ver_cham.xam + /// + public partial class ver_cham : Page + { + public ver_cham() + { + InitializeComponent(); + } + } +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..8809441 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# OSSoft +## Author: F. Raszeja + +Old software made to test out WPF.NET +Requires .NET 3.5 according to my .csproj file, but I *think* it's 4.X