private void InitializeComponent()
 {
     this.opmLabel1 = new OPMedia.UI.Controls.OPMLabel();
     this.SuspendLayout();
     //
     // opmLabel1
     //
     this.opmLabel1.AutoSize          = true;
     this.opmLabel1.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.opmLabel1.Location          = new System.Drawing.Point(28, 37);
     this.opmLabel1.Name              = "opmLabel1";
     this.opmLabel1.OverrideBackColor = System.Drawing.Color.Empty;
     this.opmLabel1.OverrideForeColor = System.Drawing.Color.Empty;
     this.opmLabel1.Size              = new System.Drawing.Size(184, 13);
     this.opmLabel1.TabIndex          = 0;
     this.opmLabel1.Text              = "SUBTITLE EDITOR CONFIGURATION";
     this.opmLabel1.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // SubtitleEditorCfgPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.opmLabel1);
     this.Name = "SubtitleEditorCfgPanel";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        private void InitializeComponent()
        {
            this.opmLabel1 = new OPMedia.UI.Controls.OPMLabel();
            this.SuspendLayout();
            // 
            // opmLabel1
            // 
            this.opmLabel1.AutoSize = true;
            this.opmLabel1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.opmLabel1.Location = new System.Drawing.Point(28, 37);
            this.opmLabel1.Name = "opmLabel1";
            this.opmLabel1.OverrideBackColor = System.Drawing.Color.Empty;
            this.opmLabel1.OverrideForeColor = System.Drawing.Color.Empty;
            this.opmLabel1.Size = new System.Drawing.Size(184, 13);
            this.opmLabel1.TabIndex = 0;
            this.opmLabel1.Text = "SUBTITLE EDITOR CONFIGURATION";
            this.opmLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // SubtitleEditorCfgPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.opmLabel1);
            this.Name = "SubtitleEditorCfgPanel";
            this.ResumeLayout(false);
            this.PerformLayout();

        }