mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 12:02:40 +00:00
voila
This commit is contained in:
393
Blok2 Online Gokkantoor/Online Gokkantoor/Aanmeldscherm.Designer.cs
generated
Normal file
393
Blok2 Online Gokkantoor/Online Gokkantoor/Aanmeldscherm.Designer.cs
generated
Normal file
@@ -0,0 +1,393 @@
|
||||
namespace Online_Gokkantoor
|
||||
{
|
||||
partial class Aanmeldscherm
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.titel = new System.Windows.Forms.Label();
|
||||
this.voornaam = new System.Windows.Forms.Label();
|
||||
this.naam = new System.Windows.Forms.Label();
|
||||
this.textVoornaam = new System.Windows.Forms.TextBox();
|
||||
this.textNaam = new System.Windows.Forms.TextBox();
|
||||
this.adres = new System.Windows.Forms.Label();
|
||||
this.textAdres = new System.Windows.Forms.TextBox();
|
||||
this.textGsm = new System.Windows.Forms.TextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.labelMatch = new System.Windows.Forms.Label();
|
||||
this.comboKeuze = new System.Windows.Forms.ComboBox();
|
||||
this.labelThuisploeg = new System.Windows.Forms.Label();
|
||||
this.labelGelijk = new System.Windows.Forms.Label();
|
||||
this.labelUitploeg = new System.Windows.Forms.Label();
|
||||
this.buttonGokken = new System.Windows.Forms.Button();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.textInzet = new System.Windows.Forms.TextBox();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.gebruikersBox = new System.Windows.Forms.ListBox();
|
||||
this.matchbox = new System.Windows.Forms.ListBox();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.button3 = new System.Windows.Forms.Button();
|
||||
this.labelError = new System.Windows.Forms.Label();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.labelWinst = new System.Windows.Forms.Label();
|
||||
this.euroTeken = new System.Windows.Forms.Label();
|
||||
this.buttonCloneGebruiker = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// titel
|
||||
//
|
||||
this.titel.AutoSize = true;
|
||||
this.titel.Location = new System.Drawing.Point(576, 40);
|
||||
this.titel.Name = "titel";
|
||||
this.titel.Size = new System.Drawing.Size(94, 13);
|
||||
this.titel.TabIndex = 0;
|
||||
this.titel.Text = "Vul je gegevens in";
|
||||
//
|
||||
// voornaam
|
||||
//
|
||||
this.voornaam.AutoSize = true;
|
||||
this.voornaam.Location = new System.Drawing.Point(443, 59);
|
||||
this.voornaam.Name = "voornaam";
|
||||
this.voornaam.Size = new System.Drawing.Size(55, 13);
|
||||
this.voornaam.TabIndex = 1;
|
||||
this.voornaam.Text = "Voornaam";
|
||||
//
|
||||
// naam
|
||||
//
|
||||
this.naam.AutoSize = true;
|
||||
this.naam.Location = new System.Drawing.Point(463, 84);
|
||||
this.naam.Name = "naam";
|
||||
this.naam.Size = new System.Drawing.Size(35, 13);
|
||||
this.naam.TabIndex = 2;
|
||||
this.naam.Text = "Naam";
|
||||
//
|
||||
// textVoornaam
|
||||
//
|
||||
this.textVoornaam.Location = new System.Drawing.Point(519, 56);
|
||||
this.textVoornaam.Name = "textVoornaam";
|
||||
this.textVoornaam.Size = new System.Drawing.Size(225, 20);
|
||||
this.textVoornaam.TabIndex = 3;
|
||||
//
|
||||
// textNaam
|
||||
//
|
||||
this.textNaam.Location = new System.Drawing.Point(519, 81);
|
||||
this.textNaam.Name = "textNaam";
|
||||
this.textNaam.Size = new System.Drawing.Size(225, 20);
|
||||
this.textNaam.TabIndex = 4;
|
||||
//
|
||||
// adres
|
||||
//
|
||||
this.adres.AutoSize = true;
|
||||
this.adres.Location = new System.Drawing.Point(463, 109);
|
||||
this.adres.Name = "adres";
|
||||
this.adres.Size = new System.Drawing.Size(34, 13);
|
||||
this.adres.TabIndex = 5;
|
||||
this.adres.Text = "Adres";
|
||||
//
|
||||
// textAdres
|
||||
//
|
||||
this.textAdres.Location = new System.Drawing.Point(519, 106);
|
||||
this.textAdres.Name = "textAdres";
|
||||
this.textAdres.Size = new System.Drawing.Size(225, 20);
|
||||
this.textAdres.TabIndex = 6;
|
||||
//
|
||||
// textGsm
|
||||
//
|
||||
this.textGsm.Location = new System.Drawing.Point(519, 132);
|
||||
this.textGsm.Name = "textGsm";
|
||||
this.textGsm.Size = new System.Drawing.Size(225, 20);
|
||||
this.textGsm.TabIndex = 7;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(470, 135);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(28, 13);
|
||||
this.label1.TabIndex = 8;
|
||||
this.label1.Text = "Gsm";
|
||||
//
|
||||
// labelMatch
|
||||
//
|
||||
this.labelMatch.AutoSize = true;
|
||||
this.labelMatch.Location = new System.Drawing.Point(179, 238);
|
||||
this.labelMatch.Name = "labelMatch";
|
||||
this.labelMatch.Size = new System.Drawing.Size(108, 13);
|
||||
this.labelMatch.TabIndex = 9;
|
||||
this.labelMatch.Text = "Geselecteerde match";
|
||||
//
|
||||
// comboKeuze
|
||||
//
|
||||
this.comboKeuze.FormattingEnabled = true;
|
||||
this.comboKeuze.Location = new System.Drawing.Point(293, 233);
|
||||
this.comboKeuze.Name = "comboKeuze";
|
||||
this.comboKeuze.Size = new System.Drawing.Size(121, 21);
|
||||
this.comboKeuze.TabIndex = 10;
|
||||
//
|
||||
// labelThuisploeg
|
||||
//
|
||||
this.labelThuisploeg.AutoSize = true;
|
||||
this.labelThuisploeg.Location = new System.Drawing.Point(516, 238);
|
||||
this.labelThuisploeg.Name = "labelThuisploeg";
|
||||
this.labelThuisploeg.Size = new System.Drawing.Size(59, 13);
|
||||
this.labelThuisploeg.TabIndex = 11;
|
||||
this.labelThuisploeg.Text = "Thuisploeg";
|
||||
//
|
||||
// labelGelijk
|
||||
//
|
||||
this.labelGelijk.AutoSize = true;
|
||||
this.labelGelijk.Location = new System.Drawing.Point(619, 238);
|
||||
this.labelGelijk.Name = "labelGelijk";
|
||||
this.labelGelijk.Size = new System.Drawing.Size(33, 13);
|
||||
this.labelGelijk.TabIndex = 12;
|
||||
this.labelGelijk.Text = "Gelijk";
|
||||
//
|
||||
// labelUitploeg
|
||||
//
|
||||
this.labelUitploeg.AutoSize = true;
|
||||
this.labelUitploeg.Location = new System.Drawing.Point(698, 236);
|
||||
this.labelUitploeg.Name = "labelUitploeg";
|
||||
this.labelUitploeg.Size = new System.Drawing.Size(46, 13);
|
||||
this.labelUitploeg.TabIndex = 13;
|
||||
this.labelUitploeg.Text = "Uitploeg";
|
||||
//
|
||||
// buttonGokken
|
||||
//
|
||||
this.buttonGokken.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
|
||||
this.buttonGokken.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.buttonGokken.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.buttonGokken.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
||||
this.buttonGokken.Location = new System.Drawing.Point(339, 367);
|
||||
this.buttonGokken.Name = "buttonGokken";
|
||||
this.buttonGokken.Size = new System.Drawing.Size(75, 23);
|
||||
this.buttonGokken.TabIndex = 14;
|
||||
this.buttonGokken.Text = "GOKKEN";
|
||||
this.buttonGokken.UseVisualStyleBackColor = false;
|
||||
this.buttonGokken.Click += new System.EventHandler(this.knopGokken);
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(257, 290);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(30, 13);
|
||||
this.label2.TabIndex = 16;
|
||||
this.label2.Text = "Inzet";
|
||||
//
|
||||
// textInzet
|
||||
//
|
||||
this.textInzet.Location = new System.Drawing.Point(293, 283);
|
||||
this.textInzet.Name = "textInzet";
|
||||
this.textInzet.Size = new System.Drawing.Size(90, 20);
|
||||
this.textInzet.TabIndex = 17;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(578, 9);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(92, 13);
|
||||
this.label3.TabIndex = 19;
|
||||
this.label3.Text = "Nieuwe Gebruiker";
|
||||
//
|
||||
// button2
|
||||
//
|
||||
this.button2.Location = new System.Drawing.Point(581, 158);
|
||||
this.button2.Name = "button2";
|
||||
this.button2.Size = new System.Drawing.Size(163, 28);
|
||||
this.button2.TabIndex = 20;
|
||||
this.button2.Text = "Gebruiker Toevoegen";
|
||||
this.button2.UseVisualStyleBackColor = true;
|
||||
this.button2.Click += new System.EventHandler(this.knopGebruikerToevoegen);
|
||||
//
|
||||
// gebruikersBox
|
||||
//
|
||||
this.gebruikersBox.FormattingEnabled = true;
|
||||
this.gebruikersBox.Location = new System.Drawing.Point(13, 40);
|
||||
this.gebruikersBox.Name = "gebruikersBox";
|
||||
this.gebruikersBox.Size = new System.Drawing.Size(274, 160);
|
||||
this.gebruikersBox.TabIndex = 21;
|
||||
this.gebruikersBox.SelectedIndexChanged += new System.EventHandler(this.GebruikersBox_SelectedIndexChanged);
|
||||
//
|
||||
// matchbox
|
||||
//
|
||||
this.matchbox.FormattingEnabled = true;
|
||||
this.matchbox.Location = new System.Drawing.Point(13, 230);
|
||||
this.matchbox.Name = "matchbox";
|
||||
this.matchbox.Size = new System.Drawing.Size(160, 160);
|
||||
this.matchbox.TabIndex = 22;
|
||||
this.matchbox.SelectedIndexChanged += new System.EventHandler(this.matchbox_SelectedIndexChanged);
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(12, 24);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(61, 13);
|
||||
this.label4.TabIndex = 23;
|
||||
this.label4.Text = "Gebruikers:";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(10, 214);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(49, 13);
|
||||
this.label5.TabIndex = 24;
|
||||
this.label5.Text = "Matchen";
|
||||
//
|
||||
// button3
|
||||
//
|
||||
this.button3.Location = new System.Drawing.Point(713, 415);
|
||||
this.button3.Name = "button3";
|
||||
this.button3.Size = new System.Drawing.Size(75, 23);
|
||||
this.button3.TabIndex = 25;
|
||||
this.button3.Text = "exit";
|
||||
this.button3.UseVisualStyleBackColor = true;
|
||||
this.button3.Click += new System.EventHandler(this.knopExit);
|
||||
//
|
||||
// labelError
|
||||
//
|
||||
this.labelError.AutoSize = true;
|
||||
this.labelError.Location = new System.Drawing.Point(524, 167);
|
||||
this.labelError.Name = "labelError";
|
||||
this.labelError.Size = new System.Drawing.Size(0, 13);
|
||||
this.labelError.TabIndex = 26;
|
||||
//
|
||||
// label6
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(309, 56);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(37, 13);
|
||||
this.label6.TabIndex = 27;
|
||||
this.label6.Text = "Winst:";
|
||||
//
|
||||
// labelWinst
|
||||
//
|
||||
this.labelWinst.AutoSize = true;
|
||||
this.labelWinst.Location = new System.Drawing.Point(309, 88);
|
||||
this.labelWinst.Name = "labelWinst";
|
||||
this.labelWinst.Size = new System.Drawing.Size(0, 13);
|
||||
this.labelWinst.TabIndex = 28;
|
||||
//
|
||||
// euroTeken
|
||||
//
|
||||
this.euroTeken.AutoSize = true;
|
||||
this.euroTeken.Location = new System.Drawing.Point(389, 290);
|
||||
this.euroTeken.Name = "euroTeken";
|
||||
this.euroTeken.Size = new System.Drawing.Size(13, 13);
|
||||
this.euroTeken.TabIndex = 29;
|
||||
this.euroTeken.Text = "€";
|
||||
//
|
||||
// buttonCloneGebruiker
|
||||
//
|
||||
this.buttonCloneGebruiker.Location = new System.Drawing.Point(293, 177);
|
||||
this.buttonCloneGebruiker.Name = "buttonCloneGebruiker";
|
||||
this.buttonCloneGebruiker.Size = new System.Drawing.Size(90, 23);
|
||||
this.buttonCloneGebruiker.TabIndex = 30;
|
||||
this.buttonCloneGebruiker.Text = "Clone Gebruiker";
|
||||
this.buttonCloneGebruiker.UseVisualStyleBackColor = true;
|
||||
this.buttonCloneGebruiker.Click += new System.EventHandler(this.buttonCloneGebruiker_Click);
|
||||
//
|
||||
// Aanmeldscherm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||
this.Controls.Add(this.buttonCloneGebruiker);
|
||||
this.Controls.Add(this.euroTeken);
|
||||
this.Controls.Add(this.labelWinst);
|
||||
this.Controls.Add(this.label6);
|
||||
this.Controls.Add(this.labelError);
|
||||
this.Controls.Add(this.button3);
|
||||
this.Controls.Add(this.label5);
|
||||
this.Controls.Add(this.label4);
|
||||
this.Controls.Add(this.matchbox);
|
||||
this.Controls.Add(this.gebruikersBox);
|
||||
this.Controls.Add(this.button2);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.textInzet);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.buttonGokken);
|
||||
this.Controls.Add(this.labelUitploeg);
|
||||
this.Controls.Add(this.labelGelijk);
|
||||
this.Controls.Add(this.labelThuisploeg);
|
||||
this.Controls.Add(this.comboKeuze);
|
||||
this.Controls.Add(this.labelMatch);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.textGsm);
|
||||
this.Controls.Add(this.textAdres);
|
||||
this.Controls.Add(this.adres);
|
||||
this.Controls.Add(this.textNaam);
|
||||
this.Controls.Add(this.textVoornaam);
|
||||
this.Controls.Add(this.naam);
|
||||
this.Controls.Add(this.voornaam);
|
||||
this.Controls.Add(this.titel);
|
||||
this.Name = "Aanmeldscherm";
|
||||
this.Text = "Aanmeldscherm";
|
||||
this.Load += new System.EventHandler(this.Aanmeldscherm_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Label titel;
|
||||
private System.Windows.Forms.Label voornaam;
|
||||
private System.Windows.Forms.Label naam;
|
||||
private System.Windows.Forms.TextBox textVoornaam;
|
||||
private System.Windows.Forms.TextBox textNaam;
|
||||
private System.Windows.Forms.Label adres;
|
||||
private System.Windows.Forms.TextBox textAdres;
|
||||
private System.Windows.Forms.TextBox textGsm;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label labelMatch;
|
||||
private System.Windows.Forms.ComboBox comboKeuze;
|
||||
private System.Windows.Forms.Label labelThuisploeg;
|
||||
private System.Windows.Forms.Label labelGelijk;
|
||||
private System.Windows.Forms.Label labelUitploeg;
|
||||
private System.Windows.Forms.Button buttonGokken;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.TextBox textInzet;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.Button button2;
|
||||
private System.Windows.Forms.ListBox gebruikersBox;
|
||||
private System.Windows.Forms.ListBox matchbox;
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.Button button3;
|
||||
private System.Windows.Forms.Label labelError;
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.Label labelWinst;
|
||||
private System.Windows.Forms.Label euroTeken;
|
||||
private System.Windows.Forms.Button buttonCloneGebruiker;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user