VB 2005 Form Controls Disappeared!!

R

Ryan

Ok.. I have a form with lots of stuff on it; a tool strip panel, menu strip,
data binding elements (dataset, binding source, table adapter), tab control
with 7 tab pages, each page contains a picture box, lots of text boxes (for
input).. you get the idea. All of a sudden everything on the form has
disappeared, it looks like a blank, newly created form. I can still get to
the properties of every item on the form using the drop-down box in the
properties window, the text boxes - everything is still there, it's just not
being displayed on the form! All visible properties set to true.

I tried restarting my computer and VS 2005 to no avail. Help! How do I get
my controls back???

Thanks,
Ryan
 
M

md

Copy and paste the subject of your post into Google and click Search.
There's a ton of answers there.

Matt
 
B

BK

Since you can get to the properties for the objects, try looking at the
location (Top and Left) settings. Is it possible they've gotten
repositioned off screen?
 
R

Ryan

I did and could not find anything related to my problem.. similar but not
the same. It's not helping.

I'll post the Designer.VB file behind the form. Maybe somebody can spot an
error there. Note I have not manually edited this file at all yet. But
this shows all of the Form Controls do exist in the Form class.. for some
reason they're not being Drawn in the editor. Oh it also shows up as a
blank form when I debug now too (different than other users problems I've
seen).

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _

Partial Class FormMunicipalComplaint

Inherits System.Windows.Forms.Form

'Form overrides dispose to clean up the component list.

<System.Diagnostics.DebuggerNonUserCode()> _

Protected Overrides Sub Dispose(ByVal disposing As Boolean)

If disposing AndAlso components IsNot Nothing Then

components.Dispose()

End If

MyBase.Dispose(disposing)

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.

<System.Diagnostics.DebuggerStepThrough()> _

Private Sub InitializeComponent()

Me.components = New System.ComponentModel.Container

Dim resources As System.ComponentModel.ComponentResourceManager = New
System.ComponentModel.ComponentResourceManager(GetType(FormMunicipalComplaint))

Me.BottomToolStripPanel = New System.Windows.Forms.ToolStripPanel

Me.TopToolStripPanel = New System.Windows.Forms.ToolStripPanel

Me.RightToolStripPanel = New System.Windows.Forms.ToolStripPanel

Me.LeftToolStripPanel = New System.Windows.Forms.ToolStripPanel

Me.ContentPanel = New System.Windows.Forms.ToolStripContentPanel

Me.TabControl1 = New System.Windows.Forms.TabControl

Me.TabPageComplaint = New System.Windows.Forms.TabPage

Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker

Me.KM111BindingSource = New
System.Windows.Forms.BindingSource(Me.components)

Me.KM111DataSet = New Municiple_Court_Forms.KM111DataSet

Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker

Me.ButtonOrdinance1 = New System.Windows.Forms.Button

Me.TextBoxViolation = New System.Windows.Forms.TextBox

Me.TextBoxOrdinance = New System.Windows.Forms.TextBox

Me.DateTimePickerCount1Date = New System.Windows.Forms.DateTimePicker

Me.TextBoxPlantiff = New System.Windows.Forms.TextBox

Me.TextBoxCaseNo = New System.Windows.Forms.TextBox

Me.TextBoxWeight = New System.Windows.Forms.TextBox

Me.TextBoxHeight = New System.Windows.Forms.TextBox

Me.TextBoxRaceSex = New System.Windows.Forms.TextBox

Me.TextBoxDOB = New System.Windows.Forms.TextBox

Me.TextBoxDefendantAddress = New System.Windows.Forms.TextBox

Me.TextBoxDefendantName = New System.Windows.Forms.TextBox

Me.TextBoxDL = New System.Windows.Forms.TextBox

Me.PictureBox1 = New System.Windows.Forms.PictureBox

Me.TabPageNoticeToAppear = New System.Windows.Forms.TabPage

Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker

Me.DateTimePicker4 = New System.Windows.Forms.DateTimePicker

Me.Button1 = New System.Windows.Forms.Button

Me.TextBox1 = New System.Windows.Forms.TextBox

Me.TextBox2 = New System.Windows.Forms.TextBox

Me.DateTimePickerCount1Date2 = New System.Windows.Forms.DateTimePicker

Me.TextBoxPlantiff2 = New System.Windows.Forms.TextBox

Me.TextBoxCaseNo2 = New System.Windows.Forms.TextBox

Me.TextBoxWeight2 = New System.Windows.Forms.TextBox

Me.TextBoxHeight2 = New System.Windows.Forms.TextBox

Me.TextBoxRaceSex2 = New System.Windows.Forms.TextBox

Me.TextBoxDOB2 = New System.Windows.Forms.TextBox

Me.TextBoxDefendantAddress2 = New System.Windows.Forms.TextBox

Me.TextBoxDefendantName2 = New System.Windows.Forms.TextBox

Me.TextBoxDL2 = New System.Windows.Forms.TextBox

Me.PictureBox2 = New System.Windows.Forms.PictureBox

Me.TabPageMultipleCounts1 = New System.Windows.Forms.TabPage

Me.PictureBox5 = New System.Windows.Forms.PictureBox

Me.TabPageMultipleCounts2 = New System.Windows.Forms.TabPage

Me.PictureBox6 = New System.Windows.Forms.PictureBox

Me.TabPageMultipleCounts3 = New System.Windows.Forms.TabPage

Me.PictureBox7 = New System.Windows.Forms.PictureBox

Me.TabPageMultipleCounts4 = New System.Windows.Forms.TabPage

Me.PictureBox8 = New System.Windows.Forms.PictureBox

Me.TabPageMultipleCounts5 = New System.Windows.Forms.TabPage

Me.PictureBox9 = New System.Windows.Forms.PictureBox

Me.ToolStripContainer1 = New System.Windows.Forms.ToolStripContainer

Me.MenuStrip1 = New System.Windows.Forms.MenuStrip

Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem

Me.PrintToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem

Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator

Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem

Me.KM111TableAdapter = New
Municiple_Court_Forms.KM111DataSetTableAdapters.KM111TableAdapter

Me.TabPage1 = New System.Windows.Forms.TabPage

Me.DateTimePicker5 = New System.Windows.Forms.DateTimePicker

Me.DateTimePicker6 = New System.Windows.Forms.DateTimePicker

Me.Button2 = New System.Windows.Forms.Button

Me.TextBox3 = New System.Windows.Forms.TextBox

Me.TextBox4 = New System.Windows.Forms.TextBox

Me.DateTimePicker7 = New System.Windows.Forms.DateTimePicker

Me.TextBox5 = New System.Windows.Forms.TextBox

Me.TextBox6 = New System.Windows.Forms.TextBox

Me.TextBox7 = New System.Windows.Forms.TextBox

Me.TextBox8 = New System.Windows.Forms.TextBox

Me.TextBox9 = New System.Windows.Forms.TextBox

Me.TextBox10 = New System.Windows.Forms.TextBox

Me.TextBox11 = New System.Windows.Forms.TextBox

Me.TextBox12 = New System.Windows.Forms.TextBox

Me.TextBox13 = New System.Windows.Forms.TextBox

Me.PictureBox3 = New System.Windows.Forms.PictureBox

Me.TabPage2 = New System.Windows.Forms.TabPage

Me.DateTimePicker8 = New System.Windows.Forms.DateTimePicker

Me.DateTimePicker9 = New System.Windows.Forms.DateTimePicker

Me.Button3 = New System.Windows.Forms.Button

Me.TextBox14 = New System.Windows.Forms.TextBox

Me.TextBox15 = New System.Windows.Forms.TextBox

Me.DateTimePicker10 = New System.Windows.Forms.DateTimePicker

Me.TextBox16 = New System.Windows.Forms.TextBox

Me.TextBox17 = New System.Windows.Forms.TextBox

Me.TextBox18 = New System.Windows.Forms.TextBox

Me.TextBox19 = New System.Windows.Forms.TextBox

Me.TextBox20 = New System.Windows.Forms.TextBox

Me.TextBox21 = New System.Windows.Forms.TextBox

Me.TextBox22 = New System.Windows.Forms.TextBox

Me.TextBox23 = New System.Windows.Forms.TextBox

Me.TextBox24 = New System.Windows.Forms.TextBox

Me.PictureBox4 = New System.Windows.Forms.PictureBox

Me.TabPage3 = New System.Windows.Forms.TabPage

Me.TabPage4 = New System.Windows.Forms.TabPage

Me.TabPage5 = New System.Windows.Forms.TabPage

Me.TabPage6 = New System.Windows.Forms.TabPage

Me.TabPage7 = New System.Windows.Forms.TabPage

Me.TabControl1.SuspendLayout()

Me.TabPageComplaint.SuspendLayout()

CType(Me.KM111BindingSource,
System.ComponentModel.ISupportInitialize).BeginInit()

CType(Me.KM111DataSet, System.ComponentModel.ISupportInitialize).BeginInit()

CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()

Me.TabPageNoticeToAppear.SuspendLayout()

CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()

Me.TabPageMultipleCounts1.SuspendLayout()

CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()

Me.TabPageMultipleCounts2.SuspendLayout()

CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()

Me.TabPageMultipleCounts3.SuspendLayout()

CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit()

Me.TabPageMultipleCounts4.SuspendLayout()

CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit()

Me.TabPageMultipleCounts5.SuspendLayout()

CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit()

Me.ToolStripContainer1.ContentPanel.SuspendLayout()

Me.ToolStripContainer1.TopToolStripPanel.SuspendLayout()

Me.ToolStripContainer1.SuspendLayout()

