Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/10 15:13:48 (14 years ago)
Author:
gkronber
Message:

Implemented a list of review comments by swagner. #989 (Implement review comments in plugin infrastructure)

File:
1 edited

Legend:

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

    r3547 r3573  
    5050      this.splitContainer = new System.Windows.Forms.SplitContainer();
    5151      this.productsGroupBox = new System.Windows.Forms.GroupBox();
     52      this.newProductButton = new System.Windows.Forms.Button();
    5253      this.productsListView = new System.Windows.Forms.ListView();
    5354      this.productNameHeader = new System.Windows.Forms.ColumnHeader();
     
    5657      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
    5758      this.pluginsGroupBox = new System.Windows.Forms.GroupBox();
     59      this.pluginListView = new HeuristicLab.PluginInfrastructure.Advanced.PluginListView();
    5860      this.versionTextBox = new System.Windows.Forms.TextBox();
    5961      this.nameLabel = new System.Windows.Forms.Label();
     
    6163      this.versionLabel = new System.Windows.Forms.Label();
    6264      this.pluginImageList = new System.Windows.Forms.ImageList(this.components);
    63       this.newProductButton = new System.Windows.Forms.Button();
    6465      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
    65       this.pluginListView = new HeuristicLab.PluginInfrastructure.Advanced.PluginListView();
     66      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    6667      this.splitContainer.Panel1.SuspendLayout();
    6768      this.splitContainer.Panel2.SuspendLayout();
     
    7778      this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    7879      this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet;
    79       this.refreshButton.Location = new System.Drawing.Point(6, 389);
     80      this.refreshButton.Location = new System.Drawing.Point(6, 394);
    8081      this.refreshButton.Name = "refreshButton";
    81       this.refreshButton.Size = new System.Drawing.Size(73, 31);
     82      this.refreshButton.Size = new System.Drawing.Size(73, 26);
    8283      this.refreshButton.TabIndex = 1;
    8384      this.refreshButton.Text = "Refresh";
    8485      this.refreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     86      this.toolTip.SetToolTip(this.refreshButton, "Refresh list of plugins and products from server");
    8587      this.refreshButton.UseVisualStyleBackColor = true;
    8688      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
     
    9193      this.uploadButton.Enabled = false;
    9294      this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Objects_Arrow_Up;
    93       this.uploadButton.Location = new System.Drawing.Point(85, 389);
     95      this.uploadButton.Location = new System.Drawing.Point(85, 394);
    9496      this.uploadButton.Name = "uploadButton";
    95       this.uploadButton.Size = new System.Drawing.Size(120, 31);
     97      this.uploadButton.Size = new System.Drawing.Size(120, 26);
    9698      this.uploadButton.TabIndex = 2;
    9799      this.uploadButton.Text = "Upload Products";
    98100      this.uploadButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     101      this.toolTip.SetToolTip(this.uploadButton, "Upload changed products to server");
    99102      this.uploadButton.UseVisualStyleBackColor = true;
    100103      this.uploadButton.Click += new System.EventHandler(this.saveButton_Click);
     
    133136      this.productsGroupBox.Text = "Products";
    134137      //
     138      // newProductButton
     139      //
     140      this.newProductButton.Enabled = false;
     141      this.newProductButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Add;
     142      this.newProductButton.Location = new System.Drawing.Point(6, 19);
     143      this.newProductButton.Name = "newProductButton";
     144      this.newProductButton.Size = new System.Drawing.Size(104, 26);
     145      this.newProductButton.TabIndex = 3;
     146      this.newProductButton.Text = "Create Product";
     147      this.newProductButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     148      this.toolTip.SetToolTip(this.newProductButton, "Create a new product");
     149      this.newProductButton.UseVisualStyleBackColor = true;
     150      this.newProductButton.Click += new System.EventHandler(this.newProductButton_Click);
     151      //
    135152      // productsListView
    136153      //
     
    143160      this.productsListView.Enabled = false;
    144161      this.productsListView.FullRowSelect = true;
    145       this.productsListView.Location = new System.Drawing.Point(6, 56);
     162      this.productsListView.Location = new System.Drawing.Point(6, 51);
    146163      this.productsListView.MultiSelect = false;
    147164      this.productsListView.Name = "productsListView";
    148       this.productsListView.Size = new System.Drawing.Size(309, 327);
     165      this.productsListView.Size = new System.Drawing.Size(309, 337);
    149166      this.productsListView.SmallImageList = this.productImageList;
    150167      this.productsListView.TabIndex = 4;
     
    199216      this.pluginsGroupBox.Text = "Plugins";
    200217      //
     218      // pluginListView
     219      //
     220      this.pluginListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     221                  | System.Windows.Forms.AnchorStyles.Left)
     222                  | System.Windows.Forms.AnchorStyles.Right)));
     223      this.pluginListView.Enabled = false;
     224      this.pluginListView.Location = new System.Drawing.Point(3, 16);
     225      this.pluginListView.Name = "pluginListView";
     226      this.pluginListView.Plugins = null;
     227      this.pluginListView.Size = new System.Drawing.Size(322, 330);
     228      this.pluginListView.TabIndex = 7;
     229      this.pluginListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pluginListView_ItemChecked);
     230      //
    201231      // versionTextBox
    202232      //
     
    247277      this.pluginImageList.TransparentColor = System.Drawing.Color.Transparent;
    248278      //
    249       // newProductButton
    250       //
    251       this.newProductButton.Enabled = false;
    252       this.newProductButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Add;
    253       this.newProductButton.Location = new System.Drawing.Point(6, 19);
    254       this.newProductButton.Name = "newProductButton";
    255       this.newProductButton.Size = new System.Drawing.Size(104, 31);
    256       this.newProductButton.TabIndex = 3;
    257       this.newProductButton.Text = "Create Product";
    258       this.newProductButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
    259       this.newProductButton.UseVisualStyleBackColor = true;
    260       this.newProductButton.Click += new System.EventHandler(this.newProductButton_Click);
    261       //
    262279      // errorProvider
    263280      //
    264281      this.errorProvider.ContainerControl = this;
    265       //
    266       // pluginListView
    267       //
    268       this.pluginListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    269                   | System.Windows.Forms.AnchorStyles.Left)
    270                   | System.Windows.Forms.AnchorStyles.Right)));
    271       this.pluginListView.Enabled = false;
    272       this.pluginListView.Location = new System.Drawing.Point(3, 16);
    273       this.pluginListView.Name = "pluginListView";
    274       this.pluginListView.Plugins = null;
    275       this.pluginListView.Size = new System.Drawing.Size(322, 330);
    276       this.pluginListView.TabIndex = 7;
    277       this.pluginListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pluginListView_ItemChecked);
    278282      //
    279283      // ProductEditor
     
    316320    private System.Windows.Forms.GroupBox detailsGroupBox;
    317321    private System.Windows.Forms.GroupBox pluginsGroupBox;
     322    private System.Windows.Forms.ToolTip toolTip;
    318323
    319324  }
Note: See TracChangeset for help on using the changeset viewer.