Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.DeploymentService.AdminClient/PluginComparisonView.Designer.cs @ 3015

Last change on this file since 3015 was 2860, checked in by gkronber, 14 years ago
  • replaced column ContactInformation with ContactName and ContactEmail in DB-schema and updated WCF deployment service
  • regenerated proxy classes
  • made PluginDescription from data contract implement IPluginDescription from plugin infrastructure
  • updated GUI on request by swagner (icons)
  • fixed problems in the upload plugins control.

#860 (Deployment server for plugin installation from web locations)

File size: 2.2 KB
Line 
1namespace HeuristicLab.DeploymentService.AdminClient {
2  partial class PluginComparisonView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
27      this.SuspendLayout();
28      //
29      // tableLayoutPanel
30      //
31      this.tableLayoutPanel.ColumnCount = 2;
32      this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
33      this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
34      this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
35      this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
36      this.tableLayoutPanel.Name = "tableLayoutPanel";
37      this.tableLayoutPanel.RowCount = 1;
38      this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
39      this.tableLayoutPanel.Size = new System.Drawing.Size(539, 505);
40      this.tableLayoutPanel.TabIndex = 0;
41      //
42      // PluginComparisonView
43      //
44      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
45      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
46      this.Controls.Add(this.tableLayoutPanel);
47      this.Name = "PluginComparisonView";
48      this.Size = new System.Drawing.Size(539, 505);
49      this.ResumeLayout(false);
50
51    }
52
53    #endregion
54
55    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
56
57  }
58}
Note: See TracBrowser for help on using the repository browser.