private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose              = new System.Windows.Forms.Button();
            this.buttonCrudeAddressAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeAddressEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeAddressSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeAddress = new System.Windows.Forms.DataGridView();
            this.labelAddressTypeRefCombo = new System.Windows.Forms.Label();
            this.addressTypeRefCombo      = new AddressTypeRefCombo();
            this.labelAddressOne          = new System.Windows.Forms.Label();
            this.textBoxAddressOne        = new System.Windows.Forms.TextBox();
            this.labelAddressTwo          = new System.Windows.Forms.Label();
            this.textBoxAddressTwo        = new System.Windows.Forms.TextBox();
            this.labelAddressThree        = new System.Windows.Forms.Label();
            this.textBoxAddressThree      = new System.Windows.Forms.TextBox();
            this.labelCity              = new System.Windows.Forms.Label();
            this.textBoxCity            = new System.Windows.Forms.TextBox();
            this.labelStreet            = new System.Windows.Forms.Label();
            this.textBoxStreet          = new System.Windows.Forms.TextBox();
            this.labelState             = new System.Windows.Forms.Label();
            this.textBoxState           = new System.Windows.Forms.TextBox();
            this.labelDistrict          = new System.Windows.Forms.Label();
            this.textBoxDistrict        = new System.Windows.Forms.TextBox();
            this.labelProvince          = new System.Windows.Forms.Label();
            this.textBoxProvince        = new System.Windows.Forms.TextBox();
            this.labelZipCode           = new System.Windows.Forms.Label();
            this.textBoxZipCode         = new System.Windows.Forms.TextBox();
            this.labelPoBox             = new System.Windows.Forms.Label();
            this.textBoxPoBox           = new System.Windows.Forms.TextBox();
            this.labelComment           = new System.Windows.Forms.Label();
            this.textBoxComment         = new System.Windows.Forms.TextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAddress)).BeginInit();
            this.SuspendLayout();
            //
            // labelAddressTypeRefCombo
            //
            this.labelAddressTypeRefCombo.AutoSize = true;
            this.labelAddressTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelAddressTypeRefCombo.Name     = "labelAddressTypeRefCombo";
            this.labelAddressTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAddressTypeRefCombo.TabIndex = 2;
            this.labelAddressTypeRefCombo.Text     = "Address Type:";
            //
            //addressTypeRefCombo
            //
            this.addressTypeRefCombo.Location = new System.Drawing.Point(140, 13);
            this.addressTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.addressTypeRefCombo.Name     = "addressTypeRefCombo";
            this.addressTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.addressTypeRefCombo.TabIndex = 3;
            //
            // labelAddressOne
            //
            this.labelAddressOne.AutoSize = true;
            this.labelAddressOne.Location = new System.Drawing.Point(11, 36);
            this.labelAddressOne.Name     = "labelAddressOne";
            this.labelAddressOne.Size     = new System.Drawing.Size(71, 13);
            this.labelAddressOne.TabIndex = 4;
            this.labelAddressOne.Text     = "Address One:";
            //
            //textBoxAddressOne
            //
            this.textBoxAddressOne.Location = new System.Drawing.Point(140, 36);
            this.textBoxAddressOne.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAddressOne.Name     = "textBoxAddressOne";
            this.textBoxAddressOne.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAddressOne.TabIndex = 5;
            //
            // labelAddressTwo
            //
            this.labelAddressTwo.AutoSize = true;
            this.labelAddressTwo.Location = new System.Drawing.Point(11, 59);
            this.labelAddressTwo.Name     = "labelAddressTwo";
            this.labelAddressTwo.Size     = new System.Drawing.Size(71, 13);
            this.labelAddressTwo.TabIndex = 6;
            this.labelAddressTwo.Text     = "Address Two:";
            //
            //textBoxAddressTwo
            //
            this.textBoxAddressTwo.Location = new System.Drawing.Point(140, 59);
            this.textBoxAddressTwo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAddressTwo.Name     = "textBoxAddressTwo";
            this.textBoxAddressTwo.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAddressTwo.TabIndex = 7;
            //
            // labelAddressThree
            //
            this.labelAddressThree.AutoSize = true;
            this.labelAddressThree.Location = new System.Drawing.Point(11, 82);
            this.labelAddressThree.Name     = "labelAddressThree";
            this.labelAddressThree.Size     = new System.Drawing.Size(71, 13);
            this.labelAddressThree.TabIndex = 8;
            this.labelAddressThree.Text     = "Address Three:";
            //
            //textBoxAddressThree
            //
            this.textBoxAddressThree.Location = new System.Drawing.Point(140, 82);
            this.textBoxAddressThree.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAddressThree.Name     = "textBoxAddressThree";
            this.textBoxAddressThree.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAddressThree.TabIndex = 9;
            //
            // labelCity
            //
            this.labelCity.AutoSize = true;
            this.labelCity.Location = new System.Drawing.Point(11, 105);
            this.labelCity.Name     = "labelCity";
            this.labelCity.Size     = new System.Drawing.Size(71, 13);
            this.labelCity.TabIndex = 10;
            this.labelCity.Text     = "City:";
            //
            //textBoxCity
            //
            this.textBoxCity.Location = new System.Drawing.Point(140, 105);
            this.textBoxCity.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxCity.Name     = "textBoxCity";
            this.textBoxCity.Size     = new System.Drawing.Size(250, 20);
            this.textBoxCity.TabIndex = 11;
            //
            // labelStreet
            //
            this.labelStreet.AutoSize = true;
            this.labelStreet.Location = new System.Drawing.Point(11, 128);
            this.labelStreet.Name     = "labelStreet";
            this.labelStreet.Size     = new System.Drawing.Size(71, 13);
            this.labelStreet.TabIndex = 12;
            this.labelStreet.Text     = "Street:";
            //
            //textBoxStreet
            //
            this.textBoxStreet.Location = new System.Drawing.Point(140, 128);
            this.textBoxStreet.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxStreet.Name     = "textBoxStreet";
            this.textBoxStreet.Size     = new System.Drawing.Size(250, 20);
            this.textBoxStreet.TabIndex = 13;
            //
            // labelState
            //
            this.labelState.AutoSize = true;
            this.labelState.Location = new System.Drawing.Point(11, 151);
            this.labelState.Name     = "labelState";
            this.labelState.Size     = new System.Drawing.Size(71, 13);
            this.labelState.TabIndex = 14;
            this.labelState.Text     = "State:";
            //
            //textBoxState
            //
            this.textBoxState.Location = new System.Drawing.Point(140, 151);
            this.textBoxState.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxState.Name     = "textBoxState";
            this.textBoxState.Size     = new System.Drawing.Size(250, 20);
            this.textBoxState.TabIndex = 15;
            //
            // labelDistrict
            //
            this.labelDistrict.AutoSize = true;
            this.labelDistrict.Location = new System.Drawing.Point(11, 174);
            this.labelDistrict.Name     = "labelDistrict";
            this.labelDistrict.Size     = new System.Drawing.Size(71, 13);
            this.labelDistrict.TabIndex = 16;
            this.labelDistrict.Text     = "District:";
            //
            //textBoxDistrict
            //
            this.textBoxDistrict.Location = new System.Drawing.Point(140, 174);
            this.textBoxDistrict.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxDistrict.Name     = "textBoxDistrict";
            this.textBoxDistrict.Size     = new System.Drawing.Size(250, 20);
            this.textBoxDistrict.TabIndex = 17;
            //
            // labelProvince
            //
            this.labelProvince.AutoSize = true;
            this.labelProvince.Location = new System.Drawing.Point(11, 197);
            this.labelProvince.Name     = "labelProvince";
            this.labelProvince.Size     = new System.Drawing.Size(71, 13);
            this.labelProvince.TabIndex = 18;
            this.labelProvince.Text     = "Province:";
            //
            //textBoxProvince
            //
            this.textBoxProvince.Location = new System.Drawing.Point(140, 197);
            this.textBoxProvince.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxProvince.Name     = "textBoxProvince";
            this.textBoxProvince.Size     = new System.Drawing.Size(250, 20);
            this.textBoxProvince.TabIndex = 19;
            //
            // labelZipCode
            //
            this.labelZipCode.AutoSize = true;
            this.labelZipCode.Location = new System.Drawing.Point(11, 220);
            this.labelZipCode.Name     = "labelZipCode";
            this.labelZipCode.Size     = new System.Drawing.Size(71, 13);
            this.labelZipCode.TabIndex = 20;
            this.labelZipCode.Text     = "Zip Code:";
            //
            //textBoxZipCode
            //
            this.textBoxZipCode.Location = new System.Drawing.Point(140, 220);
            this.textBoxZipCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxZipCode.Name     = "textBoxZipCode";
            this.textBoxZipCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxZipCode.TabIndex = 21;
            //
            // labelPoBox
            //
            this.labelPoBox.AutoSize = true;
            this.labelPoBox.Location = new System.Drawing.Point(11, 243);
            this.labelPoBox.Name     = "labelPoBox";
            this.labelPoBox.Size     = new System.Drawing.Size(71, 13);
            this.labelPoBox.TabIndex = 22;
            this.labelPoBox.Text     = "Po Box:";
            //
            //textBoxPoBox
            //
            this.textBoxPoBox.Location = new System.Drawing.Point(140, 243);
            this.textBoxPoBox.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxPoBox.Name     = "textBoxPoBox";
            this.textBoxPoBox.Size     = new System.Drawing.Size(250, 20);
            this.textBoxPoBox.TabIndex = 23;
            //
            // labelComment
            //
            this.labelComment.AutoSize = true;
            this.labelComment.Location = new System.Drawing.Point(11, 266);
            this.labelComment.Name     = "labelComment";
            this.labelComment.Size     = new System.Drawing.Size(71, 13);
            this.labelComment.TabIndex = 24;
            this.labelComment.Text     = "Comment:";
            //
            //textBoxComment
            //
            this.textBoxComment.Location = new System.Drawing.Point(140, 266);
            this.textBoxComment.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxComment.Name     = "textBoxComment";
            this.textBoxComment.Size     = new System.Drawing.Size(250, 20);
            this.textBoxComment.TabIndex = 25;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 289);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 26;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 289);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 27;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 312);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 28;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 29;
            //
            // dataGridViewCrudeAddress
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeAddress.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                                         | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeAddress.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeAddress.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeAddress.Location      = new System.Drawing.Point(12, 345);
            this.dataGridViewCrudeAddress.Name          = "dataGridViewCrudeAddress";
            this.dataGridViewCrudeAddress.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewCrudeAddress.TabIndex      = 0;
            this.dataGridViewCrudeAddress.ReadOnly      = true;
            this.dataGridViewCrudeAddress.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeAddress_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 448);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeAddressSearch
            //
            this.buttonCrudeAddressSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAddressSearch.Location = new System.Drawing.Point(198, 448);
            this.buttonCrudeAddressSearch.Name     = "buttonCrudeAddressSearch";
            this.buttonCrudeAddressSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAddressSearch.TabIndex = 2;
            this.buttonCrudeAddressSearch.Text     = "&Search";
            this.buttonCrudeAddressSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeAddressSearch.Click += new System.EventHandler(this.buttonCrudeAddressSearch_Click);
            //
            // buttonCrudeAddressAdd
            //
            this.buttonCrudeAddressAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAddressAdd.Location = new System.Drawing.Point(98, 448);
            this.buttonCrudeAddressAdd.Name     = "buttonCrudeAddressAdd";
            this.buttonCrudeAddressAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAddressAdd.TabIndex = 3;
            this.buttonCrudeAddressAdd.Text     = "&Add";
            this.buttonCrudeAddressAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeAddressAdd.Click += new System.EventHandler(this.buttonCrudeAddressAdd_Click);
            //
            // buttonCrudeAddressEdit
            //
            this.buttonCrudeAddressEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAddressEdit.Location = new System.Drawing.Point(-2, 448);
            this.buttonCrudeAddressEdit.Name     = "buttonCrudeAddressEdit";
            this.buttonCrudeAddressEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAddressEdit.TabIndex = 4;
            this.buttonCrudeAddressEdit.Text     = "&Edit";
            this.buttonCrudeAddressEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeAddressEdit.Click += new System.EventHandler(this.buttonCrudeAddressEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 476);
            this.Controls.Add(this.buttonCrudeAddressSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeAddressAdd);
            this.Controls.Add(this.buttonCrudeAddressEdit);
            this.Controls.Add(this.dataGridViewCrudeAddress);
            this.Name = "CrudeAddressSearch";
            this.Text = "Address Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAddress)).EndInit();
            this.Controls.Add(this.labelAddressTypeRefCombo);
            this.Controls.Add(this.addressTypeRefCombo);
            this.Controls.Add(this.labelAddressOne);
            this.Controls.Add(this.textBoxAddressOne);
            this.Controls.Add(this.labelAddressTwo);
            this.Controls.Add(this.textBoxAddressTwo);
            this.Controls.Add(this.labelAddressThree);
            this.Controls.Add(this.textBoxAddressThree);
            this.Controls.Add(this.labelCity);
            this.Controls.Add(this.textBoxCity);
            this.Controls.Add(this.labelStreet);
            this.Controls.Add(this.textBoxStreet);
            this.Controls.Add(this.labelState);
            this.Controls.Add(this.textBoxState);
            this.Controls.Add(this.labelDistrict);
            this.Controls.Add(this.textBoxDistrict);
            this.Controls.Add(this.labelProvince);
            this.Controls.Add(this.textBoxProvince);
            this.Controls.Add(this.labelZipCode);
            this.Controls.Add(this.textBoxZipCode);
            this.Controls.Add(this.labelPoBox);
            this.Controls.Add(this.textBoxPoBox);
            this.Controls.Add(this.labelComment);
            this.Controls.Add(this.textBoxComment);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelAddressTypeRefCombo = new System.Windows.Forms.Label();
            this.addressTypeRefCombo      = new AddressTypeRefCombo();
            this.labelAddressOne          = new System.Windows.Forms.Label();
            this.textBoxAddressOne        = new System.Windows.Forms.TextBox();
            this.labelAddressTwo          = new System.Windows.Forms.Label();
            this.textBoxAddressTwo        = new System.Windows.Forms.TextBox();
            this.labelAddressThree        = new System.Windows.Forms.Label();
            this.textBoxAddressThree      = new System.Windows.Forms.TextBox();
            this.labelCity              = new System.Windows.Forms.Label();
            this.textBoxCity            = new System.Windows.Forms.TextBox();
            this.labelStreet            = new System.Windows.Forms.Label();
            this.textBoxStreet          = new System.Windows.Forms.TextBox();
            this.labelState             = new System.Windows.Forms.Label();
            this.textBoxState           = new System.Windows.Forms.TextBox();
            this.labelDistrict          = new System.Windows.Forms.Label();
            this.textBoxDistrict        = new System.Windows.Forms.TextBox();
            this.labelProvince          = new System.Windows.Forms.Label();
            this.textBoxProvince        = new System.Windows.Forms.TextBox();
            this.labelZipCode           = new System.Windows.Forms.Label();
            this.textBoxZipCode         = new System.Windows.Forms.TextBox();
            this.labelPoBox             = new System.Windows.Forms.Label();
            this.textBoxPoBox           = new System.Windows.Forms.TextBox();
            this.labelComment           = new System.Windows.Forms.Label();
            this.textBoxComment         = new System.Windows.Forms.TextBox();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelAddressTypeRefCombo
            //
            this.labelAddressTypeRefCombo.AutoSize = true;
            this.labelAddressTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelAddressTypeRefCombo.Name     = "labelAddressTypeRefCombo";
            this.labelAddressTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAddressTypeRefCombo.TabIndex = 2;
            this.labelAddressTypeRefCombo.Text     = "Address Type:";
            //
            //addressTypeRefCombo
            //
            this.addressTypeRefCombo.Location = new System.Drawing.Point(140, 13);
            this.addressTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.addressTypeRefCombo.Name     = "addressTypeRefCombo";
            this.addressTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.addressTypeRefCombo.TabIndex = 3;
            //
            // labelAddressOne
            //
            this.labelAddressOne.AutoSize = true;
            this.labelAddressOne.Location = new System.Drawing.Point(11, 36);
            this.labelAddressOne.Name     = "labelAddressOne";
            this.labelAddressOne.Size     = new System.Drawing.Size(71, 13);
            this.labelAddressOne.TabIndex = 4;
            this.labelAddressOne.Text     = "Address One:";
            //
            //textBoxAddressOne
            //
            this.textBoxAddressOne.Location = new System.Drawing.Point(140, 36);
            this.textBoxAddressOne.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAddressOne.Name     = "textBoxAddressOne";
            this.textBoxAddressOne.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAddressOne.TabIndex = 5;
            //
            // labelAddressTwo
            //
            this.labelAddressTwo.AutoSize = true;
            this.labelAddressTwo.Location = new System.Drawing.Point(11, 59);
            this.labelAddressTwo.Name     = "labelAddressTwo";
            this.labelAddressTwo.Size     = new System.Drawing.Size(71, 13);
            this.labelAddressTwo.TabIndex = 6;
            this.labelAddressTwo.Text     = "Address Two:";
            //
            //textBoxAddressTwo
            //
            this.textBoxAddressTwo.Location = new System.Drawing.Point(140, 59);
            this.textBoxAddressTwo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAddressTwo.Name     = "textBoxAddressTwo";
            this.textBoxAddressTwo.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAddressTwo.TabIndex = 7;
            //
            // labelAddressThree
            //
            this.labelAddressThree.AutoSize = true;
            this.labelAddressThree.Location = new System.Drawing.Point(11, 82);
            this.labelAddressThree.Name     = "labelAddressThree";
            this.labelAddressThree.Size     = new System.Drawing.Size(71, 13);
            this.labelAddressThree.TabIndex = 8;
            this.labelAddressThree.Text     = "Address Three:";
            //
            //textBoxAddressThree
            //
            this.textBoxAddressThree.Location = new System.Drawing.Point(140, 82);
            this.textBoxAddressThree.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAddressThree.Name     = "textBoxAddressThree";
            this.textBoxAddressThree.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAddressThree.TabIndex = 9;
            //
            // labelCity
            //
            this.labelCity.AutoSize = true;
            this.labelCity.Location = new System.Drawing.Point(11, 105);
            this.labelCity.Name     = "labelCity";
            this.labelCity.Size     = new System.Drawing.Size(71, 13);
            this.labelCity.TabIndex = 10;
            this.labelCity.Text     = "City:";
            //
            //textBoxCity
            //
            this.textBoxCity.Location = new System.Drawing.Point(140, 105);
            this.textBoxCity.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxCity.Name     = "textBoxCity";
            this.textBoxCity.Size     = new System.Drawing.Size(250, 20);
            this.textBoxCity.TabIndex = 11;
            //
            // labelStreet
            //
            this.labelStreet.AutoSize = true;
            this.labelStreet.Location = new System.Drawing.Point(11, 128);
            this.labelStreet.Name     = "labelStreet";
            this.labelStreet.Size     = new System.Drawing.Size(71, 13);
            this.labelStreet.TabIndex = 12;
            this.labelStreet.Text     = "Street:";
            //
            //textBoxStreet
            //
            this.textBoxStreet.Location = new System.Drawing.Point(140, 128);
            this.textBoxStreet.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxStreet.Name     = "textBoxStreet";
            this.textBoxStreet.Size     = new System.Drawing.Size(250, 20);
            this.textBoxStreet.TabIndex = 13;
            //
            // labelState
            //
            this.labelState.AutoSize = true;
            this.labelState.Location = new System.Drawing.Point(11, 151);
            this.labelState.Name     = "labelState";
            this.labelState.Size     = new System.Drawing.Size(71, 13);
            this.labelState.TabIndex = 14;
            this.labelState.Text     = "State:";
            //
            //textBoxState
            //
            this.textBoxState.Location = new System.Drawing.Point(140, 151);
            this.textBoxState.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxState.Name     = "textBoxState";
            this.textBoxState.Size     = new System.Drawing.Size(250, 20);
            this.textBoxState.TabIndex = 15;
            //
            // labelDistrict
            //
            this.labelDistrict.AutoSize = true;
            this.labelDistrict.Location = new System.Drawing.Point(11, 174);
            this.labelDistrict.Name     = "labelDistrict";
            this.labelDistrict.Size     = new System.Drawing.Size(71, 13);
            this.labelDistrict.TabIndex = 16;
            this.labelDistrict.Text     = "District:";
            //
            //textBoxDistrict
            //
            this.textBoxDistrict.Location = new System.Drawing.Point(140, 174);
            this.textBoxDistrict.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxDistrict.Name     = "textBoxDistrict";
            this.textBoxDistrict.Size     = new System.Drawing.Size(250, 20);
            this.textBoxDistrict.TabIndex = 17;
            //
            // labelProvince
            //
            this.labelProvince.AutoSize = true;
            this.labelProvince.Location = new System.Drawing.Point(11, 197);
            this.labelProvince.Name     = "labelProvince";
            this.labelProvince.Size     = new System.Drawing.Size(71, 13);
            this.labelProvince.TabIndex = 18;
            this.labelProvince.Text     = "Province:";
            //
            //textBoxProvince
            //
            this.textBoxProvince.Location = new System.Drawing.Point(140, 197);
            this.textBoxProvince.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxProvince.Name     = "textBoxProvince";
            this.textBoxProvince.Size     = new System.Drawing.Size(250, 20);
            this.textBoxProvince.TabIndex = 19;
            //
            // labelZipCode
            //
            this.labelZipCode.AutoSize = true;
            this.labelZipCode.Location = new System.Drawing.Point(11, 220);
            this.labelZipCode.Name     = "labelZipCode";
            this.labelZipCode.Size     = new System.Drawing.Size(71, 13);
            this.labelZipCode.TabIndex = 20;
            this.labelZipCode.Text     = "Zip Code:";
            //
            //textBoxZipCode
            //
            this.textBoxZipCode.Location = new System.Drawing.Point(140, 220);
            this.textBoxZipCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxZipCode.Name     = "textBoxZipCode";
            this.textBoxZipCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxZipCode.TabIndex = 21;
            //
            // labelPoBox
            //
            this.labelPoBox.AutoSize = true;
            this.labelPoBox.Location = new System.Drawing.Point(11, 243);
            this.labelPoBox.Name     = "labelPoBox";
            this.labelPoBox.Size     = new System.Drawing.Size(71, 13);
            this.labelPoBox.TabIndex = 22;
            this.labelPoBox.Text     = "Po Box:";
            //
            //textBoxPoBox
            //
            this.textBoxPoBox.Location = new System.Drawing.Point(140, 243);
            this.textBoxPoBox.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxPoBox.Name     = "textBoxPoBox";
            this.textBoxPoBox.Size     = new System.Drawing.Size(250, 20);
            this.textBoxPoBox.TabIndex = 23;
            //
            // labelComment
            //
            this.labelComment.AutoSize = true;
            this.labelComment.Location = new System.Drawing.Point(11, 266);
            this.labelComment.Name     = "labelComment";
            this.labelComment.Size     = new System.Drawing.Size(71, 13);
            this.labelComment.TabIndex = 24;
            this.labelComment.Text     = "Comment:";
            //
            //textBoxComment
            //
            this.textBoxComment.Location = new System.Drawing.Point(140, 266);
            this.textBoxComment.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxComment.Name     = "textBoxComment";
            this.textBoxComment.Size     = new System.Drawing.Size(250, 20);
            this.textBoxComment.TabIndex = 25;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 289);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 26;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 27;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 312);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 28;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 312);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 29;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 335);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(198, 335);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 363);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeAddressEdit";
            this.Text = "Address Edit";
            this.Controls.Add(this.labelAddressTypeRefCombo);
            this.Controls.Add(this.addressTypeRefCombo);
            this.Controls.Add(this.labelAddressOne);
            this.Controls.Add(this.textBoxAddressOne);
            this.Controls.Add(this.labelAddressTwo);
            this.Controls.Add(this.textBoxAddressTwo);
            this.Controls.Add(this.labelAddressThree);
            this.Controls.Add(this.textBoxAddressThree);
            this.Controls.Add(this.labelCity);
            this.Controls.Add(this.textBoxCity);
            this.Controls.Add(this.labelStreet);
            this.Controls.Add(this.textBoxStreet);
            this.Controls.Add(this.labelState);
            this.Controls.Add(this.textBoxState);
            this.Controls.Add(this.labelDistrict);
            this.Controls.Add(this.textBoxDistrict);
            this.Controls.Add(this.labelProvince);
            this.Controls.Add(this.textBoxProvince);
            this.Controls.Add(this.labelZipCode);
            this.Controls.Add(this.textBoxZipCode);
            this.Controls.Add(this.labelPoBox);
            this.Controls.Add(this.textBoxPoBox);
            this.Controls.Add(this.labelComment);
            this.Controls.Add(this.textBoxComment);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }