namespace Lskj.Control { partial class LabelWeigh { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// 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.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); this.txtEdit = new DevExpress.XtraEditors.TextEdit(); 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.Margin = new System.Windows.Forms.Padding(4); this.plLeft.Name = "plLeft"; this.plLeft.Size = new System.Drawing.Size(53, 21); this.plLeft.TabIndex = 4; // // lblText // this.lblText.AutoSize = true; this.lblText.Location = new System.Drawing.Point(7, 5); this.lblText.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblText.Name = "lblText"; this.lblText.Size = new System.Drawing.Size(37, 15); this.lblText.TabIndex = 1; this.lblText.Text = "名称"; // // plRight // this.plRight.BackColor = System.Drawing.Color.Transparent; this.plRight.Controls.Add(this.btnRefresh); this.plRight.Dock = System.Windows.Forms.DockStyle.Right; this.plRight.Location = new System.Drawing.Point(179, 0); this.plRight.Margin = new System.Windows.Forms.Padding(4); this.plRight.Name = "plRight"; this.plRight.Size = new System.Drawing.Size(53, 21); this.plRight.TabIndex = 42; // // btnRefresh // this.btnRefresh.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnRefresh.Appearance.Options.UseFont = true; this.btnRefresh.Dock = System.Windows.Forms.DockStyle.Right; this.btnRefresh.Location = new System.Drawing.Point(0, 0); this.btnRefresh.Margin = new System.Windows.Forms.Padding(4); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(53, 21); this.btnRefresh.TabIndex = 38; this.btnRefresh.Text = "称重"; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // txtEdit // this.txtEdit.Dock = System.Windows.Forms.DockStyle.Fill; this.txtEdit.Location = new System.Drawing.Point(53, 0); this.txtEdit.Margin = new System.Windows.Forms.Padding(4); this.txtEdit.Name = "txtEdit"; this.txtEdit.Size = new System.Drawing.Size(126, 24); this.txtEdit.TabIndex = 43; // // LabelWeigh // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.txtEdit); this.Controls.Add(this.plRight); this.Controls.Add(this.plLeft); this.Name = "LabelWeigh"; this.Size = new System.Drawing.Size(232, 21); this.plLeft.ResumeLayout(false); this.plLeft.PerformLayout(); this.plRight.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel plLeft; private System.Windows.Forms.Label lblText; private System.Windows.Forms.Panel plRight; private DevExpress.XtraEditors.SimpleButton btnRefresh; private DevExpress.XtraEditors.TextEdit txtEdit; } }