_ Partial Class printperprecinpuroktmaster 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 ReportDataSource1 As Microsoft.Reporting.WinForms.ReportDataSource = New Microsoft.Reporting.WinForms.ReportDataSource() Me.full_dataBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.caragavotersdbDataSet = New CVI_System.caragavotersdbDataSet() Me.full_data_entryBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.bccdetailsBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.pccdetailsBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.hlldetailsBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.ReportViewer1 = New Microsoft.Reporting.WinForms.ReportViewer() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.bccBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.pcoBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.hhlBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.bccTableAdapter = New CVI_System.caragavotersdbDataSetTableAdapters.bccTableAdapter() Me.pcoTableAdapter = New CVI_System.caragavotersdbDataSetTableAdapters.pcoTableAdapter() Me.hhlTableAdapter = New CVI_System.caragavotersdbDataSetTableAdapters.hhlTableAdapter() Me.full_data_entryTableAdapter = New CVI_System.caragavotersdbDataSetTableAdapters.full_data_entryTableAdapter() Me.bccdetailsTableAdapter = New CVI_System.caragavotersdbDataSetTableAdapters.bccdetailsTableAdapter() Me.pccdetailsTableAdapter = New CVI_System.caragavotersdbDataSetTableAdapters.pccdetailsTableAdapter() Me.hlldetailsTableAdapter = New CVI_System.caragavotersdbDataSetTableAdapters.hlldetailsTableAdapter() Me.full_dataTableAdapter = New CVI_System.caragavotersdbDataSetTableAdapters.full_dataTableAdapter() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() CType(Me.full_dataBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.caragavotersdbDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.full_data_entryBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.bccdetailsBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pccdetailsBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.hlldetailsBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.bccBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pcoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.hhlBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'full_dataBindingSource ' Me.full_dataBindingSource.DataMember = "full_data" Me.full_dataBindingSource.DataSource = Me.caragavotersdbDataSet ' 'caragavotersdbDataSet ' Me.caragavotersdbDataSet.DataSetName = "caragavotersdbDataSet" Me.caragavotersdbDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'full_data_entryBindingSource ' Me.full_data_entryBindingSource.DataMember = "full_data_entry" Me.full_data_entryBindingSource.DataSource = Me.caragavotersdbDataSet ' 'bccdetailsBindingSource ' Me.bccdetailsBindingSource.DataMember = "bccdetails" Me.bccdetailsBindingSource.DataSource = Me.caragavotersdbDataSet ' 'pccdetailsBindingSource ' Me.pccdetailsBindingSource.DataMember = "pccdetails" Me.pccdetailsBindingSource.DataSource = Me.caragavotersdbDataSet ' 'hlldetailsBindingSource ' Me.hlldetailsBindingSource.DataMember = "hlldetails" Me.hlldetailsBindingSource.DataSource = Me.caragavotersdbDataSet ' 'ReportViewer1 ' Me.ReportViewer1.AutoSize = True Me.ReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill ReportDataSource1.Name = "Masterlist" ReportDataSource1.Value = Me.full_dataBindingSource Me.ReportViewer1.LocalReport.DataSources.Add(ReportDataSource1) Me.ReportViewer1.LocalReport.ReportEmbeddedResource = "CVI_System.printdataperPrecintmaster.rdlc" Me.ReportViewer1.Location = New System.Drawing.Point(0, 0) Me.ReportViewer1.Name = "ReportViewer1" Me.ReportViewer1.PageCountMode = Microsoft.Reporting.WinForms.PageCountMode.Actual Me.ReportViewer1.ShowExportButton = False Me.ReportViewer1.Size = New System.Drawing.Size(822, 600) Me.ReportViewer1.TabIndex = 7 ' 'ComboBox2 ' Me.ComboBox2.DropDownHeight = 80 Me.ComboBox2.Font = New System.Drawing.Font("Arial Narrow", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.IntegralHeight = False Me.ComboBox2.Items.AddRange(New Object() {"ALL", "RECRUITES", "HHL", "PCC", "BCC", "BARANGAY", "PUROK"}) Me.ComboBox2.Location = New System.Drawing.Point(695, 28) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(97, 23) Me.ComboBox2.TabIndex = 10 ' 'ComboBox1 ' Me.ComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.ComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource Me.ComboBox1.DropDownHeight = 80 Me.ComboBox1.Font = New System.Drawing.Font("Arial Narrow", 8.25!, 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(331, 28) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(168, 23) Me.ComboBox1.TabIndex = 9 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(724, 54) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(40, 13) Me.Label1.TabIndex = 8 Me.Label1.Text = "Precint" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(387, 54) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(52, 13) Me.Label3.TabIndex = 8 Me.Label3.Text = "Barangay" ' 'bccBindingSource ' Me.bccBindingSource.DataMember = "bcc" Me.bccBindingSource.DataSource = Me.caragavotersdbDataSet ' 'pcoBindingSource ' Me.pcoBindingSource.DataMember = "pco" Me.pcoBindingSource.DataSource = Me.caragavotersdbDataSet ' 'hhlBindingSource ' Me.hhlBindingSource.DataMember = "hhl" Me.hhlBindingSource.DataSource = Me.caragavotersdbDataSet ' 'bccTableAdapter ' Me.bccTableAdapter.ClearBeforeFill = True ' 'pcoTableAdapter ' Me.pcoTableAdapter.ClearBeforeFill = True ' 'hhlTableAdapter ' Me.hhlTableAdapter.ClearBeforeFill = True ' 'full_data_entryTableAdapter ' Me.full_data_entryTableAdapter.ClearBeforeFill = True ' 'bccdetailsTableAdapter ' Me.bccdetailsTableAdapter.ClearBeforeFill = True ' 'pccdetailsTableAdapter ' Me.pccdetailsTableAdapter.ClearBeforeFill = True ' 'hlldetailsTableAdapter ' Me.hlldetailsTableAdapter.ClearBeforeFill = True ' 'full_dataTableAdapter ' Me.full_dataTableAdapter.ClearBeforeFill = True ' 'ComboBox3 ' Me.ComboBox3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.ComboBox3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource Me.ComboBox3.DropDownHeight = 80 Me.ComboBox3.Font = New System.Drawing.Font("Arial Narrow", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.IntegralHeight = False Me.ComboBox3.Location = New System.Drawing.Point(505, 28) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(184, 23) Me.ComboBox3.TabIndex = 9 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(570, 54) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(35, 13) Me.Label2.TabIndex = 8 Me.Label2.Text = "Purok" ' 'printperprecintmaster ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(822, 600) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ReportViewer1) Me.Name = "printperprecintmaster" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Recruites Details" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized CType(Me.full_dataBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.caragavotersdbDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.full_data_entryBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.bccdetailsBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pccdetailsBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.hlldetailsBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.bccBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pcoBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.hhlBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ReportViewer1 As Microsoft.Reporting.WinForms.ReportViewer Friend WithEvents caragavotersdbDataSet As CVI_System.caragavotersdbDataSet Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents bccBindingSource As System.Windows.Forms.BindingSource Friend WithEvents pcoBindingSource As System.Windows.Forms.BindingSource Friend WithEvents hhlBindingSource As System.Windows.Forms.BindingSource Friend WithEvents bccTableAdapter As CVI_System.caragavotersdbDataSetTableAdapters.bccTableAdapter Friend WithEvents pcoTableAdapter As CVI_System.caragavotersdbDataSetTableAdapters.pcoTableAdapter Friend WithEvents hhlTableAdapter As CVI_System.caragavotersdbDataSetTableAdapters.hhlTableAdapter Friend WithEvents full_data_entryBindingSource As System.Windows.Forms.BindingSource Friend WithEvents full_data_entryTableAdapter As CVI_System.caragavotersdbDataSetTableAdapters.full_data_entryTableAdapter Friend WithEvents bccdetailsBindingSource As System.Windows.Forms.BindingSource Friend WithEvents pccdetailsBindingSource As System.Windows.Forms.BindingSource Friend WithEvents hlldetailsBindingSource As System.Windows.Forms.BindingSource Friend WithEvents bccdetailsTableAdapter As CVI_System.caragavotersdbDataSetTableAdapters.bccdetailsTableAdapter Friend WithEvents pccdetailsTableAdapter As CVI_System.caragavotersdbDataSetTableAdapters.pccdetailsTableAdapter Friend WithEvents hlldetailsTableAdapter As CVI_System.caragavotersdbDataSetTableAdapters.hlldetailsTableAdapter Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents full_dataBindingSource As System.Windows.Forms.BindingSource Friend WithEvents full_dataTableAdapter As CVI_System.caragavotersdbDataSetTableAdapters.full_dataTableAdapter Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox Friend WithEvents Label2 As System.Windows.Forms.Label End Class