Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Benchmarking/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogView.designer.cs @ 7000

Last change on this file since 7000 was 7000, checked in by ascheibe, 12 years ago

#1659 updated branch from trunk

File size: 6.9 KB
Line 
1namespace HeuristicLab.Clients.Hive.Views {
2  partial class StateLogView {
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.stateLabel = new System.Windows.Forms.Label();
27      this.stateTextBox = new System.Windows.Forms.TextBox();
28      this.dateLabel = new System.Windows.Forms.Label();
29      this.dateTextBox = new System.Windows.Forms.TextBox();
30      this.exceptionTextBox = new System.Windows.Forms.TextBox();
31      this.userIdTextBox = new System.Windows.Forms.TextBox();
32      this.slaveIdTextBox = new System.Windows.Forms.TextBox();
33      this.slaveIdLabel = new System.Windows.Forms.Label();
34      this.userIdLabel = new System.Windows.Forms.Label();
35      this.exceptionLabel = new System.Windows.Forms.Label();
36      this.SuspendLayout();
37      //
38      // stateLabel
39      //
40      this.stateLabel.AutoSize = true;
41      this.stateLabel.Location = new System.Drawing.Point(3, 11);
42      this.stateLabel.Name = "stateLabel";
43      this.stateLabel.Size = new System.Drawing.Size(35, 13);
44      this.stateLabel.TabIndex = 0;
45      this.stateLabel.Text = "State:";
46      //
47      // stateTextBox
48      //
49      this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
50                  | System.Windows.Forms.AnchorStyles.Right)));
51      this.stateTextBox.Location = new System.Drawing.Point(72, 4);
52      this.stateTextBox.Name = "stateTextBox";
53      this.stateTextBox.Size = new System.Drawing.Size(451, 20);
54      this.stateTextBox.TabIndex = 1;
55      //
56      // dateLabel
57      //
58      this.dateLabel.AutoSize = true;
59      this.dateLabel.Location = new System.Drawing.Point(3, 33);
60      this.dateLabel.Name = "dateLabel";
61      this.dateLabel.Size = new System.Drawing.Size(33, 13);
62      this.dateLabel.TabIndex = 2;
63      this.dateLabel.Text = "Date:";
64      //
65      // dateTextBox
66      //
67      this.dateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
68                  | System.Windows.Forms.AnchorStyles.Right)));
69      this.dateTextBox.Location = new System.Drawing.Point(72, 30);
70      this.dateTextBox.Name = "dateTextBox";
71      this.dateTextBox.Size = new System.Drawing.Size(451, 20);
72      this.dateTextBox.TabIndex = 3;
73      //
74      // exceptionTextBox
75      //
76      this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
77                  | System.Windows.Forms.AnchorStyles.Right)));
78      this.exceptionTextBox.Location = new System.Drawing.Point(72, 56);
79      this.exceptionTextBox.Name = "exceptionTextBox";
80      this.exceptionTextBox.Size = new System.Drawing.Size(451, 20);
81      this.exceptionTextBox.TabIndex = 4;
82      //
83      // userIdTextBox
84      //
85      this.userIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
86                  | System.Windows.Forms.AnchorStyles.Right)));
87      this.userIdTextBox.Location = new System.Drawing.Point(72, 82);
88      this.userIdTextBox.Name = "userIdTextBox";
89      this.userIdTextBox.Size = new System.Drawing.Size(451, 20);
90      this.userIdTextBox.TabIndex = 5;
91      //
92      // slaveIdTextBox
93      //
94      this.slaveIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
95                  | System.Windows.Forms.AnchorStyles.Right)));
96      this.slaveIdTextBox.Location = new System.Drawing.Point(72, 108);
97      this.slaveIdTextBox.Name = "slaveIdTextBox";
98      this.slaveIdTextBox.Size = new System.Drawing.Size(451, 20);
99      this.slaveIdTextBox.TabIndex = 6;
100      //
101      // slaveIdLabel
102      //
103      this.slaveIdLabel.AutoSize = true;
104      this.slaveIdLabel.Location = new System.Drawing.Point(3, 111);
105      this.slaveIdLabel.Name = "slaveIdLabel";
106      this.slaveIdLabel.Size = new System.Drawing.Size(46, 13);
107      this.slaveIdLabel.TabIndex = 7;
108      this.slaveIdLabel.Text = "SlaveId:";
109      //
110      // userIdLabel
111      //
112      this.userIdLabel.AutoSize = true;
113      this.userIdLabel.Location = new System.Drawing.Point(3, 85);
114      this.userIdLabel.Name = "userIdLabel";
115      this.userIdLabel.Size = new System.Drawing.Size(41, 13);
116      this.userIdLabel.TabIndex = 8;
117      this.userIdLabel.Text = "UserId:";
118      //
119      // exceptionLabel
120      //
121      this.exceptionLabel.AutoSize = true;
122      this.exceptionLabel.Location = new System.Drawing.Point(3, 59);
123      this.exceptionLabel.Name = "exceptionLabel";
124      this.exceptionLabel.Size = new System.Drawing.Size(57, 13);
125      this.exceptionLabel.TabIndex = 9;
126      this.exceptionLabel.Text = "Exception:";
127      //
128      // StateLogView
129      //
130      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
131      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
132      this.Controls.Add(this.exceptionLabel);
133      this.Controls.Add(this.userIdLabel);
134      this.Controls.Add(this.slaveIdLabel);
135      this.Controls.Add(this.slaveIdTextBox);
136      this.Controls.Add(this.userIdTextBox);
137      this.Controls.Add(this.exceptionTextBox);
138      this.Controls.Add(this.dateTextBox);
139      this.Controls.Add(this.dateLabel);
140      this.Controls.Add(this.stateTextBox);
141      this.Controls.Add(this.stateLabel);
142      this.Name = "StateLogView";
143      this.Size = new System.Drawing.Size(523, 192);
144      this.ResumeLayout(false);
145      this.PerformLayout();
146
147    }
148
149    #endregion
150
151    private System.Windows.Forms.Label stateLabel;
152    private System.Windows.Forms.TextBox stateTextBox;
153    private System.Windows.Forms.Label dateLabel;
154    private System.Windows.Forms.TextBox dateTextBox;
155    private System.Windows.Forms.TextBox exceptionTextBox;
156    private System.Windows.Forms.TextBox userIdTextBox;
157    private System.Windows.Forms.TextBox slaveIdTextBox;
158    private System.Windows.Forms.Label slaveIdLabel;
159    private System.Windows.Forms.Label userIdLabel;
160    private System.Windows.Forms.Label exceptionLabel;
161
162  }
163}
Note: See TracBrowser for help on using the repository browser.