|
@@ -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";
|