Me.TabPage1.SuspendLayout()

CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()

Me.TabPage2.SuspendLayout()

CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()

Me.SuspendLayout()

'

'BottomToolStripPanel

'

Me.BottomToolStripPanel.Location = New System.Drawing.Point(0, 0)

Me.BottomToolStripPanel.Name = "BottomToolStripPanel"

Me.BottomToolStripPanel.Orientation =
System.Windows.Forms.Orientation.Horizontal

Me.BottomToolStripPanel.RowMargin = New System.Windows.Forms.Padding(3, 0,
0, 0)

Me.BottomToolStripPanel.Size = New System.Drawing.Size(0, 0)

'

'TopToolStripPanel

'

Me.TopToolStripPanel.Location = New System.Drawing.Point(0, 0)

Me.TopToolStripPanel.Name = "TopToolStripPanel"

Me.TopToolStripPanel.Orientation =
System.Windows.Forms.Orientation.Horizontal

Me.TopToolStripPanel.RowMargin = New System.Windows.Forms.Padding(3, 0, 0,
0)

Me.TopToolStripPanel.Size = New System.Drawing.Size(0, 0)

'

'RightToolStripPanel

'

Me.RightToolStripPanel.Location = New System.Drawing.Point(0, 0)

Me.RightToolStripPanel.Name = "RightToolStripPanel"

Me.RightToolStripPanel.Orientation =
System.Windows.Forms.Orientation.Horizontal

Me.RightToolStripPanel.RowMargin = New System.Windows.Forms.Padding(3, 0, 0,
0)

Me.RightToolStripPanel.Size = New System.Drawing.Size(0, 0)

'

'LeftToolStripPanel

'

Me.LeftToolStripPanel.Location = New System.Drawing.Point(0, 0)

Me.LeftToolStripPanel.Name = "LeftToolStripPanel"

Me.LeftToolStripPanel.Orientation =
System.Windows.Forms.Orientation.Horizontal

Me.LeftToolStripPanel.RowMargin = New System.Windows.Forms.Padding(3, 0, 0,
0)

Me.LeftToolStripPanel.Size = New System.Drawing.Size(0, 0)

'

'ContentPanel

'

Me.ContentPanel.AutoScroll = True

Me.ContentPanel.Size = New System.Drawing.Size(595, 391)

'

'TabControl1

'

Me.TabControl1.Controls.Add(Me.TabPageComplaint)

Me.TabControl1.Controls.Add(Me.TabPageNoticeToAppear)

Me.TabControl1.Controls.Add(Me.TabPageMultipleCounts1)

Me.TabControl1.Controls.Add(Me.TabPageMultipleCounts2)

Me.TabControl1.Controls.Add(Me.TabPageMultipleCounts3)

Me.TabControl1.Controls.Add(Me.TabPageMultipleCounts4)

Me.TabControl1.Controls.Add(Me.TabPageMultipleCounts5)

Me.TabControl1.Location = New System.Drawing.Point(3, 3)

Me.TabControl1.Name = "TabControl1"

Me.TabControl1.SelectedIndex = 0

Me.TabControl1.Size = New System.Drawing.Size(661, 500)

Me.TabControl1.TabIndex = 2

'

'TabPageComplaint

'

Me.TabPageComplaint.AutoScroll = True

Me.TabPageComplaint.Controls.Add(Me.DateTimePicker2)

Me.TabPageComplaint.Controls.Add(Me.DateTimePicker1)

Me.TabPageComplaint.Controls.Add(Me.ButtonOrdinance1)

Me.TabPageComplaint.Controls.Add(Me.TextBoxViolation)

Me.TabPageComplaint.Controls.Add(Me.TextBoxOrdinance)

Me.TabPageComplaint.Controls.Add(Me.DateTimePickerCount1Date)

Me.TabPageComplaint.Controls.Add(Me.TextBoxPlantiff)

Me.TabPageComplaint.Controls.Add(Me.TextBoxCaseNo)

Me.TabPageComplaint.Controls.Add(Me.TextBoxWeight)

Me.TabPageComplaint.Controls.Add(Me.TextBoxHeight)

Me.TabPageComplaint.Controls.Add(Me.TextBoxRaceSex)

Me.TabPageComplaint.Controls.Add(Me.TextBoxDOB)

Me.TabPageComplaint.Controls.Add(Me.TextBoxDefendantAddress)

Me.TabPageComplaint.Controls.Add(Me.TextBoxDefendantName)

Me.TabPageComplaint.Controls.Add(Me.TextBoxDL)

Me.TabPageComplaint.Controls.Add(Me.PictureBox1)

Me.TabPageComplaint.Location = New System.Drawing.Point(4, 22)

Me.TabPageComplaint.Name = "TabPageComplaint"

Me.TabPageComplaint.Padding = New System.Windows.Forms.Padding(3)

Me.TabPageComplaint.Size = New System.Drawing.Size(653, 474)

Me.TabPageComplaint.TabIndex = 0

Me.TabPageComplaint.Text = "Complaint"

Me.TabPageComplaint.UseVisualStyleBackColor = True

'

'DateTimePicker2

'

Me.DateTimePicker2.CustomFormat = "hh:mm tt"

Me.DateTimePicker2.DataBindings.Add(New
System.Windows.Forms.Binding("Value", Me.KM111BindingSource, "TimeSummon",
True))

Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom

Me.DateTimePicker2.Location = New System.Drawing.Point(169, 579)

Me.DateTimePicker2.Name = "DateTimePicker2"

Me.DateTimePicker2.ShowUpDown = True

Me.DateTimePicker2.Size = New System.Drawing.Size(78, 20)

Me.DateTimePicker2.TabIndex = 19

'

'KM111BindingSource

'

Me.KM111BindingSource.DataMember = "KM111"

Me.KM111BindingSource.DataSource = Me.KM111DataSet

'

'KM111DataSet

'

Me.KM111DataSet.DataSetName = "KM111DataSet"

Me.KM111DataSet.SchemaSerializationMode =
System.Data.SchemaSerializationMode.IncludeSchema

'

'DateTimePicker1

'

Me.DateTimePicker1.DataBindings.Add(New
System.Windows.Forms.Binding("Value", Me.KM111BindingSource, "DateSummon",
True))

Me.DateTimePicker1.Format =
System.Windows.Forms.DateTimePickerFormat.[Short]

Me.DateTimePicker1.Location = New System.Drawing.Point(25, 579)

Me.DateTimePicker1.Name = "DateTimePicker1"

Me.DateTimePicker1.Size = New System.Drawing.Size(123, 20)

Me.DateTimePicker1.TabIndex = 18

'

'ButtonOrdinance1

'

Me.ButtonOrdinance1.Image =
CType(resources.GetObject("ButtonOrdinance1.Image"), System.Drawing.Image)

Me.ButtonOrdinance1.Location = New System.Drawing.Point(25, 409)

Me.ButtonOrdinance1.Name = "ButtonOrdinance1"

Me.ButtonOrdinance1.Size = New System.Drawing.Size(28, 23)

Me.ButtonOrdinance1.TabIndex = 17

Me.ButtonOrdinance1.UseVisualStyleBackColor = True

'

'TextBoxViolation

'

Me.TextBoxViolation.BorderStyle =
System.Windows.Forms.BorderStyle.FixedSingle

Me.TextBoxViolation.DataBindings.Add(New
System.Windows.Forms.Binding("Text", Me.KM111BindingSource,
"Count1Violation", True))

Me.TextBoxViolation.ForeColor = System.Drawing.Color.Blue

Me.TextBoxViolation.Location = New System.Drawing.Point(56, 409)

Me.TextBoxViolation.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxViolation.Multiline = True

Me.TextBoxViolation.Name = "TextBoxViolation"

Me.TextBoxViolation.Size = New System.Drawing.Size(553, 121)

Me.TextBoxViolation.TabIndex = 15

'

'TextBoxOrdinance

'

Me.TextBoxOrdinance.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxOrdinance.DataBindings.Add(New
System.Windows.Forms.Binding("Text", Me.KM111BindingSource,
"Count1Ordinance", True))

Me.TextBoxOrdinance.ForeColor = System.Drawing.Color.Blue

Me.TextBoxOrdinance.Location = New System.Drawing.Point(113, 540)

Me.TextBoxOrdinance.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxOrdinance.Name = "TextBoxOrdinance"

Me.TextBoxOrdinance.Size = New System.Drawing.Size(507, 13)

Me.TextBoxOrdinance.TabIndex = 16

Me.TextBoxOrdinance.TabStop = False

'

'DateTimePickerCount1Date

'

Me.DateTimePickerCount1Date.CustomFormat = "MMMM dd, yyyy"

Me.DateTimePickerCount1Date.DataBindings.Add(New
System.Windows.Forms.Binding("Value", Me.KM111BindingSource, "Count1Date",
True))

Me.DateTimePickerCount1Date.Format =
System.Windows.Forms.DateTimePickerFormat.Custom

Me.DateTimePickerCount1Date.Location = New System.Drawing.Point(99, 371)

Me.DateTimePickerCount1Date.Name = "DateTimePickerCount1Date"

Me.DateTimePickerCount1Date.Size = New System.Drawing.Size(173, 20)

Me.DateTimePickerCount1Date.TabIndex = 14

'

'TextBoxPlantiff

'

Me.TextBoxPlantiff.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxPlantiff.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "Plantiff", True))

Me.TextBoxPlantiff.ForeColor = System.Drawing.Color.Blue

Me.TextBoxPlantiff.Location = New System.Drawing.Point(25, 314)

