namespace Nikse.SubtitleEdit.Forms { sealed partial class UnknownSubtitle { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.labelTitle = new System.Windows.Forms.Label(); this.buttonOK = new System.Windows.Forms.Button(); this.richTextBoxMessage = new System.Windows.Forms.RichTextBox(); this.SuspendLayout(); // // labelTitle // this.labelTitle.AutoSize = true; this.labelTitle.Location = new System.Drawing.Point(15, 25); this.labelTitle.Name = "labelTitle"; this.labelTitle.Size = new System.Drawing.Size(114, 13); this.labelTitle.TabIndex = 0; this.labelTitle.Text = "Unknown subtitle type"; // // buttonOK // this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.Location = new System.Drawing.Point(262, 115); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.TabIndex = 8; this.buttonOK.Text = "&OK"; this.buttonOK.UseVisualStyleBackColor = true; // // richTextBoxMessage // this.richTextBoxMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.richTextBoxMessage.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBoxMessage.Location = new System.Drawing.Point(18, 54); this.richTextBoxMessage.Name = "richTextBoxMessage"; this.richTextBoxMessage.ReadOnly = true; this.richTextBoxMessage.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.richTextBoxMessage.Size = new System.Drawing.Size(319, 47); this.richTextBoxMessage.TabIndex = 41; this.richTextBoxMessage.TabStop = false; this.richTextBoxMessage.Text = "If you want this fixed please send an email to mailto:niksedk@gmail.com and inclu" + "de a copy of the subtitle."; // // UnknownSubtitle // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(349, 148); this.Controls.Add(this.richTextBoxMessage); this.Controls.Add(this.buttonOK); this.Controls.Add(this.labelTitle); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "UnknownSubtitle"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Unknown subtitle"; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormUnknownSubtitle_KeyDown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label labelTitle; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.RichTextBox richTextBoxMessage; } }