-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathMainForm.Designer.cs
More file actions
521 lines (519 loc) · 33.5 KB
/
MainForm.Designer.cs
File metadata and controls
521 lines (519 loc) · 33.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License - see LICENSE file in this repo.
namespace Microsoft.SqlServer.Utils.Misc.SQLCallStackResolver {
partial class MainForm {
private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing) {
if (disposing) {
_resolver.Dispose();
if (components != null) components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.genericOpenFileDlg = new System.Windows.Forms.OpenFileDialog();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.callStackInput = new System.Windows.Forms.TextBox();
this.finalOutput = new System.Windows.Forms.TextBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.DLLrecurse = new System.Windows.Forms.CheckBox();
this.BinaryPathPicker = new System.Windows.Forms.Button();
this.binaryPaths = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.GroupXEvents = new System.Windows.Forms.CheckBox();
this.LoadXELButton = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cachePDB = new System.Windows.Forms.CheckBox();
this.selectSQLPDB = new System.Windows.Forms.Button();
this.PDBPathPicker = new System.Windows.Forms.Button();
this.pdbRecurse = new System.Windows.Forms.CheckBox();
this.pdbPaths = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.showInlineFrames = new System.Windows.Forms.CheckBox();
this.outputFilePathPicker = new System.Windows.Forms.Button();
this.outputFilePath = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.FramesOnSingleLine = new System.Windows.Forms.CheckBox();
this.IncludeLineNumbers = new System.Windows.Forms.CheckBox();
this.EnterBaseAddresses = new System.Windows.Forms.Button();
this.includeOffsets = new System.Windows.Forms.CheckBox();
this.RelookupSource = new System.Windows.Forms.CheckBox();
this.ResolveCallStackButton = new System.Windows.Forms.Button();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.progressBar = new System.Windows.Forms.ToolStripProgressBar();
this.cancelButton = new System.Windows.Forms.ToolStripDropDownButton();
this.formToolTip = new System.Windows.Forms.ToolTip(this.components);
this.genericSaveFileDlg = new System.Windows.Forms.SaveFileDialog();
this.ResolveCallStackFromClipboardButton = new System.Windows.Forms.Button();
this.orLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.statusStrip.SuspendLayout();
this.SuspendLayout();
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Margin = new System.Windows.Forms.Padding(2);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
this.splitContainer2.Panel2.Controls.Add(this.orLabel);
this.splitContainer2.Panel2.Controls.Add(this.ResolveCallStackFromClipboardButton);
this.splitContainer2.Panel2.Controls.Add(this.groupBox4);
this.splitContainer2.Panel2.Controls.Add(this.groupBox3);
this.splitContainer2.Panel2.Controls.Add(this.groupBox2);
this.splitContainer2.Panel2.Controls.Add(this.groupBox1);
this.splitContainer2.Panel2.Controls.Add(this.ResolveCallStackButton);
this.splitContainer2.Size = new System.Drawing.Size(979, 673);
this.splitContainer2.SplitterDistance = 362;
this.splitContainer2.SplitterWidth = 3;
this.splitContainer2.TabIndex = 0;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Panel1.Controls.Add(this.callStackInput);
this.splitContainer1.Panel2.Controls.Add(this.finalOutput);
this.splitContainer1.Size = new System.Drawing.Size(979, 362);
this.splitContainer1.SplitterDistance = 323;
this.splitContainer1.SplitterWidth = 3;
this.splitContainer1.TabIndex = 0;
this.callStackInput.AccessibleDescription = "Input goes here";
this.callStackInput.AccessibleName = "callStackInput";
this.callStackInput.AllowDrop = true;
this.callStackInput.Dock = System.Windows.Forms.DockStyle.Fill;
this.callStackInput.Location = new System.Drawing.Point(0, 0);
this.callStackInput.Margin = new System.Windows.Forms.Padding(2);
this.callStackInput.MaxLength = 999999999;
this.callStackInput.Multiline = true;
this.callStackInput.Name = "callStackInput";
this.callStackInput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.callStackInput.Size = new System.Drawing.Size(323, 362);
this.callStackInput.TabIndex = 0;
this.callStackInput.Text = resources.GetString("callStackInput.Text");
this.callStackInput.WordWrap = false;
this.callStackInput.DragDrop += new System.Windows.Forms.DragEventHandler(this.CallStackInput_DragDrop);
this.callStackInput.DragEnter += new System.Windows.Forms.DragEventHandler(this.CallStackInput_DragOver);
this.finalOutput.AccessibleDescription = "Output is displayed here";
this.finalOutput.AccessibleName = "finalOutput";
this.finalOutput.Dock = System.Windows.Forms.DockStyle.Fill;
this.finalOutput.Location = new System.Drawing.Point(0, 0);
this.finalOutput.Margin = new System.Windows.Forms.Padding(2);
this.finalOutput.MaxLength = 999999999;
this.finalOutput.Multiline = true;
this.finalOutput.Name = "finalOutput";
this.finalOutput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.finalOutput.Size = new System.Drawing.Size(653, 362);
this.finalOutput.TabIndex = 0;
this.finalOutput.WordWrap = false;
this.groupBox4.Controls.Add(this.DLLrecurse);
this.groupBox4.Controls.Add(this.BinaryPathPicker);
this.groupBox4.Controls.Add(this.binaryPaths);
this.groupBox4.Controls.Add(this.label2);
this.groupBox4.Location = new System.Drawing.Point(11, 237);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(957, 43);
this.groupBox4.TabIndex = 4;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "SPECIAL CASES";
this.DLLrecurse.AccessibleDescription = "Search for binaries recursively";
this.DLLrecurse.AccessibleName = "DLLrecurse";
this.DLLrecurse.AutoSize = true;
this.DLLrecurse.Location = new System.Drawing.Point(743, 16);
this.DLLrecurse.Margin = new System.Windows.Forms.Padding(2);
this.DLLrecurse.Name = "DLLrecurse";
this.DLLrecurse.Size = new System.Drawing.Size(201, 17);
this.DLLrecurse.TabIndex = 3;
this.DLLrecurse.Text = "Search for DLLs and EXE recursively";
this.DLLrecurse.UseVisualStyleBackColor = true;
this.BinaryPathPicker.Location = new System.Drawing.Point(714, 15);
this.BinaryPathPicker.Margin = new System.Windows.Forms.Padding(2);
this.BinaryPathPicker.Name = "BinaryPathPicker";
this.BinaryPathPicker.Size = new System.Drawing.Size(25, 19);
this.BinaryPathPicker.TabIndex = 2;
this.BinaryPathPicker.Text = "...";
this.BinaryPathPicker.UseVisualStyleBackColor = true;
this.BinaryPathPicker.Click += new System.EventHandler(this.BinaryPathPicker_Click);
this.binaryPaths.AccessibleDescription = "Path(s) to folders containing binaries";
this.binaryPaths.AccessibleName = "binaryPaths";
this.binaryPaths.Location = new System.Drawing.Point(444, 15);
this.binaryPaths.Margin = new System.Windows.Forms.Padding(2);
this.binaryPaths.Name = "binaryPaths";
this.binaryPaths.Size = new System.Drawing.Size(266, 20);
this.binaryPaths.TabIndex = 1;
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 17);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(438, 13);
this.label2.TabIndex = 0;
this.label2.Text = "Specify Path(s) to SQL Server binaries (only needed when frames have OrdinalNNN v" +
"alues)";
this.formToolTip.SetToolTip(this.label2, "Only need to do this if you are dealing with incomplete stacks collected by -T365" +
"6 OR if you need to get PowerShell commands to download PDBs for a specific buil" +
"d of SQL");
this.groupBox3.Controls.Add(this.GroupXEvents);
this.groupBox3.Controls.Add(this.LoadXELButton);
this.groupBox3.Location = new System.Drawing.Point(11, 74);
this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
this.groupBox3.Size = new System.Drawing.Size(957, 52);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "STEP 1: Either directly paste raw callstack(s) in textbox above, or import XEL fi" +
"le(s)";
this.GroupXEvents.AccessibleDescription = "Group similar XEvents into a histogram";
this.GroupXEvents.AccessibleName = "GroupXEvents";
this.GroupXEvents.AutoSize = true;
this.GroupXEvents.Checked = true;
this.GroupXEvents.CheckState = System.Windows.Forms.CheckState.Checked;
this.GroupXEvents.Location = new System.Drawing.Point(249, 23);
this.GroupXEvents.Margin = new System.Windows.Forms.Padding(2);
this.GroupXEvents.Name = "GroupXEvents";
this.GroupXEvents.Size = new System.Drawing.Size(482, 17);
this.GroupXEvents.TabIndex = 1;
this.GroupXEvents.Text = "Group events from XEL files (generally leave this checked unless you need individ" +
"ual event data)";
this.GroupXEvents.UseVisualStyleBackColor = true;
this.LoadXELButton.AccessibleDescription = "Load XEL file(s)";
this.LoadXELButton.AccessibleName = "LoadXELButton";
this.LoadXELButton.Location = new System.Drawing.Point(8, 15);
this.LoadXELButton.Margin = new System.Windows.Forms.Padding(2);
this.LoadXELButton.Name = "LoadXELButton";
this.LoadXELButton.Size = new System.Drawing.Size(228, 30);
this.LoadXELButton.TabIndex = 0;
this.LoadXELButton.Text = "Select XEL files and import callstacks";
this.LoadXELButton.UseVisualStyleBackColor = true;
this.LoadXELButton.Click += new System.EventHandler(this.LoadXELButton_Click);
this.groupBox2.Controls.Add(this.cachePDB);
this.groupBox2.Controls.Add(this.selectSQLPDB);
this.groupBox2.Controls.Add(this.PDBPathPicker);
this.groupBox2.Controls.Add(this.pdbRecurse);
this.groupBox2.Controls.Add(this.pdbPaths);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(11, 130);
this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
this.groupBox2.Size = new System.Drawing.Size(957, 53);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "STEP 2: Either use preset symbol downloads or set custom PDB search paths";
this.cachePDB.AccessibleDescription = "Cache PDBs in a temporary folder";
this.cachePDB.AccessibleName = "cachePDB";
this.cachePDB.AutoSize = true;
this.cachePDB.Location = new System.Drawing.Point(807, 22);
this.cachePDB.Margin = new System.Windows.Forms.Padding(2);
this.cachePDB.Name = "cachePDB";
this.cachePDB.Size = new System.Drawing.Size(87, 17);
this.cachePDB.TabIndex = 5;
this.cachePDB.Text = "Cache PDBs";
this.formToolTip.SetToolTip(this.cachePDB, "This option will copy PDBs from the paths specified to the %TEMP%\\SymCache folder" +
". It is highly recommended to use this if you have a UNC path specified.");
this.cachePDB.UseVisualStyleBackColor = true;
this.selectSQLPDB.AccessibleDescription = "Open the dialog to choose a SQL Server build whose symbols are needed";
this.selectSQLPDB.AccessibleName = "selectSQLPDB";
this.selectSQLPDB.Location = new System.Drawing.Point(7, 19);
this.selectSQLPDB.Margin = new System.Windows.Forms.Padding(2);
this.selectSQLPDB.Name = "selectSQLPDB";
this.selectSQLPDB.Size = new System.Drawing.Size(283, 25);
this.selectSQLPDB.TabIndex = 0;
this.selectSQLPDB.Text = "Use public PDBs for a known SQL Server build";
this.selectSQLPDB.UseVisualStyleBackColor = true;
this.selectSQLPDB.Click += new System.EventHandler(this.SelectSQLPDB_Click);
this.PDBPathPicker.Location = new System.Drawing.Point(619, 22);
this.PDBPathPicker.Margin = new System.Windows.Forms.Padding(2);
this.PDBPathPicker.Name = "PDBPathPicker";
this.PDBPathPicker.Size = new System.Drawing.Size(25, 19);
this.PDBPathPicker.TabIndex = 3;
this.PDBPathPicker.Text = "...";
this.PDBPathPicker.UseVisualStyleBackColor = true;
this.PDBPathPicker.Click += new System.EventHandler(this.PDBPathPicker_Click);
this.pdbRecurse.AccessibleDescription = "Search for PDBs recursively";
this.pdbRecurse.AccessibleName = "pdbRecurse";
this.pdbRecurse.AutoSize = true;
this.pdbRecurse.Checked = true;
this.pdbRecurse.CheckState = System.Windows.Forms.CheckState.Checked;
this.pdbRecurse.Location = new System.Drawing.Point(648, 22);
this.pdbRecurse.Margin = new System.Windows.Forms.Padding(2);
this.pdbRecurse.Name = "pdbRecurse";
this.pdbRecurse.Size = new System.Drawing.Size(158, 17);
this.pdbRecurse.TabIndex = 4;
this.pdbRecurse.Text = "Search for PDBs recursively";
this.pdbRecurse.UseVisualStyleBackColor = true;
this.pdbPaths.AccessibleDescription = "Path to PDBs";
this.pdbPaths.AccessibleName = "pdbPaths";
this.pdbPaths.Location = new System.Drawing.Point(380, 21);
this.pdbPaths.Margin = new System.Windows.Forms.Padding(2);
this.pdbPaths.Name = "pdbPaths";
this.pdbPaths.Size = new System.Drawing.Size(235, 20);
this.pdbPaths.TabIndex = 2;
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(294, 24);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Path(s) to PDBs";
this.groupBox1.Controls.Add(this.showInlineFrames);
this.groupBox1.Controls.Add(this.outputFilePathPicker);
this.groupBox1.Controls.Add(this.outputFilePath);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.FramesOnSingleLine);
this.groupBox1.Controls.Add(this.IncludeLineNumbers);
this.groupBox1.Controls.Add(this.EnterBaseAddresses);
this.groupBox1.Controls.Add(this.includeOffsets);
this.groupBox1.Controls.Add(this.RelookupSource);
this.groupBox1.Location = new System.Drawing.Point(11, 2);
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
this.groupBox1.Size = new System.Drawing.Size(957, 68);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "STEP 0: Input and output options";
this.showInlineFrames.AccessibleDescription = "Display inline frames in the output?";
this.showInlineFrames.AccessibleName = "showInlineFrames";
this.showInlineFrames.AutoSize = true;
this.showInlineFrames.Checked = true;
this.showInlineFrames.CheckState = System.Windows.Forms.CheckState.Checked;
this.showInlineFrames.Location = new System.Drawing.Point(820, 41);
this.showInlineFrames.Margin = new System.Windows.Forms.Padding(2);
this.showInlineFrames.Name = "showInlineFrames";
this.showInlineFrames.Size = new System.Drawing.Size(136, 17);
this.showInlineFrames.TabIndex = 8;
this.showInlineFrames.Text = "OUTPUT: Inline frames";
this.showInlineFrames.UseVisualStyleBackColor = true;
this.outputFilePathPicker.Location = new System.Drawing.Point(918, 18);
this.outputFilePathPicker.Margin = new System.Windows.Forms.Padding(2);
this.outputFilePathPicker.Name = "outputFilePathPicker";
this.outputFilePathPicker.Size = new System.Drawing.Size(25, 19);
this.outputFilePathPicker.TabIndex = 5;
this.outputFilePathPicker.Text = "...";
this.outputFilePathPicker.UseVisualStyleBackColor = true;
this.outputFilePathPicker.Click += new System.EventHandler(this.OutputFilePathPicker_Click);
this.outputFilePath.AccessibleDescription = "Output file path";
this.outputFilePath.AccessibleName = "outputFilePath";
this.outputFilePath.Location = new System.Drawing.Point(625, 17);
this.outputFilePath.Margin = new System.Windows.Forms.Padding(2);
this.outputFilePath.Name = "outputFilePath";
this.outputFilePath.Size = new System.Drawing.Size(289, 20);
this.outputFilePath.TabIndex = 4;
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(462, 20);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(159, 13);
this.label3.TabIndex = 3;
this.label3.Text = "OUTPUT: Redirect output to file";
this.FramesOnSingleLine.AccessibleName = "FramesOnSingleLine";
this.FramesOnSingleLine.AutoSize = true;
this.FramesOnSingleLine.Location = new System.Drawing.Point(7, 17);
this.FramesOnSingleLine.Margin = new System.Windows.Forms.Padding(2);
this.FramesOnSingleLine.Name = "FramesOnSingleLine";
this.FramesOnSingleLine.Size = new System.Drawing.Size(229, 17);
this.FramesOnSingleLine.TabIndex = 0;
this.FramesOnSingleLine.Text = "INPUT: Callstack frames are in a single line";
this.formToolTip.SetToolTip(this.FramesOnSingleLine, "Required if copy-pasting XE callstack from SSMS");
this.FramesOnSingleLine.UseVisualStyleBackColor = true;
this.IncludeLineNumbers.AccessibleDescription = "Include source information in output?";
this.IncludeLineNumbers.AccessibleName = "IncludeLineNumbers";
this.IncludeLineNumbers.AutoSize = true;
this.IncludeLineNumbers.Checked = true;
this.IncludeLineNumbers.CheckState = System.Windows.Forms.CheckState.Checked;
this.IncludeLineNumbers.Location = new System.Drawing.Point(604, 41);
this.IncludeLineNumbers.Margin = new System.Windows.Forms.Padding(2);
this.IncludeLineNumbers.Name = "IncludeLineNumbers";
this.IncludeLineNumbers.Size = new System.Drawing.Size(206, 17);
this.IncludeLineNumbers.TabIndex = 7;
this.IncludeLineNumbers.Text = "OUTPUT: Source lines (private PDBs)";
this.IncludeLineNumbers.UseVisualStyleBackColor = true;
this.EnterBaseAddresses.AccessibleName = "EnterBaseAddresses";
this.EnterBaseAddresses.Location = new System.Drawing.Point(308, 17);
this.EnterBaseAddresses.Margin = new System.Windows.Forms.Padding(2);
this.EnterBaseAddresses.Name = "EnterBaseAddresses";
this.EnterBaseAddresses.Size = new System.Drawing.Size(145, 38);
this.EnterBaseAddresses.TabIndex = 2;
this.EnterBaseAddresses.Text = "INPUT: Specify base addresses for modules";
this.formToolTip.SetToolTip(this.EnterBaseAddresses, "Required for working with XEL files and hex address-only callstacks");
this.EnterBaseAddresses.UseVisualStyleBackColor = true;
this.EnterBaseAddresses.Click += new System.EventHandler(this.EnterBaseAddresses_Click);
this.includeOffsets.AccessibleDescription = "Whether to include offsets into functions in the output";
this.includeOffsets.AccessibleName = "includeOffsets";
this.includeOffsets.AutoSize = true;
this.includeOffsets.Checked = true;
this.includeOffsets.CheckState = System.Windows.Forms.CheckState.Checked;
this.includeOffsets.Location = new System.Drawing.Point(462, 41);
this.includeOffsets.Margin = new System.Windows.Forms.Padding(2);
this.includeOffsets.Name = "includeOffsets";
this.includeOffsets.Size = new System.Drawing.Size(135, 17);
this.includeOffsets.TabIndex = 6;
this.includeOffsets.Text = "OUTPUT: Func offsets";
this.includeOffsets.UseVisualStyleBackColor = true;
this.RelookupSource.AccessibleName = "RelookupSource";
this.RelookupSource.AutoSize = true;
this.RelookupSource.Location = new System.Drawing.Point(7, 38);
this.RelookupSource.Margin = new System.Windows.Forms.Padding(2);
this.RelookupSource.Name = "RelookupSource";
this.RelookupSource.Size = new System.Drawing.Size(302, 17);
this.RelookupSource.TabIndex = 1;
this.RelookupSource.Text = "INPUT: Re-lookup source (rare case, needs private PDBs)";
this.RelookupSource.UseVisualStyleBackColor = true;
this.ResolveCallStackButton.AccessibleDescription = "Resolve call stacks";
this.ResolveCallStackButton.AccessibleName = "ResolveCallStackButton";
this.ResolveCallStackButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ResolveCallStackButton.Location = new System.Drawing.Point(11, 187);
this.ResolveCallStackButton.Margin = new System.Windows.Forms.Padding(2);
this.ResolveCallStackButton.Name = "ResolveCallStackButton";
this.ResolveCallStackButton.Size = new System.Drawing.Size(453, 45);
this.ResolveCallStackButton.TabIndex = 3;
this.ResolveCallStackButton.Text = "STEP 3: Resolve callstacks!";
this.ResolveCallStackButton.UseVisualStyleBackColor = true;
this.ResolveCallStackButton.Click += new System.EventHandler(this.ResolveCallstacks_Click);
this.statusStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusLabel,
this.progressBar,
this.cancelButton});
this.statusStrip.Location = new System.Drawing.Point(0, 643);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Size = new System.Drawing.Size(979, 30);
this.statusStrip.TabIndex = 0;
this.statusStrip.Text = "statusStrip1";
this.statusLabel.AutoSize = false;
this.statusLabel.Name = "statusLabel";
this.statusLabel.Size = new System.Drawing.Size(700, 25);
this.statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.progressBar.AccessibleDescription = "Progress Bar";
this.progressBar.AccessibleName = "taskProgress";
this.progressBar.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.progressBar.AutoSize = false;
this.progressBar.Name = "progressBar";
this.progressBar.Size = new System.Drawing.Size(75, 24);
this.cancelButton.AccessibleDescription = "Cancel running operation";
this.cancelButton.AccessibleName = "cancelButton";
this.cancelButton.AutoSize = false;
this.cancelButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.cancelButton.Enabled = false;
this.cancelButton.Image = ((System.Drawing.Image)(resources.GetObject("cancelButton.Image")));
this.cancelButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.cancelButton.Name = "cancelButton";
this.cancelButton.ShowDropDownArrow = false;
this.cancelButton.Size = new System.Drawing.Size(100, 28);
this.cancelButton.Text = "Cancel";
this.cancelButton.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.cancelButton.Visible = false;
this.cancelButton.Click += new System.EventHandler(this.CancelButton_Click);
this.ResolveCallStackFromClipboardButton.AccessibleDescription = "Paste clipboard contents and resolve callstacks!";
this.ResolveCallStackFromClipboardButton.AccessibleName = "ResolveCallStackFromClipboardButton";
this.ResolveCallStackFromClipboardButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ResolveCallStackFromClipboardButton.Location = new System.Drawing.Point(504, 187);
this.ResolveCallStackFromClipboardButton.Margin = new System.Windows.Forms.Padding(2);
this.ResolveCallStackFromClipboardButton.Name = "ResolveCallStackFromClipboardButton";
this.ResolveCallStackFromClipboardButton.Size = new System.Drawing.Size(464, 45);
this.ResolveCallStackFromClipboardButton.TabIndex = 5;
this.ResolveCallStackFromClipboardButton.Text = "STEP 3: Paste clipboard contents and resolve callstacks!";
this.ResolveCallStackFromClipboardButton.UseVisualStyleBackColor = true;
this.ResolveCallStackFromClipboardButton.Click += new System.EventHandler(this.ResolveCallStackFromClipboardButton_Click);
this.orLabel.AutoSize = true;
this.orLabel.Location = new System.Drawing.Point(473, 203);
this.orLabel.Name = "orLabel";
this.orLabel.Size = new System.Drawing.Size(23, 13);
this.orLabel.TabIndex = 6;
this.orLabel.Text = "OR";
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(979, 673);
this.Controls.Add(this.statusStrip);
this.Controls.Add(this.splitContainer2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SQLCallstackResolver (http://aka.ms/sqlstack)";
this.Load += new System.EventHandler(this.MainForm_Load);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.OpenFileDialog genericOpenFileDlg;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TextBox callStackInput;
private System.Windows.Forms.TextBox finalOutput;
private System.Windows.Forms.CheckBox DLLrecurse;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox binaryPaths;
private System.Windows.Forms.Button BinaryPathPicker;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.CheckBox FramesOnSingleLine;
private System.Windows.Forms.CheckBox GroupXEvents;
private System.Windows.Forms.Button LoadXELButton;
private System.Windows.Forms.Button EnterBaseAddresses;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button selectSQLPDB;
private System.Windows.Forms.Button PDBPathPicker;
private System.Windows.Forms.CheckBox pdbRecurse;
private System.Windows.Forms.TextBox pdbPaths;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox IncludeLineNumbers;
private System.Windows.Forms.CheckBox includeOffsets;
private System.Windows.Forms.CheckBox RelookupSource;
private System.Windows.Forms.Button ResolveCallStackButton;
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.ToolStripStatusLabel statusLabel;
private System.Windows.Forms.CheckBox cachePDB;
private System.Windows.Forms.ToolTip formToolTip;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button outputFilePathPicker;
private System.Windows.Forms.TextBox outputFilePath;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.SaveFileDialog genericSaveFileDlg;
private System.Windows.Forms.ToolStripProgressBar progressBar;
private System.Windows.Forms.ToolStripDropDownButton cancelButton;
private System.Windows.Forms.CheckBox showInlineFrames;
private Label orLabel;
private Button ResolveCallStackFromClipboardButton;
}
}