Me.TextBoxPlantiff.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxPlantiff.Name = "TextBoxPlantiff"

Me.TextBoxPlantiff.Size = New System.Drawing.Size(563, 13)

Me.TextBoxPlantiff.TabIndex = 12

Me.TextBoxPlantiff.TextAlign =
System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxCaseNo

'

Me.TextBoxCaseNo.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxCaseNo.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "CaseNo", True))

Me.TextBoxCaseNo.ForeColor = System.Drawing.Color.Blue

Me.TextBoxCaseNo.Location = New System.Drawing.Point(509, 143)

Me.TextBoxCaseNo.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxCaseNo.Name = "TextBoxCaseNo"

Me.TextBoxCaseNo.Size = New System.Drawing.Size(79, 13)

Me.TextBoxCaseNo.TabIndex = 11

Me.TextBoxCaseNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxWeight

'

Me.TextBoxWeight.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxWeight.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "Weight", True))

Me.TextBoxWeight.ForeColor = System.Drawing.Color.Blue

Me.TextBoxWeight.Location = New System.Drawing.Point(311, 174)

Me.TextBoxWeight.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxWeight.Name = "TextBoxWeight"

Me.TextBoxWeight.Size = New System.Drawing.Size(61, 13)

Me.TextBoxWeight.TabIndex = 8

Me.TextBoxWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxHeight

'

Me.TextBoxHeight.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxHeight.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "Height", True))

Me.TextBoxHeight.ForeColor = System.Drawing.Color.Blue

Me.TextBoxHeight.Location = New System.Drawing.Point(245, 174)

Me.TextBoxHeight.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxHeight.Name = "TextBoxHeight"

Me.TextBoxHeight.Size = New System.Drawing.Size(66, 13)

Me.TextBoxHeight.TabIndex = 7

Me.TextBoxHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxRaceSex

'

Me.TextBoxRaceSex.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxRaceSex.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "RaceSex", True))

Me.TextBoxRaceSex.ForeColor = System.Drawing.Color.Blue

Me.TextBoxRaceSex.Location = New System.Drawing.Point(185, 174)

Me.TextBoxRaceSex.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxRaceSex.Name = "TextBoxRaceSex"

Me.TextBoxRaceSex.Size = New System.Drawing.Size(60, 13)

Me.TextBoxRaceSex.TabIndex = 6

Me.TextBoxRaceSex.TextAlign =
System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxDOB

'

Me.TextBoxDOB.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxDOB.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "DateOfBirth", True))

Me.TextBoxDOB.ForeColor = System.Drawing.Color.Blue

Me.TextBoxDOB.Location = New System.Drawing.Point(107, 174)

Me.TextBoxDOB.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxDOB.Name = "TextBoxDOB"

Me.TextBoxDOB.Size = New System.Drawing.Size(69, 13)

Me.TextBoxDOB.TabIndex = 5

Me.TextBoxDOB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxDefendantAddress

'

Me.TextBoxDefendantAddress.BorderStyle =
System.Windows.Forms.BorderStyle.None

Me.TextBoxDefendantAddress.DataBindings.Add(New
System.Windows.Forms.Binding("Text", Me.KM111BindingSource,
"DefendantAddress1", True))

Me.TextBoxDefendantAddress.ForeColor = System.Drawing.Color.Blue

Me.TextBoxDefendantAddress.Location = New System.Drawing.Point(25, 160)

Me.TextBoxDefendantAddress.Name = "TextBoxDefendantAddress"

Me.TextBoxDefendantAddress.Size = New System.Drawing.Size(316, 13)

Me.TextBoxDefendantAddress.TabIndex = 2

Me.TextBoxDefendantAddress.TextAlign =
System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxDefendantName

'

Me.TextBoxDefendantName.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxDefendantName.DataBindings.Add(New
System.Windows.Forms.Binding("Text", Me.KM111BindingSource, "DefendantName",
True))

Me.TextBoxDefendantName.ForeColor = System.Drawing.Color.Blue

Me.TextBoxDefendantName.Location = New System.Drawing.Point(25, 146)

Me.TextBoxDefendantName.Name = "TextBoxDefendantName"

Me.TextBoxDefendantName.Size = New System.Drawing.Size(316, 13)

Me.TextBoxDefendantName.TabIndex = 1

Me.TextBoxDefendantName.TextAlign =
System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxDL

'

Me.TextBoxDL.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxDL.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "DriversLicenseNo", True))

Me.TextBoxDL.ForeColor = System.Drawing.Color.Blue

Me.TextBoxDL.Location = New System.Drawing.Point(25, 174)

Me.TextBoxDL.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxDL.Name = "TextBoxDL"

Me.TextBoxDL.Size = New System.Drawing.Size(82, 13)

Me.TextBoxDL.TabIndex = 4

Me.TextBoxDL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'PictureBox1

'

Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"),
System.Drawing.Image)

Me.PictureBox1.InitialImage =
CType(resources.GetObject("PictureBox1.InitialImage"), System.Drawing.Image)

Me.PictureBox1.Location = New System.Drawing.Point(0, 0)

Me.PictureBox1.Name = "PictureBox1"

Me.PictureBox1.Size = New System.Drawing.Size(637, 835)

Me.PictureBox1.TabIndex = 0

Me.PictureBox1.TabStop = False

'

'TabPageNoticeToAppear

'

Me.TabPageNoticeToAppear.AutoScroll = True

Me.TabPageNoticeToAppear.Controls.Add(Me.DateTimePicker3)

Me.TabPageNoticeToAppear.Controls.Add(Me.DateTimePicker4)

Me.TabPageNoticeToAppear.Controls.Add(Me.Button1)

Me.TabPageNoticeToAppear.Controls.Add(Me.TextBox1)

Me.TabPageNoticeToAppear.Controls.Add(Me.TextBox2)

Me.TabPageNoticeToAppear.Controls.Add(Me.DateTimePickerCount1Date2)

Me.TabPageNoticeToAppear.Controls.Add(Me.TextBoxPlantiff2)

Me.TabPageNoticeToAppear.Controls.Add(Me.TextBoxCaseNo2)

Me.TabPageNoticeToAppear.Controls.Add(Me.TextBoxWeight2)

Me.TabPageNoticeToAppear.Controls.Add(Me.TextBoxHeight2)

Me.TabPageNoticeToAppear.Controls.Add(Me.TextBoxRaceSex2)

Me.TabPageNoticeToAppear.Controls.Add(Me.TextBoxDOB2)

Me.TabPageNoticeToAppear.Controls.Add(Me.TextBoxDefendantAddress2)

Me.TabPageNoticeToAppear.Controls.Add(Me.TextBoxDefendantName2)

Me.TabPageNoticeToAppear.Controls.Add(Me.TextBoxDL2)

Me.TabPageNoticeToAppear.Controls.Add(Me.PictureBox2)

Me.TabPageNoticeToAppear.Location = New System.Drawing.Point(4, 22)

Me.TabPageNoticeToAppear.Name = "TabPageNoticeToAppear"

Me.TabPageNoticeToAppear.Padding = New System.Windows.Forms.Padding(3)

Me.TabPageNoticeToAppear.Size = New System.Drawing.Size(653, 474)

Me.TabPageNoticeToAppear.TabIndex = 1

Me.TabPageNoticeToAppear.Text = "Notice to Appear"

Me.TabPageNoticeToAppear.UseVisualStyleBackColor = True

'

'DateTimePicker3

'

Me.DateTimePicker3.CustomFormat = "hh:mm tt"

Me.DateTimePicker3.DataBindings.Add(New
System.Windows.Forms.Binding("Value", Me.KM111BindingSource, "TimeSummon",
True))

Me.DateTimePicker3.Enabled = False

Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Custom

Me.DateTimePicker3.Location = New System.Drawing.Point(170, 579)

Me.DateTimePicker3.Name = "DateTimePicker3"

Me.DateTimePicker3.ShowUpDown = True

Me.DateTimePicker3.Size = New System.Drawing.Size(78, 20)

Me.DateTimePicker3.TabIndex = 35

'

'DateTimePicker4

'

Me.DateTimePicker4.DataBindings.Add(New
System.Windows.Forms.Binding("Value", Me.KM111BindingSource, "DateSummon",
True))

Me.DateTimePicker4.Enabled = False

Me.DateTimePicker4.Format =
System.Windows.Forms.DateTimePickerFormat.[Short]

Me.DateTimePicker4.Location = New System.Drawing.Point(25, 579)

Me.DateTimePicker4.Name = "DateTimePicker4"

Me.DateTimePicker4.Size = New System.Drawing.Size(123, 20)

Me.DateTimePicker4.TabIndex = 34

'

'Button1

'

Me.Button1.Enabled = False

Me.Button1.Image = CType(resources.GetObject("Button1.Image"),
System.Drawing.Image)

Me.Button1.Location = New System.Drawing.Point(25, 409)

Me.Button1.Name = "Button1"

Me.Button1.Size = New System.Drawing.Size(28, 23)

Me.Button1.TabIndex = 33

Me.Button1.UseVisualStyleBackColor = True

'

'TextBox1

'

Me.TextBox1.BackColor = System.Drawing.Color.White

Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle

Me.TextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "Count1Violation", True))

Me.TextBox1.Enabled = False

Me.TextBox1.ForeColor = System.Drawing.Color.Blue

Me.TextBox1.Location = New System.Drawing.Point(56, 409)

Me.TextBox1.Margin = New System.Windows.Forms.Padding(0)

Me.TextBox1.Multiline = True

Me.TextBox1.Name = "TextBox1"

