Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/10 16:53:27 (14 years ago)
Author:
gkronber
Message:

Improved controls for deployment service interaction.
Increased max values for message sizes and related limits in the deployment service configuration.
Recreated proxy classes for the deployment service.

#891 (Refactor GUI for plugin management)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginAdministrator/3.3/ProductEditor.Designer.cs

    r3081 r3179  
    5454      this.productVersionHeader = new System.Windows.Forms.ColumnHeader();
    5555      this.productImageList = new System.Windows.Forms.ImageList(this.components);
    56       this.pluginImageList = new System.Windows.Forms.ImageList(this.components);
     56      this.pluginListView = new HeuristicLab.PluginAdministrator.PluginListView();
    5757      this.pluginsLabel = new System.Windows.Forms.Label();
    5858      this.versionTextBox = new System.Windows.Forms.TextBox();
     
    6060      this.nameTextBox = new System.Windows.Forms.TextBox();
    6161      this.nameLabel = new System.Windows.Forms.Label();
     62      this.pluginImageList = new System.Windows.Forms.ImageList(this.components);
    6263      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
    63       this.pluginListView = new PluginListView();
    6464      this.splitContainer.Panel1.SuspendLayout();
    6565      this.splitContainer.Panel2.SuspendLayout();
     
    8181      //
    8282      this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     83      this.saveButton.Enabled = false;
    8384      this.saveButton.Location = new System.Drawing.Point(3, 365);
    8485      this.saveButton.Name = "saveButton";
     
    9192      // newProductButton
    9293      //
     94      this.newProductButton.Enabled = false;
    9395      this.newProductButton.Location = new System.Drawing.Point(84, 3);
    9496      this.newProductButton.Name = "newProductButton";
     
    132134            this.productNameHeader,
    133135            this.productVersionHeader});
     136      this.productsListView.Enabled = false;
    134137      this.productsListView.FullRowSelect = true;
    135138      this.productsListView.Location = new System.Drawing.Point(3, 3);
     
    159162      this.productImageList.TransparentColor = System.Drawing.Color.Transparent;
    160163      //
    161       // pluginImageList
    162       //
    163       this.pluginImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
    164       this.pluginImageList.ImageSize = new System.Drawing.Size(16, 16);
    165       this.pluginImageList.TransparentColor = System.Drawing.Color.Transparent;
     164      // pluginListView
     165      //
     166      this.pluginListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     167                  | System.Windows.Forms.AnchorStyles.Left)
     168                  | System.Windows.Forms.AnchorStyles.Right)));
     169      this.pluginListView.Enabled = false;
     170      this.pluginListView.Location = new System.Drawing.Point(3, 85);
     171      this.pluginListView.Name = "pluginListView";
     172      this.pluginListView.Plugins = null;
     173      this.pluginListView.Size = new System.Drawing.Size(330, 303);
     174      this.pluginListView.TabIndex = 7;
     175      this.pluginListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pluginListView_ItemChecked);
    166176      //
    167177      // pluginsLabel
     
    178188      this.versionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    179189                  | System.Windows.Forms.AnchorStyles.Right)));
     190      this.versionTextBox.Enabled = false;
    180191      this.versionTextBox.Location = new System.Drawing.Point(68, 29);
    181192      this.versionTextBox.Name = "versionTextBox";
     
    187198      //
    188199      this.versionLabel.AutoSize = true;
     200      this.versionLabel.Enabled = false;
    189201      this.versionLabel.Location = new System.Drawing.Point(10, 32);
    190202      this.versionLabel.Name = "versionLabel";
     
    197209      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    198210                  | System.Windows.Forms.AnchorStyles.Right)));
     211      this.nameTextBox.Enabled = false;
    199212      this.nameTextBox.Location = new System.Drawing.Point(68, 3);
    200213      this.nameTextBox.Name = "nameTextBox";
     
    206219      //
    207220      this.nameLabel.AutoSize = true;
     221      this.nameLabel.Enabled = false;
    208222      this.nameLabel.Location = new System.Drawing.Point(17, 6);
    209223      this.nameLabel.Name = "nameLabel";
     
    212226      this.nameLabel.Text = "Name:";
    213227      //
     228      // pluginImageList
     229      //
     230      this.pluginImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     231      this.pluginImageList.ImageSize = new System.Drawing.Size(16, 16);
     232      this.pluginImageList.TransparentColor = System.Drawing.Color.Transparent;
     233      //
    214234      // errorProvider
    215235      //
    216236      this.errorProvider.ContainerControl = this;
    217       //
    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.Location = new System.Drawing.Point(3, 85);
    224       this.pluginListView.Name = "pluginListView";
    225       this.pluginListView.Plugins = null;
    226       this.pluginListView.Size = new System.Drawing.Size(330, 303);
    227       this.pluginListView.TabIndex = 7;
    228       this.pluginListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pluginListView_ItemChecked);
    229237      //
    230238      // ProductEditor
Note: See TracChangeset for help on using the changeset viewer.