Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.DeploymentService.AdminClient/ServerPluginView.Designer.cs @ 2816

Last change on this file since 2816 was 2816, checked in by gkronber, 14 years ago

Worked on plugin deployment GUI.
Added contact info and license text to DB schema.
#860

File size: 2.2 KB
Line 
1namespace HeuristicLab.DeploymentService.AdminClient {
2  partial class ServerPluginView {
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.dependenciesGroupBox.SuspendLayout();
27      this.SuspendLayout();
28      //
29      // nameTextBox
30      //
31      this.nameTextBox.Size = new System.Drawing.Size(211, 20);
32      //
33      // versionTextBox
34      //
35      this.versionTextBox.Size = new System.Drawing.Size(211, 20);
36      //
37      // contactTextBox
38      //
39      this.contactTextBox.Size = new System.Drawing.Size(211, 20);
40      //
41      // licenseButton
42      //
43      this.licenseButton.Location = new System.Drawing.Point(3, 398);
44      this.licenseButton.Click += new System.EventHandler(this.licenseButton_Click);
45      //
46      // dependenciesGroupBox
47      //
48      this.dependenciesGroupBox.Location = new System.Drawing.Point(6, 81);
49      this.dependenciesGroupBox.Size = new System.Drawing.Size(276, 311);
50      //
51      // dependenciesListView
52      //
53      this.dependenciesListView.Size = new System.Drawing.Size(270, 292);
54      //
55      // ServerPluginView
56      //
57      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
58      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
59      this.Name = "ServerPluginView";
60      this.Size = new System.Drawing.Size(288, 424);
61      this.dependenciesGroupBox.ResumeLayout(false);
62      this.ResumeLayout(false);
63      this.PerformLayout();
64
65    }
66
67    #endregion
68
69  }
70}
Note: See TracBrowser for help on using the repository browser.