Me.TextBox1.Size = New System.Drawing.Size(553, 111)

Me.TextBox1.TabIndex = 31

'

'TextBox2

'

Me.TextBox2.BackColor = System.Drawing.Color.White

Me.TextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "Count1Ordinance", True))

Me.TextBox2.Enabled = False

Me.TextBox2.ForeColor = System.Drawing.Color.Blue

Me.TextBox2.Location = New System.Drawing.Point(111, 538)

Me.TextBox2.Margin = New System.Windows.Forms.Padding(0)

Me.TextBox2.Name = "TextBox2"

Me.TextBox2.Size = New System.Drawing.Size(246, 13)

Me.TextBox2.TabIndex = 32

Me.TextBox2.TabStop = False

'

'DateTimePickerCount1Date2

'

Me.DateTimePickerCount1Date2.CustomFormat = "MMMM dd, yyyy"

Me.DateTimePickerCount1Date2.DataBindings.Add(New
System.Windows.Forms.Binding("Value", Me.KM111BindingSource, "Count1Date",
True))

Me.DateTimePickerCount1Date2.Enabled = False

Me.DateTimePickerCount1Date2.Format =
System.Windows.Forms.DateTimePickerFormat.Custom

Me.DateTimePickerCount1Date2.Location = New System.Drawing.Point(99, 371)

Me.DateTimePickerCount1Date2.Name = "DateTimePickerCount1Date2"

Me.DateTimePickerCount1Date2.Size = New System.Drawing.Size(173, 20)

Me.DateTimePickerCount1Date2.TabIndex = 30

'

'TextBoxPlantiff2

'

Me.TextBoxPlantiff2.BackColor = System.Drawing.Color.White

Me.TextBoxPlantiff2.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxPlantiff2.DataBindings.Add(New
System.Windows.Forms.Binding("Text", Me.KM111BindingSource, "Plantiff",
True))

Me.TextBoxPlantiff2.Enabled = False

Me.TextBoxPlantiff2.ForeColor = System.Drawing.Color.Blue

Me.TextBoxPlantiff2.Location = New System.Drawing.Point(25, 314)

Me.TextBoxPlantiff2.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxPlantiff2.Name = "TextBoxPlantiff2"

Me.TextBoxPlantiff2.Size = New System.Drawing.Size(563, 13)

Me.TextBoxPlantiff2.TabIndex = 29

Me.TextBoxPlantiff2.TextAlign =
System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxCaseNo2

'

Me.TextBoxCaseNo2.BackColor = System.Drawing.Color.White

Me.TextBoxCaseNo2.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxCaseNo2.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "CaseNo", True))

Me.TextBoxCaseNo2.Enabled = False

Me.TextBoxCaseNo2.ForeColor = System.Drawing.Color.Blue

Me.TextBoxCaseNo2.Location = New System.Drawing.Point(509, 143)

Me.TextBoxCaseNo2.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxCaseNo2.Name = "TextBoxCaseNo2"

Me.TextBoxCaseNo2.Size = New System.Drawing.Size(79, 13)

Me.TextBoxCaseNo2.TabIndex = 28

Me.TextBoxCaseNo2.TextAlign =
System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxWeight2

'

Me.TextBoxWeight2.BackColor = System.Drawing.Color.White

Me.TextBoxWeight2.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxWeight2.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "Weight", True))

Me.TextBoxWeight2.Enabled = False

Me.TextBoxWeight2.ForeColor = System.Drawing.Color.Blue

Me.TextBoxWeight2.Location = New System.Drawing.Point(311, 174)

Me.TextBoxWeight2.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxWeight2.Name = "TextBoxWeight2"

Me.TextBoxWeight2.Size = New System.Drawing.Size(61, 13)

Me.TextBoxWeight2.TabIndex = 26

Me.TextBoxWeight2.TextAlign =
System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxHeight2

'

Me.TextBoxHeight2.BackColor = System.Drawing.Color.White

Me.TextBoxHeight2.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxHeight2.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "Height", True))

Me.TextBoxHeight2.Enabled = False

Me.TextBoxHeight2.ForeColor = System.Drawing.Color.Blue

Me.TextBoxHeight2.Location = New System.Drawing.Point(245, 174)

Me.TextBoxHeight2.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxHeight2.Name = "TextBoxHeight2"

Me.TextBoxHeight2.Size = New System.Drawing.Size(66, 13)

Me.TextBoxHeight2.TabIndex = 25

Me.TextBoxHeight2.TextAlign =
System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxRaceSex2

'

Me.TextBoxRaceSex2.BackColor = System.Drawing.Color.White

Me.TextBoxRaceSex2.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxRaceSex2.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "RaceSex", True))

Me.TextBoxRaceSex2.Enabled = False

Me.TextBoxRaceSex2.ForeColor = System.Drawing.Color.Blue

Me.TextBoxRaceSex2.Location = New System.Drawing.Point(185, 174)

Me.TextBoxRaceSex2.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxRaceSex2.Name = "TextBoxRaceSex2"

Me.TextBoxRaceSex2.Size = New System.Drawing.Size(60, 13)

Me.TextBoxRaceSex2.TabIndex = 23

Me.TextBoxRaceSex2.TextAlign =
System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxDOB2

'

Me.TextBoxDOB2.BackColor = System.Drawing.Color.White

Me.TextBoxDOB2.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxDOB2.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "DateOfBirth", True))

Me.TextBoxDOB2.Enabled = False

Me.TextBoxDOB2.ForeColor = System.Drawing.Color.Blue

Me.TextBoxDOB2.Location = New System.Drawing.Point(107, 174)

Me.TextBoxDOB2.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxDOB2.Name = "TextBoxDOB2"

Me.TextBoxDOB2.Size = New System.Drawing.Size(69, 13)

Me.TextBoxDOB2.TabIndex = 22

Me.TextBoxDOB2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxDefendantAddress2

'

Me.TextBoxDefendantAddress2.BackColor = System.Drawing.Color.White

Me.TextBoxDefendantAddress2.BorderStyle =
System.Windows.Forms.BorderStyle.None

Me.TextBoxDefendantAddress2.DataBindings.Add(New
System.Windows.Forms.Binding("Text", Me.KM111BindingSource,
"DefendantAddress1", True))

Me.TextBoxDefendantAddress2.Enabled = False

Me.TextBoxDefendantAddress2.ForeColor = System.Drawing.Color.Blue

Me.TextBoxDefendantAddress2.Location = New System.Drawing.Point(25, 160)

Me.TextBoxDefendantAddress2.Name = "TextBoxDefendantAddress2"

Me.TextBoxDefendantAddress2.Size = New System.Drawing.Size(316, 13)

Me.TextBoxDefendantAddress2.TabIndex = 19

Me.TextBoxDefendantAddress2.TextAlign =
System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxDefendantName2

'

Me.TextBoxDefendantName2.BackColor = System.Drawing.Color.White

Me.TextBoxDefendantName2.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxDefendantName2.DataBindings.Add(New
System.Windows.Forms.Binding("Text", Me.KM111BindingSource, "DefendantName",
True))

Me.TextBoxDefendantName2.Enabled = False

Me.TextBoxDefendantName2.ForeColor = System.Drawing.Color.Blue

Me.TextBoxDefendantName2.Location = New System.Drawing.Point(25, 146)

Me.TextBoxDefendantName2.Name = "TextBoxDefendantName2"

Me.TextBoxDefendantName2.Size = New System.Drawing.Size(316, 13)

Me.TextBoxDefendantName2.TabIndex = 18

Me.TextBoxDefendantName2.TextAlign =
System.Windows.Forms.HorizontalAlignment.Center

'

'TextBoxDL2

'

Me.TextBoxDL2.BackColor = System.Drawing.Color.White

Me.TextBoxDL2.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBoxDL2.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "DriversLicenseNo", True))

Me.TextBoxDL2.Enabled = False

Me.TextBoxDL2.ForeColor = System.Drawing.Color.Blue

Me.TextBoxDL2.Location = New System.Drawing.Point(25, 174)

Me.TextBoxDL2.Margin = New System.Windows.Forms.Padding(0)

Me.TextBoxDL2.Name = "TextBoxDL2"

Me.TextBoxDL2.Size = New System.Drawing.Size(82, 13)

Me.TextBoxDL2.TabIndex = 21

Me.TextBoxDL2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'PictureBox2

'

Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"),
System.Drawing.Image)

Me.PictureBox2.Location = New System.Drawing.Point(0, 0)

Me.PictureBox2.Name = "PictureBox2"

Me.PictureBox2.Size = New System.Drawing.Size(637, 835)

Me.PictureBox2.TabIndex = 1

Me.PictureBox2.TabStop = False

'

'TabPageMultipleCounts1

'

Me.TabPageMultipleCounts1.AutoScroll = True

Me.TabPageMultipleCounts1.Controls.Add(Me.PictureBox5)

Me.TabPageMultipleCounts1.Location = New System.Drawing.Point(4, 22)

Me.TabPageMultipleCounts1.Name = "TabPageMultipleCounts1"

Me.TabPageMultipleCounts1.Padding = New System.Windows.Forms.Padding(3)

Me.TabPageMultipleCounts1.Size = New System.Drawing.Size(653, 474)

Me.TabPageMultipleCounts1.TabIndex = 5

Me.TabPageMultipleCounts1.Text = "Multiple (1)"

Me.TabPageMultipleCounts1.UseVisualStyleBackColor = True

'

'PictureBox5

'

Me.PictureBox5.Location = New System.Drawing.Point(0, 0)

Me.PictureBox5.Name = "PictureBox5"

