Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginAdministrator/3.3/ConnectionSetupView.Designer.cs @ 3200

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

Integrated PluginAdministrator plugin into HL3.3 solution. #918 (Integrate deployment service into trunk and HL3.3 solution file)

File size: 9.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21namespace HeuristicLab.PluginAdministrator {
22  partial class ConnectionSetupView {
23    /// <summary>
24    /// Required designer variable.
25    /// </summary>
26    private System.ComponentModel.IContainer components = null;
27
28    /// <summary>
29    /// Clean up any resources being used.
30    /// </summary>
31    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
32    protected override void Dispose(bool disposing) {
33      if (disposing && (components != null)) {
34        components.Dispose();
35      }
36      base.Dispose(disposing);
37    }
38
39    #region Component Designer generated code
40
41    /// <summary>
42    /// Required method for Designer support - do not modify
43    /// the contents of this method with the code editor.
44    /// </summary>
45    private void InitializeComponent() {
46      this.updateAddressTextBox = new System.Windows.Forms.TextBox();
47      this.urlLabel = new System.Windows.Forms.Label();
48      this.userLabel = new System.Windows.Forms.Label();
49      this.userTextBox = new System.Windows.Forms.TextBox();
50      this.passwordLabel = new System.Windows.Forms.Label();
51      this.passwordTextBox = new System.Windows.Forms.TextBox();
52      this.applyButton = new System.Windows.Forms.Button();
53      this.saveCredentialsButton = new System.Windows.Forms.Button();
54      this.updateLocationGroupBox = new System.Windows.Forms.GroupBox();
55      this.label1 = new System.Windows.Forms.Label();
56      this.adminAddressTextBox = new System.Windows.Forms.TextBox();
57      this.updateLocationGroupBox.SuspendLayout();
58      this.SuspendLayout();
59      //
60      // updateAddressTextBox
61      //
62      this.updateAddressTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
63                  | System.Windows.Forms.AnchorStyles.Right)));
64      this.updateAddressTextBox.Location = new System.Drawing.Point(126, 19);
65      this.updateAddressTextBox.Name = "updateAddressTextBox";
66      this.updateAddressTextBox.Size = new System.Drawing.Size(212, 20);
67      this.updateAddressTextBox.TabIndex = 0;
68      //
69      // urlLabel
70      //
71      this.urlLabel.AutoSize = true;
72      this.urlLabel.Location = new System.Drawing.Point(36, 22);
73      this.urlLabel.Name = "urlLabel";
74      this.urlLabel.Size = new System.Drawing.Size(84, 13);
75      this.urlLabel.TabIndex = 1;
76      this.urlLabel.Text = "Update Service:";
77      //
78      // userLabel
79      //
80      this.userLabel.AutoSize = true;
81      this.userLabel.Location = new System.Drawing.Point(88, 74);
82      this.userLabel.Name = "userLabel";
83      this.userLabel.Size = new System.Drawing.Size(32, 13);
84      this.userLabel.TabIndex = 3;
85      this.userLabel.Text = "User:";
86      //
87      // userTextBox
88      //
89      this.userTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
90                  | System.Windows.Forms.AnchorStyles.Right)));
91      this.userTextBox.Location = new System.Drawing.Point(126, 71);
92      this.userTextBox.Name = "userTextBox";
93      this.userTextBox.Size = new System.Drawing.Size(212, 20);
94      this.userTextBox.TabIndex = 2;
95      //
96      // passwordLabel
97      //
98      this.passwordLabel.AutoSize = true;
99      this.passwordLabel.Location = new System.Drawing.Point(64, 100);
100      this.passwordLabel.Name = "passwordLabel";
101      this.passwordLabel.Size = new System.Drawing.Size(56, 13);
102      this.passwordLabel.TabIndex = 5;
103      this.passwordLabel.Text = "Password:";
104      //
105      // passwordTextBox
106      //
107      this.passwordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
108                  | System.Windows.Forms.AnchorStyles.Right)));
109      this.passwordTextBox.Location = new System.Drawing.Point(126, 97);
110      this.passwordTextBox.Name = "passwordTextBox";
111      this.passwordTextBox.Size = new System.Drawing.Size(212, 20);
112      this.passwordTextBox.TabIndex = 4;
113      this.passwordTextBox.UseSystemPasswordChar = true;
114      //
115      // applyButton
116      //
117      this.applyButton.Location = new System.Drawing.Point(3, 133);
118      this.applyButton.Name = "applyButton";
119      this.applyButton.Size = new System.Drawing.Size(75, 23);
120      this.applyButton.TabIndex = 6;
121      this.applyButton.Text = "Apply";
122      this.applyButton.UseVisualStyleBackColor = true;
123      this.applyButton.Click += new System.EventHandler(this.applyButton_Click);
124      //
125      // saveCredentialsButton
126      //
127      this.saveCredentialsButton.Location = new System.Drawing.Point(84, 133);
128      this.saveCredentialsButton.Name = "saveCredentialsButton";
129      this.saveCredentialsButton.Size = new System.Drawing.Size(120, 23);
130      this.saveCredentialsButton.TabIndex = 8;
131      this.saveCredentialsButton.Text = "Store Credentials";
132      this.saveCredentialsButton.UseVisualStyleBackColor = true;
133      this.saveCredentialsButton.Click += new System.EventHandler(this.saveCredentialsButton_Click);
134      //
135      // updateLocationGroupBox
136      //
137      this.updateLocationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
138                  | System.Windows.Forms.AnchorStyles.Right)));
139      this.updateLocationGroupBox.Controls.Add(this.adminAddressTextBox);
140      this.updateLocationGroupBox.Controls.Add(this.label1);
141      this.updateLocationGroupBox.Controls.Add(this.passwordTextBox);
142      this.updateLocationGroupBox.Controls.Add(this.updateAddressTextBox);
143      this.updateLocationGroupBox.Controls.Add(this.urlLabel);
144      this.updateLocationGroupBox.Controls.Add(this.userTextBox);
145      this.updateLocationGroupBox.Controls.Add(this.passwordLabel);
146      this.updateLocationGroupBox.Controls.Add(this.userLabel);
147      this.updateLocationGroupBox.Location = new System.Drawing.Point(3, 3);
148      this.updateLocationGroupBox.Name = "updateLocationGroupBox";
149      this.updateLocationGroupBox.Size = new System.Drawing.Size(344, 124);
150      this.updateLocationGroupBox.TabIndex = 10;
151      this.updateLocationGroupBox.TabStop = false;
152      this.updateLocationGroupBox.Text = "Update Location";
153      //
154      // label1
155      //
156      this.label1.AutoSize = true;
157      this.label1.Location = new System.Drawing.Point(6, 48);
158      this.label1.Name = "label1";
159      this.label1.Size = new System.Drawing.Size(114, 13);
160      this.label1.TabIndex = 7;
161      this.label1.Text = "Administration Service:";
162      //
163      // adminAddressTextBox
164      //
165      this.adminAddressTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
166                  | System.Windows.Forms.AnchorStyles.Right)));
167      this.adminAddressTextBox.Location = new System.Drawing.Point(126, 45);
168      this.adminAddressTextBox.Name = "adminAddressTextBox";
169      this.adminAddressTextBox.Size = new System.Drawing.Size(212, 20);
170      this.adminAddressTextBox.TabIndex = 6;
171      //
172      // ConnectionSetupView
173      //
174      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
175      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
176      this.Controls.Add(this.updateLocationGroupBox);
177      this.Controls.Add(this.saveCredentialsButton);
178      this.Controls.Add(this.applyButton);
179      this.Name = "ConnectionSetupView";
180      this.Size = new System.Drawing.Size(350, 161);
181      this.updateLocationGroupBox.ResumeLayout(false);
182      this.updateLocationGroupBox.PerformLayout();
183      this.ResumeLayout(false);
184
185    }
186
187    #endregion
188
189    private System.Windows.Forms.TextBox updateAddressTextBox;
190    private System.Windows.Forms.Label urlLabel;
191    private System.Windows.Forms.Label userLabel;
192    private System.Windows.Forms.TextBox userTextBox;
193    private System.Windows.Forms.Label passwordLabel;
194    private System.Windows.Forms.TextBox passwordTextBox;
195    private System.Windows.Forms.Button applyButton;
196    private System.Windows.Forms.Button saveCredentialsButton;
197    private System.Windows.Forms.GroupBox updateLocationGroupBox;
198    private System.Windows.Forms.TextBox adminAddressTextBox;
199    private System.Windows.Forms.Label label1;
200  }
201}
Note: See TracBrowser for help on using the repository browser.