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

UptoLike

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

188
this.CountryButton = new System.Windows.Forms.Button();
this.GenereButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// AutherButton
//
this.AutherButton.BackColor = System.Drawing.Color.Yellow;
this.AutherButton.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.AutherButton.Location = new System.Drawing.Point(28, 29);
this.AutherButton.Name = "AutherButton";
this.AutherButton.Size = new System.Drawing.Size(377, 107);
this.AutherButton.TabIndex = 0;
this.AutherButton.Text = "Авторы";
this.AutherButton.UseVisualStyleBackColor = false;
this.AutherButton.Click += new System.EventHandler(this.AutherButton_Click);
//
// PlacementButton
//
this.PlacementButton.BackColor = System.Drawing.Color.Yellow;
this.PlacementButton.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.PlacementButton.Location = new System.Drawing.Point(440, 331);
this.PlacementButton.Name = "PlacementButton";
this.PlacementButton.Size = new System.Drawing.Size(383, 113);
this.PlacementButton.TabIndex = 1;
this.PlacementButton.Text = "Места нахождения";
this.PlacementButton.UseVisualStyleBackColor = false;
this.PlacementButton.Click += new System.EventHandler(this.PlacementButton_Click);
//
// ToolButton
//
this.ToolButton.BackColor = System.Drawing.Color.Yellow;
this.ToolButton.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.ToolButton.Location = new System.Drawing.Point(440, 179);
this.ToolButton.Name = "ToolButton";
this.ToolButton.Size = new System.Drawing.Size(383, 106);
this.ToolButton.TabIndex = 2;
this.ToolButton.Text = "Средства создания";
this.ToolButton.UseVisualStyleBackColor = false;
this.ToolButton.Click += new System.EventHandler(this.ToolButton_Click);
//
// ProductionButton
//
this.ProductionButton.BackColor = System.Drawing.Color.Yellow;
this.ProductionButton.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 = new System.Windows.Forms.Button();
       this.GenereButton = new System.Windows.Forms.Button();
       this.SuspendLayout();
       //
       // AutherButton
       //
       this.AutherButton.BackColor = System.Drawing.Color.Yellow;
       this.AutherButton.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.AutherButton.Location = new System.Drawing.Point(28, 29);
       this.AutherButton.Name = "AutherButton";
       this.AutherButton.Size = new System.Drawing.Size(377, 107);
       this.AutherButton.TabIndex = 0;
       this.AutherButton.Text = "Авторы";
       this.AutherButton.UseVisualStyleBackColor = false;
       this.AutherButton.Click += new System.EventHandler(this.AutherButton_Click);
       //
       // PlacementButton
       //
       this.PlacementButton.BackColor = System.Drawing.Color.Yellow;
       this.PlacementButton.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.PlacementButton.Location = new System.Drawing.Point(440, 331);
       this.PlacementButton.Name = "PlacementButton";
       this.PlacementButton.Size = new System.Drawing.Size(383, 113);
       this.PlacementButton.TabIndex = 1;
       this.PlacementButton.Text = "Места нахождения";
       this.PlacementButton.UseVisualStyleBackColor = false;
       this.PlacementButton.Click += new System.EventHandler(this.PlacementButton_Click);
       //
       // ToolButton
       //
       this.ToolButton.BackColor = System.Drawing.Color.Yellow;
       this.ToolButton.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.ToolButton.Location = new System.Drawing.Point(440, 179);
       this.ToolButton.Name = "ToolButton";
       this.ToolButton.Size = new System.Drawing.Size(383, 106);
       this.ToolButton.TabIndex = 2;
       this.ToolButton.Text = "Средства создания";
       this.ToolButton.UseVisualStyleBackColor = false;
       this.ToolButton.Click += new System.EventHandler(this.ToolButton_Click);
       //
       // ProductionButton
       //
       this.ProductionButton.BackColor = System.Drawing.Color.Yellow;
       this.ProductionButton.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)));
                                               188