Me.PictureBox5.Size = New System.Drawing.Size(100, 50)

Me.PictureBox5.TabIndex = 0

Me.PictureBox5.TabStop = False

'

'TabPageMultipleCounts2

'

Me.TabPageMultipleCounts2.AutoScroll = True

Me.TabPageMultipleCounts2.Controls.Add(Me.PictureBox6)

Me.TabPageMultipleCounts2.Location = New System.Drawing.Point(4, 22)

Me.TabPageMultipleCounts2.Name = "TabPageMultipleCounts2"

Me.TabPageMultipleCounts2.Padding = New System.Windows.Forms.Padding(3)

Me.TabPageMultipleCounts2.Size = New System.Drawing.Size(653, 474)

Me.TabPageMultipleCounts2.TabIndex = 4

Me.TabPageMultipleCounts2.Text = "Multiple (2)"

Me.TabPageMultipleCounts2.UseVisualStyleBackColor = True

'

'PictureBox6

'

Me.PictureBox6.Location = New System.Drawing.Point(0, 0)

Me.PictureBox6.Name = "PictureBox6"

Me.PictureBox6.Size = New System.Drawing.Size(100, 50)

Me.PictureBox6.TabIndex = 0

Me.PictureBox6.TabStop = False

'

'TabPageMultipleCounts3

'

Me.TabPageMultipleCounts3.AutoScroll = True

Me.TabPageMultipleCounts3.Controls.Add(Me.PictureBox7)

Me.TabPageMultipleCounts3.Location = New System.Drawing.Point(4, 22)

Me.TabPageMultipleCounts3.Name = "TabPageMultipleCounts3"

Me.TabPageMultipleCounts3.Padding = New System.Windows.Forms.Padding(3)

Me.TabPageMultipleCounts3.Size = New System.Drawing.Size(653, 474)

Me.TabPageMultipleCounts3.TabIndex = 3

Me.TabPageMultipleCounts3.Text = "Multiple (3)"

Me.TabPageMultipleCounts3.UseVisualStyleBackColor = True

'

'PictureBox7

'

Me.PictureBox7.Location = New System.Drawing.Point(0, 0)

Me.PictureBox7.Name = "PictureBox7"

Me.PictureBox7.Size = New System.Drawing.Size(100, 50)

Me.PictureBox7.TabIndex = 0

Me.PictureBox7.TabStop = False

'

'TabPageMultipleCounts4

'

Me.TabPageMultipleCounts4.AutoScroll = True

Me.TabPageMultipleCounts4.Controls.Add(Me.PictureBox8)

Me.TabPageMultipleCounts4.Location = New System.Drawing.Point(4, 22)

Me.TabPageMultipleCounts4.Name = "TabPageMultipleCounts4"

Me.TabPageMultipleCounts4.Padding = New System.Windows.Forms.Padding(3)

Me.TabPageMultipleCounts4.Size = New System.Drawing.Size(653, 474)

Me.TabPageMultipleCounts4.TabIndex = 2

Me.TabPageMultipleCounts4.Text = "Multiple (4)"

Me.TabPageMultipleCounts4.UseVisualStyleBackColor = True

'

'PictureBox8

'

Me.PictureBox8.Location = New System.Drawing.Point(0, 0)

Me.PictureBox8.Name = "PictureBox8"

Me.PictureBox8.Size = New System.Drawing.Size(100, 50)

Me.PictureBox8.TabIndex = 0

Me.PictureBox8.TabStop = False

'

'TabPageMultipleCounts5

'

Me.TabPageMultipleCounts5.AutoScroll = True

Me.TabPageMultipleCounts5.Controls.Add(Me.PictureBox9)

Me.TabPageMultipleCounts5.Location = New System.Drawing.Point(4, 22)

Me.TabPageMultipleCounts5.Name = "TabPageMultipleCounts5"

Me.TabPageMultipleCounts5.Padding = New System.Windows.Forms.Padding(3)

Me.TabPageMultipleCounts5.Size = New System.Drawing.Size(653, 474)

Me.TabPageMultipleCounts5.TabIndex = 6

Me.TabPageMultipleCounts5.Text = "Multiple (5)"

Me.TabPageMultipleCounts5.UseVisualStyleBackColor = True

'

'PictureBox9

'

Me.PictureBox9.Location = New System.Drawing.Point(0, 0)

Me.PictureBox9.Name = "PictureBox9"

Me.PictureBox9.Size = New System.Drawing.Size(100, 50)

Me.PictureBox9.TabIndex = 0

Me.PictureBox9.TabStop = False

'

'ToolStripContainer1

'

'

'ToolStripContainer1.ContentPanel

'

Me.ToolStripContainer1.ContentPanel.AutoScroll = True

Me.ToolStripContainer1.ContentPanel.Controls.Add(Me.TabControl1)

Me.ToolStripContainer1.ContentPanel.Size = New System.Drawing.Size(665, 503)

Me.ToolStripContainer1.Location = New System.Drawing.Point(0, 0)

Me.ToolStripContainer1.Name = "ToolStripContainer1"

Me.ToolStripContainer1.RightToolStripPanelVisible = False

Me.ToolStripContainer1.Size = New System.Drawing.Size(665, 527)

Me.ToolStripContainer1.TabIndex = 1

Me.ToolStripContainer1.Text = "ToolStripContainer1"

'

'ToolStripContainer1.TopToolStripPanel

'

Me.ToolStripContainer1.TopToolStripPanel.Controls.Add(Me.MenuStrip1)

'

'MenuStrip1

'

Me.MenuStrip1.Dock = System.Windows.Forms.DockStyle.None

Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)

Me.MenuStrip1.Name = "MenuStrip1"

Me.MenuStrip1.Size = New System.Drawing.Size(665, 24)

Me.MenuStrip1.TabIndex = 0

'

'FileToolStripMenuItem

'

Me.FileToolStripMenuItem.DropDownItems.AddRange(New
System.Windows.Forms.ToolStripItem() {Me.PrintToolStripMenuItem,
Me.ToolStripSeparator1, Me.ExitToolStripMenuItem})

Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem"

Me.FileToolStripMenuItem.Size = New System.Drawing.Size(35, 20)

Me.FileToolStripMenuItem.Text = "&File"

'

'PrintToolStripMenuItem

'

Me.PrintToolStripMenuItem.Name = "PrintToolStripMenuItem"

Me.PrintToolStripMenuItem.Size = New System.Drawing.Size(107, 22)

Me.PrintToolStripMenuItem.Text = "&Print"

'

'ToolStripSeparator1

'

Me.ToolStripSeparator1.Name = "ToolStripSeparator1"

Me.ToolStripSeparator1.Size = New System.Drawing.Size(104, 6)

'

'ExitToolStripMenuItem

'

Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem"

Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(107, 22)

Me.ExitToolStripMenuItem.Text = "E&xit"

'

'KM111TableAdapter

'

Me.KM111TableAdapter.ClearBeforeFill = True

'

'TabPage1

'

Me.TabPage1.AutoScroll = True

Me.TabPage1.Controls.Add(Me.DateTimePicker5)

Me.TabPage1.Controls.Add(Me.DateTimePicker6)

Me.TabPage1.Controls.Add(Me.Button2)

Me.TabPage1.Controls.Add(Me.TextBox3)

Me.TabPage1.Controls.Add(Me.TextBox4)

Me.TabPage1.Controls.Add(Me.DateTimePicker7)

Me.TabPage1.Controls.Add(Me.TextBox5)

Me.TabPage1.Controls.Add(Me.TextBox6)

Me.TabPage1.Controls.Add(Me.TextBox7)

Me.TabPage1.Controls.Add(Me.TextBox8)

Me.TabPage1.Controls.Add(Me.TextBox9)

Me.TabPage1.Controls.Add(Me.TextBox10)

Me.TabPage1.Controls.Add(Me.TextBox11)

Me.TabPage1.Controls.Add(Me.TextBox12)

Me.TabPage1.Controls.Add(Me.TextBox13)

Me.TabPage1.Controls.Add(Me.PictureBox3)

Me.TabPage1.Location = New System.Drawing.Point(4, 22)

Me.TabPage1.Name = "TabPage1"

Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)

Me.TabPage1.Size = New System.Drawing.Size(653, 474)

Me.TabPage1.TabIndex = 0

Me.TabPage1.Text = "Complaint"

Me.TabPage1.UseVisualStyleBackColor = True

'

'DateTimePicker5

'

Me.DateTimePicker5.CustomFormat = "hh:mm tt"

Me.DateTimePicker5.DataBindings.Add(New
System.Windows.Forms.Binding("Value", Me.KM111BindingSource, "TimeSummon",
True))

Me.DateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.Custom

Me.DateTimePicker5.Location = New System.Drawing.Point(169, 579)

Me.DateTimePicker5.Name = "DateTimePicker5"

Me.DateTimePicker5.ShowUpDown = True

Me.DateTimePicker5.Size = New System.Drawing.Size(78, 20)

Me.DateTimePicker5.TabIndex = 19

'

'DateTimePicker6

'

Me.DateTimePicker6.DataBindings.Add(New
System.Windows.Forms.Binding("Value", Me.KM111BindingSource, "DateSummon",
True))

Me.DateTimePicker6.Format =
System.Windows.Forms.DateTimePickerFormat.[Short]

Me.DateTimePicker6.Location = New System.Drawing.Point(25, 579)

Me.DateTimePicker6.Name = "DateTimePicker6"

Me.DateTimePicker6.Size = New System.Drawing.Size(123, 20)

Me.DateTimePicker6.TabIndex = 18

'

'Button2

'

