namespace Musical { partial class TabControl { /// /// 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.tabMusicalInstrument = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.buttonEdit3 = new System.Windows.Forms.Button(); this.buttonDelete2 = new System.Windows.Forms.Button(); this.buttonAdd1 = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.tabClients = new System.Windows.Forms.TabPage(); this.buttonEdit33 = new System.Windows.Forms.Button(); this.buttonDelete22 = new System.Windows.Forms.Button(); this.buttonAdd11 = new System.Windows.Forms.Button(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.tabSellHistory = new System.Windows.Forms.TabPage(); this.buttonEdit43 = new System.Windows.Forms.Button(); this.buttonDelete32 = new System.Windows.Forms.Button(); this.buttonAdd21 = new System.Windows.Forms.Button(); this.dataGridView3 = new System.Windows.Forms.DataGridView(); this.mySqlDataAdapter1 = new MySql.Data.MySqlClient.MySqlDataAdapter(); this.tabMusicalInstrument.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.tabClients.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); this.tabSellHistory.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit(); this.SuspendLayout(); // // tabMusicalInstrument // this.tabMusicalInstrument.Controls.Add(this.tabPage1); this.tabMusicalInstrument.Controls.Add(this.tabClients); this.tabMusicalInstrument.Controls.Add(this.tabSellHistory); this.tabMusicalInstrument.Location = new System.Drawing.Point(29, 13); this.tabMusicalInstrument.Name = "tabMusicalInstrument"; this.tabMusicalInstrument.SelectedIndex = 0; this.tabMusicalInstrument.Size = new System.Drawing.Size(714, 392); this.tabMusicalInstrument.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.buttonEdit3); this.tabPage1.Controls.Add(this.buttonDelete2); this.tabPage1.Controls.Add(this.buttonAdd1); this.tabPage1.Controls.Add(this.dataGridView1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(706, 366); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "tabMusicalInstrument"; this.tabPage1.UseVisualStyleBackColor = true; // // buttonEdit3 // this.buttonEdit3.Location = new System.Drawing.Point(16, 301); this.buttonEdit3.Name = "buttonEdit3"; this.buttonEdit3.Size = new System.Drawing.Size(75, 23); this.buttonEdit3.TabIndex = 3; this.buttonEdit3.Text = "button3"; this.buttonEdit3.UseVisualStyleBackColor = true; // // buttonDelete2 // this.buttonDelete2.Location = new System.Drawing.Point(16, 262); this.buttonDelete2.Name = "buttonDelete2"; this.buttonDelete2.Size = new System.Drawing.Size(75, 23); this.buttonDelete2.TabIndex = 2; this.buttonDelete2.Text = "button2"; this.buttonDelete2.UseVisualStyleBackColor = true; // // buttonAdd1 // this.buttonAdd1.Location = new System.Drawing.Point(16, 232); this.buttonAdd1.Name = "buttonAdd1"; this.buttonAdd1.Size = new System.Drawing.Size(75, 23); this.buttonAdd1.TabIndex = 1; this.buttonAdd1.Text = "button1"; this.buttonAdd1.UseVisualStyleBackColor = true; // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(7, 7); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(693, 218); this.dataGridView1.TabIndex = 0; // // tabClients // this.tabClients.Controls.Add(this.buttonEdit33); this.tabClients.Controls.Add(this.buttonDelete22); this.tabClients.Controls.Add(this.buttonAdd11); this.tabClients.Controls.Add(this.dataGridView2); this.tabClients.Location = new System.Drawing.Point(4, 22); this.tabClients.Name = "tabClients"; this.tabClients.Padding = new System.Windows.Forms.Padding(3); this.tabClients.Size = new System.Drawing.Size(706, 366); this.tabClients.TabIndex = 1; this.tabClients.Text = "tabClients"; this.tabClients.UseVisualStyleBackColor = true; // // buttonEdit33 // this.buttonEdit33.Location = new System.Drawing.Point(7, 332); this.buttonEdit33.Name = "buttonEdit33"; this.buttonEdit33.Size = new System.Drawing.Size(75, 23); this.buttonEdit33.TabIndex = 3; this.buttonEdit33.Text = "button3"; this.buttonEdit33.UseVisualStyleBackColor = true; // // buttonDelete22 // this.buttonDelete22.Location = new System.Drawing.Point(7, 302); this.buttonDelete22.Name = "buttonDelete22"; this.buttonDelete22.Size = new System.Drawing.Size(75, 23); this.buttonDelete22.TabIndex = 2; this.buttonDelete22.Text = "button2"; this.buttonDelete22.UseVisualStyleBackColor = true; // // buttonAdd11 // this.buttonAdd11.Location = new System.Drawing.Point(7, 272); this.buttonAdd11.Name = "buttonAdd11"; this.buttonAdd11.Size = new System.Drawing.Size(75, 23); this.buttonAdd11.TabIndex = 1; this.buttonAdd11.Text = "button1"; this.buttonAdd11.UseVisualStyleBackColor = true; // // dataGridView2 // this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.Location = new System.Drawing.Point(7, 7); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.Size = new System.Drawing.Size(693, 258); this.dataGridView2.TabIndex = 0; // // tabSellHistory // this.tabSellHistory.Controls.Add(this.buttonEdit43); this.tabSellHistory.Controls.Add(this.buttonDelete32); this.tabSellHistory.Controls.Add(this.buttonAdd21); this.tabSellHistory.Controls.Add(this.dataGridView3); this.tabSellHistory.Location = new System.Drawing.Point(4, 22); this.tabSellHistory.Name = "tabSellHistory"; this.tabSellHistory.Padding = new System.Windows.Forms.Padding(3); this.tabSellHistory.Size = new System.Drawing.Size(706, 366); this.tabSellHistory.TabIndex = 2; this.tabSellHistory.Text = "tabSellHistory"; this.tabSellHistory.UseVisualStyleBackColor = true; // // buttonEdit43 // this.buttonEdit43.Location = new System.Drawing.Point(7, 342); this.buttonEdit43.Name = "buttonEdit43"; this.buttonEdit43.Size = new System.Drawing.Size(75, 23); this.buttonEdit43.TabIndex = 3; this.buttonEdit43.Text = "button3"; this.buttonEdit43.UseVisualStyleBackColor = true; // // buttonDelete32 // this.buttonDelete32.Location = new System.Drawing.Point(7, 313); this.buttonDelete32.Name = "buttonDelete32"; this.buttonDelete32.Size = new System.Drawing.Size(75, 23); this.buttonDelete32.TabIndex = 2; this.buttonDelete32.Text = "button2"; this.buttonDelete32.UseVisualStyleBackColor = true; // // buttonAdd21 // this.buttonAdd21.Location = new System.Drawing.Point(7, 284); this.buttonAdd21.Name = "buttonAdd21"; this.buttonAdd21.Size = new System.Drawing.Size(75, 23); this.buttonAdd21.TabIndex = 1; this.buttonAdd21.Text = "button1"; this.buttonAdd21.UseVisualStyleBackColor = true; // // dataGridView3 // this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView3.Location = new System.Drawing.Point(7, 7); this.dataGridView3.Name = "dataGridView3"; this.dataGridView3.Size = new System.Drawing.Size(693, 271); this.dataGridView3.TabIndex = 0; // // mySqlDataAdapter1 // this.mySqlDataAdapter1.DeleteCommand = null; this.mySqlDataAdapter1.InsertCommand = null; this.mySqlDataAdapter1.SelectCommand = null; this.mySqlDataAdapter1.UpdateCommand = null; // // TabControl // 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.tabMusicalInstrument); this.Name = "TabControl"; this.Text = "TabControl"; this.tabMusicalInstrument.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.tabClients.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); this.tabSellHistory.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabMusicalInstrument; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabClients; private System.Windows.Forms.TabPage tabSellHistory; private System.Windows.Forms.Button buttonEdit3; private System.Windows.Forms.Button buttonDelete2; private System.Windows.Forms.Button buttonAdd1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Button buttonEdit33; private System.Windows.Forms.Button buttonDelete22; private System.Windows.Forms.Button buttonAdd11; private System.Windows.Forms.DataGridView dataGridView2; private System.Windows.Forms.DataGridView dataGridView3; private System.Windows.Forms.Button buttonEdit43; private System.Windows.Forms.Button buttonDelete32; private System.Windows.Forms.Button buttonAdd21; private MySql.Data.MySqlClient.MySqlDataAdapter mySqlDataAdapter1; } }