namespace JwKdsV.Component { partial class OrderItemPanel { /// /// 必需的设计器变量。 /// 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.numLabel = new System.Windows.Forms.Label(); this.nameLabel = new DevComponents.DotNetBar.LabelX(); this.makeLabel = new DevComponents.DotNetBar.LabelX(); this.SuspendLayout(); // // numLabel // this.numLabel.Dock = System.Windows.Forms.DockStyle.Right; this.numLabel.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.numLabel.Location = new System.Drawing.Point(232, 0); this.numLabel.Name = "numLabel"; this.numLabel.Size = new System.Drawing.Size(100, 52); this.numLabel.TabIndex = 0; this.numLabel.Text = "×数量"; this.numLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.numLabel.Click += new System.EventHandler(this.OnThisClick); // // nameLabel // // // // this.nameLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.nameLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.nameLabel.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.nameLabel.Location = new System.Drawing.Point(0, 0); this.nameLabel.Margin = new System.Windows.Forms.Padding(0); this.nameLabel.Name = "nameLabel"; this.nameLabel.PaddingLeft = -2; this.nameLabel.Size = new System.Drawing.Size(232, 26); this.nameLabel.TabIndex = 1; this.nameLabel.Text = "品名"; this.nameLabel.WordWrap = true; this.nameLabel.Click += new System.EventHandler(this.OnThisClick); // // makeLabel // // // // this.makeLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.makeLabel.Dock = System.Windows.Forms.DockStyle.Bottom; this.makeLabel.ImeMode = System.Windows.Forms.ImeMode.On; this.makeLabel.Location = new System.Drawing.Point(0, 26); this.makeLabel.Name = "makeLabel"; this.makeLabel.PaddingTop = 2; this.makeLabel.Size = new System.Drawing.Size(232, 26); this.makeLabel.TabIndex = 2; this.makeLabel.Text = "做法"; this.makeLabel.Visible = false; this.makeLabel.WordWrap = true; this.makeLabel.Click += new System.EventHandler(this.OnThisClick); // // OrderItemPanel // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.nameLabel); this.Controls.Add(this.makeLabel); this.Controls.Add(this.numLabel); this.Name = "OrderItemPanel"; this.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1); this.Size = new System.Drawing.Size(332, 53); this.FontChanged += new System.EventHandler(this.OnFontChanged); this.Paint += new System.Windows.Forms.PaintEventHandler(this.OrderItemPanel_Paint); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label numLabel; private DevComponents.DotNetBar.LabelX nameLabel; private DevComponents.DotNetBar.LabelX makeLabel; } }