Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/13/09 10:58:31 (15 years ago)
Author:
mkommend
Message:

initial version of refactored mainform (ticket #771)

Location:
branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms
Files:
2 added
1 copied

Legend:

Unmodified
Added
Removed
  • branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/MainFormBase.Designer.cs

    r2420 r2426  
    1 namespace HeuristicLab.MainForm {
     1namespace HeuristicLab.MainForm.WindowsForms {
    22  partial class MainFormBase {
    33    /// <summary>
     
    2828      this.toolStrip = new System.Windows.Forms.ToolStrip();
    2929      this.statusStrip = new System.Windows.Forms.StatusStrip();
    30       this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar();
    31       this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
    3230      this.statusStrip.SuspendLayout();
    3331      this.SuspendLayout();
     
    5048      // statusStrip
    5149      //
    52       this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    53             this.toolStripProgressBar,
    54             this.toolStripStatusLabel});
    5550      this.statusStrip.Location = new System.Drawing.Point(0, 390);
    5651      this.statusStrip.Name = "statusStrip";
     
    5853      this.statusStrip.TabIndex = 2;
    5954      this.statusStrip.Text = "statusStrip";
    60       //
    61       // toolStripProgressBar
    62       //
    63       this.toolStripProgressBar.Name = "toolStripProgressBar";
    64       this.toolStripProgressBar.Size = new System.Drawing.Size(100, 16);
    65       this.toolStripProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
    66       this.toolStripProgressBar.Visible = false;
    67       //
    68       // toolStripStatusLabel
    69       //
    70       this.toolStripStatusLabel.Name = "toolStripStatusLabel";
    71       this.toolStripStatusLabel.Size = new System.Drawing.Size(112, 17);
    72       this.toolStripStatusLabel.Text = "toolStripStatusLabel";
    7355      //
    7456      // MainFormBase
     
    9274    #endregion
    9375
    94     private System.Windows.Forms.ToolStrip toolStrip;
    95     private System.Windows.Forms.StatusStrip statusStrip;
     76    protected System.Windows.Forms.ToolStrip toolStrip;
     77    protected System.Windows.Forms.StatusStrip statusStrip;
    9678    protected System.Windows.Forms.MenuStrip menuStrip;
    97     private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar;
    98     private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
    9979  }
    10080}
Note: See TracChangeset for help on using the changeset viewer.