namespace HeuristicLab.Clients.Hive.Views.Common {
partial class UpdateControl {
///
/// 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() {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateControl));
this.btnRefresh = new System.Windows.Forms.Button();
this.imgBoxProgress = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.imgBoxProgress)).BeginInit();
this.SuspendLayout();
//
// btnRefresh
//
this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
this.btnRefresh.Location = new System.Drawing.Point(0, 0);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(24, 24);
this.btnRefresh.TabIndex = 4;
this.btnRefresh.UseVisualStyleBackColor = true;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// imgBoxProgress
//
this.imgBoxProgress.Image = global::HeuristicLab.Clients.Hive.Views.HiveImageLibrary.Progress;
this.imgBoxProgress.Location = new System.Drawing.Point(26, 6);
this.imgBoxProgress.Name = "imgBoxProgress";
this.imgBoxProgress.Size = new System.Drawing.Size(48, 12);
this.imgBoxProgress.TabIndex = 5;
this.imgBoxProgress.TabStop = false;
this.imgBoxProgress.Visible = false;
//
// UpdateControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.imgBoxProgress);
this.Controls.Add(this.btnRefresh);
this.Name = "UpdateControl";
this.Size = new System.Drawing.Size(75, 24);
((System.ComponentModel.ISupportInitialize)(this.imgBoxProgress)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.PictureBox imgBoxProgress;
}
}