Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/11/10 18:23:52 (14 years ago)
Author:
gkronber
Message:

Implemented deployment service on servdev.heuristiclab.com and changed all service references and configurations to point to the service address. Improved GUI of installation manager. Implemented user name authentication and authorization for the deployment service. #860 (Deployment server for plugin installation from web locations)

File:
1 edited

Legend:

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

    r2922 r3006  
    2828      this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
    2929      this.removeButton = new System.Windows.Forms.Button();
    30       this.serverUrlLabel = new System.Windows.Forms.Label();
    31       this.serverUrlTextBox = new System.Windows.Forms.TextBox();
    32       this.refreshButton = new System.Windows.Forms.Button();
    3330      this.installButton = new System.Windows.Forms.Button();
    3431      this.tabControl = new System.Windows.Forms.TabControl();
     
    3936      this.logTabPage = new System.Windows.Forms.TabPage();
    4037      this.logTextBox = new System.Windows.Forms.TextBox();
     38      this.refreshButton = new System.Windows.Forms.Button();
     39      this.editConnectionButton = new System.Windows.Forms.Button();
    4140      this.statusStrip.SuspendLayout();
    4241      this.tabControl.SuspendLayout();
     
    8180      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
    8281      //
    83       // serverUrlLabel
    84       //
    85       this.serverUrlLabel.AutoSize = true;
    86       this.serverUrlLabel.Location = new System.Drawing.Point(9, 11);
    87       this.serverUrlLabel.Name = "serverUrlLabel";
    88       this.serverUrlLabel.Size = new System.Drawing.Size(73, 13);
    89       this.serverUrlLabel.TabIndex = 13;
    90       this.serverUrlLabel.Text = "Plugin Server:";
    91       //
    92       // serverUrlTextBox
    93       //
    94       this.serverUrlTextBox.Location = new System.Drawing.Point(88, 8);
    95       this.serverUrlTextBox.Name = "serverUrlTextBox";
    96       this.serverUrlTextBox.Size = new System.Drawing.Size(264, 20);
    97       this.serverUrlTextBox.TabIndex = 12;
    98       //
    99       // refreshButton
    100       //
    101       this.refreshButton.Location = new System.Drawing.Point(358, 6);
    102       this.refreshButton.Name = "refreshButton";
    103       this.refreshButton.Size = new System.Drawing.Size(75, 23);
    104       this.refreshButton.TabIndex = 11;
    105       this.refreshButton.Text = "Refresh";
    106       this.refreshButton.UseVisualStyleBackColor = true;
    107       this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
    108       //
    10982      // installButton
    11083      //
     
    157130      // remotePluginsTabPage
    158131      //
    159       this.remotePluginsTabPage.Controls.Add(this.serverUrlLabel);
     132      this.remotePluginsTabPage.Controls.Add(this.editConnectionButton);
    160133      this.remotePluginsTabPage.Controls.Add(this.remotePluginInstaller);
    161       this.remotePluginsTabPage.Controls.Add(this.serverUrlTextBox);
    162134      this.remotePluginsTabPage.Controls.Add(this.refreshButton);
    163135      this.remotePluginsTabPage.Controls.Add(this.installButton);
     
    204176      this.logTextBox.Size = new System.Drawing.Size(598, 586);
    205177      this.logTextBox.TabIndex = 0;
     178      //
     179      // refreshButton
     180      //
     181      this.refreshButton.Location = new System.Drawing.Point(8, 6);
     182      this.refreshButton.Name = "refreshButton";
     183      this.refreshButton.Size = new System.Drawing.Size(75, 23);
     184      this.refreshButton.TabIndex = 11;
     185      this.refreshButton.Text = "Refresh";
     186      this.refreshButton.UseVisualStyleBackColor = true;
     187      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
     188      //
     189      // editConnectionButton
     190      //
     191      this.editConnectionButton.Location = new System.Drawing.Point(89, 6);
     192      this.editConnectionButton.Name = "editConnectionButton";
     193      this.editConnectionButton.Size = new System.Drawing.Size(108, 23);
     194      this.editConnectionButton.TabIndex = 16;
     195      this.editConnectionButton.Text = "Edit Connection...";
     196      this.editConnectionButton.UseVisualStyleBackColor = true;
     197      this.editConnectionButton.Click += new System.EventHandler(this.editConnectionButton_Click);
    206198      //
    207199      // InstallationManagerForm
     
    219211      this.localPluginsTabPage.ResumeLayout(false);
    220212      this.remotePluginsTabPage.ResumeLayout(false);
    221       this.remotePluginsTabPage.PerformLayout();
    222213      this.logTabPage.ResumeLayout(false);
    223214      this.logTabPage.PerformLayout();
     
    232223    private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar;
    233224    private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
    234     private System.Windows.Forms.Label serverUrlLabel;
    235     private System.Windows.Forms.TextBox serverUrlTextBox;
    236     private System.Windows.Forms.Button refreshButton;
    237225    private LocalPluginManager localPluginManager;
    238226    private RemotePluginInstaller remotePluginInstaller;
     
    244232    private System.Windows.Forms.TabPage logTabPage;
    245233    private System.Windows.Forms.TextBox logTextBox;
     234    private System.Windows.Forms.Button editConnectionButton;
     235    private System.Windows.Forms.Button refreshButton;
    246236  }
    247237}
Note: See TracChangeset for help on using the changeset viewer.