namespace IndianHealthService.BMXNet.Tools.ComponentTestBench { partial class LogTranscriptControl { /// /// 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.transcriptBox = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // transcriptBox // this.transcriptBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.transcriptBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.transcriptBox.Dock = System.Windows.Forms.DockStyle.Fill; this.transcriptBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.transcriptBox.ForeColor = System.Drawing.Color.Lime; this.transcriptBox.Location = new System.Drawing.Point(4, 24); this.transcriptBox.Multiline = true; this.transcriptBox.Name = "transcriptBox"; this.transcriptBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.transcriptBox.Size = new System.Drawing.Size(413, 428); this.transcriptBox.TabIndex = 0; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.ForeColor = System.Drawing.Color.White; this.label5.Location = new System.Drawing.Point(4, 7); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(89, 13); this.label5.TabIndex = 18; this.label5.Text = "Log Transcript"; // // LogTranscriptControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.BackColor = System.Drawing.Color.Gray; this.Controls.Add(this.label5); this.Controls.Add(this.transcriptBox); this.Name = "LogTranscriptControl"; this.Padding = new System.Windows.Forms.Padding(4, 24, 4, 4); this.Size = new System.Drawing.Size(421, 456); this.Load += new System.EventHandler(this.LogTranscriptControl_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox transcriptBox; private System.Windows.Forms.Label label5; } }