| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- namespace Fietsclient.User_Controls
- {
- partial class UcConsole
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|