1 | namespace HeuristicLab.Clients.Hive.Views.Common {
|
---|
2 | partial class UpdateControl {
|
---|
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 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateControl));
|
---|
27 | this.btnRefresh = new System.Windows.Forms.Button();
|
---|
28 | this.imgBoxProgress = new System.Windows.Forms.PictureBox();
|
---|
29 | ((System.ComponentModel.ISupportInitialize)(this.imgBoxProgress)).BeginInit();
|
---|
30 | this.SuspendLayout();
|
---|
31 | //
|
---|
32 | // btnRefresh
|
---|
33 | //
|
---|
34 | this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
|
---|
35 | this.btnRefresh.Location = new System.Drawing.Point(0, 0);
|
---|
36 | this.btnRefresh.Name = "btnRefresh";
|
---|
37 | this.btnRefresh.Size = new System.Drawing.Size(24, 24);
|
---|
38 | this.btnRefresh.TabIndex = 4;
|
---|
39 | this.btnRefresh.UseVisualStyleBackColor = true;
|
---|
40 | this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
|
---|
41 | //
|
---|
42 | // imgBoxProgress
|
---|
43 | //
|
---|
44 | this.imgBoxProgress.Image = global::HeuristicLab.Clients.Hive.Views.HiveImageLibrary.Progress;
|
---|
45 | this.imgBoxProgress.Location = new System.Drawing.Point(26, 6);
|
---|
46 | this.imgBoxProgress.Name = "imgBoxProgress";
|
---|
47 | this.imgBoxProgress.Size = new System.Drawing.Size(48, 12);
|
---|
48 | this.imgBoxProgress.TabIndex = 5;
|
---|
49 | this.imgBoxProgress.TabStop = false;
|
---|
50 | this.imgBoxProgress.Visible = false;
|
---|
51 | //
|
---|
52 | // UpdateControl
|
---|
53 | //
|
---|
54 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
55 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
56 | this.Controls.Add(this.imgBoxProgress);
|
---|
57 | this.Controls.Add(this.btnRefresh);
|
---|
58 | this.Name = "UpdateControl";
|
---|
59 | this.Size = new System.Drawing.Size(75, 24);
|
---|
60 | ((System.ComponentModel.ISupportInitialize)(this.imgBoxProgress)).EndInit();
|
---|
61 | this.ResumeLayout(false);
|
---|
62 |
|
---|
63 | }
|
---|
64 |
|
---|
65 | #endregion
|
---|
66 |
|
---|
67 | private System.Windows.Forms.Button btnRefresh;
|
---|
68 | private System.Windows.Forms.PictureBox imgBoxProgress;
|
---|
69 | }
|
---|
70 | }
|
---|