1 namespace DirectOutput.Frontend
3 partial class TimeSpanStatisticsDetails
8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
29 private void InitializeComponent()
31 System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(
TimeSpanStatisticsDetails));
32 this.CloseButton =
new System.Windows.Forms.Button();
33 this.tabControl1 =
new System.Windows.Forms.TabControl();
34 this.DetailsTab =
new System.Windows.Forms.TabPage();
35 this.MinValuesTab =
new System.Windows.Forms.TabPage();
36 this.MaxValuesTab =
new System.Windows.Forms.TabPage();
37 this.label1 =
new System.Windows.Forms.Label();
38 this.label2 =
new System.Windows.Forms.Label();
39 this.label3 =
new System.Windows.Forms.Label();
40 this.label4 =
new System.Windows.Forms.Label();
41 this.label5 =
new System.Windows.Forms.Label();
42 this.label6 =
new System.Windows.Forms.Label();
43 this.label7 =
new System.Windows.Forms.Label();
44 this.DetailGroup =
new System.Windows.Forms.Label();
45 this.DetailName =
new System.Windows.Forms.Label();
46 this.DetailMaxDuration =
new System.Windows.Forms.Label();
47 this.DetailMinDuration =
new System.Windows.Forms.Label();
48 this.DetailAvgDuration =
new System.Windows.Forms.Label();
49 this.DetailTotalDuration =
new System.Windows.Forms.Label();
50 this.DetailValuesCount =
new System.Windows.Forms.Label();
51 this.MinDurationsGrid =
new System.Windows.Forms.DataGridView();
52 this.MinDurations =
new System.Windows.Forms.DataGridViewTextBoxColumn();
53 this.MaxDurationsGrid =
new System.Windows.Forms.DataGridView();
54 this.MaxDurations =
new System.Windows.Forms.DataGridViewTextBoxColumn();
55 this.tabControl1.SuspendLayout();
56 this.DetailsTab.SuspendLayout();
57 this.MinValuesTab.SuspendLayout();
58 this.MaxValuesTab.SuspendLayout();
59 ((System.ComponentModel.ISupportInitialize)(this.MinDurationsGrid)).BeginInit();
60 ((System.ComponentModel.ISupportInitialize)(this.MaxDurationsGrid)).BeginInit();
65 this.CloseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
66 this.CloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
67 this.CloseButton.Location =
new System.Drawing.Point(431, 352);
68 this.CloseButton.Name =
"CloseButton";
69 this.CloseButton.Size =
new System.Drawing.Size(75, 23);
70 this.CloseButton.TabIndex = 0;
71 this.CloseButton.Text =
"Close";
72 this.CloseButton.UseVisualStyleBackColor =
true;
76 this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
77 | System.Windows.Forms.AnchorStyles.Left)
78 | System.Windows.Forms.AnchorStyles.Right)));
79 this.tabControl1.Controls.Add(this.DetailsTab);
80 this.tabControl1.Controls.Add(this.MinValuesTab);
81 this.tabControl1.Controls.Add(this.MaxValuesTab);
82 this.tabControl1.Location =
new System.Drawing.Point(2, 3);
83 this.tabControl1.Name =
"tabControl1";
84 this.tabControl1.SelectedIndex = 0;
85 this.tabControl1.Size =
new System.Drawing.Size(504, 343);
86 this.tabControl1.TabIndex = 1;
90 this.DetailsTab.Controls.Add(this.DetailValuesCount);
91 this.DetailsTab.Controls.Add(this.DetailTotalDuration);
92 this.DetailsTab.Controls.Add(this.DetailAvgDuration);
93 this.DetailsTab.Controls.Add(this.DetailMinDuration);
94 this.DetailsTab.Controls.Add(this.DetailMaxDuration);
95 this.DetailsTab.Controls.Add(this.DetailName);
96 this.DetailsTab.Controls.Add(this.DetailGroup);
97 this.DetailsTab.Controls.Add(this.label7);
98 this.DetailsTab.Controls.Add(this.label6);
99 this.DetailsTab.Controls.Add(this.label5);
100 this.DetailsTab.Controls.Add(this.label4);
101 this.DetailsTab.Controls.Add(this.label3);
102 this.DetailsTab.Controls.Add(this.label2);
103 this.DetailsTab.Controls.Add(this.label1);
104 this.DetailsTab.Location =
new System.Drawing.Point(4, 22);
105 this.DetailsTab.Name =
"DetailsTab";
106 this.DetailsTab.Padding =
new System.Windows.Forms.Padding(3);
107 this.DetailsTab.Size =
new System.Drawing.Size(496, 317);
108 this.DetailsTab.TabIndex = 0;
109 this.DetailsTab.Text =
"Details";
110 this.DetailsTab.UseVisualStyleBackColor =
true;
114 this.MinValuesTab.Controls.Add(this.MinDurationsGrid);
115 this.MinValuesTab.Location =
new System.Drawing.Point(4, 22);
116 this.MinValuesTab.Name =
"MinValuesTab";
117 this.MinValuesTab.Padding =
new System.Windows.Forms.Padding(3);
118 this.MinValuesTab.Size =
new System.Drawing.Size(496, 317);
119 this.MinValuesTab.TabIndex = 1;
120 this.MinValuesTab.Text =
"Min. Values";
121 this.MinValuesTab.UseVisualStyleBackColor =
true;
125 this.MaxValuesTab.Controls.Add(this.MaxDurationsGrid);
126 this.MaxValuesTab.Location =
new System.Drawing.Point(4, 22);
127 this.MaxValuesTab.Name =
"MaxValuesTab";
128 this.MaxValuesTab.Padding =
new System.Windows.Forms.Padding(3);
129 this.MaxValuesTab.Size =
new System.Drawing.Size(496, 317);
130 this.MaxValuesTab.TabIndex = 2;
131 this.MaxValuesTab.Text =
"Max. Values";
132 this.MaxValuesTab.UseVisualStyleBackColor =
true;
136 this.label1.AutoSize =
true;
137 this.label1.Location =
new System.Drawing.Point(9, 13);
138 this.label1.Name =
"label1";
139 this.label1.Size =
new System.Drawing.Size(39, 13);
140 this.label1.TabIndex = 0;
141 this.label1.Text =
"Group:";
145 this.label2.AutoSize =
true;
146 this.label2.Location =
new System.Drawing.Point(9, 85);
147 this.label2.Name =
"label2";
148 this.label2.Size =
new System.Drawing.Size(75, 13);
149 this.label2.TabIndex = 1;
150 this.label2.Text =
"Total duration:";
154 this.label3.AutoSize =
true;
155 this.label3.Location =
new System.Drawing.Point(9, 61);
156 this.label3.Name =
"label3";
157 this.label3.Size =
new System.Drawing.Size(72, 13);
158 this.label3.TabIndex = 2;
159 this.label3.Text =
"Values count:";
163 this.label4.AutoSize =
true;
164 this.label4.Location =
new System.Drawing.Point(9, 37);
165 this.label4.Name =
"label4";
166 this.label4.Size =
new System.Drawing.Size(38, 13);
167 this.label4.TabIndex = 3;
168 this.label4.Text =
"Name:";
172 this.label5.AutoSize =
true;
173 this.label5.Location =
new System.Drawing.Point(9, 157);
174 this.label5.Name =
"label5";
175 this.label5.Size =
new System.Drawing.Size(101, 13);
176 this.label5.TabIndex = 4;
177 this.label5.Text =
"Maxiumum duration:";
181 this.label6.AutoSize =
true;
182 this.label6.Location =
new System.Drawing.Point(9, 133);
183 this.label6.Name =
"label6";
184 this.label6.Size =
new System.Drawing.Size(92, 13);
185 this.label6.TabIndex = 5;
186 this.label6.Text =
"Minimum duration:";
190 this.label7.AutoSize =
true;
191 this.label7.Location =
new System.Drawing.Point(9, 109);
192 this.label7.Name =
"label7";
193 this.label7.Size =
new System.Drawing.Size(91, 13);
194 this.label7.TabIndex = 6;
195 this.label7.Text =
"Average duration:";
199 this.DetailGroup.AutoSize =
true;
200 this.DetailGroup.Location =
new System.Drawing.Point(119, 13);
201 this.DetailGroup.Name =
"DetailGroup";
202 this.DetailGroup.Size =
new System.Drawing.Size(36, 13);
203 this.DetailGroup.TabIndex = 7;
204 this.DetailGroup.Text =
"Group";
208 this.DetailName.AutoSize =
true;
209 this.DetailName.Location =
new System.Drawing.Point(119, 37);
210 this.DetailName.Name =
"DetailName";
211 this.DetailName.Size =
new System.Drawing.Size(35, 13);
212 this.DetailName.TabIndex = 8;
213 this.DetailName.Text =
"Name";
217 this.DetailMaxDuration.AutoSize =
true;
218 this.DetailMaxDuration.Location =
new System.Drawing.Point(119, 157);
219 this.DetailMaxDuration.Name =
"DetailMaxDuration";
220 this.DetailMaxDuration.Size =
new System.Drawing.Size(67, 13);
221 this.DetailMaxDuration.TabIndex = 10;
222 this.DetailMaxDuration.Text =
"MaxDuration";
226 this.DetailMinDuration.AutoSize =
true;
227 this.DetailMinDuration.Location =
new System.Drawing.Point(119, 133);
228 this.DetailMinDuration.Name =
"DetailMinDuration";
229 this.DetailMinDuration.Size =
new System.Drawing.Size(64, 13);
230 this.DetailMinDuration.TabIndex = 11;
231 this.DetailMinDuration.Text =
"MinDuration";
235 this.DetailAvgDuration.AutoSize =
true;
236 this.DetailAvgDuration.Location =
new System.Drawing.Point(119, 109);
237 this.DetailAvgDuration.Name =
"DetailAvgDuration";
238 this.DetailAvgDuration.Size =
new System.Drawing.Size(66, 13);
239 this.DetailAvgDuration.TabIndex = 12;
240 this.DetailAvgDuration.Text =
"AvgDuration";
244 this.DetailTotalDuration.AutoSize =
true;
245 this.DetailTotalDuration.Location =
new System.Drawing.Point(119, 85);
246 this.DetailTotalDuration.Name =
"DetailTotalDuration";
247 this.DetailTotalDuration.Size =
new System.Drawing.Size(71, 13);
248 this.DetailTotalDuration.TabIndex = 13;
249 this.DetailTotalDuration.Text =
"TotalDuration";
253 this.DetailValuesCount.AutoSize =
true;
254 this.DetailValuesCount.Location =
new System.Drawing.Point(119, 61);
255 this.DetailValuesCount.Name =
"DetailValuesCount";
256 this.DetailValuesCount.Size =
new System.Drawing.Size(67, 13);
257 this.DetailValuesCount.TabIndex = 14;
258 this.DetailValuesCount.Text =
"ValuesCount";
262 this.MinDurationsGrid.AllowUserToAddRows =
false;
263 this.MinDurationsGrid.AllowUserToDeleteRows =
false;
264 this.MinDurationsGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
265 this.MinDurationsGrid.Columns.AddRange(
new System.Windows.Forms.DataGridViewColumn[] {
267 this.MinDurationsGrid.Dock = System.Windows.Forms.DockStyle.Fill;
268 this.MinDurationsGrid.Location =
new System.Drawing.Point(3, 3);
269 this.MinDurationsGrid.MultiSelect =
false;
270 this.MinDurationsGrid.Name =
"MinDurationsGrid";
271 this.MinDurationsGrid.ReadOnly =
true;
272 this.MinDurationsGrid.RowHeadersVisible =
false;
273 this.MinDurationsGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
274 this.MinDurationsGrid.Size =
new System.Drawing.Size(490, 311);
275 this.MinDurationsGrid.TabIndex = 0;
279 this.MinDurations.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
280 this.MinDurations.HeaderText =
"Durations";
281 this.MinDurations.Name =
"MinDurations";
282 this.MinDurations.ReadOnly =
true;
286 this.MaxDurationsGrid.AllowUserToAddRows =
false;
287 this.MaxDurationsGrid.AllowUserToDeleteRows =
false;
288 this.MaxDurationsGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
289 this.MaxDurationsGrid.Columns.AddRange(
new System.Windows.Forms.DataGridViewColumn[] {
291 this.MaxDurationsGrid.Dock = System.Windows.Forms.DockStyle.Fill;
292 this.MaxDurationsGrid.Location =
new System.Drawing.Point(3, 3);
293 this.MaxDurationsGrid.MultiSelect =
false;
294 this.MaxDurationsGrid.Name =
"MaxDurationsGrid";
295 this.MaxDurationsGrid.ReadOnly =
true;
296 this.MaxDurationsGrid.RowHeadersVisible =
false;
297 this.MaxDurationsGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
298 this.MaxDurationsGrid.Size =
new System.Drawing.Size(490, 311);
299 this.MaxDurationsGrid.TabIndex = 1;
303 this.MaxDurations.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
304 this.MaxDurations.HeaderText =
"Durations";
305 this.MaxDurations.Name =
"MaxDurations";
306 this.MaxDurations.ReadOnly =
true;
310 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
311 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
312 this.CancelButton = this.CloseButton;
313 this.ClientSize =
new System.Drawing.Size(509, 377);
314 this.Controls.Add(this.tabControl1);
315 this.Controls.Add(this.CloseButton);
316 this.Icon = ((System.Drawing.Icon)(resources.GetObject(
"$this.Icon")));
317 this.Name =
"TimeSpanStatisticsDetails";
318 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
319 this.Text =
"Statistic Details";
320 this.tabControl1.ResumeLayout(
false);
321 this.DetailsTab.ResumeLayout(
false);
322 this.DetailsTab.PerformLayout();
323 this.MinValuesTab.ResumeLayout(
false);
324 this.MaxValuesTab.ResumeLayout(
false);
325 ((System.ComponentModel.ISupportInitialize)(this.MinDurationsGrid)).EndInit();
326 ((System.ComponentModel.ISupportInitialize)(this.MaxDurationsGrid)).EndInit();
327 this.ResumeLayout(
false);
333 private System.Windows.Forms.Button CloseButton;
334 private System.Windows.Forms.TabControl tabControl1;
335 private System.Windows.Forms.TabPage DetailsTab;
336 private System.Windows.Forms.TabPage MinValuesTab;
337 private System.Windows.Forms.TabPage MaxValuesTab;
338 private System.Windows.Forms.Label DetailValuesCount;
339 private System.Windows.Forms.Label DetailTotalDuration;
340 private System.Windows.Forms.Label DetailAvgDuration;
341 private System.Windows.Forms.Label DetailMinDuration;
342 private System.Windows.Forms.Label DetailMaxDuration;
343 private System.Windows.Forms.Label DetailName;
344 private System.Windows.Forms.Label DetailGroup;
345 private System.Windows.Forms.Label label7;
346 private System.Windows.Forms.Label label6;
347 private System.Windows.Forms.Label label5;
348 private System.Windows.Forms.Label label4;
349 private System.Windows.Forms.Label label3;
350 private System.Windows.Forms.Label label2;
351 private System.Windows.Forms.Label label1;
352 private System.Windows.Forms.DataGridView MinDurationsGrid;
353 private System.Windows.Forms.DataGridViewTextBoxColumn MinDurations;
354 private System.Windows.Forms.DataGridView MaxDurationsGrid;
355 private System.Windows.Forms.DataGridViewTextBoxColumn MaxDurations;