Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.DeploymentService.AdminClient/PluginView.Designer.cs @ 2860

Last change on this file since 2860 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: 10.7 KB
Line 
1namespace HeuristicLab.DeploymentService.AdminClient {
2  partial class PluginView {
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.components = new System.ComponentModel.Container();
27      this.nameLabel = new System.Windows.Forms.Label();
28      this.nameTextBox = new System.Windows.Forms.TextBox();
29      this.versionTextBox = new System.Windows.Forms.TextBox();
30      this.versionLabel = new System.Windows.Forms.Label();
31      this.contactTextBox = new System.Windows.Forms.TextBox();
32      this.contactInfoLabel = new System.Windows.Forms.Label();
33      this.licenseButton = new System.Windows.Forms.Button();
34      this.dependenciesGroupBox = new System.Windows.Forms.GroupBox();
35      this.dependenciesListView = new System.Windows.Forms.ListView();
36      this.pluginNameHeader = new System.Windows.Forms.ColumnHeader();
37      this.pluginVersionHeader = new System.Windows.Forms.ColumnHeader();
38      this.imageList = new System.Windows.Forms.ImageList(this.components);
39      this.filesListView = new System.Windows.Forms.ListView();
40      this.fileNameHeader = new System.Windows.Forms.ColumnHeader();
41      this.fileTypeHeader = new System.Windows.Forms.ColumnHeader();
42      this.filesGroupBox = new System.Windows.Forms.GroupBox();
43      this.dependenciesGroupBox.SuspendLayout();
44      this.filesGroupBox.SuspendLayout();
45      this.SuspendLayout();
46      //
47      // nameLabel
48      //
49      this.nameLabel.AutoSize = true;
50      this.nameLabel.Location = new System.Drawing.Point(3, 6);
51      this.nameLabel.Name = "nameLabel";
52      this.nameLabel.Size = new System.Drawing.Size(38, 13);
53      this.nameLabel.TabIndex = 0;
54      this.nameLabel.Text = "Name:";
55      //
56      // nameTextBox
57      //
58      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
59                  | System.Windows.Forms.AnchorStyles.Right)));
60      this.nameTextBox.Location = new System.Drawing.Point(74, 3);
61      this.nameTextBox.Name = "nameTextBox";
62      this.nameTextBox.ReadOnly = true;
63      this.nameTextBox.Size = new System.Drawing.Size(267, 20);
64      this.nameTextBox.TabIndex = 1;
65      //
66      // versionTextBox
67      //
68      this.versionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
69                  | System.Windows.Forms.AnchorStyles.Right)));
70      this.versionTextBox.Location = new System.Drawing.Point(74, 29);
71      this.versionTextBox.Name = "versionTextBox";
72      this.versionTextBox.ReadOnly = true;
73      this.versionTextBox.Size = new System.Drawing.Size(267, 20);
74      this.versionTextBox.TabIndex = 3;
75      //
76      // versionLabel
77      //
78      this.versionLabel.AutoSize = true;
79      this.versionLabel.Location = new System.Drawing.Point(3, 32);
80      this.versionLabel.Name = "versionLabel";
81      this.versionLabel.Size = new System.Drawing.Size(45, 13);
82      this.versionLabel.TabIndex = 2;
83      this.versionLabel.Text = "Version:";
84      //
85      // contactTextBox
86      //
87      this.contactTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
88                  | System.Windows.Forms.AnchorStyles.Right)));
89      this.contactTextBox.Location = new System.Drawing.Point(74, 55);
90      this.contactTextBox.Name = "contactTextBox";
91      this.contactTextBox.ReadOnly = true;
92      this.contactTextBox.Size = new System.Drawing.Size(267, 20);
93      this.contactTextBox.TabIndex = 5;
94      //
95      // contactInfoLabel
96      //
97      this.contactInfoLabel.AutoSize = true;
98      this.contactInfoLabel.Location = new System.Drawing.Point(3, 58);
99      this.contactInfoLabel.Name = "contactInfoLabel";
100      this.contactInfoLabel.Size = new System.Drawing.Size(47, 13);
101      this.contactInfoLabel.TabIndex = 4;
102      this.contactInfoLabel.Text = "Contact:";
103      //
104      // licenseButton
105      //
106      this.licenseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
107      this.licenseButton.Location = new System.Drawing.Point(3, 486);
108      this.licenseButton.Name = "licenseButton";
109      this.licenseButton.Size = new System.Drawing.Size(103, 23);
110      this.licenseButton.TabIndex = 10;
111      this.licenseButton.Text = "Show license";
112      this.licenseButton.UseVisualStyleBackColor = true;
113      this.licenseButton.Click += new System.EventHandler(this.licenseButton_Click);
114      //
115      // dependenciesGroupBox
116      //
117      this.dependenciesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
118                  | System.Windows.Forms.AnchorStyles.Left)
119                  | System.Windows.Forms.AnchorStyles.Right)));
120      this.dependenciesGroupBox.Controls.Add(this.dependenciesListView);
121      this.dependenciesGroupBox.Location = new System.Drawing.Point(3, 255);
122      this.dependenciesGroupBox.Name = "dependenciesGroupBox";
123      this.dependenciesGroupBox.Size = new System.Drawing.Size(338, 225);
124      this.dependenciesGroupBox.TabIndex = 1;
125      this.dependenciesGroupBox.TabStop = false;
126      this.dependenciesGroupBox.Text = "Dependencies";
127      //
128      // dependenciesListView
129      //
130      this.dependenciesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
131            this.pluginNameHeader,
132            this.pluginVersionHeader});
133      this.dependenciesListView.Dock = System.Windows.Forms.DockStyle.Fill;
134      this.dependenciesListView.Location = new System.Drawing.Point(3, 16);
135      this.dependenciesListView.Name = "dependenciesListView";
136      this.dependenciesListView.Size = new System.Drawing.Size(332, 206);
137      this.dependenciesListView.SmallImageList = this.imageList;
138      this.dependenciesListView.TabIndex = 0;
139      this.dependenciesListView.UseCompatibleStateImageBehavior = false;
140      this.dependenciesListView.View = System.Windows.Forms.View.Details;
141      //
142      // pluginNameHeader
143      //
144      this.pluginNameHeader.Text = "Name";
145      this.pluginNameHeader.Width = 200;
146      //
147      // pluginVersionHeader
148      //
149      this.pluginVersionHeader.Text = "Version";
150      this.pluginVersionHeader.Width = 120;
151      //
152      // imageList
153      //
154      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
155      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
156      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
157      //
158      // filesListView
159      //
160      this.filesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
161            this.fileNameHeader,
162            this.fileTypeHeader});
163      this.filesListView.Dock = System.Windows.Forms.DockStyle.Fill;
164      this.filesListView.Location = new System.Drawing.Point(3, 16);
165      this.filesListView.Name = "filesListView";
166      this.filesListView.Size = new System.Drawing.Size(329, 149);
167      this.filesListView.SmallImageList = this.imageList;
168      this.filesListView.TabIndex = 0;
169      this.filesListView.UseCompatibleStateImageBehavior = false;
170      this.filesListView.View = System.Windows.Forms.View.Details;
171      //
172      // fileNameHeader
173      //
174      this.fileNameHeader.Text = "Name";
175      this.fileNameHeader.Width = 200;
176      //
177      // fileTypeHeader
178      //
179      this.fileTypeHeader.Text = "Type";
180      this.fileTypeHeader.Width = 120;
181      //
182      // filesGroupBox
183      //
184      this.filesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
185                  | System.Windows.Forms.AnchorStyles.Right)));
186      this.filesGroupBox.Controls.Add(this.filesListView);
187      this.filesGroupBox.Location = new System.Drawing.Point(3, 81);
188      this.filesGroupBox.Name = "filesGroupBox";
189      this.filesGroupBox.Size = new System.Drawing.Size(335, 168);
190      this.filesGroupBox.TabIndex = 11;
191      this.filesGroupBox.TabStop = false;
192      this.filesGroupBox.Text = "Files";
193      //
194      // PluginView
195      //
196      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
197      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
198      this.Controls.Add(this.dependenciesGroupBox);
199      this.Controls.Add(this.filesGroupBox);
200      this.Controls.Add(this.licenseButton);
201      this.Controls.Add(this.contactTextBox);
202      this.Controls.Add(this.contactInfoLabel);
203      this.Controls.Add(this.versionTextBox);
204      this.Controls.Add(this.versionLabel);
205      this.Controls.Add(this.nameTextBox);
206      this.Controls.Add(this.nameLabel);
207      this.Name = "PluginView";
208      this.Size = new System.Drawing.Size(344, 512);
209      this.dependenciesGroupBox.ResumeLayout(false);
210      this.filesGroupBox.ResumeLayout(false);
211      this.ResumeLayout(false);
212      this.PerformLayout();
213
214    }
215
216    #endregion
217
218    protected System.Windows.Forms.Label nameLabel;
219    protected System.Windows.Forms.TextBox nameTextBox;
220    protected System.Windows.Forms.TextBox versionTextBox;
221    protected System.Windows.Forms.Label versionLabel;
222    protected System.Windows.Forms.TextBox contactTextBox;
223    protected System.Windows.Forms.Label contactInfoLabel;
224    protected System.Windows.Forms.Button licenseButton;
225    protected System.Windows.Forms.GroupBox dependenciesGroupBox;
226    private System.Windows.Forms.ColumnHeader pluginNameHeader;
227    private System.Windows.Forms.ColumnHeader pluginVersionHeader;
228    protected System.Windows.Forms.ListView dependenciesListView;
229    private System.Windows.Forms.ListView filesListView;
230    private System.Windows.Forms.GroupBox filesGroupBox;
231    private System.Windows.Forms.ImageList imageList;
232    private System.Windows.Forms.ColumnHeader fileNameHeader;
233    private System.Windows.Forms.ColumnHeader fileTypeHeader;
234
235  }
236}
Note: See TracBrowser for help on using the repository browser.