!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Tools / Statoscope / Statoscope / StdThresholdZoneHighlighterControl.Designer.cs
blobf953412d161cebb1653d0e5cec914688a19a044d
1 // Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
3 namespace Statoscope
5 partial class StdThresholdZoneHighlighterControl
7 /// <summary>
8 /// Required designer variable.
9 /// </summary>
10 private System.ComponentModel.IContainer components = null;
12 /// <summary>
13 /// Clean up any resources being used.
14 /// </summary>
15 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
16 protected override void Dispose(bool disposing)
18 if (disposing && (components != null))
20 components.Dispose();
22 base.Dispose(disposing);
25 #region Component Designer generated code
27 /// <summary>
28 /// Required method for Designer support - do not modify
29 /// the contents of this method with the code editor.
30 /// </summary>
31 private void InitializeComponent()
33 this.colourGroupBox = new System.Windows.Forms.GroupBox();
34 this.itemColourButton = new System.Windows.Forms.Button();
35 this.colourRandomButton = new System.Windows.Forms.Button();
36 this.trackedPathTextBox = new System.Windows.Forms.TextBox();
37 this.minValueNumericUpDown = new NumericUpDownEx();
38 this.minLabel = new System.Windows.Forms.Label();
39 this.maxLabel = new System.Windows.Forms.Label();
40 this.maxValueNumericUpDown = new NumericUpDownEx();
41 this.rangeGroupBox = new System.Windows.Forms.GroupBox();
42 this.fpsValuesCheckBox = new System.Windows.Forms.CheckBox();
43 this.detailsGroupBox = new System.Windows.Forms.GroupBox();
44 this.nameFromPathCheckBox = new System.Windows.Forms.CheckBox();
45 this.nameTextBox = new System.Windows.Forms.TextBox();
46 this.nameLabel = new System.Windows.Forms.Label();
47 this.typeLabel2 = new System.Windows.Forms.Label();
48 this.typeLabel1 = new System.Windows.Forms.Label();
49 this.trackedPathGroupBox = new System.Windows.Forms.GroupBox();
50 this.itemPathLabel = new System.Windows.Forms.Label();
51 this.itemPathGroupBox = new System.Windows.Forms.GroupBox();
52 this.colourGroupBox.SuspendLayout();
53 ((System.ComponentModel.ISupportInitialize)(this.minValueNumericUpDown)).BeginInit();
54 ((System.ComponentModel.ISupportInitialize)(this.maxValueNumericUpDown)).BeginInit();
55 this.rangeGroupBox.SuspendLayout();
56 this.detailsGroupBox.SuspendLayout();
57 this.trackedPathGroupBox.SuspendLayout();
58 this.itemPathGroupBox.SuspendLayout();
59 this.SuspendLayout();
60 //
61 // colourGroupBox
62 //
63 this.colourGroupBox.Controls.Add(this.itemColourButton);
64 this.colourGroupBox.Controls.Add(this.colourRandomButton);
65 this.colourGroupBox.Location = new System.Drawing.Point(252, 3);
66 this.colourGroupBox.Name = "colourGroupBox";
67 this.colourGroupBox.Size = new System.Drawing.Size(84, 52);
68 this.colourGroupBox.TabIndex = 3;
69 this.colourGroupBox.TabStop = false;
70 this.colourGroupBox.Text = "Colour";
71 //
72 // itemColourButton
73 //
74 this.itemColourButton.BackColor = System.Drawing.Color.White;
75 this.itemColourButton.Location = new System.Drawing.Point(9, 19);
76 this.itemColourButton.Name = "itemColourButton";
77 this.itemColourButton.Size = new System.Drawing.Size(23, 23);
78 this.itemColourButton.TabIndex = 0;
79 this.itemColourButton.UseVisualStyleBackColor = false;
80 this.itemColourButton.Click += new System.EventHandler(this.itemColourButton_Click);
81 //
82 // colourRandomButton
83 //
84 this.colourRandomButton.Location = new System.Drawing.Point(38, 19);
85 this.colourRandomButton.Name = "colourRandomButton";
86 this.colourRandomButton.Size = new System.Drawing.Size(40, 23);
87 this.colourRandomButton.TabIndex = 2;
88 this.colourRandomButton.Text = "Rnd";
89 this.colourRandomButton.UseVisualStyleBackColor = true;
90 this.colourRandomButton.Click += new System.EventHandler(this.itemColourRandomButton_Click);
91 //
92 // trackedPathTextBox
93 //
94 this.trackedPathTextBox.AllowDrop = true;
95 this.trackedPathTextBox.Location = new System.Drawing.Point(6, 19);
96 this.trackedPathTextBox.Name = "trackedPathTextBox";
97 this.trackedPathTextBox.Size = new System.Drawing.Size(321, 20);
98 this.trackedPathTextBox.TabIndex = 4;
99 this.trackedPathTextBox.TextChanged += new System.EventHandler(this.trackedPathTextBox_TextChanged);
100 this.trackedPathTextBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.trackedPathTextBox_DragDrop);
101 this.trackedPathTextBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.trackedPathTextBox_DragEnter);
103 // minValueNumericUpDown
105 this.minValueNumericUpDown.DecimalPlaces = 2;
106 this.minValueNumericUpDown.Location = new System.Drawing.Point(66, 18);
107 this.minValueNumericUpDown.Maximum = new decimal(new int[] {
108 1410065408,
111 0});
112 this.minValueNumericUpDown.Minimum = new decimal(new int[] {
113 1410065408,
116 -2147483648});
117 this.minValueNumericUpDown.Name = "minValueNumericUpDown";
118 this.minValueNumericUpDown.Size = new System.Drawing.Size(90, 20);
119 this.minValueNumericUpDown.TabIndex = 6;
120 this.minValueNumericUpDown.ThousandsSeparator = true;
121 this.minValueNumericUpDown.Value = new decimal(new int[] {
122 10000000,
125 0});
126 this.minValueNumericUpDown.ValueChanged += new System.EventHandler(this.minValueNumericUpDown_ValueChanged);
128 // minLabel
130 this.minLabel.AutoSize = true;
131 this.minLabel.Location = new System.Drawing.Point(6, 20);
132 this.minLabel.Name = "minLabel";
133 this.minLabel.Size = new System.Drawing.Size(54, 13);
134 this.minLabel.TabIndex = 7;
135 this.minLabel.Text = "Min Value";
137 // maxLabel
139 this.maxLabel.AutoSize = true;
140 this.maxLabel.Location = new System.Drawing.Point(6, 46);
141 this.maxLabel.Name = "maxLabel";
142 this.maxLabel.Size = new System.Drawing.Size(57, 13);
143 this.maxLabel.TabIndex = 9;
144 this.maxLabel.Text = "Max Value";
146 // maxValueNumericUpDown
148 this.maxValueNumericUpDown.DecimalPlaces = 2;
149 this.maxValueNumericUpDown.Location = new System.Drawing.Point(66, 44);
150 this.maxValueNumericUpDown.Maximum = new decimal(new int[] {
151 1410065408,
154 0});
155 this.maxValueNumericUpDown.Minimum = new decimal(new int[] {
156 1410065408,
159 -2147483648});
160 this.maxValueNumericUpDown.Name = "maxValueNumericUpDown";
161 this.maxValueNumericUpDown.Size = new System.Drawing.Size(90, 20);
162 this.maxValueNumericUpDown.TabIndex = 8;
163 this.maxValueNumericUpDown.ThousandsSeparator = true;
164 this.maxValueNumericUpDown.ValueChanged += new System.EventHandler(this.maxValueNumericUpDown_ValueChanged);
166 // rangeGroupBox
168 this.rangeGroupBox.Controls.Add(this.fpsValuesCheckBox);
169 this.rangeGroupBox.Controls.Add(this.minLabel);
170 this.rangeGroupBox.Controls.Add(this.maxLabel);
171 this.rangeGroupBox.Controls.Add(this.minValueNumericUpDown);
172 this.rangeGroupBox.Controls.Add(this.maxValueNumericUpDown);
173 this.rangeGroupBox.Location = new System.Drawing.Point(3, 193);
174 this.rangeGroupBox.Name = "rangeGroupBox";
175 this.rangeGroupBox.Size = new System.Drawing.Size(327, 74);
176 this.rangeGroupBox.TabIndex = 10;
177 this.rangeGroupBox.TabStop = false;
178 this.rangeGroupBox.Text = "Range";
180 // fpsValuesCheckBox
182 this.fpsValuesCheckBox.AutoSize = true;
183 this.fpsValuesCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
184 this.fpsValuesCheckBox.Location = new System.Drawing.Point(162, 19);
185 this.fpsValuesCheckBox.Name = "fpsValuesCheckBox";
186 this.fpsValuesCheckBox.Size = new System.Drawing.Size(100, 17);
187 this.fpsValuesCheckBox.TabIndex = 10;
188 this.fpsValuesCheckBox.Text = "Values Are FPS";
189 this.fpsValuesCheckBox.UseVisualStyleBackColor = true;
190 this.fpsValuesCheckBox.CheckedChanged += new System.EventHandler(this.fpsValuesCheckBox_CheckedChanged);
192 // detailsGroupBox
194 this.detailsGroupBox.Controls.Add(this.nameFromPathCheckBox);
195 this.detailsGroupBox.Controls.Add(this.nameTextBox);
196 this.detailsGroupBox.Controls.Add(this.nameLabel);
197 this.detailsGroupBox.Controls.Add(this.typeLabel2);
198 this.detailsGroupBox.Controls.Add(this.typeLabel1);
199 this.detailsGroupBox.Location = new System.Drawing.Point(3, 61);
200 this.detailsGroupBox.Name = "detailsGroupBox";
201 this.detailsGroupBox.Size = new System.Drawing.Size(333, 70);
202 this.detailsGroupBox.TabIndex = 12;
203 this.detailsGroupBox.TabStop = false;
204 this.detailsGroupBox.Text = "Details";
206 // nameFromPathCheckBox
208 this.nameFromPathCheckBox.AutoSize = true;
209 this.nameFromPathCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
210 this.nameFromPathCheckBox.Checked = true;
211 this.nameFromPathCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
212 this.nameFromPathCheckBox.Location = new System.Drawing.Point(253, 40);
213 this.nameFromPathCheckBox.Name = "nameFromPathCheckBox";
214 this.nameFromPathCheckBox.Size = new System.Drawing.Size(74, 17);
215 this.nameFromPathCheckBox.TabIndex = 4;
216 this.nameFromPathCheckBox.Text = "From Path";
217 this.nameFromPathCheckBox.UseVisualStyleBackColor = true;
218 this.nameFromPathCheckBox.CheckedChanged += new System.EventHandler(this.nameFromPathCheckBox_CheckedChanged);
220 // nameTextBox
222 this.nameTextBox.Location = new System.Drawing.Point(47, 38);
223 this.nameTextBox.Name = "nameTextBox";
224 this.nameTextBox.Size = new System.Drawing.Size(200, 20);
225 this.nameTextBox.TabIndex = 3;
226 this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
228 // nameLabel
230 this.nameLabel.AutoSize = true;
231 this.nameLabel.Location = new System.Drawing.Point(6, 41);
232 this.nameLabel.Name = "nameLabel";
233 this.nameLabel.Size = new System.Drawing.Size(35, 13);
234 this.nameLabel.TabIndex = 2;
235 this.nameLabel.Text = "Name";
237 // typeLabel2
239 this.typeLabel2.AutoSize = true;
240 this.typeLabel2.Location = new System.Drawing.Point(44, 18);
241 this.typeLabel2.Name = "typeLabel2";
242 this.typeLabel2.Size = new System.Drawing.Size(100, 13);
243 this.typeLabel2.TabIndex = 1;
244 this.typeLabel2.Text = "Standard Threshold";
246 // typeLabel1
248 this.typeLabel1.AutoSize = true;
249 this.typeLabel1.Location = new System.Drawing.Point(6, 18);
250 this.typeLabel1.Name = "typeLabel1";
251 this.typeLabel1.Size = new System.Drawing.Size(31, 13);
252 this.typeLabel1.TabIndex = 0;
253 this.typeLabel1.Text = "Type";
255 // trackedPathGroupBox
257 this.trackedPathGroupBox.Controls.Add(this.trackedPathTextBox);
258 this.trackedPathGroupBox.Location = new System.Drawing.Point(3, 137);
259 this.trackedPathGroupBox.Name = "trackedPathGroupBox";
260 this.trackedPathGroupBox.Size = new System.Drawing.Size(333, 50);
261 this.trackedPathGroupBox.TabIndex = 13;
262 this.trackedPathGroupBox.TabStop = false;
263 this.trackedPathGroupBox.Text = "Tracked Path";
265 // itemPathLabel
267 this.itemPathLabel.AutoSize = true;
268 this.itemPathLabel.Location = new System.Drawing.Point(9, 24);
269 this.itemPathLabel.Name = "itemPathLabel";
270 this.itemPathLabel.Size = new System.Drawing.Size(57, 13);
271 this.itemPathLabel.TabIndex = 1;
272 this.itemPathLabel.Text = "/blah/blah";
274 // itemPathGroupBox
276 this.itemPathGroupBox.Controls.Add(this.itemPathLabel);
277 this.itemPathGroupBox.Location = new System.Drawing.Point(3, 3);
278 this.itemPathGroupBox.Name = "itemPathGroupBox";
279 this.itemPathGroupBox.Size = new System.Drawing.Size(243, 52);
280 this.itemPathGroupBox.TabIndex = 14;
281 this.itemPathGroupBox.TabStop = false;
282 this.itemPathGroupBox.Text = "Path";
284 // StdThresholdZoneHighlighterControl
286 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
287 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
288 this.Controls.Add(this.detailsGroupBox);
289 this.Controls.Add(this.trackedPathGroupBox);
290 this.Controls.Add(this.itemPathGroupBox);
291 this.Controls.Add(this.colourGroupBox);
292 this.Controls.Add(this.rangeGroupBox);
293 this.Name = "StdThresholdZoneHighlighterControl";
294 this.Size = new System.Drawing.Size(339, 306);
295 this.colourGroupBox.ResumeLayout(false);
296 ((System.ComponentModel.ISupportInitialize)(this.minValueNumericUpDown)).EndInit();
297 ((System.ComponentModel.ISupportInitialize)(this.maxValueNumericUpDown)).EndInit();
298 this.rangeGroupBox.ResumeLayout(false);
299 this.rangeGroupBox.PerformLayout();
300 this.detailsGroupBox.ResumeLayout(false);
301 this.detailsGroupBox.PerformLayout();
302 this.trackedPathGroupBox.ResumeLayout(false);
303 this.trackedPathGroupBox.PerformLayout();
304 this.itemPathGroupBox.ResumeLayout(false);
305 this.itemPathGroupBox.PerformLayout();
306 this.ResumeLayout(false);
310 #endregion
312 private System.Windows.Forms.GroupBox colourGroupBox;
313 private System.Windows.Forms.Button itemColourButton;
314 private System.Windows.Forms.Button colourRandomButton;
315 private System.Windows.Forms.TextBox trackedPathTextBox;
316 private NumericUpDownEx minValueNumericUpDown;
317 private System.Windows.Forms.Label minLabel;
318 private System.Windows.Forms.Label maxLabel;
319 private NumericUpDownEx maxValueNumericUpDown;
320 private System.Windows.Forms.GroupBox rangeGroupBox;
321 private System.Windows.Forms.CheckBox fpsValuesCheckBox;
322 private System.Windows.Forms.GroupBox detailsGroupBox;
323 private System.Windows.Forms.GroupBox trackedPathGroupBox;
324 private System.Windows.Forms.TextBox nameTextBox;
325 private System.Windows.Forms.Label nameLabel;
326 private System.Windows.Forms.Label typeLabel2;
327 private System.Windows.Forms.Label typeLabel1;
328 private System.Windows.Forms.CheckBox nameFromPathCheckBox;
329 private System.Windows.Forms.Label itemPathLabel;
330 private System.Windows.Forms.GroupBox itemPathGroupBox;