StephaneLenclud@0
|
1 |
namespace TvServerPlugin
|
StephaneLenclud@0
|
2 |
{
|
StephaneLenclud@0
|
3 |
partial class RecordStatusSetup
|
StephaneLenclud@0
|
4 |
{
|
StephaneLenclud@0
|
5 |
/// <summary>
|
StephaneLenclud@0
|
6 |
/// Required designer variable.
|
StephaneLenclud@0
|
7 |
/// </summary>
|
StephaneLenclud@0
|
8 |
private System.ComponentModel.IContainer components = null;
|
StephaneLenclud@0
|
9 |
|
StephaneLenclud@0
|
10 |
/// <summary>
|
StephaneLenclud@0
|
11 |
/// Clean up any resources being used.
|
StephaneLenclud@0
|
12 |
/// </summary>
|
StephaneLenclud@0
|
13 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
StephaneLenclud@0
|
14 |
protected override void Dispose(bool disposing)
|
StephaneLenclud@0
|
15 |
{
|
StephaneLenclud@0
|
16 |
if (disposing && (components != null))
|
StephaneLenclud@0
|
17 |
{
|
StephaneLenclud@0
|
18 |
components.Dispose();
|
StephaneLenclud@0
|
19 |
}
|
StephaneLenclud@0
|
20 |
base.Dispose(disposing);
|
StephaneLenclud@0
|
21 |
}
|
StephaneLenclud@0
|
22 |
|
StephaneLenclud@0
|
23 |
#region Component Designer generated code
|
StephaneLenclud@0
|
24 |
|
StephaneLenclud@0
|
25 |
/// <summary>
|
StephaneLenclud@0
|
26 |
/// Required method for Designer support - do not modify
|
StephaneLenclud@0
|
27 |
/// the contents of this method with the code editor.
|
StephaneLenclud@0
|
28 |
/// </summary>
|
StephaneLenclud@0
|
29 |
private void InitializeComponent()
|
StephaneLenclud@0
|
30 |
{
|
StephaneLenclud@0
|
31 |
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
StephaneLenclud@0
|
32 |
this.debug = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@0
|
33 |
this.groupBox2.SuspendLayout();
|
StephaneLenclud@0
|
34 |
this.SuspendLayout();
|
StephaneLenclud@0
|
35 |
//
|
StephaneLenclud@0
|
36 |
// groupBox2
|
StephaneLenclud@0
|
37 |
//
|
StephaneLenclud@0
|
38 |
this.groupBox2.Controls.Add(this.debug);
|
StephaneLenclud@0
|
39 |
this.groupBox2.Location = new System.Drawing.Point(3, 3);
|
StephaneLenclud@0
|
40 |
this.groupBox2.Name = "groupBox2";
|
StephaneLenclud@0
|
41 |
this.groupBox2.Size = new System.Drawing.Size(174, 44);
|
StephaneLenclud@0
|
42 |
this.groupBox2.TabIndex = 3;
|
StephaneLenclud@0
|
43 |
this.groupBox2.TabStop = false;
|
StephaneLenclud@0
|
44 |
this.groupBox2.Text = "Debug section";
|
StephaneLenclud@0
|
45 |
//
|
StephaneLenclud@0
|
46 |
// debug
|
StephaneLenclud@0
|
47 |
//
|
StephaneLenclud@0
|
48 |
this.debug.AutoSize = true;
|
StephaneLenclud@0
|
49 |
this.debug.Location = new System.Drawing.Point(6, 19);
|
StephaneLenclud@0
|
50 |
this.debug.Name = "debug";
|
StephaneLenclud@0
|
51 |
this.debug.Size = new System.Drawing.Size(143, 17);
|
StephaneLenclud@0
|
52 |
this.debug.TabIndex = 0;
|
StephaneLenclud@0
|
53 |
this.debug.Text = "Enable extended logging";
|
StephaneLenclud@0
|
54 |
this.debug.UseVisualStyleBackColor = true;
|
StephaneLenclud@0
|
55 |
//
|
StephaneLenclud@0
|
56 |
// RecordStatusSetup
|
StephaneLenclud@0
|
57 |
//
|
StephaneLenclud@0
|
58 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
StephaneLenclud@0
|
59 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
StephaneLenclud@0
|
60 |
this.Controls.Add(this.groupBox2);
|
StephaneLenclud@0
|
61 |
this.Name = "RecordStatusSetup";
|
StephaneLenclud@0
|
62 |
this.Size = new System.Drawing.Size(257, 100);
|
StephaneLenclud@0
|
63 |
this.groupBox2.ResumeLayout(false);
|
StephaneLenclud@0
|
64 |
this.groupBox2.PerformLayout();
|
StephaneLenclud@0
|
65 |
this.ResumeLayout(false);
|
StephaneLenclud@0
|
66 |
|
StephaneLenclud@0
|
67 |
}
|
StephaneLenclud@0
|
68 |
|
StephaneLenclud@0
|
69 |
#endregion
|
StephaneLenclud@0
|
70 |
|
StephaneLenclud@0
|
71 |
private System.Windows.Forms.GroupBox groupBox2;
|
StephaneLenclud@0
|
72 |
private System.Windows.Forms.CheckBox debug;
|
StephaneLenclud@0
|
73 |
}
|
StephaneLenclud@0
|
74 |
}
|