106 lines
5.0 KiB
C#
106 lines
5.0 KiB
C#
|
namespace FLSystem.Forms
|
|||
|
{
|
|||
|
partial class system_log_control
|
|||
|
{
|
|||
|
/// <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 Component 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.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.hyperlinkLabelControl1 = new DevExpress.XtraEditors.HyperlinkLabelControl();
|
|||
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|||
|
this.buttonCheck = new UI.Framework.Controls.ButtonCheck();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// labelControl1
|
|||
|
//
|
|||
|
this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.labelControl1.Location = new System.Drawing.Point(580, 8);
|
|||
|
this.labelControl1.Name = "labelControl1";
|
|||
|
this.labelControl1.Size = new System.Drawing.Size(52, 14);
|
|||
|
this.labelControl1.TabIndex = 2;
|
|||
|
this.labelControl1.Text = "滚动日志:";
|
|||
|
//
|
|||
|
// hyperlinkLabelControl1
|
|||
|
//
|
|||
|
this.hyperlinkLabelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.hyperlinkLabelControl1.Location = new System.Drawing.Point(738, 8);
|
|||
|
this.hyperlinkLabelControl1.Name = "hyperlinkLabelControl1";
|
|||
|
this.hyperlinkLabelControl1.Size = new System.Drawing.Size(24, 14);
|
|||
|
this.hyperlinkLabelControl1.TabIndex = 4;
|
|||
|
this.hyperlinkLabelControl1.Text = "清空";
|
|||
|
this.hyperlinkLabelControl1.Click += new System.EventHandler(this.hyperlinkLabelControl1_Click);
|
|||
|
//
|
|||
|
// richTextBox1
|
|||
|
//
|
|||
|
this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|||
|
| System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.richTextBox1.BackColor = System.Drawing.SystemColors.Control;
|
|||
|
this.richTextBox1.Location = new System.Drawing.Point(3, 34);
|
|||
|
this.richTextBox1.Name = "richTextBox1";
|
|||
|
this.richTextBox1.ReadOnly = true;
|
|||
|
this.richTextBox1.Size = new System.Drawing.Size(782, 492);
|
|||
|
this.richTextBox1.TabIndex = 5;
|
|||
|
this.richTextBox1.Text = "";
|
|||
|
//
|
|||
|
// buttonCheck
|
|||
|
//
|
|||
|
this.buttonCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.buttonCheck.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.buttonCheck.Checked = true;
|
|||
|
this.buttonCheck.CheckStyleX = UI.Framework.Controls.CheckStyle.style1;
|
|||
|
this.buttonCheck.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
this.buttonCheck.Location = new System.Drawing.Point(653, 3);
|
|||
|
this.buttonCheck.Margin = new System.Windows.Forms.Padding(1);
|
|||
|
this.buttonCheck.Name = "buttonCheck";
|
|||
|
this.buttonCheck.Size = new System.Drawing.Size(62, 25);
|
|||
|
this.buttonCheck.TabIndex = 21;
|
|||
|
this.buttonCheck.Click += new System.EventHandler(this.buttonCheck1_Click);
|
|||
|
//
|
|||
|
// system_log_control
|
|||
|
//
|
|||
|
this.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.Appearance.Options.UseBackColor = true;
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|||
|
this.Controls.Add(this.buttonCheck);
|
|||
|
this.Controls.Add(this.richTextBox1);
|
|||
|
this.Controls.Add(this.hyperlinkLabelControl1);
|
|||
|
this.Controls.Add(this.labelControl1);
|
|||
|
this.Name = "system_log_control";
|
|||
|
this.Size = new System.Drawing.Size(788, 528);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|||
|
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl1;
|
|||
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|||
|
private UI.Framework.Controls.ButtonCheck buttonCheck;
|
|||
|
}
|
|||
|
}
|