_ Partial Class DataEntry 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() Me.Label1 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.FulldataBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.CaragavotersdbDataSetBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.CaragavotersdbDataSet = New CVI_System.caragavotersdbDataSet() Me.barangay = New System.Windows.Forms.ComboBox() Me.purok = New System.Windows.Forms.ComboBox() Me.gender = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.DataGridView1 = New System.Windows.Forms.DataGridView() 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.TextBox1 = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.Button5 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Label8 = New System.Windows.Forms.Label() Me.birth = New System.Windows.Forms.ComboBox() Me.votemj = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.Button7 = New System.Windows.Forms.Button() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.Label10 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.hhl = New System.Windows.Forms.ComboBox() Me.Label12 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.precint = New System.Windows.Forms.ComboBox() Me.Button8 = New System.Windows.Forms.Button() Me.hhlbcc = New System.Windows.Forms.Label() Me.hhlpcc = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.Full_dataTableAdapter = New CVI_System.caragavotersdbDataSetTableAdapters.full_dataTableAdapter() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label16 = New System.Windows.Forms.Label() Me.Label17 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.Label19 = New System.Windows.Forms.Label() Me.pccid = New System.Windows.Forms.Label() CType(Me.FulldataBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.CaragavotersdbDataSetBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.CaragavotersdbDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(16, 11) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(280, 32) Me.Label1.TabIndex = 1 Me.Label1.Text = "Members Data Entry" ' 'ComboBox1 ' Me.ComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.ComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.ComboBox1.DropDownHeight = 80 Me.ComboBox1.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold) Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.IntegralHeight = False Me.ComboBox1.Location = New System.Drawing.Point(188, 65) Me.ComboBox1.Margin = New System.Windows.Forms.Padding(4) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(412, 30) Me.ComboBox1.TabIndex = 1 ' 'FulldataBindingSource ' Me.FulldataBindingSource.DataMember = "full_data" Me.FulldataBindingSource.DataSource = Me.CaragavotersdbDataSetBindingSource ' 'CaragavotersdbDataSetBindingSource ' Me.CaragavotersdbDataSetBindingSource.DataSource = Me.CaragavotersdbDataSet Me.CaragavotersdbDataSetBindingSource.Position = 0 ' 'CaragavotersdbDataSet ' Me.CaragavotersdbDataSet.DataSetName = "caragavotersdbDataSet" Me.CaragavotersdbDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'barangay ' Me.barangay.DropDownHeight = 80 Me.barangay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.barangay.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold) Me.barangay.FormattingEnabled = True Me.barangay.IntegralHeight = False Me.barangay.Location = New System.Drawing.Point(735, 65) Me.barangay.Margin = New System.Windows.Forms.Padding(4) Me.barangay.Name = "barangay" Me.barangay.Size = New System.Drawing.Size(312, 30) Me.barangay.TabIndex = 1 ' 'purok ' Me.purok.DropDownHeight = 80 Me.purok.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.purok.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold) Me.purok.FormattingEnabled = True Me.purok.IntegralHeight = False Me.purok.Location = New System.Drawing.Point(735, 106) Me.purok.Margin = New System.Windows.Forms.Padding(4) Me.purok.Name = "purok" Me.purok.Size = New System.Drawing.Size(312, 30) Me.purok.TabIndex = 1 ' 'gender ' Me.gender.Enabled = False Me.gender.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.gender.FormattingEnabled = True Me.gender.Location = New System.Drawing.Point(188, 145) Me.gender.Margin = New System.Windows.Forms.Padding(4) Me.gender.Name = "gender" Me.gender.Size = New System.Drawing.Size(81, 32) Me.gender.TabIndex = 1 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(11, 70) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(67, 24) Me.Label2.TabIndex = 3 Me.Label2.Text = "NAME" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(11, 110) Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(122, 24) Me.Label3.TabIndex = 3 Me.Label3.Text = "BIRTHDATE" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(11, 151) Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(94, 24) Me.Label4.TabIndex = 3 Me.Label4.Text = "GENDER" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(609, 112) Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(81, 24) Me.Label5.TabIndex = 3 Me.Label5.Text = "PUROK" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(609, 70) Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(105, 24) Me.Label6.TabIndex = 3 Me.Label6.Text = "BRANGAY" ' '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, 321) 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(1032, 336) Me.DataGridView1.TabIndex = 4 ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.Location = New System.Drawing.Point(17, 265) Me.Button1.Margin = New System.Windows.Forms.Padding(4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(116, 43) Me.Button1.TabIndex = 5 Me.Button1.Text = "SAVE" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.Location = New System.Drawing.Point(141, 265) Me.Button2.Margin = New System.Windows.Forms.Padding(4) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(116, 43) Me.Button2.TabIndex = 5 Me.Button2.Text = "UPDATE" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button3.Location = New System.Drawing.Point(265, 265) Me.Button3.Margin = New System.Windows.Forms.Padding(4) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(116, 43) Me.Button3.TabIndex = 5 Me.Button3.Text = "DELETE" Me.Button3.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button4.Location = New System.Drawing.Point(389, 265) Me.Button4.Margin = New System.Windows.Forms.Padding(4) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(143, 43) Me.Button4.TabIndex = 5 Me.Button4.Text = "REFRESH" Me.Button4.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox1.Location = New System.Drawing.Point(761, 276) Me.TextBox1.Margin = New System.Windows.Forms.Padding(4) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(285, 30) Me.TextBox1.TabIndex = 6 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.Location = New System.Drawing.Point(756, 250) Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(154, 24) Me.Label7.TabIndex = 3 Me.Label7.Text = "SEARCH NAME" ' 'Button5 ' Me.Button5.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button5.Location = New System.Drawing.Point(17, 670) Me.Button5.Margin = New System.Windows.Forms.Padding(4) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(143, 43) Me.Button5.TabIndex = 5 Me.Button5.Text = "Previews" Me.Button5.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button6.Location = New System.Drawing.Point(168, 670) Me.Button6.Margin = New System.Windows.Forms.Padding(4) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(143, 43) Me.Button6.TabIndex = 5 Me.Button6.Text = "Next" Me.Button6.UseVisualStyleBackColor = True ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.Location = New System.Drawing.Point(16, 41) Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(21, 24) Me.Label8.TabIndex = 3 Me.Label8.Text = "0" ' 'birth ' Me.birth.Enabled = False Me.birth.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.birth.FormattingEnabled = True Me.birth.Location = New System.Drawing.Point(188, 105) Me.birth.Margin = New System.Windows.Forms.Padding(4) Me.birth.Name = "birth" Me.birth.Size = New System.Drawing.Size(300, 32) Me.birth.TabIndex = 1 ' '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(188, 186) Me.votemj.Margin = New System.Windows.Forms.Padding(4) Me.votemj.Name = "votemj" Me.votemj.Size = New System.Drawing.Size(192, 32) Me.votemj.TabIndex = 1 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.Location = New System.Drawing.Point(11, 192) Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(159, 24) Me.Label9.TabIndex = 3 Me.Label9.Text = "VOTE FOR MJ?" ' 'Button7 ' Me.Button7.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button7.Location = New System.Drawing.Point(503, 192) Me.Button7.Margin = New System.Windows.Forms.Padding(4) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(105, 43) Me.Button7.TabIndex = 5 Me.Button7.Text = "PRINT" Me.Button7.UseVisualStyleBackColor = True Me.Button7.Visible = False ' 'DateTimePicker1 ' Me.DateTimePicker1.CustomFormat = "dd/MM/yyyy" Me.DateTimePicker1.Enabled = False Me.DateTimePicker1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DateTimePicker1.Location = New System.Drawing.Point(265, 105) Me.DateTimePicker1.Margin = New System.Windows.Forms.Padding(4) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(265, 30) Me.DateTimePicker1.TabIndex = 7 ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.Location = New System.Drawing.Point(549, 673) Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(30, 32) Me.Label10.TabIndex = 14 Me.Label10.Text = "0" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.Location = New System.Drawing.Point(348, 673) Me.Label11.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(208, 32) Me.Label11.TabIndex = 15 Me.Label11.Text = "Total Recruits:" ' 'hhl ' Me.hhl.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.hhl.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.hhl.DropDownHeight = 80 Me.hhl.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.hhl.FormattingEnabled = True Me.hhl.IntegralHeight = False Me.hhl.Location = New System.Drawing.Point(735, 145) Me.hhl.Margin = New System.Windows.Forms.Padding(4) Me.hhl.Name = "hhl" Me.hhl.Size = New System.Drawing.Size(312, 30) Me.hhl.TabIndex = 1 ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label12.Location = New System.Drawing.Point(609, 151) Me.Label12.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(50, 24) Me.Label12.TabIndex = 3 Me.Label12.Text = "HHL" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label13.Location = New System.Drawing.Point(279, 151) Me.Label13.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(96, 24) Me.Label13.TabIndex = 3 Me.Label13.Text = "PRECINT" ' 'precint ' Me.precint.Enabled = False 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(395, 145) Me.precint.Margin = New System.Windows.Forms.Padding(4) Me.precint.Name = "precint" Me.precint.Size = New System.Drawing.Size(205, 32) Me.precint.TabIndex = 1 ' 'Button8 ' Me.Button8.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button8.Location = New System.Drawing.Point(395, 192) Me.Button8.Margin = New System.Windows.Forms.Padding(4) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(100, 43) Me.Button8.TabIndex = 5 Me.Button8.Text = "export" Me.Button8.UseVisualStyleBackColor = True Me.Button8.Visible = False ' 'hhlbcc ' Me.hhlbcc.AutoSize = True Me.hhlbcc.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.hhlbcc.Location = New System.Drawing.Point(732, 186) Me.hhlbcc.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.hhlbcc.Name = "hhlbcc" Me.hhlbcc.Size = New System.Drawing.Size(89, 19) Me.hhlbcc.TabIndex = 3 Me.hhlbcc.Text = "BCC name" ' 'hhlpcc ' Me.hhlpcc.AutoSize = True Me.hhlpcc.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.hhlpcc.Location = New System.Drawing.Point(731, 210) Me.hhlpcc.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.hhlpcc.Name = "hhlpcc" Me.hhlpcc.Size = New System.Drawing.Size(89, 19) Me.hhlpcc.TabIndex = 3 Me.hhlpcc.Text = "PCC name" ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label14.Location = New System.Drawing.Point(683, 186) Me.Label14.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(49, 19) Me.Label14.TabIndex = 3 Me.Label14.Text = "BCC:" ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label15.Location = New System.Drawing.Point(683, 210) Me.Label15.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(49, 19) Me.Label15.TabIndex = 16 Me.Label15.Text = "PCC:" ' 'Full_dataTableAdapter ' Me.Full_dataTableAdapter.ClearBeforeFill = True ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.Font = New System.Drawing.Font("Arial Narrow", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"HHL", "HHL Member"}) Me.ComboBox2.Location = New System.Drawing.Point(540, 276) Me.ComboBox2.Margin = New System.Windows.Forms.Padding(4) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(193, 28) Me.ComboBox2.TabIndex = 17 Me.ComboBox2.Visible = False ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label16.Location = New System.Drawing.Point(536, 252) Me.Label16.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(66, 19) Me.Label16.TabIndex = 16 Me.Label16.Text = "Print by" Me.Label16.Visible = False ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label17.Location = New System.Drawing.Point(745, 673) Me.Label17.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(140, 32) Me.Label17.TabIndex = 15 Me.Label17.Text = "Showing:" ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label18.Location = New System.Drawing.Point(893, 674) Me.Label18.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(30, 32) Me.Label18.TabIndex = 14 Me.Label18.Text = "0" ' 'ComboBox3 ' Me.ComboBox3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Location = New System.Drawing.Point(188, 225) Me.ComboBox3.Margin = New System.Windows.Forms.Padding(4) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(192, 32) Me.ComboBox3.TabIndex = 1 ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label19.Location = New System.Drawing.Point(12, 229) Me.Label19.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(157, 24) Me.Label19.TabIndex = 3 Me.Label19.Text = "CARD NUMBER" ' 'pccid ' Me.pccid.AutoSize = True Me.pccid.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.pccid.Location = New System.Drawing.Point(643, 234) Me.pccid.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.pccid.Name = "pccid" Me.pccid.Size = New System.Drawing.Size(66, 19) Me.pccid.TabIndex = 3 Me.pccid.Text = "PCC ID" ' 'DataEntry ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1064, 722) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.Label17) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.birth) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.pccid) Me.Controls.Add(Me.hhlpcc) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.hhlbcc) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.hhl) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.purok) Me.Controls.Add(Me.barangay) Me.Controls.Add(Me.votemj) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.precint) Me.Controls.Add(Me.gender) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.DateTimePicker1) Me.Margin = New System.Windows.Forms.Padding(4) Me.Name = "DataEntry" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Data Entry" CType(Me.FulldataBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.CaragavotersdbDataSetBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.CaragavotersdbDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents barangay As System.Windows.Forms.ComboBox Friend WithEvents purok As System.Windows.Forms.ComboBox Friend WithEvents gender As System.Windows.Forms.ComboBox 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 Label5 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView 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 TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents birth As System.Windows.Forms.ComboBox Friend WithEvents votemj As System.Windows.Forms.ComboBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Button7 As System.Windows.Forms.Button Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents hhl As System.Windows.Forms.ComboBox Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents precint As System.Windows.Forms.ComboBox Friend WithEvents CaragavotersdbDataSetBindingSource As System.Windows.Forms.BindingSource Friend WithEvents CaragavotersdbDataSet As CVI_System.caragavotersdbDataSet Friend WithEvents FulldataBindingSource As System.Windows.Forms.BindingSource Friend WithEvents Full_dataTableAdapter As CVI_System.caragavotersdbDataSetTableAdapters.full_dataTableAdapter Friend WithEvents Button8 As System.Windows.Forms.Button Friend WithEvents hhlbcc As System.Windows.Forms.Label Friend WithEvents hhlpcc As System.Windows.Forms.Label Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox Friend WithEvents Label19 As System.Windows.Forms.Label Friend WithEvents pccid As System.Windows.Forms.Label End Class