Me.Button2.Location = New System.Drawing.Point(25, 409)

Me.Button2.Name = "Button2"

Me.Button2.Size = New System.Drawing.Size(28, 23)

Me.Button2.TabIndex = 17

Me.Button2.UseVisualStyleBackColor = True

'

'TextBox3

'

Me.TextBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle

Me.TextBox3.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "Count1Violation", True))

Me.TextBox3.ForeColor = System.Drawing.Color.Blue

Me.TextBox3.Location = New System.Drawing.Point(56, 409)

Me.TextBox3.Margin = New System.Windows.Forms.Padding(0)

Me.TextBox3.Multiline = True

Me.TextBox3.Name = "TextBox3"

Me.TextBox3.Size = New System.Drawing.Size(553, 121)

Me.TextBox3.TabIndex = 15

'

'TextBox4

'

Me.TextBox4.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBox4.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "Count1Ordinance", True))

Me.TextBox4.ForeColor = System.Drawing.Color.Blue

Me.TextBox4.Location = New System.Drawing.Point(113, 540)

Me.TextBox4.Margin = New System.Windows.Forms.Padding(0)

Me.TextBox4.Name = "TextBox4"

Me.TextBox4.Size = New System.Drawing.Size(507, 13)

Me.TextBox4.TabIndex = 16

Me.TextBox4.TabStop = False

'

'DateTimePicker7

'

Me.DateTimePicker7.CustomFormat = "MMMM dd, yyyy"

Me.DateTimePicker7.DataBindings.Add(New
System.Windows.Forms.Binding("Value", Me.KM111BindingSource, "Count1Date",
True))

Me.DateTimePicker7.Format = System.Windows.Forms.DateTimePickerFormat.Custom

Me.DateTimePicker7.Location = New System.Drawing.Point(99, 371)

Me.DateTimePicker7.Name = "DateTimePicker7"

Me.DateTimePicker7.Size = New System.Drawing.Size(173, 20)

Me.DateTimePicker7.TabIndex = 14

'

'TextBox5

'

Me.TextBox5.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBox5.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "Plantiff", True))

Me.TextBox5.ForeColor = System.Drawing.Color.Blue

Me.TextBox5.Location = New System.Drawing.Point(25, 314)

Me.TextBox5.Margin = New System.Windows.Forms.Padding(0)

Me.TextBox5.Name = "TextBox5"

Me.TextBox5.Size = New System.Drawing.Size(563, 13)

Me.TextBox5.TabIndex = 12

Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'TextBox6

'

Me.TextBox6.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBox6.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "CaseNo", True))

Me.TextBox6.ForeColor = System.Drawing.Color.Blue

Me.TextBox6.Location = New System.Drawing.Point(509, 143)

Me.TextBox6.Margin = New System.Windows.Forms.Padding(0)

Me.TextBox6.Name = "TextBox6"

Me.TextBox6.Size = New System.Drawing.Size(79, 13)

Me.TextBox6.TabIndex = 11

Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'TextBox7

'

Me.TextBox7.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBox7.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "Weight", True))

Me.TextBox7.ForeColor = System.Drawing.Color.Blue

Me.TextBox7.Location = New System.Drawing.Point(311, 174)

Me.TextBox7.Margin = New System.Windows.Forms.Padding(0)

Me.TextBox7.Name = "TextBox7"

Me.TextBox7.Size = New System.Drawing.Size(61, 13)

Me.TextBox7.TabIndex = 8

Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'TextBox8

'

Me.TextBox8.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBox8.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "Height", True))

Me.TextBox8.ForeColor = System.Drawing.Color.Blue

Me.TextBox8.Location = New System.Drawing.Point(245, 174)

Me.TextBox8.Margin = New System.Windows.Forms.Padding(0)

Me.TextBox8.Name = "TextBox8"

Me.TextBox8.Size = New System.Drawing.Size(66, 13)

Me.TextBox8.TabIndex = 7

Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'TextBox9

'

Me.TextBox9.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBox9.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "RaceSex", True))

Me.TextBox9.ForeColor = System.Drawing.Color.Blue

Me.TextBox9.Location = New System.Drawing.Point(185, 174)

Me.TextBox9.Margin = New System.Windows.Forms.Padding(0)

Me.TextBox9.Name = "TextBox9"

Me.TextBox9.Size = New System.Drawing.Size(60, 13)

Me.TextBox9.TabIndex = 6

Me.TextBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'TextBox10

'

Me.TextBox10.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBox10.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "DateOfBirth", True))

Me.TextBox10.ForeColor = System.Drawing.Color.Blue

Me.TextBox10.Location = New System.Drawing.Point(107, 174)

Me.TextBox10.Margin = New System.Windows.Forms.Padding(0)

Me.TextBox10.Name = "TextBox10"

Me.TextBox10.Size = New System.Drawing.Size(69, 13)

Me.TextBox10.TabIndex = 5

Me.TextBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'TextBox11

'

Me.TextBox11.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBox11.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "DefendantAddress1", True))

Me.TextBox11.ForeColor = System.Drawing.Color.Blue

Me.TextBox11.Location = New System.Drawing.Point(25, 160)

Me.TextBox11.Name = "TextBox11"

Me.TextBox11.Size = New System.Drawing.Size(316, 13)

Me.TextBox11.TabIndex = 2

Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'TextBox12

'

Me.TextBox12.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBox12.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "DefendantName", True))

Me.TextBox12.ForeColor = System.Drawing.Color.Blue

Me.TextBox12.Location = New System.Drawing.Point(25, 146)

Me.TextBox12.Name = "TextBox12"

Me.TextBox12.Size = New System.Drawing.Size(316, 13)

Me.TextBox12.TabIndex = 1

Me.TextBox12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'TextBox13

'

Me.TextBox13.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBox13.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "DriversLicenseNo", True))

Me.TextBox13.ForeColor = System.Drawing.Color.Blue

Me.TextBox13.Location = New System.Drawing.Point(25, 174)

Me.TextBox13.Margin = New System.Windows.Forms.Padding(0)

Me.TextBox13.Name = "TextBox13"

Me.TextBox13.Size = New System.Drawing.Size(82, 13)

Me.TextBox13.TabIndex = 4

Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'PictureBox3

'

Me.PictureBox3.Location = New System.Drawing.Point(0, 0)

Me.PictureBox3.Name = "PictureBox3"

Me.PictureBox3.Size = New System.Drawing.Size(100, 50)

Me.PictureBox3.TabIndex = 20

Me.PictureBox3.TabStop = False

'

'TabPage2

'

Me.TabPage2.AutoScroll = True

Me.TabPage2.Controls.Add(Me.DateTimePicker8)

Me.TabPage2.Controls.Add(Me.DateTimePicker9)

Me.TabPage2.Controls.Add(Me.Button3)

Me.TabPage2.Controls.Add(Me.TextBox14)

Me.TabPage2.Controls.Add(Me.TextBox15)

Me.TabPage2.Controls.Add(Me.DateTimePicker10)

Me.TabPage2.Controls.Add(Me.TextBox16)

Me.TabPage2.Controls.Add(Me.TextBox17)

Me.TabPage2.Controls.Add(Me.TextBox18)

Me.TabPage2.Controls.Add(Me.TextBox19)

Me.TabPage2.Controls.Add(Me.TextBox20)

Me.TabPage2.Controls.Add(Me.TextBox21)

Me.TabPage2.Controls.Add(Me.TextBox22)

Me.TabPage2.Controls.Add(Me.TextBox23)

Me.TabPage2.Controls.Add(Me.TextBox24)

Me.TabPage2.Controls.Add(Me.PictureBox4)

Me.TabPage2.Location = New System.Drawing.Point(4, 22)

Me.TabPage2.Name = "TabPage2"

Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)

Me.TabPage2.Size = New System.Drawing.Size(653, 474)

Me.TabPage2.TabIndex = 1

Me.TabPage2.Text = "Notice to Appear"

Me.TabPage2.UseVisualStyleBackColor = True

'

'DateTimePicker8

'

Me.DateTimePicker8.CustomFormat = "hh:mm tt"

Me.DateTimePicker8.DataBindings.Add(New
System.Windows.Forms.Binding("Value", Me.KM111BindingSource, "TimeSummon",
True))

Me.DateTimePicker8.Enabled = False

Me.DateTimePicker8.Format = System.Windows.Forms.DateTimePickerFormat.Custom

Me.DateTimePicker8.Location = New System.Drawing.Point(170, 579)

Me.DateTimePicker8.Name = "DateTimePicker8"

Me.DateTimePicker8.ShowUpDown = True

Me.DateTimePicker8.Size = New System.Drawing.Size(78, 20)

Me.DateTimePicker8.TabIndex = 35

'

'DateTimePicker9

'

Me.DateTimePicker9.Location = New System.Drawing.Point(0, 0)

Me.DateTimePicker9.Name = "DateTimePicker9"

Me.DateTimePicker9.Size = New System.Drawing.Size(200, 20)

Me.DateTimePicker9.TabIndex = 36

'

'Button3

'

Me.Button3.Location = New System.Drawing.Point(0, 0)

Me.Button3.Name = "Button3"

Me.Button3.Size = New System.Drawing.Size(75, 23)

Me.Button3.TabIndex = 37

'

'TextBox14

'

Me.TextBox14.Location = New System.Drawing.Point(0, 0)

Me.TextBox14.Name = "TextBox14"

Me.TextBox14.Size = New System.Drawing.Size(100, 20)

Me.TextBox14.TabIndex = 38

'

'TextBox15

'

Me.TextBox15.Location = New System.Drawing.Point(0, 0)

