Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.DeploymentService.AdminClient/PluginView.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: 7.9 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.nameLabel = new System.Windows.Forms.Label();
27      this.nameTextBox = new System.Windows.Forms.TextBox();
28      this.versionTextBox = new System.Windows.Forms.TextBox();
29      this.versionLabel = new System.Windows.Forms.Label();
30      this.contactTextBox = new System.Windows.Forms.TextBox();
31      this.contactInfoLabel = new System.Windows.Forms.Label();
32      this.licenseButton = new System.Windows.Forms.Button();
33      this.dependenciesGroupBox = new System.Windows.Forms.GroupBox();
34      this.dependenciesListView = new System.Windows.Forms.ListView();
35      this.nameHeader = new System.Windows.Forms.ColumnHeader();
36      this.versionHeader = new System.Windows.Forms.ColumnHeader();
37      this.dependenciesGroupBox.SuspendLayout();
38      this.SuspendLayout();
39      //
40      // nameLabel
41      //
42      this.nameLabel.AutoSize = true;
43      this.nameLabel.Location = new System.Drawing.Point(3, 6);
44      this.nameLabel.Name = "nameLabel";
45      this.nameLabel.Size = new System.Drawing.Size(38, 13);
46      this.nameLabel.TabIndex = 0;
47      this.nameLabel.Text = "Name:";
48      //
49      // nameTextBox
50      //
51      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
52                  | System.Windows.Forms.AnchorStyles.Right)));
53      this.nameTextBox.Location = new System.Drawing.Point(74, 3);
54      this.nameTextBox.Name = "nameTextBox";
55      this.nameTextBox.ReadOnly = true;
56      this.nameTextBox.Size = new System.Drawing.Size(191, 20);
57      this.nameTextBox.TabIndex = 1;
58      //
59      // versionTextBox
60      //
61      this.versionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
62                  | System.Windows.Forms.AnchorStyles.Right)));
63      this.versionTextBox.Location = new System.Drawing.Point(74, 29);
64      this.versionTextBox.Name = "versionTextBox";
65      this.versionTextBox.ReadOnly = true;
66      this.versionTextBox.Size = new System.Drawing.Size(191, 20);
67      this.versionTextBox.TabIndex = 3;
68      //
69      // versionLabel
70      //
71      this.versionLabel.AutoSize = true;
72      this.versionLabel.Location = new System.Drawing.Point(3, 32);
73      this.versionLabel.Name = "versionLabel";
74      this.versionLabel.Size = new System.Drawing.Size(45, 13);
75      this.versionLabel.TabIndex = 2;
76      this.versionLabel.Text = "Version:";
77      //
78      // contactTextBox
79      //
80      this.contactTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
81                  | System.Windows.Forms.AnchorStyles.Right)));
82      this.contactTextBox.Location = new System.Drawing.Point(74, 55);
83      this.contactTextBox.Name = "contactTextBox";
84      this.contactTextBox.ReadOnly = true;
85      this.contactTextBox.Size = new System.Drawing.Size(191, 20);
86      this.contactTextBox.TabIndex = 5;
87      //
88      // contactInfoLabel
89      //
90      this.contactInfoLabel.AutoSize = true;
91      this.contactInfoLabel.Location = new System.Drawing.Point(3, 58);
92      this.contactInfoLabel.Name = "contactInfoLabel";
93      this.contactInfoLabel.Size = new System.Drawing.Size(47, 13);
94      this.contactInfoLabel.TabIndex = 4;
95      this.contactInfoLabel.Text = "Contact:";
96      //
97      // licenseButton
98      //
99      this.licenseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
100      this.licenseButton.Location = new System.Drawing.Point(3, 397);
101      this.licenseButton.Name = "licenseButton";
102      this.licenseButton.Size = new System.Drawing.Size(103, 23);
103      this.licenseButton.TabIndex = 10;
104      this.licenseButton.Text = "Show license";
105      this.licenseButton.UseVisualStyleBackColor = true;
106      //
107      // dependenciesGroupBox
108      //
109      this.dependenciesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
110                  | System.Windows.Forms.AnchorStyles.Left)
111                  | System.Windows.Forms.AnchorStyles.Right)));
112      this.dependenciesGroupBox.Controls.Add(this.dependenciesListView);
113      this.dependenciesGroupBox.Location = new System.Drawing.Point(3, 81);
114      this.dependenciesGroupBox.Name = "dependenciesGroupBox";
115      this.dependenciesGroupBox.Size = new System.Drawing.Size(262, 310);
116      this.dependenciesGroupBox.TabIndex = 1;
117      this.dependenciesGroupBox.TabStop = false;
118      this.dependenciesGroupBox.Text = "Dependencies";
119      //
120      // dependenciesListView
121      //
122      this.dependenciesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
123            this.nameHeader,
124            this.versionHeader});
125      this.dependenciesListView.Dock = System.Windows.Forms.DockStyle.Fill;
126      this.dependenciesListView.Location = new System.Drawing.Point(3, 16);
127      this.dependenciesListView.Name = "dependenciesListView";
128      this.dependenciesListView.Size = new System.Drawing.Size(256, 291);
129      this.dependenciesListView.TabIndex = 0;
130      this.dependenciesListView.UseCompatibleStateImageBehavior = false;
131      this.dependenciesListView.View = System.Windows.Forms.View.Details;
132      //
133      // nameHeader
134      //
135      this.nameHeader.Text = "Name";
136      this.nameHeader.Width = 180;
137      //
138      // versionHeader
139      //
140      this.versionHeader.Text = "Version";
141      this.versionHeader.Width = 100;
142      //
143      // PluginView
144      //
145      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
146      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
147      this.Controls.Add(this.dependenciesGroupBox);
148      this.Controls.Add(this.licenseButton);
149      this.Controls.Add(this.contactTextBox);
150      this.Controls.Add(this.contactInfoLabel);
151      this.Controls.Add(this.versionTextBox);
152      this.Controls.Add(this.versionLabel);
153      this.Controls.Add(this.nameTextBox);
154      this.Controls.Add(this.nameLabel);
155      this.Name = "PluginView";
156      this.Size = new System.Drawing.Size(268, 423);
157      this.dependenciesGroupBox.ResumeLayout(false);
158      this.ResumeLayout(false);
159      this.PerformLayout();
160
161    }
162
163    #endregion
164
165    protected System.Windows.Forms.Label nameLabel;
166    protected System.Windows.Forms.TextBox nameTextBox;
167    protected System.Windows.Forms.TextBox versionTextBox;
168    protected System.Windows.Forms.Label versionLabel;
169    protected System.Windows.Forms.TextBox contactTextBox;
170    protected System.Windows.Forms.Label contactInfoLabel;
171    protected System.Windows.Forms.Button licenseButton;
172    protected System.Windows.Forms.GroupBox dependenciesGroupBox;
173    private System.Windows.Forms.ColumnHeader nameHeader;
174    private System.Windows.Forms.ColumnHeader versionHeader;
175    protected System.Windows.Forms.ListView dependenciesListView;
176
177  }
178}
Note: See TracBrowser for help on using the repository browser.