Partial Class frm_fighter_statistics Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. 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. Private Sub InitializeComponent() Me.pb_fighter = New System.Windows.Forms.PictureBox() Me.lst_fighters = New System.Windows.Forms.ListBox() Me.txt_search = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = 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.lbl_loss = New System.Windows.Forms.Label() Me.lbl_wins = New System.Windows.Forms.Label() Me.lbl_nationality = New System.Windows.Forms.Label() Me.lbl_gender = New System.Windows.Forms.Label() Me.lbl_name = New System.Windows.Forms.Label() Me.lbl_category = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.lst_matches = New System.Windows.Forms.ListBox() Me.Label20 = New System.Windows.Forms.Label() Me.lbl_age = New System.Windows.Forms.Label() Me.btn_preview = New System.Windows.Forms.Button() Me.btn_opponent = New System.Windows.Forms.Button() Me.btn_close = New System.Windows.Forms.Button() Me.pb_flag = New System.Windows.Forms.PictureBox() Me.Label11 = New System.Windows.Forms.Label() Me.lbl_match_number = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.lbl_court_number = New System.Windows.Forms.Label() Me.lbl_blue_fighter = New System.Windows.Forms.Label() Me.lbl_red_fighter = New System.Windows.Forms.Label() Me.lbl_blue_score = New System.Windows.Forms.Label() Me.Label21 = New System.Windows.Forms.Label() Me.lbl_winner = New System.Windows.Forms.Label() Me.lbl_red_score = New System.Windows.Forms.Label() Me.Label27 = New System.Windows.Forms.Label() Me.Label28 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.lbl_rank = New System.Windows.Forms.Label() Me.Label22 = New System.Windows.Forms.Label() Me.lbl_referee = New System.Windows.Forms.Label() Me.pb_referee_flag = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.lbl_last_weight = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.lbl_weight_class = New System.Windows.Forms.Label() Me.pb_blue_logo = New System.Windows.Forms.PictureBox() Me.pb_red_logo = New System.Windows.Forms.PictureBox() CType(Me.pb_fighter, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_flag, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_blue_logo, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_red_logo, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'pb_fighter ' Me.pb_fighter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_fighter.Location = New System.Drawing.Point(285, 10) Me.pb_fighter.Name = "pb_fighter" Me.pb_fighter.Size = New System.Drawing.Size(160, 180) Me.pb_fighter.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_fighter.TabIndex = 6 Me.pb_fighter.TabStop = False ' 'lst_fighters ' Me.lst_fighters.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lst_fighters.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lst_fighters.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lst_fighters.ForeColor = System.Drawing.Color.White Me.lst_fighters.FormattingEnabled = True Me.lst_fighters.ItemHeight = 20 Me.lst_fighters.Location = New System.Drawing.Point(10, 80) Me.lst_fighters.Name = "lst_fighters" Me.lst_fighters.Size = New System.Drawing.Size(265, 262) Me.lst_fighters.TabIndex = 7 ' 'txt_search ' Me.txt_search.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.txt_search.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txt_search.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txt_search.ForeColor = System.Drawing.Color.White Me.txt_search.Location = New System.Drawing.Point(95, 10) Me.txt_search.Name = "txt_search" Me.txt_search.Size = New System.Drawing.Size(180, 26) Me.txt_search.TabIndex = 8 ' 'Label3 ' Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(450, 10) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(110, 25) Me.Label3.TabIndex = 11 Me.Label3.Text = "Name :" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label4 ' Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(450, 40) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(110, 25) Me.Label4.TabIndex = 13 Me.Label4.Text = "Nationality :" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label5 ' 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.Location = New System.Drawing.Point(450, 100) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(110, 25) Me.Label5.TabIndex = 12 Me.Label5.Text = "Gender :" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label6 ' 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.Location = New System.Drawing.Point(665, 100) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(75, 25) Me.Label6.TabIndex = 14 Me.Label6.Text = "Win :" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label7 ' 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.Location = New System.Drawing.Point(665, 130) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(75, 25) Me.Label7.TabIndex = 15 Me.Label7.Text = "Lose :" Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lbl_loss ' Me.lbl_loss.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_loss.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_loss.Location = New System.Drawing.Point(745, 130) Me.lbl_loss.Name = "lbl_loss" Me.lbl_loss.Size = New System.Drawing.Size(80, 25) Me.lbl_loss.TabIndex = 21 Me.lbl_loss.Text = "0" Me.lbl_loss.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_wins ' Me.lbl_wins.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_wins.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_wins.Location = New System.Drawing.Point(745, 100) Me.lbl_wins.Name = "lbl_wins" Me.lbl_wins.Size = New System.Drawing.Size(80, 25) Me.lbl_wins.TabIndex = 20 Me.lbl_wins.Text = "0" Me.lbl_wins.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_nationality ' Me.lbl_nationality.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_nationality.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_nationality.Location = New System.Drawing.Point(610, 40) Me.lbl_nationality.Name = "lbl_nationality" Me.lbl_nationality.Size = New System.Drawing.Size(215, 25) Me.lbl_nationality.TabIndex = 19 Me.lbl_nationality.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_gender ' Me.lbl_gender.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_gender.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_gender.Location = New System.Drawing.Point(565, 100) Me.lbl_gender.Name = "lbl_gender" Me.lbl_gender.Size = New System.Drawing.Size(95, 25) Me.lbl_gender.TabIndex = 18 Me.lbl_gender.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_name ' Me.lbl_name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_name.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_name.Location = New System.Drawing.Point(565, 10) Me.lbl_name.Name = "lbl_name" Me.lbl_name.Size = New System.Drawing.Size(260, 25) Me.lbl_name.TabIndex = 17 Me.lbl_name.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'lbl_category ' Me.lbl_category.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_category.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_category.Location = New System.Drawing.Point(565, 130) Me.lbl_category.Name = "lbl_category" Me.lbl_category.Size = New System.Drawing.Size(95, 25) Me.lbl_category.TabIndex = 25 Me.lbl_category.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label19 ' Me.Label19.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label19.Location = New System.Drawing.Point(450, 130) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(110, 25) Me.Label19.TabIndex = 26 Me.Label19.Text = "Category :" Me.Label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lst_matches ' Me.lst_matches.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lst_matches.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lst_matches.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lst_matches.ForeColor = System.Drawing.Color.White Me.lst_matches.FormattingEnabled = True Me.lst_matches.ItemHeight = 20 Me.lst_matches.Location = New System.Drawing.Point(285, 220) Me.lst_matches.Name = "lst_matches" Me.lst_matches.Size = New System.Drawing.Size(540, 122) Me.lst_matches.TabIndex = 28 ' 'Label20 ' Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label20.Location = New System.Drawing.Point(665, 70) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(75, 25) Me.Label20.TabIndex = 29 Me.Label20.Text = "Age :" Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lbl_age ' Me.lbl_age.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_age.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_age.Location = New System.Drawing.Point(745, 70) Me.lbl_age.Name = "lbl_age" Me.lbl_age.Size = New System.Drawing.Size(80, 25) Me.lbl_age.TabIndex = 30 Me.lbl_age.Text = "0" Me.lbl_age.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'btn_preview ' Me.btn_preview.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_preview.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_preview.Location = New System.Drawing.Point(650, 350) Me.btn_preview.Name = "btn_preview" Me.btn_preview.Size = New System.Drawing.Size(175, 35) Me.btn_preview.TabIndex = 31 Me.btn_preview.Text = "Preview" Me.btn_preview.UseVisualStyleBackColor = True ' 'btn_opponent ' Me.btn_opponent.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_opponent.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_opponent.Location = New System.Drawing.Point(650, 390) Me.btn_opponent.Name = "btn_opponent" Me.btn_opponent.Size = New System.Drawing.Size(175, 35) Me.btn_opponent.TabIndex = 32 Me.btn_opponent.Text = "Opponent" Me.btn_opponent.UseVisualStyleBackColor = True ' 'btn_close ' Me.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_close.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_close.Location = New System.Drawing.Point(650, 430) Me.btn_close.Name = "btn_close" Me.btn_close.Size = New System.Drawing.Size(175, 35) Me.btn_close.TabIndex = 35 Me.btn_close.Text = "Close" Me.btn_close.UseVisualStyleBackColor = True ' 'pb_flag ' Me.pb_flag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_flag.Location = New System.Drawing.Point(565, 40) Me.pb_flag.Name = "pb_flag" Me.pb_flag.Size = New System.Drawing.Size(40, 25) Me.pb_flag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_flag.TabIndex = 36 Me.pb_flag.TabStop = False ' 'Label11 ' Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.Location = New System.Drawing.Point(130, 350) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(70, 25) Me.Label11.TabIndex = 39 Me.Label11.Text = "Match" Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_match_number ' Me.lbl_match_number.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_match_number.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_match_number.Location = New System.Drawing.Point(130, 380) Me.lbl_match_number.Name = "lbl_match_number" Me.lbl_match_number.Size = New System.Drawing.Size(70, 25) Me.lbl_match_number.TabIndex = 40 Me.lbl_match_number.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label13 ' Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label13.Location = New System.Drawing.Point(130, 410) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(70, 25) Me.Label13.TabIndex = 41 Me.Label13.Text = "Court" Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_court_number ' Me.lbl_court_number.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_court_number.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_court_number.Location = New System.Drawing.Point(130, 440) Me.lbl_court_number.Name = "lbl_court_number" Me.lbl_court_number.Size = New System.Drawing.Size(70, 25) Me.lbl_court_number.TabIndex = 42 Me.lbl_court_number.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_blue_fighter ' Me.lbl_blue_fighter.BackColor = System.Drawing.Color.Blue Me.lbl_blue_fighter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_blue_fighter.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_blue_fighter.Location = New System.Drawing.Point(425, 350) Me.lbl_blue_fighter.Name = "lbl_blue_fighter" Me.lbl_blue_fighter.Size = New System.Drawing.Size(170, 25) Me.lbl_blue_fighter.TabIndex = 46 Me.lbl_blue_fighter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_red_fighter ' Me.lbl_red_fighter.BackColor = System.Drawing.Color.Red Me.lbl_red_fighter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_red_fighter.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_red_fighter.Location = New System.Drawing.Point(425, 380) Me.lbl_red_fighter.Name = "lbl_red_fighter" Me.lbl_red_fighter.Size = New System.Drawing.Size(170, 25) Me.lbl_red_fighter.TabIndex = 48 Me.lbl_red_fighter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_blue_score ' Me.lbl_blue_score.BackColor = System.Drawing.Color.Blue Me.lbl_blue_score.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_blue_score.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_blue_score.Location = New System.Drawing.Point(600, 350) Me.lbl_blue_score.Name = "lbl_blue_score" Me.lbl_blue_score.Size = New System.Drawing.Size(40, 25) Me.lbl_blue_score.TabIndex = 50 Me.lbl_blue_score.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label21 ' Me.Label21.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label21.Location = New System.Drawing.Point(330, 440) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(90, 25) Me.Label21.TabIndex = 51 Me.Label21.Text = "Winner :" Me.Label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lbl_winner ' Me.lbl_winner.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_winner.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_winner.Location = New System.Drawing.Point(425, 440) Me.lbl_winner.Name = "lbl_winner" Me.lbl_winner.Size = New System.Drawing.Size(215, 25) Me.lbl_winner.TabIndex = 52 Me.lbl_winner.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_red_score ' Me.lbl_red_score.BackColor = System.Drawing.Color.Red Me.lbl_red_score.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_red_score.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_red_score.Location = New System.Drawing.Point(600, 380) Me.lbl_red_score.Name = "lbl_red_score" Me.lbl_red_score.Size = New System.Drawing.Size(40, 25) Me.lbl_red_score.TabIndex = 53 Me.lbl_red_score.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label27 ' Me.Label27.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.Label27.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label27.Location = New System.Drawing.Point(330, 350) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(90, 25) Me.Label27.TabIndex = 54 Me.Label27.Text = "Blue :" Me.Label27.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label28 ' Me.Label28.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.Label28.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label28.Location = New System.Drawing.Point(330, 380) Me.Label28.Name = "Label28" Me.Label28.Size = New System.Drawing.Size(90, 25) Me.Label28.TabIndex = 55 Me.Label28.Text = "Red :" Me.Label28.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '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.Location = New System.Drawing.Point(285, 195) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(540, 25) Me.Label8.TabIndex = 56 Me.Label8.Text = "< FIGHTING HISTORY >" Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '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.Location = New System.Drawing.Point(10, 55) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(265, 25) Me.Label10.TabIndex = 57 Me.Label10.Text = "< SELECT A FIGHTER >" Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label12 ' Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label12.Location = New System.Drawing.Point(330, 410) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(90, 25) Me.Label12.TabIndex = 58 Me.Label12.Text = "Referee :" Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lbl_rank ' Me.lbl_rank.BackColor = System.Drawing.Color.Yellow Me.lbl_rank.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_rank.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_rank.ForeColor = System.Drawing.Color.Black Me.lbl_rank.Location = New System.Drawing.Point(745, 160) Me.lbl_rank.Name = "lbl_rank" Me.lbl_rank.Size = New System.Drawing.Size(80, 25) Me.lbl_rank.TabIndex = 64 Me.lbl_rank.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label22 ' Me.Label22.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label22.Location = New System.Drawing.Point(665, 160) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(75, 25) Me.Label22.TabIndex = 63 Me.Label22.Text = "Points :" Me.Label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lbl_referee ' Me.lbl_referee.BackColor = System.Drawing.Color.Yellow Me.lbl_referee.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_referee.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_referee.ForeColor = System.Drawing.Color.Black Me.lbl_referee.Location = New System.Drawing.Point(425, 410) Me.lbl_referee.Name = "lbl_referee" Me.lbl_referee.Size = New System.Drawing.Size(170, 25) Me.lbl_referee.TabIndex = 66 Me.lbl_referee.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'pb_referee_flag ' Me.pb_referee_flag.BackColor = System.Drawing.Color.Yellow Me.pb_referee_flag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_referee_flag.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.pb_referee_flag.Location = New System.Drawing.Point(600, 410) Me.pb_referee_flag.Name = "pb_referee_flag" Me.pb_referee_flag.Size = New System.Drawing.Size(40, 25) Me.pb_referee_flag.TabIndex = 67 Me.pb_referee_flag.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.Button1.Location = New System.Drawing.Point(10, 10) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(80, 30) Me.Button1.TabIndex = 68 Me.Button1.Text = "SEARCH" Me.Button1.UseVisualStyleBackColor = True ' 'lbl_last_weight ' Me.lbl_last_weight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_last_weight.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_last_weight.Location = New System.Drawing.Point(565, 70) Me.lbl_last_weight.Name = "lbl_last_weight" Me.lbl_last_weight.Size = New System.Drawing.Size(95, 25) Me.lbl_last_weight.TabIndex = 69 Me.lbl_last_weight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label1 ' Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(450, 70) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(110, 25) Me.Label1.TabIndex = 70 Me.Label1.Text = "Weight :" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label2 ' Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(450, 160) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(110, 25) Me.Label2.TabIndex = 71 Me.Label2.Text = "Class :" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lbl_weight_class ' Me.lbl_weight_class.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_weight_class.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_weight_class.Location = New System.Drawing.Point(565, 160) Me.lbl_weight_class.Name = "lbl_weight_class" Me.lbl_weight_class.Size = New System.Drawing.Size(95, 25) Me.lbl_weight_class.TabIndex = 72 Me.lbl_weight_class.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'pb_blue_logo ' Me.pb_blue_logo.Location = New System.Drawing.Point(10, 350) Me.pb_blue_logo.Name = "pb_blue_logo" Me.pb_blue_logo.Size = New System.Drawing.Size(115, 115) Me.pb_blue_logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_blue_logo.TabIndex = 73 Me.pb_blue_logo.TabStop = False ' 'pb_red_logo ' Me.pb_red_logo.Location = New System.Drawing.Point(205, 350) Me.pb_red_logo.Name = "pb_red_logo" Me.pb_red_logo.Size = New System.Drawing.Size(115, 115) Me.pb_red_logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_red_logo.TabIndex = 74 Me.pb_red_logo.TabStop = False ' 'frm_fighter_statistics ' 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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.ClientSize = New System.Drawing.Size(834, 471) Me.Controls.Add(Me.pb_red_logo) Me.Controls.Add(Me.pb_blue_logo) Me.Controls.Add(Me.lbl_weight_class) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.lbl_last_weight) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.pb_referee_flag) Me.Controls.Add(Me.lbl_referee) Me.Controls.Add(Me.lbl_rank) Me.Controls.Add(Me.Label22) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label28) Me.Controls.Add(Me.Label27) Me.Controls.Add(Me.lbl_red_score) Me.Controls.Add(Me.lbl_winner) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.lbl_blue_score) Me.Controls.Add(Me.lbl_red_fighter) Me.Controls.Add(Me.lbl_blue_fighter) Me.Controls.Add(Me.lbl_court_number) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.lbl_match_number) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.pb_flag) Me.Controls.Add(Me.btn_close) Me.Controls.Add(Me.btn_opponent) Me.Controls.Add(Me.btn_preview) Me.Controls.Add(Me.lbl_age) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.lst_matches) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.lbl_category) Me.Controls.Add(Me.lbl_loss) Me.Controls.Add(Me.lbl_wins) Me.Controls.Add(Me.lbl_nationality) Me.Controls.Add(Me.lbl_gender) Me.Controls.Add(Me.lbl_name) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.txt_search) Me.Controls.Add(Me.lst_fighters) Me.Controls.Add(Me.pb_fighter) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label8) Me.ForeColor = System.Drawing.Color.White Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frm_fighter_statistics" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "TAKEONE" CType(Me.pb_fighter, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pb_flag, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pb_blue_logo, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pb_red_logo, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents pb_fighter As System.Windows.Forms.PictureBox Friend WithEvents lst_fighters As System.Windows.Forms.ListBox Friend WithEvents txt_search As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents lbl_loss As System.Windows.Forms.Label Friend WithEvents lbl_wins As System.Windows.Forms.Label Friend WithEvents lbl_nationality As System.Windows.Forms.Label Friend WithEvents lbl_gender As System.Windows.Forms.Label Friend WithEvents lbl_name As System.Windows.Forms.Label Friend WithEvents lbl_category As System.Windows.Forms.Label Friend WithEvents Label19 As System.Windows.Forms.Label Friend WithEvents lst_matches As System.Windows.Forms.ListBox Friend WithEvents Label20 As System.Windows.Forms.Label Friend WithEvents lbl_age As System.Windows.Forms.Label Friend WithEvents btn_preview As System.Windows.Forms.Button Friend WithEvents btn_opponent As System.Windows.Forms.Button Friend WithEvents btn_close As System.Windows.Forms.Button Friend WithEvents pb_flag As System.Windows.Forms.PictureBox Friend WithEvents Label11 As Label Friend WithEvents lbl_match_number As Label Friend WithEvents Label13 As Label Friend WithEvents lbl_court_number As Label Friend WithEvents lbl_blue_fighter As Label Friend WithEvents lbl_red_fighter As Label Friend WithEvents lbl_blue_score As Label Friend WithEvents Label21 As Label Friend WithEvents lbl_winner As Label Friend WithEvents lbl_red_score As Label Friend WithEvents Label27 As Label Friend WithEvents Label28 As Label Friend WithEvents Label8 As Label Friend WithEvents Label10 As Label Friend WithEvents Label12 As Label Friend WithEvents lbl_rank As Label Friend WithEvents Label22 As Label Friend WithEvents lbl_referee As Label Friend WithEvents pb_referee_flag As Label Friend WithEvents Button1 As Button Friend WithEvents lbl_last_weight As Label Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents lbl_weight_class As Label Friend WithEvents pb_blue_logo As PictureBox Friend WithEvents pb_red_logo As PictureBox End Class