基线 SVN r240
SVN-Revision: r240
This commit is contained in:
+102
@@ -0,0 +1,102 @@
|
||||
namespace Lskj.Control
|
||||
{
|
||||
partial class LabelRichEdit
|
||||
{
|
||||
/// <summary>
|
||||
/// 必需的设计器变量。
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// 清理所有正在使用的资源。
|
||||
/// </summary>
|
||||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region 组件设计器生成的代码
|
||||
|
||||
/// <summary>
|
||||
/// 设计器支持所需的方法 - 不要
|
||||
/// 使用代码编辑器修改此方法的内容。
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.plRight = new System.Windows.Forms.Panel();
|
||||
this.richEditControl1 = new DevExpress.XtraRichEdit.RichEditControl();
|
||||
this.lblText = new System.Windows.Forms.Label();
|
||||
this.plLeft = new System.Windows.Forms.Panel();
|
||||
this.plRight.SuspendLayout();
|
||||
this.plLeft.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// plRight
|
||||
//
|
||||
this.plRight.Controls.Add(this.richEditControl1);
|
||||
this.plRight.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.plRight.Location = new System.Drawing.Point(40, 0);
|
||||
this.plRight.Name = "plRight";
|
||||
this.plRight.Size = new System.Drawing.Size(224, 55);
|
||||
this.plRight.TabIndex = 5;
|
||||
//
|
||||
// richEditControl1
|
||||
//
|
||||
this.richEditControl1.ActiveViewType = DevExpress.XtraRichEdit.RichEditViewType.Simple;
|
||||
this.richEditControl1.Appearance.Text.Font = new System.Drawing.Font("Tahoma", 8F);
|
||||
this.richEditControl1.Appearance.Text.Options.UseFont = true;
|
||||
this.richEditControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.richEditControl1.EnableToolTips = true;
|
||||
this.richEditControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.richEditControl1.Name = "richEditControl1";
|
||||
this.richEditControl1.Options.Export.PlainText.ExportFinalParagraphMark = DevExpress.XtraRichEdit.Export.PlainText.ExportFinalParagraphMark.Never;
|
||||
this.richEditControl1.Options.Fields.UpdateFieldsInTextBoxes = false;
|
||||
this.richEditControl1.Size = new System.Drawing.Size(224, 55);
|
||||
this.richEditControl1.TabIndex = 0;
|
||||
//
|
||||
// lblText
|
||||
//
|
||||
this.lblText.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lblText.Location = new System.Drawing.Point(0, 0);
|
||||
this.lblText.Name = "lblText";
|
||||
this.lblText.Size = new System.Drawing.Size(40, 55);
|
||||
this.lblText.TabIndex = 0;
|
||||
this.lblText.Text = "名称";
|
||||
this.lblText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// plLeft
|
||||
//
|
||||
this.plLeft.Controls.Add(this.lblText);
|
||||
this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.plLeft.Location = new System.Drawing.Point(0, 0);
|
||||
this.plLeft.Name = "plLeft";
|
||||
this.plLeft.Size = new System.Drawing.Size(40, 55);
|
||||
this.plLeft.TabIndex = 4;
|
||||
//
|
||||
// LabelRichEdit
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.BackColor = System.Drawing.Color.Transparent;
|
||||
this.Controls.Add(this.plRight);
|
||||
this.Controls.Add(this.plLeft);
|
||||
this.Name = "LabelRichEdit";
|
||||
this.Size = new System.Drawing.Size(264, 55);
|
||||
this.plRight.ResumeLayout(false);
|
||||
this.plLeft.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Panel plRight;
|
||||
private System.Windows.Forms.Label lblText;
|
||||
private System.Windows.Forms.Panel plLeft;
|
||||
private DevExpress.XtraRichEdit.RichEditControl richEditControl1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user