Files
aquarium-management-system/Database/MainForm.Designer.cs
T
2026-07-12 16:06:18 +04:00

1067 lines
68 KiB
C#

namespace Database
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.fishFoodRationsLabel = new System.Windows.Forms.Label();
this.fishFoodRationsComboBox = new System.Windows.Forms.ComboBox();
this.fishTypeRationsLabel = new System.Windows.Forms.Label();
this.fishTypeRationsComboBox = new System.Windows.Forms.ComboBox();
this.fishRationsDataGridView = new System.Windows.Forms.DataGridView();
this.plantTypePlantslabel = new System.Windows.Forms.Label();
this.plantTypePlantsComboBox = new System.Windows.Forms.ComboBox();
this.deletePlantType = new System.Windows.Forms.Button();
this.updatePlantType = new System.Windows.Forms.Button();
this.addPlantType = new System.Windows.Forms.Button();
this.plantTypeTextBox = new System.Windows.Forms.TextBox();
this.plantTypelabel = new System.Windows.Forms.Label();
this.plantTypesDataGridView = new System.Windows.Forms.DataGridView();
this.numberPlantsNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.deletePlant = new System.Windows.Forms.Button();
this.updatePlant = new System.Windows.Forms.Button();
this.addPlant = new System.Windows.Forms.Button();
this.numberPlantsLabel = new System.Windows.Forms.Label();
this.locationPlantLabel = new System.Windows.Forms.Label();
this.locationPlantsComboBox = new System.Windows.Forms.ComboBox();
this.plantsDataGridView = new System.Windows.Forms.DataGridView();
this.numberFishLabel = new System.Windows.Forms.Label();
this.numberFishNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.deleteFish = new System.Windows.Forms.Button();
this.updateFish = new System.Windows.Forms.Button();
this.addFish = new System.Windows.Forms.Button();
this.locationFishesLabel = new System.Windows.Forms.Label();
this.locationFishComboBox = new System.Windows.Forms.ComboBox();
this.deleteLocation = new System.Windows.Forms.Button();
this.updateLocation = new System.Windows.Forms.Button();
this.addLocation = new System.Windows.Forms.Button();
this.locationTextBox = new System.Windows.Forms.TextBox();
this.locationLabel = new System.Windows.Forms.Label();
this.deleteFishType = new System.Windows.Forms.Button();
this.updateFishType = new System.Windows.Forms.Button();
this.addFishType = new System.Windows.Forms.Button();
this.updateFishFood = new System.Windows.Forms.Button();
this.deleteFishFood = new System.Windows.Forms.Button();
this.addFishFood = new System.Windows.Forms.Button();
this.fishFoodTextBox = new System.Windows.Forms.TextBox();
this.fishFoodLabel = new System.Windows.Forms.Label();
this.fishFoodDataGridView = new System.Windows.Forms.DataGridView();
this.fishTypeTextBox = new System.Windows.Forms.TextBox();
this.fishTypeLabel = new System.Windows.Forms.Label();
this.fishTypeFishesLabel = new System.Windows.Forms.Label();
this.fishTypeFishesComboBox = new System.Windows.Forms.ComboBox();
this.locationsDataGridView = new System.Windows.Forms.DataGridView();
this.fishTypesDataGridView = new System.Windows.Forms.DataGridView();
this.fishesDataGridView = new System.Windows.Forms.DataGridView();
this.locationsTopLabel = new System.Windows.Forms.Label();
this.fishTypesTopLabel = new System.Windows.Forms.Label();
this.fishFoodTopLabel = new System.Windows.Forms.Label();
this.plantTypesTopLabel = new System.Windows.Forms.Label();
this.plantsTopLabel = new System.Windows.Forms.Label();
this.fishRationsTopLabel = new System.Windows.Forms.Label();
this.fishesTopLabel = new System.Windows.Forms.Label();
this.locationsTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.fishTypesTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.fishFoodTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.plantTypesTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.fishesTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.fishRationsTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.deleteFishRation = new System.Windows.Forms.Button();
this.addFishRation = new System.Windows.Forms.Button();
this.plantsTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.mainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
((System.ComponentModel.ISupportInitialize)(this.fishRationsDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.plantTypesDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numberPlantsNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.plantsDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numberFishNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fishFoodDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.locationsDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fishTypesDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fishesDataGridView)).BeginInit();
this.locationsTableLayoutPanel.SuspendLayout();
this.fishTypesTableLayoutPanel.SuspendLayout();
this.fishFoodTableLayoutPanel.SuspendLayout();
this.plantTypesTableLayoutPanel.SuspendLayout();
this.fishesTableLayoutPanel.SuspendLayout();
this.fishRationsTableLayoutPanel.SuspendLayout();
this.plantsTableLayoutPanel.SuspendLayout();
this.mainTableLayoutPanel.SuspendLayout();
this.SuspendLayout();
//
// fishFoodRationsLabel
//
this.fishFoodRationsLabel.AutoSize = true;
this.fishFoodRationsLabel.Location = new System.Drawing.Point(3, 137);
this.fishFoodRationsLabel.Name = "fishFoodRationsLabel";
this.fishFoodRationsLabel.Size = new System.Drawing.Size(53, 13);
this.fishFoodRationsLabel.TabIndex = 4;
this.fishFoodRationsLabel.Text = "Fish food:";
//
// fishFoodRationsComboBox
//
this.fishRationsTableLayoutPanel.SetColumnSpan(this.fishFoodRationsComboBox, 2);
this.fishFoodRationsComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.fishFoodRationsComboBox.FormattingEnabled = true;
this.fishFoodRationsComboBox.Location = new System.Drawing.Point(3, 155);
this.fishFoodRationsComboBox.Name = "fishFoodRationsComboBox";
this.fishFoodRationsComboBox.Size = new System.Drawing.Size(316, 21);
this.fishFoodRationsComboBox.TabIndex = 3;
//
// fishTypeRationsLabel
//
this.fishTypeRationsLabel.AutoSize = true;
this.fishTypeRationsLabel.Location = new System.Drawing.Point(3, 94);
this.fishTypeRationsLabel.Name = "fishTypeRationsLabel";
this.fishTypeRationsLabel.Size = new System.Drawing.Size(52, 13);
this.fishTypeRationsLabel.TabIndex = 4;
this.fishTypeRationsLabel.Text = "Fish type:";
//
// fishTypeRationsComboBox
//
this.fishRationsTableLayoutPanel.SetColumnSpan(this.fishTypeRationsComboBox, 2);
this.fishTypeRationsComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.fishTypeRationsComboBox.FormattingEnabled = true;
this.fishTypeRationsComboBox.Location = new System.Drawing.Point(3, 112);
this.fishTypeRationsComboBox.Name = "fishTypeRationsComboBox";
this.fishTypeRationsComboBox.Size = new System.Drawing.Size(316, 21);
this.fishTypeRationsComboBox.TabIndex = 3;
//
// fishRationsDataGridView
//
this.fishRationsDataGridView.AllowUserToAddRows = false;
this.fishRationsDataGridView.AllowUserToDeleteRows = false;
this.fishRationsDataGridView.AllowUserToResizeRows = false;
this.fishRationsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.fishRationsTableLayoutPanel.SetColumnSpan(this.fishRationsDataGridView, 2);
this.fishRationsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.fishRationsDataGridView.Location = new System.Drawing.Point(3, 18);
this.fishRationsDataGridView.MultiSelect = false;
this.fishRationsDataGridView.Name = "fishRationsDataGridView";
this.fishRationsDataGridView.ReadOnly = true;
this.fishRationsDataGridView.RowTemplate.Height = 25;
this.fishRationsDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.fishRationsDataGridView.Size = new System.Drawing.Size(316, 73);
this.fishRationsDataGridView.TabIndex = 0;
//
// plantTypePlantslabel
//
this.plantTypePlantslabel.AutoSize = true;
this.plantTypePlantslabel.Location = new System.Drawing.Point(3, 94);
this.plantTypePlantslabel.Name = "plantTypePlantslabel";
this.plantTypePlantslabel.Size = new System.Drawing.Size(57, 13);
this.plantTypePlantslabel.TabIndex = 4;
this.plantTypePlantslabel.Text = "Plant type:";
//
// plantTypePlantsComboBox
//
this.plantsTableLayoutPanel.SetColumnSpan(this.plantTypePlantsComboBox, 3);
this.plantTypePlantsComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.plantTypePlantsComboBox.FormattingEnabled = true;
this.plantTypePlantsComboBox.Location = new System.Drawing.Point(3, 112);
this.plantTypePlantsComboBox.Name = "plantTypePlantsComboBox";
this.plantTypePlantsComboBox.Size = new System.Drawing.Size(316, 21);
this.plantTypePlantsComboBox.TabIndex = 3;
//
// deletePlantType
//
this.deletePlantType.Dock = System.Windows.Forms.DockStyle.Fill;
this.deletePlantType.Location = new System.Drawing.Point(217, 182);
this.deletePlantType.Name = "deletePlantType";
this.deletePlantType.Size = new System.Drawing.Size(102, 24);
this.deletePlantType.TabIndex = 11;
this.deletePlantType.Text = "delete";
this.deletePlantType.UseVisualStyleBackColor = true;
this.deletePlantType.Click += new System.EventHandler(this.deletePlantType_Click);
//
// updatePlantType
//
this.updatePlantType.Dock = System.Windows.Forms.DockStyle.Fill;
this.updatePlantType.Location = new System.Drawing.Point(110, 182);
this.updatePlantType.Name = "updatePlantType";
this.updatePlantType.Size = new System.Drawing.Size(101, 24);
this.updatePlantType.TabIndex = 10;
this.updatePlantType.Text = "update";
this.updatePlantType.UseVisualStyleBackColor = true;
this.updatePlantType.Click += new System.EventHandler(this.updatePlantType_Click);
//
// addPlantType
//
this.addPlantType.Dock = System.Windows.Forms.DockStyle.Fill;
this.addPlantType.Location = new System.Drawing.Point(3, 182);
this.addPlantType.Name = "addPlantType";
this.addPlantType.Size = new System.Drawing.Size(101, 24);
this.addPlantType.TabIndex = 10;
this.addPlantType.Text = "add";
this.addPlantType.UseVisualStyleBackColor = true;
this.addPlantType.Click += new System.EventHandler(this.addPlantType_Click);
//
// plantTypeTextBox
//
this.plantTypesTableLayoutPanel.SetColumnSpan(this.plantTypeTextBox, 3);
this.plantTypeTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.plantTypeTextBox.Location = new System.Drawing.Point(3, 154);
this.plantTypeTextBox.Name = "plantTypeTextBox";
this.plantTypeTextBox.Size = new System.Drawing.Size(316, 20);
this.plantTypeTextBox.TabIndex = 6;
//
// plantTypelabel
//
this.plantTypelabel.AutoSize = true;
this.plantTypelabel.Location = new System.Drawing.Point(3, 136);
this.plantTypelabel.Name = "plantTypelabel";
this.plantTypelabel.Size = new System.Drawing.Size(57, 13);
this.plantTypelabel.TabIndex = 5;
this.plantTypelabel.Text = "Plant type:";
//
// plantTypesDataGridView
//
this.plantTypesDataGridView.AllowUserToAddRows = false;
this.plantTypesDataGridView.AllowUserToDeleteRows = false;
this.plantTypesDataGridView.AllowUserToResizeRows = false;
this.plantTypesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.plantTypesTableLayoutPanel.SetColumnSpan(this.plantTypesDataGridView, 3);
this.plantTypesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.plantTypesDataGridView.Location = new System.Drawing.Point(3, 18);
this.plantTypesDataGridView.MultiSelect = false;
this.plantTypesDataGridView.Name = "plantTypesDataGridView";
this.plantTypesDataGridView.ReadOnly = true;
this.plantTypesDataGridView.RowTemplate.Height = 25;
this.plantTypesDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.plantTypesDataGridView.Size = new System.Drawing.Size(316, 115);
this.plantTypesDataGridView.TabIndex = 1;
//
// numberPlantsNumericUpDown
//
this.plantsTableLayoutPanel.SetColumnSpan(this.numberPlantsNumericUpDown, 3);
this.numberPlantsNumericUpDown.Dock = System.Windows.Forms.DockStyle.Fill;
this.numberPlantsNumericUpDown.Location = new System.Drawing.Point(3, 69);
this.numberPlantsNumericUpDown.Name = "numberPlantsNumericUpDown";
this.numberPlantsNumericUpDown.Size = new System.Drawing.Size(316, 20);
this.numberPlantsNumericUpDown.TabIndex = 12;
//
// deletePlant
//
this.deletePlant.Dock = System.Windows.Forms.DockStyle.Fill;
this.deletePlant.Location = new System.Drawing.Point(217, 183);
this.deletePlant.Name = "deletePlant";
this.deletePlant.Size = new System.Drawing.Size(102, 24);
this.deletePlant.TabIndex = 11;
this.deletePlant.Text = "delete";
this.deletePlant.UseVisualStyleBackColor = true;
this.deletePlant.Click += new System.EventHandler(this.deletePlant_Click);
//
// updatePlant
//
this.updatePlant.Dock = System.Windows.Forms.DockStyle.Fill;
this.updatePlant.Location = new System.Drawing.Point(110, 183);
this.updatePlant.Name = "updatePlant";
this.updatePlant.Size = new System.Drawing.Size(101, 24);
this.updatePlant.TabIndex = 10;
this.updatePlant.Text = "update";
this.updatePlant.UseVisualStyleBackColor = true;
this.updatePlant.Click += new System.EventHandler(this.updatePlant_Click);
//
// addPlant
//
this.addPlant.Dock = System.Windows.Forms.DockStyle.Fill;
this.addPlant.Location = new System.Drawing.Point(3, 183);
this.addPlant.Name = "addPlant";
this.addPlant.Size = new System.Drawing.Size(101, 24);
this.addPlant.TabIndex = 10;
this.addPlant.Text = "add";
this.addPlant.UseVisualStyleBackColor = true;
this.addPlant.Click += new System.EventHandler(this.addPlant_Click);
//
// numberPlantsLabel
//
this.numberPlantsLabel.AutoSize = true;
this.numberPlantsLabel.Location = new System.Drawing.Point(3, 51);
this.numberPlantsLabel.Name = "numberPlantsLabel";
this.numberPlantsLabel.Size = new System.Drawing.Size(90, 13);
this.numberPlantsLabel.TabIndex = 8;
this.numberPlantsLabel.Text = "Number of plants:";
//
// locationPlantLabel
//
this.locationPlantLabel.AutoSize = true;
this.locationPlantLabel.Location = new System.Drawing.Point(3, 137);
this.locationPlantLabel.Name = "locationPlantLabel";
this.locationPlantLabel.Size = new System.Drawing.Size(51, 13);
this.locationPlantLabel.TabIndex = 4;
this.locationPlantLabel.Text = "Location:";
//
// locationPlantsComboBox
//
this.plantsTableLayoutPanel.SetColumnSpan(this.locationPlantsComboBox, 3);
this.locationPlantsComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.locationPlantsComboBox.FormattingEnabled = true;
this.locationPlantsComboBox.Location = new System.Drawing.Point(3, 155);
this.locationPlantsComboBox.Name = "locationPlantsComboBox";
this.locationPlantsComboBox.Size = new System.Drawing.Size(316, 21);
this.locationPlantsComboBox.TabIndex = 3;
//
// plantsDataGridView
//
this.plantsDataGridView.AllowUserToAddRows = false;
this.plantsDataGridView.AllowUserToDeleteRows = false;
this.plantsDataGridView.AllowUserToResizeRows = false;
this.plantsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.plantsTableLayoutPanel.SetColumnSpan(this.plantsDataGridView, 3);
this.plantsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.plantsDataGridView.Location = new System.Drawing.Point(3, 18);
this.plantsDataGridView.MultiSelect = false;
this.plantsDataGridView.Name = "plantsDataGridView";
this.plantsDataGridView.ReadOnly = true;
this.plantsDataGridView.RowTemplate.Height = 25;
this.plantsDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.plantsDataGridView.Size = new System.Drawing.Size(316, 30);
this.plantsDataGridView.TabIndex = 0;
//
// numberFishLabel
//
this.numberFishLabel.AutoSize = true;
this.numberFishLabel.Location = new System.Drawing.Point(3, 51);
this.numberFishLabel.Name = "numberFishLabel";
this.numberFishLabel.Size = new System.Drawing.Size(78, 13);
this.numberFishLabel.TabIndex = 8;
this.numberFishLabel.Text = "Number of fish:";
//
// numberFishNumericUpDown
//
this.fishesTableLayoutPanel.SetColumnSpan(this.numberFishNumericUpDown, 3);
this.numberFishNumericUpDown.Dock = System.Windows.Forms.DockStyle.Fill;
this.numberFishNumericUpDown.Location = new System.Drawing.Point(3, 69);
this.numberFishNumericUpDown.Name = "numberFishNumericUpDown";
this.numberFishNumericUpDown.Size = new System.Drawing.Size(316, 20);
this.numberFishNumericUpDown.TabIndex = 12;
//
// deleteFish
//
this.deleteFish.Dock = System.Windows.Forms.DockStyle.Fill;
this.deleteFish.Location = new System.Drawing.Point(217, 183);
this.deleteFish.Name = "deleteFish";
this.deleteFish.Size = new System.Drawing.Size(102, 24);
this.deleteFish.TabIndex = 11;
this.deleteFish.Text = "delete";
this.deleteFish.UseVisualStyleBackColor = true;
this.deleteFish.Click += new System.EventHandler(this.deleteFish_Click);
//
// updateFish
//
this.updateFish.Dock = System.Windows.Forms.DockStyle.Fill;
this.updateFish.Location = new System.Drawing.Point(110, 183);
this.updateFish.Name = "updateFish";
this.updateFish.Size = new System.Drawing.Size(101, 24);
this.updateFish.TabIndex = 10;
this.updateFish.Text = "update";
this.updateFish.UseVisualStyleBackColor = true;
this.updateFish.Click += new System.EventHandler(this.updateFish_Click);
//
// addFish
//
this.addFish.Dock = System.Windows.Forms.DockStyle.Fill;
this.addFish.Location = new System.Drawing.Point(3, 183);
this.addFish.Name = "addFish";
this.addFish.Size = new System.Drawing.Size(101, 24);
this.addFish.TabIndex = 10;
this.addFish.Text = "add";
this.addFish.UseVisualStyleBackColor = true;
this.addFish.Click += new System.EventHandler(this.addFish_Click);
//
// locationFishesLabel
//
this.locationFishesLabel.AutoSize = true;
this.locationFishesLabel.Location = new System.Drawing.Point(3, 137);
this.locationFishesLabel.Name = "locationFishesLabel";
this.locationFishesLabel.Size = new System.Drawing.Size(51, 13);
this.locationFishesLabel.TabIndex = 4;
this.locationFishesLabel.Text = "Location:";
//
// locationFishComboBox
//
this.fishesTableLayoutPanel.SetColumnSpan(this.locationFishComboBox, 3);
this.locationFishComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.locationFishComboBox.FormattingEnabled = true;
this.locationFishComboBox.Location = new System.Drawing.Point(3, 155);
this.locationFishComboBox.Name = "locationFishComboBox";
this.locationFishComboBox.Size = new System.Drawing.Size(316, 21);
this.locationFishComboBox.TabIndex = 3;
//
// deleteLocation
//
this.deleteLocation.Dock = System.Windows.Forms.DockStyle.Fill;
this.deleteLocation.Location = new System.Drawing.Point(654, 182);
this.deleteLocation.Name = "deleteLocation";
this.deleteLocation.Size = new System.Drawing.Size(321, 24);
this.deleteLocation.TabIndex = 11;
this.deleteLocation.Text = "delete";
this.deleteLocation.UseVisualStyleBackColor = true;
this.deleteLocation.Click += new System.EventHandler(this.deleteLocation_Click);
//
// updateLocation
//
this.updateLocation.Dock = System.Windows.Forms.DockStyle.Fill;
this.updateLocation.Location = new System.Drawing.Point(328, 182);
this.updateLocation.Name = "updateLocation";
this.updateLocation.Size = new System.Drawing.Size(320, 24);
this.updateLocation.TabIndex = 10;
this.updateLocation.Text = "update";
this.updateLocation.UseVisualStyleBackColor = true;
this.updateLocation.Click += new System.EventHandler(this.updateLocation_Click);
//
// addLocation
//
this.addLocation.Dock = System.Windows.Forms.DockStyle.Fill;
this.addLocation.Location = new System.Drawing.Point(3, 182);
this.addLocation.Name = "addLocation";
this.addLocation.Size = new System.Drawing.Size(319, 24);
this.addLocation.TabIndex = 10;
this.addLocation.Text = "add";
this.addLocation.UseVisualStyleBackColor = true;
this.addLocation.Click += new System.EventHandler(this.addLocation_Click);
//
// locationTextBox
//
this.locationsTableLayoutPanel.SetColumnSpan(this.locationTextBox, 3);
this.locationTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.locationTextBox.Location = new System.Drawing.Point(3, 154);
this.locationTextBox.Name = "locationTextBox";
this.locationTextBox.Size = new System.Drawing.Size(972, 20);
this.locationTextBox.TabIndex = 9;
//
// locationLabel
//
this.locationLabel.AutoSize = true;
this.locationLabel.Location = new System.Drawing.Point(3, 136);
this.locationLabel.Name = "locationLabel";
this.locationLabel.Size = new System.Drawing.Size(38, 13);
this.locationLabel.TabIndex = 8;
this.locationLabel.Text = "Name:";
//
// deleteFishType
//
this.deleteFishType.Dock = System.Windows.Forms.DockStyle.Fill;
this.deleteFishType.Location = new System.Drawing.Point(217, 182);
this.deleteFishType.Name = "deleteFishType";
this.deleteFishType.Size = new System.Drawing.Size(102, 24);
this.deleteFishType.TabIndex = 11;
this.deleteFishType.Text = "delete";
this.deleteFishType.UseVisualStyleBackColor = true;
this.deleteFishType.Click += new System.EventHandler(this.deleteFishType_Click);
//
// updateFishType
//
this.updateFishType.Dock = System.Windows.Forms.DockStyle.Fill;
this.updateFishType.Location = new System.Drawing.Point(110, 182);
this.updateFishType.Name = "updateFishType";
this.updateFishType.Size = new System.Drawing.Size(101, 24);
this.updateFishType.TabIndex = 10;
this.updateFishType.Text = "update";
this.updateFishType.UseVisualStyleBackColor = true;
this.updateFishType.Click += new System.EventHandler(this.updateFishType_Click);
//
// addFishType
//
this.addFishType.Dock = System.Windows.Forms.DockStyle.Fill;
this.addFishType.Location = new System.Drawing.Point(3, 182);
this.addFishType.Name = "addFishType";
this.addFishType.Size = new System.Drawing.Size(101, 24);
this.addFishType.TabIndex = 10;
this.addFishType.Text = "add";
this.addFishType.UseVisualStyleBackColor = true;
this.addFishType.Click += new System.EventHandler(this.addFishType_Click);
//
// updateFishFood
//
this.updateFishFood.Dock = System.Windows.Forms.DockStyle.Fill;
this.updateFishFood.Location = new System.Drawing.Point(110, 182);
this.updateFishFood.Name = "updateFishFood";
this.updateFishFood.Size = new System.Drawing.Size(101, 24);
this.updateFishFood.TabIndex = 10;
this.updateFishFood.Text = "update";
this.updateFishFood.UseVisualStyleBackColor = true;
this.updateFishFood.Click += new System.EventHandler(this.updateFishFood_Click);
//
// deleteFishFood
//
this.deleteFishFood.Dock = System.Windows.Forms.DockStyle.Fill;
this.deleteFishFood.Location = new System.Drawing.Point(217, 182);
this.deleteFishFood.Name = "deleteFishFood";
this.deleteFishFood.Size = new System.Drawing.Size(102, 24);
this.deleteFishFood.TabIndex = 11;
this.deleteFishFood.Text = "delete";
this.deleteFishFood.UseVisualStyleBackColor = true;
this.deleteFishFood.Click += new System.EventHandler(this.deleteFishFood_Click);
//
// addFishFood
//
this.addFishFood.Dock = System.Windows.Forms.DockStyle.Fill;
this.addFishFood.Location = new System.Drawing.Point(3, 182);
this.addFishFood.Name = "addFishFood";
this.addFishFood.Size = new System.Drawing.Size(101, 24);
this.addFishFood.TabIndex = 10;
this.addFishFood.Text = "add";
this.addFishFood.UseVisualStyleBackColor = true;
this.addFishFood.Click += new System.EventHandler(this.addFishFood_Click);
//
// fishFoodTextBox
//
this.fishFoodTableLayoutPanel.SetColumnSpan(this.fishFoodTextBox, 3);
this.fishFoodTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.fishFoodTextBox.Location = new System.Drawing.Point(3, 157);
this.fishFoodTextBox.Name = "fishFoodTextBox";
this.fishFoodTextBox.Size = new System.Drawing.Size(316, 20);
this.fishFoodTextBox.TabIndex = 9;
//
// fishFoodLabel
//
this.fishFoodLabel.AutoSize = true;
this.fishFoodLabel.Location = new System.Drawing.Point(3, 139);
this.fishFoodLabel.Name = "fishFoodLabel";
this.fishFoodLabel.Size = new System.Drawing.Size(53, 13);
this.fishFoodLabel.TabIndex = 8;
this.fishFoodLabel.Text = "Fish food:";
//
// fishFoodDataGridView
//
this.fishFoodDataGridView.AllowUserToAddRows = false;
this.fishFoodDataGridView.AllowUserToDeleteRows = false;
this.fishFoodDataGridView.AllowUserToResizeRows = false;
this.fishFoodDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.fishFoodTableLayoutPanel.SetColumnSpan(this.fishFoodDataGridView, 3);
this.fishFoodDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.fishFoodDataGridView.Location = new System.Drawing.Point(3, 18);
this.fishFoodDataGridView.MultiSelect = false;
this.fishFoodDataGridView.Name = "fishFoodDataGridView";
this.fishFoodDataGridView.ReadOnly = true;
this.fishFoodDataGridView.RowTemplate.Height = 25;
this.fishFoodDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.fishFoodDataGridView.Size = new System.Drawing.Size(316, 118);
this.fishFoodDataGridView.TabIndex = 7;
//
// fishTypeTextBox
//
this.fishTypesTableLayoutPanel.SetColumnSpan(this.fishTypeTextBox, 3);
this.fishTypeTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.fishTypeTextBox.Location = new System.Drawing.Point(3, 154);
this.fishTypeTextBox.Name = "fishTypeTextBox";
this.fishTypeTextBox.Size = new System.Drawing.Size(316, 20);
this.fishTypeTextBox.TabIndex = 6;
//
// fishTypeLabel
//
this.fishTypeLabel.AutoSize = true;
this.fishTypeLabel.Location = new System.Drawing.Point(3, 136);
this.fishTypeLabel.Name = "fishTypeLabel";
this.fishTypeLabel.Size = new System.Drawing.Size(52, 13);
this.fishTypeLabel.TabIndex = 5;
this.fishTypeLabel.Text = "Fish type:";
//
// fishTypeFishesLabel
//
this.fishTypeFishesLabel.AutoSize = true;
this.fishTypeFishesLabel.Location = new System.Drawing.Point(3, 94);
this.fishTypeFishesLabel.Name = "fishTypeFishesLabel";
this.fishTypeFishesLabel.Size = new System.Drawing.Size(52, 13);
this.fishTypeFishesLabel.TabIndex = 4;
this.fishTypeFishesLabel.Text = "Fish type:";
//
// fishTypeFishesComboBox
//
this.fishesTableLayoutPanel.SetColumnSpan(this.fishTypeFishesComboBox, 3);
this.fishTypeFishesComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.fishTypeFishesComboBox.FormattingEnabled = true;
this.fishTypeFishesComboBox.Location = new System.Drawing.Point(3, 112);
this.fishTypeFishesComboBox.Name = "fishTypeFishesComboBox";
this.fishTypeFishesComboBox.Size = new System.Drawing.Size(316, 21);
this.fishTypeFishesComboBox.TabIndex = 3;
//
// locationsDataGridView
//
this.locationsDataGridView.AllowUserToAddRows = false;
this.locationsDataGridView.AllowUserToDeleteRows = false;
this.locationsDataGridView.AllowUserToResizeRows = false;
this.locationsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.locationsTableLayoutPanel.SetColumnSpan(this.locationsDataGridView, 3);
this.locationsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.locationsDataGridView.Location = new System.Drawing.Point(3, 18);
this.locationsDataGridView.MultiSelect = false;
this.locationsDataGridView.Name = "locationsDataGridView";
this.locationsDataGridView.ReadOnly = true;
this.locationsDataGridView.RowTemplate.Height = 25;
this.locationsDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.locationsDataGridView.Size = new System.Drawing.Size(972, 115);
this.locationsDataGridView.TabIndex = 2;
//
// fishTypesDataGridView
//
this.fishTypesDataGridView.AllowUserToAddRows = false;
this.fishTypesDataGridView.AllowUserToDeleteRows = false;
this.fishTypesDataGridView.AllowUserToResizeRows = false;
this.fishTypesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.fishTypesTableLayoutPanel.SetColumnSpan(this.fishTypesDataGridView, 3);
this.fishTypesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.fishTypesDataGridView.Location = new System.Drawing.Point(3, 18);
this.fishTypesDataGridView.MultiSelect = false;
this.fishTypesDataGridView.Name = "fishTypesDataGridView";
this.fishTypesDataGridView.ReadOnly = true;
this.fishTypesDataGridView.RowTemplate.Height = 25;
this.fishTypesDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.fishTypesDataGridView.Size = new System.Drawing.Size(316, 115);
this.fishTypesDataGridView.TabIndex = 1;
//
// fishesDataGridView
//
this.fishesDataGridView.AllowUserToAddRows = false;
this.fishesDataGridView.AllowUserToDeleteRows = false;
this.fishesDataGridView.AllowUserToResizeRows = false;
this.fishesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.fishesTableLayoutPanel.SetColumnSpan(this.fishesDataGridView, 3);
this.fishesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.fishesDataGridView.Location = new System.Drawing.Point(3, 18);
this.fishesDataGridView.MultiSelect = false;
this.fishesDataGridView.Name = "fishesDataGridView";
this.fishesDataGridView.ReadOnly = true;
this.fishesDataGridView.RowTemplate.Height = 25;
this.fishesDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.fishesDataGridView.Size = new System.Drawing.Size(316, 30);
this.fishesDataGridView.TabIndex = 0;
//
// locationsTopLabel
//
this.locationsTopLabel.AutoSize = true;
this.locationsTopLabel.Location = new System.Drawing.Point(3, 0);
this.locationsTopLabel.Name = "locationsTopLabel";
this.locationsTopLabel.Size = new System.Drawing.Size(56, 13);
this.locationsTopLabel.TabIndex = 13;
this.locationsTopLabel.Text = "Locations:";
//
// fishTypesTopLabel
//
this.fishTypesTopLabel.AutoSize = true;
this.fishTypesTopLabel.Location = new System.Drawing.Point(3, 0);
this.fishTypesTopLabel.Name = "fishTypesTopLabel";
this.fishTypesTopLabel.Size = new System.Drawing.Size(57, 13);
this.fishTypesTopLabel.TabIndex = 14;
this.fishTypesTopLabel.Text = "Fish types:";
//
// fishFoodTopLabel
//
this.fishFoodTopLabel.AutoSize = true;
this.fishFoodTopLabel.Location = new System.Drawing.Point(3, 0);
this.fishFoodTopLabel.Name = "fishFoodTopLabel";
this.fishFoodTopLabel.Size = new System.Drawing.Size(53, 13);
this.fishFoodTopLabel.TabIndex = 15;
this.fishFoodTopLabel.Text = "Fish food:";
//
// plantTypesTopLabel
//
this.plantTypesTopLabel.AutoSize = true;
this.plantTypesTopLabel.Location = new System.Drawing.Point(3, 0);
this.plantTypesTopLabel.Name = "plantTypesTopLabel";
this.plantTypesTopLabel.Size = new System.Drawing.Size(62, 13);
this.plantTypesTopLabel.TabIndex = 15;
this.plantTypesTopLabel.Text = "Plant types:";
//
// plantsTopLabel
//
this.plantsTopLabel.AutoSize = true;
this.plantsTopLabel.Location = new System.Drawing.Point(3, 0);
this.plantsTopLabel.Name = "plantsTopLabel";
this.plantsTopLabel.Size = new System.Drawing.Size(39, 13);
this.plantsTopLabel.TabIndex = 18;
this.plantsTopLabel.Text = "Plants:";
//
// fishRationsTopLabel
//
this.fishRationsTopLabel.AutoSize = true;
this.fishRationsTopLabel.Location = new System.Drawing.Point(3, 0);
this.fishRationsTopLabel.Name = "fishRationsTopLabel";
this.fishRationsTopLabel.Size = new System.Drawing.Size(63, 13);
this.fishRationsTopLabel.TabIndex = 17;
this.fishRationsTopLabel.Text = "Fish rations:";
//
// fishesTopLabel
//
this.fishesTopLabel.AutoSize = true;
this.fishesTopLabel.Location = new System.Drawing.Point(3, 0);
this.fishesTopLabel.Name = "fishesTopLabel";
this.fishesTopLabel.Size = new System.Drawing.Size(40, 13);
this.fishesTopLabel.TabIndex = 16;
this.fishesTopLabel.Text = "Fishes:";
//
// locationsTableLayoutPanel
//
this.locationsTableLayoutPanel.ColumnCount = 3;
this.mainTableLayoutPanel.SetColumnSpan(this.locationsTableLayoutPanel, 3);
this.locationsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33332F));
this.locationsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
this.locationsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
this.locationsTableLayoutPanel.Controls.Add(this.locationsTopLabel, 0, 0);
this.locationsTableLayoutPanel.Controls.Add(this.locationsDataGridView, 0, 1);
this.locationsTableLayoutPanel.Controls.Add(this.locationTextBox, 0, 3);
this.locationsTableLayoutPanel.Controls.Add(this.addLocation, 0, 4);
this.locationsTableLayoutPanel.Controls.Add(this.updateLocation, 1, 4);
this.locationsTableLayoutPanel.Controls.Add(this.deleteLocation, 2, 4);
this.locationsTableLayoutPanel.Controls.Add(this.locationLabel, 0, 2);
this.locationsTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.locationsTableLayoutPanel.Location = new System.Drawing.Point(3, 3);
this.locationsTableLayoutPanel.Name = "locationsTableLayoutPanel";
this.locationsTableLayoutPanel.RowCount = 5;
this.locationsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.locationsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.locationsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.locationsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.locationsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.locationsTableLayoutPanel.Size = new System.Drawing.Size(978, 209);
this.locationsTableLayoutPanel.TabIndex = 19;
//
// fishTypesTableLayoutPanel
//
this.fishTypesTableLayoutPanel.ColumnCount = 3;
this.fishTypesTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.fishTypesTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.fishTypesTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.fishTypesTableLayoutPanel.Controls.Add(this.fishTypesTopLabel, 0, 0);
this.fishTypesTableLayoutPanel.Controls.Add(this.fishTypesDataGridView, 0, 1);
this.fishTypesTableLayoutPanel.Controls.Add(this.fishTypeLabel, 0, 2);
this.fishTypesTableLayoutPanel.Controls.Add(this.fishTypeTextBox, 0, 3);
this.fishTypesTableLayoutPanel.Controls.Add(this.addFishType, 0, 4);
this.fishTypesTableLayoutPanel.Controls.Add(this.updateFishType, 1, 4);
this.fishTypesTableLayoutPanel.Controls.Add(this.deleteFishType, 2, 4);
this.fishTypesTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.fishTypesTableLayoutPanel.Location = new System.Drawing.Point(3, 218);
this.fishTypesTableLayoutPanel.Name = "fishTypesTableLayoutPanel";
this.fishTypesTableLayoutPanel.RowCount = 5;
this.fishTypesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.fishTypesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.fishTypesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.fishTypesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.fishTypesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.fishTypesTableLayoutPanel.Size = new System.Drawing.Size(322, 209);
this.fishTypesTableLayoutPanel.TabIndex = 20;
//
// fishFoodTableLayoutPanel
//
this.fishFoodTableLayoutPanel.ColumnCount = 3;
this.fishFoodTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.fishFoodTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.fishFoodTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.fishFoodTableLayoutPanel.Controls.Add(this.fishFoodTopLabel, 0, 0);
this.fishFoodTableLayoutPanel.Controls.Add(this.fishFoodDataGridView, 0, 1);
this.fishFoodTableLayoutPanel.Controls.Add(this.fishFoodLabel, 0, 2);
this.fishFoodTableLayoutPanel.Controls.Add(this.fishFoodTextBox, 0, 3);
this.fishFoodTableLayoutPanel.Controls.Add(this.addFishFood, 0, 4);
this.fishFoodTableLayoutPanel.Controls.Add(this.updateFishFood, 1, 4);
this.fishFoodTableLayoutPanel.Controls.Add(this.deleteFishFood, 2, 4);
this.fishFoodTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.fishFoodTableLayoutPanel.Location = new System.Drawing.Point(331, 218);
this.fishFoodTableLayoutPanel.Name = "fishFoodTableLayoutPanel";
this.fishFoodTableLayoutPanel.RowCount = 5;
this.fishFoodTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.fishFoodTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.fishFoodTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.fishFoodTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.fishFoodTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.fishFoodTableLayoutPanel.Size = new System.Drawing.Size(322, 209);
this.fishFoodTableLayoutPanel.TabIndex = 21;
//
// plantTypesTableLayoutPanel
//
this.plantTypesTableLayoutPanel.ColumnCount = 3;
this.plantTypesTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.plantTypesTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.plantTypesTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.plantTypesTableLayoutPanel.Controls.Add(this.plantTypesTopLabel, 0, 0);
this.plantTypesTableLayoutPanel.Controls.Add(this.plantTypesDataGridView, 0, 1);
this.plantTypesTableLayoutPanel.Controls.Add(this.plantTypelabel, 0, 2);
this.plantTypesTableLayoutPanel.Controls.Add(this.plantTypeTextBox, 0, 3);
this.plantTypesTableLayoutPanel.Controls.Add(this.addPlantType, 0, 4);
this.plantTypesTableLayoutPanel.Controls.Add(this.updatePlantType, 1, 4);
this.plantTypesTableLayoutPanel.Controls.Add(this.deletePlantType, 2, 4);
this.plantTypesTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.plantTypesTableLayoutPanel.Location = new System.Drawing.Point(659, 218);
this.plantTypesTableLayoutPanel.Name = "plantTypesTableLayoutPanel";
this.plantTypesTableLayoutPanel.RowCount = 5;
this.plantTypesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.plantTypesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.plantTypesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.plantTypesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.plantTypesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.plantTypesTableLayoutPanel.Size = new System.Drawing.Size(322, 209);
this.plantTypesTableLayoutPanel.TabIndex = 22;
//
// fishesTableLayoutPanel
//
this.fishesTableLayoutPanel.ColumnCount = 3;
this.fishesTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.fishesTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.fishesTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.fishesTableLayoutPanel.Controls.Add(this.fishesTopLabel, 0, 0);
this.fishesTableLayoutPanel.Controls.Add(this.fishesDataGridView, 0, 1);
this.fishesTableLayoutPanel.Controls.Add(this.numberFishLabel, 0, 2);
this.fishesTableLayoutPanel.Controls.Add(this.numberFishNumericUpDown, 0, 3);
this.fishesTableLayoutPanel.Controls.Add(this.fishTypeFishesLabel, 0, 4);
this.fishesTableLayoutPanel.Controls.Add(this.fishTypeFishesComboBox, 0, 5);
this.fishesTableLayoutPanel.Controls.Add(this.locationFishesLabel, 0, 6);
this.fishesTableLayoutPanel.Controls.Add(this.locationFishComboBox, 0, 7);
this.fishesTableLayoutPanel.Controls.Add(this.addFish, 0, 8);
this.fishesTableLayoutPanel.Controls.Add(this.updateFish, 1, 8);
this.fishesTableLayoutPanel.Controls.Add(this.deleteFish, 2, 8);
this.fishesTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.fishesTableLayoutPanel.Location = new System.Drawing.Point(3, 433);
this.fishesTableLayoutPanel.Name = "fishesTableLayoutPanel";
this.fishesTableLayoutPanel.RowCount = 9;
this.fishesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.fishesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.fishesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.fishesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.fishesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.fishesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.fishesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.fishesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.fishesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.fishesTableLayoutPanel.Size = new System.Drawing.Size(322, 210);
this.fishesTableLayoutPanel.TabIndex = 23;
//
// fishRationsTableLayoutPanel
//
this.fishRationsTableLayoutPanel.ColumnCount = 2;
this.fishRationsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.fishRationsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.fishRationsTableLayoutPanel.Controls.Add(this.fishRationsTopLabel, 0, 0);
this.fishRationsTableLayoutPanel.Controls.Add(this.fishRationsDataGridView, 0, 1);
this.fishRationsTableLayoutPanel.Controls.Add(this.fishTypeRationsLabel, 0, 2);
this.fishRationsTableLayoutPanel.Controls.Add(this.fishTypeRationsComboBox, 0, 3);
this.fishRationsTableLayoutPanel.Controls.Add(this.fishFoodRationsLabel, 0, 4);
this.fishRationsTableLayoutPanel.Controls.Add(this.fishFoodRationsComboBox, 0, 5);
this.fishRationsTableLayoutPanel.Controls.Add(this.deleteFishRation, 1, 6);
this.fishRationsTableLayoutPanel.Controls.Add(this.addFishRation, 0, 6);
this.fishRationsTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.fishRationsTableLayoutPanel.Location = new System.Drawing.Point(331, 433);
this.fishRationsTableLayoutPanel.Name = "fishRationsTableLayoutPanel";
this.fishRationsTableLayoutPanel.RowCount = 7;
this.fishRationsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.fishRationsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.fishRationsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.fishRationsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.fishRationsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.fishRationsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.fishRationsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.fishRationsTableLayoutPanel.Size = new System.Drawing.Size(322, 210);
this.fishRationsTableLayoutPanel.TabIndex = 24;
//
// deleteFishRation
//
this.deleteFishRation.Dock = System.Windows.Forms.DockStyle.Fill;
this.deleteFishRation.Location = new System.Drawing.Point(164, 183);
this.deleteFishRation.Name = "deleteFishRation";
this.deleteFishRation.Size = new System.Drawing.Size(155, 24);
this.deleteFishRation.TabIndex = 11;
this.deleteFishRation.Text = "delete";
this.deleteFishRation.UseVisualStyleBackColor = true;
this.deleteFishRation.Click += new System.EventHandler(this.deleteFishRation_Click);
//
// addFishRation
//
this.addFishRation.Dock = System.Windows.Forms.DockStyle.Fill;
this.addFishRation.Location = new System.Drawing.Point(3, 183);
this.addFishRation.Name = "addFishRation";
this.addFishRation.Size = new System.Drawing.Size(155, 24);
this.addFishRation.TabIndex = 10;
this.addFishRation.Text = "add";
this.addFishRation.UseVisualStyleBackColor = true;
this.addFishRation.Click += new System.EventHandler(this.addFishRation_Click);
//
// plantsTableLayoutPanel
//
this.plantsTableLayoutPanel.ColumnCount = 3;
this.plantsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.plantsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.plantsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.plantsTableLayoutPanel.Controls.Add(this.plantsTopLabel, 0, 0);
this.plantsTableLayoutPanel.Controls.Add(this.plantsDataGridView, 0, 1);
this.plantsTableLayoutPanel.Controls.Add(this.numberPlantsLabel, 0, 2);
this.plantsTableLayoutPanel.Controls.Add(this.numberPlantsNumericUpDown, 0, 3);
this.plantsTableLayoutPanel.Controls.Add(this.plantTypePlantslabel, 0, 4);
this.plantsTableLayoutPanel.Controls.Add(this.plantTypePlantsComboBox, 0, 5);
this.plantsTableLayoutPanel.Controls.Add(this.locationPlantLabel, 0, 6);
this.plantsTableLayoutPanel.Controls.Add(this.deletePlant, 2, 8);
this.plantsTableLayoutPanel.Controls.Add(this.locationPlantsComboBox, 0, 7);
this.plantsTableLayoutPanel.Controls.Add(this.updatePlant, 1, 8);
this.plantsTableLayoutPanel.Controls.Add(this.addPlant, 0, 8);
this.plantsTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.plantsTableLayoutPanel.Location = new System.Drawing.Point(659, 433);
this.plantsTableLayoutPanel.Name = "plantsTableLayoutPanel";
this.plantsTableLayoutPanel.RowCount = 9;
this.plantsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.plantsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.plantsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.plantsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.plantsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.plantsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.plantsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.plantsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.plantsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.plantsTableLayoutPanel.Size = new System.Drawing.Size(322, 210);
this.plantsTableLayoutPanel.TabIndex = 25;
//
// mainTableLayoutPanel
//
this.mainTableLayoutPanel.ColumnCount = 3;
this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.mainTableLayoutPanel.Controls.Add(this.locationsTableLayoutPanel, 0, 0);
this.mainTableLayoutPanel.Controls.Add(this.plantsTableLayoutPanel, 2, 2);
this.mainTableLayoutPanel.Controls.Add(this.fishTypesTableLayoutPanel, 0, 1);
this.mainTableLayoutPanel.Controls.Add(this.fishRationsTableLayoutPanel, 1, 2);
this.mainTableLayoutPanel.Controls.Add(this.fishFoodTableLayoutPanel, 1, 1);
this.mainTableLayoutPanel.Controls.Add(this.fishesTableLayoutPanel, 0, 2);
this.mainTableLayoutPanel.Controls.Add(this.plantTypesTableLayoutPanel, 2, 1);
this.mainTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
this.mainTableLayoutPanel.Name = "mainTableLayoutPanel";
this.mainTableLayoutPanel.RowCount = 3;
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.mainTableLayoutPanel.Size = new System.Drawing.Size(984, 646);
this.mainTableLayoutPanel.TabIndex = 26;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(984, 661);
this.Controls.Add(this.mainTableLayoutPanel);
this.DoubleBuffered = true;
this.MinimumSize = new System.Drawing.Size(800, 600);
this.Name = "MainForm";
this.Padding = new System.Windows.Forms.Padding(0, 0, 0, 15);
this.Text = "Application";
((System.ComponentModel.ISupportInitialize)(this.fishRationsDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.plantTypesDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numberPlantsNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.plantsDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numberFishNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.fishFoodDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.locationsDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.fishTypesDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.fishesDataGridView)).EndInit();
this.locationsTableLayoutPanel.ResumeLayout(false);
this.locationsTableLayoutPanel.PerformLayout();
this.fishTypesTableLayoutPanel.ResumeLayout(false);
this.fishTypesTableLayoutPanel.PerformLayout();
this.fishFoodTableLayoutPanel.ResumeLayout(false);
this.fishFoodTableLayoutPanel.PerformLayout();
this.plantTypesTableLayoutPanel.ResumeLayout(false);
this.plantTypesTableLayoutPanel.PerformLayout();
this.fishesTableLayoutPanel.ResumeLayout(false);
this.fishesTableLayoutPanel.PerformLayout();
this.fishRationsTableLayoutPanel.ResumeLayout(false);
this.fishRationsTableLayoutPanel.PerformLayout();
this.plantsTableLayoutPanel.ResumeLayout(false);
this.plantsTableLayoutPanel.PerformLayout();
this.mainTableLayoutPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label fishFoodRationsLabel;
private System.Windows.Forms.ComboBox fishFoodRationsComboBox;
private System.Windows.Forms.Label fishTypeRationsLabel;
private System.Windows.Forms.ComboBox fishTypeRationsComboBox;
private System.Windows.Forms.DataGridView fishRationsDataGridView;
private System.Windows.Forms.Label plantTypePlantslabel;
private System.Windows.Forms.ComboBox plantTypePlantsComboBox;
private System.Windows.Forms.Button deletePlantType;
private System.Windows.Forms.Button updatePlantType;
private System.Windows.Forms.Button addPlantType;
private System.Windows.Forms.TextBox plantTypeTextBox;
private System.Windows.Forms.Label plantTypelabel;
private System.Windows.Forms.DataGridView plantTypesDataGridView;
private System.Windows.Forms.NumericUpDown numberPlantsNumericUpDown;
private System.Windows.Forms.Button deletePlant;
private System.Windows.Forms.Button updatePlant;
private System.Windows.Forms.Button addPlant;
private System.Windows.Forms.Label numberPlantsLabel;
private System.Windows.Forms.Label locationPlantLabel;
private System.Windows.Forms.ComboBox locationPlantsComboBox;
private System.Windows.Forms.DataGridView plantsDataGridView;
private System.Windows.Forms.Label numberFishLabel;
private System.Windows.Forms.NumericUpDown numberFishNumericUpDown;
private System.Windows.Forms.Button deleteFish;
private System.Windows.Forms.Button updateFish;
private System.Windows.Forms.Button addFish;
private System.Windows.Forms.Label locationFishesLabel;
private System.Windows.Forms.ComboBox locationFishComboBox;
private System.Windows.Forms.Button deleteLocation;
private System.Windows.Forms.Button updateLocation;
private System.Windows.Forms.Button addLocation;
private System.Windows.Forms.TextBox locationTextBox;
private System.Windows.Forms.Label locationLabel;
private System.Windows.Forms.Button deleteFishType;
private System.Windows.Forms.Button updateFishType;
private System.Windows.Forms.Button addFishType;
private System.Windows.Forms.Button updateFishFood;
private System.Windows.Forms.Button deleteFishFood;
private System.Windows.Forms.Button addFishFood;
private System.Windows.Forms.TextBox fishFoodTextBox;
private System.Windows.Forms.Label fishFoodLabel;
private System.Windows.Forms.DataGridView fishFoodDataGridView;
private System.Windows.Forms.TextBox fishTypeTextBox;
private System.Windows.Forms.Label fishTypeLabel;
private System.Windows.Forms.Label fishTypeFishesLabel;
private System.Windows.Forms.ComboBox fishTypeFishesComboBox;
private System.Windows.Forms.DataGridView locationsDataGridView;
private System.Windows.Forms.DataGridView fishTypesDataGridView;
private System.Windows.Forms.DataGridView fishesDataGridView;
private System.Windows.Forms.Label locationsTopLabel;
private System.Windows.Forms.Label fishTypesTopLabel;
private System.Windows.Forms.Label fishFoodTopLabel;
private System.Windows.Forms.Label plantTypesTopLabel;
private System.Windows.Forms.Label plantsTopLabel;
private System.Windows.Forms.Label fishRationsTopLabel;
private System.Windows.Forms.Label fishesTopLabel;
private System.Windows.Forms.TableLayoutPanel fishRationsTableLayoutPanel;
private System.Windows.Forms.TableLayoutPanel plantsTableLayoutPanel;
private System.Windows.Forms.TableLayoutPanel plantTypesTableLayoutPanel;
private System.Windows.Forms.TableLayoutPanel fishesTableLayoutPanel;
private System.Windows.Forms.TableLayoutPanel locationsTableLayoutPanel;
private System.Windows.Forms.TableLayoutPanel mainTableLayoutPanel;
private System.Windows.Forms.TableLayoutPanel fishTypesTableLayoutPanel;
private System.Windows.Forms.TableLayoutPanel fishFoodTableLayoutPanel;
private System.Windows.Forms.Button deleteFishRation;
private System.Windows.Forms.Button addFishRation;
}
}