namespace InfoTrack { partial class FormAddRecord { /// /// 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.panelAddAlbum = new System.Windows.Forms.Panel(); this.textBoxAddTracksCount = new System.Windows.Forms.TextBox(); this.textBoxAddYear = new System.Windows.Forms.TextBox(); this.textBoxAddDurAlbum = new System.Windows.Forms.TextBox(); this.textBoxAddCodeGroup = new System.Windows.Forms.TextBox(); this.textBoxAddNameAlbum = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.labelNameAlbum = new System.Windows.Forms.Label(); this.buttonAdd = new System.Windows.Forms.Button(); this.buttonBack = new System.Windows.Forms.Button(); this.panelAddGroup = new System.Windows.Forms.Panel(); this.textBoxAddDirection = new System.Windows.Forms.TextBox(); this.textBoxAddDiscription = new System.Windows.Forms.TextBox(); this.textBoxAddYearCreation = new System.Windows.Forms.TextBox(); this.textBoxAddNameGroup = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.panelAddTrack = new System.Windows.Forms.Panel(); this.textBoxAddTimeTrack = new System.Windows.Forms.TextBox(); this.textBoxAddCodeGroup_t = new System.Windows.Forms.TextBox(); this.textBoxAddCodeAlbum_t = new System.Windows.Forms.TextBox(); this.textBoxAddTrackName = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.panelAddMusician = new System.Windows.Forms.Panel(); this.textBoxAddbday = new System.Windows.Forms.TextBox(); this.textBoxAddRole = new System.Windows.Forms.TextBox(); this.textBoxAddCodeGroup_m = new System.Windows.Forms.TextBox(); this.textBoxAddNameMus = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.panelAddAlbum.SuspendLayout(); this.panelAddGroup.SuspendLayout(); this.panelAddTrack.SuspendLayout(); this.panelAddMusician.SuspendLayout(); this.SuspendLayout(); // // panelAddAlbum // this.panelAddAlbum.BackColor = System.Drawing.SystemColors.ActiveCaption; this.panelAddAlbum.Controls.Add(this.textBoxAddTracksCount); this.panelAddAlbum.Controls.Add(this.textBoxAddYear); this.panelAddAlbum.Controls.Add(this.textBoxAddDurAlbum); this.panelAddAlbum.Controls.Add(this.textBoxAddCodeGroup); this.panelAddAlbum.Controls.Add(this.textBoxAddNameAlbum); this.panelAddAlbum.Controls.Add(this.label4); this.panelAddAlbum.Controls.Add(this.label3); this.panelAddAlbum.Controls.Add(this.label2); this.panelAddAlbum.Controls.Add(this.label1); this.panelAddAlbum.Controls.Add(this.labelNameAlbum); this.panelAddAlbum.Location = new System.Drawing.Point(31, 12); this.panelAddAlbum.Name = "panelAddAlbum"; this.panelAddAlbum.Size = new System.Drawing.Size(310, 201); this.panelAddAlbum.TabIndex = 1; // // textBoxAddTracksCount // this.textBoxAddTracksCount.Location = new System.Drawing.Point(147, 154); this.textBoxAddTracksCount.Name = "textBoxAddTracksCount"; this.textBoxAddTracksCount.Size = new System.Drawing.Size(100, 20); this.textBoxAddTracksCount.TabIndex = 9; // // textBoxAddYear // this.textBoxAddYear.Location = new System.Drawing.Point(147, 128); this.textBoxAddYear.Name = "textBoxAddYear"; this.textBoxAddYear.Size = new System.Drawing.Size(100, 20); this.textBoxAddYear.TabIndex = 8; // // textBoxAddDurAlbum // this.textBoxAddDurAlbum.Location = new System.Drawing.Point(147, 99); this.textBoxAddDurAlbum.Name = "textBoxAddDurAlbum"; this.textBoxAddDurAlbum.Size = new System.Drawing.Size(100, 20); this.textBoxAddDurAlbum.TabIndex = 7; // // textBoxAddCodeGroup // this.textBoxAddCodeGroup.Location = new System.Drawing.Point(147, 73); this.textBoxAddCodeGroup.Name = "textBoxAddCodeGroup"; this.textBoxAddCodeGroup.Size = new System.Drawing.Size(100, 20); this.textBoxAddCodeGroup.TabIndex = 6; // // textBoxAddNameAlbum // this.textBoxAddNameAlbum.Location = new System.Drawing.Point(147, 43); this.textBoxAddNameAlbum.Name = "textBoxAddNameAlbum"; this.textBoxAddNameAlbum.Size = new System.Drawing.Size(100, 20); this.textBoxAddNameAlbum.TabIndex = 5; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(30, 154); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(79, 13); this.label4.TabIndex = 4; this.label4.Text = "Кол-во треков"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(30, 127); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 13); this.label3.TabIndex = 3; this.label3.Text = "Год выпуска"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(30, 99); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(111, 13); this.label2.TabIndex = 2; this.label2.Text = "Продолжительность"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(30, 73); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 13); this.label1.TabIndex = 1; this.label1.Text = "Код группы"; // // labelNameAlbum // this.labelNameAlbum.AutoSize = true; this.labelNameAlbum.Location = new System.Drawing.Point(30, 43); this.labelNameAlbum.Name = "labelNameAlbum"; this.labelNameAlbum.Size = new System.Drawing.Size(57, 13); this.labelNameAlbum.TabIndex = 0; this.labelNameAlbum.Text = "Название"; // // buttonAdd // this.buttonAdd.Location = new System.Drawing.Point(689, 72); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(86, 39); this.buttonAdd.TabIndex = 2; this.buttonAdd.Text = "Добавить"; this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click); // // buttonBack // this.buttonBack.Location = new System.Drawing.Point(689, 129); this.buttonBack.Name = "buttonBack"; this.buttonBack.Size = new System.Drawing.Size(75, 23); this.buttonBack.TabIndex = 3; this.buttonBack.Text = "Назад"; this.buttonBack.UseVisualStyleBackColor = true; this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click); // // panelAddGroup // this.panelAddGroup.BackColor = System.Drawing.SystemColors.ActiveCaption; this.panelAddGroup.Controls.Add(this.textBoxAddDirection); this.panelAddGroup.Controls.Add(this.textBoxAddDiscription); this.panelAddGroup.Controls.Add(this.textBoxAddYearCreation); this.panelAddGroup.Controls.Add(this.textBoxAddNameGroup); this.panelAddGroup.Controls.Add(this.label6); this.panelAddGroup.Controls.Add(this.label7); this.panelAddGroup.Controls.Add(this.label8); this.panelAddGroup.Controls.Add(this.label9); this.panelAddGroup.Location = new System.Drawing.Point(373, 12); this.panelAddGroup.Name = "panelAddGroup"; this.panelAddGroup.Size = new System.Drawing.Size(310, 201); this.panelAddGroup.TabIndex = 10; // // textBoxAddDirection // this.textBoxAddDirection.Location = new System.Drawing.Point(125, 128); this.textBoxAddDirection.Name = "textBoxAddDirection"; this.textBoxAddDirection.Size = new System.Drawing.Size(100, 20); this.textBoxAddDirection.TabIndex = 8; // // textBoxAddDiscription // this.textBoxAddDiscription.Location = new System.Drawing.Point(125, 99); this.textBoxAddDiscription.Name = "textBoxAddDiscription"; this.textBoxAddDiscription.Size = new System.Drawing.Size(100, 20); this.textBoxAddDiscription.TabIndex = 7; // // textBoxAddYearCreation // this.textBoxAddYearCreation.Location = new System.Drawing.Point(125, 73); this.textBoxAddYearCreation.Name = "textBoxAddYearCreation"; this.textBoxAddYearCreation.Size = new System.Drawing.Size(100, 20); this.textBoxAddYearCreation.TabIndex = 6; // // textBoxAddNameGroup // this.textBoxAddNameGroup.Location = new System.Drawing.Point(125, 40); this.textBoxAddNameGroup.Name = "textBoxAddNameGroup"; this.textBoxAddNameGroup.Size = new System.Drawing.Size(100, 20); this.textBoxAddNameGroup.TabIndex = 5; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(30, 127); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(75, 13); this.label6.TabIndex = 3; this.label6.Text = "Направление"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(30, 99); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(57, 13); this.label7.TabIndex = 2; this.label7.Text = "Описание"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(30, 73); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(76, 13); this.label8.TabIndex = 1; this.label8.Text = "Год создания"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(30, 43); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(57, 13); this.label9.TabIndex = 0; this.label9.Text = "Название"; // // panelAddTrack // this.panelAddTrack.BackColor = System.Drawing.SystemColors.ActiveCaption; this.panelAddTrack.Controls.Add(this.textBoxAddTimeTrack); this.panelAddTrack.Controls.Add(this.textBoxAddCodeGroup_t); this.panelAddTrack.Controls.Add(this.textBoxAddCodeAlbum_t); this.panelAddTrack.Controls.Add(this.textBoxAddTrackName); this.panelAddTrack.Controls.Add(this.label5); this.panelAddTrack.Controls.Add(this.label10); this.panelAddTrack.Controls.Add(this.label11); this.panelAddTrack.Controls.Add(this.label12); this.panelAddTrack.Location = new System.Drawing.Point(31, 237); this.panelAddTrack.Name = "panelAddTrack"; this.panelAddTrack.Size = new System.Drawing.Size(310, 201); this.panelAddTrack.TabIndex = 11; // // textBoxAddTimeTrack // this.textBoxAddTimeTrack.Location = new System.Drawing.Point(147, 129); this.textBoxAddTimeTrack.Name = "textBoxAddTimeTrack"; this.textBoxAddTimeTrack.Size = new System.Drawing.Size(100, 20); this.textBoxAddTimeTrack.TabIndex = 8; // // textBoxAddCodeGroup_t // this.textBoxAddCodeGroup_t.Location = new System.Drawing.Point(147, 99); this.textBoxAddCodeGroup_t.Name = "textBoxAddCodeGroup_t"; this.textBoxAddCodeGroup_t.Size = new System.Drawing.Size(100, 20); this.textBoxAddCodeGroup_t.TabIndex = 7; // // textBoxAddCodeAlbum_t // this.textBoxAddCodeAlbum_t.Location = new System.Drawing.Point(147, 73); this.textBoxAddCodeAlbum_t.Name = "textBoxAddCodeAlbum_t"; this.textBoxAddCodeAlbum_t.Size = new System.Drawing.Size(100, 20); this.textBoxAddCodeAlbum_t.TabIndex = 6; // // textBoxAddTrackName // this.textBoxAddTrackName.Location = new System.Drawing.Point(147, 40); this.textBoxAddTrackName.Name = "textBoxAddTrackName"; this.textBoxAddTrackName.Size = new System.Drawing.Size(100, 20); this.textBoxAddTrackName.TabIndex = 5; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(30, 127); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(111, 13); this.label5.TabIndex = 3; this.label5.Text = "Продолжительность"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(30, 99); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(65, 13); this.label10.TabIndex = 2; this.label10.Text = "Код группы"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(30, 73); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(73, 13); this.label11.TabIndex = 1; this.label11.Text = "Код альбома"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(30, 43); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(57, 13); this.label12.TabIndex = 0; this.label12.Text = "Название"; // // panelAddMusician // this.panelAddMusician.BackColor = System.Drawing.SystemColors.ActiveCaption; this.panelAddMusician.Controls.Add(this.textBoxAddbday); this.panelAddMusician.Controls.Add(this.textBoxAddRole); this.panelAddMusician.Controls.Add(this.textBoxAddCodeGroup_m); this.panelAddMusician.Controls.Add(this.textBoxAddNameMus); this.panelAddMusician.Controls.Add(this.label13); this.panelAddMusician.Controls.Add(this.label14); this.panelAddMusician.Controls.Add(this.label15); this.panelAddMusician.Controls.Add(this.label16); this.panelAddMusician.Location = new System.Drawing.Point(373, 237); this.panelAddMusician.Name = "panelAddMusician"; this.panelAddMusician.Size = new System.Drawing.Size(310, 201); this.panelAddMusician.TabIndex = 12; // // textBoxAddbday // this.textBoxAddbday.Location = new System.Drawing.Point(147, 129); this.textBoxAddbday.Name = "textBoxAddbday"; this.textBoxAddbday.Size = new System.Drawing.Size(100, 20); this.textBoxAddbday.TabIndex = 8; // // textBoxAddRole // this.textBoxAddRole.Location = new System.Drawing.Point(147, 99); this.textBoxAddRole.Name = "textBoxAddRole"; this.textBoxAddRole.Size = new System.Drawing.Size(100, 20); this.textBoxAddRole.TabIndex = 7; // // textBoxAddCodeGroup_m // this.textBoxAddCodeGroup_m.Location = new System.Drawing.Point(147, 73); this.textBoxAddCodeGroup_m.Name = "textBoxAddCodeGroup_m"; this.textBoxAddCodeGroup_m.Size = new System.Drawing.Size(100, 20); this.textBoxAddCodeGroup_m.TabIndex = 6; // // textBoxAddNameMus // this.textBoxAddNameMus.Location = new System.Drawing.Point(147, 40); this.textBoxAddNameMus.Name = "textBoxAddNameMus"; this.textBoxAddNameMus.Size = new System.Drawing.Size(100, 20); this.textBoxAddNameMus.TabIndex = 5; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(30, 127); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(86, 13); this.label13.TabIndex = 3; this.label13.Text = "Дата рождения"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(30, 99); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(32, 13); this.label14.TabIndex = 2; this.label14.Text = "Роль"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(30, 73); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(65, 13); this.label15.TabIndex = 1; this.label15.Text = "Код группы"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(30, 43); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(29, 13); this.label16.TabIndex = 0; this.label16.Text = "Имя"; // // FormAddRecord // 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.panelAddMusician); this.Controls.Add(this.panelAddTrack); this.Controls.Add(this.panelAddGroup); this.Controls.Add(this.buttonBack); this.Controls.Add(this.buttonAdd); this.Controls.Add(this.panelAddAlbum); this.Name = "FormAddRecord"; this.Text = "FromAddRecord"; this.panelAddAlbum.ResumeLayout(false); this.panelAddAlbum.PerformLayout(); this.panelAddGroup.ResumeLayout(false); this.panelAddGroup.PerformLayout(); this.panelAddTrack.ResumeLayout(false); this.panelAddTrack.PerformLayout(); this.panelAddMusician.ResumeLayout(false); this.panelAddMusician.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panelAddAlbum; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label labelNameAlbum; private System.Windows.Forms.TextBox textBoxAddTracksCount; private System.Windows.Forms.TextBox textBoxAddYear; private System.Windows.Forms.TextBox textBoxAddDurAlbum; private System.Windows.Forms.TextBox textBoxAddCodeGroup; private System.Windows.Forms.TextBox textBoxAddNameAlbum; private System.Windows.Forms.Button buttonAdd; private System.Windows.Forms.Button buttonBack; private System.Windows.Forms.Panel panelAddGroup; private System.Windows.Forms.TextBox textBoxAddDirection; private System.Windows.Forms.TextBox textBoxAddDiscription; private System.Windows.Forms.TextBox textBoxAddYearCreation; private System.Windows.Forms.TextBox textBoxAddNameGroup; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Panel panelAddTrack; private System.Windows.Forms.TextBox textBoxAddTimeTrack; private System.Windows.Forms.TextBox textBoxAddCodeGroup_t; private System.Windows.Forms.TextBox textBoxAddCodeAlbum_t; private System.Windows.Forms.TextBox textBoxAddTrackName; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Panel panelAddMusician; private System.Windows.Forms.TextBox textBoxAddbday; private System.Windows.Forms.TextBox textBoxAddRole; private System.Windows.Forms.TextBox textBoxAddCodeGroup_m; private System.Windows.Forms.TextBox textBoxAddNameMus; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; } }