ab56a9bcf7
SVN-Revision: r240
132 lines
5.5 KiB
C#
132 lines
5.5 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class LabelBrowserEdit
|
|
{
|
|
/// <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.txtEdit = new DevExpress.XtraEditors.TextEdit();
|
|
this.picBrowser = new System.Windows.Forms.PictureBox();
|
|
this.lblText = new System.Windows.Forms.Label();
|
|
this.plLeft = new System.Windows.Forms.Panel();
|
|
this.picQQ = new System.Windows.Forms.PictureBox();
|
|
this.plRight.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBrowser)).BeginInit();
|
|
this.plLeft.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picQQ)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// plRight
|
|
//
|
|
this.plRight.BackColor = System.Drawing.Color.Transparent;
|
|
this.plRight.Controls.Add(this.txtEdit);
|
|
this.plRight.Controls.Add(this.picBrowser);
|
|
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(122, 21);
|
|
this.plRight.TabIndex = 3;
|
|
//
|
|
// txtEdit
|
|
//
|
|
this.txtEdit.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtEdit.Location = new System.Drawing.Point(0, 0);
|
|
this.txtEdit.Name = "txtEdit";
|
|
this.txtEdit.Size = new System.Drawing.Size(98, 20);
|
|
this.txtEdit.TabIndex = 3;
|
|
//
|
|
// picBrowser
|
|
//
|
|
this.picBrowser.BackColor = System.Drawing.Color.Transparent;
|
|
this.picBrowser.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.picBrowser.Image = global::Lskj.Control.Properties.Resources.www;
|
|
this.picBrowser.Location = new System.Drawing.Point(98, 0);
|
|
this.picBrowser.Name = "picBrowser";
|
|
this.picBrowser.Size = new System.Drawing.Size(24, 21);
|
|
this.picBrowser.TabIndex = 1;
|
|
this.picBrowser.TabStop = false;
|
|
this.picBrowser.Click += new System.EventHandler(this.picBrowser_Click);
|
|
//
|
|
// lblText
|
|
//
|
|
this.lblText.AutoSize = true;
|
|
this.lblText.BackColor = System.Drawing.Color.Transparent;
|
|
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 = "名称";
|
|
//
|
|
// 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(40, 21);
|
|
this.plLeft.TabIndex = 2;
|
|
//
|
|
// picQQ
|
|
//
|
|
this.picQQ.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.picQQ.Location = new System.Drawing.Point(98, 0);
|
|
this.picQQ.Name = "picQQ";
|
|
this.picQQ.Size = new System.Drawing.Size(24, 21);
|
|
this.picQQ.TabIndex = 1;
|
|
this.picQQ.TabStop = false;
|
|
//
|
|
// LabelBrowserEdit
|
|
//
|
|
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 = "LabelBrowserEdit";
|
|
this.Size = new System.Drawing.Size(162, 21);
|
|
this.plRight.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBrowser)).EndInit();
|
|
this.plLeft.ResumeLayout(false);
|
|
this.plLeft.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picQQ)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel plRight;
|
|
private System.Windows.Forms.PictureBox picBrowser;
|
|
private System.Windows.Forms.Label lblText;
|
|
private System.Windows.Forms.Panel plLeft;
|
|
private DevExpress.XtraEditors.TextEdit txtEdit;
|
|
private System.Windows.Forms.PictureBox picQQ;
|
|
}
|
|
}
|