old_flsystem/FLSystem/Forms/show_word.Designer.cs

59 lines
2.0 KiB
C#
Raw Permalink Normal View History

2022-09-20 03:10:29 +00:00
namespace FLSystem.Forms
{
partial class show_word
{
/// <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()
{
this.richEditControl1 = new DevExpress.XtraRichEdit.RichEditControl();
this.SuspendLayout();
//
// richEditControl1
//
this.richEditControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.richEditControl1.Location = new System.Drawing.Point(0, 0);
this.richEditControl1.Name = "richEditControl1";
this.richEditControl1.Size = new System.Drawing.Size(708, 469);
this.richEditControl1.TabIndex = 0;
//
// show_word
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(708, 469);
this.Controls.Add(this.richEditControl1);
this.Name = "show_word";
this.Text = "show_word";
this.Load += new System.EventHandler(this.show_word_Load);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraRichEdit.RichEditControl richEditControl1;
}
}