StephaneLenclud@0: namespace TvServerPlugin
StephaneLenclud@0: {
StephaneLenclud@0: partial class RecordStatusSetup
StephaneLenclud@0: {
StephaneLenclud@0: ///
StephaneLenclud@0: /// Required designer variable.
StephaneLenclud@0: ///
StephaneLenclud@0: private System.ComponentModel.IContainer components = null;
StephaneLenclud@0:
StephaneLenclud@0: ///
StephaneLenclud@0: /// Clean up any resources being used.
StephaneLenclud@0: ///
StephaneLenclud@0: /// true if managed resources should be disposed; otherwise, false.
StephaneLenclud@0: protected override void Dispose(bool disposing)
StephaneLenclud@0: {
StephaneLenclud@0: if (disposing && (components != null))
StephaneLenclud@0: {
StephaneLenclud@0: components.Dispose();
StephaneLenclud@0: }
StephaneLenclud@0: base.Dispose(disposing);
StephaneLenclud@0: }
StephaneLenclud@0:
StephaneLenclud@0: #region Component Designer generated code
StephaneLenclud@0:
StephaneLenclud@0: ///
StephaneLenclud@0: /// Required method for Designer support - do not modify
StephaneLenclud@0: /// the contents of this method with the code editor.
StephaneLenclud@0: ///
StephaneLenclud@0: private void InitializeComponent()
StephaneLenclud@0: {
StephaneLenclud@0: this.groupBox2 = new System.Windows.Forms.GroupBox();
StephaneLenclud@0: this.debug = new System.Windows.Forms.CheckBox();
StephaneLenclud@0: this.groupBox2.SuspendLayout();
StephaneLenclud@0: this.SuspendLayout();
StephaneLenclud@0: //
StephaneLenclud@0: // groupBox2
StephaneLenclud@0: //
StephaneLenclud@0: this.groupBox2.Controls.Add(this.debug);
StephaneLenclud@0: this.groupBox2.Location = new System.Drawing.Point(3, 3);
StephaneLenclud@0: this.groupBox2.Name = "groupBox2";
StephaneLenclud@0: this.groupBox2.Size = new System.Drawing.Size(174, 44);
StephaneLenclud@0: this.groupBox2.TabIndex = 3;
StephaneLenclud@0: this.groupBox2.TabStop = false;
StephaneLenclud@0: this.groupBox2.Text = "Debug section";
StephaneLenclud@0: //
StephaneLenclud@0: // debug
StephaneLenclud@0: //
StephaneLenclud@0: this.debug.AutoSize = true;
StephaneLenclud@0: this.debug.Location = new System.Drawing.Point(6, 19);
StephaneLenclud@0: this.debug.Name = "debug";
StephaneLenclud@0: this.debug.Size = new System.Drawing.Size(143, 17);
StephaneLenclud@0: this.debug.TabIndex = 0;
StephaneLenclud@0: this.debug.Text = "Enable extended logging";
StephaneLenclud@0: this.debug.UseVisualStyleBackColor = true;
StephaneLenclud@0: //
StephaneLenclud@0: // RecordStatusSetup
StephaneLenclud@0: //
StephaneLenclud@0: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
StephaneLenclud@0: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
StephaneLenclud@0: this.Controls.Add(this.groupBox2);
StephaneLenclud@0: this.Name = "RecordStatusSetup";
StephaneLenclud@0: this.Size = new System.Drawing.Size(257, 100);
StephaneLenclud@0: this.groupBox2.ResumeLayout(false);
StephaneLenclud@0: this.groupBox2.PerformLayout();
StephaneLenclud@0: this.ResumeLayout(false);
StephaneLenclud@0:
StephaneLenclud@0: }
StephaneLenclud@0:
StephaneLenclud@0: #endregion
StephaneLenclud@0:
StephaneLenclud@0: private System.Windows.Forms.GroupBox groupBox2;
StephaneLenclud@0: private System.Windows.Forms.CheckBox debug;
StephaneLenclud@0: }
StephaneLenclud@0: }