Проектирование и реализация баз данных и клиентских приложений в среде MS Visual Studio.NET. Макурин Ю.Д - 189 стр.

UptoLike

Составители: 

189
this.ProductionButton.Location = new System.Drawing.Point(440, 29);
this.ProductionButton.Name = "ProductionButton";
this.ProductionButton.Size = new System.Drawing.Size(383, 107);
this.ProductionButton.TabIndex = 3;
this.ProductionButton.Text = "Произведения";
this.ProductionButton.UseVisualStyleBackColor = false;
this.ProductionButton.Click += new System.EventHandler(this.ProductionButton_Click);
//
// CountryButton
//
this.CountryButton.BackColor = System.Drawing.Color.Yellow;
this.CountryButton.Font = new System.Drawing.Font("Monotype Corsiva", 25.8F,
((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))),
System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.CountryButton.Location = new System.Drawing.Point(28, 331);
this.CountryButton.Name = "CountryButton";
this.CountryButton.Size = new System.Drawing.Size(377, 113);
this.CountryButton.TabIndex = 4;
this.CountryButton.Text = "Страны";
this.CountryButton.UseVisualStyleBackColor = false;
this.CountryButton.Click += new System.EventHandler(this.CountryButton_Click);
//
// GenereButton
//
this.GenereButton.BackColor = System.Drawing.Color.Yellow;
this.GenereButton.Font = new System.Drawing.Font("Monotype Corsiva", 25.8F,
((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))),
System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.GenereButton.Location = new System.Drawing.Point(28, 179);
this.GenereButton.Name = "GenereButton";
this.GenereButton.Size = new System.Drawing.Size(377, 106);
this.GenereButton.TabIndex = 5;
this.GenereButton.Text = "Жанр";
this.GenereButton.UseVisualStyleBackColor = false;
this.GenereButton.Click += new System.EventHandler(this.GenereButton_Click);
//
// MainClientForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Cyan;
this.ClientSize = new System.Drawing.Size(853, 494);
this.Controls.Add(this.GenereButton);
this.Controls.Add(this.CountryButton);
this.Controls.Add(this.ProductionButton);
this.Controls.Add(this.ToolButton);
this.Controls.Add(this.PlacementButton);
this.Controls.Add(this.AutherButton);
this.Name = "MainClientForm";
this.Text = "Главная форма для работы с таблицами";
this.ResumeLayout(false);
       this.ProductionButton.Location = new System.Drawing.Point(440, 29);
       this.ProductionButton.Name = "ProductionButton";
       this.ProductionButton.Size = new System.Drawing.Size(383, 107);
       this.ProductionButton.TabIndex = 3;
       this.ProductionButton.Text = "Произведения";
       this.ProductionButton.UseVisualStyleBackColor = false;
       this.ProductionButton.Click += new System.EventHandler(this.ProductionButton_Click);
       //
       // CountryButton
       //
       this.CountryButton.BackColor = System.Drawing.Color.Yellow;
       this.CountryButton.Font = new System.Drawing.Font("Monotype Corsiva", 25.8F,
((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))),
System.Drawing.GraphicsUnit.Point, ((byte)(204)));
       this.CountryButton.Location = new System.Drawing.Point(28, 331);
       this.CountryButton.Name = "CountryButton";
       this.CountryButton.Size = new System.Drawing.Size(377, 113);
       this.CountryButton.TabIndex = 4;
       this.CountryButton.Text = "Страны";
       this.CountryButton.UseVisualStyleBackColor = false;
       this.CountryButton.Click += new System.EventHandler(this.CountryButton_Click);
       //
       // GenereButton
       //
       this.GenereButton.BackColor = System.Drawing.Color.Yellow;
       this.GenereButton.Font = new System.Drawing.Font("Monotype Corsiva", 25.8F,
((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))),
System.Drawing.GraphicsUnit.Point, ((byte)(204)));
       this.GenereButton.Location = new System.Drawing.Point(28, 179);
       this.GenereButton.Name = "GenereButton";
       this.GenereButton.Size = new System.Drawing.Size(377, 106);
       this.GenereButton.TabIndex = 5;
       this.GenereButton.Text = "Жанр";
       this.GenereButton.UseVisualStyleBackColor = false;
       this.GenereButton.Click += new System.EventHandler(this.GenereButton_Click);
       //
       // MainClientForm
       //
       this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       this.BackColor = System.Drawing.Color.Cyan;
       this.ClientSize = new System.Drawing.Size(853, 494);
       this.Controls.Add(this.GenereButton);
       this.Controls.Add(this.CountryButton);
       this.Controls.Add(this.ProductionButton);
       this.Controls.Add(this.ToolButton);
       this.Controls.Add(this.PlacementButton);
       this.Controls.Add(this.AutherButton);
       this.Name = "MainClientForm";
       this.Text = "Главная форма для работы с таблицами";
       this.ResumeLayout(false);

                                               189