Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/10 19:15:41 (14 years ago)
Author:
gkronber
Message:

Implemented reviewer comments in plugin infrastructure. #989 (Implement review comments in plugin infrastructure)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstallationManagerForm.Designer.cs

    r3573 r3600  
    6363      this.logTextBox = new System.Windows.Forms.TextBox();
    6464      this.menuStrip = new System.Windows.Forms.MenuStrip();
    65       this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    66       this.simpleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    67       this.advancedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    6865      this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    6966      this.connectionSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     
    119116      this.tabControl.Size = new System.Drawing.Size(598, 392);
    120117      this.tabControl.TabIndex = 16;
    121       this.tabControl.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl_Selected);
    122118      //
    123119      // updateAllPluginsTabPage
     
    272268      //
    273269      this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    274             this.viewToolStripMenuItem,
    275270            this.optionsToolStripMenuItem});
    276271      this.menuStrip.Location = new System.Drawing.Point(0, 0);
     
    279274      this.menuStrip.TabIndex = 17;
    280275      this.menuStrip.Text = "menuStrip1";
    281       //
    282       // viewToolStripMenuItem
    283       //
    284       this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
    285             this.simpleToolStripMenuItem,
    286             this.advancedToolStripMenuItem});
    287       this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
    288       this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
    289       this.viewToolStripMenuItem.Text = "View";
    290       this.viewToolStripMenuItem.Visible = false;
    291       //
    292       // simpleToolStripMenuItem
    293       //
    294       this.simpleToolStripMenuItem.Checked = true;
    295       this.simpleToolStripMenuItem.CheckOnClick = true;
    296       this.simpleToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
    297       this.simpleToolStripMenuItem.Name = "simpleToolStripMenuItem";
    298       this.simpleToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
    299       this.simpleToolStripMenuItem.Text = "Show Most Recent Plugins";
    300       this.simpleToolStripMenuItem.Click += new System.EventHandler(this.simpleToolStripMenuItem_Click);
    301       //
    302       // advancedToolStripMenuItem
    303       //
    304       this.advancedToolStripMenuItem.CheckOnClick = true;
    305       this.advancedToolStripMenuItem.Name = "advancedToolStripMenuItem";
    306       this.advancedToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
    307       this.advancedToolStripMenuItem.Text = "Show All Plugins";
    308       this.advancedToolStripMenuItem.Click += new System.EventHandler(this.advancedToolStripMenuItem_Click);
    309276      //
    310277      // optionsToolStripMenuItem
     
    365332    private System.Windows.Forms.TextBox logTextBox;
    366333    private System.Windows.Forms.MenuStrip menuStrip;
    367     private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
    368     private System.Windows.Forms.ToolStripMenuItem simpleToolStripMenuItem;
    369     private System.Windows.Forms.ToolStripMenuItem advancedToolStripMenuItem;
    370334    private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
    371335    private System.Windows.Forms.ToolStripMenuItem connectionSettingsToolStripMenuItem;
Note: See TracChangeset for help on using the changeset viewer.