namespace Fietsclient.User_Controls { partial class UcConsole { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tbConsole = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // tbConsole // this.tbConsole.Location = new System.Drawing.Point(0, 3); this.tbConsole.Multiline = true; this.tbConsole.Name = "tbConsole"; this.tbConsole.Size = new System.Drawing.Size(1032, 590); this.tbConsole.TabIndex = 0; // // UcConsole // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tbConsole); this.Name = "UcConsole"; this.Size = new System.Drawing.Size(1035, 596); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox tbConsole; } }