1 /* ****************************************************************************** *\
2 
3 INTEL CORPORATION PROPRIETARY INFORMATION
4 This software is supplied under the terms of a license agreement or nondisclosure
5 agreement with Intel Corporation and may not be copied or disclosed except in
6 accordance with the terms of that agreement
7 Copyright(c) 2020 Intel Corporation. All Rights Reserved.
8 
9 File Name: SdkAnalyzerForm.Designer.cs
10 
11 \* ****************************************************************************** */
12 namespace msdk_analyzer
13 {
14     partial class SdkAnalyzerForm
15     {
16         /// <summary>
17         /// Required designer variable.
18         /// </summary>
19         private System.ComponentModel.IContainer components = null;
20 
21         /// <summary>
22         /// Clean up any resources being used.
23         /// </summary>
24         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Dispose(bool disposing)25         protected override void Dispose(bool disposing)
26         {
27             if (disposing && (components != null))
28             {
29                 components.Dispose();
30             }
31             base.Dispose(disposing);
32         }
33 
34         #region Windows Form Designer generated code
35 
36         /// <summary>
37         /// Required method for Designer support - do not modify
38         /// the contents of this method with the code editor.
39         /// </summary>
InitializeComponent()40         private void InitializeComponent()
41         {
42             this.components = new System.ComponentModel.Container();
43             this.label1 = new System.Windows.Forms.Label();
44             this.tbxLogOutput = new System.Windows.Forms.TextBox();
45             this.checkBox_PerFrame = new System.Windows.Forms.CheckBox();
46             this.button_Open = new System.Windows.Forms.Button();
47             this.button_Start = new System.Windows.Forms.Button();
48             this.btnDeleteLog = new System.Windows.Forms.Button();
49             this.label2 = new System.Windows.Forms.Label();
50             this.lblBytesWritten = new System.Windows.Forms.Label();
51             this.checkBox_Append = new System.Windows.Forms.CheckBox();
52             this.timer1 = new System.Windows.Forms.Timer(this.components);
53             this.SuspendLayout();
54             //
55             // label1
56             //
57             this.label1.AutoSize = true;
58             this.label1.Location = new System.Drawing.Point(18, 27);
59             this.label1.Name = "label1";
60             this.label1.Size = new System.Drawing.Size(58, 13);
61             this.label1.TabIndex = 11;
62             this.label1.Text = "Output File";
63             //
64             // tbxLogOutput
65             //
66             this.tbxLogOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
67             | System.Windows.Forms.AnchorStyles.Right)));
68             this.tbxLogOutput.Location = new System.Drawing.Point(99, 24);
69             this.tbxLogOutput.Name = "tbxLogOutput";
70             this.tbxLogOutput.Size = new System.Drawing.Size(390, 20);
71             this.tbxLogOutput.TabIndex = 10;
72             //
73             // checkBox_PerFrame
74             //
75             this.checkBox_PerFrame.AutoSize = true;
76             this.checkBox_PerFrame.Location = new System.Drawing.Point(82, 116);
77             this.checkBox_PerFrame.Name = "checkBox_PerFrame";
78             this.checkBox_PerFrame.Size = new System.Drawing.Size(108, 17);
79             this.checkBox_PerFrame.TabIndex = 15;
80             this.checkBox_PerFrame.Text = "Per-frame logging";
81             this.checkBox_PerFrame.UseVisualStyleBackColor = true;
82             //
83             // button_Open
84             //
85             this.button_Open.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
86             this.button_Open.DialogResult = System.Windows.Forms.DialogResult.No;
87             this.button_Open.Location = new System.Drawing.Point(364, 109);
88             this.button_Open.Margin = new System.Windows.Forms.Padding(2);
89             this.button_Open.Name = "button_Open";
90             this.button_Open.Size = new System.Drawing.Size(56, 28);
91             this.button_Open.TabIndex = 13;
92             this.button_Open.Text = "Open";
93             this.button_Open.UseVisualStyleBackColor = true;
94             this.button_Open.Click += new System.EventHandler(this.button_Open_Click);
95             //
96             // button_Start
97             //
98             this.button_Start.Location = new System.Drawing.Point(21, 109);
99             this.button_Start.Margin = new System.Windows.Forms.Padding(2);
100             this.button_Start.Name = "button_Start";
101             this.button_Start.Size = new System.Drawing.Size(56, 28);
102             this.button_Start.TabIndex = 1;
103             this.button_Start.Text = "Start";
104             this.button_Start.UseVisualStyleBackColor = true;
105             this.button_Start.Click += new System.EventHandler(this.button_Start_Click);
106             //
107             // btnDeleteLog
108             //
109             this.btnDeleteLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
110             this.btnDeleteLog.DialogResult = System.Windows.Forms.DialogResult.No;
111             this.btnDeleteLog.Location = new System.Drawing.Point(424, 109);
112             this.btnDeleteLog.Margin = new System.Windows.Forms.Padding(2);
113             this.btnDeleteLog.Name = "btnDeleteLog";
114             this.btnDeleteLog.Size = new System.Drawing.Size(65, 28);
115             this.btnDeleteLog.TabIndex = 13;
116             this.btnDeleteLog.Text = "Delete";
117             this.btnDeleteLog.UseVisualStyleBackColor = true;
118             this.btnDeleteLog.Click += new System.EventHandler(this.btnDeleteLog_Click);
119             //
120             // label2
121             //
122             this.label2.AutoSize = true;
123             this.label2.Location = new System.Drawing.Point(19, 51);
124             this.label2.Name = "label2";
125             this.label2.Size = new System.Drawing.Size(77, 13);
126             this.label2.TabIndex = 11;
127             this.label2.Text = "KBytes Written";
128             //
129             // lblBytesWritten
130             //
131             this.lblBytesWritten.Location = new System.Drawing.Point(99, 51);
132             this.lblBytesWritten.Name = "lblBytesWritten";
133             this.lblBytesWritten.Size = new System.Drawing.Size(91, 13);
134             this.lblBytesWritten.TabIndex = 16;
135             this.lblBytesWritten.Text = "0";
136             //
137             // checkBox_Append
138             //
139             this.checkBox_Append.AutoSize = true;
140             this.checkBox_Append.Location = new System.Drawing.Point(196, 116);
141             this.checkBox_Append.Name = "checkBox_Append";
142             this.checkBox_Append.Size = new System.Drawing.Size(129, 17);
143             this.checkBox_Append.TabIndex = 13;
144             this.checkBox_Append.Text = "Append to existing file";
145             this.checkBox_Append.UseVisualStyleBackColor = true;
146             //
147             // timer1
148             //
149             this.timer1.Tick += new System.EventHandler(this.timer1_Tick_1);
150             //
151             // SdkAnalyzerForm
152             //
153             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
154             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
155             this.ClientSize = new System.Drawing.Size(501, 148);
156             this.Controls.Add(this.checkBox_Append);
157             this.Controls.Add(this.lblBytesWritten);
158             this.Controls.Add(this.button_Start);
159             this.Controls.Add(this.checkBox_PerFrame);
160             this.Controls.Add(this.btnDeleteLog);
161             this.Controls.Add(this.button_Open);
162             this.Controls.Add(this.label2);
163             this.Controls.Add(this.label1);
164             this.Controls.Add(this.tbxLogOutput);
165             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
166             this.MaximizeBox = false;
167             this.Name = "SdkAnalyzerForm";
168             this.ShowIcon = false;
169             this.Text = "SDK Tracer";
170             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form4_FormClosing);
171             this.ResumeLayout(false);
172             this.PerformLayout();
173 
174         }
175 
176         #endregion
177 
178         private System.Windows.Forms.Label label1;
179         private System.Windows.Forms.TextBox tbxLogOutput;
180         private System.Windows.Forms.CheckBox checkBox_PerFrame;
181         private System.Windows.Forms.Button button_Open;
182         private System.Windows.Forms.Button button_Start;
183         private System.Windows.Forms.Button btnDeleteLog;
184         private System.Windows.Forms.CheckBox checkBox_Append;
185         private System.Windows.Forms.Label label2;
186         private System.Windows.Forms.Label lblBytesWritten;
187         private System.Windows.Forms.Timer timer1;
188     }
189 }