!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Tools / LuaRemoteDebugger / LuaRemoteDebugger / ConnectMessageBox.Designer.cs
blob9e20943dce137b26447991ca948a867f50f4c0ce
1 // Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
3 namespace LuaRemoteDebugger
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.textBoxIpAddress = new System.Windows.Forms.TextBox();
34 this.labelIpAddress = new System.Windows.Forms.Label();
35 this.buttonConnect = new System.Windows.Forms.Button();
36 this.buttonCancel = new System.Windows.Forms.Button();
37 this.labelTarget = new System.Windows.Forms.Label();
38 this.comboBoxTarget = new System.Windows.Forms.ComboBox();
39 this.labelPort = new System.Windows.Forms.Label();
40 this.textBoxPort = new System.Windows.Forms.TextBox();
41 this.SuspendLayout();
42 //
43 // textBoxIpAddress
44 //
45 this.textBoxIpAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
46 | System.Windows.Forms.AnchorStyles.Right)));
47 this.textBoxIpAddress.Location = new System.Drawing.Point(79, 42);
48 this.textBoxIpAddress.Name = "textBoxIpAddress";
49 this.textBoxIpAddress.Size = new System.Drawing.Size(120, 20);
50 this.textBoxIpAddress.TabIndex = 3;
51 this.textBoxIpAddress.TextChanged += new System.EventHandler(this.textBoxIpAddress_TextChanged);
52 //
53 // labelIpAddress
54 //
55 this.labelIpAddress.AutoSize = true;
56 this.labelIpAddress.Location = new System.Drawing.Point(12, 45);
57 this.labelIpAddress.Name = "labelIpAddress";
58 this.labelIpAddress.Size = new System.Drawing.Size(61, 13);
59 this.labelIpAddress.TabIndex = 2;
60 this.labelIpAddress.Text = "IP Address:";
61 //
62 // buttonConnect
63 //
64 this.buttonConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
65 this.buttonConnect.DialogResult = System.Windows.Forms.DialogResult.OK;
66 this.buttonConnect.Location = new System.Drawing.Point(143, 89);
67 this.buttonConnect.Name = "buttonConnect";
68 this.buttonConnect.Size = new System.Drawing.Size(75, 23);
69 this.buttonConnect.TabIndex = 4;
70 this.buttonConnect.Text = "Connect";
71 this.buttonConnect.UseVisualStyleBackColor = true;
72 this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
73 //
74 // buttonCancel
75 //
76 this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
77 this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
78 this.buttonCancel.Location = new System.Drawing.Point(224, 89);
79 this.buttonCancel.Name = "buttonCancel";
80 this.buttonCancel.Size = new System.Drawing.Size(75, 23);
81 this.buttonCancel.TabIndex = 5;
82 this.buttonCancel.Text = "Cancel";
83 this.buttonCancel.UseVisualStyleBackColor = true;
84 //
85 // labelTarget
86 //
87 this.labelTarget.AutoSize = true;
88 this.labelTarget.Location = new System.Drawing.Point(12, 12);
89 this.labelTarget.Name = "labelTarget";
90 this.labelTarget.Size = new System.Drawing.Size(41, 13);
91 this.labelTarget.TabIndex = 0;
92 this.labelTarget.Text = "Target:";
93 //
94 // comboBoxTarget
95 //
96 this.comboBoxTarget.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
97 | System.Windows.Forms.AnchorStyles.Right)));
98 this.comboBoxTarget.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
99 this.comboBoxTarget.FormattingEnabled = true;
100 this.comboBoxTarget.Location = new System.Drawing.Point(79, 9);
101 this.comboBoxTarget.Name = "comboBoxTarget";
102 this.comboBoxTarget.Size = new System.Drawing.Size(220, 21);
103 this.comboBoxTarget.TabIndex = 1;
104 this.comboBoxTarget.SelectedIndexChanged += new System.EventHandler(this.comboBoxTarget_SelectedIndexChanged);
106 // labelPort
108 this.labelPort.AutoSize = true;
109 this.labelPort.Location = new System.Drawing.Point(205, 45);
110 this.labelPort.Name = "labelPort";
111 this.labelPort.Size = new System.Drawing.Size(29, 13);
112 this.labelPort.TabIndex = 6;
113 this.labelPort.Text = "Port:";
115 // textBoxPort
117 this.textBoxPort.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
118 | System.Windows.Forms.AnchorStyles.Right)));
119 this.textBoxPort.Location = new System.Drawing.Point(240, 42);
120 this.textBoxPort.Name = "textBoxPort";
121 this.textBoxPort.Size = new System.Drawing.Size(59, 20);
122 this.textBoxPort.TabIndex = 7;
123 this.textBoxPort.TextChanged += new System.EventHandler(this.textBoxPort_TextChanged);
125 // ConnectMessageBox
127 this.AcceptButton = this.buttonConnect;
128 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
129 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
130 this.CancelButton = this.buttonCancel;
131 this.ClientSize = new System.Drawing.Size(311, 124);
132 this.Controls.Add(this.labelPort);
133 this.Controls.Add(this.textBoxPort);
134 this.Controls.Add(this.comboBoxTarget);
135 this.Controls.Add(this.labelTarget);
136 this.Controls.Add(this.buttonCancel);
137 this.Controls.Add(this.buttonConnect);
138 this.Controls.Add(this.labelIpAddress);
139 this.Controls.Add(this.textBoxIpAddress);
140 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
141 this.MaximizeBox = false;
142 this.MinimizeBox = false;
143 this.Name = "ConnectMessageBox";
144 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
145 this.Text = "Connect";
146 this.ResumeLayout(false);
147 this.PerformLayout();
151 #endregion
153 private System.Windows.Forms.TextBox textBoxIpAddress;
154 private System.Windows.Forms.Label labelIpAddress;
155 private System.Windows.Forms.Button buttonConnect;
156 private System.Windows.Forms.Button buttonCancel;
157 private System.Windows.Forms.Label labelTarget;
158 private System.Windows.Forms.ComboBox comboBoxTarget;
159 private System.Windows.Forms.Label labelPort;
160 private System.Windows.Forms.TextBox textBoxPort;