Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/27/10 21:30:24 (15 years ago)
Author:
gkronber
Message:

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

File:
1 edited

Legend:

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

    r3474 r3547  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      this.uploadButton = new System.Windows.Forms.Button();
    4748      this.refreshButton = new System.Windows.Forms.Button();
    48       this.uploadButton = new System.Windows.Forms.Button();
    4949      this.listView = new HeuristicLab.PluginInfrastructure.Advanced.MultiSelectListView();
    5050      this.pluginNameHeader = new System.Windows.Forms.ColumnHeader();
     
    5454      this.SuspendLayout();
    5555      //
    56       // refreshButton
    57       //
    58       this.refreshButton.Location = new System.Drawing.Point(3, 3);
    59       this.refreshButton.Name = "refreshButton";
    60       this.refreshButton.Size = new System.Drawing.Size(75, 23);
    61       this.refreshButton.TabIndex = 6;
    62       this.refreshButton.Text = "Refresh";
    63       this.refreshButton.UseVisualStyleBackColor = true;
    64       this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
    65       //
    6656      // uploadButton
    6757      //
    6858      this.uploadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    69       this.uploadButton.Location = new System.Drawing.Point(3, 482);
     59      this.uploadButton.Enabled = false;
     60      this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Objects_Arrow_Up;
     61      this.uploadButton.Location = new System.Drawing.Point(78, 477);
    7062      this.uploadButton.Name = "uploadButton";
    71       this.uploadButton.Size = new System.Drawing.Size(75, 23);
     63      this.uploadButton.Size = new System.Drawing.Size(114, 31);
    7264      this.uploadButton.TabIndex = 7;
    73       this.uploadButton.Text = "Upload";
     65      this.uploadButton.Text = "Upload Selected";
     66      this.uploadButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
    7467      this.uploadButton.UseVisualStyleBackColor = true;
    7568      this.uploadButton.Click += new System.EventHandler(this.uploadButton_Click);
     69      //
     70      // refreshButton
     71      //
     72      this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     73      this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet;
     74      this.refreshButton.Location = new System.Drawing.Point(0, 477);
     75      this.refreshButton.Name = "refreshButton";
     76      this.refreshButton.Size = new System.Drawing.Size(72, 31);
     77      this.refreshButton.TabIndex = 6;
     78      this.refreshButton.Text = "Refresh";
     79      this.refreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     80      this.refreshButton.UseVisualStyleBackColor = true;
     81      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
    7682      //
    7783      // listView
     
    8692            this.serverVersionHeader,
    8793            this.descriptionHeader});
    88       this.listView.Location = new System.Drawing.Point(3, 32);
     94      this.listView.Location = new System.Drawing.Point(0, 0);
    8995      this.listView.Name = "listView";
    90       this.listView.Size = new System.Drawing.Size(536, 444);
     96      this.listView.Size = new System.Drawing.Size(539, 471);
    9197      this.listView.SuppressItemCheckedEvents = false;
    9298      this.listView.TabIndex = 8;
Note: See TracChangeset for help on using the changeset viewer.