namespace POSV.Template.Component { partial class MakeControl { /// /// 必需的设计器变量。 /// 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.itemPanel1 = new DevComponents.DotNetBar.ItemPanel(); this.SuspendLayout(); // // itemPanel1 // // // // this.itemPanel1.BackgroundStyle.BackColor = System.Drawing.Color.Transparent; this.itemPanel1.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent; this.itemPanel1.BackgroundStyle.BorderColor = System.Drawing.Color.Transparent; this.itemPanel1.BackgroundStyle.BorderColor2 = System.Drawing.Color.Transparent; this.itemPanel1.BackgroundStyle.Class = "ItemPanel"; this.itemPanel1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemPanel1.ContainerControlProcessDialogKey = true; this.itemPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.itemPanel1.DragDropSupport = true; this.itemPanel1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.itemPanel1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.itemPanel1.Location = new System.Drawing.Point(0, 0); this.itemPanel1.Name = "itemPanel1"; this.itemPanel1.ReserveLeftSpace = false; this.itemPanel1.Size = new System.Drawing.Size(427, 257); this.itemPanel1.TabIndex = 0; this.itemPanel1.Text = "itemPanel1"; // // MakeControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.itemPanel1); this.Name = "MakeControl"; this.Size = new System.Drawing.Size(427, 257); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ItemPanel itemPanel1; } }