Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourceView.Designer.cs @ 15559

Last change on this file since 15559 was 15422, checked in by jkarder, 7 years ago

#2839: worked on resources and projects views

File size: 7.8 KB
Line 
1namespace 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();
33      this.heartbeatIntervalNumericUpDown = new System.Windows.Forms.NumericUpDown();
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;
113      this.heartbeatIntervalNumericUpDown.ValueChanged += new System.EventHandler(this.heartbeatIntervalNumericUpDown_ValueChanged);
114      //
115      // publicLabel
116      //
117      this.publicLabel.AutoSize = true;
118      this.publicLabel.Location = new System.Drawing.Point(3, 115);
119      this.publicLabel.Name = "publicLabel";
120      this.publicLabel.Size = new System.Drawing.Size(39, 13);
121      this.publicLabel.TabIndex = 12;
122      this.publicLabel.Text = "Public:";
123      //
124      // publicCheckBox
125      //
126      this.publicCheckBox.AutoSize = true;
127      this.publicCheckBox.Location = new System.Drawing.Point(130, 114);
128      this.publicCheckBox.Name = "publicCheckBox";
129      this.publicCheckBox.Size = new System.Drawing.Size(15, 14);
130      this.publicCheckBox.TabIndex = 13;
131      this.publicCheckBox.UseVisualStyleBackColor = true;
132      this.publicCheckBox.CheckedChanged += new System.EventHandler(this.publicCheckBox_CheckedChanged);
133      //
134      // SlaveGroupView
135      //
136      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
137      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
138      this.Controls.Add(this.publicCheckBox);
139      this.Controls.Add(this.publicLabel);
140      this.Controls.Add(this.heartbeatIntervalNumericUpDown);
141      this.Controls.Add(this.heartbeatIntervalLabel);
142      this.Controls.Add(this.descriptionTextBox);
143      this.Controls.Add(this.descriptionLabel);
144      this.Controls.Add(this.nameTextBox);
145      this.Controls.Add(this.nameLabel);
146      this.Controls.Add(this.idTextBox);
147      this.Controls.Add(this.idLabel);
148      this.Name = "SlaveGroupView";
149      this.Size = new System.Drawing.Size(530, 350);
150      ((System.ComponentModel.ISupportInitialize)(this.heartbeatIntervalNumericUpDown)).EndInit();
151      this.ResumeLayout(false);
152      this.PerformLayout();
153
154    }
155
156    #endregion
157
158    private System.Windows.Forms.Label idLabel;
159    private System.Windows.Forms.Label nameLabel;
160    private System.Windows.Forms.Label descriptionLabel;
161    private System.Windows.Forms.Label heartbeatIntervalLabel;
162    private System.Windows.Forms.Label publicLabel;
163    protected System.Windows.Forms.TextBox nameTextBox;
164    protected System.Windows.Forms.TextBox idTextBox;
165    protected System.Windows.Forms.TextBox descriptionTextBox;
166    protected System.Windows.Forms.NumericUpDown heartbeatIntervalNumericUpDown;
167    protected System.Windows.Forms.CheckBox publicCheckBox;
168  }
169}
Note: See TracBrowser for help on using the repository browser.