!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Tools / Statoscope / Statoscope / ConnectMessageBox.Designer.cs
blob94af20a75e404813f67a57a1ec0fbaadaa1322b5
1 // Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
3 namespace Statoscope
5 partial class ConnectMessageBox
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.components = new System.ComponentModel.Container();
34 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectMessageBox));
35 this.textBoxIpAddress = new System.Windows.Forms.TextBox();
36 this.labelIpAddress = new System.Windows.Forms.Label();
37 this.buttonConnect = new System.Windows.Forms.Button();
38 this.buttonCancel = new System.Windows.Forms.Button();
39 this.labelTarget = new System.Windows.Forms.Label();
40 this.labelPort = new System.Windows.Forms.Label();
41 this.textBoxPort = new System.Windows.Forms.TextBox();
42 this.logToFileCheckBox = new System.Windows.Forms.CheckBox();
43 this.targetListView = new System.Windows.Forms.ListView();
44 this.targetImageList = new System.Windows.Forms.ImageList(this.components);
45 this.refreshButton = new System.Windows.Forms.Button();
46 this.SuspendLayout();
47 //
48 // textBoxIpAddress
49 //
50 this.textBoxIpAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
51 | System.Windows.Forms.AnchorStyles.Right)));
52 this.textBoxIpAddress.Location = new System.Drawing.Point(70, 148);
53 this.textBoxIpAddress.Name = "textBoxIpAddress";
54 this.textBoxIpAddress.Size = new System.Drawing.Size(96, 20);
55 this.textBoxIpAddress.TabIndex = 3;
56 this.textBoxIpAddress.TextChanged += new System.EventHandler(this.textBoxIpAddress_TextChanged);
57 //
58 // labelIpAddress
59 //
60 this.labelIpAddress.AutoSize = true;
61 this.labelIpAddress.Location = new System.Drawing.Point(6, 151);
62 this.labelIpAddress.Name = "labelIpAddress";
63 this.labelIpAddress.Size = new System.Drawing.Size(58, 13);
64 this.labelIpAddress.TabIndex = 2;
65 this.labelIpAddress.Text = "IP Address";
66 //
67 // buttonConnect
68 //
69 this.buttonConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
70 this.buttonConnect.DialogResult = System.Windows.Forms.DialogResult.OK;
71 this.buttonConnect.Location = new System.Drawing.Point(107, 192);
72 this.buttonConnect.Name = "buttonConnect";
73 this.buttonConnect.Size = new System.Drawing.Size(75, 23);
74 this.buttonConnect.TabIndex = 4;
75 this.buttonConnect.Text = "Connect";
76 this.buttonConnect.UseVisualStyleBackColor = true;
77 this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
78 //
79 // buttonCancel
80 //
81 this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
82 this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
83 this.buttonCancel.Location = new System.Drawing.Point(188, 192);
84 this.buttonCancel.Name = "buttonCancel";
85 this.buttonCancel.Size = new System.Drawing.Size(75, 23);
86 this.buttonCancel.TabIndex = 5;
87 this.buttonCancel.Text = "Cancel";
88 this.buttonCancel.UseVisualStyleBackColor = true;
89 //
90 // labelTarget
91 //
92 this.labelTarget.AutoSize = true;
93 this.labelTarget.Location = new System.Drawing.Point(4, 17);
94 this.labelTarget.Name = "labelTarget";
95 this.labelTarget.Size = new System.Drawing.Size(43, 13);
96 this.labelTarget.TabIndex = 0;
97 this.labelTarget.Text = "Targets";
98 //
99 // labelPort
101 this.labelPort.AutoSize = true;
102 this.labelPort.Location = new System.Drawing.Point(174, 151);
103 this.labelPort.Name = "labelPort";
104 this.labelPort.Size = new System.Drawing.Size(26, 13);
105 this.labelPort.TabIndex = 6;
106 this.labelPort.Text = "Port";
108 // textBoxPort
110 this.textBoxPort.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
111 | System.Windows.Forms.AnchorStyles.Right)));
112 this.textBoxPort.Location = new System.Drawing.Point(206, 148);
113 this.textBoxPort.Name = "textBoxPort";
114 this.textBoxPort.Size = new System.Drawing.Size(57, 20);
115 this.textBoxPort.TabIndex = 7;
116 this.textBoxPort.TextChanged += new System.EventHandler(this.textBoxPort_TextChanged);
118 // logToFileCheckBox
120 this.logToFileCheckBox.AutoSize = true;
121 this.logToFileCheckBox.Location = new System.Drawing.Point(7, 174);
122 this.logToFileCheckBox.Name = "logToFileCheckBox";
123 this.logToFileCheckBox.Size = new System.Drawing.Size(72, 17);
124 this.logToFileCheckBox.TabIndex = 8;
125 this.logToFileCheckBox.Text = "Log to file";
126 this.logToFileCheckBox.UseVisualStyleBackColor = true;
128 // targetListView
130 this.targetListView.HideSelection = false;
131 this.targetListView.LargeImageList = this.targetImageList;
132 this.targetListView.Location = new System.Drawing.Point(7, 36);
133 this.targetListView.MultiSelect = false;
134 this.targetListView.Name = "targetListView";
135 this.targetListView.Size = new System.Drawing.Size(258, 106);
136 this.targetListView.SmallImageList = this.targetImageList;
137 this.targetListView.TabIndex = 9;
138 this.targetListView.UseCompatibleStateImageBehavior = false;
139 this.targetListView.ItemActivate += new System.EventHandler(this.targetListView_ItemActivate);
140 this.targetListView.SelectedIndexChanged += new System.EventHandler(this.targetListView_SelectedIndexChanged);
142 // targetImageList
144 this.targetImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("targetImageList.ImageStream")));
145 this.targetImageList.TransparentColor = System.Drawing.Color.Transparent;
146 this.targetImageList.Images.SetKeyName(0, "PC");
147 this.targetImageList.Images.SetKeyName(1, "X360");
148 this.targetImageList.Images.SetKeyName(2, "PS3");
149 this.targetImageList.Images.SetKeyName(3, "Durango");
150 this.targetImageList.Images.SetKeyName(4, "Orbis");
152 // refreshButton
154 this.refreshButton.Location = new System.Drawing.Point(190, 7);
155 this.refreshButton.Name = "refreshButton";
156 this.refreshButton.Size = new System.Drawing.Size(75, 23);
157 this.refreshButton.TabIndex = 10;
158 this.refreshButton.Text = "Refresh";
159 this.refreshButton.UseVisualStyleBackColor = true;
160 this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
162 // ConnectMessageBox
164 this.AcceptButton = this.buttonConnect;
165 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
166 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
167 this.CancelButton = this.buttonCancel;
168 this.ClientSize = new System.Drawing.Size(272, 227);
169 this.Controls.Add(this.refreshButton);
170 this.Controls.Add(this.targetListView);
171 this.Controls.Add(this.logToFileCheckBox);
172 this.Controls.Add(this.labelPort);
173 this.Controls.Add(this.textBoxPort);
174 this.Controls.Add(this.labelTarget);
175 this.Controls.Add(this.buttonCancel);
176 this.Controls.Add(this.buttonConnect);
177 this.Controls.Add(this.labelIpAddress);
178 this.Controls.Add(this.textBoxIpAddress);
179 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
180 this.MaximizeBox = false;
181 this.MinimizeBox = false;
182 this.Name = "ConnectMessageBox";
183 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
184 this.Text = "Connect";
185 this.ResumeLayout(false);
186 this.PerformLayout();
190 #endregion
192 private System.Windows.Forms.TextBox textBoxIpAddress;
193 private System.Windows.Forms.Label labelIpAddress;
194 private System.Windows.Forms.Button buttonConnect;
195 private System.Windows.Forms.Button buttonCancel;
196 private System.Windows.Forms.Label labelTarget;
197 private System.Windows.Forms.Label labelPort;
198 private System.Windows.Forms.TextBox textBoxPort;
199 public System.Windows.Forms.CheckBox logToFileCheckBox;
200 public System.Windows.Forms.ListView targetListView;
201 private System.Windows.Forms.ImageList targetImageList;
202 private System.Windows.Forms.Button refreshButton;