_ Partial Class frm_ranking 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.cbo_display_type = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.lst_type = New System.Windows.Forms.ListBox() Me.Label10 = New System.Windows.Forms.Label() Me.lst_results = New System.Windows.Forms.ListBox() Me.Label2 = New System.Windows.Forms.Label() Me.SuspendLayout() ' 'cbo_display_type ' Me.cbo_display_type.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cbo_display_type.FormattingEnabled = True Me.cbo_display_type.Items.AddRange(New Object() {"Players", "Clubs"}) Me.cbo_display_type.Location = New System.Drawing.Point(110, 10) Me.cbo_display_type.Name = "cbo_display_type" Me.cbo_display_type.Size = New System.Drawing.Size(190, 28) Me.cbo_display_type.TabIndex = 0 ' 'Label1 ' Me.Label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label1.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.White Me.Label1.Location = New System.Drawing.Point(10, 10) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(95, 30) Me.Label1.TabIndex = 28 Me.Label1.Text = "Display :" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lst_type ' Me.lst_type.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lst_type.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lst_type.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lst_type.ForeColor = System.Drawing.Color.White Me.lst_type.FormattingEnabled = True Me.lst_type.ItemHeight = 20 Me.lst_type.Location = New System.Drawing.Point(10, 80) Me.lst_type.Name = "lst_type" Me.lst_type.Size = New System.Drawing.Size(290, 382) Me.lst_type.TabIndex = 55 ' '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.ForeColor = System.Drawing.Color.White Me.Label10.Location = New System.Drawing.Point(10, 50) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(290, 30) Me.Label10.TabIndex = 85 Me.Label10.Text = "< SELECT FROM LIST >" Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lst_results ' Me.lst_results.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lst_results.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lst_results.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lst_results.ForeColor = System.Drawing.Color.White Me.lst_results.FormattingEnabled = True Me.lst_results.ItemHeight = 20 Me.lst_results.Location = New System.Drawing.Point(310, 40) Me.lst_results.MultiColumn = True Me.lst_results.Name = "lst_results" Me.lst_results.Size = New System.Drawing.Size(510, 422) Me.lst_results.TabIndex = 86 ' 'Label2 ' Me.Label2.BackColor = System.Drawing.Color.Black 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.ForeColor = System.Drawing.Color.White Me.Label2.Location = New System.Drawing.Point(310, 10) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(510, 30) Me.Label2.TabIndex = 87 Me.Label2.Text = "< LIST FROM FIRST TO LAST >" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'frm_ranking ' 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, 471) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.lst_results) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.lst_type) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.cbo_display_type) Me.ForeColor = System.Drawing.Color.White Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.Name = "frm_ranking" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Event Ranking & Results" Me.ResumeLayout(False) End Sub Friend WithEvents cbo_display_type As ComboBox Friend WithEvents Label1 As Label Friend WithEvents lst_type As ListBox Friend WithEvents Label10 As Label Friend WithEvents lst_results As ListBox Friend WithEvents Label2 As Label End Class