1 | namespace HeuristicLab.Clients.Hive.Views {
|
---|
2 | partial class UpdateableHiveExperimentManagerView {
|
---|
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) {
|
---|
14 | if (components != null) 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(UpdateableHiveExperimentManagerView));
|
---|
27 | this.updateExperimentsPanel = new System.Windows.Forms.Panel();
|
---|
28 | this.updateExperimentsButton = new System.Windows.Forms.Button();
|
---|
29 | this.updateExperimentsPanel.SuspendLayout();
|
---|
30 | this.SuspendLayout();
|
---|
31 | //
|
---|
32 | // updateExperimentsPanel
|
---|
33 | //
|
---|
34 | this.updateExperimentsPanel.Controls.Add(this.updateExperimentsButton);
|
---|
35 | this.updateExperimentsPanel.Location = new System.Drawing.Point(265, 3);
|
---|
36 | this.updateExperimentsPanel.Name = "updateExperimentsPanel";
|
---|
37 | this.updateExperimentsPanel.Size = new System.Drawing.Size(360, 103);
|
---|
38 | this.updateExperimentsPanel.TabIndex = 7;
|
---|
39 | //
|
---|
40 | // updateExperimentsButton
|
---|
41 | //
|
---|
42 | this.updateExperimentsButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
43 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
44 | this.updateExperimentsButton.Image = ((System.Drawing.Image)(resources.GetObject("updateExperimentsButton.Image")));
|
---|
45 | this.updateExperimentsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
46 | this.updateExperimentsButton.Location = new System.Drawing.Point(87, 28);
|
---|
47 | this.updateExperimentsButton.Name = "updateExperimentsButton";
|
---|
48 | this.updateExperimentsButton.Size = new System.Drawing.Size(175, 59);
|
---|
49 | this.updateExperimentsButton.TabIndex = 5;
|
---|
50 | this.updateExperimentsButton.Text = "Update Experiment List";
|
---|
51 | this.updateExperimentsButton.UseVisualStyleBackColor = true;
|
---|
52 | this.updateExperimentsButton.Click += new System.EventHandler(this.updateExperimentsButton_Click);
|
---|
53 | //
|
---|
54 | // HiveExperimentManagerExtendedView
|
---|
55 | //
|
---|
56 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
57 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
58 | this.Controls.Add(this.updateExperimentsPanel);
|
---|
59 | this.Name = "HiveExperimentManagerExtendedView";
|
---|
60 | this.Controls.SetChildIndex(this.updateExperimentsPanel, 0);
|
---|
61 | this.updateExperimentsPanel.ResumeLayout(false);
|
---|
62 | this.ResumeLayout(false);
|
---|
63 |
|
---|
64 | }
|
---|
65 |
|
---|
66 | #endregion
|
---|
67 |
|
---|
68 | private System.Windows.Forms.Panel updateExperimentsPanel;
|
---|
69 | private System.Windows.Forms.Button updateExperimentsButton;
|
---|
70 | }
|
---|
71 | }
|
---|