_ Partial Class frm_arrange_matches 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.Label3 = New System.Windows.Forms.Label() Me.lbl_total_matches = New System.Windows.Forms.Label() Me.btn_set = New System.Windows.Forms.Button() Me.pb_blue_logo = New System.Windows.Forms.PictureBox() Me.lst_match_numbers = New System.Windows.Forms.ListBox() Me.pb_blue_fighter = New System.Windows.Forms.PictureBox() Me.Label10 = New System.Windows.Forms.Label() Me.lst_blue_fighter = New System.Windows.Forms.ListBox() Me.Label1 = New System.Windows.Forms.Label() Me.lst_red_fighter = New System.Windows.Forms.ListBox() Me.Label2 = New System.Windows.Forms.Label() Me.pb_red_fighter = New System.Windows.Forms.PictureBox() Me.pb_red_logo = New System.Windows.Forms.PictureBox() Me.lst_matches_set = New System.Windows.Forms.ListBox() Me.Label4 = New System.Windows.Forms.Label() Me.btn_unset = New System.Windows.Forms.Button() Me.btn_close = New System.Windows.Forms.Button() Me.Label5 = New System.Windows.Forms.Label() Me.lbl_set_matches = New System.Windows.Forms.Label() Me.pb_blue_flag = New System.Windows.Forms.PictureBox() Me.pb_red_flag = New System.Windows.Forms.PictureBox() Me.cbo_category = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.cbo_gender = New System.Windows.Forms.ComboBox() Me.Label11 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() CType(Me.pb_blue_logo, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_blue_fighter, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_red_fighter, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_red_logo, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_blue_flag, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_red_flag, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '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(700, 225) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(60, 15) Me.Label3.TabIndex = 84 Me.Label3.Text = "Total" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '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(695, 230) Me.lbl_total_matches.Name = "lbl_total_matches" Me.lbl_total_matches.Size = New System.Drawing.Size(130, 35) Me.lbl_total_matches.TabIndex = 83 Me.lbl_total_matches.Text = "0" Me.lbl_total_matches.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'btn_set ' Me.btn_set.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_set.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btn_set.ForeColor = System.Drawing.Color.White Me.btn_set.Location = New System.Drawing.Point(695, 330) Me.btn_set.Name = "btn_set" Me.btn_set.Size = New System.Drawing.Size(130, 40) Me.btn_set.TabIndex = 80 Me.btn_set.Text = "SET" Me.btn_set.UseVisualStyleBackColor = True ' 'pb_blue_logo ' Me.pb_blue_logo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_blue_logo.Location = New System.Drawing.Point(150, 75) Me.pb_blue_logo.Name = "pb_blue_logo" Me.pb_blue_logo.Size = New System.Drawing.Size(60, 60) Me.pb_blue_logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_blue_logo.TabIndex = 91 Me.pb_blue_logo.TabStop = False ' 'lst_match_numbers ' Me.lst_match_numbers.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lst_match_numbers.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lst_match_numbers.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lst_match_numbers.ForeColor = System.Drawing.Color.White Me.lst_match_numbers.FormattingEnabled = True Me.lst_match_numbers.ItemHeight = 15 Me.lst_match_numbers.Location = New System.Drawing.Point(280, 260) Me.lst_match_numbers.Name = "lst_match_numbers" Me.lst_match_numbers.Size = New System.Drawing.Size(130, 212) Me.lst_match_numbers.TabIndex = 86 ' 'pb_blue_fighter ' Me.pb_blue_fighter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_blue_fighter.Location = New System.Drawing.Point(5, 45) Me.pb_blue_fighter.Name = "pb_blue_fighter" Me.pb_blue_fighter.Size = New System.Drawing.Size(140, 170) Me.pb_blue_fighter.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_blue_fighter.TabIndex = 85 Me.pb_blue_fighter.TabStop = False ' '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(280, 225) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(130, 30) Me.Label10.TabIndex = 89 Me.Label10.Text = "< UNSET >" Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lst_blue_fighter ' Me.lst_blue_fighter.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lst_blue_fighter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lst_blue_fighter.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lst_blue_fighter.ForeColor = System.Drawing.Color.White Me.lst_blue_fighter.FormattingEnabled = True Me.lst_blue_fighter.ItemHeight = 20 Me.lst_blue_fighter.Location = New System.Drawing.Point(5, 250) Me.lst_blue_fighter.Name = "lst_blue_fighter" Me.lst_blue_fighter.Size = New System.Drawing.Size(270, 222) Me.lst_blue_fighter.TabIndex = 92 ' 'Label1 ' Me.Label1.BackColor = System.Drawing.Color.Blue 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(5, 225) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(270, 25) Me.Label1.TabIndex = 93 Me.Label1.Text = "< BLUE FIGHTER >" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lst_red_fighter ' Me.lst_red_fighter.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lst_red_fighter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lst_red_fighter.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lst_red_fighter.ForeColor = System.Drawing.Color.White Me.lst_red_fighter.FormattingEnabled = True Me.lst_red_fighter.ItemHeight = 20 Me.lst_red_fighter.Location = New System.Drawing.Point(415, 250) Me.lst_red_fighter.Name = "lst_red_fighter" Me.lst_red_fighter.Size = New System.Drawing.Size(270, 222) Me.lst_red_fighter.TabIndex = 94 ' 'Label2 ' Me.Label2.BackColor = System.Drawing.Color.Red 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(415, 225) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(270, 25) Me.Label2.TabIndex = 95 Me.Label2.Text = "< RED FIGHTER >" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'pb_red_fighter ' Me.pb_red_fighter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_red_fighter.Location = New System.Drawing.Point(690, 45) Me.pb_red_fighter.Name = "pb_red_fighter" Me.pb_red_fighter.Size = New System.Drawing.Size(140, 170) Me.pb_red_fighter.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_red_fighter.TabIndex = 96 Me.pb_red_fighter.TabStop = False ' 'pb_red_logo ' Me.pb_red_logo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_red_logo.Location = New System.Drawing.Point(625, 75) Me.pb_red_logo.Name = "pb_red_logo" Me.pb_red_logo.Size = New System.Drawing.Size(60, 60) Me.pb_red_logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_red_logo.TabIndex = 97 Me.pb_red_logo.TabStop = False ' 'lst_matches_set ' Me.lst_matches_set.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lst_matches_set.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lst_matches_set.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lst_matches_set.ForeColor = System.Drawing.Color.White Me.lst_matches_set.FormattingEnabled = True Me.lst_matches_set.ItemHeight = 15 Me.lst_matches_set.Location = New System.Drawing.Point(215, 80) Me.lst_matches_set.Name = "lst_matches_set" Me.lst_matches_set.Size = New System.Drawing.Size(405, 137) Me.lst_matches_set.TabIndex = 98 ' 'Label4 ' Me.Label4.BackColor = System.Drawing.Color.Black 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(215, 45) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(405, 30) Me.Label4.TabIndex = 99 Me.Label4.Text = "< MATCHES ALREADY SET >" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'btn_unset ' Me.btn_unset.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_unset.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btn_unset.ForeColor = System.Drawing.Color.White Me.btn_unset.Location = New System.Drawing.Point(695, 380) Me.btn_unset.Name = "btn_unset" Me.btn_unset.Size = New System.Drawing.Size(130, 40) Me.btn_unset.TabIndex = 100 Me.btn_unset.Text = "UNSET" Me.btn_unset.UseVisualStyleBackColor = True ' 'btn_close ' Me.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_close.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btn_close.ForeColor = System.Drawing.Color.White Me.btn_close.Location = New System.Drawing.Point(695, 430) Me.btn_close.Name = "btn_close" Me.btn_close.Size = New System.Drawing.Size(130, 40) Me.btn_close.TabIndex = 101 Me.btn_close.Text = "CLOSE" Me.btn_close.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.BackColor = System.Drawing.Color.Yellow Me.Label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label5.Font = New System.Drawing.Font("Arial Rounded MT Bold", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.ForeColor = System.Drawing.Color.Black Me.Label5.Location = New System.Drawing.Point(700, 275) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(60, 15) Me.Label5.TabIndex = 103 Me.Label5.Text = "Set" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_set_matches ' Me.lbl_set_matches.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_set_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_set_matches.ForeColor = System.Drawing.Color.White Me.lbl_set_matches.Location = New System.Drawing.Point(695, 280) Me.lbl_set_matches.Name = "lbl_set_matches" Me.lbl_set_matches.Size = New System.Drawing.Size(130, 35) Me.lbl_set_matches.TabIndex = 102 Me.lbl_set_matches.Text = "0" Me.lbl_set_matches.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'pb_blue_flag ' Me.pb_blue_flag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_blue_flag.Location = New System.Drawing.Point(150, 175) Me.pb_blue_flag.Name = "pb_blue_flag" Me.pb_blue_flag.Size = New System.Drawing.Size(60, 40) Me.pb_blue_flag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_blue_flag.TabIndex = 106 Me.pb_blue_flag.TabStop = False ' 'pb_red_flag ' Me.pb_red_flag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_red_flag.Location = New System.Drawing.Point(625, 175) Me.pb_red_flag.Name = "pb_red_flag" Me.pb_red_flag.Size = New System.Drawing.Size(60, 40) Me.pb_red_flag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_red_flag.TabIndex = 107 Me.pb_red_flag.TabStop = False ' 'cbo_category ' Me.cbo_category.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.cbo_category.FormattingEnabled = True Me.cbo_category.Location = New System.Drawing.Point(445, 5) Me.cbo_category.Name = "cbo_category" Me.cbo_category.Size = New System.Drawing.Size(385, 30) Me.cbo_category.TabIndex = 108 Me.cbo_category.Text = "Select Weight Profile" ' 'Label6 ' Me.Label6.BackColor = System.Drawing.Color.Green Me.Label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label6.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label6.ForeColor = System.Drawing.Color.White Me.Label6.Location = New System.Drawing.Point(280, 5) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(160, 30) Me.Label6.TabIndex = 109 Me.Label6.Text = "Weight Profile :" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label7 ' Me.Label7.BackColor = System.Drawing.Color.Green Me.Label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label7.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label7.ForeColor = System.Drawing.Color.White Me.Label7.Location = New System.Drawing.Point(5, 5) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(95, 30) Me.Label7.TabIndex = 111 Me.Label7.Text = "Gender :" Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'cbo_gender ' Me.cbo_gender.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.cbo_gender.FormattingEnabled = True Me.cbo_gender.Items.AddRange(New Object() {"MALE", "FEMALE"}) Me.cbo_gender.Location = New System.Drawing.Point(105, 5) Me.cbo_gender.Name = "cbo_gender" Me.cbo_gender.Size = New System.Drawing.Size(170, 30) Me.cbo_gender.TabIndex = 110 Me.cbo_gender.Text = "Select Gender" ' 'Label11 ' Me.Label11.BackColor = System.Drawing.Color.Blue 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(150, 45) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(60, 25) Me.Label11.TabIndex = 114 Me.Label11.Text = "LOGO" Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label12 ' Me.Label12.BackColor = System.Drawing.Color.Blue 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(150, 145) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(60, 25) Me.Label12.TabIndex = 115 Me.Label12.Text = "FLAG" Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label13 ' Me.Label13.BackColor = System.Drawing.Color.Red 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(625, 145) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(60, 25) Me.Label13.TabIndex = 117 Me.Label13.Text = "FLAG" Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label14 ' Me.Label14.BackColor = System.Drawing.Color.Red Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label14.Location = New System.Drawing.Point(625, 45) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(60, 25) Me.Label14.TabIndex = 116 Me.Label14.Text = "LOGO" Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'frm_arrange_matches ' Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 23.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.pb_red_fighter) Me.Controls.Add(Me.pb_blue_fighter) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.cbo_gender) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.cbo_category) Me.Controls.Add(Me.pb_red_flag) Me.Controls.Add(Me.pb_blue_flag) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.lbl_set_matches) Me.Controls.Add(Me.btn_close) Me.Controls.Add(Me.btn_unset) Me.Controls.Add(Me.btn_set) Me.Controls.Add(Me.lst_matches_set) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.pb_red_logo) Me.Controls.Add(Me.lst_red_fighter) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.lst_blue_fighter) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.pb_blue_logo) Me.Controls.Add(Me.lst_match_numbers) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.lbl_total_matches) Me.Font = New System.Drawing.Font("Tahoma", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ForeColor = System.Drawing.Color.White Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.Margin = New System.Windows.Forms.Padding(5) Me.Name = "frm_arrange_matches" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Manual Match Set" CType(Me.pb_blue_logo, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pb_blue_fighter, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pb_red_fighter, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pb_red_logo, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pb_blue_flag, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pb_red_flag, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents Label3 As Label Friend WithEvents lbl_total_matches As Label Friend WithEvents btn_set As Button Friend WithEvents pb_blue_logo As PictureBox Friend WithEvents lst_match_numbers As ListBox Friend WithEvents pb_blue_fighter As PictureBox Friend WithEvents Label10 As Label Friend WithEvents lst_blue_fighter As ListBox Friend WithEvents Label1 As Label Friend WithEvents lst_red_fighter As ListBox Friend WithEvents Label2 As Label Friend WithEvents pb_red_fighter As PictureBox Friend WithEvents pb_red_logo As PictureBox Friend WithEvents lst_matches_set As ListBox Friend WithEvents Label4 As Label Friend WithEvents btn_unset As Button Friend WithEvents btn_close As Button Friend WithEvents lbl_set_matches As Label Friend WithEvents pb_blue_flag As PictureBox Friend WithEvents pb_red_flag As PictureBox Friend WithEvents Label5 As Label Friend WithEvents cbo_category As ComboBox Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents cbo_gender As ComboBox Friend WithEvents Label11 As Label Friend WithEvents Label12 As Label Friend WithEvents Label13 As Label Friend WithEvents Label14 As Label End Class