Files
lserp_cs_6.0/插件库/Lskj.Control/TextBoxUnderLine.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

103 lines
4.9 KiB
C#

namespace Lskj.Control
{
partial class TextBoxUnderLine
{
/// <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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.txtEdit = new DevExpress.XtraEditors.TextEdit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(148)))), ((int)(((byte)(150)))), ((int)(((byte)(148)))));
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 18);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(132, 2);
this.panelControl1.TabIndex = 0;
//
// panelControl2
//
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.txtEdit);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.panelControl2.Size = new System.Drawing.Size(132, 18);
this.panelControl2.TabIndex = 1;
//
// txtEdit
//
this.txtEdit.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtEdit.EditValue = "";
this.txtEdit.Location = new System.Drawing.Point(5, 0);
this.txtEdit.Name = "txtEdit";
this.txtEdit.Properties.Appearance.BackColor = System.Drawing.Color.White;
this.txtEdit.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtEdit.Properties.Appearance.Options.UseBackColor = true;
this.txtEdit.Properties.Appearance.Options.UseFont = true;
this.txtEdit.Properties.AppearanceDisabled.BackColor = System.Drawing.Color.White;
this.txtEdit.Properties.AppearanceDisabled.Options.UseBackColor = true;
this.txtEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.txtEdit.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.txtEdit.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
this.txtEdit.Size = new System.Drawing.Size(127, 22);
this.txtEdit.TabIndex = 1;
//
// TextBoxUnderLine
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl1);
this.Name = "TextBoxUnderLine";
this.Size = new System.Drawing.Size(132, 20);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PanelControl panelControl2;
public DevExpress.XtraEditors.TextEdit txtEdit;
}
}