518 lines
28 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class frm_event_control
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.btn_participants = New System.Windows.Forms.Button()
Me.btn_start_event = New System.Windows.Forms.Button()
Me.lbl_event_title_display = New System.Windows.Forms.Label()
Me.btn_clubs_data = New System.Windows.Forms.Button()
Me.btn_draw_managment = New System.Windows.Forms.Button()
Me.btn_event_results = New System.Windows.Forms.Button()
Me.btn_back = New System.Windows.Forms.Button()
Me.lbl_total_rounds = New System.Windows.Forms.Label()
Me.btn_fighter_statistics = New System.Windows.Forms.Button()
Me.pb_event_logo = New System.Windows.Forms.PictureBox()
Me.lbl_total_matches = New System.Windows.Forms.Label()
Me.lbl_total_referees = New System.Windows.Forms.Label()
Me.lbl_total_clubs = New System.Windows.Forms.Label()
Me.btn_swap_match = New System.Windows.Forms.Button()
Me.Label10 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.lbl_current_round = New System.Windows.Forms.Label()
Me.lbl_remaining_matches = New System.Windows.Forms.Label()
Me.lbl_total_females = New System.Windows.Forms.Label()
Me.lbl_total_males = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.Label11 = New System.Windows.Forms.Label()
Me.Label12 = New System.Windows.Forms.Label()
Me.Label13 = New System.Windows.Forms.Label()
CType(Me.pb_event_logo, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btn_participants
'
Me.btn_participants.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn_participants.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btn_participants.ForeColor = System.Drawing.Color.White
Me.btn_participants.Location = New System.Drawing.Point(15, 215)
Me.btn_participants.Name = "btn_participants"
Me.btn_participants.Size = New System.Drawing.Size(395, 55)
Me.btn_participants.TabIndex = 0
Me.btn_participants.Text = "PARTICIPANTS"
Me.btn_participants.UseVisualStyleBackColor = True
'
'btn_start_event
'
Me.btn_start_event.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Green
Me.btn_start_event.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn_start_event.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btn_start_event.ForeColor = System.Drawing.Color.White
Me.btn_start_event.Location = New System.Drawing.Point(425, 215)
Me.btn_start_event.Name = "btn_start_event"
Me.btn_start_event.Size = New System.Drawing.Size(395, 55)
Me.btn_start_event.TabIndex = 1
Me.btn_start_event.Text = "START EVENT"
Me.btn_start_event.UseVisualStyleBackColor = True
'
'lbl_event_title_display
'
Me.lbl_event_title_display.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lbl_event_title_display.Font = New System.Drawing.Font("Arial Rounded MT Bold", 30.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
Me.lbl_event_title_display.ForeColor = System.Drawing.Color.White
Me.lbl_event_title_display.Location = New System.Drawing.Point(210, 20)
Me.lbl_event_title_display.Name = "lbl_event_title_display"
Me.lbl_event_title_display.Size = New System.Drawing.Size(610, 55)
Me.lbl_event_title_display.TabIndex = 11
Me.lbl_event_title_display.Text = "Warrior TaeKwonDo Academy League"
Me.lbl_event_title_display.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'btn_clubs_data
'
Me.btn_clubs_data.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn_clubs_data.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btn_clubs_data.ForeColor = System.Drawing.Color.White
Me.btn_clubs_data.Location = New System.Drawing.Point(425, 280)
Me.btn_clubs_data.Name = "btn_clubs_data"
Me.btn_clubs_data.Size = New System.Drawing.Size(395, 55)
Me.btn_clubs_data.TabIndex = 12
Me.btn_clubs_data.Text = "CLUBS DATA"
Me.btn_clubs_data.UseVisualStyleBackColor = True
'
'btn_draw_managment
'
Me.btn_draw_managment.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn_draw_managment.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btn_draw_managment.ForeColor = System.Drawing.Color.White
Me.btn_draw_managment.Location = New System.Drawing.Point(15, 280)
Me.btn_draw_managment.Name = "btn_draw_managment"
Me.btn_draw_managment.Size = New System.Drawing.Size(395, 55)
Me.btn_draw_managment.TabIndex = 13
Me.btn_draw_managment.Text = "DRAW MANAGMENT"
Me.btn_draw_managment.UseVisualStyleBackColor = True
'
'btn_event_results
'
Me.btn_event_results.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn_event_results.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btn_event_results.ForeColor = System.Drawing.Color.White
Me.btn_event_results.Location = New System.Drawing.Point(425, 410)
Me.btn_event_results.Name = "btn_event_results"
Me.btn_event_results.Size = New System.Drawing.Size(395, 55)
Me.btn_event_results.TabIndex = 14
Me.btn_event_results.Text = "EVENT RESULTS"
Me.btn_event_results.UseVisualStyleBackColor = True
'
'btn_back
'
Me.btn_back.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn_back.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btn_back.ForeColor = System.Drawing.Color.White
Me.btn_back.Location = New System.Drawing.Point(15, 410)
Me.btn_back.Name = "btn_back"
Me.btn_back.Size = New System.Drawing.Size(395, 55)
Me.btn_back.TabIndex = 16
Me.btn_back.Text = "< BACK"
Me.btn_back.UseVisualStyleBackColor = True
'
'lbl_total_rounds
'
Me.lbl_total_rounds.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lbl_total_rounds.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl_total_rounds.ForeColor = System.Drawing.Color.White
Me.lbl_total_rounds.Location = New System.Drawing.Point(210, 120)
Me.lbl_total_rounds.Name = "lbl_total_rounds"
Me.lbl_total_rounds.Size = New System.Drawing.Size(110, 35)
Me.lbl_total_rounds.TabIndex = 20
Me.lbl_total_rounds.Text = "0"
Me.lbl_total_rounds.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'btn_fighter_statistics
'
Me.btn_fighter_statistics.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn_fighter_statistics.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btn_fighter_statistics.ForeColor = System.Drawing.Color.White
Me.btn_fighter_statistics.Location = New System.Drawing.Point(425, 345)
Me.btn_fighter_statistics.Name = "btn_fighter_statistics"
Me.btn_fighter_statistics.Size = New System.Drawing.Size(395, 55)
Me.btn_fighter_statistics.TabIndex = 22
Me.btn_fighter_statistics.Text = "FIGHTERS DATA"
Me.btn_fighter_statistics.UseVisualStyleBackColor = True
'
'pb_event_logo
'
Me.pb_event_logo.Location = New System.Drawing.Point(15, 20)
Me.pb_event_logo.Name = "pb_event_logo"
Me.pb_event_logo.Size = New System.Drawing.Size(180, 180)
Me.pb_event_logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.pb_event_logo.TabIndex = 24
Me.pb_event_logo.TabStop = False
'
'lbl_total_matches
'
Me.lbl_total_matches.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lbl_total_matches.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl_total_matches.ForeColor = System.Drawing.Color.White
Me.lbl_total_matches.Location = New System.Drawing.Point(335, 120)
Me.lbl_total_matches.Name = "lbl_total_matches"
Me.lbl_total_matches.Size = New System.Drawing.Size(110, 35)
Me.lbl_total_matches.TabIndex = 25
Me.lbl_total_matches.Text = "0"
Me.lbl_total_matches.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'lbl_total_referees
'
Me.lbl_total_referees.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lbl_total_referees.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl_total_referees.ForeColor = System.Drawing.Color.White
Me.lbl_total_referees.Location = New System.Drawing.Point(460, 120)
Me.lbl_total_referees.Name = "lbl_total_referees"
Me.lbl_total_referees.Size = New System.Drawing.Size(110, 80)
Me.lbl_total_referees.TabIndex = 26
Me.lbl_total_referees.Text = "0"
Me.lbl_total_referees.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'lbl_total_clubs
'
Me.lbl_total_clubs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lbl_total_clubs.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl_total_clubs.ForeColor = System.Drawing.Color.White
Me.lbl_total_clubs.Location = New System.Drawing.Point(585, 120)
Me.lbl_total_clubs.Name = "lbl_total_clubs"
Me.lbl_total_clubs.Size = New System.Drawing.Size(110, 80)
Me.lbl_total_clubs.TabIndex = 27
Me.lbl_total_clubs.Text = "0"
Me.lbl_total_clubs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'btn_swap_match
'
Me.btn_swap_match.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn_swap_match.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btn_swap_match.ForeColor = System.Drawing.Color.White
Me.btn_swap_match.Location = New System.Drawing.Point(15, 345)
Me.btn_swap_match.Name = "btn_swap_match"
Me.btn_swap_match.Size = New System.Drawing.Size(395, 55)
Me.btn_swap_match.TabIndex = 15
Me.btn_swap_match.Text = "SWAP MATCH"
Me.btn_swap_match.UseVisualStyleBackColor = True
'
'Label10
'
Me.Label10.BackColor = System.Drawing.Color.Black
Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label10.ForeColor = System.Drawing.Color.White
Me.Label10.Location = New System.Drawing.Point(210, 85)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(110, 25)
Me.Label10.TabIndex = 58
Me.Label10.Text = "ROUNDS"
Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label5
'
Me.Label5.BackColor = System.Drawing.Color.Black
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.ForeColor = System.Drawing.Color.White
Me.Label5.Location = New System.Drawing.Point(335, 85)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(110, 25)
Me.Label5.TabIndex = 59
Me.Label5.Text = "MATCHES"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label6
'
Me.Label6.BackColor = System.Drawing.Color.Black
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.ForeColor = System.Drawing.Color.White
Me.Label6.Location = New System.Drawing.Point(710, 85)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(110, 25)
Me.Label6.TabIndex = 60
Me.Label6.Text = "PLAYERS"
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label7
'
Me.Label7.BackColor = System.Drawing.Color.Black
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.ForeColor = System.Drawing.Color.White
Me.Label7.Location = New System.Drawing.Point(585, 85)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(110, 25)
Me.Label7.TabIndex = 61
Me.Label7.Text = "CLUBS"
Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label8
'
Me.Label8.BackColor = System.Drawing.Color.Black
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.ForeColor = System.Drawing.Color.White
Me.Label8.Location = New System.Drawing.Point(460, 85)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(110, 25)
Me.Label8.TabIndex = 62
Me.Label8.Text = "REFEREES"
Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'lbl_current_round
'
Me.lbl_current_round.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lbl_current_round.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl_current_round.ForeColor = System.Drawing.Color.White
Me.lbl_current_round.Location = New System.Drawing.Point(210, 165)
Me.lbl_current_round.Name = "lbl_current_round"
Me.lbl_current_round.Size = New System.Drawing.Size(110, 35)
Me.lbl_current_round.TabIndex = 72
Me.lbl_current_round.Text = "0"
Me.lbl_current_round.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'lbl_remaining_matches
'
Me.lbl_remaining_matches.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lbl_remaining_matches.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl_remaining_matches.ForeColor = System.Drawing.Color.White
Me.lbl_remaining_matches.Location = New System.Drawing.Point(335, 165)
Me.lbl_remaining_matches.Name = "lbl_remaining_matches"
Me.lbl_remaining_matches.Size = New System.Drawing.Size(110, 35)
Me.lbl_remaining_matches.TabIndex = 73
Me.lbl_remaining_matches.Text = "0"
Me.lbl_remaining_matches.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'lbl_total_females
'
Me.lbl_total_females.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.lbl_total_females.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lbl_total_females.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl_total_females.ForeColor = System.Drawing.Color.White
Me.lbl_total_females.Location = New System.Drawing.Point(710, 165)
Me.lbl_total_females.Name = "lbl_total_females"
Me.lbl_total_females.Size = New System.Drawing.Size(110, 35)
Me.lbl_total_females.TabIndex = 75
Me.lbl_total_females.Text = "0"
Me.lbl_total_females.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'lbl_total_males
'
Me.lbl_total_males.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.lbl_total_males.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lbl_total_males.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl_total_males.ForeColor = System.Drawing.Color.White
Me.lbl_total_males.Location = New System.Drawing.Point(710, 120)
Me.lbl_total_males.Name = "lbl_total_males"
Me.lbl_total_males.Size = New System.Drawing.Size(110, 35)
Me.lbl_total_males.TabIndex = 74
Me.lbl_total_males.Text = "0"
Me.lbl_total_males.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label1
'
Me.Label1.BackColor = System.Drawing.Color.Yellow
Me.Label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label1.Font = New System.Drawing.Font("Arial Rounded MT Bold", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.Color.Black
Me.Label1.Location = New System.Drawing.Point(215, 115)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(60, 15)
Me.Label1.TabIndex = 76
Me.Label1.Text = "Total"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label2
'
Me.Label2.BackColor = System.Drawing.Color.Yellow
Me.Label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label2.Font = New System.Drawing.Font("Arial Rounded MT Bold", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.ForeColor = System.Drawing.Color.Black
Me.Label2.Location = New System.Drawing.Point(215, 160)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(60, 15)
Me.Label2.TabIndex = 77
Me.Label2.Text = "Current"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label3
'
Me.Label3.BackColor = System.Drawing.Color.Yellow
Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label3.Font = New System.Drawing.Font("Arial Rounded MT Bold", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.ForeColor = System.Drawing.Color.Black
Me.Label3.Location = New System.Drawing.Point(340, 160)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(60, 15)
Me.Label3.TabIndex = 79
Me.Label3.Text = "Remain"
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label4
'
Me.Label4.BackColor = System.Drawing.Color.Yellow
Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label4.Font = New System.Drawing.Font("Arial Rounded MT Bold", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.Color.Black
Me.Label4.Location = New System.Drawing.Point(340, 115)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(60, 15)
Me.Label4.TabIndex = 78
Me.Label4.Text = "Total"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label9
'
Me.Label9.BackColor = System.Drawing.Color.Yellow
Me.Label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label9.Font = New System.Drawing.Font("Arial Rounded MT Bold", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.ForeColor = System.Drawing.Color.Black
Me.Label9.Location = New System.Drawing.Point(465, 115)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(60, 15)
Me.Label9.TabIndex = 80
Me.Label9.Text = "Total"
Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label11
'
Me.Label11.BackColor = System.Drawing.Color.Yellow
Me.Label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label11.Font = New System.Drawing.Font("Arial Rounded MT Bold", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label11.ForeColor = System.Drawing.Color.Black
Me.Label11.Location = New System.Drawing.Point(590, 115)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(60, 15)
Me.Label11.TabIndex = 81
Me.Label11.Text = "Total"
Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label12
'
Me.Label12.BackColor = System.Drawing.Color.Yellow
Me.Label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label12.Font = New System.Drawing.Font("Arial Rounded MT Bold", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label12.ForeColor = System.Drawing.Color.Black
Me.Label12.Location = New System.Drawing.Point(715, 115)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(60, 15)
Me.Label12.TabIndex = 82
Me.Label12.Text = "Male"
Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label13
'
Me.Label13.BackColor = System.Drawing.Color.Yellow
Me.Label13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label13.Font = New System.Drawing.Font("Arial Rounded MT Bold", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label13.ForeColor = System.Drawing.Color.Black
Me.Label13.Location = New System.Drawing.Point(715, 160)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(60, 15)
Me.Label13.TabIndex = 83
Me.Label13.Text = "Female"
Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'frm_event_control
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(834, 481)
Me.Controls.Add(Me.Label13)
Me.Controls.Add(Me.Label12)
Me.Controls.Add(Me.Label11)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.lbl_total_females)
Me.Controls.Add(Me.lbl_total_males)
Me.Controls.Add(Me.lbl_remaining_matches)
Me.Controls.Add(Me.lbl_current_round)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.lbl_total_clubs)
Me.Controls.Add(Me.lbl_total_referees)
Me.Controls.Add(Me.lbl_total_matches)
Me.Controls.Add(Me.pb_event_logo)
Me.Controls.Add(Me.btn_fighter_statistics)
Me.Controls.Add(Me.lbl_total_rounds)
Me.Controls.Add(Me.btn_back)
Me.Controls.Add(Me.btn_swap_match)
Me.Controls.Add(Me.btn_event_results)
Me.Controls.Add(Me.btn_draw_managment)
Me.Controls.Add(Me.btn_clubs_data)
Me.Controls.Add(Me.lbl_event_title_display)
Me.Controls.Add(Me.btn_start_event)
Me.Controls.Add(Me.btn_participants)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.MaximizeBox = False
Me.Name = "frm_event_control"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Score Control"
CType(Me.pb_event_logo, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents btn_participants As Button
Friend WithEvents btn_start_event As Button
Friend WithEvents lbl_event_title_display As Label
Friend WithEvents btn_clubs_data As Button
Friend WithEvents btn_draw_managment As Button
Friend WithEvents btn_event_results As Button
Friend WithEvents btn_back As Button
Friend WithEvents lbl_total_rounds As Label
Friend WithEvents btn_fighter_statistics As Button
Friend WithEvents pb_event_logo As PictureBox
Friend WithEvents lbl_total_referees As Label
Friend WithEvents lbl_total_clubs As Label
Friend WithEvents lbl_total_matches As Label
Friend WithEvents btn_swap_match As Button
Friend WithEvents Label10 As Label
Friend WithEvents Label5 As Label
Friend WithEvents Label6 As Label
Friend WithEvents Label7 As Label
Friend WithEvents Label8 As Label
Friend WithEvents lbl_current_round As Label
Friend WithEvents lbl_remaining_matches As Label
Friend WithEvents lbl_total_males As Label
Friend WithEvents lbl_total_females As Label
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label9 As Label
Friend WithEvents Label11 As Label
Friend WithEvents Label12 As Label
Friend WithEvents Label13 As Label
End Class