[15422] | 1 | namespace HeuristicLab.Clients.Hive.Administrator.Views {
|
---|
| 2 | partial class ResourceView {
|
---|
| 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 | this.idLabel = new System.Windows.Forms.Label();
|
---|
| 27 | this.idTextBox = new System.Windows.Forms.TextBox();
|
---|
| 28 | this.nameLabel = new System.Windows.Forms.Label();
|
---|
| 29 | this.nameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 30 | this.descriptionLabel = new System.Windows.Forms.Label();
|
---|
| 31 | this.descriptionTextBox = new System.Windows.Forms.TextBox();
|
---|
| 32 | this.heartbeatIntervalLabel = new System.Windows.Forms.Label();
|
---|
[16117] | 33 | this.heartbeatIntervalNumericUpDown = new Hive.Views.Extensions.FixedNumericUpDown();
|
---|
[15422] | 34 | this.publicLabel = new System.Windows.Forms.Label();
|
---|
| 35 | this.publicCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 36 | ((System.ComponentModel.ISupportInitialize)(this.heartbeatIntervalNumericUpDown)).BeginInit();
|
---|
| 37 | this.SuspendLayout();
|
---|
| 38 | //
|
---|
| 39 | // idLabel
|
---|
| 40 | //
|
---|
| 41 | this.idLabel.AutoSize = true;
|
---|
| 42 | this.idLabel.Location = new System.Drawing.Point(3, 11);
|
---|
| 43 | this.idLabel.Name = "idLabel";
|
---|
| 44 | this.idLabel.Size = new System.Drawing.Size(19, 13);
|
---|
| 45 | this.idLabel.TabIndex = 0;
|
---|
| 46 | this.idLabel.Text = "Id:";
|
---|
| 47 | //
|
---|
| 48 | // idTextBox
|
---|
| 49 | //
|
---|
| 50 | this.idTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 51 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 52 | this.idTextBox.Location = new System.Drawing.Point(130, 8);
|
---|
| 53 | this.idTextBox.Name = "idTextBox";
|
---|
| 54 | this.idTextBox.ReadOnly = true;
|
---|
| 55 | this.idTextBox.Size = new System.Drawing.Size(397, 20);
|
---|
| 56 | this.idTextBox.TabIndex = 1;
|
---|
| 57 | //
|
---|
| 58 | // nameLabel
|
---|
| 59 | //
|
---|
| 60 | this.nameLabel.AutoSize = true;
|
---|
| 61 | this.nameLabel.Location = new System.Drawing.Point(3, 37);
|
---|
| 62 | this.nameLabel.Name = "nameLabel";
|
---|
| 63 | this.nameLabel.Size = new System.Drawing.Size(38, 13);
|
---|
| 64 | this.nameLabel.TabIndex = 2;
|
---|
| 65 | this.nameLabel.Text = "Name:";
|
---|
| 66 | //
|
---|
| 67 | // nameTextBox
|
---|
| 68 | //
|
---|
| 69 | this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 70 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 71 | this.nameTextBox.Location = new System.Drawing.Point(130, 34);
|
---|
| 72 | this.nameTextBox.Name = "nameTextBox";
|
---|
| 73 | this.nameTextBox.Size = new System.Drawing.Size(397, 20);
|
---|
| 74 | this.nameTextBox.TabIndex = 3;
|
---|
| 75 | this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
|
---|
| 76 | //
|
---|
| 77 | // descriptionLabel
|
---|
| 78 | //
|
---|
| 79 | this.descriptionLabel.AutoSize = true;
|
---|
| 80 | this.descriptionLabel.Location = new System.Drawing.Point(3, 63);
|
---|
| 81 | this.descriptionLabel.Name = "descriptionLabel";
|
---|
| 82 | this.descriptionLabel.Size = new System.Drawing.Size(63, 13);
|
---|
| 83 | this.descriptionLabel.TabIndex = 4;
|
---|
| 84 | this.descriptionLabel.Text = "Description:";
|
---|
| 85 | //
|
---|
| 86 | // descriptionTextBox
|
---|
| 87 | //
|
---|
| 88 | this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 89 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 90 | this.descriptionTextBox.Location = new System.Drawing.Point(130, 60);
|
---|
| 91 | this.descriptionTextBox.Name = "descriptionTextBox";
|
---|
| 92 | this.descriptionTextBox.Size = new System.Drawing.Size(397, 20);
|
---|
| 93 | this.descriptionTextBox.TabIndex = 5;
|
---|
| 94 | this.descriptionTextBox.TextChanged += new System.EventHandler(this.descriptionTextBox_TextChanged);
|
---|
| 95 | //
|
---|
| 96 | // heartbeatIntervalLabel
|
---|
| 97 | //
|
---|
| 98 | this.heartbeatIntervalLabel.AutoSize = true;
|
---|
| 99 | this.heartbeatIntervalLabel.Location = new System.Drawing.Point(3, 89);
|
---|
| 100 | this.heartbeatIntervalLabel.Name = "heartbeatIntervalLabel";
|
---|
| 101 | this.heartbeatIntervalLabel.Size = new System.Drawing.Size(121, 13);
|
---|
| 102 | this.heartbeatIntervalLabel.TabIndex = 8;
|
---|
| 103 | this.heartbeatIntervalLabel.Text = "Heartbeat Interval [sec]:";
|
---|
| 104 | //
|
---|
| 105 | // heartbeatIntervalNumericUpDown
|
---|
| 106 | //
|
---|
| 107 | this.heartbeatIntervalNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 108 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 109 | this.heartbeatIntervalNumericUpDown.Location = new System.Drawing.Point(130, 86);
|
---|
| 110 | this.heartbeatIntervalNumericUpDown.Name = "heartbeatIntervalNumericUpDown";
|
---|
| 111 | this.heartbeatIntervalNumericUpDown.Size = new System.Drawing.Size(397, 20);
|
---|
| 112 | this.heartbeatIntervalNumericUpDown.TabIndex = 9;
|
---|
[16117] | 113 | this.heartbeatIntervalNumericUpDown.Minimum = 0;
|
---|
| 114 | this.heartbeatIntervalNumericUpDown.Maximum = 120;
|
---|
[15422] | 115 | this.heartbeatIntervalNumericUpDown.ValueChanged += new System.EventHandler(this.heartbeatIntervalNumericUpDown_ValueChanged);
|
---|
| 116 | //
|
---|
| 117 | // publicLabel
|
---|
| 118 | //
|
---|
| 119 | this.publicLabel.AutoSize = true;
|
---|
| 120 | this.publicLabel.Location = new System.Drawing.Point(3, 115);
|
---|
| 121 | this.publicLabel.Name = "publicLabel";
|
---|
| 122 | this.publicLabel.Size = new System.Drawing.Size(39, 13);
|
---|
| 123 | this.publicLabel.TabIndex = 12;
|
---|
| 124 | this.publicLabel.Text = "Public:";
|
---|
| 125 | //
|
---|
| 126 | // publicCheckBox
|
---|
| 127 | //
|
---|
| 128 | this.publicCheckBox.AutoSize = true;
|
---|
| 129 | this.publicCheckBox.Location = new System.Drawing.Point(130, 114);
|
---|
| 130 | this.publicCheckBox.Name = "publicCheckBox";
|
---|
| 131 | this.publicCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
| 132 | this.publicCheckBox.TabIndex = 13;
|
---|
| 133 | this.publicCheckBox.UseVisualStyleBackColor = true;
|
---|
| 134 | this.publicCheckBox.CheckedChanged += new System.EventHandler(this.publicCheckBox_CheckedChanged);
|
---|
| 135 | //
|
---|
| 136 | // SlaveGroupView
|
---|
| 137 | //
|
---|
| 138 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 139 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 140 | this.Controls.Add(this.publicCheckBox);
|
---|
| 141 | this.Controls.Add(this.publicLabel);
|
---|
| 142 | this.Controls.Add(this.heartbeatIntervalNumericUpDown);
|
---|
| 143 | this.Controls.Add(this.heartbeatIntervalLabel);
|
---|
| 144 | this.Controls.Add(this.descriptionTextBox);
|
---|
| 145 | this.Controls.Add(this.descriptionLabel);
|
---|
| 146 | this.Controls.Add(this.nameTextBox);
|
---|
| 147 | this.Controls.Add(this.nameLabel);
|
---|
| 148 | this.Controls.Add(this.idTextBox);
|
---|
| 149 | this.Controls.Add(this.idLabel);
|
---|
| 150 | this.Name = "SlaveGroupView";
|
---|
| 151 | this.Size = new System.Drawing.Size(530, 350);
|
---|
| 152 | ((System.ComponentModel.ISupportInitialize)(this.heartbeatIntervalNumericUpDown)).EndInit();
|
---|
| 153 | this.ResumeLayout(false);
|
---|
| 154 | this.PerformLayout();
|
---|
| 155 |
|
---|
| 156 | }
|
---|
| 157 |
|
---|
| 158 | #endregion
|
---|
| 159 |
|
---|
| 160 | private System.Windows.Forms.Label idLabel;
|
---|
| 161 | private System.Windows.Forms.Label nameLabel;
|
---|
| 162 | private System.Windows.Forms.Label descriptionLabel;
|
---|
| 163 | private System.Windows.Forms.Label heartbeatIntervalLabel;
|
---|
| 164 | private System.Windows.Forms.Label publicLabel;
|
---|
| 165 | protected System.Windows.Forms.TextBox nameTextBox;
|
---|
| 166 | protected System.Windows.Forms.TextBox idTextBox;
|
---|
| 167 | protected System.Windows.Forms.TextBox descriptionTextBox;
|
---|
[16117] | 168 | protected HeuristicLab.Clients.Hive.Views.Extensions.FixedNumericUpDown heartbeatIntervalNumericUpDown;
|
---|
[15422] | 169 | protected System.Windows.Forms.CheckBox publicCheckBox;
|
---|
| 170 | }
|
---|
| 171 | }
|
---|