_ Partial Class frm_match_fighters 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frm_match_fighters)) 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.pb_blue_logo = New System.Windows.Forms.PictureBox() Me.pb_red_logo = New System.Windows.Forms.PictureBox() Me.lbl_court_number = New System.Windows.Forms.Label() 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_blue_logo, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_red_logo, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'pb_blue_picture ' Me.pb_blue_picture.Image = CType(resources.GetObject("pb_blue_picture.Image"), System.Drawing.Image) Me.pb_blue_picture.Location = New System.Drawing.Point(5, 5) Me.pb_blue_picture.Name = "pb_blue_picture" Me.pb_blue_picture.Size = New System.Drawing.Size(395, 470) Me.pb_blue_picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_blue_picture.TabIndex = 0 Me.pb_blue_picture.TabStop = False ' 'pb_red_picture ' Me.pb_red_picture.Image = CType(resources.GetObject("pb_red_picture.Image"), System.Drawing.Image) Me.pb_red_picture.Location = New System.Drawing.Point(435, 5) Me.pb_red_picture.Name = "pb_red_picture" Me.pb_red_picture.Size = New System.Drawing.Size(395, 470) Me.pb_red_picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_red_picture.TabIndex = 1 Me.pb_red_picture.TabStop = False ' 'pb_blue_flag ' Me.pb_blue_flag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_blue_flag.Location = New System.Drawing.Point(15, 405) Me.pb_blue_flag.Name = "pb_blue_flag" Me.pb_blue_flag.Size = New System.Drawing.Size(105, 60) Me.pb_blue_flag.TabIndex = 2 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(715, 405) Me.pb_red_flag.Name = "pb_red_flag" Me.pb_red_flag.Size = New System.Drawing.Size(105, 60) Me.pb_red_flag.TabIndex = 3 Me.pb_red_flag.TabStop = False ' 'pb_blue_logo ' Me.pb_blue_logo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_blue_logo.Location = New System.Drawing.Point(290, 365) Me.pb_blue_logo.Name = "pb_blue_logo" Me.pb_blue_logo.Size = New System.Drawing.Size(100, 100) Me.pb_blue_logo.TabIndex = 4 Me.pb_blue_logo.TabStop = False ' 'pb_red_logo ' Me.pb_red_logo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_red_logo.Location = New System.Drawing.Point(445, 365) Me.pb_red_logo.Name = "pb_red_logo" Me.pb_red_logo.Size = New System.Drawing.Size(100, 100) Me.pb_red_logo.TabIndex = 5 Me.pb_red_logo.TabStop = False ' 'lbl_court_number ' Me.lbl_court_number.BackColor = System.Drawing.Color.Transparent Me.lbl_court_number.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_court_number.Font = New System.Drawing.Font("Microsoft Sans Serif", 75.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_court_number.ForeColor = System.Drawing.Color.Yellow Me.lbl_court_number.Location = New System.Drawing.Point(315, 170) Me.lbl_court_number.Name = "lbl_court_number" Me.lbl_court_number.Size = New System.Drawing.Size(205, 80) Me.lbl_court_number.TabIndex = 22 Me.lbl_court_number.Text = "VS" Me.lbl_court_number.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'frm_match_fighters ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(834, 481) Me.Controls.Add(Me.lbl_court_number) Me.Controls.Add(Me.pb_red_logo) Me.Controls.Add(Me.pb_blue_logo) 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frm_match_fighters" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "frm_match_fighters" 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_blue_logo, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pb_red_logo, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents pb_blue_picture As PictureBox Friend WithEvents pb_red_picture As PictureBox Friend WithEvents pb_blue_flag As PictureBox Friend WithEvents pb_red_flag As PictureBox Friend WithEvents pb_blue_logo As PictureBox Friend WithEvents pb_red_logo As PictureBox Friend WithEvents lbl_court_number As Label End Class