_ Partial Class frm_scorecontrol 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.components = New System.ComponentModel.Container() Me.lbl_blue_fighter_name = New System.Windows.Forms.Label() Me.lbl_blue_score = New System.Windows.Forms.Label() Me.lbl_blue_team = New System.Windows.Forms.Label() Me.lbl_blue_code_3 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.lbl_blue_kfaul = New System.Windows.Forms.Label() Me.lbl_blue_gfaul = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.pb_blue_flag = New System.Windows.Forms.PictureBox() Me.lbl_red_team = New System.Windows.Forms.Label() Me.lbl_red_score = New System.Windows.Forms.Label() Me.lbl_red_fighter_name = New System.Windows.Forms.Label() Me.lbl_weight_class = New System.Windows.Forms.Label() Me.lbl_time = New System.Windows.Forms.Label() Me.lbl_match_number = New System.Windows.Forms.Label() Me.btn_blue_shkp = New System.Windows.Forms.Button() Me.btn_blue_shkn = New System.Windows.Forms.Button() Me.btn_blue_dhkn = New System.Windows.Forms.Button() Me.btn_blue_dhkp = New System.Windows.Forms.Button() Me.btn_blue_sbkn = New System.Windows.Forms.Button() Me.btn_blue_sbkp = New System.Windows.Forms.Button() Me.btn_blue_dbkn = New System.Windows.Forms.Button() Me.btn_blue_dbkp = New System.Windows.Forms.Button() Me.pb_red_flag = New System.Windows.Forms.PictureBox() Me.lbl_red_gfaul = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.lbl_red_kfaul = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.lbl_red_code_3 = New System.Windows.Forms.Label() Me.lbl_round = New System.Windows.Forms.Label() Me.btn_red_dhkn = New System.Windows.Forms.Button() Me.Button10 = New System.Windows.Forms.Button() Me.btn_red_sbkn = New System.Windows.Forms.Button() Me.Button12 = New System.Windows.Forms.Button() Me.btn_red_dbkn = New System.Windows.Forms.Button() Me.Button14 = New System.Windows.Forms.Button() Me.btn_red_shkn = New System.Windows.Forms.Button() Me.Button16 = New System.Windows.Forms.Button() Me.tmr_display = New System.Windows.Forms.Timer(Me.components) Me.btn_start = New System.Windows.Forms.Button() Me.btn_end = New System.Windows.Forms.Button() Me.round_countdown = New System.Windows.Forms.Timer(Me.components) Me.btn_blue_pkf = New System.Windows.Forms.Button() Me.btn_blue_nkf = New System.Windows.Forms.Button() Me.btn_blue_ngf = New System.Windows.Forms.Button() Me.btn_blue_pgf = New System.Windows.Forms.Button() Me.btn_red_ngf = New System.Windows.Forms.Button() Me.btn_red_pgf = New System.Windows.Forms.Button() Me.btn_red_nkf = New System.Windows.Forms.Button() Me.btn_red_pkf = New System.Windows.Forms.Button() Me.break_countdown = New System.Windows.Forms.Timer(Me.components) CType(Me.pb_blue_flag, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_red_flag, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'lbl_blue_fighter_name ' Me.lbl_blue_fighter_name.BackColor = System.Drawing.Color.Blue Me.lbl_blue_fighter_name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_blue_fighter_name.Font = New System.Drawing.Font("Microsoft Sans Serif", 25.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_blue_fighter_name.ForeColor = System.Drawing.Color.White Me.lbl_blue_fighter_name.Location = New System.Drawing.Point(100, 90) Me.lbl_blue_fighter_name.Name = "lbl_blue_fighter_name" Me.lbl_blue_fighter_name.Size = New System.Drawing.Size(315, 40) Me.lbl_blue_fighter_name.TabIndex = 0 Me.lbl_blue_fighter_name.Text = "BLUE FIGHTER" Me.lbl_blue_fighter_name.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", 170.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_blue_score.ForeColor = System.Drawing.Color.White Me.lbl_blue_score.Location = New System.Drawing.Point(100, 135) Me.lbl_blue_score.Name = "lbl_blue_score" Me.lbl_blue_score.Size = New System.Drawing.Size(315, 235) Me.lbl_blue_score.TabIndex = 0 Me.lbl_blue_score.Text = "00" Me.lbl_blue_score.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_blue_team ' Me.lbl_blue_team.BackColor = System.Drawing.Color.Blue Me.lbl_blue_team.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_blue_team.Font = New System.Drawing.Font("Microsoft Sans Serif", 25.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_blue_team.ForeColor = System.Drawing.Color.White Me.lbl_blue_team.Location = New System.Drawing.Point(100, 375) Me.lbl_blue_team.Name = "lbl_blue_team" Me.lbl_blue_team.Size = New System.Drawing.Size(315, 40) Me.lbl_blue_team.TabIndex = 2 Me.lbl_blue_team.Text = "BLUE TEAM" Me.lbl_blue_team.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_blue_code_3 ' Me.lbl_blue_code_3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_blue_code_3.Font = New System.Drawing.Font("Microsoft Sans Serif", 25.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_blue_code_3.ForeColor = System.Drawing.Color.White Me.lbl_blue_code_3.Location = New System.Drawing.Point(5, 90) Me.lbl_blue_code_3.Name = "lbl_blue_code_3" Me.lbl_blue_code_3.Size = New System.Drawing.Size(90, 40) Me.lbl_blue_code_3.TabIndex = 6 Me.lbl_blue_code_3.Text = "CTRY" Me.lbl_blue_code_3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label8 ' Me.Label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.Label8.ForeColor = System.Drawing.Color.White Me.Label8.Location = New System.Drawing.Point(5, 200) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(90, 40) Me.Label8.TabIndex = 7 Me.Label8.Text = "KFAUL" Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_blue_kfaul ' Me.lbl_blue_kfaul.BackColor = System.Drawing.Color.Blue Me.lbl_blue_kfaul.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_blue_kfaul.Font = New System.Drawing.Font("Microsoft Sans Serif", 52.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_blue_kfaul.ForeColor = System.Drawing.Color.White Me.lbl_blue_kfaul.Location = New System.Drawing.Point(5, 245) Me.lbl_blue_kfaul.Name = "lbl_blue_kfaul" Me.lbl_blue_kfaul.Size = New System.Drawing.Size(90, 60) Me.lbl_blue_kfaul.TabIndex = 8 Me.lbl_blue_kfaul.Text = "00" Me.lbl_blue_kfaul.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_blue_gfaul ' Me.lbl_blue_gfaul.BackColor = System.Drawing.Color.Blue Me.lbl_blue_gfaul.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_blue_gfaul.Font = New System.Drawing.Font("Microsoft Sans Serif", 52.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_blue_gfaul.ForeColor = System.Drawing.Color.White Me.lbl_blue_gfaul.Location = New System.Drawing.Point(5, 355) Me.lbl_blue_gfaul.Name = "lbl_blue_gfaul" Me.lbl_blue_gfaul.Size = New System.Drawing.Size(90, 60) Me.lbl_blue_gfaul.TabIndex = 10 Me.lbl_blue_gfaul.Text = "00" Me.lbl_blue_gfaul.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label11 ' Me.Label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.Label11.ForeColor = System.Drawing.Color.White Me.Label11.Location = New System.Drawing.Point(5, 310) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(90, 40) Me.Label11.TabIndex = 9 Me.Label11.Text = "GFAUL" Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'pb_blue_flag ' Me.pb_blue_flag.BackColor = System.Drawing.Color.Blue Me.pb_blue_flag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_blue_flag.Location = New System.Drawing.Point(5, 135) Me.pb_blue_flag.Name = "pb_blue_flag" Me.pb_blue_flag.Size = New System.Drawing.Size(90, 60) Me.pb_blue_flag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_blue_flag.TabIndex = 11 Me.pb_blue_flag.TabStop = False ' 'lbl_red_team ' Me.lbl_red_team.BackColor = System.Drawing.Color.Red Me.lbl_red_team.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_red_team.Font = New System.Drawing.Font("Microsoft Sans Serif", 25.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_red_team.ForeColor = System.Drawing.Color.White Me.lbl_red_team.Location = New System.Drawing.Point(420, 375) Me.lbl_red_team.Name = "lbl_red_team" Me.lbl_red_team.Size = New System.Drawing.Size(315, 40) Me.lbl_red_team.TabIndex = 14 Me.lbl_red_team.Text = "BLUE TEAM" Me.lbl_red_team.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", 170.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_red_score.ForeColor = System.Drawing.Color.White Me.lbl_red_score.Location = New System.Drawing.Point(420, 135) Me.lbl_red_score.Name = "lbl_red_score" Me.lbl_red_score.Size = New System.Drawing.Size(315, 235) Me.lbl_red_score.TabIndex = 13 Me.lbl_red_score.Text = "00" Me.lbl_red_score.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_red_fighter_name ' Me.lbl_red_fighter_name.BackColor = System.Drawing.Color.Red Me.lbl_red_fighter_name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_red_fighter_name.Font = New System.Drawing.Font("Microsoft Sans Serif", 25.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_red_fighter_name.ForeColor = System.Drawing.Color.White Me.lbl_red_fighter_name.Location = New System.Drawing.Point(420, 90) Me.lbl_red_fighter_name.Name = "lbl_red_fighter_name" Me.lbl_red_fighter_name.Size = New System.Drawing.Size(315, 40) Me.lbl_red_fighter_name.TabIndex = 12 Me.lbl_red_fighter_name.Text = "RED FIGHTER" Me.lbl_red_fighter_name.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '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", 75.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_weight_class.ForeColor = System.Drawing.Color.Yellow Me.lbl_weight_class.Location = New System.Drawing.Point(5, 5) Me.lbl_weight_class.Name = "lbl_weight_class" Me.lbl_weight_class.Size = New System.Drawing.Size(275, 80) Me.lbl_weight_class.TabIndex = 21 Me.lbl_weight_class.Text = "C000" Me.lbl_weight_class.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_time ' Me.lbl_time.Font = New System.Drawing.Font("Microsoft Sans Serif", 85.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_time.ForeColor = System.Drawing.Color.Lime Me.lbl_time.Location = New System.Drawing.Point(285, -5) Me.lbl_time.Name = "lbl_time" Me.lbl_time.Size = New System.Drawing.Size(265, 95) Me.lbl_time.TabIndex = 22 Me.lbl_time.Text = "00:00" Me.lbl_time.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", 75.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_match_number.ForeColor = System.Drawing.Color.Yellow Me.lbl_match_number.Location = New System.Drawing.Point(555, 5) Me.lbl_match_number.Name = "lbl_match_number" Me.lbl_match_number.Size = New System.Drawing.Size(275, 80) Me.lbl_match_number.TabIndex = 23 Me.lbl_match_number.Text = "M000" Me.lbl_match_number.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'btn_blue_shkp ' Me.btn_blue_shkp.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_blue_shkp.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_blue_shkp.ForeColor = System.Drawing.Color.White Me.btn_blue_shkp.Location = New System.Drawing.Point(5, 420) Me.btn_blue_shkp.Name = "btn_blue_shkp" Me.btn_blue_shkp.Size = New System.Drawing.Size(95, 25) Me.btn_blue_shkp.TabIndex = 24 Me.btn_blue_shkp.Text = "+ Spin HK" Me.btn_blue_shkp.UseVisualStyleBackColor = True ' 'btn_blue_shkn ' Me.btn_blue_shkn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_blue_shkn.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_blue_shkn.ForeColor = System.Drawing.Color.White Me.btn_blue_shkn.Location = New System.Drawing.Point(5, 450) Me.btn_blue_shkn.Name = "btn_blue_shkn" Me.btn_blue_shkn.Size = New System.Drawing.Size(95, 25) Me.btn_blue_shkn.TabIndex = 25 Me.btn_blue_shkn.Text = "- Spin HK" Me.btn_blue_shkn.UseVisualStyleBackColor = True ' 'btn_blue_dhkn ' Me.btn_blue_dhkn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_blue_dhkn.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_blue_dhkn.ForeColor = System.Drawing.Color.White Me.btn_blue_dhkn.Location = New System.Drawing.Point(105, 450) Me.btn_blue_dhkn.Name = "btn_blue_dhkn" Me.btn_blue_dhkn.Size = New System.Drawing.Size(100, 25) Me.btn_blue_dhkn.TabIndex = 27 Me.btn_blue_dhkn.Text = "- Direct HK" Me.btn_blue_dhkn.UseVisualStyleBackColor = True ' 'btn_blue_dhkp ' Me.btn_blue_dhkp.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_blue_dhkp.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_blue_dhkp.ForeColor = System.Drawing.Color.White Me.btn_blue_dhkp.Location = New System.Drawing.Point(105, 420) Me.btn_blue_dhkp.Name = "btn_blue_dhkp" Me.btn_blue_dhkp.Size = New System.Drawing.Size(100, 25) Me.btn_blue_dhkp.TabIndex = 26 Me.btn_blue_dhkp.Text = "+ Direct HK" Me.btn_blue_dhkp.UseVisualStyleBackColor = True ' 'btn_blue_sbkn ' Me.btn_blue_sbkn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_blue_sbkn.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_blue_sbkn.ForeColor = System.Drawing.Color.White Me.btn_blue_sbkn.Location = New System.Drawing.Point(210, 450) Me.btn_blue_sbkn.Name = "btn_blue_sbkn" Me.btn_blue_sbkn.Size = New System.Drawing.Size(100, 25) Me.btn_blue_sbkn.TabIndex = 29 Me.btn_blue_sbkn.Text = "- Spin BK" Me.btn_blue_sbkn.UseVisualStyleBackColor = True ' 'btn_blue_sbkp ' Me.btn_blue_sbkp.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_blue_sbkp.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_blue_sbkp.ForeColor = System.Drawing.Color.White Me.btn_blue_sbkp.Location = New System.Drawing.Point(210, 420) Me.btn_blue_sbkp.Name = "btn_blue_sbkp" Me.btn_blue_sbkp.Size = New System.Drawing.Size(100, 25) Me.btn_blue_sbkp.TabIndex = 28 Me.btn_blue_sbkp.Text = "+ Spin BK" Me.btn_blue_sbkp.UseVisualStyleBackColor = True ' 'btn_blue_dbkn ' Me.btn_blue_dbkn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_blue_dbkn.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_blue_dbkn.ForeColor = System.Drawing.Color.White Me.btn_blue_dbkn.Location = New System.Drawing.Point(315, 450) Me.btn_blue_dbkn.Name = "btn_blue_dbkn" Me.btn_blue_dbkn.Size = New System.Drawing.Size(100, 25) Me.btn_blue_dbkn.TabIndex = 31 Me.btn_blue_dbkn.Text = "- Direct BK" Me.btn_blue_dbkn.UseVisualStyleBackColor = True ' 'btn_blue_dbkp ' Me.btn_blue_dbkp.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_blue_dbkp.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_blue_dbkp.ForeColor = System.Drawing.Color.White Me.btn_blue_dbkp.Location = New System.Drawing.Point(315, 420) Me.btn_blue_dbkp.Name = "btn_blue_dbkp" Me.btn_blue_dbkp.Size = New System.Drawing.Size(100, 25) Me.btn_blue_dbkp.TabIndex = 30 Me.btn_blue_dbkp.Text = "+ Direct BK" Me.btn_blue_dbkp.UseVisualStyleBackColor = True ' 'pb_red_flag ' Me.pb_red_flag.BackColor = System.Drawing.Color.Red Me.pb_red_flag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_red_flag.Location = New System.Drawing.Point(740, 135) Me.pb_red_flag.Name = "pb_red_flag" Me.pb_red_flag.Size = New System.Drawing.Size(90, 60) Me.pb_red_flag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_red_flag.TabIndex = 45 Me.pb_red_flag.TabStop = False ' 'lbl_red_gfaul ' Me.lbl_red_gfaul.BackColor = System.Drawing.Color.Red Me.lbl_red_gfaul.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_red_gfaul.Font = New System.Drawing.Font("Microsoft Sans Serif", 52.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_red_gfaul.ForeColor = System.Drawing.Color.White Me.lbl_red_gfaul.Location = New System.Drawing.Point(740, 355) Me.lbl_red_gfaul.Name = "lbl_red_gfaul" Me.lbl_red_gfaul.Size = New System.Drawing.Size(90, 60) Me.lbl_red_gfaul.TabIndex = 44 Me.lbl_red_gfaul.Text = "00" Me.lbl_red_gfaul.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label5 ' Me.Label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.Label5.ForeColor = System.Drawing.Color.White Me.Label5.Location = New System.Drawing.Point(740, 310) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(90, 40) Me.Label5.TabIndex = 43 Me.Label5.Text = "GFAUL" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_red_kfaul ' Me.lbl_red_kfaul.BackColor = System.Drawing.Color.Red Me.lbl_red_kfaul.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_red_kfaul.Font = New System.Drawing.Font("Microsoft Sans Serif", 52.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_red_kfaul.ForeColor = System.Drawing.Color.White Me.lbl_red_kfaul.Location = New System.Drawing.Point(740, 245) Me.lbl_red_kfaul.Name = "lbl_red_kfaul" Me.lbl_red_kfaul.Size = New System.Drawing.Size(90, 60) Me.lbl_red_kfaul.TabIndex = 42 Me.lbl_red_kfaul.Text = "00" Me.lbl_red_kfaul.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label12 ' Me.Label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.Label12.ForeColor = System.Drawing.Color.White Me.Label12.Location = New System.Drawing.Point(740, 200) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(90, 40) Me.Label12.TabIndex = 41 Me.Label12.Text = "KFAUL" Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_red_code_3 ' Me.lbl_red_code_3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_red_code_3.Font = New System.Drawing.Font("Microsoft Sans Serif", 25.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_red_code_3.ForeColor = System.Drawing.Color.White Me.lbl_red_code_3.Location = New System.Drawing.Point(740, 90) Me.lbl_red_code_3.Name = "lbl_red_code_3" Me.lbl_red_code_3.Size = New System.Drawing.Size(90, 40) Me.lbl_red_code_3.TabIndex = 40 Me.lbl_red_code_3.Text = "CTRY" Me.lbl_red_code_3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_round ' Me.lbl_round.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lbl_round.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_round.Font = New System.Drawing.Font("Microsoft Sans Serif", 90.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_round.ForeColor = System.Drawing.Color.Lime Me.lbl_round.Location = New System.Drawing.Point(375, 185) Me.lbl_round.Name = "lbl_round" Me.lbl_round.Size = New System.Drawing.Size(85, 105) Me.lbl_round.TabIndex = 46 Me.lbl_round.Text = "1" Me.lbl_round.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'btn_red_dhkn ' Me.btn_red_dhkn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_red_dhkn.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_red_dhkn.ForeColor = System.Drawing.Color.White Me.btn_red_dhkn.Location = New System.Drawing.Point(630, 450) Me.btn_red_dhkn.Name = "btn_red_dhkn" Me.btn_red_dhkn.Size = New System.Drawing.Size(100, 25) Me.btn_red_dhkn.TabIndex = 54 Me.btn_red_dhkn.Text = "Direct HK -" Me.btn_red_dhkn.UseVisualStyleBackColor = True ' 'Button10 ' Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button10.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.Button10.ForeColor = System.Drawing.Color.White Me.Button10.Location = New System.Drawing.Point(630, 420) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(100, 25) Me.Button10.TabIndex = 53 Me.Button10.Text = "Direct HK +" Me.Button10.UseVisualStyleBackColor = True ' 'btn_red_sbkn ' Me.btn_red_sbkn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_red_sbkn.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_red_sbkn.ForeColor = System.Drawing.Color.White Me.btn_red_sbkn.Location = New System.Drawing.Point(525, 450) Me.btn_red_sbkn.Name = "btn_red_sbkn" Me.btn_red_sbkn.Size = New System.Drawing.Size(100, 25) Me.btn_red_sbkn.TabIndex = 52 Me.btn_red_sbkn.Text = "Spin BK -" Me.btn_red_sbkn.UseVisualStyleBackColor = True ' 'Button12 ' Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button12.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.Button12.ForeColor = System.Drawing.Color.White Me.Button12.Location = New System.Drawing.Point(525, 420) Me.Button12.Name = "Button12" Me.Button12.Size = New System.Drawing.Size(100, 25) Me.Button12.TabIndex = 51 Me.Button12.Text = "Spin BK +" Me.Button12.UseVisualStyleBackColor = True ' 'btn_red_dbkn ' Me.btn_red_dbkn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_red_dbkn.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_red_dbkn.ForeColor = System.Drawing.Color.White Me.btn_red_dbkn.Location = New System.Drawing.Point(420, 450) Me.btn_red_dbkn.Name = "btn_red_dbkn" Me.btn_red_dbkn.Size = New System.Drawing.Size(100, 25) Me.btn_red_dbkn.TabIndex = 50 Me.btn_red_dbkn.Text = "Direct BK -" Me.btn_red_dbkn.UseVisualStyleBackColor = True ' 'Button14 ' Me.Button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button14.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.Button14.ForeColor = System.Drawing.Color.White Me.Button14.Location = New System.Drawing.Point(420, 420) Me.Button14.Name = "Button14" Me.Button14.Size = New System.Drawing.Size(100, 25) Me.Button14.TabIndex = 49 Me.Button14.Text = "Direct BK +" Me.Button14.UseVisualStyleBackColor = True ' 'btn_red_shkn ' Me.btn_red_shkn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_red_shkn.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_red_shkn.ForeColor = System.Drawing.Color.White Me.btn_red_shkn.Location = New System.Drawing.Point(735, 450) Me.btn_red_shkn.Name = "btn_red_shkn" Me.btn_red_shkn.Size = New System.Drawing.Size(95, 25) Me.btn_red_shkn.TabIndex = 48 Me.btn_red_shkn.Text = "Spin HK -" Me.btn_red_shkn.UseVisualStyleBackColor = True ' 'Button16 ' Me.Button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button16.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.Button16.ForeColor = System.Drawing.Color.White Me.Button16.Location = New System.Drawing.Point(735, 420) Me.Button16.Name = "Button16" Me.Button16.Size = New System.Drawing.Size(95, 25) Me.Button16.TabIndex = 47 Me.Button16.Text = "Spin HK +" Me.Button16.UseVisualStyleBackColor = True ' 'tmr_display ' Me.tmr_display.Enabled = True Me.tmr_display.Interval = 1 ' 'btn_start ' Me.btn_start.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_start.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_start.ForeColor = System.Drawing.Color.White Me.btn_start.Location = New System.Drawing.Point(375, 295) Me.btn_start.Name = "btn_start" Me.btn_start.Size = New System.Drawing.Size(85, 30) Me.btn_start.TabIndex = 55 Me.btn_start.Text = "START" Me.btn_start.UseVisualStyleBackColor = True ' 'btn_end ' Me.btn_end.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_end.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_end.ForeColor = System.Drawing.Color.White Me.btn_end.Location = New System.Drawing.Point(375, 330) Me.btn_end.Name = "btn_end" Me.btn_end.Size = New System.Drawing.Size(85, 30) Me.btn_end.TabIndex = 56 Me.btn_end.Text = "END" Me.btn_end.UseVisualStyleBackColor = True ' 'round_countdown ' ' 'btn_blue_pkf ' Me.btn_blue_pkf.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_blue_pkf.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_blue_pkf.ForeColor = System.Drawing.Color.White Me.btn_blue_pkf.Location = New System.Drawing.Point(105, 200) Me.btn_blue_pkf.Name = "btn_blue_pkf" Me.btn_blue_pkf.Size = New System.Drawing.Size(25, 25) Me.btn_blue_pkf.TabIndex = 57 Me.btn_blue_pkf.Text = "+" Me.btn_blue_pkf.UseVisualStyleBackColor = True ' 'btn_blue_nkf ' Me.btn_blue_nkf.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_blue_nkf.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_blue_nkf.ForeColor = System.Drawing.Color.White Me.btn_blue_nkf.Location = New System.Drawing.Point(105, 230) Me.btn_blue_nkf.Name = "btn_blue_nkf" Me.btn_blue_nkf.Size = New System.Drawing.Size(25, 25) Me.btn_blue_nkf.TabIndex = 58 Me.btn_blue_nkf.Text = "-" Me.btn_blue_nkf.UseVisualStyleBackColor = True ' 'btn_blue_ngf ' Me.btn_blue_ngf.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_blue_ngf.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_blue_ngf.ForeColor = System.Drawing.Color.White Me.btn_blue_ngf.Location = New System.Drawing.Point(105, 340) Me.btn_blue_ngf.Name = "btn_blue_ngf" Me.btn_blue_ngf.Size = New System.Drawing.Size(25, 25) Me.btn_blue_ngf.TabIndex = 60 Me.btn_blue_ngf.Text = "-" Me.btn_blue_ngf.UseVisualStyleBackColor = True ' 'btn_blue_pgf ' Me.btn_blue_pgf.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_blue_pgf.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_blue_pgf.ForeColor = System.Drawing.Color.White Me.btn_blue_pgf.Location = New System.Drawing.Point(105, 310) Me.btn_blue_pgf.Name = "btn_blue_pgf" Me.btn_blue_pgf.Size = New System.Drawing.Size(25, 25) Me.btn_blue_pgf.TabIndex = 59 Me.btn_blue_pgf.Text = "+" Me.btn_blue_pgf.UseVisualStyleBackColor = True ' 'btn_red_ngf ' Me.btn_red_ngf.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_red_ngf.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_red_ngf.ForeColor = System.Drawing.Color.White Me.btn_red_ngf.Location = New System.Drawing.Point(705, 340) Me.btn_red_ngf.Name = "btn_red_ngf" Me.btn_red_ngf.Size = New System.Drawing.Size(25, 25) Me.btn_red_ngf.TabIndex = 64 Me.btn_red_ngf.Text = "-" Me.btn_red_ngf.UseVisualStyleBackColor = True ' 'btn_red_pgf ' Me.btn_red_pgf.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_red_pgf.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_red_pgf.ForeColor = System.Drawing.Color.White Me.btn_red_pgf.Location = New System.Drawing.Point(705, 310) Me.btn_red_pgf.Name = "btn_red_pgf" Me.btn_red_pgf.Size = New System.Drawing.Size(25, 25) Me.btn_red_pgf.TabIndex = 63 Me.btn_red_pgf.Text = "+" Me.btn_red_pgf.UseVisualStyleBackColor = True ' 'btn_red_nkf ' Me.btn_red_nkf.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_red_nkf.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_red_nkf.ForeColor = System.Drawing.Color.White Me.btn_red_nkf.Location = New System.Drawing.Point(705, 230) Me.btn_red_nkf.Name = "btn_red_nkf" Me.btn_red_nkf.Size = New System.Drawing.Size(25, 25) Me.btn_red_nkf.TabIndex = 62 Me.btn_red_nkf.Text = "-" Me.btn_red_nkf.UseVisualStyleBackColor = True ' 'btn_red_pkf ' Me.btn_red_pkf.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_red_pkf.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_red_pkf.ForeColor = System.Drawing.Color.White Me.btn_red_pkf.Location = New System.Drawing.Point(705, 200) Me.btn_red_pkf.Name = "btn_red_pkf" Me.btn_red_pkf.Size = New System.Drawing.Size(25, 25) Me.btn_red_pkf.TabIndex = 61 Me.btn_red_pkf.Text = "+" Me.btn_red_pkf.UseVisualStyleBackColor = True ' 'frm_scorecontrol ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.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.btn_red_ngf) Me.Controls.Add(Me.btn_red_pgf) Me.Controls.Add(Me.btn_red_nkf) Me.Controls.Add(Me.btn_red_pkf) Me.Controls.Add(Me.btn_blue_ngf) Me.Controls.Add(Me.btn_blue_pgf) Me.Controls.Add(Me.btn_blue_nkf) Me.Controls.Add(Me.btn_blue_pkf) Me.Controls.Add(Me.btn_end) Me.Controls.Add(Me.btn_start) Me.Controls.Add(Me.btn_red_dhkn) Me.Controls.Add(Me.Button10) Me.Controls.Add(Me.btn_red_sbkn) Me.Controls.Add(Me.Button12) Me.Controls.Add(Me.btn_red_dbkn) Me.Controls.Add(Me.Button14) Me.Controls.Add(Me.btn_red_shkn) Me.Controls.Add(Me.Button16) Me.Controls.Add(Me.lbl_round) Me.Controls.Add(Me.pb_red_flag) Me.Controls.Add(Me.lbl_red_gfaul) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.lbl_red_kfaul) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.lbl_red_code_3) Me.Controls.Add(Me.btn_blue_dbkn) Me.Controls.Add(Me.btn_blue_dbkp) Me.Controls.Add(Me.btn_blue_sbkn) Me.Controls.Add(Me.btn_blue_sbkp) Me.Controls.Add(Me.btn_blue_dhkn) Me.Controls.Add(Me.btn_blue_dhkp) Me.Controls.Add(Me.btn_blue_shkn) Me.Controls.Add(Me.btn_blue_shkp) Me.Controls.Add(Me.lbl_match_number) Me.Controls.Add(Me.lbl_time) Me.Controls.Add(Me.lbl_weight_class) Me.Controls.Add(Me.lbl_red_team) Me.Controls.Add(Me.lbl_red_score) Me.Controls.Add(Me.lbl_red_fighter_name) Me.Controls.Add(Me.pb_blue_flag) Me.Controls.Add(Me.lbl_blue_gfaul) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.lbl_blue_kfaul) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.lbl_blue_code_3) Me.Controls.Add(Me.lbl_blue_team) Me.Controls.Add(Me.lbl_blue_score) Me.Controls.Add(Me.lbl_blue_fighter_name) Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frm_scorecontrol" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "TAKEONE : Score Control" 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 lbl_blue_fighter_name As System.Windows.Forms.Label Friend WithEvents lbl_blue_score As System.Windows.Forms.Label Friend WithEvents lbl_blue_team As System.Windows.Forms.Label Friend WithEvents lbl_blue_code_3 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents lbl_blue_kfaul As System.Windows.Forms.Label Friend WithEvents lbl_blue_gfaul As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents pb_blue_flag As System.Windows.Forms.PictureBox Friend WithEvents lbl_red_team As System.Windows.Forms.Label Friend WithEvents lbl_red_score As System.Windows.Forms.Label Friend WithEvents lbl_red_fighter_name As System.Windows.Forms.Label Friend WithEvents lbl_weight_class As System.Windows.Forms.Label Friend WithEvents lbl_time As System.Windows.Forms.Label Friend WithEvents lbl_match_number As System.Windows.Forms.Label Friend WithEvents btn_blue_shkp As System.Windows.Forms.Button Friend WithEvents btn_blue_shkn As System.Windows.Forms.Button Friend WithEvents btn_blue_dhkn As System.Windows.Forms.Button Friend WithEvents btn_blue_dhkp As System.Windows.Forms.Button Friend WithEvents btn_blue_sbkn As System.Windows.Forms.Button Friend WithEvents btn_blue_sbkp As System.Windows.Forms.Button Friend WithEvents btn_blue_dbkn As System.Windows.Forms.Button Friend WithEvents btn_blue_dbkp As System.Windows.Forms.Button Friend WithEvents pb_red_flag As System.Windows.Forms.PictureBox Friend WithEvents lbl_red_gfaul As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents lbl_red_kfaul As System.Windows.Forms.Label Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents lbl_red_code_3 As System.Windows.Forms.Label Friend WithEvents lbl_round As System.Windows.Forms.Label Friend WithEvents btn_red_dhkn As System.Windows.Forms.Button Friend WithEvents Button10 As System.Windows.Forms.Button Friend WithEvents btn_red_sbkn As System.Windows.Forms.Button Friend WithEvents Button12 As System.Windows.Forms.Button Friend WithEvents btn_red_dbkn As System.Windows.Forms.Button Friend WithEvents Button14 As System.Windows.Forms.Button Friend WithEvents btn_red_shkn As System.Windows.Forms.Button Friend WithEvents Button16 As System.Windows.Forms.Button Friend WithEvents tmr_display As System.Windows.Forms.Timer Friend WithEvents btn_start As Button Friend WithEvents btn_end As Button Friend WithEvents round_countdown As System.Windows.Forms.Timer Friend WithEvents btn_blue_pkf As Button Friend WithEvents btn_blue_nkf As Button Friend WithEvents btn_blue_ngf As Button Friend WithEvents btn_blue_pgf As Button Friend WithEvents btn_red_ngf As Button Friend WithEvents btn_red_pgf As Button Friend WithEvents btn_red_nkf As Button Friend WithEvents btn_red_pkf As Button Friend WithEvents break_countdown As System.Windows.Forms.Timer End Class