Me.TextBox15.Name = "TextBox15"

Me.TextBox15.Size = New System.Drawing.Size(100, 20)

Me.TextBox15.TabIndex = 39

'

'DateTimePicker10

'

Me.DateTimePicker10.Location = New System.Drawing.Point(0, 0)

Me.DateTimePicker10.Name = "DateTimePicker10"

Me.DateTimePicker10.Size = New System.Drawing.Size(200, 20)

Me.DateTimePicker10.TabIndex = 40

'

'TextBox16

'

Me.TextBox16.Location = New System.Drawing.Point(0, 0)

Me.TextBox16.Name = "TextBox16"

Me.TextBox16.Size = New System.Drawing.Size(100, 20)

Me.TextBox16.TabIndex = 41

'

'TextBox17

'

Me.TextBox17.Location = New System.Drawing.Point(0, 0)

Me.TextBox17.Name = "TextBox17"

Me.TextBox17.Size = New System.Drawing.Size(100, 20)

Me.TextBox17.TabIndex = 42

'

'TextBox18

'

Me.TextBox18.Location = New System.Drawing.Point(0, 0)

Me.TextBox18.Name = "TextBox18"

Me.TextBox18.Size = New System.Drawing.Size(100, 20)

Me.TextBox18.TabIndex = 43

'

'TextBox19

'

Me.TextBox19.Location = New System.Drawing.Point(0, 0)

Me.TextBox19.Name = "TextBox19"

Me.TextBox19.Size = New System.Drawing.Size(100, 20)

Me.TextBox19.TabIndex = 44

'

'TextBox20

'

Me.TextBox20.Location = New System.Drawing.Point(0, 0)

Me.TextBox20.Name = "TextBox20"

Me.TextBox20.Size = New System.Drawing.Size(100, 20)

Me.TextBox20.TabIndex = 45

'

'TextBox21

'

Me.TextBox21.BackColor = System.Drawing.Color.White

Me.TextBox21.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBox21.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "DateOfBirth", True))

Me.TextBox21.Enabled = False

Me.TextBox21.ForeColor = System.Drawing.Color.Blue

Me.TextBox21.Location = New System.Drawing.Point(107, 174)

Me.TextBox21.Margin = New System.Windows.Forms.Padding(0)

Me.TextBox21.Name = "TextBox21"

Me.TextBox21.Size = New System.Drawing.Size(69, 13)

Me.TextBox21.TabIndex = 22

Me.TextBox21.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'TextBox22

'

Me.TextBox22.Location = New System.Drawing.Point(0, 0)

Me.TextBox22.Name = "TextBox22"

Me.TextBox22.Size = New System.Drawing.Size(100, 20)

Me.TextBox22.TabIndex = 46

'

'TextBox23

'

Me.TextBox23.Location = New System.Drawing.Point(0, 0)

Me.TextBox23.Name = "TextBox23"

Me.TextBox23.Size = New System.Drawing.Size(100, 20)

Me.TextBox23.TabIndex = 47

'

'TextBox24

'

Me.TextBox24.BackColor = System.Drawing.Color.White

Me.TextBox24.BorderStyle = System.Windows.Forms.BorderStyle.None

Me.TextBox24.DataBindings.Add(New System.Windows.Forms.Binding("Text",
Me.KM111BindingSource, "DriversLicenseNo", True))

Me.TextBox24.Enabled = False

Me.TextBox24.ForeColor = System.Drawing.Color.Blue

Me.TextBox24.Location = New System.Drawing.Point(25, 174)

Me.TextBox24.Margin = New System.Windows.Forms.Padding(0)

Me.TextBox24.Name = "TextBox24"

Me.TextBox24.Size = New System.Drawing.Size(82, 13)

Me.TextBox24.TabIndex = 21

Me.TextBox24.TextAlign = System.Windows.Forms.HorizontalAlignment.Center

'

'PictureBox4

'

Me.PictureBox4.Location = New System.Drawing.Point(0, 0)

Me.PictureBox4.Name = "PictureBox4"

Me.PictureBox4.Size = New System.Drawing.Size(100, 50)

Me.PictureBox4.TabIndex = 48

Me.PictureBox4.TabStop = False

'

'TabPage3

'

Me.TabPage3.Location = New System.Drawing.Point(4, 22)

Me.TabPage3.Name = "TabPage3"

Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)

Me.TabPage3.Size = New System.Drawing.Size(653, 474)

Me.TabPage3.TabIndex = 5

Me.TabPage3.Text = "Multiple (1)"

Me.TabPage3.UseVisualStyleBackColor = True

'

'TabPage4

'

Me.TabPage4.Location = New System.Drawing.Point(4, 22)

Me.TabPage4.Name = "TabPage4"

Me.TabPage4.Padding = New System.Windows.Forms.Padding(3)

Me.TabPage4.Size = New System.Drawing.Size(653, 474)

Me.TabPage4.TabIndex = 4

Me.TabPage4.Text = "Multiple (2)"

Me.TabPage4.UseVisualStyleBackColor = True

'

'TabPage5

'

Me.TabPage5.Location = New System.Drawing.Point(4, 22)

Me.TabPage5.Name = "TabPage5"

Me.TabPage5.Padding = New System.Windows.Forms.Padding(3)

Me.TabPage5.Size = New System.Drawing.Size(653, 474)

Me.TabPage5.TabIndex = 3

Me.TabPage5.Text = "Multiple (3)"

Me.TabPage5.UseVisualStyleBackColor = True

'

'TabPage6

'

Me.TabPage6.Location = New System.Drawing.Point(4, 22)

Me.TabPage6.Name = "TabPage6"

Me.TabPage6.Padding = New System.Windows.Forms.Padding(3)

Me.TabPage6.Size = New System.Drawing.Size(653, 474)

Me.TabPage6.TabIndex = 2

Me.TabPage6.Text = "Multiple (4)"

Me.TabPage6.UseVisualStyleBackColor = True

'

'TabPage7

'

Me.TabPage7.Location = New System.Drawing.Point(4, 22)

Me.TabPage7.Name = "TabPage7"

Me.TabPage7.Padding = New System.Windows.Forms.Padding(3)

Me.TabPage7.Size = New System.Drawing.Size(653, 474)

Me.TabPage7.TabIndex = 6

Me.TabPage7.Text = "Multiple (5)"

Me.TabPage7.UseVisualStyleBackColor = True

'

'FormMunicipalComplaint

'

Me.ClientSize = New System.Drawing.Size(639, 459)

Me.Name = "FormMunicipalComplaint"

Me.Text = "Municipal Complaint"

Me.TabControl1.ResumeLayout(False)

Me.TabPageComplaint.ResumeLayout(False)

Me.TabPageComplaint.PerformLayout()

CType(Me.KM111BindingSource,
System.ComponentModel.ISupportInitialize).EndInit()

CType(Me.KM111DataSet, System.ComponentModel.ISupportInitialize).EndInit()

CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()

Me.TabPageNoticeToAppear.ResumeLayout(False)

Me.TabPageNoticeToAppear.PerformLayout()

CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()

Me.TabPageMultipleCounts1.ResumeLayout(False)

CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()

Me.TabPageMultipleCounts2.ResumeLayout(False)

CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()

Me.TabPageMultipleCounts3.ResumeLayout(False)

CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit()

Me.TabPageMultipleCounts4.ResumeLayout(False)

CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit()

Me.TabPageMultipleCounts5.ResumeLayout(False)

CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit()

Me.ToolStripContainer1.ContentPanel.ResumeLayout(False)

Me.ToolStripContainer1.TopToolStripPanel.ResumeLayout(False)

Me.ToolStripContainer1.TopToolStripPanel.PerformLayout()

Me.ToolStripContainer1.ResumeLayout(False)

Me.ToolStripContainer1.PerformLayout()

Me.TabPage1.ResumeLayout(False)

Me.TabPage1.PerformLayout()

CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()

Me.TabPage2.ResumeLayout(False)

Me.TabPage2.PerformLayout()

CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()

Me.ResumeLayout(False)

End Sub

Friend WithEvents TabControl1 As System.Windows.Forms.TabControl

Friend WithEvents TabPageComplaint As System.Windows.Forms.TabPage

Friend WithEvents TabPageNoticeToAppear As System.Windows.Forms.TabPage

Friend WithEvents TabPageMultipleCounts4 As System.Windows.Forms.TabPage

Friend WithEvents TabPageMultipleCounts3 As System.Windows.Forms.TabPage

Friend WithEvents TabPageMultipleCounts2 As System.Windows.Forms.TabPage

Friend WithEvents TabPageMultipleCounts1 As System.Windows.Forms.TabPage

Friend WithEvents TabPageMultipleCounts5 As System.Windows.Forms.TabPage

Friend WithEvents ToolStripContainer1 As
System.Windows.Forms.ToolStripContainer

Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip

Friend WithEvents FileToolStripMenuItem As
System.Windows.Forms.ToolStripMenuItem

Friend WithEvents PrintToolStripMenuItem As
System.Windows.Forms.ToolStripMenuItem

Friend WithEvents ToolStripSeparator1 As
System.Windows.Forms.ToolStripSeparator

Friend WithEvents ExitToolStripMenuItem As
System.Windows.Forms.ToolStripMenuItem

Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox

Friend WithEvents TextBoxDefendantName As System.Windows.Forms.TextBox

Friend WithEvents TextBoxDL As System.Windows.Forms.TextBox

Friend WithEvents TextBoxDefendantAddress As System.Windows.Forms.TextBox

Friend WithEvents TextBoxPlantiff As System.Windows.Forms.TextBox

