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.

72 lines
2.7 KiB
C#

9 months ago
namespace POSV.WeiXin
{
partial class WeixinProductX
{
/// <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.itemPanel = new DevComponents.DotNetBar.ItemPanel();
this.SuspendLayout();
//
// itemPanel
//
//
//
//
this.itemPanel.BackgroundStyle.BorderColor = System.Drawing.Color.Transparent;
this.itemPanel.BackgroundStyle.BorderColor2 = System.Drawing.Color.Transparent;
this.itemPanel.BackgroundStyle.Class = "MetroTileGroupTitle";
this.itemPanel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.itemPanel.ContainerControlProcessDialogKey = true;
this.itemPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.itemPanel.DragDropSupport = true;
this.itemPanel.Font = new System.Drawing.Font("微软雅黑", 12F);
this.itemPanel.KeyboardNavigationEnabled = false;
this.itemPanel.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
this.itemPanel.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.itemPanel.Location = new System.Drawing.Point(0, 0);
this.itemPanel.MouseClientScrollEnabled = false;
this.itemPanel.Name = "itemPanel";
this.itemPanel.ReserveLeftSpace = false;
this.itemPanel.Size = new System.Drawing.Size(476, 418);
this.itemPanel.TabIndex = 42;
//
// WeixinProductX
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.itemPanel);
this.Name = "WeixinProductX";
this.Size = new System.Drawing.Size(476, 418);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.ItemPanel itemPanel;
}
}