!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Tools / Statoscope / Statoscope / ConnectionErrorDialog.Designer.cs
blob4816fa20ae11b22628f6c2eae30ffc6cb49e8604
1 // Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
3 namespace Statoscope
5 partial class ConnectionErrorDialog
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.errorLabel = new System.Windows.Forms.Label();
34 this.okButton = new System.Windows.Forms.Button();
35 this.label1 = new System.Windows.Forms.Label();
36 this.SuspendLayout();
37 //
38 // errorLabel
39 //
40 this.errorLabel.AutoSize = true;
41 this.errorLabel.Location = new System.Drawing.Point(12, 9);
42 this.errorLabel.Name = "errorLabel";
43 this.errorLabel.Size = new System.Drawing.Size(106, 13);
44 this.errorLabel.TabIndex = 0;
45 this.errorLabel.Text = "Error connecting to: ";
46 //
47 // okButton
48 //
49 this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
50 this.okButton.Location = new System.Drawing.Point(97, 27);
51 this.okButton.Name = "okButton";
52 this.okButton.Size = new System.Drawing.Size(75, 23);
53 this.okButton.TabIndex = 1;
54 this.okButton.Text = "OK";
55 this.okButton.UseVisualStyleBackColor = true;
56 this.okButton.Click += new System.EventHandler(this.okButton_Click);
57 //
58 // label1
59 //
60 this.label1.AutoSize = true;
61 this.label1.Location = new System.Drawing.Point(12, 57);
62 this.label1.Name = "label1";
63 this.label1.Size = new System.Drawing.Size(249, 52);
64 this.label1.TabIndex = 2;
65 this.label1.Text = "Please make sure e_StatoscopeLogDestination = 1\r\nand that there isn\'t an existing" +
66 " connection.\r\n\r\nAlso that e_StatoscopeDataGroups is not 0.";
67 //
68 // ConnectionErrorDialog
69 //
70 this.AcceptButton = this.okButton;
71 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
72 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
73 this.CancelButton = this.okButton;
74 this.ClientSize = new System.Drawing.Size(278, 119);
75 this.Controls.Add(this.label1);
76 this.Controls.Add(this.okButton);
77 this.Controls.Add(this.errorLabel);
78 this.MaximizeBox = false;
79 this.MinimizeBox = false;
80 this.Name = "ConnectionErrorDialog";
81 this.Text = "Connection Error";
82 this.ResumeLayout(false);
83 this.PerformLayout();
87 #endregion
89 private System.Windows.Forms.Button okButton;
90 public System.Windows.Forms.Label errorLabel;
91 private System.Windows.Forms.Label label1;