allgemeine teilweise Kategorie Form1: Form
{
Öffentlichkeit Form1 ()
{
InitializeComponent ();
}
private Lücke Form1_Load (Gegenstandabsender, EventArgs e)
{
this.button1.Visible = falsch;
this.progressBar1.Minimum = 0;
this.progressBar1.Maximum = 200;
this.timer1.Interval = 100; /1 zweites
this.label1.Text = "";
}
private Lücke button1_Click_1 (Gegenstandabsender, EventArgs e)
{
dieses. Abschluss ();
}
private Lücke Form1_Shown (Gegenstandabsender, EventArgs e)
{
this.timer1.Start ();
}
private Lücke timer1_Tick (Gegenstandabsender, EventArgs e)
{
//-Zunahme progressbar
wenn (this.progressBar1.Value < this="">
|