You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
3.8 KiB
C#

9 months ago
namespace JwKdsV.Business
{
partial class LastProductPanel
{
/// <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.button5 = new System.Windows.Forms.Button();
this.doubleBufferPanelX1 = new JwKdsV.Component.DoubleBufferPanelX();
this.itemPanel1 = new JwKdsV.Component.ItemPanel();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// button5
//
this.button5.Dock = System.Windows.Forms.DockStyle.Right;
this.button5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold);
this.button5.Location = new System.Drawing.Point(154, 0);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(103, 52);
this.button5.TabIndex = 10;
this.button5.Text = "关闭";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.OnCloseClick);
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.Controls.Add(this.button5);
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 594);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Size = new System.Drawing.Size(257, 52);
this.doubleBufferPanelX1.TabIndex = 2;
//
// itemPanel1
//
this.itemPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.itemPanel1.ItemSpace = 5;
this.itemPanel1.Location = new System.Drawing.Point(0, 0);
this.itemPanel1.Name = "itemPanel1";
this.itemPanel1.Size = new System.Drawing.Size(257, 594);
this.itemPanel1.TabIndex = 3;
this.itemPanel1.TitleBackColor = System.Drawing.Color.DarkRed;
this.itemPanel1.TitleFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.itemPanel1.TitleFontColor = System.Drawing.Color.White;
this.itemPanel1.TitleText = "最近划单";
this.itemPanel1.TitleVisible = true;
//
// LastProductPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.itemPanel1);
this.Controls.Add(this.doubleBufferPanelX1);
this.Name = "LastProductPanel";
this.Size = new System.Drawing.Size(257, 646);
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button5;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private Component.ItemPanel itemPanel1;
}
}