Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.DeploymentService.AdminClient/ProductEditor.Designer.cs @ 2802

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

Worked on administration front-end for deployment service. #860 (Deployment server for plugin installation from web locations)

File size: 9.0 KB
Line 
1namespace HeuristicLab.DeploymentService.AdminClient {
2  partial class ProductEditor {
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.productsListBox = new System.Windows.Forms.ListBox();
28      this.pluginsList = new System.Windows.Forms.CheckedListBox();
29      this.refreshButton = new System.Windows.Forms.Button();
30      this.saveButton = new System.Windows.Forms.Button();
31      this.newProductButton = new System.Windows.Forms.Button();
32      this.splitContainer = new System.Windows.Forms.SplitContainer();
33      this.pluginsLabel = new System.Windows.Forms.Label();
34      this.versionTextBox = new System.Windows.Forms.TextBox();
35      this.versionLabel = new System.Windows.Forms.Label();
36      this.nameTextBox = new System.Windows.Forms.TextBox();
37      this.nameLabel = new System.Windows.Forms.Label();
38      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
39      this.splitContainer.Panel1.SuspendLayout();
40      this.splitContainer.Panel2.SuspendLayout();
41      this.splitContainer.SuspendLayout();
42      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
43      this.SuspendLayout();
44      //
45      // productsListBox
46      //
47      this.productsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
48                  | System.Windows.Forms.AnchorStyles.Left)
49                  | System.Windows.Forms.AnchorStyles.Right)));
50      this.productsListBox.FormattingEnabled = true;
51      this.productsListBox.Location = new System.Drawing.Point(3, 3);
52      this.productsListBox.Name = "productsListBox";
53      this.productsListBox.Size = new System.Drawing.Size(173, 355);
54      this.productsListBox.TabIndex = 0;
55      this.productsListBox.SelectedIndexChanged += new System.EventHandler(this.productsListBox_SelectedIndexChanged);
56      //
57      // pluginsList
58      //
59      this.pluginsList.FormattingEnabled = true;
60      this.pluginsList.Location = new System.Drawing.Point(6, 85);
61      this.pluginsList.Name = "pluginsList";
62      this.pluginsList.SelectionMode = System.Windows.Forms.SelectionMode.None;
63      this.pluginsList.Size = new System.Drawing.Size(347, 289);
64      this.pluginsList.TabIndex = 1;
65      //
66      // refreshButton
67      //
68      this.refreshButton.Location = new System.Drawing.Point(3, 3);
69      this.refreshButton.Name = "refreshButton";
70      this.refreshButton.Size = new System.Drawing.Size(75, 23);
71      this.refreshButton.TabIndex = 1;
72      this.refreshButton.Text = "Refresh";
73      this.refreshButton.UseVisualStyleBackColor = true;
74      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
75      //
76      // saveButton
77      //
78      this.saveButton.Location = new System.Drawing.Point(84, 3);
79      this.saveButton.Name = "saveButton";
80      this.saveButton.Size = new System.Drawing.Size(96, 23);
81      this.saveButton.TabIndex = 2;
82      this.saveButton.Text = "Save changes";
83      this.saveButton.UseVisualStyleBackColor = true;
84      this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
85      //
86      // newProductButton
87      //
88      this.newProductButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
89      this.newProductButton.Location = new System.Drawing.Point(3, 365);
90      this.newProductButton.Name = "newProductButton";
91      this.newProductButton.Size = new System.Drawing.Size(91, 23);
92      this.newProductButton.TabIndex = 3;
93      this.newProductButton.Text = "New product";
94      this.newProductButton.UseVisualStyleBackColor = true;
95      this.newProductButton.Click += new System.EventHandler(this.newProductButton_Click);
96      //
97      // splitContainer
98      //
99      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
100                  | System.Windows.Forms.AnchorStyles.Left)
101                  | System.Windows.Forms.AnchorStyles.Right)));
102      this.splitContainer.Location = new System.Drawing.Point(3, 32);
103      this.splitContainer.Name = "splitContainer";
104      //
105      // splitContainer.Panel1
106      //
107      this.splitContainer.Panel1.Controls.Add(this.productsListBox);
108      this.splitContainer.Panel1.Controls.Add(this.newProductButton);
109      //
110      // splitContainer.Panel2
111      //
112      this.splitContainer.Panel2.Controls.Add(this.pluginsLabel);
113      this.splitContainer.Panel2.Controls.Add(this.versionTextBox);
114      this.splitContainer.Panel2.Controls.Add(this.versionLabel);
115      this.splitContainer.Panel2.Controls.Add(this.nameTextBox);
116      this.splitContainer.Panel2.Controls.Add(this.nameLabel);
117      this.splitContainer.Panel2.Controls.Add(this.pluginsList);
118      this.splitContainer.Size = new System.Drawing.Size(539, 391);
119      this.splitContainer.SplitterDistance = 179;
120      this.splitContainer.TabIndex = 4;
121      //
122      // pluginsLabel
123      //
124      this.pluginsLabel.AutoSize = true;
125      this.pluginsLabel.Location = new System.Drawing.Point(4, 69);
126      this.pluginsLabel.Name = "pluginsLabel";
127      this.pluginsLabel.Size = new System.Drawing.Size(44, 13);
128      this.pluginsLabel.TabIndex = 6;
129      this.pluginsLabel.Text = "Plugins:";
130      //
131      // versionTextBox
132      //
133      this.versionTextBox.Location = new System.Drawing.Point(47, 29);
134      this.versionTextBox.Name = "versionTextBox";
135      this.versionTextBox.Size = new System.Drawing.Size(100, 20);
136      this.versionTextBox.TabIndex = 5;
137      this.versionTextBox.TextChanged += new System.EventHandler(this.versionTextBox_TextChanged);
138      //
139      // versionLabel
140      //
141      this.versionLabel.AutoSize = true;
142      this.versionLabel.Location = new System.Drawing.Point(3, 32);
143      this.versionLabel.Name = "versionLabel";
144      this.versionLabel.Size = new System.Drawing.Size(45, 13);
145      this.versionLabel.TabIndex = 4;
146      this.versionLabel.Text = "Version:";
147      //
148      // nameTextBox
149      //
150      this.nameTextBox.Location = new System.Drawing.Point(47, 3);
151      this.nameTextBox.Name = "nameTextBox";
152      this.nameTextBox.Size = new System.Drawing.Size(100, 20);
153      this.nameTextBox.TabIndex = 3;
154      this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
155      //
156      // nameLabel
157      //
158      this.nameLabel.AutoSize = true;
159      this.nameLabel.Location = new System.Drawing.Point(3, 6);
160      this.nameLabel.Name = "nameLabel";
161      this.nameLabel.Size = new System.Drawing.Size(38, 13);
162      this.nameLabel.TabIndex = 2;
163      this.nameLabel.Text = "Name:";
164      //
165      // errorProvider
166      //
167      this.errorProvider.ContainerControl = this;
168      //
169      // ProductEditor
170      //
171      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
172      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
173      this.Controls.Add(this.splitContainer);
174      this.Controls.Add(this.saveButton);
175      this.Controls.Add(this.refreshButton);
176      this.Name = "ProductEditor";
177      this.Size = new System.Drawing.Size(545, 426);
178      this.splitContainer.Panel1.ResumeLayout(false);
179      this.splitContainer.Panel2.ResumeLayout(false);
180      this.splitContainer.Panel2.PerformLayout();
181      this.splitContainer.ResumeLayout(false);
182      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
183      this.ResumeLayout(false);
184
185    }
186
187    #endregion
188
189    private System.Windows.Forms.ListBox productsListBox;
190    private System.Windows.Forms.CheckedListBox pluginsList;
191    private System.Windows.Forms.Button refreshButton;
192    private System.Windows.Forms.Button saveButton;
193    private System.Windows.Forms.Button newProductButton;
194    private System.Windows.Forms.SplitContainer splitContainer;
195    private System.Windows.Forms.Label pluginsLabel;
196    private System.Windows.Forms.TextBox versionTextBox;
197    private System.Windows.Forms.Label versionLabel;
198    private System.Windows.Forms.TextBox nameTextBox;
199    private System.Windows.Forms.Label nameLabel;
200    private System.Windows.Forms.ErrorProvider errorProvider;
201
202  }
203}
Note: See TracBrowser for help on using the repository browser.