_ Partial Class masterlist 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.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(masterlist)) Me.numbers = New System.Windows.Forms.ImageList(Me.components) Me.Panel2 = New System.Windows.Forms.Panel() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Button7 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Panel4 = New System.Windows.Forms.Panel() Me.Panel1 = New System.Windows.Forms.Panel() Me.Button4 = New System.Windows.Forms.Button() Me.Panel3 = New System.Windows.Forms.Panel() Me.Panel5 = New System.Windows.Forms.Panel() Me.Label8 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.ComboBox4 = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.searchby = New System.Windows.Forms.ComboBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Button8 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.Label6 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Panel2.SuspendLayout() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel4.SuspendLayout() Me.Panel1.SuspendLayout() Me.Panel3.SuspendLayout() Me.Panel5.SuspendLayout() Me.SuspendLayout() ' 'numbers ' Me.numbers.ImageStream = CType(resources.GetObject("numbers.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.numbers.TransparentColor = System.Drawing.Color.Transparent Me.numbers.Images.SetKeyName(0, "less_than_arrow.png") Me.numbers.Images.SetKeyName(1, "1.png") Me.numbers.Images.SetKeyName(2, "2.png") Me.numbers.Images.SetKeyName(3, "3.png") Me.numbers.Images.SetKeyName(4, "4.png") Me.numbers.Images.SetKeyName(5, "5.png") Me.numbers.Images.SetKeyName(6, "6.png") Me.numbers.Images.SetKeyName(7, "7.png") Me.numbers.Images.SetKeyName(8, "8.png") Me.numbers.Images.SetKeyName(9, "9.png") Me.numbers.Images.SetKeyName(10, "10.png") Me.numbers.Images.SetKeyName(11, "11.png") Me.numbers.Images.SetKeyName(12, "12.png") Me.numbers.Images.SetKeyName(13, "13.png") Me.numbers.Images.SetKeyName(14, "14.png") Me.numbers.Images.SetKeyName(15, "15.png") Me.numbers.Images.SetKeyName(16, "16.png") Me.numbers.Images.SetKeyName(17, "17.png") Me.numbers.Images.SetKeyName(18, "18.png") Me.numbers.Images.SetKeyName(19, "19.png") Me.numbers.Images.SetKeyName(20, "20.png") Me.numbers.Images.SetKeyName(21, "21.png") Me.numbers.Images.SetKeyName(22, "22.png") Me.numbers.Images.SetKeyName(23, "23.png") Me.numbers.Images.SetKeyName(24, "24.png") Me.numbers.Images.SetKeyName(25, "25.png") Me.numbers.Images.SetKeyName(26, "26.png") Me.numbers.Images.SetKeyName(27, "27.png") Me.numbers.Images.SetKeyName(28, "28.png") Me.numbers.Images.SetKeyName(29, "29.png") Me.numbers.Images.SetKeyName(30, "30.png") Me.numbers.Images.SetKeyName(31, "31.png") Me.numbers.Images.SetKeyName(32, "32.png") Me.numbers.Images.SetKeyName(33, "33.png") Me.numbers.Images.SetKeyName(34, "34.png") Me.numbers.Images.SetKeyName(35, "35.png") Me.numbers.Images.SetKeyName(36, "36.png") Me.numbers.Images.SetKeyName(37, "37.png") Me.numbers.Images.SetKeyName(38, "38.png") Me.numbers.Images.SetKeyName(39, "39.png") Me.numbers.Images.SetKeyName(40, "40.png") Me.numbers.Images.SetKeyName(41, "greater_arrow.png") ' 'Panel2 ' Me.Panel2.Controls.Add(Me.DataGridView1) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel2.Location = New System.Drawing.Point(0, 187) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(1049, 391) Me.Panel2.TabIndex = 24 ' 'DataGridView1 ' Me.DataGridView1.AllowUserToAddRows = False Me.DataGridView1.AllowUserToDeleteRows = False Me.DataGridView1.Dock = System.Windows.Forms.DockStyle.Fill Me.DataGridView1.Location = New System.Drawing.Point(0, 0) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.ReadOnly = True Me.DataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.DataGridView1.Size = New System.Drawing.Size(1049, 391) Me.DataGridView1.TabIndex = 22 ' 'ComboBox2 ' Me.ComboBox2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Location = New System.Drawing.Point(506, 30) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(277, 26) Me.ComboBox2.TabIndex = 25 ' 'ComboBox1 ' Me.ComboBox1.DropDownHeight = 80 Me.ComboBox1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.IntegralHeight = False Me.ComboBox1.Location = New System.Drawing.Point(274, 30) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(226, 26) Me.ComboBox1.TabIndex = 24 ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox1.Location = New System.Drawing.Point(8, 30) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(260, 26) Me.TextBox1.TabIndex = 23 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(705, 10) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(26, 29) Me.Label5.TabIndex = 21 Me.Label5.Text = "0" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(623, 10) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(76, 29) Me.Label3.TabIndex = 21 Me.Label3.Text = "Total:" ' 'Button7 ' Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button7.Location = New System.Drawing.Point(122, 6) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(75, 36) Me.Button7.TabIndex = 20 Me.Button7.Text = "Next" Me.Button7.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button6.Location = New System.Drawing.Point(8, 6) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(97, 36) Me.Button6.TabIndex = 20 Me.Button6.Text = "Previews" Me.Button6.UseVisualStyleBackColor = True ' 'Panel4 ' Me.Panel4.Controls.Add(Me.Button6) Me.Panel4.Controls.Add(Me.Button7) Me.Panel4.Controls.Add(Me.Label3) Me.Panel4.Controls.Add(Me.Label5) Me.Panel4.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel4.Location = New System.Drawing.Point(0, 578) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(1049, 48) Me.Panel4.TabIndex = 7 ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Button4) Me.Panel1.Controls.Add(Me.Panel3) Me.Panel1.Controls.Add(Me.Button3) Me.Panel1.Controls.Add(Me.Button2) Me.Panel1.Controls.Add(Me.Button5) Me.Panel1.Controls.Add(Me.Button8) Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Controls.Add(Me.Label6) Me.Panel1.Controls.Add(Me.Label4) Me.Panel1.Controls.Add(Me.Label7) Me.Panel1.Controls.Add(Me.Label2) Me.Panel1.Controls.Add(Me.ComboBox2) Me.Panel1.Controls.Add(Me.TextBox1) Me.Panel1.Controls.Add(Me.ComboBox1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1049, 187) Me.Panel1.TabIndex = 26 ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(930, 143) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(107, 36) Me.Button4.TabIndex = 31 Me.Button4.Text = "Update Masterlist" Me.Button4.UseVisualStyleBackColor = True Me.Button4.Visible = False ' 'Panel3 ' Me.Panel3.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel3.Controls.Add(Me.Panel5) Me.Panel3.Controls.Add(Me.Label1) Me.Panel3.Controls.Add(Me.searchby) Me.Panel3.Controls.Add(Me.TextBox2) Me.Panel3.Location = New System.Drawing.Point(8, 84) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(573, 99) Me.Panel3.TabIndex = 30 ' 'Panel5 ' Me.Panel5.Controls.Add(Me.Label8) Me.Panel5.Controls.Add(Me.Label9) Me.Panel5.Controls.Add(Me.ComboBox3) Me.Panel5.Controls.Add(Me.ComboBox4) Me.Panel5.Location = New System.Drawing.Point(3, 32) Me.Panel5.Name = "Panel5" Me.Panel5.Size = New System.Drawing.Size(404, 65) Me.Panel5.TabIndex = 27 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.Location = New System.Drawing.Point(2, 9) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(79, 18) Me.Label8.TabIndex = 26 Me.Label8.Text = "Barangay:" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.Location = New System.Drawing.Point(4, 39) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(53, 18) Me.Label9.TabIndex = 26 Me.Label9.Text = "Purok:" ' 'ComboBox3 ' Me.ComboBox3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Location = New System.Drawing.Point(95, 6) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(226, 26) Me.ComboBox3.TabIndex = 24 ' 'ComboBox4 ' Me.ComboBox4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox4.FormattingEnabled = True Me.ComboBox4.Location = New System.Drawing.Point(95, 36) Me.ComboBox4.Name = "ComboBox4" Me.ComboBox4.Size = New System.Drawing.Size(277, 26) Me.ComboBox4.TabIndex = 25 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(3, 6) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(82, 18) Me.Label1.TabIndex = 26 Me.Label1.Text = "Search by:" ' 'searchby ' Me.searchby.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.searchby.FormattingEnabled = True Me.searchby.Items.AddRange(New Object() {"NAME", "BARANGAY", "PUROK", "PRECINT NO.", "VOTERS NO.", "NAME, BARANGAY, PUROK"}) Me.searchby.Location = New System.Drawing.Point(94, 3) Me.searchby.Name = "searchby" Me.searchby.Size = New System.Drawing.Size(151, 26) Me.searchby.TabIndex = 24 ' 'TextBox2 ' Me.TextBox2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox2.Location = New System.Drawing.Point(251, 3) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(309, 26) Me.TextBox2.TabIndex = 23 ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button3.Location = New System.Drawing.Point(789, 68) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(109, 57) Me.Button3.TabIndex = 29 Me.Button3.Text = "Update Purok" Me.Button3.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(789, 25) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(109, 37) Me.Button2.TabIndex = 28 Me.Button2.Text = "Refresh" Me.Button2.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Font = New System.Drawing.Font("Arial Narrow", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button5.Location = New System.Drawing.Point(789, 127) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(109, 57) Me.Button5.TabIndex = 27 Me.Button5.Text = "Duplicate Checker" Me.Button5.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.Font = New System.Drawing.Font("Arial Narrow", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button8.Location = New System.Drawing.Point(921, 68) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(81, 41) Me.Button8.TabIndex = 27 Me.Button8.Text = "Unmark Decease" Me.Button8.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("Arial Narrow", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.Location = New System.Drawing.Point(921, 21) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(81, 41) Me.Button1.TabIndex = 27 Me.Button1.Text = "Mark as Decease" Me.Button1.UseVisualStyleBackColor = True ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(609, 59) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(49, 18) Me.Label6.TabIndex = 26 Me.Label6.Text = "Purok" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(344, 59) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(75, 18) Me.Label4.TabIndex = 26 Me.Label4.Text = "Barangay" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.Location = New System.Drawing.Point(147, 7) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(17, 18) Me.Label7.TabIndex = 26 Me.Label7.Text = "0" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(110, 59) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(50, 18) Me.Label2.TabIndex = 26 Me.Label2.Text = "Name" ' 'masterlist ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1049, 626) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Panel4) Me.Name = "masterlist" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "MASTER LIST" Me.Panel2.ResumeLayout(False) CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel4.ResumeLayout(False) Me.Panel4.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() Me.Panel5.ResumeLayout(False) Me.Panel5.PerformLayout() Me.ResumeLayout(False) End Sub Private WithEvents numbers As System.Windows.Forms.ImageList Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents Panel4 As System.Windows.Forms.Panel Friend WithEvents Button7 As System.Windows.Forms.Button Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label 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 Label7 As System.Windows.Forms.Label Friend WithEvents searchby As System.Windows.Forms.ComboBox Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents ComboBox4 As System.Windows.Forms.ComboBox Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox Friend WithEvents Panel3 As System.Windows.Forms.Panel Friend WithEvents Panel5 As System.Windows.Forms.Panel Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Button8 As System.Windows.Forms.Button End Class