Skip to content

Commit

Permalink
Organize project structure and put docs, web and desktop in same repo…
Browse files Browse the repository at this point in the history
…stiory
  • Loading branch information
monambike committed Apr 6, 2024
1 parent 68cb8ce commit b02a32b
Show file tree
Hide file tree
Showing 128 changed files with 28,273 additions and 765 deletions.
Binary file added desktop/data/BDYotsuki.mdf
Binary file not shown.
Binary file added desktop/data/BDYotsuki_log.ldf
Binary file not shown.
Binary file added desktop/src/Images/Administrador.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/Background frm0Load.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/Background frm1Inicio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/Background frm2Inscrever.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/Background frm5LoginAdm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added desktop/src/Images/Inscrição.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/Mosk Bold 700.ttf
Binary file not shown.
Binary file added desktop/src/Images/Pop of the Tops.ttf
Binary file not shown.
Binary file added desktop/src/Images/Profile1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/Profile2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/Profile3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/Profile4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/Profile5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/Profile6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/SoulMission.ttf
Binary file not shown.
Binary file added desktop/src/Images/Viar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added desktop/src/Images/YOTSUKI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/chama.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/control.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/gears.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/gifLoad.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktop/src/Images/load.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions desktop/src/Yotsuki.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yotsuki", "Yotsuki\Yotsuki.csproj", "{BAA65F68-B77F-4C58-A5BF-454C4D59FBE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAA65F68-B77F-4C58-A5BF-454C4D59FBE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAA65F68-B77F-4C58-A5BF-454C4D59FBE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAA65F68-B77F-4C58-A5BF-454C4D59FBE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAA65F68-B77F-4C58-A5BF-454C4D59FBE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
12 changes: 12 additions & 0 deletions desktop/src/Yotsuki/Banco.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Yotsuki
{
class Banco
{
public static string StringConexao = @"Data Source=(LocalDB)\v11.0;AttachDbFilename=E:\2018_09_11_Yotsuki\Yotsuki\BDYotsuki.mdf;Integrated Security=True;Connect Timeout=30";
}
}
2 changes: 2 additions & 0 deletions desktop/src/Yotsuki/ClassDiagram1.cd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram />
170 changes: 170 additions & 0 deletions desktop/src/Yotsuki/Frm0Loading.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions desktop/src/Yotsuki/Frm0Loading.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace Yotsuki
{
public partial class Frm0Loading : Form
{
public Frm0Loading()
{
InitializeComponent();
Temporizador.Enabled = true;
progressBar1.X2 = 30;
}

private void Temporizador_Tick(object sender, EventArgs e)
{
progressBar1.X2 += 10;
if (progressBar1.X2 == 460)
{
Temporizador.Enabled = false;
Frm1Inicio frm1 = new Frm1Inicio();
frm1.Show();
this.Hide();
}
}

private void pictureBox1_Click(object sender, EventArgs e)
{
progressBar1.X2 = 450;
}
}
}
Loading

0 comments on commit b02a32b

Please sign in to comment.