annotate Implab.Diagnostics.Interactive/TraceForm.Designer.cs @ 196:40d7fed4a09e

fixed promise chaining behavior, the error handler doesn't handle result or cancellation handlers exceptions these exceptions are propagated to the next handlers.
author cin
date Mon, 29 Aug 2016 23:15:51 +0300
parents d9d794b61bb9
children 9c32ef39b851
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();
48
d9d794b61bb9 Interactive tracing
cin
parents: 47
diff changeset
33 this.Channel = new System.Windows.Forms.DataGridViewTextBoxColumn();
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
34 this.messageDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
35 ((System.ComponentModel.ISupportInitialize)(this.eventsDataGrid)).BeginInit();
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
36 ((System.ComponentModel.ISupportInitialize)(this.traceViewItemBindingSource)).BeginInit();
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
37 this.SuspendLayout();
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
38 //
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
39 // eventsDataGrid
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
40 //
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
41 this.eventsDataGrid.AllowUserToAddRows = false;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
42 this.eventsDataGrid.AllowUserToDeleteRows = false;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
43 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
44 | System.Windows.Forms.AnchorStyles.Left)
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
45 | System.Windows.Forms.AnchorStyles.Right)));
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
46 this.eventsDataGrid.AutoGenerateColumns = false;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
47 this.eventsDataGrid.BackgroundColor = System.Drawing.SystemColors.Window;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
48 dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
49 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
50 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
51 dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
52 dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
53 dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
54 dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
55 this.eventsDataGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
56 this.eventsDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
57 this.eventsDataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
58 this.threadDataGridViewTextBoxColumn,
48
d9d794b61bb9 Interactive tracing
cin
parents: 47
diff changeset
59 this.Channel,
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
60 this.messageDataGridViewTextBoxColumn});
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
61 this.eventsDataGrid.DataSource = this.traceViewItemBindingSource;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
62 dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
63 dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
64 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
65 dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
66 dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
67 dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
68 dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
69 this.eventsDataGrid.DefaultCellStyle = dataGridViewCellStyle3;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
70 this.eventsDataGrid.Location = new System.Drawing.Point(12, 12);
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
71 this.eventsDataGrid.Name = "eventsDataGrid";
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
72 this.eventsDataGrid.ReadOnly = true;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
73 this.eventsDataGrid.RowHeadersWidth = 17;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
74 this.eventsDataGrid.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
75 this.eventsDataGrid.Size = new System.Drawing.Size(939, 480);
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
76 this.eventsDataGrid.TabIndex = 1;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
77 this.eventsDataGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.eventsDataGrid_CellFormatting);
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 // traceViewItemBindingSource
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 this.traceViewItemBindingSource.DataSource = typeof(Implab.Diagnostics.Interactive.TraceViewItem);
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 // threadDataGridViewTextBoxColumn
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
84 //
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
85 this.threadDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
86 this.threadDataGridViewTextBoxColumn.DataPropertyName = "Thread";
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
87 this.threadDataGridViewTextBoxColumn.HeaderText = "TID";
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
88 this.threadDataGridViewTextBoxColumn.Name = "threadDataGridViewTextBoxColumn";
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
89 this.threadDataGridViewTextBoxColumn.ReadOnly = true;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
90 this.threadDataGridViewTextBoxColumn.Width = 5;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
91 //
48
d9d794b61bb9 Interactive tracing
cin
parents: 47
diff changeset
92 // Channel
d9d794b61bb9 Interactive tracing
cin
parents: 47
diff changeset
93 //
d9d794b61bb9 Interactive tracing
cin
parents: 47
diff changeset
94 this.Channel.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
d9d794b61bb9 Interactive tracing
cin
parents: 47
diff changeset
95 this.Channel.DataPropertyName = "Channel";
d9d794b61bb9 Interactive tracing
cin
parents: 47
diff changeset
96 this.Channel.HeaderText = "Channel";
d9d794b61bb9 Interactive tracing
cin
parents: 47
diff changeset
97 this.Channel.Name = "Channel";
d9d794b61bb9 Interactive tracing
cin
parents: 47
diff changeset
98 this.Channel.ReadOnly = true;
d9d794b61bb9 Interactive tracing
cin
parents: 47
diff changeset
99 this.Channel.Width = 79;
d9d794b61bb9 Interactive tracing
cin
parents: 47
diff changeset
100 //
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
101 // messageDataGridViewTextBoxColumn
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
102 //
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
103 this.messageDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
104 this.messageDataGridViewTextBoxColumn.DataPropertyName = "FormattedMessage";
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
105 dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
106 this.messageDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
107 this.messageDataGridViewTextBoxColumn.HeaderText = "Message";
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
108 this.messageDataGridViewTextBoxColumn.Name = "messageDataGridViewTextBoxColumn";
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
109 this.messageDataGridViewTextBoxColumn.ReadOnly = true;
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
110 //
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
111 // TraceForm
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
112 //
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
113 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
114 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
115 this.ClientSize = new System.Drawing.Size(963, 504);
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
116 this.Controls.Add(this.eventsDataGrid);
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
117 this.Name = "TraceForm";
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
118 this.Text = "TraceForm";
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
119 ((System.ComponentModel.ISupportInitialize)(this.eventsDataGrid)).EndInit();
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
120 ((System.ComponentModel.ISupportInitialize)(this.traceViewItemBindingSource)).EndInit();
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
121 this.ResumeLayout(false);
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
122
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
123 }
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
124
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
125 #endregion
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
126
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
127 private System.Windows.Forms.DataGridView eventsDataGrid;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
128 private System.Windows.Forms.BindingSource traceViewItemBindingSource;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
129 private System.Windows.Forms.DataGridViewTextBoxColumn threadDataGridViewTextBoxColumn;
48
d9d794b61bb9 Interactive tracing
cin
parents: 47
diff changeset
130 private System.Windows.Forms.DataGridViewTextBoxColumn Channel;
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
131 private System.Windows.Forms.DataGridViewTextBoxColumn messageDataGridViewTextBoxColumn;
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
132
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
133 }
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
134 }