47cf35aa28
SVN-Revision: r1104
89 lines
3.6 KiB
C#
89 lines
3.6 KiB
C#
|
|
namespace Lskj.Control
|
|
{
|
|
partial class LabelBillSourceComboxEdit
|
|
{
|
|
/// <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.plLeft = new System.Windows.Forms.Panel();
|
|
this.lblText = new System.Windows.Forms.Label();
|
|
this.plRight = new System.Windows.Forms.Panel();
|
|
this.txtEdit = new Lskj.Control.AutoGridLookUp();
|
|
this.btnSource = new DevExpress.XtraEditors.SimpleButton();
|
|
this.plLeft.SuspendLayout();
|
|
this.plRight.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// plLeft
|
|
//
|
|
this.plLeft.BackColor = System.Drawing.Color.Transparent;
|
|
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(39, 20);
|
|
this.plLeft.TabIndex = 3;
|
|
//
|
|
// lblText
|
|
//
|
|
this.lblText.AutoSize = true;
|
|
this.lblText.Location = new System.Drawing.Point(5, 4);
|
|
this.lblText.Name = "lblText";
|
|
this.lblText.Size = new System.Drawing.Size(29, 12);
|
|
this.lblText.TabIndex = 0;
|
|
this.lblText.Text = "名称";
|
|
//
|
|
// plRight
|
|
//
|
|
this.plRight.Controls.Add(this.txtEdit);
|
|
this.plRight.Controls.Add(this.btnSource);
|
|
this.plRight.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.plRight.Location = new System.Drawing.Point(39, 0);
|
|
this.plRight.Name = "plRight";
|
|
this.plRight.Size = new System.Drawing.Size(119, 20);
|
|
this.plRight.TabIndex = 4;
|
|
//
|
|
// txtEdit
|
|
//
|
|
this.txtEdit.DataSource = null;
|
|
this.txtEdit.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtEdit.EditValue = "";
|
|
this.txtEdit.Location = new System.Drawing.Point(0, 0);
|
|
this.txtEdit.Name = "txtEdit";
|
|
this.txtEdit.Size = new System.Drawing.Size(91, 20);
|
|
this.txtEdit.TabIndex = 38;
|
|
//
|
|
// btnSource
|
|
//
|
|
this.btnSource.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSource.Appearance.Options.UseFont = true;
|
|
this.btnSource.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnSource.Location = new System.Drawing.Point(91, 0);
|
|
this.btnSource.Name = "btnSource";
|
|
this.btnSource.Size = new System.Drawing.Size(28, 20);
|
|
this.btnSource.TabIndex = 3 |