!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Tools / Statoscope / Statoscope / ConfluenceUploadForm.Designer.cs
blob9e57b6ab51479670e1dec8822b86146158eb84bf
1 // Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
3 namespace Statoscope
5 partial class ConfluenceUploadForm
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 Windows Form 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.UploadButton = new System.Windows.Forms.Button();
34 this.UploadCancelButton = new System.Windows.Forms.Button();
35 this.SpaceComboBox = new System.Windows.Forms.ComboBox();
36 this.RootPageComboBox = new System.Windows.Forms.ComboBox();
37 this.SpaceLabel = new System.Windows.Forms.Label();
38 this.RootPageLabel = new System.Windows.Forms.Label();
39 this.PlatformLabel = new System.Windows.Forms.Label();
40 this.PlatformComboBox = new System.Windows.Forms.ComboBox();
41 this.BuildLabel = new System.Windows.Forms.Label();
42 this.BuildComboBox = new System.Windows.Forms.ComboBox();
43 this.LevelsLabel = new System.Windows.Forms.Label();
44 this.LevelsCheckedListBox = new System.Windows.Forms.CheckedListBox();
45 this.IncludeOverallCheckBox = new System.Windows.Forms.CheckBox();
46 this.AppendRadioButton = new System.Windows.Forms.RadioButton();
47 this.ReplaceRadioButton = new System.Windows.Forms.RadioButton();
48 this.SpaceExistsLabel = new System.Windows.Forms.Label();
49 this.RootPageExistsLabel = new System.Windows.Forms.Label();
50 this.PlatformPageExistsLabel = new System.Windows.Forms.Label();
51 this.BuildPageExistsLabel = new System.Windows.Forms.Label();
52 this.InfoLabel = new System.Windows.Forms.Label();
53 this.BuildInfoTextBox = new System.Windows.Forms.TextBox();
54 this.BuildInfoLabel = new System.Windows.Forms.Label();
55 this.SuspendLayout();
56 //
57 // UploadButton
58 //
59 this.UploadButton.Location = new System.Drawing.Point(244, 385);
60 this.UploadButton.Name = "UploadButton";
61 this.UploadButton.Size = new System.Drawing.Size(75, 23);
62 this.UploadButton.TabIndex = 0;
63 this.UploadButton.Text = "Upload";
64 this.UploadButton.UseVisualStyleBackColor = true;
65 this.UploadButton.Click += new System.EventHandler(this.UploadButton_Click);
66 //
67 // UploadCancelButton
68 //
69 this.UploadCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
70 this.UploadCancelButton.Location = new System.Drawing.Point(325, 385);
71 this.UploadCancelButton.Name = "UploadCancelButton";
72 this.UploadCancelButton.Size = new System.Drawing.Size(75, 23);
73 this.UploadCancelButton.TabIndex = 1;
74 this.UploadCancelButton.Text = "Cancel";
75 this.UploadCancelButton.UseVisualStyleBackColor = true;
76 //
77 // SpaceComboBox
78 //
79 this.SpaceComboBox.FormattingEnabled = true;
80 this.SpaceComboBox.Location = new System.Drawing.Point(92, 36);
81 this.SpaceComboBox.Name = "SpaceComboBox";
82 this.SpaceComboBox.Size = new System.Drawing.Size(200, 21);
83 this.SpaceComboBox.TabIndex = 2;
84 //
85 // RootPageComboBox
86 //
87 this.RootPageComboBox.FormattingEnabled = true;
88 this.RootPageComboBox.Location = new System.Drawing.Point(92, 63);
89 this.RootPageComboBox.Name = "RootPageComboBox";
90 this.RootPageComboBox.Size = new System.Drawing.Size(201, 21);
91 this.RootPageComboBox.TabIndex = 3;
92 //
93 // SpaceLabel
94 //
95 this.SpaceLabel.AutoSize = true;
96 this.SpaceLabel.Location = new System.Drawing.Point(12, 39);
97 this.SpaceLabel.Name = "SpaceLabel";
98 this.SpaceLabel.Size = new System.Drawing.Size(38, 13);
99 this.SpaceLabel.TabIndex = 4;
100 this.SpaceLabel.Text = "Space";
102 // RootPageLabel
104 this.RootPageLabel.AutoSize = true;
105 this.RootPageLabel.Location = new System.Drawing.Point(12, 66);
106 this.RootPageLabel.Name = "RootPageLabel";
107 this.RootPageLabel.Size = new System.Drawing.Size(58, 13);
108 this.RootPageLabel.TabIndex = 5;
109 this.RootPageLabel.Text = "Root Page";
111 // PlatformLabel
113 this.PlatformLabel.AutoSize = true;
114 this.PlatformLabel.Location = new System.Drawing.Point(12, 93);
115 this.PlatformLabel.Name = "PlatformLabel";
116 this.PlatformLabel.Size = new System.Drawing.Size(73, 13);
117 this.PlatformLabel.TabIndex = 6;
118 this.PlatformLabel.Text = "Platform Page";
120 // PlatformComboBox
122 this.PlatformComboBox.FormattingEnabled = true;
123 this.PlatformComboBox.Location = new System.Drawing.Point(92, 90);
124 this.PlatformComboBox.Name = "PlatformComboBox";
125 this.PlatformComboBox.Size = new System.Drawing.Size(201, 21);
126 this.PlatformComboBox.TabIndex = 7;
128 // BuildLabel
130 this.BuildLabel.AutoSize = true;
131 this.BuildLabel.Location = new System.Drawing.Point(12, 120);
132 this.BuildLabel.Name = "BuildLabel";
133 this.BuildLabel.Size = new System.Drawing.Size(58, 13);
134 this.BuildLabel.TabIndex = 8;
135 this.BuildLabel.Text = "Build Page";
137 // BuildComboBox
139 this.BuildComboBox.FormattingEnabled = true;
140 this.BuildComboBox.Location = new System.Drawing.Point(91, 117);
141 this.BuildComboBox.Name = "BuildComboBox";
142 this.BuildComboBox.Size = new System.Drawing.Size(201, 21);
143 this.BuildComboBox.TabIndex = 9;
145 // LevelsLabel
147 this.LevelsLabel.AutoSize = true;
148 this.LevelsLabel.Location = new System.Drawing.Point(12, 165);
149 this.LevelsLabel.Name = "LevelsLabel";
150 this.LevelsLabel.Size = new System.Drawing.Size(38, 13);
151 this.LevelsLabel.TabIndex = 10;
152 this.LevelsLabel.Text = "Levels";
154 // LevelsCheckedListBox
156 this.LevelsCheckedListBox.CheckOnClick = true;
157 this.LevelsCheckedListBox.FormattingEnabled = true;
158 this.LevelsCheckedListBox.Location = new System.Drawing.Point(92, 167);
159 this.LevelsCheckedListBox.Name = "LevelsCheckedListBox";
160 this.LevelsCheckedListBox.Size = new System.Drawing.Size(201, 124);
161 this.LevelsCheckedListBox.TabIndex = 11;
163 // IncludeOverallCheckBox
165 this.IncludeOverallCheckBox.AutoSize = true;
166 this.IncludeOverallCheckBox.Checked = true;
167 this.IncludeOverallCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
168 this.IncludeOverallCheckBox.Location = new System.Drawing.Point(92, 297);
169 this.IncludeOverallCheckBox.Name = "IncludeOverallCheckBox";
170 this.IncludeOverallCheckBox.Size = new System.Drawing.Size(97, 17);
171 this.IncludeOverallCheckBox.TabIndex = 12;
172 this.IncludeOverallCheckBox.Text = "Include Overall";
173 this.IncludeOverallCheckBox.UseVisualStyleBackColor = true;
175 // AppendRadioButton
177 this.AppendRadioButton.AutoSize = true;
178 this.AppendRadioButton.Checked = true;
179 this.AppendRadioButton.Location = new System.Drawing.Point(92, 144);
180 this.AppendRadioButton.Name = "AppendRadioButton";
181 this.AppendRadioButton.Size = new System.Drawing.Size(62, 17);
182 this.AppendRadioButton.TabIndex = 14;
183 this.AppendRadioButton.TabStop = true;
184 this.AppendRadioButton.Text = "Append";
185 this.AppendRadioButton.UseVisualStyleBackColor = true;
187 // ReplaceRadioButton
189 this.ReplaceRadioButton.AutoSize = true;
190 this.ReplaceRadioButton.Location = new System.Drawing.Point(160, 144);
191 this.ReplaceRadioButton.Name = "ReplaceRadioButton";
192 this.ReplaceRadioButton.Size = new System.Drawing.Size(65, 17);
193 this.ReplaceRadioButton.TabIndex = 15;
194 this.ReplaceRadioButton.Text = "Replace";
195 this.ReplaceRadioButton.UseVisualStyleBackColor = true;
197 // SpaceExistsLabel
199 this.SpaceExistsLabel.AutoSize = true;
200 this.SpaceExistsLabel.Location = new System.Drawing.Point(298, 39);
201 this.SpaceExistsLabel.Name = "SpaceExistsLabel";
202 this.SpaceExistsLabel.Size = new System.Drawing.Size(29, 13);
203 this.SpaceExistsLabel.TabIndex = 16;
204 this.SpaceExistsLabel.Text = "New";
206 // RootPageExistsLabel
208 this.RootPageExistsLabel.AutoSize = true;
209 this.RootPageExistsLabel.Location = new System.Drawing.Point(298, 66);
210 this.RootPageExistsLabel.Name = "RootPageExistsLabel";
211 this.RootPageExistsLabel.Size = new System.Drawing.Size(34, 13);
212 this.RootPageExistsLabel.TabIndex = 17;
213 this.RootPageExistsLabel.Text = "Exists";
215 // PlatformPageExistsLabel
217 this.PlatformPageExistsLabel.AutoSize = true;
218 this.PlatformPageExistsLabel.Location = new System.Drawing.Point(298, 93);
219 this.PlatformPageExistsLabel.Name = "PlatformPageExistsLabel";
220 this.PlatformPageExistsLabel.Size = new System.Drawing.Size(84, 13);
221 this.PlatformPageExistsLabel.TabIndex = 18;
222 this.PlatformPageExistsLabel.Text = "Root not parent!";
224 // BuildPageExistsLabel
226 this.BuildPageExistsLabel.AutoSize = true;
227 this.BuildPageExistsLabel.Location = new System.Drawing.Point(298, 120);
228 this.BuildPageExistsLabel.Name = "BuildPageExistsLabel";
229 this.BuildPageExistsLabel.Size = new System.Drawing.Size(99, 13);
230 this.BuildPageExistsLabel.TabIndex = 19;
231 this.BuildPageExistsLabel.Text = "Platform not parent!";
233 // InfoLabel
235 this.InfoLabel.AutoSize = true;
236 this.InfoLabel.Location = new System.Drawing.Point(5, 9);
237 this.InfoLabel.Name = "InfoLabel";
238 this.InfoLabel.Size = new System.Drawing.Size(403, 13);
239 this.InfoLabel.TabIndex = 20;
240 this.InfoLabel.Text = "The first entries for Platform and Build Pages are suggestions based on the log n" +
241 "ame";
243 // BuildInfoTextBox
245 this.BuildInfoTextBox.AcceptsReturn = true;
246 this.BuildInfoTextBox.AcceptsTab = true;
247 this.BuildInfoTextBox.Location = new System.Drawing.Point(92, 320);
248 this.BuildInfoTextBox.Multiline = true;
249 this.BuildInfoTextBox.Name = "BuildInfoTextBox";
250 this.BuildInfoTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
251 this.BuildInfoTextBox.Size = new System.Drawing.Size(201, 59);
252 this.BuildInfoTextBox.TabIndex = 21;
254 // BuildInfoLabel
256 this.BuildInfoLabel.AutoSize = true;
257 this.BuildInfoLabel.Location = new System.Drawing.Point(12, 323);
258 this.BuildInfoLabel.Name = "BuildInfoLabel";
259 this.BuildInfoLabel.Size = new System.Drawing.Size(51, 13);
260 this.BuildInfoLabel.TabIndex = 22;
261 this.BuildInfoLabel.Text = "Build Info";
263 // ConfluenceUploadForm
265 this.AcceptButton = this.UploadButton;
266 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
267 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
268 this.CancelButton = this.UploadCancelButton;
269 this.ClientSize = new System.Drawing.Size(412, 420);
270 this.ControlBox = false;
271 this.Controls.Add(this.BuildInfoLabel);
272 this.Controls.Add(this.BuildInfoTextBox);
273 this.Controls.Add(this.InfoLabel);
274 this.Controls.Add(this.BuildPageExistsLabel);
275 this.Controls.Add(this.PlatformPageExistsLabel);
276 this.Controls.Add(this.RootPageExistsLabel);
277 this.Controls.Add(this.SpaceExistsLabel);
278 this.Controls.Add(this.ReplaceRadioButton);
279 this.Controls.Add(this.AppendRadioButton);
280 this.Controls.Add(this.IncludeOverallCheckBox);
281 this.Controls.Add(this.LevelsCheckedListBox);
282 this.Controls.Add(this.LevelsLabel);
283 this.Controls.Add(this.BuildComboBox);
284 this.Controls.Add(this.BuildLabel);
285 this.Controls.Add(this.PlatformComboBox);
286 this.Controls.Add(this.PlatformLabel);
287 this.Controls.Add(this.RootPageLabel);
288 this.Controls.Add(this.SpaceLabel);
289 this.Controls.Add(this.RootPageComboBox);
290 this.Controls.Add(this.SpaceComboBox);
291 this.Controls.Add(this.UploadCancelButton);
292 this.Controls.Add(this.UploadButton);
293 this.MaximizeBox = false;
294 this.MinimizeBox = false;
295 this.Name = "ConfluenceUploadForm";
296 this.Text = "Confluence Upload";
297 this.ResumeLayout(false);
298 this.PerformLayout();
302 #endregion
304 private System.Windows.Forms.Button UploadButton;
305 private System.Windows.Forms.Button UploadCancelButton;
306 private System.Windows.Forms.ComboBox SpaceComboBox;
307 private System.Windows.Forms.ComboBox RootPageComboBox;
308 private System.Windows.Forms.Label SpaceLabel;
309 private System.Windows.Forms.Label RootPageLabel;
310 private System.Windows.Forms.Label PlatformLabel;
311 private System.Windows.Forms.ComboBox PlatformComboBox;
312 private System.Windows.Forms.Label BuildLabel;
313 private System.Windows.Forms.ComboBox BuildComboBox;
314 private System.Windows.Forms.Label LevelsLabel;
315 private System.Windows.Forms.CheckedListBox LevelsCheckedListBox;
316 private System.Windows.Forms.CheckBox IncludeOverallCheckBox;
317 private System.Windows.Forms.RadioButton AppendRadioButton;
318 private System.Windows.Forms.RadioButton ReplaceRadioButton;
319 private System.Windows.Forms.Label SpaceExistsLabel;
320 private System.Windows.Forms.Label RootPageExistsLabel;
321 private System.Windows.Forms.Label PlatformPageExistsLabel;
322 private System.Windows.Forms.Label BuildPageExistsLabel;
323 private System.Windows.Forms.Label InfoLabel;
324 private System.Windows.Forms.TextBox BuildInfoTextBox;
325 private System.Windows.Forms.Label BuildInfoLabel;