namespace DemoHtmlApp { partial class HtmlDialog { /// /// 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.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.htmlEditor1 = new onlyconnect.HtmlEditor(); this.SuspendLayout(); // // btnOK // this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOK.Location = new System.Drawing.Point(12, 262); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 1; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(93, 262); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // htmlEditor1 // this.htmlEditor1.DefaultComposeSettings.BackColor = System.Drawing.Color.White; this.htmlEditor1.DefaultComposeSettings.DefaultFont = new System.Drawing.Font("Arial", 10F); this.htmlEditor1.DefaultComposeSettings.Enabled = false; this.htmlEditor1.DefaultComposeSettings.ForeColor = System.Drawing.Color.Black; this.htmlEditor1.DefaultPreamble = onlyconnect.EncodingType.UTF8; this.htmlEditor1.DocumentEncoding = onlyconnect.EncodingType.WindowsCurrent; this.htmlEditor1.IsDesignMode = true; this.htmlEditor1.Location = new System.Drawing.Point(12, 12); this.htmlEditor1.Name = "htmlEditor1"; this.htmlEditor1.OpenLinksInNewWindow = true; this.htmlEditor1.SelectionAlignment = System.Windows.Forms.HorizontalAlignment.Left; this.htmlEditor1.SelectionBackColor = System.Drawing.Color.Empty; this.htmlEditor1.SelectionBullets = false; this.htmlEditor1.SelectionFont = null; this.htmlEditor1.SelectionForeColor = System.Drawing.Color.Empty; this.htmlEditor1.SelectionNumbering = false; this.htmlEditor1.Size = new System.Drawing.Size(369, 244); this.htmlEditor1.TabIndex = 6; this.htmlEditor1.Text = "htmlEditor1"; // // HtmlDialog // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(393, 293); this.Controls.Add(this.htmlEditor1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Name = "HtmlDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "HtmlDialog"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private onlyconnect.HtmlEditor htmlEditor1; } }