annotate Implab.Diagnostics.Interactive/TraceViewControl.Designer.cs @ 46:9ce97b262a7a interactive logger

Слияние с default
author cin
date Thu, 17 Apr 2014 08:49:24 +0400
parents d10034588e38
children
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 TraceViewControl {
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 Component 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.SuspendLayout();
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
27 //
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
28 // TraceViewControl
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
29 //
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
30 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
31 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
32 this.BackColor = System.Drawing.SystemColors.Window;
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
33 this.Name = "TraceViewControl";
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
34 this.ResumeLayout(false);
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
35
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
36 }
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
37
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
38 #endregion
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
39 }
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
40 }