namespace NppPluginNET
{
partial class Code2HTML
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Code2HTML));
this.panLanguages = new System.Windows.Forms.GroupBox();
this.btnOk = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.panOptions = new System.Windows.Forms.GroupBox();
this.rbtnInline = new System.Windows.Forms.RadioButton();
this.rbtnExternal = new System.Windows.Forms.RadioButton();
this.txtClasses = new System.Windows.Forms.TextBox();
this.lbClasses = new System.Windows.Forms.Label();
this.panOptions.SuspendLayout();
this.SuspendLayout();
//
// panLanguages
//
this.panLanguages.Location = new System.Drawing.Point(13, 13);
this.panLanguages.Name = "panLanguages";
this.panLanguages.Size = new System.Drawing.Size(157, 177);
this.panLanguages.TabIndex = 2;
this.panLanguages.TabStop = false;
this.panLanguages.Text = "Language";
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(135, 199);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 3;
this.btnOk.Text = "OK";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.BtnOkClick);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(239, 199);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.BtnCancelClick);
//
// panOptions
//
this.panOptions.Controls.Add(this.rbtnInline);
this.panOptions.Controls.Add(this.rbtnExternal);
this.panOptions.Controls.Add(this.txtClasses);
this.panOptions.Controls.Add(this.lbClasses);
this.panOptions.Location = new System.Drawing.Point(186, 13);
this.panOptions.Name = "panOptions";
this.panOptions.Size = new System.Drawing.Size(258, 177);
this.panOptions.TabIndex = 4;
this.panOptions.TabStop = false;
this.panOptions.Text = "Options";
//
// rbtnInline
//
this.rbtnInline.AutoSize = true;
this.rbtnInline.Location = new System.Drawing.Point(11, 44);
this.rbtnInline.Name = "rbtnInline";
this.rbtnInline.Size = new System.Drawing.Size(74, 17);
this.rbtnInline.TabIndex = 3;
this.rbtnInline.TabStop = true;
this.rbtnInline.Text = "Inline CSS";
this.rbtnInline.UseVisualStyleBackColor = true;
//
// rbtnExternal
//
this.rbtnExternal.AutoSize = true;
this.rbtnExternal.Location = new System.Drawing.Point(11, 20);
this.rbtnExternal.Name = "rbtnExternal";
this.rbtnExternal.Size = new System.Drawing.Size(87, 17);
this.rbtnExternal.TabIndex = 2;
this.rbtnExternal.TabStop = true;
this.rbtnExternal.Text = "External CSS";
this.rbtnExternal.UseVisualStyleBackColor = true;
//
// txtClasses
//
this.txtClasses.Location = new System.Drawing.Point(9, 87);
this.txtClasses.Multiline = true;
this.txtClasses.Name = "txtClasses";
this.txtClasses.Size = new System.Drawing.Size(230, 71);
this.txtClasses.TabIndex = 1;
this.txtClasses.Visible = false;
//
// lbClasses
//
this.lbClasses.AutoSize = true;
this.lbClasses.Location = new System.Drawing.Point(8, 71);
this.lbClasses.Name = "lbClasses";
this.lbClasses.Size = new System.Drawing.Size(109, 13);
this.lbClasses.TabIndex = 0;
this.lbClasses.Text = "Custom Class Names:";
this.lbClasses.Visible = false;
//
// Code2HTML
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(456, 234);
this.Controls.Add(this.panOptions);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.panLanguages);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Code2HTML";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "Code to HTML";
this.panOptions.ResumeLayout(false);
this.panOptions.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox panLanguages;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.GroupBox panOptions;
private System.Windows.Forms.TextBox txtClasses;
private System.Windows.Forms.Label lbClasses;
private System.Windows.Forms.RadioButton rbtnInline;
private System.Windows.Forms.RadioButton rbtnExternal;
}
}