Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/09/10 03:57:18 (14 years ago)
Author:
swagner
Message:

Adapted Permutation and renamed IStringConvertibleArrayData.Rows to IStringConvertibleArrayData.Length (#899)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleArrayDataView.Designer.cs

    r2973 r2974  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
    48       this.rowsLabel = new System.Windows.Forms.Label();
    49       this.rowsTextBox = new System.Windows.Forms.TextBox();
     48      this.lengthLabel = new System.Windows.Forms.Label();
     49      this.lengthTextBox = new System.Windows.Forms.TextBox();
    5050      this.dataGridView = new System.Windows.Forms.DataGridView();
    5151      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     
    5454      this.SuspendLayout();
    5555      //
    56       // rowsLabel
     56      // lengthLabel
    5757      //
    58       this.rowsLabel.AutoSize = true;
    59       this.rowsLabel.Location = new System.Drawing.Point(3, 3);
    60       this.rowsLabel.Name = "rowsLabel";
    61       this.rowsLabel.Size = new System.Drawing.Size(37, 13);
    62       this.rowsLabel.TabIndex = 0;
    63       this.rowsLabel.Text = "&Rows:";
     58      this.lengthLabel.AutoSize = true;
     59      this.lengthLabel.Location = new System.Drawing.Point(3, 3);
     60      this.lengthLabel.Name = "lengthLabel";
     61      this.lengthLabel.Size = new System.Drawing.Size(43, 13);
     62      this.lengthLabel.TabIndex = 0;
     63      this.lengthLabel.Text = "&Length:";
    6464      //
    65       // rowsTextBox
     65      // lengthTextBox
    6666      //
    67       this.rowsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     67      this.lengthTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    6868                  | System.Windows.Forms.AnchorStyles.Right)));
    69       this.rowsTextBox.Location = new System.Drawing.Point(69, 0);
    70       this.rowsTextBox.Name = "rowsTextBox";
    71       this.rowsTextBox.Size = new System.Drawing.Size(355, 20);
    72       this.rowsTextBox.TabIndex = 1;
    73       this.rowsTextBox.Validated += new System.EventHandler(this.rowsTextBox_Validated);
    74       this.rowsTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rowsTextBox_KeyDown);
    75       this.rowsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.rowsTextBox_Validating);
     69      this.lengthTextBox.Location = new System.Drawing.Point(52, 0);
     70      this.lengthTextBox.Name = "lengthTextBox";
     71      this.lengthTextBox.Size = new System.Drawing.Size(372, 20);
     72      this.lengthTextBox.TabIndex = 1;
     73      this.lengthTextBox.Validated += new System.EventHandler(this.lengthTextBox_Validated);
     74      this.lengthTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lengthTextBox_KeyDown);
     75      this.lengthTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.lengthTextBox_Validating);
    7676      //
    7777      // dataGridView
     
    8888      this.dataGridView.Name = "dataGridView";
    8989      this.dataGridView.Size = new System.Drawing.Size(424, 378);
    90       this.dataGridView.TabIndex = 4;
     90      this.dataGridView.TabIndex = 2;
    9191      this.dataGridView.CellParsing += new System.Windows.Forms.DataGridViewCellParsingEventHandler(this.dataGridView_CellParsing);
    9292      this.dataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView_CellValidating);
     
    103103      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    104104      this.Controls.Add(this.dataGridView);
    105       this.Controls.Add(this.rowsTextBox);
    106       this.Controls.Add(this.rowsLabel);
     105      this.Controls.Add(this.lengthTextBox);
     106      this.Controls.Add(this.lengthLabel);
    107107      this.Name = "StringConvertibleArrayDataView";
    108108      this.Size = new System.Drawing.Size(424, 404);
     
    116116    #endregion
    117117
    118     private System.Windows.Forms.Label rowsLabel;
    119     private System.Windows.Forms.TextBox rowsTextBox;
     118    private System.Windows.Forms.Label lengthLabel;
     119    private System.Windows.Forms.TextBox lengthTextBox;
    120120    private System.Windows.Forms.DataGridView dataGridView;
    121121    private System.Windows.Forms.ErrorProvider errorProvider;
Note: See TracChangeset for help on using the changeset viewer.