SVN r338
SVN-Revision: r338
This commit is contained in:
+101
@@ -0,0 +1,101 @@
|
||||
|
||||
namespace Lskj.Control
|
||||
{
|
||||
partial class LabApiButtonEdit
|
||||
{
|
||||
/// <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.panel1 = new System.Windows.Forms.Panel();
|
||||
this.btnMore = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.txtEdit = new DevExpress.XtraEditors.TextEdit();
|
||||
this.plLeft.SuspendLayout();
|
||||
this.plRight.SuspendLayout();
|
||||
this.panel1.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(42, 21);
|
||||
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 = 1;
|
||||
this.lblText.Text = "名称";
|
||||
//
|
||||
// plRight
|
||||
//
|
||||
this.plRight.BackColor = System.Drawing.Color.Transparent;
|
||||
this.plRight.Controls.Add(this.txtEdit);
|
||||
this.plRight.Controls.Add(this.panel1);
|
||||
this.plRight.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.plRight.Location = new System.Drawing.Point(42, 0);
|
||||
this.plRight.Name = "plRight";
|
||||
this.plRight.Size = new System.Drawing.Size(122, 21);
|
||||
this.plRight.TabIndex = 4;
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.btnMore);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.panel1.Location = new System.Drawing.Point(96, 0);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(26, 21);
|
||||
this.panel1.TabIndex = 6;
|
||||
//
|
||||
// btnMore
|
||||
//
|
||||
this.btnMore.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnMore.Appearance.Options.UseFont = true;
|
||||
this.btnMore.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.btnMore.Image = global::Lskj.Control.Properties.Resources.refresh;
|
||||
this.btnMore.Location = new System.Drawing.Point(0, 0);
|
||||
this.btnMore.Name = "btnMore";
|
||||
this.btnMore.Size = new System.Drawing.Size(26, 21);
|
||||
this.btnMore.TabIndex = 2;
|
||||
//
|
||||
// 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(96, 20);
|
||||
this.txtEdit.TabIndex = 7;
|
||||
|
||||
Reference in New Issue
Block a user