!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Tools / LuaRemoteDebugger / LuaRemoteDebugger / LuaSourceEditor.Designer.cs
blob1cfc919f267e45631bb1358deef731249508ec2e
1 // Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
3 namespace LuaRemoteDebugger
5 partial class LuaSourceEditor
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.components = new System.ComponentModel.Container();
34 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LuaSourceEditor));
35 this.richTextBox = new System.Windows.Forms.RichTextBox();
36 this.imageList = new System.Windows.Forms.ImageList(this.components);
37 this.SuspendLayout();
38 //
39 // richTextBox
40 //
41 this.richTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
42 | System.Windows.Forms.AnchorStyles.Left)
43 | System.Windows.Forms.AnchorStyles.Right)));
44 this.richTextBox.BackColor = System.Drawing.Color.White;
45 this.richTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
46 this.richTextBox.EnableAutoDragDrop = true;
47 this.richTextBox.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
48 this.richTextBox.HideSelection = false;
49 this.richTextBox.Location = new System.Drawing.Point(56, 3);
50 this.richTextBox.Name = "richTextBox";
51 this.richTextBox.ReadOnly = true;
52 this.richTextBox.Size = new System.Drawing.Size(570, 481);
53 this.richTextBox.TabIndex = 0;
54 this.richTextBox.Text = "";
55 this.richTextBox.WordWrap = false;
56 this.richTextBox.VScroll += new System.EventHandler(this.richTextBox_VScroll);
57 this.richTextBox.HScroll += new System.EventHandler(this.richTextBox_HScroll);
58 this.richTextBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.richTextBox_MouseMove);
59 this.richTextBox.MouseLeave += new System.EventHandler(this.richTextBox_MouseLeave);
60 //
61 // imageList
62 //
63 this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
64 this.imageList.TransparentColor = System.Drawing.Color.Transparent;
65 this.imageList.Images.SetKeyName(0, "breakpoint.png");
66 this.imageList.Images.SetKeyName(1, "disabled-breakpoint.png");
67 this.imageList.Images.SetKeyName(2, "execution.png");
68 //
69 // LuaSourceEditor
70 //
71 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
72 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
73 this.BackColor = System.Drawing.Color.WhiteSmoke;
74 this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
75 this.Controls.Add(this.richTextBox);
76 this.DoubleBuffered = true;
77 this.Name = "LuaSourceEditor";
78 this.Size = new System.Drawing.Size(633, 487);
79 this.ResumeLayout(false);
83 #endregion
85 private System.Windows.Forms.RichTextBox richTextBox;
86 private System.Windows.Forms.ImageList imageList;