Free cookie consent management tool by TermsFeed Policy Generator

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

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/NamedOKBItemView.Designer.cs

    r4441 r4492  
    4949      this.descriptionLabel = new System.Windows.Forms.Label();
    5050      this.descriptionTextBox = new System.Windows.Forms.TextBox();
    51       ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).BeginInit();
    5251      this.SuspendLayout();
    5352      //
     
    5554      //
    5655      this.toolTip.SetToolTip(this.storeButton, "Store Data");
    57       //
    58       // modifiedPictureBox
    59       //
    60       this.modifiedPictureBox.Location = new System.Drawing.Point(308, 3);
    61       this.modifiedPictureBox.Size = new System.Drawing.Size(39, 130);
    6256      //
    6357      // nameLabel
     
    7670      this.nameTextBox.Location = new System.Drawing.Point(72, 29);
    7771      this.nameTextBox.Name = "nameTextBox";
    78       this.nameTextBox.Size = new System.Drawing.Size(230, 20);
     72      this.nameTextBox.Size = new System.Drawing.Size(278, 20);
    7973      this.nameTextBox.TabIndex = 2;
    8074      this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
     
    9791      this.descriptionTextBox.Name = "descriptionTextBox";
    9892      this.descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
    99       this.descriptionTextBox.Size = new System.Drawing.Size(230, 20);
     93      this.descriptionTextBox.Size = new System.Drawing.Size(278, 20);
    10094      this.descriptionTextBox.TabIndex = 4;
    10195      this.descriptionTextBox.TextChanged += new System.EventHandler(this.descriptionTextBox_TextChanged);
     
    111105      this.Controls.Add(this.nameTextBox);
    112106      this.Name = "NamedOKBItemView";
    113       this.Size = new System.Drawing.Size(350, 229);
    114       this.Controls.SetChildIndex(this.modifiedPictureBox, 0);
     107      this.Size = new System.Drawing.Size(350, 93);
    115108      this.Controls.SetChildIndex(this.storeButton, 0);
    116109      this.Controls.SetChildIndex(this.nameTextBox, 0);
     
    118111      this.Controls.SetChildIndex(this.descriptionLabel, 0);
    119112      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    120       ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).EndInit();
    121113      this.ResumeLayout(false);
    122114      this.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.