Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Grid/3.2/ClientForm.designer.cs @ 2602

Last change on this file since 2602 was 2518, checked in by epitzer, 15 years ago

Use DataGrid to monitor several grid client instances inside a single grid application. (#805)

File size: 10.6 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Grid {
23  partial class ClientForm {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      this.label1 = new System.Windows.Forms.Label();
49      this.stopButton = new System.Windows.Forms.Button();
50      this.startButton = new System.Windows.Forms.Button();
51      this.addressTextBox = new System.Windows.Forms.TextBox();
52      this.timer = new System.Windows.Forms.Timer(this.components);
53      this.nClientsControl = new System.Windows.Forms.NumericUpDown();
54      this.clientGrid = new System.Windows.Forms.DataGridView();
55      this.clientControllerBindingSource = new System.Windows.Forms.BindingSource(this.components);
56      this.clientDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
57      this.statusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
58      this.messageDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
59      this.runningDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
60      ((System.ComponentModel.ISupportInitialize)(this.nClientsControl)).BeginInit();
61      ((System.ComponentModel.ISupportInitialize)(this.clientGrid)).BeginInit();
62      ((System.ComponentModel.ISupportInitialize)(this.clientControllerBindingSource)).BeginInit();
63      this.SuspendLayout();
64      //
65      // label1
66      //
67      this.label1.AutoSize = true;
68      this.label1.Location = new System.Drawing.Point(9, 9);
69      this.label1.Name = "label1";
70      this.label1.Size = new System.Drawing.Size(81, 13);
71      this.label1.TabIndex = 7;
72      this.label1.Text = "&Server address:";
73      //
74      // stopButton
75      //
76      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
77      this.stopButton.Enabled = false;
78      this.stopButton.Location = new System.Drawing.Point(93, 142);
79      this.stopButton.Name = "stopButton";
80      this.stopButton.Size = new System.Drawing.Size(75, 23);
81      this.stopButton.TabIndex = 6;
82      this.stopButton.Text = "St&op All";
83      this.stopButton.UseVisualStyleBackColor = true;
84      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
85      //
86      // startButton
87      //
88      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
89      this.startButton.Location = new System.Drawing.Point(12, 142);
90      this.startButton.Name = "startButton";
91      this.startButton.Size = new System.Drawing.Size(75, 23);
92      this.startButton.TabIndex = 5;
93      this.startButton.Text = "St&art All";
94      this.startButton.UseVisualStyleBackColor = true;
95      this.startButton.Click += new System.EventHandler(this.startButton_Click);
96      //
97      // addressTextBox
98      //
99      this.addressTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
100                  | System.Windows.Forms.AnchorStyles.Right)));
101      this.addressTextBox.Location = new System.Drawing.Point(96, 6);
102      this.addressTextBox.Name = "addressTextBox";
103      this.addressTextBox.Size = new System.Drawing.Size(263, 20);
104      this.addressTextBox.TabIndex = 4;
105      //
106      // timer
107      //
108      this.timer.Enabled = true;
109      this.timer.Interval = 1000;
110      this.timer.Tick += new System.EventHandler(this.timer_Tick);
111      //
112      // nClientsControl
113      //
114      this.nClientsControl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
115      this.nClientsControl.Location = new System.Drawing.Point(365, 6);
116      this.nClientsControl.Name = "nClientsControl";
117      this.nClientsControl.Size = new System.Drawing.Size(48, 20);
118      this.nClientsControl.TabIndex = 11;
119      this.nClientsControl.ValueChanged += new System.EventHandler(this.nClientsControl_ValueChanged);
120      //
121      // clientGrid
122      //
123      this.clientGrid.AllowUserToAddRows = false;
124      this.clientGrid.AllowUserToDeleteRows = false;
125      this.clientGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
126                  | System.Windows.Forms.AnchorStyles.Left)
127                  | System.Windows.Forms.AnchorStyles.Right)));
128      this.clientGrid.AutoGenerateColumns = false;
129      this.clientGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
130      this.clientGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
131            this.clientDataGridViewTextBoxColumn,
132            this.statusDataGridViewTextBoxColumn,
133            this.messageDataGridViewTextBoxColumn,
134            this.runningDataGridViewCheckBoxColumn});
135      this.clientGrid.DataSource = this.clientControllerBindingSource;
136      this.clientGrid.Location = new System.Drawing.Point(12, 32);
137      this.clientGrid.Name = "clientGrid";
138      this.clientGrid.RowHeadersVisible = false;
139      this.clientGrid.Size = new System.Drawing.Size(401, 104);
140      this.clientGrid.TabIndex = 12;
141      //
142      // clientControllerBindingSource
143      //
144      this.clientControllerBindingSource.DataSource = typeof(HeuristicLab.Grid.ClientController);
145      //
146      // clientDataGridViewTextBoxColumn
147      //
148      this.clientDataGridViewTextBoxColumn.DataPropertyName = "Client";
149      this.clientDataGridViewTextBoxColumn.HeaderText = "Client";
150      this.clientDataGridViewTextBoxColumn.Name = "clientDataGridViewTextBoxColumn";
151      this.clientDataGridViewTextBoxColumn.ReadOnly = true;
152      this.clientDataGridViewTextBoxColumn.Visible = false;
153      //
154      // statusDataGridViewTextBoxColumn
155      //
156      this.statusDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
157      this.statusDataGridViewTextBoxColumn.DataPropertyName = "Status";
158      this.statusDataGridViewTextBoxColumn.HeaderText = "Status";
159      this.statusDataGridViewTextBoxColumn.Name = "statusDataGridViewTextBoxColumn";
160      this.statusDataGridViewTextBoxColumn.ReadOnly = true;
161      //
162      // messageDataGridViewTextBoxColumn
163      //
164      this.messageDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
165      this.messageDataGridViewTextBoxColumn.DataPropertyName = "Message";
166      this.messageDataGridViewTextBoxColumn.HeaderText = "Message";
167      this.messageDataGridViewTextBoxColumn.Name = "messageDataGridViewTextBoxColumn";
168      this.messageDataGridViewTextBoxColumn.ReadOnly = true;
169      //
170      // runningDataGridViewCheckBoxColumn
171      //
172      this.runningDataGridViewCheckBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
173      this.runningDataGridViewCheckBoxColumn.DataPropertyName = "Running";
174      this.runningDataGridViewCheckBoxColumn.HeaderText = "Running";
175      this.runningDataGridViewCheckBoxColumn.Name = "runningDataGridViewCheckBoxColumn";
176      this.runningDataGridViewCheckBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
177      //
178      // ClientForm
179      //
180      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
181      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
182      this.ClientSize = new System.Drawing.Size(425, 177);
183      this.Controls.Add(this.clientGrid);
184      this.Controls.Add(this.nClientsControl);
185      this.Controls.Add(this.label1);
186      this.Controls.Add(this.stopButton);
187      this.Controls.Add(this.startButton);
188      this.Controls.Add(this.addressTextBox);
189      this.Name = "ClientForm";
190      this.Text = "Grid Client";
191      ((System.ComponentModel.ISupportInitialize)(this.nClientsControl)).EndInit();
192      ((System.ComponentModel.ISupportInitialize)(this.clientGrid)).EndInit();
193      ((System.ComponentModel.ISupportInitialize)(this.clientControllerBindingSource)).EndInit();
194      this.ResumeLayout(false);
195      this.PerformLayout();
196
197    }
198
199    #endregion
200
201    private System.Windows.Forms.Label label1;
202    private System.Windows.Forms.Button stopButton;
203    private System.Windows.Forms.Button startButton;
204    private System.Windows.Forms.TextBox addressTextBox;
205    private System.Windows.Forms.Timer timer;
206    private System.Windows.Forms.NumericUpDown nClientsControl;
207    private System.Windows.Forms.DataGridView clientGrid;
208    private System.Windows.Forms.BindingSource clientControllerBindingSource;
209    private System.Windows.Forms.DataGridViewTextBoxColumn clientDataGridViewTextBoxColumn;
210    private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;
211    private System.Windows.Forms.DataGridViewTextBoxColumn messageDataGridViewTextBoxColumn;
212    private System.Windows.Forms.DataGridViewCheckBoxColumn runningDataGridViewCheckBoxColumn;
213  }
214}
Note: See TracBrowser for help on using the repository browser.