namespace POSV.Component { partial class ShortcutControl { /// /// 必需的设计器变量。 /// 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.shortcutItemPanel = new DevComponents.DotNetBar.ItemPanel(); this.metroTileItem1 = new DevComponents.DotNetBar.Metro.MetroTileItem(); this.SuspendLayout(); // // shortcutItemPanel // this.shortcutItemPanel.BackColor = System.Drawing.Color.Transparent; // // // this.shortcutItemPanel.BackgroundStyle.Class = "MetroTileGroupTitle"; this.shortcutItemPanel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.shortcutItemPanel.ContainerControlProcessDialogKey = true; this.shortcutItemPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.shortcutItemPanel.DragDropSupport = true; this.shortcutItemPanel.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.shortcutItemPanel.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.metroTileItem1}); this.shortcutItemPanel.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.shortcutItemPanel.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.shortcutItemPanel.Location = new System.Drawing.Point(0, 0); this.shortcutItemPanel.Name = "shortcutItemPanel"; this.shortcutItemPanel.ReserveLeftSpace = false; this.shortcutItemPanel.Size = new System.Drawing.Size(66, 582); this.shortcutItemPanel.TabIndex = 1; this.shortcutItemPanel.Tag = "工具区"; // // metroTileItem1 // this.metroTileItem1.CheckBehavior = DevComponents.DotNetBar.Metro.eMetroTileCheckBehavior.LeftMouseButtonClick; this.metroTileItem1.Checked = true; this.metroTileItem1.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.metroTileItem1.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Center; this.metroTileItem1.Name = "metroTileItem1"; this.metroTileItem1.Symbol = ""; this.metroTileItem1.SymbolColor = System.Drawing.Color.Empty; this.metroTileItem1.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Gray; this.metroTileItem1.TileSize = new System.Drawing.Size(30, 51); // // // this.metroTileItem1.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.metroTileItem1.TileStyle.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.metroTileItem1.TileStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.metroTileItem1.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // ShortcutControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(190)))), ((int)(((byte)(182))))); this.Controls.Add(this.shortcutItemPanel); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "ShortcutControl"; this.Size = new System.Drawing.Size(66, 582); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ItemPanel shortcutItemPanel; private DevComponents.DotNetBar.Metro.MetroTileItem metroTileItem1; } }