_ Partial Class frm_create_event 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.lbl_title = New System.Windows.Forms.Label() Me.txt_title = New System.Windows.Forms.TextBox() Me.lbl_organizor = New System.Windows.Forms.Label() Me.txt_organizor = New System.Windows.Forms.TextBox() Me.cbo_type = New System.Windows.Forms.ComboBox() Me.Label14 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.dtp_start_enroll = New System.Windows.Forms.DateTimePicker() Me.txt_location = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.dtp_end_enroll = New System.Windows.Forms.DateTimePicker() Me.Label13 = New System.Windows.Forms.Label() Me.dtp_start_date = New System.Windows.Forms.DateTimePicker() Me.Label9 = New System.Windows.Forms.Label() Me.dtp_end_date = New System.Windows.Forms.DateTimePicker() Me.dtp_weigh_date = New System.Windows.Forms.DateTimePicker() Me.Label8 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.txt_rules = New System.Windows.Forms.TextBox() Me.btn_cancel = New System.Windows.Forms.Button() Me.btn_create = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.txt_courts = New System.Windows.Forms.TextBox() Me.pb_event_logo = New System.Windows.Forms.PictureBox() Me.Label2 = New System.Windows.Forms.Label() Me.txt_rounds = New System.Windows.Forms.TextBox() Me.lbl_round = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.cbo_country = New System.Windows.Forms.ComboBox() Me.pb_flag = New System.Windows.Forms.PictureBox() Me.lbl_address = New System.Windows.Forms.Label() Me.txt_address = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.cbo_currency = New System.Windows.Forms.ComboBox() Me.txt_fee = New System.Windows.Forms.TextBox() CType(Me.pb_event_logo, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pb_flag, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'lbl_title ' Me.lbl_title.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_title.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.lbl_title.ForeColor = System.Drawing.Color.White Me.lbl_title.Location = New System.Drawing.Point(300, 10) Me.lbl_title.Name = "lbl_title" Me.lbl_title.Size = New System.Drawing.Size(175, 30) Me.lbl_title.TabIndex = 34 Me.lbl_title.Text = "Title :" Me.lbl_title.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txt_title ' Me.txt_title.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.txt_title.Location = New System.Drawing.Point(480, 10) Me.txt_title.Name = "txt_title" Me.txt_title.Size = New System.Drawing.Size(355, 29) Me.txt_title.TabIndex = 1 ' 'lbl_organizor ' Me.lbl_organizor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_organizor.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.lbl_organizor.ForeColor = System.Drawing.Color.White Me.lbl_organizor.Location = New System.Drawing.Point(300, 115) Me.lbl_organizor.Name = "lbl_organizor" Me.lbl_organizor.Size = New System.Drawing.Size(175, 30) Me.lbl_organizor.TabIndex = 69 Me.lbl_organizor.Text = "Organizor :" Me.lbl_organizor.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txt_organizor ' Me.txt_organizor.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.txt_organizor.Location = New System.Drawing.Point(480, 115) Me.txt_organizor.Name = "txt_organizor" Me.txt_organizor.Size = New System.Drawing.Size(355, 29) Me.txt_organizor.TabIndex = 2 ' 'cbo_type ' Me.cbo_type.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.cbo_type.FormattingEnabled = True Me.cbo_type.Items.AddRange(New Object() {"PLAYOFF", "LEAGUE"}) Me.cbo_type.Location = New System.Drawing.Point(480, 45) Me.cbo_type.Name = "cbo_type" Me.cbo_type.Size = New System.Drawing.Size(355, 30) Me.cbo_type.TabIndex = 3 ' 'Label14 ' Me.Label14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label14.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label14.ForeColor = System.Drawing.Color.White Me.Label14.Location = New System.Drawing.Point(300, 220) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(175, 30) Me.Label14.TabIndex = 67 Me.Label14.Text = "Location :" Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label15 ' Me.Label15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label15.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label15.ForeColor = System.Drawing.Color.White Me.Label15.Location = New System.Drawing.Point(300, 45) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(175, 30) Me.Label15.TabIndex = 56 Me.Label15.Text = "Type :" Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'dtp_start_enroll ' Me.dtp_start_enroll.CustomFormat = "yyyy-MM-dd" Me.dtp_start_enroll.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.dtp_start_enroll.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.dtp_start_enroll.Location = New System.Drawing.Point(480, 380) Me.dtp_start_enroll.Name = "dtp_start_enroll" Me.dtp_start_enroll.Size = New System.Drawing.Size(140, 29) Me.dtp_start_enroll.TabIndex = 6 ' 'txt_location ' Me.txt_location.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.txt_location.Location = New System.Drawing.Point(480, 220) Me.txt_location.Name = "txt_location" Me.txt_location.Size = New System.Drawing.Size(355, 29) Me.txt_location.TabIndex = 4 ' 'Label12 ' Me.Label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label12.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label12.ForeColor = System.Drawing.Color.White Me.Label12.Location = New System.Drawing.Point(300, 380) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(175, 30) Me.Label12.TabIndex = 62 Me.Label12.Text = "Enrollment :" Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'dtp_end_enroll ' Me.dtp_end_enroll.CustomFormat = "yyyy-MM-dd" Me.dtp_end_enroll.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.dtp_end_enroll.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.dtp_end_enroll.Location = New System.Drawing.Point(695, 380) Me.dtp_end_enroll.Name = "dtp_end_enroll" Me.dtp_end_enroll.Size = New System.Drawing.Size(140, 29) Me.dtp_end_enroll.TabIndex = 7 ' 'Label13 ' Me.Label13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label13.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label13.ForeColor = System.Drawing.Color.White Me.Label13.Location = New System.Drawing.Point(625, 380) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(65, 30) Me.Label13.TabIndex = 64 Me.Label13.Text = "till :" Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'dtp_start_date ' Me.dtp_start_date.CustomFormat = "yyyy-MM-dd" Me.dtp_start_date.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.dtp_start_date.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.dtp_start_date.Location = New System.Drawing.Point(480, 450) Me.dtp_start_date.Name = "dtp_start_date" Me.dtp_start_date.Size = New System.Drawing.Size(140, 29) Me.dtp_start_date.TabIndex = 9 ' 'Label9 ' Me.Label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label9.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label9.ForeColor = System.Drawing.Color.White Me.Label9.Location = New System.Drawing.Point(300, 450) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(175, 30) Me.Label9.TabIndex = 56 Me.Label9.Text = "Start Date :" Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'dtp_end_date ' Me.dtp_end_date.CustomFormat = "yyyy-MM-dd" Me.dtp_end_date.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.dtp_end_date.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.dtp_end_date.Location = New System.Drawing.Point(695, 450) Me.dtp_end_date.Name = "dtp_end_date" Me.dtp_end_date.Size = New System.Drawing.Size(140, 29) Me.dtp_end_date.TabIndex = 10 ' 'dtp_weigh_date ' Me.dtp_weigh_date.CustomFormat = "yyyy-MM-dd" Me.dtp_weigh_date.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.dtp_weigh_date.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.dtp_weigh_date.Location = New System.Drawing.Point(480, 415) Me.dtp_weigh_date.Name = "dtp_weigh_date" Me.dtp_weigh_date.Size = New System.Drawing.Size(355, 29) Me.dtp_weigh_date.TabIndex = 8 ' 'Label8 ' Me.Label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label8.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label8.ForeColor = System.Drawing.Color.White Me.Label8.Location = New System.Drawing.Point(300, 290) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(175, 50) Me.Label8.TabIndex = 36 Me.Label8.Text = "Rules :" Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label11 ' Me.Label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label11.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label11.ForeColor = System.Drawing.Color.White Me.Label11.Location = New System.Drawing.Point(300, 415) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(175, 30) Me.Label11.TabIndex = 60 Me.Label11.Text = "Weigh In :" Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txt_rules ' Me.txt_rules.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.txt_rules.Location = New System.Drawing.Point(480, 290) Me.txt_rules.Multiline = True Me.txt_rules.Name = "txt_rules" Me.txt_rules.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.txt_rules.Size = New System.Drawing.Size(355, 50) Me.txt_rules.TabIndex = 5 ' 'btn_cancel ' Me.btn_cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_cancel.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.btn_cancel.ForeColor = System.Drawing.Color.White Me.btn_cancel.Location = New System.Drawing.Point(10, 415) Me.btn_cancel.Name = "btn_cancel" Me.btn_cancel.Size = New System.Drawing.Size(280, 65) Me.btn_cancel.TabIndex = 18 Me.btn_cancel.Text = "Cancel" Me.btn_cancel.UseVisualStyleBackColor = True ' 'btn_create ' Me.btn_create.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_create.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.btn_create.ForeColor = System.Drawing.Color.White Me.btn_create.Location = New System.Drawing.Point(10, 345) Me.btn_create.Name = "btn_create" Me.btn_create.Size = New System.Drawing.Size(280, 65) Me.btn_create.TabIndex = 17 Me.btn_create.Text = "Create Event" Me.btn_create.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label1.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label1.ForeColor = System.Drawing.Color.White Me.Label1.Location = New System.Drawing.Point(300, 255) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(175, 30) Me.Label1.TabIndex = 69 Me.Label1.Text = "Courts :" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txt_courts ' Me.txt_courts.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.txt_courts.Location = New System.Drawing.Point(480, 255) Me.txt_courts.Name = "txt_courts" Me.txt_courts.Size = New System.Drawing.Size(355, 29) Me.txt_courts.TabIndex = 11 ' 'pb_event_logo ' Me.pb_event_logo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_event_logo.Location = New System.Drawing.Point(10, 45) Me.pb_event_logo.Name = "pb_event_logo" Me.pb_event_logo.Size = New System.Drawing.Size(280, 295) Me.pb_event_logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_event_logo.TabIndex = 70 Me.pb_event_logo.TabStop = False ' 'Label2 ' Me.Label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label2.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label2.ForeColor = System.Drawing.Color.White Me.Label2.Location = New System.Drawing.Point(10, 10) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(280, 30) Me.Label2.TabIndex = 71 Me.Label2.Text = "Event Logo" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'txt_rounds ' Me.txt_rounds.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.txt_rounds.Location = New System.Drawing.Point(480, 80) Me.txt_rounds.Name = "txt_rounds" Me.txt_rounds.Size = New System.Drawing.Size(355, 29) Me.txt_rounds.TabIndex = 72 Me.txt_rounds.Text = "1" Me.txt_rounds.Visible = False ' 'lbl_round ' Me.lbl_round.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_round.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.lbl_round.ForeColor = System.Drawing.Color.White Me.lbl_round.Location = New System.Drawing.Point(300, 80) Me.lbl_round.Name = "lbl_round" Me.lbl_round.Size = New System.Drawing.Size(175, 30) Me.lbl_round.TabIndex = 73 Me.lbl_round.Text = "Rounds :" Me.lbl_round.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.lbl_round.Visible = False ' 'Label3 ' Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label3.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label3.ForeColor = System.Drawing.Color.White Me.Label3.Location = New System.Drawing.Point(300, 150) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(175, 30) Me.Label3.TabIndex = 74 Me.Label3.Text = "Country :" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'cbo_country ' Me.cbo_country.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.cbo_country.FormattingEnabled = True Me.cbo_country.Items.AddRange(New Object() {"PLAYOFF", "LEAGUE"}) Me.cbo_country.Location = New System.Drawing.Point(480, 150) Me.cbo_country.Name = "cbo_country" Me.cbo_country.Size = New System.Drawing.Size(305, 30) Me.cbo_country.TabIndex = 75 ' 'pb_flag ' Me.pb_flag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pb_flag.Location = New System.Drawing.Point(790, 150) Me.pb_flag.Name = "pb_flag" Me.pb_flag.Size = New System.Drawing.Size(45, 30) Me.pb_flag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_flag.TabIndex = 76 Me.pb_flag.TabStop = False ' 'lbl_address ' Me.lbl_address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lbl_address.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.lbl_address.ForeColor = System.Drawing.Color.White Me.lbl_address.Location = New System.Drawing.Point(300, 185) Me.lbl_address.Name = "lbl_address" Me.lbl_address.Size = New System.Drawing.Size(175, 30) Me.lbl_address.TabIndex = 77 Me.lbl_address.Text = "Address :" Me.lbl_address.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txt_address ' Me.txt_address.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.txt_address.Location = New System.Drawing.Point(480, 185) Me.txt_address.Name = "txt_address" Me.txt_address.Size = New System.Drawing.Size(355, 29) Me.txt_address.TabIndex = 78 ' 'Label4 ' Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label4.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label4.ForeColor = System.Drawing.Color.White Me.Label4.Location = New System.Drawing.Point(625, 450) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(65, 30) Me.Label4.TabIndex = 79 Me.Label4.Text = "till :" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label5 ' Me.Label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label5.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label5.ForeColor = System.Drawing.Color.White Me.Label5.Location = New System.Drawing.Point(300, 345) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(175, 30) Me.Label5.TabIndex = 80 Me.Label5.Text = "Currency :" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label6 ' Me.Label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label6.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.Label6.ForeColor = System.Drawing.Color.White Me.Label6.Location = New System.Drawing.Point(625, 345) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(65, 30) Me.Label6.TabIndex = 81 Me.Label6.Text = "Fee :" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'cbo_currency ' Me.cbo_currency.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.cbo_currency.FormattingEnabled = True Me.cbo_currency.Location = New System.Drawing.Point(480, 345) Me.cbo_currency.Name = "cbo_currency" Me.cbo_currency.Size = New System.Drawing.Size(140, 30) Me.cbo_currency.TabIndex = 82 ' 'txt_fee ' Me.txt_fee.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World) Me.txt_fee.Location = New System.Drawing.Point(695, 345) Me.txt_fee.Name = "txt_fee" Me.txt_fee.Size = New System.Drawing.Size(140, 29) Me.txt_fee.TabIndex = 83 ' 'frm_create_event ' 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(844, 491) Me.ControlBox = False Me.Controls.Add(Me.txt_fee) Me.Controls.Add(Me.cbo_currency) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.txt_address) Me.Controls.Add(Me.lbl_address) Me.Controls.Add(Me.pb_flag) Me.Controls.Add(Me.cbo_country) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.lbl_round) Me.Controls.Add(Me.txt_rounds) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.pb_event_logo) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.btn_cancel) Me.Controls.Add(Me.txt_courts) Me.Controls.Add(Me.btn_create) Me.Controls.Add(Me.lbl_organizor) Me.Controls.Add(Me.txt_organizor) Me.Controls.Add(Me.txt_title) Me.Controls.Add(Me.cbo_type) Me.Controls.Add(Me.lbl_title) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.txt_rules) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.dtp_start_enroll) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.txt_location) Me.Controls.Add(Me.dtp_weigh_date) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.dtp_end_enroll) Me.Controls.Add(Me.dtp_end_date) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.dtp_start_date) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.Name = "frm_create_event" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Create Event" CType(Me.pb_event_logo, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pb_flag, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents lbl_title As System.Windows.Forms.Label Friend WithEvents txt_title As System.Windows.Forms.TextBox Friend WithEvents cbo_type As System.Windows.Forms.ComboBox Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents dtp_start_enroll As System.Windows.Forms.DateTimePicker Friend WithEvents txt_location As System.Windows.Forms.TextBox Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents dtp_end_enroll As System.Windows.Forms.DateTimePicker Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents dtp_start_date As System.Windows.Forms.DateTimePicker Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents dtp_end_date As System.Windows.Forms.DateTimePicker Friend WithEvents dtp_weigh_date As System.Windows.Forms.DateTimePicker Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents txt_rules As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txt_courts As System.Windows.Forms.TextBox Friend WithEvents lbl_organizor As System.Windows.Forms.Label Friend WithEvents txt_organizor As System.Windows.Forms.TextBox Friend WithEvents btn_cancel As System.Windows.Forms.Button Friend WithEvents btn_create As System.Windows.Forms.Button Friend WithEvents pb_event_logo As PictureBox Friend WithEvents Label2 As Label Friend WithEvents txt_rounds As TextBox Friend WithEvents lbl_round As Label Friend WithEvents Label3 As Label Friend WithEvents cbo_country As ComboBox Friend WithEvents pb_flag As PictureBox Friend WithEvents lbl_address As Label Friend WithEvents txt_address As TextBox Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents cbo_currency As ComboBox Friend WithEvents txt_fee As TextBox End Class