annotate Implab.Diagnostics.Interactive/TraceForm.Designer.cs @ 45:d10034588e38 interactive logger

initial work on interactive logger
author cin
date Thu, 17 Apr 2014 03:05:53 +0400
parents
children b181f7bcb259
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
1 namespace Implab.Diagnostics.Interactive {
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
2 partial class TraceForm {
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
3 /// <summary>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
4 /// Required designer variable.
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
5 /// </summary>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
6 private System.ComponentModel.IContainer components = null;
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
7
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
8 /// <summary>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
9 /// Clean up any resources being used.
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
10 /// </summary>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
11 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
12 protected override void Dispose(bool disposing) {
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
13 if (disposing && (components != null)) {
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
14 components.Dispose();
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
15 }
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
16 base.Dispose(disposing);
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
17 }
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
18
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
19 #region Windows Form Designer generated code
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
20
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
21 /// <summary>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
22 /// Required method for Designer support - do not modify
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
23 /// the contents of this method with the code editor.
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
24 /// </summary>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
25 private void InitializeComponent() {
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
26 this.traceViewControl1 = new Implab.Diagnostics.Interactive.TraceViewControl();
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
27 this.SuspendLayout();
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
28 //
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
29 // traceViewControl1
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
30 //
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
31 this.traceViewControl1.Location = new System.Drawing.Point(13, 13);
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
32 this.traceViewControl1.Name = "traceViewControl1";
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
33 this.traceViewControl1.Size = new System.Drawing.Size(267, 248);
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
34 this.traceViewControl1.TabIndex = 0;
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
35 //
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
36 // TraceForm
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
37 //
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
38 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
39 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
40 this.ClientSize = new System.Drawing.Size(292, 273);
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
41 this.Controls.Add(this.traceViewControl1);
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
42 this.Name = "TraceForm";
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
43 this.Text = "TraceForm";
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
44 this.ResumeLayout(false);
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
46 }
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
47
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
48 #endregion
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
49
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
50 private TraceViewControl traceViewControl1;
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
51 }
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
52 }