_ Partial Class pco 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.names = New System.Windows.Forms.ComboBox() Me.purok = New System.Windows.Forms.ComboBox() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.barangay = New System.Windows.Forms.ComboBox() Me.purokid = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Button6 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.bcc = New System.Windows.Forms.ComboBox() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.contact = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.precint = New System.Windows.Forms.ComboBox() Me.Label10 = New System.Windows.Forms.Label() Me.Panel1 = New System.Windows.Forms.Panel() Me.Label11 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.votemj = New System.Windows.Forms.ComboBox() Me.cardno = New System.Windows.Forms.ComboBox() Me.Label12 = New System.Windows.Forms.Label() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.Button7 = New System.Windows.Forms.Button() Me.Button8 = New System.Windows.Forms.Button() Me.bccid = New System.Windows.Forms.Label() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'names ' Me.names.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.names.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource Me.names.DropDownHeight = 80 Me.names.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.names.FormattingEnabled = True Me.names.IntegralHeight = False Me.names.Location = New System.Drawing.Point(92, 69) Me.names.Margin = New System.Windows.Forms.Padding(4) Me.names.Name = "names" Me.names.Size = New System.Drawing.Size(456, 32) Me.names.TabIndex = 0 ' 'purok ' Me.purok.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.purok.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.purok.FormattingEnabled = True Me.purok.Location = New System.Drawing.Point(668, 110) Me.purok.Margin = New System.Windows.Forms.Padding(4) Me.purok.Name = "purok" Me.purok.Size = New System.Drawing.Size(383, 32) Me.purok.TabIndex = 0 ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.Location = New System.Drawing.Point(28, 277) Me.Button1.Margin = New System.Windows.Forms.Padding(4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(119, 46) Me.Button1.TabIndex = 1 Me.Button1.Text = "Save" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.Location = New System.Drawing.Point(155, 277) Me.Button2.Margin = New System.Windows.Forms.Padding(4) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(119, 46) Me.Button2.TabIndex = 1 Me.Button2.Text = "Update" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button3.Location = New System.Drawing.Point(281, 277) Me.Button3.Margin = New System.Windows.Forms.Padding(4) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(119, 46) Me.Button3.TabIndex = 1 Me.Button3.Text = "Delete" Me.Button3.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button4.Location = New System.Drawing.Point(408, 277) Me.Button4.Margin = New System.Windows.Forms.Padding(4) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(119, 46) Me.Button4.TabIndex = 1 Me.Button4.Text = "Refresh" Me.Button4.UseVisualStyleBackColor = True ' 'DataGridView1 ' Me.DataGridView1.AllowUserToAddRows = False Me.DataGridView1.AllowUserToDeleteRows = False Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(16, 336) Me.DataGridView1.Margin = New System.Windows.Forms.Padding(4) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.ReadOnly = True Me.DataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.DataGridView1.Size = New System.Drawing.Size(694, 379) Me.DataGridView1.TabIndex = 3 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(24, 76) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(53, 19) Me.Label2.TabIndex = 4 Me.Label2.Text = "Name" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(608, 118) Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(56, 19) Me.Label3.TabIndex = 4 Me.Label3.Text = "Purok" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(608, 78) Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(47, 19) Me.Label4.TabIndex = 4 Me.Label4.Text = "Brgy" ' 'barangay ' Me.barangay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.barangay.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.barangay.FormattingEnabled = True Me.barangay.Location = New System.Drawing.Point(668, 69) Me.barangay.Margin = New System.Windows.Forms.Padding(4) Me.barangay.Name = "barangay" Me.barangay.Size = New System.Drawing.Size(383, 32) Me.barangay.TabIndex = 0 ' 'purokid ' Me.purokid.AutoSize = True Me.purokid.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.purokid.Location = New System.Drawing.Point(49, 37) Me.purokid.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.purokid.Name = "purokid" Me.purokid.Size = New System.Drawing.Size(18, 19) Me.purokid.TabIndex = 4 Me.purokid.Text = "0" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(499, 726) Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(30, 32) Me.Label5.TabIndex = 12 Me.Label5.Text = "0" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(329, 726) Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(156, 32) Me.Label6.TabIndex = 13 Me.Label6.Text = "Total PCC:" ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("Arial Narrow", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button6.Location = New System.Drawing.Point(164, 722) Me.Button6.Margin = New System.Windows.Forms.Padding(4) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(136, 41) Me.Button6.TabIndex = 11 Me.Button6.Text = "Next" Me.Button6.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Font = New System.Drawing.Font("Arial Narrow", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button5.Location = New System.Drawing.Point(16, 722) Me.Button5.Margin = New System.Windows.Forms.Padding(4) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(136, 41) Me.Button5.TabIndex = 10 Me.Button5.Text = "Previews" Me.Button5.UseVisualStyleBackColor = True ' 'bcc ' Me.bcc.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.bcc.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.bcc.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.bcc.FormattingEnabled = True Me.bcc.Location = New System.Drawing.Point(92, 150) Me.bcc.Margin = New System.Windows.Forms.Padding(4) Me.bcc.Name = "bcc" Me.bcc.Size = New System.Drawing.Size(456, 32) Me.bcc.TabIndex = 0 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.Location = New System.Drawing.Point(24, 159) Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(45, 19) Me.Label7.TabIndex = 4 Me.Label7.Text = "BCC" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.Location = New System.Drawing.Point(24, 116) Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(103, 19) Me.Label8.TabIndex = 15 Me.Label8.Text = "Contact No." ' 'contact ' Me.contact.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.contact.FormattingEnabled = True Me.contact.Location = New System.Drawing.Point(140, 110) Me.contact.Margin = New System.Windows.Forms.Padding(4) Me.contact.Name = "contact" Me.contact.Size = New System.Drawing.Size(408, 32) Me.contact.TabIndex = 14 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.Location = New System.Drawing.Point(608, 159) Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(79, 19) Me.Label9.TabIndex = 17 Me.Label9.Text = "Prcnt No" ' 'precint ' Me.precint.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.precint.FormattingEnabled = True Me.precint.Location = New System.Drawing.Point(699, 150) Me.precint.Margin = New System.Windows.Forms.Padding(4) Me.precint.Name = "precint" Me.precint.Size = New System.Drawing.Size(352, 32) Me.precint.TabIndex = 16 ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.Location = New System.Drawing.Point(88, 186) Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(79, 19) Me.Label10.TabIndex = 18 Me.Label10.Text = "Prcnt No" ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.Purple Me.Panel1.Controls.Add(Me.Label11) Me.Panel1.Location = New System.Drawing.Point(-11, -17) Me.Panel1.Margin = New System.Windows.Forms.Padding(4) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1100, 76) Me.Panel1.TabIndex = 43 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Arial Narrow", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.ForeColor = System.Drawing.Color.White Me.Label11.Location = New System.Drawing.Point(353, 18) Me.Label11.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(368, 55) Me.Label11.TabIndex = 27 Me.Label11.Text = "PCC DATA ENTRY" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(213, 191) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(53, 19) Me.Label1.TabIndex = 4 Me.Label1.Text = "Name" ' 'votemj ' Me.votemj.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.votemj.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.votemj.FormattingEnabled = True Me.votemj.Items.AddRange(New Object() {"SOLID", "50/50", "FORMER RSO"}) Me.votemj.Location = New System.Drawing.Point(92, 217) Me.votemj.Margin = New System.Windows.Forms.Padding(4) Me.votemj.Name = "votemj" Me.votemj.Size = New System.Drawing.Size(288, 32) Me.votemj.TabIndex = 44 ' 'cardno ' Me.cardno.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cardno.FormattingEnabled = True Me.cardno.Location = New System.Drawing.Point(699, 191) Me.cardno.Margin = New System.Windows.Forms.Padding(4) Me.cardno.Name = "cardno" Me.cardno.Size = New System.Drawing.Size(352, 32) Me.cardno.TabIndex = 16 ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label12.Location = New System.Drawing.Point(608, 200) Me.Label12.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(79, 19) Me.Label12.TabIndex = 17 Me.Label12.Text = "Card No." ' 'DataGridView2 ' Me.DataGridView2.AllowUserToAddRows = False Me.DataGridView2.AllowUserToDeleteRows = False Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(718, 336) Me.DataGridView2.Margin = New System.Windows.Forms.Padding(4) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.ReadOnly = True Me.DataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.DataGridView2.Size = New System.Drawing.Size(334, 379) Me.DataGridView2.TabIndex = 45 ' 'Button7 ' Me.Button7.Font = New System.Drawing.Font("Arial", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button7.Location = New System.Drawing.Point(717, 277) Me.Button7.Margin = New System.Windows.Forms.Padding(4) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(151, 46) Me.Button7.TabIndex = 1 Me.Button7.Text = "Update BCC" Me.Button7.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.Font = New System.Drawing.Font("Arial", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button8.Location = New System.Drawing.Point(876, 277) Me.Button8.Margin = New System.Windows.Forms.Padding(4) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(151, 46) Me.Button8.TabIndex = 1 Me.Button8.Text = "Delete BCC" Me.Button8.UseVisualStyleBackColor = True ' 'bccid ' Me.bccid.AutoSize = True Me.bccid.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.bccid.Location = New System.Drawing.Point(713, 254) Me.bccid.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.bccid.Name = "bccid" Me.bccid.Size = New System.Drawing.Size(51, 19) Me.bccid.TabIndex = 4 Me.bccid.Text = "bccid" ' 'pco ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1065, 767) Me.Controls.Add(Me.DataGridView2) Me.Controls.Add(Me.votemj) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.cardno) Me.Controls.Add(Me.precint) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.contact) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.purokid) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.bccid) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.barangay) Me.Controls.Add(Me.purok) Me.Controls.Add(Me.bcc) Me.Controls.Add(Me.names) Me.Margin = New System.Windows.Forms.Padding(4) Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(1083, 814) Me.MinimumSize = New System.Drawing.Size(1083, 814) Me.Name = "pco" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "PCC" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents names As System.Windows.Forms.ComboBox Friend WithEvents purok As System.Windows.Forms.ComboBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents barangay As System.Windows.Forms.ComboBox Friend WithEvents purokid As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents bcc As System.Windows.Forms.ComboBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents contact As System.Windows.Forms.ComboBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents precint As System.Windows.Forms.ComboBox Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents votemj As System.Windows.Forms.ComboBox Friend WithEvents cardno As System.Windows.Forms.ComboBox Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents DataGridView2 As System.Windows.Forms.DataGridView Friend WithEvents Button7 As System.Windows.Forms.Button Friend WithEvents Button8 As System.Windows.Forms.Button Friend WithEvents bccid As System.Windows.Forms.Label End Class