Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/29/20 11:24:59 (4 years ago)
Author:
mkommend
Message:

#2971: Removed groupbox in IntervalCollectionView.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/IntervalCollectionView.Designer.cs

    r17145 r17572  
    4646    private void InitializeComponent() {
    4747      this.dataGridView = new System.Windows.Forms.DataGridView();
    48       this.groupBox1 = new System.Windows.Forms.GroupBox();
    4948      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
    50       this.groupBox1.SuspendLayout();
    5149      this.SuspendLayout();
    5250      //
     
    5553      this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
    5654      this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
    57       this.dataGridView.Location = new System.Drawing.Point(3, 16);
     55      this.dataGridView.Location = new System.Drawing.Point(0, 0);
     56      this.dataGridView.Margin = new System.Windows.Forms.Padding(4);
    5857      this.dataGridView.Name = "dataGridView";
    5958      this.dataGridView.RowHeadersWidth = 120;
    60       this.dataGridView.Size = new System.Drawing.Size(476, 391);
    61       this.dataGridView.TabIndex = 0;
     59      this.dataGridView.Size = new System.Drawing.Size(643, 505);
     60      this.dataGridView.TabIndex = 1;
    6261      this.dataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellEndEdit);
    6362      this.dataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView_CellValidating);
    6463      this.dataGridView.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellValueChanged);
    6564      //
    66       // groupBox1
     65      // IntervalCollectionView
    6766      //
    68       this.groupBox1.Controls.Add(this.dataGridView);
    69       this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
    70       this.groupBox1.Location = new System.Drawing.Point(0, 0);
    71       this.groupBox1.Name = "groupBox1";
    72       this.groupBox1.Size = new System.Drawing.Size(482, 410);
    73       this.groupBox1.TabIndex = 1;
    74       this.groupBox1.TabStop = false;
    75       this.groupBox1.Text = "Intervals";
    76       //
    77       // NamedIntervalsView
    78       //
    79       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     67      this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
    8068      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    81       this.Controls.Add(this.groupBox1);
    82       this.Name = "NamedIntervalsView";
    83       this.Size = new System.Drawing.Size(482, 410);
     69      this.Controls.Add(this.dataGridView);
     70      this.Margin = new System.Windows.Forms.Padding(4);
     71      this.Name = "IntervalCollectionView";
     72      this.Size = new System.Drawing.Size(643, 505);
    8473      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
    85       this.groupBox1.ResumeLayout(false);
    8674      this.ResumeLayout(false);
    8775
     
    9179
    9280    private System.Windows.Forms.DataGridView dataGridView;
    93     private System.Windows.Forms.GroupBox groupBox1;
    9481  }
    9582}
Note: See TracChangeset for help on using the changeset viewer.