çerezlik bir proje oldu, umarım işinize yarar :D

Kodlama Dili: C#

Özellikler:

-Reset
-Hedef belirleme



Kodlar:


Kod:
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Text;
using System.Windows.Forms;

namespace zikirmatik
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
try
{
PrivateFontCollection collection = new PrivateFontCollection();
collection.AddFontFile(Environment.CurrentDirector y + "\\Font\\digital-7.ttf");
GraphicsPath p = new GraphicsPath();
p.AddEllipse(5, 5, button1.Width - 15, button1.Height - 15);
button1.Region = new Region(p);
label1.Font = new Font(new FontFamily("digital-7", collection), 38);
GraphicsPath sp = new GraphicsPath();
sp.AddEllipse(5, 5, button2.Width - 15, button2.Height - 15);
button2.Region = new Region(sp);
}
catch (Exception ex) { MessageBox.Show(ex.ToString()); }
}
int zikir = 0;
private v0id button1_Click(object sender, EventArgs e)
{
label1.Text = (zikir += 1).ToString();
if (zikir == (int)numericUpDown1.Value)
{
MessageBox.Show("HEDEFE ULAŞDINIZ!", "THT Zikirmatik");
}
}

private v0id button2_Click(object sender, EventArgs e)
{
zikir = 0;
label1.Text = (0).ToString();
}
}
}
Kaynak kodlar ve programın linki:

https://s6.dosya.tc/server/7tj2ij/zkrmtk.rar.html