namespace db_lab { partial class CRUDForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.buildingBtn = new System.Windows.Forms.Button(); this.DepartmentBtn = new System.Windows.Forms.Button(); this.RoomsBtn = new System.Windows.Forms.Button(); this.EquipmentBtn = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.flowLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.buildingBtn); this.flowLayoutPanel1.Controls.Add(this.DepartmentBtn); this.flowLayoutPanel1.Controls.Add(this.RoomsBtn); this.flowLayoutPanel1.Controls.Add(this.EquipmentBtn); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Left; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(200, 450); this.flowLayoutPanel1.TabIndex = 0; // // buildingBtn // this.buildingBtn.Location = new System.Drawing.Point(3, 3); this.buildingBtn.Name = "buildingBtn"; this.buildingBtn.Size = new System.Drawing.Size(75, 23); this.buildingBtn.TabIndex = 0; this.buildingBtn.Text = "Building"; this.buildingBtn.UseVisualStyleBackColor = true; this.buildingBtn.Click += new System.EventHandler(this.buildingBtn_Click); // // DepartmentBtn // this.DepartmentBtn.Location = new System.Drawing.Point(84, 3); this.DepartmentBtn.Name = "DepartmentBtn"; this.DepartmentBtn.Size = new System.Drawing.Size(75, 23); this.DepartmentBtn.TabIndex = 1; this.DepartmentBtn.Text = "Department"; this.DepartmentBtn.UseVisualStyleBackColor = true; this.DepartmentBtn.Click += new System.EventHandler(this.DepartmentBtn_Click); // // RoomsBtn // this.RoomsBtn.Location = new System.Drawing.Point(3, 32); this.RoomsBtn.Name = "RoomsBtn"; this.RoomsBtn.Size = new System.Drawing.Size(75, 23); this.RoomsBtn.TabIndex = 2; this.RoomsBtn.Text = "Rooms"; this.RoomsBtn.UseVisualStyleBackColor = true; this.RoomsBtn.Click += new System.EventHandler(this.RoomsBtn_Click); // // EquipmentBtn // this.EquipmentBtn.Location = new System.Drawing.Point(84, 32); this.EquipmentBtn.Name = "EquipmentBtn"; this.EquipmentBtn.Size = new System.Drawing.Size(75, 23); this.EquipmentBtn.TabIndex = 3; this.EquipmentBtn.Text = "Equipment"; this.EquipmentBtn.UseVisualStyleBackColor = true; this.EquipmentBtn.Click += new System.EventHandler(this.EquipmentBtn_Click); // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(3, 3); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(511, 411); this.dataGridView1.TabIndex = 4; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 86.16666F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.83333F)); this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 1, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(200, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 92.88889F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.111111F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(600, 450); this.tableLayoutPanel1.TabIndex = 1; // // flowLayoutPanel2 // this.flowLayoutPanel2.Controls.Add(this.button1); this.flowLayoutPanel2.Controls.Add(this.button2); this.flowLayoutPanel2.Controls.Add(this.button3); this.flowLayoutPanel2.Controls.Add(this.button4); this.flowLayoutPanel2.Controls.Add(this.button5); this.flowLayoutPanel2.Location = new System.Drawing.Point(520, 3); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(77, 411); this.flowLayoutPanel2.TabIndex = 6; // // button1 // this.button1.Location = new System.Drawing.Point(3, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 5; this.button1.Text = "Next"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.btnNext_Click); // // button2 // this.button2.Location = new System.Drawing.Point(3, 32); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 6; this.button2.Text = "Prev"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.btnPrev_Click); // // button3 // this.button3.Location = new System.Drawing.Point(3, 61); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 7; this.button3.Text = "Delete"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.btnDelete_Click); // // button4 // this.button4.Location = new System.Drawing.Point(3, 90); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 8; this.button4.Text = "Add"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.btnAdd_Click); // // button5 // this.button5.Location = new System.Drawing.Point(3, 119); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); this.button5.TabIndex = 9; this.button5.Text = "Edit"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.btnEdit_Click); // // CRUDForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.flowLayoutPanel1); this.Name = "CRUDForm"; this.Text = "CRUDForm"; this.flowLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Button buildingBtn; private System.Windows.Forms.Button DepartmentBtn; private System.Windows.Forms.Button RoomsBtn; private System.Windows.Forms.Button EquipmentBtn; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Button button1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; } }