Browse Source

Создание и подключение данных таблицы trip к dataGridView1

Kuzmenco 1 year ago
parent
commit
fe3eef10e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Form1.Designer.cs

+ 2 - 2
Form1.Designer.cs

@@ -61,7 +61,7 @@ namespace Lab1_
             this.dataGridView1.DataSource = this.tripBindingSource;
             this.dataGridView1.Location = new System.Drawing.Point(12, 12);
             this.dataGridView1.Name = "dataGridView1";
-            this.dataGridView1.Size = new System.Drawing.Size(788, 337);
+            this.dataGridView1.Size = new System.Drawing.Size(788, 547);
             this.dataGridView1.TabIndex = 0;
             // 
             // aero03DataSet
@@ -124,7 +124,7 @@ namespace Lab1_
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(812, 361);
+            this.ClientSize = new System.Drawing.Size(813, 571);
             this.Controls.Add(this.dataGridView1);
             this.Name = "Form1";
             this.Text = "Form1";