447 lines
21 KiB
VB.net
447 lines
21 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frm_friendly_match
|
|
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.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.txt_rounds = New System.Windows.Forms.MaskedTextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.chk_sudden_death = New System.Windows.Forms.CheckBox()
|
|
Me.txt_break_time = New System.Windows.Forms.MaskedTextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.txt_round_time = New System.Windows.Forms.MaskedTextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.cbo_blue = New System.Windows.Forms.ComboBox()
|
|
Me.cbo_red = New System.Windows.Forms.ComboBox()
|
|
Me.cbo_referee = New System.Windows.Forms.ComboBox()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.pb_blue_picture = New System.Windows.Forms.PictureBox()
|
|
Me.pb_red_picture = New System.Windows.Forms.PictureBox()
|
|
Me.pb_blue_flag = New System.Windows.Forms.PictureBox()
|
|
Me.pb_red_flag = New System.Windows.Forms.PictureBox()
|
|
Me.btn_start = New System.Windows.Forms.Button()
|
|
Me.pb_referee_flag = New System.Windows.Forms.PictureBox()
|
|
Me.pb_referee_picture = New System.Windows.Forms.PictureBox()
|
|
Me.btn_back = New System.Windows.Forms.Button()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
CType(Me.pb_blue_picture, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.pb_red_picture, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.pb_blue_flag, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.pb_red_flag, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.pb_referee_flag, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.pb_referee_picture, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.BackColor = System.Drawing.Color.Blue
|
|
Me.Label1.ForeColor = System.Drawing.Color.White
|
|
Me.Label1.Location = New System.Drawing.Point(10, 30)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(120, 28)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Blue Fighter :"
|
|
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.BackColor = System.Drawing.Color.Red
|
|
Me.Label2.ForeColor = System.Drawing.Color.White
|
|
Me.Label2.Location = New System.Drawing.Point(10, 65)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(120, 28)
|
|
Me.Label2.TabIndex = 1
|
|
Me.Label2.Text = "Red Fighter :"
|
|
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.Button1)
|
|
Me.GroupBox1.Controls.Add(Me.txt_rounds)
|
|
Me.GroupBox1.Controls.Add(Me.Label5)
|
|
Me.GroupBox1.Controls.Add(Me.chk_sudden_death)
|
|
Me.GroupBox1.Controls.Add(Me.txt_break_time)
|
|
Me.GroupBox1.Controls.Add(Me.Label6)
|
|
Me.GroupBox1.Controls.Add(Me.txt_round_time)
|
|
Me.GroupBox1.Controls.Add(Me.Label4)
|
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
|
Me.GroupBox1.ForeColor = System.Drawing.Color.White
|
|
Me.GroupBox1.Location = New System.Drawing.Point(10, 160)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(390, 175)
|
|
Me.GroupBox1.TabIndex = 4
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "[ MATCH SETTINGS ]"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte))
|
|
Me.Button1.ForeColor = System.Drawing.Color.White
|
|
Me.Button1.Location = New System.Drawing.Point(255, 30)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(120, 130)
|
|
Me.Button1.TabIndex = 17
|
|
Me.Button1.Text = "Set Hardware"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'txt_rounds
|
|
'
|
|
Me.txt_rounds.BackColor = System.Drawing.Color.White
|
|
Me.txt_rounds.ForeColor = System.Drawing.Color.Black
|
|
Me.txt_rounds.Location = New System.Drawing.Point(160, 30)
|
|
Me.txt_rounds.Mask = "0"
|
|
Me.txt_rounds.Name = "txt_rounds"
|
|
Me.txt_rounds.Size = New System.Drawing.Size(85, 26)
|
|
Me.txt_rounds.TabIndex = 16
|
|
Me.txt_rounds.Text = "3"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.Label5.ForeColor = System.Drawing.Color.White
|
|
Me.Label5.Location = New System.Drawing.Point(10, 135)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(145, 26)
|
|
Me.Label5.TabIndex = 15
|
|
Me.Label5.Text = "Sudden Deth :"
|
|
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
'
|
|
'chk_sudden_death
|
|
'
|
|
Me.chk_sudden_death.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.chk_sudden_death.Checked = True
|
|
Me.chk_sudden_death.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.chk_sudden_death.Location = New System.Drawing.Point(160, 135)
|
|
Me.chk_sudden_death.Name = "chk_sudden_death"
|
|
Me.chk_sudden_death.Size = New System.Drawing.Size(85, 26)
|
|
Me.chk_sudden_death.TabIndex = 14
|
|
Me.chk_sudden_death.Text = "Enable"
|
|
Me.chk_sudden_death.UseVisualStyleBackColor = False
|
|
'
|
|
'txt_break_time
|
|
'
|
|
Me.txt_break_time.BackColor = System.Drawing.Color.White
|
|
Me.txt_break_time.ForeColor = System.Drawing.Color.Black
|
|
Me.txt_break_time.Location = New System.Drawing.Point(160, 100)
|
|
Me.txt_break_time.Mask = "00:00"
|
|
Me.txt_break_time.Name = "txt_break_time"
|
|
Me.txt_break_time.Size = New System.Drawing.Size(85, 26)
|
|
Me.txt_break_time.TabIndex = 10
|
|
Me.txt_break_time.Text = "0100"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.Label6.ForeColor = System.Drawing.Color.White
|
|
Me.Label6.Location = New System.Drawing.Point(10, 100)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(145, 26)
|
|
Me.Label6.TabIndex = 9
|
|
Me.Label6.Text = "Break Time :"
|
|
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
'
|
|
'txt_round_time
|
|
'
|
|
Me.txt_round_time.BackColor = System.Drawing.Color.White
|
|
Me.txt_round_time.ForeColor = System.Drawing.Color.Black
|
|
Me.txt_round_time.Location = New System.Drawing.Point(160, 65)
|
|
Me.txt_round_time.Mask = "00:00"
|
|
Me.txt_round_time.Name = "txt_round_time"
|
|
Me.txt_round_time.Size = New System.Drawing.Size(85, 26)
|
|
Me.txt_round_time.TabIndex = 8
|
|
Me.txt_round_time.Text = "0200"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.Label4.ForeColor = System.Drawing.Color.White
|
|
Me.Label4.Location = New System.Drawing.Point(10, 65)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(145, 26)
|
|
Me.Label4.TabIndex = 7
|
|
Me.Label4.Text = "Round Time :"
|
|
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.Label3.ForeColor = System.Drawing.Color.White
|
|
Me.Label3.Location = New System.Drawing.Point(10, 30)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(145, 26)
|
|
Me.Label3.TabIndex = 5
|
|
Me.Label3.Text = "Max Round :"
|
|
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.BackColor = System.Drawing.Color.Yellow
|
|
Me.Label7.ForeColor = System.Drawing.Color.Black
|
|
Me.Label7.Location = New System.Drawing.Point(10, 100)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(120, 28)
|
|
Me.Label7.TabIndex = 5
|
|
Me.Label7.Text = "Referee :"
|
|
Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
'
|
|
'cbo_blue
|
|
'
|
|
Me.cbo_blue.FormattingEnabled = True
|
|
Me.cbo_blue.Location = New System.Drawing.Point(135, 30)
|
|
Me.cbo_blue.Name = "cbo_blue"
|
|
Me.cbo_blue.Size = New System.Drawing.Size(245, 28)
|
|
Me.cbo_blue.TabIndex = 7
|
|
'
|
|
'cbo_red
|
|
'
|
|
Me.cbo_red.FormattingEnabled = True
|
|
Me.cbo_red.Location = New System.Drawing.Point(135, 65)
|
|
Me.cbo_red.Name = "cbo_red"
|
|
Me.cbo_red.Size = New System.Drawing.Size(245, 28)
|
|
Me.cbo_red.TabIndex = 8
|
|
'
|
|
'cbo_referee
|
|
'
|
|
Me.cbo_referee.FormattingEnabled = True
|
|
Me.cbo_referee.Location = New System.Drawing.Point(135, 100)
|
|
Me.cbo_referee.Name = "cbo_referee"
|
|
Me.cbo_referee.Size = New System.Drawing.Size(245, 28)
|
|
Me.cbo_referee.TabIndex = 9
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.Label1)
|
|
Me.GroupBox2.Controls.Add(Me.cbo_referee)
|
|
Me.GroupBox2.Controls.Add(Me.Label2)
|
|
Me.GroupBox2.Controls.Add(Me.cbo_red)
|
|
Me.GroupBox2.Controls.Add(Me.Label7)
|
|
Me.GroupBox2.Controls.Add(Me.cbo_blue)
|
|
Me.GroupBox2.ForeColor = System.Drawing.Color.White
|
|
Me.GroupBox2.Location = New System.Drawing.Point(10, 10)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(390, 140)
|
|
Me.GroupBox2.TabIndex = 10
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "[ COMPETITORS ]"
|
|
'
|
|
'pb_blue_picture
|
|
'
|
|
Me.pb_blue_picture.BackColor = System.Drawing.Color.Blue
|
|
Me.pb_blue_picture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pb_blue_picture.Location = New System.Drawing.Point(410, 70)
|
|
Me.pb_blue_picture.Name = "pb_blue_picture"
|
|
Me.pb_blue_picture.Size = New System.Drawing.Size(200, 210)
|
|
Me.pb_blue_picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.pb_blue_picture.TabIndex = 11
|
|
Me.pb_blue_picture.TabStop = False
|
|
'
|
|
'pb_red_picture
|
|
'
|
|
Me.pb_red_picture.BackColor = System.Drawing.Color.Red
|
|
Me.pb_red_picture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pb_red_picture.Location = New System.Drawing.Point(820, 70)
|
|
Me.pb_red_picture.Name = "pb_red_picture"
|
|
Me.pb_red_picture.Size = New System.Drawing.Size(200, 210)
|
|
Me.pb_red_picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.pb_red_picture.TabIndex = 12
|
|
Me.pb_red_picture.TabStop = False
|
|
'
|
|
'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(410, 286)
|
|
Me.pb_blue_flag.Name = "pb_blue_flag"
|
|
Me.pb_blue_flag.Size = New System.Drawing.Size(200, 105)
|
|
Me.pb_blue_flag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.pb_blue_flag.TabIndex = 13
|
|
Me.pb_blue_flag.TabStop = False
|
|
'
|
|
'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(820, 285)
|
|
Me.pb_red_flag.Name = "pb_red_flag"
|
|
Me.pb_red_flag.Size = New System.Drawing.Size(200, 105)
|
|
Me.pb_red_flag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.pb_red_flag.TabIndex = 14
|
|
Me.pb_red_flag.TabStop = False
|
|
'
|
|
'btn_start
|
|
'
|
|
Me.btn_start.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn_start.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.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(210, 345)
|
|
Me.btn_start.Name = "btn_start"
|
|
Me.btn_start.Size = New System.Drawing.Size(190, 45)
|
|
Me.btn_start.TabIndex = 15
|
|
Me.btn_start.Text = "Start"
|
|
Me.btn_start.UseVisualStyleBackColor = True
|
|
'
|
|
'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.Location = New System.Drawing.Point(615, 286)
|
|
Me.pb_referee_flag.Name = "pb_referee_flag"
|
|
Me.pb_referee_flag.Size = New System.Drawing.Size(200, 105)
|
|
Me.pb_referee_flag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.pb_referee_flag.TabIndex = 17
|
|
Me.pb_referee_flag.TabStop = False
|
|
'
|
|
'pb_referee_picture
|
|
'
|
|
Me.pb_referee_picture.BackColor = System.Drawing.Color.Yellow
|
|
Me.pb_referee_picture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pb_referee_picture.Location = New System.Drawing.Point(615, 70)
|
|
Me.pb_referee_picture.Name = "pb_referee_picture"
|
|
Me.pb_referee_picture.Size = New System.Drawing.Size(201, 210)
|
|
Me.pb_referee_picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.pb_referee_picture.TabIndex = 16
|
|
Me.pb_referee_picture.TabStop = False
|
|
'
|
|
'btn_back
|
|
'
|
|
Me.btn_back.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn_back.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte))
|
|
Me.btn_back.ForeColor = System.Drawing.Color.White
|
|
Me.btn_back.Location = New System.Drawing.Point(10, 345)
|
|
Me.btn_back.Name = "btn_back"
|
|
Me.btn_back.Size = New System.Drawing.Size(190, 45)
|
|
Me.btn_back.TabIndex = 18
|
|
Me.btn_back.Text = "< Back"
|
|
Me.btn_back.UseVisualStyleBackColor = True
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.BackColor = System.Drawing.Color.Blue
|
|
Me.Label8.ForeColor = System.Drawing.Color.White
|
|
Me.Label8.Location = New System.Drawing.Point(410, 10)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(200, 55)
|
|
Me.Label8.TabIndex = 19
|
|
Me.Label8.Text = "BLUE CORNER" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(CHONG)"
|
|
Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.BackColor = System.Drawing.Color.Red
|
|
Me.Label9.ForeColor = System.Drawing.Color.White
|
|
Me.Label9.Location = New System.Drawing.Point(820, 10)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(200, 55)
|
|
Me.Label9.TabIndex = 20
|
|
Me.Label9.Text = "RED CORNER" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(HONG)"
|
|
Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.BackColor = System.Drawing.Color.Yellow
|
|
Me.Label10.ForeColor = System.Drawing.Color.Black
|
|
Me.Label10.Location = New System.Drawing.Point(615, 10)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(200, 55)
|
|
Me.Label10.TabIndex = 21
|
|
Me.Label10.Text = "REFEREE" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(SIMPAN)"
|
|
Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'frm_friendly_match
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 20.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(1032, 401)
|
|
Me.Controls.Add(Me.Label8)
|
|
Me.Controls.Add(Me.Label9)
|
|
Me.Controls.Add(Me.Label10)
|
|
Me.Controls.Add(Me.btn_back)
|
|
Me.Controls.Add(Me.pb_referee_flag)
|
|
Me.Controls.Add(Me.pb_referee_picture)
|
|
Me.Controls.Add(Me.btn_start)
|
|
Me.Controls.Add(Me.pb_red_flag)
|
|
Me.Controls.Add(Me.pb_blue_flag)
|
|
Me.Controls.Add(Me.pb_red_picture)
|
|
Me.Controls.Add(Me.pb_blue_picture)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.Margin = New System.Windows.Forms.Padding(5)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frm_friendly_match"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Create New Match"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
CType(Me.pb_blue_picture, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.pb_red_picture, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.pb_blue_flag, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.pb_red_flag, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.pb_referee_flag, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.pb_referee_picture, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents txt_break_time As System.Windows.Forms.MaskedTextBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents txt_round_time As System.Windows.Forms.MaskedTextBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents cbo_blue As System.Windows.Forms.ComboBox
|
|
Friend WithEvents cbo_red As System.Windows.Forms.ComboBox
|
|
Friend WithEvents cbo_referee As System.Windows.Forms.ComboBox
|
|
Friend WithEvents chk_sudden_death As System.Windows.Forms.CheckBox
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents pb_blue_picture As System.Windows.Forms.PictureBox
|
|
Friend WithEvents pb_red_picture As System.Windows.Forms.PictureBox
|
|
Friend WithEvents pb_blue_flag As System.Windows.Forms.PictureBox
|
|
Friend WithEvents pb_red_flag As System.Windows.Forms.PictureBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents txt_rounds As System.Windows.Forms.MaskedTextBox
|
|
Friend WithEvents btn_start As System.Windows.Forms.Button
|
|
Friend WithEvents pb_referee_flag As PictureBox
|
|
Friend WithEvents pb_referee_picture As PictureBox
|
|
Friend WithEvents btn_back As Button
|
|
Friend WithEvents Label8 As Label
|
|
Friend WithEvents Label9 As Label
|
|
Friend WithEvents Label10 As Label
|
|
Friend WithEvents Button1 As Button
|
|
End Class
|