Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/14/11 05:34:43 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

Location:
branches/OKB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB

    • Property svn:ignore
      •  

        old new  
        11*.suo
         2TestResults
  • branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/DataTypeView.Designer.cs

    r4492 r5295  
    5050      this.platformLabel = new System.Windows.Forms.Label();
    5151      this.platformComboBox = new System.Windows.Forms.ComboBox();
    52       this.comboBox1 = new System.Windows.Forms.ComboBox();
    5352      this.sqlNameComboBox = new System.Windows.Forms.ComboBox();
     53      this.typeNameTextBox = new System.Windows.Forms.TextBox();
     54      this.typeNameLabel = new System.Windows.Forms.Label();
    5455      this.SuspendLayout();
    5556      //
     
    7172      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7273                  | System.Windows.Forms.AnchorStyles.Right)));
    73       this.nameTextBox.Location = new System.Drawing.Point(71, 29);
     74      this.nameTextBox.Location = new System.Drawing.Point(74, 29);
    7475      this.nameTextBox.Name = "nameTextBox";
    75       this.nameTextBox.Size = new System.Drawing.Size(279, 20);
     76      this.nameTextBox.Size = new System.Drawing.Size(276, 20);
    7677      this.nameTextBox.TabIndex = 2;
    7778      this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
     
    8182      //
    8283      this.sqlNameLabel.AutoSize = true;
    83       this.sqlNameLabel.Location = new System.Drawing.Point(3, 58);
     84      this.sqlNameLabel.Location = new System.Drawing.Point(3, 84);
    8485      this.sqlNameLabel.Name = "sqlNameLabel";
    8586      this.sqlNameLabel.Size = new System.Drawing.Size(62, 13);
    86       this.sqlNameLabel.TabIndex = 3;
     87      this.sqlNameLabel.TabIndex = 5;
    8788      this.sqlNameLabel.Text = "&SQL Name:";
    8889      //
     
    9091      //
    9192      this.platformLabel.AutoSize = true;
    92       this.platformLabel.Location = new System.Drawing.Point(3, 85);
     93      this.platformLabel.Location = new System.Drawing.Point(3, 111);
    9394      this.platformLabel.Name = "platformLabel";
    9495      this.platformLabel.Size = new System.Drawing.Size(48, 13);
    95       this.platformLabel.TabIndex = 5;
     96      this.platformLabel.TabIndex = 7;
    9697      this.platformLabel.Text = "&Platform:";
    9798      //
     
    102103      this.platformComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    103104      this.platformComboBox.FormattingEnabled = true;
    104       this.platformComboBox.Location = new System.Drawing.Point(71, 82);
     105      this.platformComboBox.Location = new System.Drawing.Point(74, 108);
    105106      this.platformComboBox.Name = "platformComboBox";
    106       this.platformComboBox.Size = new System.Drawing.Size(279, 21);
    107       this.platformComboBox.TabIndex = 6;
     107      this.platformComboBox.Size = new System.Drawing.Size(276, 21);
     108      this.platformComboBox.TabIndex = 8;
    108109      this.platformComboBox.SelectedValueChanged += new System.EventHandler(this.platformComboBox_SelectedValueChanged);
    109       //
    110       // comboBox1
    111       //
    112       this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    113                   | System.Windows.Forms.AnchorStyles.Right)));
    114       this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    115       this.comboBox1.FormattingEnabled = true;
    116       this.comboBox1.Location = new System.Drawing.Point(71, 55);
    117       this.comboBox1.Name = "comboBox1";
    118       this.comboBox1.Size = new System.Drawing.Size(279, 21);
    119       this.comboBox1.TabIndex = 6;
    120       this.comboBox1.SelectedValueChanged += new System.EventHandler(this.platformComboBox_SelectedValueChanged);
    121110      //
    122111      // sqlNameComboBox
     
    132121            "nvarchar",
    133122            "varbinary"});
    134       this.sqlNameComboBox.Location = new System.Drawing.Point(71, 55);
     123      this.sqlNameComboBox.Location = new System.Drawing.Point(74, 81);
    135124      this.sqlNameComboBox.Name = "sqlNameComboBox";
    136       this.sqlNameComboBox.Size = new System.Drawing.Size(279, 21);
    137       this.sqlNameComboBox.TabIndex = 4;
     125      this.sqlNameComboBox.Size = new System.Drawing.Size(276, 21);
     126      this.sqlNameComboBox.TabIndex = 6;
    138127      this.sqlNameComboBox.SelectedValueChanged += new System.EventHandler(this.sqlNameComboBox_SelectedValueChanged);
     128      //
     129      // typeNameTextBox
     130      //
     131      this.typeNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     132                  | System.Windows.Forms.AnchorStyles.Right)));
     133      this.typeNameTextBox.Location = new System.Drawing.Point(74, 55);
     134      this.typeNameTextBox.Name = "typeNameTextBox";
     135      this.typeNameTextBox.Size = new System.Drawing.Size(279, 20);
     136      this.typeNameTextBox.TabIndex = 4;
     137      this.typeNameTextBox.TextChanged += new System.EventHandler(this.typeNameTextBox_TextChanged);
     138      this.typeNameTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.typeNameTextBox_KeyDown);
     139      //
     140      // typeNameLabel
     141      //
     142      this.typeNameLabel.AutoSize = true;
     143      this.typeNameLabel.Location = new System.Drawing.Point(3, 58);
     144      this.typeNameLabel.Name = "typeNameLabel";
     145      this.typeNameLabel.Size = new System.Drawing.Size(65, 13);
     146      this.typeNameLabel.TabIndex = 3;
     147      this.typeNameLabel.Text = "&Type Name:";
    139148      //
    140149      // DataTypeView
     
    143152      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    144153      this.Controls.Add(this.sqlNameComboBox);
    145       this.Controls.Add(this.comboBox1);
    146154      this.Controls.Add(this.platformComboBox);
    147155      this.Controls.Add(this.platformLabel);
    148156      this.Controls.Add(this.sqlNameLabel);
     157      this.Controls.Add(this.typeNameLabel);
    149158      this.Controls.Add(this.nameLabel);
     159      this.Controls.Add(this.typeNameTextBox);
    150160      this.Controls.Add(this.nameTextBox);
    151161      this.Name = "DataTypeView";
    152       this.Size = new System.Drawing.Size(350, 126);
     162      this.Size = new System.Drawing.Size(350, 143);
    153163      this.Controls.SetChildIndex(this.storeButton, 0);
    154164      this.Controls.SetChildIndex(this.nameTextBox, 0);
     165      this.Controls.SetChildIndex(this.typeNameTextBox, 0);
    155166      this.Controls.SetChildIndex(this.nameLabel, 0);
     167      this.Controls.SetChildIndex(this.typeNameLabel, 0);
    156168      this.Controls.SetChildIndex(this.sqlNameLabel, 0);
    157169      this.Controls.SetChildIndex(this.platformLabel, 0);
    158170      this.Controls.SetChildIndex(this.platformComboBox, 0);
    159       this.Controls.SetChildIndex(this.comboBox1, 0);
    160171      this.Controls.SetChildIndex(this.sqlNameComboBox, 0);
    161172      this.ResumeLayout(false);
     
    171182    private System.Windows.Forms.Label platformLabel;
    172183    private System.Windows.Forms.ComboBox platformComboBox;
    173     private System.Windows.Forms.ComboBox comboBox1;
    174184    private System.Windows.Forms.ComboBox sqlNameComboBox;
     185    private System.Windows.Forms.TextBox typeNameTextBox;
     186    private System.Windows.Forms.Label typeNameLabel;
    175187  }
    176188}
Note: See TracChangeset for help on using the changeset viewer.