-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathCodeCoverageReportDialog.Designer.cs
More file actions
176 lines (170 loc) · 7.5 KB
/
CodeCoverageReportDialog.Designer.cs
File metadata and controls
176 lines (170 loc) · 7.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
namespace utPLSQL
{
partial class CodeCoverageReportDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CodeCoverageReportDialog));
this.txtPaths = new System.Windows.Forms.TextBox();
this.txtSchemas = new System.Windows.Forms.TextBox();
this.txtIncludes = new System.Windows.Forms.TextBox();
this.txtExluces = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnCancel = new System.Windows.Forms.Button();
this.btnRun = new System.Windows.Forms.Button();
this.lblPaths = new System.Windows.Forms.Label();
this.lblIncludes = new System.Windows.Forms.Label();
this.lblExcludes = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// txtPaths
//
this.txtPaths.Location = new System.Drawing.Point(119, 12);
this.txtPaths.Multiline = true;
this.txtPaths.Name = "txtPaths";
this.txtPaths.ReadOnly = true;
this.txtPaths.Size = new System.Drawing.Size(453, 80);
this.txtPaths.TabIndex = 0;
this.txtPaths.TabStop = false;
//
// txtSchemas
//
this.txtSchemas.Location = new System.Drawing.Point(119, 98);
this.txtSchemas.Name = "txtSchemas";
this.txtSchemas.Size = new System.Drawing.Size(453, 20);
this.txtSchemas.TabIndex = 1;
this.txtSchemas.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EnterPressed);
//
// txtIncludes
//
this.txtIncludes.Location = new System.Drawing.Point(119, 124);
this.txtIncludes.Multiline = true;
this.txtIncludes.Name = "txtIncludes";
this.txtIncludes.Size = new System.Drawing.Size(453, 80);
this.txtIncludes.TabIndex = 2;
this.txtIncludes.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EnterPressed);
//
// txtExluces
//
this.txtExluces.Location = new System.Drawing.Point(119, 210);
this.txtExluces.Multiline = true;
this.txtExluces.Name = "txtExluces";
this.txtExluces.Size = new System.Drawing.Size(453, 80);
this.txtExluces.TabIndex = 3;
this.txtExluces.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EnterPressed);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 101);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 13);
this.label1.TabIndex = 4;
this.label1.Text = "Schemas under test";
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(497, 296);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnRun
//
this.btnRun.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnRun.Location = new System.Drawing.Point(416, 296);
this.btnRun.Name = "btnRun";
this.btnRun.Size = new System.Drawing.Size(75, 23);
this.btnRun.TabIndex = 4;
this.btnRun.Text = "Run";
this.btnRun.UseVisualStyleBackColor = true;
//
// lblPaths
//
this.lblPaths.AutoSize = true;
this.lblPaths.Location = new System.Drawing.Point(12, 15);
this.lblPaths.Name = "lblPaths";
this.lblPaths.Size = new System.Drawing.Size(79, 13);
this.lblPaths.TabIndex = 7;
this.lblPaths.Text = "utPLSQL paths";
//
// lblIncludes
//
this.lblIncludes.AutoSize = true;
this.lblIncludes.Location = new System.Drawing.Point(12, 127);
this.lblIncludes.Name = "lblIncludes";
this.lblIncludes.Size = new System.Drawing.Size(79, 13);
this.lblIncludes.TabIndex = 8;
this.lblIncludes.Text = "Include objects";
//
// lblExcludes
//
this.lblExcludes.AutoSize = true;
this.lblExcludes.Location = new System.Drawing.Point(12, 213);
this.lblExcludes.Name = "lblExcludes";
this.lblExcludes.Size = new System.Drawing.Size(82, 13);
this.lblExcludes.TabIndex = 9;
this.lblExcludes.Text = "Exclude objects";
//
// CodeCoverageReportDialog
//
this.AcceptButton = this.btnRun;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(584, 331);
this.Controls.Add(this.lblExcludes);
this.Controls.Add(this.lblIncludes);
this.Controls.Add(this.lblPaths);
this.Controls.Add(this.btnRun);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtExluces);
this.Controls.Add(this.txtIncludes);
this.Controls.Add(this.txtSchemas);
this.Controls.Add(this.txtPaths);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "CodeCoverageReportDialog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Code Coverate Report";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtPaths;
private System.Windows.Forms.TextBox txtSchemas;
private System.Windows.Forms.TextBox txtIncludes;
private System.Windows.Forms.TextBox txtExluces;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnRun;
private System.Windows.Forms.Label lblPaths;
private System.Windows.Forms.Label lblIncludes;
private System.Windows.Forms.Label lblExcludes;
}
}