1 | namespace IndianHealthService.BMXNet.Tools.ComponentTestBench
|
---|
2 | {
|
---|
3 | partial class LogTranscriptControl
|
---|
4 | {
|
---|
5 | /// <summary>
|
---|
6 | /// Required designer variable.
|
---|
7 | /// </summary>
|
---|
8 | private System.ComponentModel.IContainer components = null;
|
---|
9 |
|
---|
10 | /// <summary>
|
---|
11 | /// Clean up any resources being used.
|
---|
12 | /// </summary>
|
---|
13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
14 | protected override void Dispose(bool disposing)
|
---|
15 | {
|
---|
16 | if (disposing && (components != null))
|
---|
17 | {
|
---|
18 | components.Dispose();
|
---|
19 | }
|
---|
20 | base.Dispose(disposing);
|
---|
21 | }
|
---|
22 |
|
---|
23 | #region Component Designer generated code
|
---|
24 |
|
---|
25 | /// <summary>
|
---|
26 | /// Required method for Designer support - do not modify
|
---|
27 | /// the contents of this method with the code editor.
|
---|
28 | /// </summary>
|
---|
29 | private void InitializeComponent()
|
---|
30 | {
|
---|
31 | this.transcriptBox = new System.Windows.Forms.TextBox();
|
---|
32 | this.label5 = new System.Windows.Forms.Label();
|
---|
33 | this.SuspendLayout();
|
---|
34 | //
|
---|
35 | // transcriptBox
|
---|
36 | //
|
---|
37 | this.transcriptBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
---|
38 | this.transcriptBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
---|
39 | this.transcriptBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
40 | this.transcriptBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
41 | this.transcriptBox.ForeColor = System.Drawing.Color.Lime;
|
---|
42 | this.transcriptBox.Location = new System.Drawing.Point(4, 24);
|
---|
43 | this.transcriptBox.Multiline = true;
|
---|
44 | this.transcriptBox.Name = "transcriptBox";
|
---|
45 | this.transcriptBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
---|
46 | this.transcriptBox.Size = new System.Drawing.Size(413, 428);
|
---|
47 | this.transcriptBox.TabIndex = 0;
|
---|
48 | //
|
---|
49 | // label5
|
---|
50 | //
|
---|
51 | this.label5.AutoSize = true;
|
---|
52 | this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
53 | this.label5.ForeColor = System.Drawing.Color.White;
|
---|
54 | this.label5.Location = new System.Drawing.Point(4, 7);
|
---|
55 | this.label5.Name = "label5";
|
---|
56 | this.label5.Size = new System.Drawing.Size(89, 13);
|
---|
57 | this.label5.TabIndex = 18;
|
---|
58 | this.label5.Text = "Log Transcript";
|
---|
59 | //
|
---|
60 | // LogTranscriptControl
|
---|
61 | //
|
---|
62 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
63 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
64 | this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
---|
65 | this.BackColor = System.Drawing.Color.Gray;
|
---|
66 | this.Controls.Add(this.label5);
|
---|
67 | this.Controls.Add(this.transcriptBox);
|
---|
68 | this.Name = "LogTranscriptControl";
|
---|
69 | this.Padding = new System.Windows.Forms.Padding(4, 24, 4, 4);
|
---|
70 | this.Size = new System.Drawing.Size(421, 456);
|
---|
71 | this.Load += new System.EventHandler(this.LogTranscriptControl_Load);
|
---|
72 | this.ResumeLayout(false);
|
---|
73 | this.PerformLayout();
|
---|
74 |
|
---|
75 | }
|
---|
76 |
|
---|
77 | #endregion
|
---|
78 |
|
---|
79 | private System.Windows.Forms.TextBox transcriptBox;
|
---|
80 | private System.Windows.Forms.Label label5;
|
---|
81 | }
|
---|
82 | }
|
---|