Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/10 11:46:07 (14 years ago)
Author:
gkronber
Message:
  • Added missing license headers
  • performance improvement in listview_itemchecked handlers
  • added functionality to switch between simple and advanced view in remote plugins view
  • changed url of deployment service in preparation for next release of the test version
  • added default user credentials for the deployment service in preparation for the next release of the test version

#891 (Refactor GUI for plugin management)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Starter/StarterForm.Designer.cs

    r2790 r3112  
    4747      this.components = new System.ComponentModel.Container();
    4848      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StarterForm));
    49       System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Plugin Management", System.Windows.Forms.HorizontalAlignment.Left);
    50       System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Applications", System.Windows.Forms.HorizontalAlignment.Left);
     49      System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Applications", System.Windows.Forms.HorizontalAlignment.Left);
     50      System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Plugin Management", System.Windows.Forms.HorizontalAlignment.Left);
    5151      this.startButton = new System.Windows.Forms.Button();
    5252      this.largeImageList = new System.Windows.Forms.ImageList(this.components);
     
    8888            this.versionColumnHeader,
    8989            this.descriptionColumnHeader});
    90       listViewGroup1.Header = "Plugin Management";
    91       listViewGroup1.Name = "Plugin Management";
    92       listViewGroup2.Header = "Applications";
    93       listViewGroup2.Name = "Applications";
     90      listViewGroup1.Header = "Applications";
     91      listViewGroup1.Name = "Applications";
     92      listViewGroup2.Header = "Plugin Management";
     93      listViewGroup2.Name = "Plugin Management";
    9494      this.applicationsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
    9595            listViewGroup1,
     
    131131      this.detailsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    132132      this.detailsButton.AutoSize = true;
    133       this.detailsButton.Image = HeuristicLab.PluginInfrastructure.Properties.Resources.Details;
     133      this.detailsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.Details;
    134134      this.detailsButton.Location = new System.Drawing.Point(68, 511);
    135135      this.detailsButton.Name = "detailsButton";
     
    144144      this.listButton.AutoSize = true;
    145145      this.listButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    146       this.listButton.Image = HeuristicLab.PluginInfrastructure.Properties.Resources.List;
     146      this.listButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.List;
    147147      this.listButton.Location = new System.Drawing.Point(40, 511);
    148148      this.listButton.Name = "listButton";
     
    157157      this.largeIconsButton.AutoSize = true;
    158158      this.largeIconsButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    159       this.largeIconsButton.Image = HeuristicLab.PluginInfrastructure.Properties.Resources.LargeIcons;
     159      this.largeIconsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.LargeIcons;
    160160      this.largeIconsButton.Location = new System.Drawing.Point(12, 511);
    161161      this.largeIconsButton.Name = "largeIconsButton";
     
    165165      this.largeIconsButton.Click += new System.EventHandler(this.largeIconsButton_Click);
    166166      //
    167       // MainForm
     167      // StarterForm
    168168      //
    169169      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    176176      this.Controls.Add(this.startButton);
    177177      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    178       this.Name = "MainForm";
     178      this.Name = "StarterForm";
    179179      this.Text = "HeuristicLab Starter";
    180180      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
Note: See TracChangeset for help on using the changeset viewer.