Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/20/10 05:15:15 (14 years ago)
Author:
swagner
Message:

Worked on OKB data model and services (#1174)

File:
1 edited

Legend:

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

    r4426 r4441  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      this.components = new System.ComponentModel.Container();
    4748      this.storeButton = new System.Windows.Forms.Button();
     49      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     50      this.modifiedPictureBox = new System.Windows.Forms.PictureBox();
     51      ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).BeginInit();
    4852      this.SuspendLayout();
    4953      //
    5054      // storeButton
    5155      //
     56      this.storeButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.PublishToWeb;
    5257      this.storeButton.Location = new System.Drawing.Point(0, 0);
    5358      this.storeButton.Name = "storeButton";
    54       this.storeButton.Size = new System.Drawing.Size(75, 23);
     59      this.storeButton.Size = new System.Drawing.Size(24, 24);
    5560      this.storeButton.TabIndex = 0;
    56       this.storeButton.Text = "&Store";
     61      this.toolTip.SetToolTip(this.storeButton, "Store Data");
    5762      this.storeButton.UseVisualStyleBackColor = true;
    5863      this.storeButton.Click += new System.EventHandler(this.storeButton_Click);
     64      //
     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;
    5977      //
    6078      // OKBItemView
     
    6280      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    6381      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     82      this.Controls.Add(this.modifiedPictureBox);
    6483      this.Controls.Add(this.storeButton);
    6584      this.Name = "OKBItemView";
    66       this.Size = new System.Drawing.Size(315, 292);
     85      this.Size = new System.Drawing.Size(354, 308);
     86      ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).EndInit();
    6787      this.ResumeLayout(false);
    6888
     
    7292
    7393    protected System.Windows.Forms.Button storeButton;
     94    protected System.Windows.Forms.ToolTip toolTip;
     95    protected System.Windows.Forms.PictureBox modifiedPictureBox;
    7496
    7597
Note: See TracChangeset for help on using the changeset viewer.