private void InitializeComponent()
 {
     this.btnAccept    = new System.Windows.Forms.Button();
     this.btnCancel    = new System.Windows.Forms.Button();
     this.lblName      = new System.Windows.Forms.Label();
     this.lblSex       = new System.Windows.Forms.Label();
     this.lblNote      = new System.Windows.Forms.Label();
     this.txtName      = new System.Windows.Forms.TextBox();
     this.cmbSex       = new System.Windows.Forms.ComboBox();
     this.txtNote      = new System.Windows.Forms.TextBox();
     this.lblSpecies   = new System.Windows.Forms.Label();
     this.cmbSpecies   = new System.Windows.Forms.ComboBox();
     this.cmbState     = new System.Windows.Forms.ComboBox();
     this.lblState     = new System.Windows.Forms.Label();
     this.imgViewer    = new AquaMate.UI.Components.ImageViewer();
     this.tabControl1  = new System.Windows.Forms.TabControl();
     this.tabCommon    = new System.Windows.Forms.TabPage();
     this.tabTransfers = new System.Windows.Forms.TabPage();
     this.lvTransfers  = new AquaMate.UI.Components.ZListView();
     this.tabControl1.SuspendLayout();
     this.tabCommon.SuspendLayout();
     this.tabTransfers.SuspendLayout();
     this.SuspendLayout();
     //
     // btnAccept
     //
     this.btnAccept.Location                = new System.Drawing.Point(599, 251);
     this.btnAccept.Margin                  = new System.Windows.Forms.Padding(2);
     this.btnAccept.Name                    = "btnAccept";
     this.btnAccept.Size                    = new System.Drawing.Size(96, 24);
     this.btnAccept.TabIndex                = 8;
     this.btnAccept.Text                    = "Accept";
     this.btnAccept.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAccept.UseVisualStyleBackColor = true;
     this.btnAccept.Click                  += new System.EventHandler(this.btnAccept_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(699, 251);
     this.btnCancel.Margin                  = new System.Windows.Forms.Padding(2);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(96, 24);
     this.btnCancel.TabIndex                = 9;
     this.btnCancel.Text                    = "Cancel";
     this.btnCancel.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // lblName
     //
     this.lblName.Location = new System.Drawing.Point(262, 14);
     this.lblName.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(80, 17);
     this.lblName.TabIndex = 0;
     this.lblName.Text     = "Name";
     //
     // lblSex
     //
     this.lblSex.Location = new System.Drawing.Point(588, 14);
     this.lblSex.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblSex.Name     = "lblSex";
     this.lblSex.Size     = new System.Drawing.Size(80, 17);
     this.lblSex.TabIndex = 2;
     this.lblSex.Text     = "Sex";
     //
     // lblNote
     //
     this.lblNote.Location = new System.Drawing.Point(262, 75);
     this.lblNote.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblNote.Name     = "lblNote";
     this.lblNote.Size     = new System.Drawing.Size(80, 17);
     this.lblNote.TabIndex = 6;
     this.lblNote.Text     = "Note";
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(345, 11);
     this.txtName.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 7);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(239, 22);
     this.txtName.TabIndex = 1;
     //
     // cmbSex
     //
     this.cmbSex.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSex.FormattingEnabled = true;
     this.cmbSex.Location          = new System.Drawing.Point(638, 11);
     this.cmbSex.Margin            = new System.Windows.Forms.Padding(2, 2, 2, 7);
     this.cmbSex.Name     = "cmbSex";
     this.cmbSex.Size     = new System.Drawing.Size(124, 21);
     this.cmbSex.TabIndex = 3;
     //
     // txtNote
     //
     this.txtNote.Location  = new System.Drawing.Point(345, 72);
     this.txtNote.Margin    = new System.Windows.Forms.Padding(2, 2, 2, 7);
     this.txtNote.Multiline = true;
     this.txtNote.Name      = "txtNote";
     this.txtNote.Size      = new System.Drawing.Size(417, 48);
     this.txtNote.TabIndex  = 7;
     //
     // lblSpecies
     //
     this.lblSpecies.Location = new System.Drawing.Point(262, 45);
     this.lblSpecies.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblSpecies.Name     = "lblSpecies";
     this.lblSpecies.Size     = new System.Drawing.Size(88, 17);
     this.lblSpecies.TabIndex = 4;
     this.lblSpecies.Text     = "Species";
     //
     // cmbSpecies
     //
     this.cmbSpecies.Location              = new System.Drawing.Point(345, 42);
     this.cmbSpecies.Margin                = new System.Windows.Forms.Padding(2, 2, 2, 7);
     this.cmbSpecies.Name                  = "cmbSpecies";
     this.cmbSpecies.Size                  = new System.Drawing.Size(239, 21);
     this.cmbSpecies.TabIndex              = 5;
     this.cmbSpecies.SelectedIndexChanged += new System.EventHandler(this.cmbSpecies_SelectedIndexChanged);
     //
     // cmbState
     //
     this.cmbState.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbState.FormattingEnabled = true;
     this.cmbState.Location          = new System.Drawing.Point(345, 129);
     this.cmbState.Margin            = new System.Windows.Forms.Padding(2, 2, 2, 7);
     this.cmbState.Name     = "cmbState";
     this.cmbState.Size     = new System.Drawing.Size(136, 21);
     this.cmbState.TabIndex = 25;
     //
     // lblState
     //
     this.lblState.Location = new System.Drawing.Point(262, 132);
     this.lblState.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblState.Name     = "lblState";
     this.lblState.Size     = new System.Drawing.Size(80, 17);
     this.lblState.TabIndex = 24;
     this.lblState.Text     = "State";
     //
     // imgViewer
     //
     this.imgViewer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.imgViewer.Location    = new System.Drawing.Point(12, 12);
     this.imgViewer.Name        = "imgViewer";
     this.imgViewer.Size        = new System.Drawing.Size(245, 172);
     this.imgViewer.TabIndex    = 26;
     this.imgViewer.TabStop     = false;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabCommon);
     this.tabControl1.Controls.Add(this.tabTransfers);
     this.tabControl1.Location              = new System.Drawing.Point(12, 12);
     this.tabControl1.Name                  = "tabControl1";
     this.tabControl1.SelectedIndex         = 0;
     this.tabControl1.Size                  = new System.Drawing.Size(783, 227);
     this.tabControl1.TabIndex              = 27;
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
     //
     // tabCommon
     //
     this.tabCommon.BackColor = System.Drawing.SystemColors.Control;
     this.tabCommon.Controls.Add(this.imgViewer);
     this.tabCommon.Controls.Add(this.cmbState);
     this.tabCommon.Controls.Add(this.lblState);
     this.tabCommon.Controls.Add(this.txtNote);
     this.tabCommon.Controls.Add(this.cmbSex);
     this.tabCommon.Controls.Add(this.cmbSpecies);
     this.tabCommon.Controls.Add(this.txtName);
     this.tabCommon.Controls.Add(this.lblNote);
     this.tabCommon.Controls.Add(this.lblSpecies);
     this.tabCommon.Controls.Add(this.lblSex);
     this.tabCommon.Controls.Add(this.lblName);
     this.tabCommon.Location = new System.Drawing.Point(4, 22);
     this.tabCommon.Name     = "tabCommon";
     this.tabCommon.Padding  = new System.Windows.Forms.Padding(3);
     this.tabCommon.Size     = new System.Drawing.Size(775, 201);
     this.tabCommon.TabIndex = 0;
     this.tabCommon.Text     = "tabCommon";
     //
     // tabTransfers
     //
     this.tabTransfers.BackColor = System.Drawing.SystemColors.Control;
     this.tabTransfers.Controls.Add(this.lvTransfers);
     this.tabTransfers.Location = new System.Drawing.Point(4, 22);
     this.tabTransfers.Name     = "tabTransfers";
     this.tabTransfers.Padding  = new System.Windows.Forms.Padding(3);
     this.tabTransfers.Size     = new System.Drawing.Size(775, 201);
     this.tabTransfers.TabIndex = 1;
     this.tabTransfers.Text     = "tabTransfers";
     //
     // lvTransfers
     //
     this.lvTransfers.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvTransfers.FullRowSelect = true;
     this.lvTransfers.HideSelection = false;
     this.lvTransfers.Location      = new System.Drawing.Point(3, 3);
     this.lvTransfers.Name          = "lvTransfers";
     this.lvTransfers.Order         = System.Windows.Forms.SortOrder.None;
     this.lvTransfers.OwnerDraw     = true;
     this.lvTransfers.Size          = new System.Drawing.Size(769, 195);
     this.lvTransfers.SortColumn    = 0;
     this.lvTransfers.TabIndex      = 3;
     this.lvTransfers.UseCompatibleStateImageBehavior = false;
     this.lvTransfers.View = System.Windows.Forms.View.Details;
     //
     // InhabitantEditDlg
     //
     this.AcceptButton        = this.btnAccept;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(806, 286);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnAccept);
     this.Font            = new System.Drawing.Font("Segoe UI", 8.25F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(2);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "InhabitantEditDlg";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Inhabitant";
     this.tabControl1.ResumeLayout(false);
     this.tabCommon.ResumeLayout(false);
     this.tabCommon.PerformLayout();
     this.tabTransfers.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.btnAccept    = new System.Windows.Forms.Button();
     this.btnCancel    = new System.Windows.Forms.Button();
     this.tabControl   = new System.Windows.Forms.TabControl();
     this.tabCommon    = new System.Windows.Forms.TabPage();
     this.pgProps      = new System.Windows.Forms.PropertyGrid();
     this.cmbState     = new System.Windows.Forms.ComboBox();
     this.lblState     = new System.Windows.Forms.Label();
     this.cmbType      = new System.Windows.Forms.ComboBox();
     this.lblType      = new System.Windows.Forms.Label();
     this.txtNote      = new System.Windows.Forms.TextBox();
     this.lblNote      = new System.Windows.Forms.Label();
     this.cmbBrand     = new System.Windows.Forms.ComboBox();
     this.lblBrand     = new System.Windows.Forms.Label();
     this.txtName      = new System.Windows.Forms.TextBox();
     this.lblName      = new System.Windows.Forms.Label();
     this.tabTransfers = new System.Windows.Forms.TabPage();
     this.lvTransfers  = new AquaMate.UI.Components.ZListView();
     this.tabControl.SuspendLayout();
     this.tabCommon.SuspendLayout();
     this.tabTransfers.SuspendLayout();
     this.SuspendLayout();
     //
     // btnAccept
     //
     this.btnAccept.Location                = new System.Drawing.Point(381, 482);
     this.btnAccept.Margin                  = new System.Windows.Forms.Padding(2);
     this.btnAccept.Name                    = "btnAccept";
     this.btnAccept.Size                    = new System.Drawing.Size(120, 30);
     this.btnAccept.TabIndex                = 1;
     this.btnAccept.Text                    = "Accept";
     this.btnAccept.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAccept.UseVisualStyleBackColor = true;
     this.btnAccept.Click                  += new System.EventHandler(this.btnAccept_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(506, 482);
     this.btnCancel.Margin                  = new System.Windows.Forms.Padding(2);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(120, 30);
     this.btnCancel.TabIndex                = 2;
     this.btnCancel.Text                    = "Cancel";
     this.btnCancel.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabCommon);
     this.tabControl.Controls.Add(this.tabTransfers);
     this.tabControl.Location              = new System.Drawing.Point(14, 14);
     this.tabControl.Margin                = new System.Windows.Forms.Padding(2, 2, 2, 9);
     this.tabControl.Name                  = "tabControl";
     this.tabControl.SelectedIndex         = 0;
     this.tabControl.Size                  = new System.Drawing.Size(612, 458);
     this.tabControl.TabIndex              = 0;
     this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
     //
     // tabCommon
     //
     this.tabCommon.BackColor = System.Drawing.SystemColors.Control;
     this.tabCommon.Controls.Add(this.pgProps);
     this.tabCommon.Controls.Add(this.cmbState);
     this.tabCommon.Controls.Add(this.lblState);
     this.tabCommon.Controls.Add(this.cmbType);
     this.tabCommon.Controls.Add(this.lblType);
     this.tabCommon.Controls.Add(this.txtNote);
     this.tabCommon.Controls.Add(this.lblNote);
     this.tabCommon.Controls.Add(this.cmbBrand);
     this.tabCommon.Controls.Add(this.lblBrand);
     this.tabCommon.Controls.Add(this.txtName);
     this.tabCommon.Controls.Add(this.lblName);
     this.tabCommon.Location = new System.Drawing.Point(4, 28);
     this.tabCommon.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabCommon.Name     = "tabCommon";
     this.tabCommon.Padding  = new System.Windows.Forms.Padding(11, 11, 11, 11);
     this.tabCommon.Size     = new System.Drawing.Size(604, 426);
     this.tabCommon.TabIndex = 0;
     this.tabCommon.Text     = "tabCommon";
     //
     // pgProps
     //
     this.pgProps.HelpVisible    = false;
     this.pgProps.Location       = new System.Drawing.Point(14, 236);
     this.pgProps.Margin         = new System.Windows.Forms.Padding(2, 2, 2, 9);
     this.pgProps.Name           = "pgProps";
     this.pgProps.PropertySort   = System.Windows.Forms.PropertySort.NoSort;
     this.pgProps.Size           = new System.Drawing.Size(575, 169);
     this.pgProps.TabIndex       = 10;
     this.pgProps.ToolbarVisible = false;
     //
     // cmbState
     //
     this.cmbState.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbState.FormattingEnabled = true;
     this.cmbState.Location          = new System.Drawing.Point(148, 199);
     this.cmbState.Margin            = new System.Windows.Forms.Padding(2, 2, 2, 9);
     this.cmbState.Name     = "cmbState";
     this.cmbState.Size     = new System.Drawing.Size(169, 27);
     this.cmbState.TabIndex = 9;
     //
     // lblState
     //
     this.lblState.Location = new System.Drawing.Point(14, 202);
     this.lblState.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblState.Name     = "lblState";
     this.lblState.Size     = new System.Drawing.Size(100, 21);
     this.lblState.TabIndex = 8;
     this.lblState.Text     = "State";
     //
     // cmbType
     //
     this.cmbType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbType.FormattingEnabled = true;
     this.cmbType.Location          = new System.Drawing.Point(148, 90);
     this.cmbType.Margin            = new System.Windows.Forms.Padding(2, 2, 2, 9);
     this.cmbType.Name                  = "cmbType";
     this.cmbType.Size                  = new System.Drawing.Size(169, 27);
     this.cmbType.TabIndex              = 5;
     this.cmbType.SelectedIndexChanged += new System.EventHandler(this.cmbType_SelectedIndexChanged);
     //
     // lblType
     //
     this.lblType.Location = new System.Drawing.Point(14, 94);
     this.lblType.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblType.Name     = "lblType";
     this.lblType.Size     = new System.Drawing.Size(100, 21);
     this.lblType.TabIndex = 4;
     this.lblType.Text     = "Type";
     //
     // txtNote
     //
     this.txtNote.Location  = new System.Drawing.Point(148, 128);
     this.txtNote.Margin    = new System.Windows.Forms.Padding(2, 2, 2, 9);
     this.txtNote.Multiline = true;
     this.txtNote.Name      = "txtNote";
     this.txtNote.Size      = new System.Drawing.Size(265, 59);
     this.txtNote.TabIndex  = 7;
     //
     // lblNote
     //
     this.lblNote.Location = new System.Drawing.Point(14, 131);
     this.lblNote.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblNote.Name     = "lblNote";
     this.lblNote.Size     = new System.Drawing.Size(129, 21);
     this.lblNote.TabIndex = 6;
     this.lblNote.Text     = "Note";
     //
     // cmbBrand
     //
     this.cmbBrand.Location = new System.Drawing.Point(148, 52);
     this.cmbBrand.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 9);
     this.cmbBrand.Name     = "cmbBrand";
     this.cmbBrand.Size     = new System.Drawing.Size(265, 27);
     this.cmbBrand.TabIndex = 3;
     //
     // lblBrand
     //
     this.lblBrand.Location = new System.Drawing.Point(14, 56);
     this.lblBrand.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblBrand.Name     = "lblBrand";
     this.lblBrand.Size     = new System.Drawing.Size(129, 21);
     this.lblBrand.TabIndex = 2;
     this.lblBrand.Text     = "Brand";
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(148, 14);
     this.txtName.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 9);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(265, 26);
     this.txtName.TabIndex = 1;
     //
     // lblName
     //
     this.lblName.Location = new System.Drawing.Point(14, 18);
     this.lblName.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(129, 21);
     this.lblName.TabIndex = 0;
     this.lblName.Text     = "Name";
     //
     // tabTransfers
     //
     this.tabTransfers.BackColor = System.Drawing.SystemColors.Control;
     this.tabTransfers.Controls.Add(this.lvTransfers);
     this.tabTransfers.Location = new System.Drawing.Point(4, 28);
     this.tabTransfers.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabTransfers.Name     = "tabTransfers";
     this.tabTransfers.Padding  = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabTransfers.Size     = new System.Drawing.Size(604, 426);
     this.tabTransfers.TabIndex = 1;
     this.tabTransfers.Text     = "tabTransfers";
     //
     // lvTransfers
     //
     this.lvTransfers.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvTransfers.FullRowSelect = true;
     this.lvTransfers.HideSelection = false;
     this.lvTransfers.Location      = new System.Drawing.Point(4, 4);
     this.lvTransfers.Margin        = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.lvTransfers.Name          = "lvTransfers";
     this.lvTransfers.Order         = System.Windows.Forms.SortOrder.None;
     this.lvTransfers.OwnerDraw     = true;
     this.lvTransfers.Size          = new System.Drawing.Size(596, 418);
     this.lvTransfers.SortColumn    = 0;
     this.lvTransfers.TabIndex      = 2;
     this.lvTransfers.UseCompatibleStateImageBehavior = false;
     this.lvTransfers.View = System.Windows.Forms.View.Details;
     //
     // InventoryEditDlg
     //
     this.AcceptButton        = this.btnAccept;
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(640, 526);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnAccept);
     this.Font            = new System.Drawing.Font("Segoe UI", 8.25F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(2);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "InventoryEditDlg";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Inventory";
     this.tabControl.ResumeLayout(false);
     this.tabCommon.ResumeLayout(false);
     this.tabCommon.PerformLayout();
     this.tabTransfers.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.btnAccept    = new System.Windows.Forms.Button();
     this.btnCancel    = new System.Windows.Forms.Button();
     this.lblAmount    = new System.Windows.Forms.Label();
     this.txtAmount    = new System.Windows.Forms.TextBox();
     this.lblNote      = new System.Windows.Forms.Label();
     this.txtNote      = new System.Windows.Forms.TextBox();
     this.lblName      = new System.Windows.Forms.Label();
     this.txtName      = new System.Windows.Forms.TextBox();
     this.lblBrand     = new System.Windows.Forms.Label();
     this.cmbBrand     = new System.Windows.Forms.ComboBox();
     this.cmbState     = new System.Windows.Forms.ComboBox();
     this.lblState     = new System.Windows.Forms.Label();
     this.tabControl   = new System.Windows.Forms.TabControl();
     this.tabCommon    = new System.Windows.Forms.TabPage();
     this.tabTransfers = new System.Windows.Forms.TabPage();
     this.lvTransfers  = new AquaMate.UI.Components.ZListView();
     this.tabControl.SuspendLayout();
     this.tabCommon.SuspendLayout();
     this.tabTransfers.SuspendLayout();
     this.SuspendLayout();
     //
     // btnAccept
     //
     this.btnAccept.Location                = new System.Drawing.Point(208, 332);
     this.btnAccept.Margin                  = new System.Windows.Forms.Padding(2);
     this.btnAccept.Name                    = "btnAccept";
     this.btnAccept.Size                    = new System.Drawing.Size(120, 30);
     this.btnAccept.TabIndex                = 12;
     this.btnAccept.Text                    = "Accept";
     this.btnAccept.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAccept.UseVisualStyleBackColor = true;
     this.btnAccept.Click                  += new System.EventHandler(this.btnAccept_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(333, 332);
     this.btnCancel.Margin                  = new System.Windows.Forms.Padding(2);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(120, 30);
     this.btnCancel.TabIndex                = 13;
     this.btnCancel.Text                    = "Cancel";
     this.btnCancel.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // lblAmount
     //
     this.lblAmount.Location = new System.Drawing.Point(12, 91);
     this.lblAmount.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblAmount.Name     = "lblAmount";
     this.lblAmount.Size     = new System.Drawing.Size(129, 21);
     this.lblAmount.TabIndex = 6;
     this.lblAmount.Text     = "Amount";
     //
     // txtAmount
     //
     this.txtAmount.Location = new System.Drawing.Point(148, 88);
     this.txtAmount.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 9);
     this.txtAmount.Name     = "txtAmount";
     this.txtAmount.Size     = new System.Drawing.Size(265, 26);
     this.txtAmount.TabIndex = 7;
     //
     // lblNote
     //
     this.lblNote.Location = new System.Drawing.Point(12, 129);
     this.lblNote.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblNote.Name     = "lblNote";
     this.lblNote.Size     = new System.Drawing.Size(129, 21);
     this.lblNote.TabIndex = 8;
     this.lblNote.Text     = "Note";
     //
     // txtNote
     //
     this.txtNote.Location  = new System.Drawing.Point(148, 126);
     this.txtNote.Margin    = new System.Windows.Forms.Padding(2, 2, 2, 9);
     this.txtNote.Multiline = true;
     this.txtNote.Name      = "txtNote";
     this.txtNote.Size      = new System.Drawing.Size(265, 69);
     this.txtNote.TabIndex  = 9;
     //
     // lblName
     //
     this.lblName.Location = new System.Drawing.Point(12, 14);
     this.lblName.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(129, 21);
     this.lblName.TabIndex = 2;
     this.lblName.Text     = "Name";
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(148, 11);
     this.txtName.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 9);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(265, 26);
     this.txtName.TabIndex = 3;
     //
     // lblBrand
     //
     this.lblBrand.Location = new System.Drawing.Point(12, 52);
     this.lblBrand.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblBrand.Name     = "lblBrand";
     this.lblBrand.Size     = new System.Drawing.Size(129, 21);
     this.lblBrand.TabIndex = 4;
     this.lblBrand.Text     = "Brand";
     //
     // cmbBrand
     //
     this.cmbBrand.Location = new System.Drawing.Point(148, 49);
     this.cmbBrand.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 9);
     this.cmbBrand.Name     = "cmbBrand";
     this.cmbBrand.Size     = new System.Drawing.Size(265, 27);
     this.cmbBrand.TabIndex = 5;
     //
     // cmbState
     //
     this.cmbState.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbState.FormattingEnabled = true;
     this.cmbState.Location          = new System.Drawing.Point(148, 206);
     this.cmbState.Margin            = new System.Windows.Forms.Padding(2, 2, 2, 9);
     this.cmbState.Name     = "cmbState";
     this.cmbState.Size     = new System.Drawing.Size(169, 27);
     this.cmbState.TabIndex = 23;
     //
     // lblState
     //
     this.lblState.Location = new System.Drawing.Point(14, 210);
     this.lblState.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblState.Name     = "lblState";
     this.lblState.Size     = new System.Drawing.Size(100, 21);
     this.lblState.TabIndex = 22;
     this.lblState.Text     = "State";
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabCommon);
     this.tabControl.Controls.Add(this.tabTransfers);
     this.tabControl.Location              = new System.Drawing.Point(12, 11);
     this.tabControl.Margin                = new System.Windows.Forms.Padding(2, 2, 2, 9);
     this.tabControl.Name                  = "tabControl";
     this.tabControl.SelectedIndex         = 0;
     this.tabControl.Size                  = new System.Drawing.Size(441, 310);
     this.tabControl.TabIndex              = 24;
     this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
     //
     // tabCommon
     //
     this.tabCommon.BackColor = System.Drawing.SystemColors.Control;
     this.tabCommon.Controls.Add(this.cmbState);
     this.tabCommon.Controls.Add(this.lblState);
     this.tabCommon.Controls.Add(this.txtNote);
     this.tabCommon.Controls.Add(this.lblNote);
     this.tabCommon.Controls.Add(this.cmbBrand);
     this.tabCommon.Controls.Add(this.lblBrand);
     this.tabCommon.Controls.Add(this.txtName);
     this.tabCommon.Controls.Add(this.lblName);
     this.tabCommon.Controls.Add(this.txtAmount);
     this.tabCommon.Controls.Add(this.lblAmount);
     this.tabCommon.Location = new System.Drawing.Point(4, 28);
     this.tabCommon.Name     = "tabCommon";
     this.tabCommon.Padding  = new System.Windows.Forms.Padding(3);
     this.tabCommon.Size     = new System.Drawing.Size(433, 278);
     this.tabCommon.TabIndex = 0;
     this.tabCommon.Text     = "tabCommon";
     //
     // tabTransfers
     //
     this.tabTransfers.BackColor = System.Drawing.SystemColors.Control;
     this.tabTransfers.Controls.Add(this.lvTransfers);
     this.tabTransfers.Location = new System.Drawing.Point(4, 28);
     this.tabTransfers.Name     = "tabTransfers";
     this.tabTransfers.Padding  = new System.Windows.Forms.Padding(3);
     this.tabTransfers.Size     = new System.Drawing.Size(433, 278);
     this.tabTransfers.TabIndex = 1;
     this.tabTransfers.Text     = "tabTransfers";
     //
     // lvTransfers
     //
     this.lvTransfers.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvTransfers.FullRowSelect = true;
     this.lvTransfers.HideSelection = false;
     this.lvTransfers.Location      = new System.Drawing.Point(3, 3);
     this.lvTransfers.Margin        = new System.Windows.Forms.Padding(4);
     this.lvTransfers.Name          = "lvTransfers";
     this.lvTransfers.Order         = System.Windows.Forms.SortOrder.None;
     this.lvTransfers.OwnerDraw     = true;
     this.lvTransfers.Size          = new System.Drawing.Size(427, 272);
     this.lvTransfers.SortColumn    = 0;
     this.lvTransfers.TabIndex      = 3;
     this.lvTransfers.UseCompatibleStateImageBehavior = false;
     this.lvTransfers.View = System.Windows.Forms.View.Details;
     //
     // NutritionEditDlg
     //
     this.AcceptButton        = this.btnAccept;
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(464, 373);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnAccept);
     this.Font            = new System.Drawing.Font("Segoe UI", 8.25F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(2);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "NutritionEditDlg";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Nutrition";
     this.tabControl.ResumeLayout(false);
     this.tabCommon.ResumeLayout(false);
     this.tabCommon.PerformLayout();
     this.tabTransfers.ResumeLayout(false);
     this.ResumeLayout(false);
 }