Friend WithEvents TextBoxCaseNo As System.Windows.Forms.TextBox

Friend WithEvents TextBoxWeight As System.Windows.Forms.TextBox

Friend WithEvents TextBoxHeight As System.Windows.Forms.TextBox

Friend WithEvents TextBoxRaceSex As System.Windows.Forms.TextBox

Friend WithEvents TextBoxDOB As System.Windows.Forms.TextBox

Friend WithEvents DateTimePickerCount1Date As
System.Windows.Forms.DateTimePicker

Friend WithEvents KM111DataSet As KM111DataSet

Friend WithEvents KM111BindingSource As System.Windows.Forms.BindingSource

Friend WithEvents TextBoxViolation As System.Windows.Forms.TextBox

Friend WithEvents TextBoxOrdinance As System.Windows.Forms.TextBox

Friend WithEvents ButtonOrdinance1 As System.Windows.Forms.Button

Friend WithEvents OrdinanceDataSet As OrdinanceDataSet

Friend WithEvents KM111TableAdapter As
KM111DataSetTableAdapters.KM111TableAdapter

Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox

Friend WithEvents BottomToolStripPanel As
System.Windows.Forms.ToolStripPanel

Friend WithEvents TopToolStripPanel As System.Windows.Forms.ToolStripPanel

Friend WithEvents RightToolStripPanel As System.Windows.Forms.ToolStripPanel

Friend WithEvents LeftToolStripPanel As System.Windows.Forms.ToolStripPanel

Friend WithEvents ContentPanel As System.Windows.Forms.ToolStripContentPanel

Friend WithEvents Button1 As System.Windows.Forms.Button

Friend WithEvents TextBox1 As System.Windows.Forms.TextBox

Friend WithEvents TextBox2 As System.Windows.Forms.TextBox

Friend WithEvents DateTimePickerCount1Date2 As
System.Windows.Forms.DateTimePicker

Friend WithEvents TextBoxPlantiff2 As System.Windows.Forms.TextBox

Friend WithEvents TextBoxCaseNo2 As System.Windows.Forms.TextBox

Friend WithEvents TextBoxWeight2 As System.Windows.Forms.TextBox

Friend WithEvents TextBoxHeight2 As System.Windows.Forms.TextBox

Friend WithEvents TextBoxRaceSex2 As System.Windows.Forms.TextBox

Friend WithEvents TextBoxDOB2 As System.Windows.Forms.TextBox

Friend WithEvents TextBoxDefendantAddress2 As System.Windows.Forms.TextBox

Friend WithEvents TextBoxDefendantName2 As System.Windows.Forms.TextBox

Friend WithEvents TextBoxDL2 As System.Windows.Forms.TextBox

Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker

Friend WithEvents DateTimePicker2 As System.Windows.Forms.DateTimePicker

Friend WithEvents DateTimePicker3 As System.Windows.Forms.DateTimePicker

Friend WithEvents DateTimePicker4 As System.Windows.Forms.DateTimePicker

Friend WithEvents PictureBox5 As System.Windows.Forms.PictureBox

Friend WithEvents TabPage1 As System.Windows.Forms.TabPage

Friend WithEvents DateTimePicker5 As System.Windows.Forms.DateTimePicker

Friend WithEvents DateTimePicker6 As System.Windows.Forms.DateTimePicker

Friend WithEvents Button2 As System.Windows.Forms.Button

Friend WithEvents TextBox3 As System.Windows.Forms.TextBox

Friend WithEvents TextBox4 As System.Windows.Forms.TextBox

Friend WithEvents DateTimePicker7 As System.Windows.Forms.DateTimePicker

Friend WithEvents TextBox5 As System.Windows.Forms.TextBox

Friend WithEvents TextBox6 As System.Windows.Forms.TextBox

Friend WithEvents TextBox7 As System.Windows.Forms.TextBox

Friend WithEvents TextBox8 As System.Windows.Forms.TextBox

Friend WithEvents TextBox9 As System.Windows.Forms.TextBox

Friend WithEvents TextBox10 As System.Windows.Forms.TextBox

Friend WithEvents TextBox11 As System.Windows.Forms.TextBox

Friend WithEvents TextBox12 As System.Windows.Forms.TextBox

Friend WithEvents TextBox13 As System.Windows.Forms.TextBox

Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox

Friend WithEvents TabPage2 As System.Windows.Forms.TabPage

Friend WithEvents DateTimePicker8 As System.Windows.Forms.DateTimePicker

Friend WithEvents DateTimePicker9 As System.Windows.Forms.DateTimePicker

Friend WithEvents Button3 As System.Windows.Forms.Button

Friend WithEvents TextBox14 As System.Windows.Forms.TextBox

Friend WithEvents TextBox15 As System.Windows.Forms.TextBox

Friend WithEvents DateTimePicker10 As System.Windows.Forms.DateTimePicker

Friend WithEvents TextBox16 As System.Windows.Forms.TextBox

Friend WithEvents TextBox17 As System.Windows.Forms.TextBox

Friend WithEvents TextBox18 As System.Windows.Forms.TextBox

Friend WithEvents TextBox19 As System.Windows.Forms.TextBox

Friend WithEvents TextBox20 As System.Windows.Forms.TextBox

Friend WithEvents TextBox21 As System.Windows.Forms.TextBox

Friend WithEvents TextBox22 As System.Windows.Forms.TextBox

Friend WithEvents TextBox23 As System.Windows.Forms.TextBox

Friend WithEvents TextBox24 As System.Windows.Forms.TextBox

Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox

Friend WithEvents TabPage3 As System.Windows.Forms.TabPage

Friend WithEvents TabPage4 As System.Windows.Forms.TabPage

Friend WithEvents TabPage5 As System.Windows.Forms.TabPage

Friend WithEvents TabPage6 As System.Windows.Forms.TabPage

Friend WithEvents TabPage7 As System.Windows.Forms.TabPage

Friend WithEvents PictureBox6 As System.Windows.Forms.PictureBox

Friend WithEvents PictureBox7 As System.Windows.Forms.PictureBox

Friend WithEvents PictureBox8 As System.Windows.Forms.PictureBox

Friend WithEvents PictureBox9 As System.Windows.Forms.PictureBox

End Class
 
R

Ryan

Double-checked this.. most of the positions are around mid-form (ex. 245,
174 is one of my text boxes). My tab control is at 0,0.
 
P

Phill W.

Ryan said:
Ok.. I have a form with lots of stuff on it; a tool strip panel, menu strip,
data binding elements (dataset, binding source, table adapter), tab control
with 7 tab pages, each page contains a picture box, lots of text boxes (for
input).. you get the idea. All of a sudden everything on the form has
disappeared, it looks like a blank, newly created form. I can still get to
the properties of every item on the form using the drop-down box in the
properties window, the text boxes - everything is still there, it's just not
being displayed on the form! All visible properties set to true.

I tried restarting my computer and VS 2005 to no avail. Help! How do I get
my controls back???

Look in the the Designer.vb file for lines that look like

<SomeControl>.Controls.Add( <SomeOtherControl> )

This is what bolts your form together. Chances are (if VB'2005 is
anything like its predecessor), these have got "lost" somewhere between
the Designer and the code that it writes for you.

If all else fails, force the controls back onto the form by adding
statements like the above to the end of InitialiseControls(), adding all
the "Missing" ones one to the Form itself, as in

Me.Controls.Add( Me.<MissingControl> )

With a little Luck, the Controls will reappear in the Designer, albeit
in the wrong place.

HTH,
Phill W.
 
R

Ryan

Phill,

Looking over the designer.VB file this does look to be the problem. Thanks
for the assistance!

Ryan
 
S

ShaneO

Ryan said:
Ok.. I have a form with lots of stuff on it; a tool strip panel, menu strip,
data binding elements (dataset, binding source, table adapter), tab control
with 7 tab pages, each page contains a picture box, lots of text boxes (for
input).. you get the idea. All of a sudden everything on the form has
disappeared, it looks like a blank, newly created form. I can still get to
the properties of every item on the form using the drop-down box in the
properties window, the text boxes - everything is still there, it's just not
being displayed on the form! All visible properties set to true.

I tried restarting my computer and VS 2005 to no avail. Help! How do I get
my controls back???

Thanks,
Ryan
I have had similar problems in the past and have narrowed the cause down
(in my case) to combining TabControl, TableLayoutPanels & ToolStrip
Controls on the same Form.

I haven't found a solution, just the cause, so therefore I'm VERY
careful to take regular backups when combining the above Controls in a
project. Has anyone else found the same?

Regards,

ShaneO

There are 10 kinds of people - Those who understand Binary and those who
don't.
 
L

Linda Liu [MSFT]

Hi Ryan,

When a form is opened in the designer, there're several reasons that a
control which should be on the form doesn't appear on the form. For
example, the control's Location property has been set to (0,0) and the Size
property set to (0,0) as well. Or the control has not been added into the
Controls property of the form.

I have researched on your code in the form.Designer.vb file and found that
several controls' Location property are set to (0,0), e.g. DateTimePicker9,
Button3, TextBox14 and etc, which may not correct. You could correct the
Location property of these controls in the Properties window.

I also found the key point that no controls is shown on the form.
ToolStripContainer1 is the container control for all the other controls on
the form. However, ToolStripContainer1 is not added to the Controls
property of the form. This is the reason why no control is shown on the
form. So you should add a line of code in the IntializeComponent method as
follows.

Me.Controls.Add(Me.ToolStripContainer1)

Hope this helps.
If you have anything unclear, please feel free to let me know.


Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top