Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/ConnectionSetupView.Designer.cs @ 3006

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

Implemented deployment service on servdev.heuristiclab.com and changed all service references and configurations to point to the service address. Improved GUI of installation manager. Implemented user name authentication and authorization for the deployment service. #860 (Deployment server for plugin installation from web locations)

File size: 6.6 KB
Line 
1namespace HeuristicLab.PluginInfrastructure.Advanced {
2  partial class ConnectionSetupView {
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.urlTextBox = new System.Windows.Forms.TextBox();
27      this.urlLabel = new System.Windows.Forms.Label();
28      this.userLabel = new System.Windows.Forms.Label();
29      this.userTextBox = new System.Windows.Forms.TextBox();
30      this.passwordLabel = new System.Windows.Forms.Label();
31      this.passwordTextBox = new System.Windows.Forms.TextBox();
32      this.applyButton = new System.Windows.Forms.Button();
33      this.savePasswordCheckbox = new System.Windows.Forms.CheckBox();
34      this.cancelButton = new System.Windows.Forms.Button();
35      this.SuspendLayout();
36      //
37      // urlTextBox
38      //
39      this.urlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
40                  | System.Windows.Forms.AnchorStyles.Right)));
41      this.urlTextBox.Location = new System.Drawing.Point(71, 3);
42      this.urlTextBox.Name = "urlTextBox";
43      this.urlTextBox.Size = new System.Drawing.Size(177, 20);
44      this.urlTextBox.TabIndex = 0;
45      //
46      // urlLabel
47      //
48      this.urlLabel.AutoSize = true;
49      this.urlLabel.Location = new System.Drawing.Point(3, 6);
50      this.urlLabel.Name = "urlLabel";
51      this.urlLabel.Size = new System.Drawing.Size(48, 13);
52      this.urlLabel.TabIndex = 1;
53      this.urlLabel.Text = "Address:";
54      //
55      // userLabel
56      //
57      this.userLabel.AutoSize = true;
58      this.userLabel.Location = new System.Drawing.Point(3, 32);
59      this.userLabel.Name = "userLabel";
60      this.userLabel.Size = new System.Drawing.Size(32, 13);
61      this.userLabel.TabIndex = 3;
62      this.userLabel.Text = "User:";
63      //
64      // userTextBox
65      //
66      this.userTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
67                  | System.Windows.Forms.AnchorStyles.Right)));
68      this.userTextBox.Location = new System.Drawing.Point(71, 29);
69      this.userTextBox.Name = "userTextBox";
70      this.userTextBox.Size = new System.Drawing.Size(177, 20);
71      this.userTextBox.TabIndex = 2;
72      //
73      // passwordLabel
74      //
75      this.passwordLabel.AutoSize = true;
76      this.passwordLabel.Location = new System.Drawing.Point(3, 58);
77      this.passwordLabel.Name = "passwordLabel";
78      this.passwordLabel.Size = new System.Drawing.Size(56, 13);
79      this.passwordLabel.TabIndex = 5;
80      this.passwordLabel.Text = "Password:";
81      //
82      // passwordTextBox
83      //
84      this.passwordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
85                  | System.Windows.Forms.AnchorStyles.Right)));
86      this.passwordTextBox.Location = new System.Drawing.Point(71, 55);
87      this.passwordTextBox.Name = "passwordTextBox";
88      this.passwordTextBox.Size = new System.Drawing.Size(177, 20);
89      this.passwordTextBox.TabIndex = 4;
90      this.passwordTextBox.UseSystemPasswordChar = true;
91      //
92      // applyButton
93      //
94      this.applyButton.Location = new System.Drawing.Point(6, 104);
95      this.applyButton.Name = "applyButton";
96      this.applyButton.Size = new System.Drawing.Size(75, 23);
97      this.applyButton.TabIndex = 6;
98      this.applyButton.Text = "Apply";
99      this.applyButton.UseVisualStyleBackColor = true;
100      this.applyButton.Click += new System.EventHandler(this.applyButton_Click);
101      //
102      // savePasswordCheckbox
103      //
104      this.savePasswordCheckbox.AutoSize = true;
105      this.savePasswordCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
106      this.savePasswordCheckbox.Location = new System.Drawing.Point(71, 81);
107      this.savePasswordCheckbox.Name = "savePasswordCheckbox";
108      this.savePasswordCheckbox.Size = new System.Drawing.Size(103, 17);
109      this.savePasswordCheckbox.TabIndex = 7;
110      this.savePasswordCheckbox.Text = "Save Password:";
111      this.savePasswordCheckbox.UseVisualStyleBackColor = true;
112      //
113      // cancelButton
114      //
115      this.cancelButton.Location = new System.Drawing.Point(87, 104);
116      this.cancelButton.Name = "cancelButton";
117      this.cancelButton.Size = new System.Drawing.Size(75, 23);
118      this.cancelButton.TabIndex = 8;
119      this.cancelButton.Text = "Cancel";
120      this.cancelButton.UseVisualStyleBackColor = true;
121      this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
122      //
123      // ConnectionSetupView
124      //
125      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
126      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
127      this.Controls.Add(this.cancelButton);
128      this.Controls.Add(this.savePasswordCheckbox);
129      this.Controls.Add(this.applyButton);
130      this.Controls.Add(this.passwordLabel);
131      this.Controls.Add(this.passwordTextBox);
132      this.Controls.Add(this.userLabel);
133      this.Controls.Add(this.userTextBox);
134      this.Controls.Add(this.urlLabel);
135      this.Controls.Add(this.urlTextBox);
136      this.Name = "ConnectionSetupView";
137      this.Size = new System.Drawing.Size(251, 132);
138      this.ResumeLayout(false);
139      this.PerformLayout();
140
141    }
142
143    #endregion
144
145    private System.Windows.Forms.TextBox urlTextBox;
146    private System.Windows.Forms.Label urlLabel;
147    private System.Windows.Forms.Label userLabel;
148    private System.Windows.Forms.TextBox userTextBox;
149    private System.Windows.Forms.Label passwordLabel;
150    private System.Windows.Forms.TextBox passwordTextBox;
151    private System.Windows.Forms.Button applyButton;
152    private System.Windows.Forms.CheckBox savePasswordCheckbox;
153    private System.Windows.Forms.Button cancelButton;
154  }
155}
Note: See TracBrowser for help on using the repository browser.