Changeset 3006 for trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstallationManagerForm.Designer.cs
- Timestamp:
- 03/11/10 18:23:52 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstallationManagerForm.Designer.cs
r2922 r3006 28 28 this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); 29 29 this.removeButton = new System.Windows.Forms.Button(); 30 this.serverUrlLabel = new System.Windows.Forms.Label();31 this.serverUrlTextBox = new System.Windows.Forms.TextBox();32 this.refreshButton = new System.Windows.Forms.Button();33 30 this.installButton = new System.Windows.Forms.Button(); 34 31 this.tabControl = new System.Windows.Forms.TabControl(); … … 39 36 this.logTabPage = new System.Windows.Forms.TabPage(); 40 37 this.logTextBox = new System.Windows.Forms.TextBox(); 38 this.refreshButton = new System.Windows.Forms.Button(); 39 this.editConnectionButton = new System.Windows.Forms.Button(); 41 40 this.statusStrip.SuspendLayout(); 42 41 this.tabControl.SuspendLayout(); … … 81 80 this.removeButton.Click += new System.EventHandler(this.removeButton_Click); 82 81 // 83 // serverUrlLabel84 //85 this.serverUrlLabel.AutoSize = true;86 this.serverUrlLabel.Location = new System.Drawing.Point(9, 11);87 this.serverUrlLabel.Name = "serverUrlLabel";88 this.serverUrlLabel.Size = new System.Drawing.Size(73, 13);89 this.serverUrlLabel.TabIndex = 13;90 this.serverUrlLabel.Text = "Plugin Server:";91 //92 // serverUrlTextBox93 //94 this.serverUrlTextBox.Location = new System.Drawing.Point(88, 8);95 this.serverUrlTextBox.Name = "serverUrlTextBox";96 this.serverUrlTextBox.Size = new System.Drawing.Size(264, 20);97 this.serverUrlTextBox.TabIndex = 12;98 //99 // refreshButton100 //101 this.refreshButton.Location = new System.Drawing.Point(358, 6);102 this.refreshButton.Name = "refreshButton";103 this.refreshButton.Size = new System.Drawing.Size(75, 23);104 this.refreshButton.TabIndex = 11;105 this.refreshButton.Text = "Refresh";106 this.refreshButton.UseVisualStyleBackColor = true;107 this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);108 //109 82 // installButton 110 83 // … … 157 130 // remotePluginsTabPage 158 131 // 159 this.remotePluginsTabPage.Controls.Add(this. serverUrlLabel);132 this.remotePluginsTabPage.Controls.Add(this.editConnectionButton); 160 133 this.remotePluginsTabPage.Controls.Add(this.remotePluginInstaller); 161 this.remotePluginsTabPage.Controls.Add(this.serverUrlTextBox);162 134 this.remotePluginsTabPage.Controls.Add(this.refreshButton); 163 135 this.remotePluginsTabPage.Controls.Add(this.installButton); … … 204 176 this.logTextBox.Size = new System.Drawing.Size(598, 586); 205 177 this.logTextBox.TabIndex = 0; 178 // 179 // refreshButton 180 // 181 this.refreshButton.Location = new System.Drawing.Point(8, 6); 182 this.refreshButton.Name = "refreshButton"; 183 this.refreshButton.Size = new System.Drawing.Size(75, 23); 184 this.refreshButton.TabIndex = 11; 185 this.refreshButton.Text = "Refresh"; 186 this.refreshButton.UseVisualStyleBackColor = true; 187 this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); 188 // 189 // editConnectionButton 190 // 191 this.editConnectionButton.Location = new System.Drawing.Point(89, 6); 192 this.editConnectionButton.Name = "editConnectionButton"; 193 this.editConnectionButton.Size = new System.Drawing.Size(108, 23); 194 this.editConnectionButton.TabIndex = 16; 195 this.editConnectionButton.Text = "Edit Connection..."; 196 this.editConnectionButton.UseVisualStyleBackColor = true; 197 this.editConnectionButton.Click += new System.EventHandler(this.editConnectionButton_Click); 206 198 // 207 199 // InstallationManagerForm … … 219 211 this.localPluginsTabPage.ResumeLayout(false); 220 212 this.remotePluginsTabPage.ResumeLayout(false); 221 this.remotePluginsTabPage.PerformLayout();222 213 this.logTabPage.ResumeLayout(false); 223 214 this.logTabPage.PerformLayout(); … … 232 223 private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar; 233 224 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel; 234 private System.Windows.Forms.Label serverUrlLabel;235 private System.Windows.Forms.TextBox serverUrlTextBox;236 private System.Windows.Forms.Button refreshButton;237 225 private LocalPluginManager localPluginManager; 238 226 private RemotePluginInstaller remotePluginInstaller; … … 244 232 private System.Windows.Forms.TabPage logTabPage; 245 233 private System.Windows.Forms.TextBox logTextBox; 234 private System.Windows.Forms.Button editConnectionButton; 235 private System.Windows.Forms.Button refreshButton; 246 236 } 247 237 }
Note: See TracChangeset
for help on using the changeset viewer.