_ Partial Class frm_main 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_main)) Me.lst_events = New System.Windows.Forms.ListBox() Me.btn_create_event = New System.Windows.Forms.Button() Me.btn_friendly_match = New System.Windows.Forms.Button() Me.btn_manage_event = New System.Windows.Forms.Button() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.btn_history_view = New System.Windows.Forms.Button() Me.btn_system_settings = New System.Windows.Forms.Button() Me.btn_delete_event = New System.Windows.Forms.Button() Me.btn_person_data = New System.Windows.Forms.Button() Me.btn_update_club_logo = New System.Windows.Forms.Button() Me.btn_update_country_flag = New System.Windows.Forms.Button() Me.pb_event_logo = New System.Windows.Forms.PictureBox() Me.pb_event_country_flag = New System.Windows.Forms.PictureBox() Me.lbl_country_iso3 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.btn_add_club = New System.Windows.Forms.Button() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.Label1 = New System.Windows.Forms.Label() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_event_logo, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_event_country_flag, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'lst_events ' Me.lst_events.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lst_events.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lst_events.Font = New System.Drawing.Font("Tahoma", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lst_events.ForeColor = System.Drawing.Color.White Me.lst_events.FormattingEnabled = True Me.lst_events.ItemHeight = 19 Me.lst_events.Location = New System.Drawing.Point(260, 50) Me.lst_events.Name = "lst_events" Me.lst_events.Size = New System.Drawing.Size(375, 420) Me.lst_events.TabIndex = 0 ' 'btn_create_event ' Me.btn_create_event.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_create_event.Font = New System.Drawing.Font("Tahoma", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_create_event.ForeColor = System.Drawing.Color.White Me.btn_create_event.Location = New System.Drawing.Point(10, 140) Me.btn_create_event.Name = "btn_create_event" Me.btn_create_event.Size = New System.Drawing.Size(240, 50) Me.btn_create_event.TabIndex = 1 Me.btn_create_event.Text = "CREATE EVENT" Me.btn_create_event.UseVisualStyleBackColor = True ' 'btn_friendly_match ' Me.btn_friendly_match.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Maroon Me.btn_friendly_match.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_friendly_match.Font = New System.Drawing.Font("Tahoma", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_friendly_match.ForeColor = System.Drawing.Color.White Me.btn_friendly_match.Location = New System.Drawing.Point(10, 85) Me.btn_friendly_match.Name = "btn_friendly_match" Me.btn_friendly_match.Size = New System.Drawing.Size(240, 50) Me.btn_friendly_match.TabIndex = 2 Me.btn_friendly_match.Text = "FRIENDLY MATCH" Me.btn_friendly_match.UseVisualStyleBackColor = True ' 'btn_manage_event ' Me.btn_manage_event.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.btn_manage_event.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_manage_event.Font = New System.Drawing.Font("Tahoma", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_manage_event.ForeColor = System.Drawing.Color.White Me.btn_manage_event.Location = New System.Drawing.Point(10, 195) Me.btn_manage_event.Name = "btn_manage_event" Me.btn_manage_event.Size = New System.Drawing.Size(240, 50) Me.btn_manage_event.TabIndex = 4 Me.btn_manage_event.Text = "MANAGE EVENT" Me.btn_manage_event.UseVisualStyleBackColor = True ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(10, 15) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(240, 60) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 11 Me.PictureBox1.TabStop = False ' 'btn_history_view ' Me.btn_history_view.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_history_view.Font = New System.Drawing.Font("Tahoma", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_history_view.ForeColor = System.Drawing.Color.White Me.btn_history_view.Location = New System.Drawing.Point(10, 305) Me.btn_history_view.Name = "btn_history_view" Me.btn_history_view.Size = New System.Drawing.Size(240, 50) Me.btn_history_view.TabIndex = 12 Me.btn_history_view.Text = "HISTORY OF EVENTS" Me.btn_history_view.UseVisualStyleBackColor = True ' 'btn_system_settings ' Me.btn_system_settings.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_system_settings.Font = New System.Drawing.Font("Tahoma", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_system_settings.ForeColor = System.Drawing.Color.White Me.btn_system_settings.Location = New System.Drawing.Point(645, 415) Me.btn_system_settings.Name = "btn_system_settings" Me.btn_system_settings.Size = New System.Drawing.Size(180, 50) Me.btn_system_settings.TabIndex = 13 Me.btn_system_settings.Text = "SETTINGS" Me.btn_system_settings.UseVisualStyleBackColor = True ' 'btn_delete_event ' Me.btn_delete_event.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_delete_event.Font = New System.Drawing.Font("Tahoma", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_delete_event.ForeColor = System.Drawing.Color.White Me.btn_delete_event.Location = New System.Drawing.Point(10, 250) Me.btn_delete_event.Name = "btn_delete_event" Me.btn_delete_event.Size = New System.Drawing.Size(240, 50) Me.btn_delete_event.TabIndex = 3 Me.btn_delete_event.Text = "CANCEL EVENT" Me.btn_delete_event.UseVisualStyleBackColor = True ' 'btn_person_data ' Me.btn_person_data.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_person_data.Font = New System.Drawing.Font("Tahoma", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_person_data.ForeColor = System.Drawing.Color.White Me.btn_person_data.Location = New System.Drawing.Point(10, 360) Me.btn_person_data.Name = "btn_person_data" Me.btn_person_data.Size = New System.Drawing.Size(240, 50) Me.btn_person_data.TabIndex = 14 Me.btn_person_data.Text = "ADD A PERSON" Me.btn_person_data.UseVisualStyleBackColor = True ' 'btn_update_club_logo ' Me.btn_update_club_logo.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_update_club_logo.Font = New System.Drawing.Font("Tahoma", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_update_club_logo.ForeColor = System.Drawing.Color.White Me.btn_update_club_logo.Location = New System.Drawing.Point(645, 305) Me.btn_update_club_logo.Name = "btn_update_club_logo" Me.btn_update_club_logo.Size = New System.Drawing.Size(180, 50) Me.btn_update_club_logo.TabIndex = 15 Me.btn_update_club_logo.Text = "Clubs Logo" Me.btn_update_club_logo.UseVisualStyleBackColor = True ' 'btn_update_country_flag ' Me.btn_update_country_flag.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_update_country_flag.Font = New System.Drawing.Font("Tahoma", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_update_country_flag.ForeColor = System.Drawing.Color.White Me.btn_update_country_flag.Location = New System.Drawing.Point(645, 360) Me.btn_update_country_flag.Name = "btn_update_country_flag" Me.btn_update_country_flag.Size = New System.Drawing.Size(180, 50) Me.btn_update_country_flag.TabIndex = 16 Me.btn_update_country_flag.Text = "Country Flags" Me.btn_update_country_flag.UseVisualStyleBackColor = True ' 'pb_event_logo ' Me.pb_event_logo.Location = New System.Drawing.Point(645, 10) Me.pb_event_logo.Name = "pb_event_logo" Me.pb_event_logo.Size = New System.Drawing.Size(180, 180) Me.pb_event_logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_event_logo.TabIndex = 17 Me.pb_event_logo.TabStop = False ' 'pb_event_country_flag ' Me.pb_event_country_flag.Location = New System.Drawing.Point(645, 200) Me.pb_event_country_flag.Name = "pb_event_country_flag" Me.pb_event_country_flag.Size = New System.Drawing.Size(55, 35) Me.pb_event_country_flag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_event_country_flag.TabIndex = 18 Me.pb_event_country_flag.TabStop = False ' 'lbl_country_iso3 ' Me.lbl_country_iso3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.lbl_country_iso3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_country_iso3.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.lbl_country_iso3.ForeColor = System.Drawing.Color.White Me.lbl_country_iso3.Location = New System.Drawing.Point(705, 200) Me.lbl_country_iso3.Name = "lbl_country_iso3" Me.lbl_country_iso3.Size = New System.Drawing.Size(120, 35) Me.lbl_country_iso3.TabIndex = 80 Me.lbl_country_iso3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '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(260, 10) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(375, 40) Me.Label10.TabIndex = 84 Me.Label10.Text = "< SELECT AN EVENT >" Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'btn_add_club ' Me.btn_add_club.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_add_club.Font = New System.Drawing.Font("Tahoma", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_add_club.ForeColor = System.Drawing.Color.White Me.btn_add_club.Location = New System.Drawing.Point(10, 415) Me.btn_add_club.Name = "btn_add_club" Me.btn_add_club.Size = New System.Drawing.Size(240, 50) Me.btn_add_club.TabIndex = 85 Me.btn_add_club.Text = "ADD A CLUB" Me.btn_add_club.UseVisualStyleBackColor = True ' 'PictureBox2 ' Me.PictureBox2.Image = Global.TAKEONE_EMASS.My.Resources.Resources.user_group_icon Me.PictureBox2.Location = New System.Drawing.Point(645, 240) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(55, 55) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox2.TabIndex = 86 Me.PictureBox2.TabStop = False ' 'Label1 ' Me.Label1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.White Me.Label1.Location = New System.Drawing.Point(705, 240) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(120, 55) Me.Label1.TabIndex = 87 Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'frm_main ' 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.Label1) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.btn_add_club) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.lbl_country_iso3) Me.Controls.Add(Me.pb_event_country_flag) Me.Controls.Add(Me.pb_event_logo) Me.Controls.Add(Me.btn_update_country_flag) Me.Controls.Add(Me.btn_update_club_logo) Me.Controls.Add(Me.btn_person_data) Me.Controls.Add(Me.btn_system_settings) Me.Controls.Add(Me.btn_history_view) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.btn_manage_event) Me.Controls.Add(Me.btn_delete_event) Me.Controls.Add(Me.btn_friendly_match) Me.Controls.Add(Me.btn_create_event) Me.Controls.Add(Me.lst_events) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frm_main" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "TAKEONE - Event Managment And Scoring System" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pb_event_logo, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pb_event_country_flag, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents lst_events As ListBox Friend WithEvents btn_create_event As Button Friend WithEvents btn_friendly_match As Button Friend WithEvents btn_manage_event As Button Friend WithEvents PictureBox1 As PictureBox Friend WithEvents btn_history_view As Button Friend WithEvents btn_system_settings As Button Friend WithEvents btn_delete_event As Button Friend WithEvents btn_person_data As Button Friend WithEvents btn_update_club_logo As Button Friend WithEvents btn_update_country_flag As Button Friend WithEvents pb_event_logo As PictureBox Friend WithEvents pb_event_country_flag As PictureBox Friend WithEvents lbl_country_iso3 As Label Friend WithEvents Label10 As Label Friend WithEvents btn_add_club As Button Friend WithEvents PictureBox2 As PictureBox Friend WithEvents Label1 As Label End Class