474 lines
24 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frm_add_person
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.txt_fname = New System.Windows.Forms.TextBox()
Me.txt_mname = New System.Windows.Forms.TextBox()
Me.date_birthday = New System.Windows.Forms.DateTimePicker()
Me.Label4 = New System.Windows.Forms.Label()
Me.txt_lname = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.cbo_gender = New System.Windows.Forms.ComboBox()
Me.txt_mobile = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.txt_cpr = New System.Windows.Forms.TextBox()
Me.txt_weight = New System.Windows.Forms.TextBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.txt_address = New System.Windows.Forms.TextBox()
Me.Label10 = New System.Windows.Forms.Label()
Me.cbo_club = New System.Windows.Forms.ComboBox()
Me.Label11 = New System.Windows.Forms.Label()
Me.btn_add_person = New System.Windows.Forms.Button()
Me.pb_person_picture = New System.Windows.Forms.PictureBox()
Me.lbl_picture = New System.Windows.Forms.Label()
Me.cbo_country = New System.Windows.Forms.ComboBox()
Me.Label12 = New System.Windows.Forms.Label()
Me.txt_email = New System.Windows.Forms.TextBox()
Me.Label9 = New System.Windows.Forms.Label()
Me.pb_flag = New System.Windows.Forms.PictureBox()
Me.pb_club = New System.Windows.Forms.PictureBox()
CType(Me.pb_person_picture, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.pb_flag, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.pb_club, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'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(235, 10)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(145, 30)
Me.Label1.TabIndex = 2
Me.Label1.Text = "First Name"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'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(235, 45)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(145, 30)
Me.Label2.TabIndex = 3
Me.Label2.Text = "Middle Name"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'txt_fname
'
Me.txt_fname.BackColor = System.Drawing.Color.White
Me.txt_fname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txt_fname.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txt_fname.ForeColor = System.Drawing.Color.Black
Me.txt_fname.Location = New System.Drawing.Point(390, 10)
Me.txt_fname.Name = "txt_fname"
Me.txt_fname.Size = New System.Drawing.Size(339, 29)
Me.txt_fname.TabIndex = 5
'
'txt_mname
'
Me.txt_mname.BackColor = System.Drawing.Color.White
Me.txt_mname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txt_mname.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txt_mname.ForeColor = System.Drawing.Color.Black
Me.txt_mname.Location = New System.Drawing.Point(390, 45)
Me.txt_mname.Name = "txt_mname"
Me.txt_mname.Size = New System.Drawing.Size(340, 29)
Me.txt_mname.TabIndex = 6
'
'date_birthday
'
Me.date_birthday.CustomFormat = "yyyy-MM-dd"
Me.date_birthday.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.date_birthday.Format = System.Windows.Forms.DateTimePickerFormat.Custom
Me.date_birthday.Location = New System.Drawing.Point(390, 185)
Me.date_birthday.Name = "date_birthday"
Me.date_birthday.Size = New System.Drawing.Size(340, 29)
Me.date_birthday.TabIndex = 8
'
'Label4
'
Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label4.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.Color.White
Me.Label4.Location = New System.Drawing.Point(235, 185)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(145, 30)
Me.Label4.TabIndex = 9
Me.Label4.Text = "Birthdate"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'txt_lname
'
Me.txt_lname.BackColor = System.Drawing.Color.White
Me.txt_lname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txt_lname.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txt_lname.ForeColor = System.Drawing.Color.Black
Me.txt_lname.Location = New System.Drawing.Point(390, 80)
Me.txt_lname.Name = "txt_lname"
Me.txt_lname.Size = New System.Drawing.Size(340, 29)
Me.txt_lname.TabIndex = 11
'
'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(235, 80)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(145, 30)
Me.Label3.TabIndex = 10
Me.Label3.Text = "Last Name"
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label5
'
Me.Label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label5.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.ForeColor = System.Drawing.Color.White
Me.Label5.Location = New System.Drawing.Point(235, 150)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(145, 30)
Me.Label5.TabIndex = 12
Me.Label5.Text = "Gender"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'cbo_gender
'
Me.cbo_gender.BackColor = System.Drawing.Color.White
Me.cbo_gender.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cbo_gender.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbo_gender.ForeColor = System.Drawing.Color.Black
Me.cbo_gender.FormattingEnabled = True
Me.cbo_gender.Items.AddRange(New Object() {"MALE", "FEMALE"})
Me.cbo_gender.Location = New System.Drawing.Point(390, 150)
Me.cbo_gender.Name = "cbo_gender"
Me.cbo_gender.Size = New System.Drawing.Size(340, 30)
Me.cbo_gender.TabIndex = 13
Me.cbo_gender.Text = "MALE"
'
'txt_mobile
'
Me.txt_mobile.BackColor = System.Drawing.Color.White
Me.txt_mobile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txt_mobile.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txt_mobile.ForeColor = System.Drawing.Color.Black
Me.txt_mobile.Location = New System.Drawing.Point(390, 290)
Me.txt_mobile.Name = "txt_mobile"
Me.txt_mobile.Size = New System.Drawing.Size(340, 29)
Me.txt_mobile.TabIndex = 19
'
'Label6
'
Me.Label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label6.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.ForeColor = System.Drawing.Color.White
Me.Label6.Location = New System.Drawing.Point(235, 290)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(145, 30)
Me.Label6.TabIndex = 18
Me.Label6.Text = "Mobile"
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'txt_cpr
'
Me.txt_cpr.BackColor = System.Drawing.Color.White
Me.txt_cpr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txt_cpr.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txt_cpr.ForeColor = System.Drawing.Color.Black
Me.txt_cpr.Location = New System.Drawing.Point(390, 255)
Me.txt_cpr.MaxLength = 9
Me.txt_cpr.Name = "txt_cpr"
Me.txt_cpr.Size = New System.Drawing.Size(340, 29)
Me.txt_cpr.TabIndex = 17
'
'txt_weight
'
Me.txt_weight.BackColor = System.Drawing.Color.White
Me.txt_weight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txt_weight.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txt_weight.ForeColor = System.Drawing.Color.Black
Me.txt_weight.Location = New System.Drawing.Point(390, 220)
Me.txt_weight.Name = "txt_weight"
Me.txt_weight.Size = New System.Drawing.Size(340, 29)
Me.txt_weight.TabIndex = 16
'
'Label7
'
Me.Label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label7.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.ForeColor = System.Drawing.Color.White
Me.Label7.Location = New System.Drawing.Point(235, 255)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(145, 30)
Me.Label7.TabIndex = 15
Me.Label7.Text = "CPR"
Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label8
'
Me.Label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label8.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.ForeColor = System.Drawing.Color.White
Me.Label8.Location = New System.Drawing.Point(235, 220)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(145, 30)
Me.Label8.TabIndex = 14
Me.Label8.Text = "Weight"
Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'txt_address
'
Me.txt_address.BackColor = System.Drawing.Color.White
Me.txt_address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txt_address.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txt_address.ForeColor = System.Drawing.Color.Black
Me.txt_address.Location = New System.Drawing.Point(390, 360)
Me.txt_address.Name = "txt_address"
Me.txt_address.Size = New System.Drawing.Size(340, 29)
Me.txt_address.TabIndex = 23
'
'Label10
'
Me.Label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label10.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label10.ForeColor = System.Drawing.Color.White
Me.Label10.Location = New System.Drawing.Point(235, 360)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(145, 30)
Me.Label10.TabIndex = 22
Me.Label10.Text = "Address"
Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'cbo_club
'
Me.cbo_club.BackColor = System.Drawing.Color.White
Me.cbo_club.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cbo_club.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbo_club.ForeColor = System.Drawing.Color.Black
Me.cbo_club.FormattingEnabled = True
Me.cbo_club.Items.AddRange(New Object() {"ACES", "WARRIOR TAEKWONDO ACADEMY", "BAHRAIN TAEKWONDO SCHOOL"})
Me.cbo_club.Location = New System.Drawing.Point(390, 395)
Me.cbo_club.Name = "cbo_club"
Me.cbo_club.Size = New System.Drawing.Size(340, 30)
Me.cbo_club.TabIndex = 25
Me.cbo_club.Text = "Select Participant Club"
'
'Label11
'
Me.Label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label11.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label11.ForeColor = System.Drawing.Color.White
Me.Label11.Location = New System.Drawing.Point(235, 395)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(145, 30)
Me.Label11.TabIndex = 24
Me.Label11.Text = "Club"
Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'btn_add_person
'
Me.btn_add_person.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn_add_person.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btn_add_person.ForeColor = System.Drawing.Color.White
Me.btn_add_person.Location = New System.Drawing.Point(10, 360)
Me.btn_add_person.Name = "btn_add_person"
Me.btn_add_person.Size = New System.Drawing.Size(215, 65)
Me.btn_add_person.TabIndex = 26
Me.btn_add_person.Text = "ADD PERSON"
Me.btn_add_person.UseVisualStyleBackColor = True
'
'pb_person_picture
'
Me.pb_person_picture.Image = Global.TAKEONE_EMASS.My.Resources.Resources._8i6oer5KT
Me.pb_person_picture.Location = New System.Drawing.Point(10, 45)
Me.pb_person_picture.Name = "pb_person_picture"
Me.pb_person_picture.Size = New System.Drawing.Size(215, 235)
Me.pb_person_picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.pb_person_picture.TabIndex = 27
Me.pb_person_picture.TabStop = False
'
'lbl_picture
'
Me.lbl_picture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lbl_picture.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl_picture.ForeColor = System.Drawing.Color.White
Me.lbl_picture.Location = New System.Drawing.Point(10, 10)
Me.lbl_picture.Name = "lbl_picture"
Me.lbl_picture.Size = New System.Drawing.Size(215, 30)
Me.lbl_picture.TabIndex = 28
Me.lbl_picture.Text = "Person Picture"
Me.lbl_picture.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'cbo_country
'
Me.cbo_country.BackColor = System.Drawing.Color.White
Me.cbo_country.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cbo_country.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbo_country.ForeColor = System.Drawing.Color.Black
Me.cbo_country.FormattingEnabled = True
Me.cbo_country.Items.AddRange(New Object() {"WHITE", "YELLOW", "GREEN", "BLUE", "RED", "POOM", "BLACK DAN 1", "BLACK DAN 2", "BLACK DAN 3", "BLACK DAN 4", "BLACK DAN 5", "BLACK DAN 6", "BLACK DAN 7", "BLACK DAN 8", "BLACK DAN 9", "BLACK DAN 10"})
Me.cbo_country.Location = New System.Drawing.Point(390, 115)
Me.cbo_country.Name = "cbo_country"
Me.cbo_country.Size = New System.Drawing.Size(340, 30)
Me.cbo_country.TabIndex = 30
Me.cbo_country.Text = "Select Your Nationality"
'
'Label12
'
Me.Label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label12.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label12.ForeColor = System.Drawing.Color.White
Me.Label12.Location = New System.Drawing.Point(235, 115)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(145, 30)
Me.Label12.TabIndex = 29
Me.Label12.Text = "Nationality"
Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'txt_email
'
Me.txt_email.BackColor = System.Drawing.Color.White
Me.txt_email.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txt_email.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txt_email.ForeColor = System.Drawing.Color.Black
Me.txt_email.Location = New System.Drawing.Point(390, 325)
Me.txt_email.Name = "txt_email"
Me.txt_email.Size = New System.Drawing.Size(340, 29)
Me.txt_email.TabIndex = 32
'
'Label9
'
Me.Label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label9.Font = New System.Drawing.Font("Arial Rounded MT Bold", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.ForeColor = System.Drawing.Color.White
Me.Label9.Location = New System.Drawing.Point(235, 325)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(145, 30)
Me.Label9.TabIndex = 31
Me.Label9.Text = "Em@il"
Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'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(110, 290)
Me.pb_flag.Name = "pb_flag"
Me.pb_flag.Size = New System.Drawing.Size(100, 60)
Me.pb_flag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.pb_flag.TabIndex = 37
Me.pb_flag.TabStop = False
'
'pb_club
'
Me.pb_club.BackColor = System.Drawing.Color.Transparent
Me.pb_club.Location = New System.Drawing.Point(20, 285)
Me.pb_club.Name = "pb_club"
Me.pb_club.Size = New System.Drawing.Size(70, 70)
Me.pb_club.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.pb_club.TabIndex = 38
Me.pb_club.TabStop = False
'
'frm_add_person
'
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(740, 436)
Me.Controls.Add(Me.pb_club)
Me.Controls.Add(Me.pb_flag)
Me.Controls.Add(Me.txt_email)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.cbo_country)
Me.Controls.Add(Me.Label12)
Me.Controls.Add(Me.lbl_picture)
Me.Controls.Add(Me.btn_add_person)
Me.Controls.Add(Me.cbo_club)
Me.Controls.Add(Me.Label11)
Me.Controls.Add(Me.txt_address)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.txt_mobile)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.txt_cpr)
Me.Controls.Add(Me.txt_weight)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.cbo_gender)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.txt_lname)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.date_birthday)
Me.Controls.Add(Me.txt_mname)
Me.Controls.Add(Me.txt_fname)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.pb_person_picture)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "frm_add_person"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Add New Person"
CType(Me.pb_person_picture, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.pb_flag, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.pb_club, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents txt_fname As TextBox
Friend WithEvents txt_mname As TextBox
Friend WithEvents date_birthday As DateTimePicker
Friend WithEvents Label4 As Label
Friend WithEvents txt_lname As TextBox
Friend WithEvents Label3 As Label
Friend WithEvents Label5 As Label
Friend WithEvents cbo_gender As ComboBox
Friend WithEvents txt_mobile As TextBox
Friend WithEvents Label6 As Label
Friend WithEvents txt_cpr As TextBox
Friend WithEvents txt_weight As TextBox
Friend WithEvents Label7 As Label
Friend WithEvents Label8 As Label
Friend WithEvents txt_address As TextBox
Friend WithEvents Label10 As Label
Friend WithEvents cbo_club As ComboBox
Friend WithEvents Label11 As Label
Friend WithEvents btn_add_person As Button
Friend WithEvents pb_person_picture As PictureBox
Friend WithEvents lbl_picture As Label
Friend WithEvents cbo_country As ComboBox
Friend WithEvents Label12 As Label
Friend WithEvents txt_email As TextBox
Friend WithEvents Label9 As Label
Friend WithEvents pb_flag As PictureBox
Friend WithEvents pb_club As PictureBox
End Class