namespace FCM0000
{
partial class Form1
{
///
/// 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.components = new System.ComponentModel.Container();
this.htmlEditControl1 = new Zoople.HTMLEditControl();
this.SuspendLayout();
//
// htmlEditControl1
//
this.htmlEditControl1.AcceptsReturn = true;
this.htmlEditControl1.BaseURL = null;
this.htmlEditControl1.CleanMSWordHTMLOnPaste = true;
this.htmlEditControl1.CodeEditor.Enabled = true;
this.htmlEditControl1.CodeEditor.Font = new System.Drawing.Font("Courier New", 10F);
this.htmlEditControl1.CodeEditor.Locked = false;
this.htmlEditControl1.CodeEditor.TabWidth = 720;
this.htmlEditControl1.CodeEditor.WordWrap = false;
this.htmlEditControl1.CSSText = null;
this.htmlEditControl1.DocumentHTML = null;
this.htmlEditControl1.EnableInlineSpelling = false;
this.htmlEditControl1.FontSizesList = null;
this.htmlEditControl1.FontsList = null;
this.htmlEditControl1.HiddenButtons = null;
this.htmlEditControl1.ImageStorageLocation = null;
this.htmlEditControl1.InCodeView = false;
this.htmlEditControl1.IndentAmount = 2;
this.htmlEditControl1.IndentsUseBlockuote = false;
this.htmlEditControl1.LanguageFile = null;
this.htmlEditControl1.LicenceActivationKey = null;
this.htmlEditControl1.LicenceKey = null;
this.htmlEditControl1.LicenceKeyInlineSpelling = null;
this.htmlEditControl1.Location = new System.Drawing.Point(41, 132);
this.htmlEditControl1.Name = "htmlEditControl1";
this.htmlEditControl1.Size = new System.Drawing.Size(558, 249);
this.htmlEditControl1.TabIndex = 0;
this.htmlEditControl1.ToolstripImageScalingSize = new System.Drawing.Size(16, 16);
this.htmlEditControl1.UseParagraphAsDefault = true;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.htmlEditControl1);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private Zoople.HTMLEditControl htmlEditControl1;
}
}