namespace HeuristicLab.DeploymentService.AdminClient { partial class ServerPluginView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.dependenciesGroupBox.SuspendLayout(); this.SuspendLayout(); // // nameTextBox // this.nameTextBox.Size = new System.Drawing.Size(211, 20); // // versionTextBox // this.versionTextBox.Size = new System.Drawing.Size(211, 20); // // contactTextBox // this.contactTextBox.Size = new System.Drawing.Size(211, 20); // // licenseButton // this.licenseButton.Location = new System.Drawing.Point(3, 398); this.licenseButton.Click += new System.EventHandler(this.licenseButton_Click); // // dependenciesGroupBox // this.dependenciesGroupBox.Location = new System.Drawing.Point(6, 81); this.dependenciesGroupBox.Size = new System.Drawing.Size(276, 311); // // dependenciesListView // this.dependenciesListView.Size = new System.Drawing.Size(270, 292); // // ServerPluginView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Name = "ServerPluginView"; this.Size = new System.Drawing.Size(288, 424); this.dependenciesGroupBox.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion } }