_ Partial Class cardNoAssign 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.DataGridView1 = New System.Windows.Forms.DataGridView() Me.btnGen = New System.Windows.Forms.Button() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.btnload = New System.Windows.Forms.Button() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.DataGridView4 = New System.Windows.Forms.DataGridView() Me.rowscountd = New System.Windows.Forms.Label() Me.hhl1 = New System.Windows.Forms.Label() Me.DataGridView3 = New System.Windows.Forms.DataGridView() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.purok = New System.Windows.Forms.ComboBox() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.brgy = New System.Windows.Forms.ComboBox() Me.DataGridView5 = New System.Windows.Forms.DataGridView() Me.delcard = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView5, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'DataGridView1 ' Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(3, 45) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(322, 564) Me.DataGridView1.TabIndex = 0 ' 'btnGen ' Me.btnGen.Location = New System.Drawing.Point(213, 12) Me.btnGen.Name = "btnGen" Me.btnGen.Size = New System.Drawing.Size(77, 39) Me.btnGen.TabIndex = 1 Me.btnGen.Text = "Update" Me.btnGen.UseVisualStyleBackColor = True ' 'DataGridView2 ' Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(331, 45) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(322, 564) Me.DataGridView2.TabIndex = 0 ' 'btnload ' Me.btnload.Location = New System.Drawing.Point(14, 12) Me.btnload.Name = "btnload" Me.btnload.Size = New System.Drawing.Size(77, 39) Me.btnload.TabIndex = 1 Me.btnload.Text = "Load" Me.btnload.UseVisualStyleBackColor = True ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.Location = New System.Drawing.Point(0, 0) Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.DataGridView4) Me.SplitContainer1.Panel1.Controls.Add(Me.rowscountd) Me.SplitContainer1.Panel1.Controls.Add(Me.hhl1) Me.SplitContainer1.Panel1.Controls.Add(Me.DataGridView3) Me.SplitContainer1.Panel1.Controls.Add(Me.DataGridView2) Me.SplitContainer1.Panel1.Controls.Add(Me.DataGridView1) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.Label2) Me.SplitContainer1.Panel2.Controls.Add(Me.Label1) Me.SplitContainer1.Panel2.Controls.Add(Me.purok) Me.SplitContainer1.Panel2.Controls.Add(Me.ComboBox2) Me.SplitContainer1.Panel2.Controls.Add(Me.ComboBox1) Me.SplitContainer1.Panel2.Controls.Add(Me.brgy) Me.SplitContainer1.Panel2.Controls.Add(Me.DataGridView5) Me.SplitContainer1.Panel2.Controls.Add(Me.delcard) Me.SplitContainer1.Panel2.Controls.Add(Me.btnGen) Me.SplitContainer1.Panel2.Controls.Add(Me.Button1) Me.SplitContainer1.Panel2.Controls.Add(Me.btnload) Me.SplitContainer1.Size = New System.Drawing.Size(1771, 612) Me.SplitContainer1.SplitterDistance = 1326 Me.SplitContainer1.TabIndex = 2 ' 'DataGridView4 ' Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView4.Location = New System.Drawing.Point(987, 45) Me.DataGridView4.Name = "DataGridView4" Me.DataGridView4.RowTemplate.Height = 24 Me.DataGridView4.Size = New System.Drawing.Size(322, 564) Me.DataGridView4.TabIndex = 0 ' 'rowscountd ' Me.rowscountd.AutoSize = True Me.rowscountd.Location = New System.Drawing.Point(450, 9) Me.rowscountd.Name = "rowscountd" Me.rowscountd.Size = New System.Drawing.Size(16, 17) Me.rowscountd.TabIndex = 3 Me.rowscountd.Text = "0" ' 'hhl1 ' Me.hhl1.AutoSize = True Me.hhl1.Location = New System.Drawing.Point(656, 12) Me.hhl1.Name = "hhl1" Me.hhl1.Size = New System.Drawing.Size(36, 17) Me.hhl1.TabIndex = 3 Me.hhl1.Text = "HHL" ' 'DataGridView3 ' Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView3.Location = New System.Drawing.Point(659, 45) Me.DataGridView3.Name = "DataGridView3" Me.DataGridView3.RowTemplate.Height = 24 Me.DataGridView3.Size = New System.Drawing.Size(322, 564) Me.DataGridView3.TabIndex = 0 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(274, 104) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(16, 17) Me.Label2.TabIndex = 3 Me.Label2.Text = "0" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(274, 74) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(32, 17) Me.Label1.TabIndex = 3 Me.Label1.Text = "100" ' 'purok ' Me.purok.FormattingEnabled = True Me.purok.Location = New System.Drawing.Point(14, 97) Me.purok.Name = "purok" Me.purok.Size = New System.Drawing.Size(223, 24) Me.purok.TabIndex = 2 ' 'ComboBox2 ' Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"", "Y", "Not Y"}) Me.ComboBox2.Location = New System.Drawing.Point(144, 125) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(93, 24) Me.ComboBox2.TabIndex = 2 ' 'ComboBox1 ' Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"", "BCC", "PCC", "HHL", "MEM"}) Me.ComboBox1.Location = New System.Drawing.Point(14, 125) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(124, 24) Me.ComboBox1.TabIndex = 2 ' 'brgy ' Me.brgy.FormattingEnabled = True Me.brgy.Location = New System.Drawing.Point(14, 67) Me.brgy.Name = "brgy" Me.brgy.Size = New System.Drawing.Size(223, 24) Me.brgy.TabIndex = 2 ' 'DataGridView5 ' Me.DataGridView5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView5.Location = New System.Drawing.Point(14, 155) Me.DataGridView5.Name = "DataGridView5" Me.DataGridView5.RowTemplate.Height = 24 Me.DataGridView5.Size = New System.Drawing.Size(412, 454) Me.DataGridView5.TabIndex = 0 ' 'delcard ' Me.delcard.Location = New System.Drawing.Point(316, 12) Me.delcard.Name = "delcard" Me.delcard.Size = New System.Drawing.Size(77, 39) Me.delcard.TabIndex = 1 Me.delcard.Text = "Delete" Me.delcard.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(116, 12) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(77, 39) Me.Button1.TabIndex = 1 Me.Button1.Text = "Save" Me.Button1.UseVisualStyleBackColor = True ' 'cardNoAssign ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1771, 612) Me.Controls.Add(Me.SplitContainer1) Me.Name = "cardNoAssign" Me.Text = "cardNoAssign" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel1.PerformLayout() Me.SplitContainer1.Panel2.ResumeLayout(False) Me.SplitContainer1.Panel2.PerformLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView5, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView Friend WithEvents btnGen As System.Windows.Forms.Button Friend WithEvents DataGridView2 As System.Windows.Forms.DataGridView Friend WithEvents btnload As System.Windows.Forms.Button Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer Friend WithEvents DataGridView4 As System.Windows.Forms.DataGridView Friend WithEvents DataGridView3 As System.Windows.Forms.DataGridView Friend WithEvents DataGridView5 As System.Windows.Forms.DataGridView Friend WithEvents purok As System.Windows.Forms.ComboBox Friend WithEvents brgy As System.Windows.Forms.ComboBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents hhl1 As System.Windows.Forms.Label Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox Friend WithEvents rowscountd As System.Windows.Forms.Label Friend WithEvents delcard As System.Windows.Forms.Button End Class