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/OKBItemView.Designer.cs

    r4441 r4492  
    4848      this.storeButton = new System.Windows.Forms.Button();
    4949      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    50       this.modifiedPictureBox = new System.Windows.Forms.PictureBox();
    51       ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).BeginInit();
    5250      this.SuspendLayout();
    5351      //
     
    6361      this.storeButton.Click += new System.EventHandler(this.storeButton_Click);
    6462      //
    65       // modifiedPictureBox
    66       //
    67       this.modifiedPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    68       this.modifiedPictureBox.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.HighPriorityLarge;
    69       this.modifiedPictureBox.Location = new System.Drawing.Point(312, 3);
    70       this.modifiedPictureBox.Name = "modifiedPictureBox";
    71       this.modifiedPictureBox.Size = new System.Drawing.Size(39, 130);
    72       this.modifiedPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
    73       this.modifiedPictureBox.TabIndex = 1;
    74       this.modifiedPictureBox.TabStop = false;
    75       this.toolTip.SetToolTip(this.modifiedPictureBox, "Data Modified");
    76       this.modifiedPictureBox.Visible = false;
    77       //
    7863      // OKBItemView
    7964      //
    8065      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    8166      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    82       this.Controls.Add(this.modifiedPictureBox);
    8367      this.Controls.Add(this.storeButton);
    8468      this.Name = "OKBItemView";
    8569      this.Size = new System.Drawing.Size(354, 308);
    86       ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).EndInit();
    8770      this.ResumeLayout(false);
    8871
     
    9376    protected System.Windows.Forms.Button storeButton;
    9477    protected System.Windows.Forms.ToolTip toolTip;
    95     protected System.Windows.Forms.PictureBox modifiedPictureBox;
    9678
    9779
Note: See TracChangeset for help on using the changeset viewer.