_ Partial Class frm_add_participants 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.lst_person = New System.Windows.Forms.ListBox() Me.Label1 = New System.Windows.Forms.Label() Me.cbo_participants_type = New System.Windows.Forms.ComboBox() Me.btn_remove = New System.Windows.Forms.Button() Me.btn_add = New System.Windows.Forms.Button() Me.lst_participants_list = New System.Windows.Forms.ListBox() Me.Label2 = New System.Windows.Forms.Label() Me.txt_member_search = New System.Windows.Forms.TextBox() Me.txt_pfilter = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.pb_club_logo = New System.Windows.Forms.PictureBox() Me.pb_flag = New System.Windows.Forms.PictureBox() Me.pb_person_picture = New System.Windows.Forms.PictureBox() Me.lbl_category = New System.Windows.Forms.Label() Me.lbl_weightclass = New System.Windows.Forms.Label() Me.lbl_weight = New System.Windows.Forms.Label() Me.lbl_gender = New System.Windows.Forms.Label() Me.btn_update = New System.Windows.Forms.Button() Me.btn_weighin = New System.Windows.Forms.Button() Me.btn_new = New System.Windows.Forms.Button() CType(Me.pb_club_logo, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_flag, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_person_picture, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'lst_person ' Me.lst_person.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lst_person.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lst_person.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lst_person.ForeColor = System.Drawing.Color.White Me.lst_person.FormattingEnabled = True Me.lst_person.ItemHeight = 20 Me.lst_person.Location = New System.Drawing.Point(10, 85) Me.lst_person.Name = "lst_person" Me.lst_person.Size = New System.Drawing.Size(290, 322) Me.lst_person.TabIndex = 88 ' '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(305, 50) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(70, 30) Me.Label1.TabIndex = 87 Me.Label1.Text = "Type :" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'cbo_participants_type ' Me.cbo_participants_type.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cbo_participants_type.FormattingEnabled = True Me.cbo_participants_type.Items.AddRange(New Object() {"Fighter", "Referee", "Admin", "Medic", "Coach", "Organizor"}) Me.cbo_participants_type.Location = New System.Drawing.Point(380, 50) Me.cbo_participants_type.Name = "cbo_participants_type" Me.cbo_participants_type.Size = New System.Drawing.Size(180, 28) Me.cbo_participants_type.TabIndex = 86 ' 'btn_remove ' Me.btn_remove.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_remove.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btn_remove.ForeColor = System.Drawing.Color.White Me.btn_remove.Location = New System.Drawing.Point(260, 420) Me.btn_remove.Name = "btn_remove" Me.btn_remove.Size = New System.Drawing.Size(115, 45) Me.btn_remove.TabIndex = 102 Me.btn_remove.Text = "REMOVE" Me.btn_remove.UseVisualStyleBackColor = True ' 'btn_add ' Me.btn_add.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_add.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btn_add.ForeColor = System.Drawing.Color.White Me.btn_add.Location = New System.Drawing.Point(135, 420) Me.btn_add.Name = "btn_add" Me.btn_add.Size = New System.Drawing.Size(115, 45) Me.btn_add.TabIndex = 101 Me.btn_add.Text = "ADD" Me.btn_add.UseVisualStyleBackColor = True ' 'lst_participants_list ' Me.lst_participants_list.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lst_participants_list.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lst_participants_list.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lst_participants_list.ForeColor = System.Drawing.Color.White Me.lst_participants_list.FormattingEnabled = True Me.lst_participants_list.ItemHeight = 20 Me.lst_participants_list.Location = New System.Drawing.Point(305, 85) Me.lst_participants_list.Name = "lst_participants_list" Me.lst_participants_list.Size = New System.Drawing.Size(335, 322) Me.lst_participants_list.TabIndex = 103 ' 'Label2 ' Me.Label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label2.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.ForeColor = System.Drawing.Color.White Me.Label2.Location = New System.Drawing.Point(10, 50) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(90, 30) Me.Label2.TabIndex = 104 Me.Label2.Text = "Search :" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txt_member_search ' Me.txt_member_search.BackColor = System.Drawing.Color.White Me.txt_member_search.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txt_member_search.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txt_member_search.ForeColor = System.Drawing.Color.Black Me.txt_member_search.Location = New System.Drawing.Point(105, 50) Me.txt_member_search.Name = "txt_member_search" Me.txt_member_search.Size = New System.Drawing.Size(195, 29) Me.txt_member_search.TabIndex = 105 ' 'txt_pfilter ' Me.txt_pfilter.BackColor = System.Drawing.Color.White Me.txt_pfilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txt_pfilter.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txt_pfilter.ForeColor = System.Drawing.Color.Black Me.txt_pfilter.Location = New System.Drawing.Point(650, 50) Me.txt_pfilter.Name = "txt_pfilter" Me.txt_pfilter.Size = New System.Drawing.Size(175, 29) Me.txt_pfilter.TabIndex = 107 ' 'Label3 ' Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label3.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.ForeColor = System.Drawing.Color.White Me.Label3.Location = New System.Drawing.Point(565, 50) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(80, 30) Me.Label3.TabIndex = 106 Me.Label3.Text = "Filter :" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label10 ' Me.Label10.BackColor = System.Drawing.Color.Olive 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, 10) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(290, 35) Me.Label10.TabIndex = 108 Me.Label10.Text = "< TAKEONE MEMBERS >" Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label4 ' Me.Label4.BackColor = System.Drawing.Color.Green Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.ForeColor = System.Drawing.Color.White Me.Label4.Location = New System.Drawing.Point(305, 10) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(520, 35) Me.Label4.TabIndex = 109 Me.Label4.Text = "< EVENT PARTICIPANS LIST >" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'pb_club_logo ' Me.pb_club_logo.BackColor = System.Drawing.Color.Transparent Me.pb_club_logo.Location = New System.Drawing.Point(650, 285) Me.pb_club_logo.Name = "pb_club_logo" Me.pb_club_logo.Size = New System.Drawing.Size(75, 75) Me.pb_club_logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_club_logo.TabIndex = 112 Me.pb_club_logo.TabStop = False ' 'pb_flag ' Me.pb_flag.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.pb_flag.Location = New System.Drawing.Point(730, 290) Me.pb_flag.Name = "pb_flag" Me.pb_flag.Size = New System.Drawing.Size(95, 65) Me.pb_flag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_flag.TabIndex = 111 Me.pb_flag.TabStop = False ' 'pb_person_picture ' Me.pb_person_picture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_person_picture.Image = Global.TAKEONE_EMASS.My.Resources.Resources._8i6oer5KT Me.pb_person_picture.Location = New System.Drawing.Point(650, 85) Me.pb_person_picture.Name = "pb_person_picture" Me.pb_person_picture.Size = New System.Drawing.Size(175, 195) Me.pb_person_picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_person_picture.TabIndex = 110 Me.pb_person_picture.TabStop = False ' 'lbl_category ' Me.lbl_category.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_category.Font = New System.Drawing.Font("Arial Rounded MT Bold", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_category.ForeColor = System.Drawing.Color.White Me.lbl_category.Location = New System.Drawing.Point(650, 400) Me.lbl_category.Name = "lbl_category" Me.lbl_category.Size = New System.Drawing.Size(175, 30) Me.lbl_category.TabIndex = 113 Me.lbl_category.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_weightclass ' Me.lbl_weightclass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_weightclass.Font = New System.Drawing.Font("Arial Rounded MT Bold", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_weightclass.ForeColor = System.Drawing.Color.White Me.lbl_weightclass.Location = New System.Drawing.Point(650, 435) Me.lbl_weightclass.Name = "lbl_weightclass" Me.lbl_weightclass.Size = New System.Drawing.Size(175, 30) Me.lbl_weightclass.TabIndex = 114 Me.lbl_weightclass.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_weight ' Me.lbl_weight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_weight.Font = New System.Drawing.Font("Arial Rounded MT Bold", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_weight.ForeColor = System.Drawing.Color.White Me.lbl_weight.Location = New System.Drawing.Point(740, 365) Me.lbl_weight.Name = "lbl_weight" Me.lbl_weight.Size = New System.Drawing.Size(85, 30) Me.lbl_weight.TabIndex = 115 Me.lbl_weight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lbl_gender ' Me.lbl_gender.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_gender.Font = New System.Drawing.Font("Arial Rounded MT Bold", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_gender.ForeColor = System.Drawing.Color.White Me.lbl_gender.Location = New System.Drawing.Point(650, 365) Me.lbl_gender.Name = "lbl_gender" Me.lbl_gender.Size = New System.Drawing.Size(85, 30) Me.lbl_gender.TabIndex = 116 Me.lbl_gender.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'btn_update ' Me.btn_update.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_update.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btn_update.ForeColor = System.Drawing.Color.White Me.btn_update.Location = New System.Drawing.Point(385, 420) Me.btn_update.Name = "btn_update" Me.btn_update.Size = New System.Drawing.Size(110, 45) Me.btn_update.TabIndex = 117 Me.btn_update.Text = "UPDATE" Me.btn_update.UseVisualStyleBackColor = True ' 'btn_weighin ' Me.btn_weighin.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_weighin.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btn_weighin.ForeColor = System.Drawing.Color.White Me.btn_weighin.Location = New System.Drawing.Point(505, 420) Me.btn_weighin.Name = "btn_weighin" Me.btn_weighin.Size = New System.Drawing.Size(135, 45) Me.btn_weighin.TabIndex = 118 Me.btn_weighin.Text = "WEIGH IN" Me.btn_weighin.UseVisualStyleBackColor = True ' 'btn_new ' Me.btn_new.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_new.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btn_new.ForeColor = System.Drawing.Color.White Me.btn_new.Location = New System.Drawing.Point(10, 420) Me.btn_new.Name = "btn_new" Me.btn_new.Size = New System.Drawing.Size(115, 45) Me.btn_new.TabIndex = 119 Me.btn_new.Text = "NEW" Me.btn_new.UseVisualStyleBackColor = True ' 'frm_add_participants ' Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 19.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_new) Me.Controls.Add(Me.btn_weighin) Me.Controls.Add(Me.btn_update) Me.Controls.Add(Me.lbl_gender) Me.Controls.Add(Me.lbl_weight) Me.Controls.Add(Me.lbl_weightclass) Me.Controls.Add(Me.lbl_category) Me.Controls.Add(Me.pb_club_logo) Me.Controls.Add(Me.pb_flag) Me.Controls.Add(Me.pb_person_picture) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.txt_pfilter) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.txt_member_search) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.lst_participants_list) Me.Controls.Add(Me.btn_remove) Me.Controls.Add(Me.btn_add) Me.Controls.Add(Me.lst_person) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.cbo_participants_type) Me.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.Margin = New System.Windows.Forms.Padding(4) Me.Name = "frm_add_participants" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Add Participants" CType(Me.pb_club_logo, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pb_flag, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pb_person_picture, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents lst_person As ListBox Friend WithEvents Label1 As Label Friend WithEvents cbo_participants_type As ComboBox Friend WithEvents btn_remove As Button Friend WithEvents btn_add As Button Friend WithEvents lst_participants_list As ListBox Friend WithEvents Label2 As Label Friend WithEvents txt_member_search As TextBox Friend WithEvents txt_pfilter As TextBox Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents Label10 As Label Friend WithEvents pb_club_logo As PictureBox Friend WithEvents pb_flag As PictureBox Friend WithEvents pb_person_picture As PictureBox Friend WithEvents lbl_category As Label Friend WithEvents lbl_weightclass As Label Friend WithEvents lbl_weight As Label Friend WithEvents lbl_gender As Label Friend WithEvents btn_update As Button Friend WithEvents btn_weighin As Button Friend WithEvents btn_new As Button End Class