namespace HeuristicLab.Clients.Hive.Views { partial class UpdateableHiveExperimentManagerView { /// /// 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) { if (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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateableHiveExperimentManagerView)); this.updateExperimentsPanel = new System.Windows.Forms.Panel(); this.updateExperimentsButton = new System.Windows.Forms.Button(); this.updateExperimentsPanel.SuspendLayout(); this.SuspendLayout(); // // updateExperimentsPanel // this.updateExperimentsPanel.Controls.Add(this.updateExperimentsButton); this.updateExperimentsPanel.Location = new System.Drawing.Point(265, 3); this.updateExperimentsPanel.Name = "updateExperimentsPanel"; this.updateExperimentsPanel.Size = new System.Drawing.Size(360, 103); this.updateExperimentsPanel.TabIndex = 7; // // updateExperimentsButton // this.updateExperimentsButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.updateExperimentsButton.Image = ((System.Drawing.Image)(resources.GetObject("updateExperimentsButton.Image"))); this.updateExperimentsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.updateExperimentsButton.Location = new System.Drawing.Point(87, 28); this.updateExperimentsButton.Name = "updateExperimentsButton"; this.updateExperimentsButton.Size = new System.Drawing.Size(175, 59); this.updateExperimentsButton.TabIndex = 5; this.updateExperimentsButton.Text = "Update Experiment List"; this.updateExperimentsButton.UseVisualStyleBackColor = true; this.updateExperimentsButton.Click += new System.EventHandler(this.updateExperimentsButton_Click); // // HiveExperimentManagerExtendedView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.updateExperimentsPanel); this.Name = "HiveExperimentManagerExtendedView"; this.Controls.SetChildIndex(this.updateExperimentsPanel, 0); this.updateExperimentsPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel updateExperimentsPanel; private System.Windows.Forms.Button updateExperimentsButton; } }