annotate Implab.Diagnostics.Interactive/TraceForm.Designer.cs @ 47:b181f7bcb259 interactive logger

refactoring, interactive tarce log almost complete
author cin
date Thu, 17 Apr 2014 18:49:36 +0400
parents d10034588e38
children d9d794b61bb9
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() {
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
26 this.components = new System.ComponentModel.Container();
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
27 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
28 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
29 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
30 this.eventsDataGrid = new System.Windows.Forms.DataGridView();
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
31 this.traceViewItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
32 this.threadDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
33 this.messageDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
34 ((System.ComponentModel.ISupportInitialize)(this.eventsDataGrid)).BeginInit();
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
35 ((System.ComponentModel.ISupportInitialize)(this.traceViewItemBindingSource)).BeginInit();
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
36 this.SuspendLayout();
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
37 //
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
38 // eventsDataGrid
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
39 //
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
40 this.eventsDataGrid.AllowUserToAddRows = false;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
41 this.eventsDataGrid.AllowUserToDeleteRows = false;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
42 this.eventsDataGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
43 | System.Windows.Forms.AnchorStyles.Left)
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
44 | System.Windows.Forms.AnchorStyles.Right)));
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
45 this.eventsDataGrid.AutoGenerateColumns = false;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
46 this.eventsDataGrid.BackgroundColor = System.Drawing.SystemColors.Window;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
47 dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
48 dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
49 dataGridViewCellStyle1.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
50 dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
51 dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
52 dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
53 dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
54 this.eventsDataGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
55 this.eventsDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
56 this.eventsDataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
57 this.threadDataGridViewTextBoxColumn,
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
58 this.messageDataGridViewTextBoxColumn});
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
59 this.eventsDataGrid.DataSource = this.traceViewItemBindingSource;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
60 dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
61 dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
62 dataGridViewCellStyle3.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
63 dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
64 dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
65 dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
66 dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
67 this.eventsDataGrid.DefaultCellStyle = dataGridViewCellStyle3;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
68 this.eventsDataGrid.Location = new System.Drawing.Point(12, 12);
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
69 this.eventsDataGrid.Name = "eventsDataGrid";
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
70 this.eventsDataGrid.ReadOnly = true;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
71 this.eventsDataGrid.RowHeadersWidth = 17;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
72 this.eventsDataGrid.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
73 this.eventsDataGrid.Size = new System.Drawing.Size(939, 480);
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
74 this.eventsDataGrid.TabIndex = 1;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
75 this.eventsDataGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.eventsDataGrid_CellFormatting);
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
76 //
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
77 // traceViewItemBindingSource
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
78 //
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
79 this.traceViewItemBindingSource.DataSource = typeof(Implab.Diagnostics.Interactive.TraceViewItem);
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
80 //
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
81 // threadDataGridViewTextBoxColumn
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
82 //
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
83 this.threadDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
84 this.threadDataGridViewTextBoxColumn.DataPropertyName = "Thread";
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
85 this.threadDataGridViewTextBoxColumn.HeaderText = "TID";
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
86 this.threadDataGridViewTextBoxColumn.Name = "threadDataGridViewTextBoxColumn";
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
87 this.threadDataGridViewTextBoxColumn.ReadOnly = true;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
88 this.threadDataGridViewTextBoxColumn.Width = 5;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
89 //
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
90 // messageDataGridViewTextBoxColumn
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
91 //
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
92 this.messageDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
93 this.messageDataGridViewTextBoxColumn.DataPropertyName = "FormattedMessage";
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
94 dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
95 this.messageDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
96 this.messageDataGridViewTextBoxColumn.HeaderText = "Message";
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
97 this.messageDataGridViewTextBoxColumn.Name = "messageDataGridViewTextBoxColumn";
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
98 this.messageDataGridViewTextBoxColumn.ReadOnly = true;
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
99 //
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
100 // TraceForm
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
101 //
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
102 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
103 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
104 this.ClientSize = new System.Drawing.Size(963, 504);
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
105 this.Controls.Add(this.eventsDataGrid);
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
106 this.Name = "TraceForm";
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
107 this.Text = "TraceForm";
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
108 ((System.ComponentModel.ISupportInitialize)(this.eventsDataGrid)).EndInit();
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
109 ((System.ComponentModel.ISupportInitialize)(this.traceViewItemBindingSource)).EndInit();
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
110 this.ResumeLayout(false);
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
111
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
112 }
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
113
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
114 #endregion
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
115
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
116 private System.Windows.Forms.DataGridView eventsDataGrid;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
117 private System.Windows.Forms.BindingSource traceViewItemBindingSource;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
118 private System.Windows.Forms.DataGridViewTextBoxColumn threadDataGridViewTextBoxColumn;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
119 private System.Windows.Forms.DataGridViewTextBoxColumn messageDataGridViewTextBoxColumn;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
120
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
121 }
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
122 }