1 | namespace IndianHealthService.BMXNet.TestBench
|
---|
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.SuspendLayout();
|
---|
33 | //
|
---|
34 | // transcriptBox
|
---|
35 | //
|
---|
36 | this.transcriptBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
37 | this.transcriptBox.Location = new System.Drawing.Point(0, 0);
|
---|
38 | this.transcriptBox.Multiline = true;
|
---|
39 | this.transcriptBox.Name = "transcriptBox";
|
---|
40 | this.transcriptBox.Size = new System.Drawing.Size(421, 456);
|
---|
41 | this.transcriptBox.TabIndex = 0;
|
---|
42 | //
|
---|
43 | // LogTranscriptControl
|
---|
44 | //
|
---|
45 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
46 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
47 | this.Controls.Add(this.transcriptBox);
|
---|
48 | this.Name = "LogTranscriptControl";
|
---|
49 | this.Size = new System.Drawing.Size(421, 456);
|
---|
50 | this.ResumeLayout(false);
|
---|
51 | this.PerformLayout();
|
---|
52 |
|
---|
53 | }
|
---|
54 |
|
---|
55 | #endregion
|
---|
56 |
|
---|
57 | private System.Windows.Forms.TextBox transcriptBox;
|
---|
58 | }
|
---|
59 | }
|
---|