namespace POSV.Component { partial class ShortcutControlDesigner { /// /// 必需的设计器变量。 /// 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.line5 = new DevComponents.DotNetBar.Controls.Line(); this.line4 = new DevComponents.DotNetBar.Controls.Line(); this.checkBoxFontAndColor = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.comboBoxFontSize = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem1 = new DevComponents.Editors.ComboItem(); this.comboItem2 = new DevComponents.Editors.ComboItem(); this.comboBoxColor3 = new OfficePickers.ColorPicker.ComboBoxColorPicker(); this.ButtonBackward = new DevComponents.DotNetBar.ButtonX(); this.ButtonForward = new DevComponents.DotNetBar.ButtonX(); this.comboBoxColor2 = new OfficePickers.ColorPicker.ComboBoxColorPicker(); this.comboBoxColor1 = new OfficePickers.ColorPicker.ComboBoxColorPicker(); this.line2 = new DevComponents.DotNetBar.Controls.Line(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.txtAlias = new DevComponents.DotNetBar.Controls.TextBoxX(); this.line1 = new DevComponents.DotNetBar.Controls.Line(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.superTabControl = new DevComponents.DotNetBar.SuperTabControl(); this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.itemPanel = new DevComponents.DotNetBar.ItemPanel(); this.metroTileItem44 = new DevComponents.DotNetBar.Metro.MetroTileItem(); this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem(); this.menuItemPanel = new DevComponents.DotNetBar.ItemPanel(); ((System.ComponentModel.ISupportInitialize)(this.superTabControl)).BeginInit(); this.superTabControl.SuspendLayout(); this.superTabControlPanel1.SuspendLayout(); this.SuspendLayout(); // // line5 // this.line5.BackColor = System.Drawing.Color.Transparent; this.line5.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot; this.line5.Location = new System.Drawing.Point(367, 66); this.line5.Name = "line5"; this.line5.Size = new System.Drawing.Size(171, 12); this.line5.TabIndex = 233; this.line5.Text = "line5"; // // line4 // this.line4.BackColor = System.Drawing.Color.Transparent; this.line4.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot; this.line4.Location = new System.Drawing.Point(367, 30); this.line4.Name = "line4"; this.line4.Size = new System.Drawing.Size(171, 12); this.line4.TabIndex = 232; this.line4.Text = "line4"; // // checkBoxFontAndColor // // // // this.checkBoxFontAndColor.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxFontAndColor.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBoxFontAndColor.Location = new System.Drawing.Point(367, 9); this.checkBoxFontAndColor.Name = "checkBoxFontAndColor"; this.checkBoxFontAndColor.Size = new System.Drawing.Size(169, 23); this.checkBoxFontAndColor.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxFontAndColor.TabIndex = 231; this.checkBoxFontAndColor.Text = "字体和颜色应用到整个区域"; // // comboBoxFontSize // this.comboBoxFontSize.DisplayMember = "Text"; this.comboBoxFontSize.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxFontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxFontSize.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comboBoxFontSize.ForeColor = System.Drawing.Color.Black; this.comboBoxFontSize.FormattingEnabled = true; this.comboBoxFontSize.ItemHeight = 16; this.comboBoxFontSize.Items.AddRange(new object[] { this.comboItem1, this.comboItem2}); this.comboBoxFontSize.Location = new System.Drawing.Point(415, 43); this.comboBoxFontSize.Name = "comboBoxFontSize"; this.comboBoxFontSize.Size = new System.Drawing.Size(57, 22); this.comboBoxFontSize.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxFontSize.TabIndex = 230; this.comboBoxFontSize.SelectedIndexChanged += new System.EventHandler(this.OnFontSelectedIndexChanged); // // comboItem1 // this.comboItem1.Text = "10"; // // comboItem2 // this.comboItem2.Text = "12.5"; // // comboBoxColor3 // this.comboBoxColor3.Color = System.Drawing.Color.Black; this.comboBoxColor3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxColor3.DropDownHeight = 1; this.comboBoxColor3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxColor3.DropDownWidth = 1; this.comboBoxColor3.FormattingEnabled = true; this.comboBoxColor3.IntegralHeight = false; this.comboBoxColor3.ItemHeight = 16; this.comboBoxColor3.Items.AddRange(new object[] { "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color"}); this.comboBoxColor3.Location = new System.Drawing.Point(478, 43); this.comboBoxColor3.Name = "comboBoxColor3"; this.comboBoxColor3.Size = new System.Drawing.Size(56, 22); this.comboBoxColor3.TabIndex = 229; this.comboBoxColor3.SelectedColorChanged += new System.EventHandler(this.OnSelectedColorChanged); // // ButtonBackward // this.ButtonBackward.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonBackward.ColorTable = DevComponents.DotNetBar.eButtonColor.MagentaWithBackground; this.ButtonBackward.Location = new System.Drawing.Point(463, 163); this.ButtonBackward.Name = "ButtonBackward"; this.ButtonBackward.Size = new System.Drawing.Size(79, 51); this.ButtonBackward.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ButtonBackward.Symbol = ""; this.ButtonBackward.TabIndex = 228; this.ButtonBackward.Click += new System.EventHandler(this.OnButtonBackward); // // ButtonForward // this.ButtonForward.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonForward.ColorTable = DevComponents.DotNetBar.eButtonColor.MagentaWithBackground; this.ButtonForward.FadeEffect = false; this.ButtonForward.Location = new System.Drawing.Point(367, 163); this.ButtonForward.Name = "ButtonForward"; this.ButtonForward.Size = new System.Drawing.Size(79, 51); this.ButtonForward.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ButtonForward.Symbol = ""; this.ButtonForward.TabIndex = 227; this.ButtonForward.Click += new System.EventHandler(this.OnButtonForward); // // comboBoxColor2 // this.comboBoxColor2.Color = System.Drawing.Color.Tan; this.comboBoxColor2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxColor2.DropDownHeight = 1; this.comboBoxColor2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxColor2.DropDownWidth = 1; this.comboBoxColor2.FormattingEnabled = true; this.comboBoxColor2.IntegralHeight = false; this.comboBoxColor2.ItemHeight = 16; this.comboBoxColor2.Items.AddRange(new object[] { "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color"}); this.comboBoxColor2.Location = new System.Drawing.Point(478, 79); this.comboBoxColor2.Name = "comboBoxColor2"; this.comboBoxColor2.Size = new System.Drawing.Size(56, 22); this.comboBoxColor2.TabIndex = 224; this.comboBoxColor2.SelectedColorChanged += new System.EventHandler(this.OnSelectedColorChanged); // // comboBoxColor1 // this.comboBoxColor1.Color = System.Drawing.Color.Tan; this.comboBoxColor1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxColor1.DropDownHeight = 1; this.comboBoxColor1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxColor1.DropDownWidth = 1; this.comboBoxColor1.FormattingEnabled = true; this.comboBoxColor1.IntegralHeight = false; this.comboBoxColor1.ItemHeight = 16; this.comboBoxColor1.Items.AddRange(new object[] { "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color", "Color"}); this.comboBoxColor1.Location = new System.Drawing.Point(415, 79); this.comboBoxColor1.Name = "comboBoxColor1"; this.comboBoxColor1.Size = new System.Drawing.Size(56, 22); this.comboBoxColor1.TabIndex = 223; this.comboBoxColor1.SelectedColorChanged += new System.EventHandler(this.OnSelectedColorChanged); // // line2 // this.line2.BackColor = System.Drawing.Color.Transparent; this.line2.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot; this.line2.Location = new System.Drawing.Point(367, 140); this.line2.Name = "line2"; this.line2.Size = new System.Drawing.Size(171, 12); this.line2.TabIndex = 222; this.line2.Text = "line2"; // // labelX2 // // // // this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX2.Location = new System.Drawing.Point(368, 79); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(47, 23); this.labelX2.TabIndex = 221; this.labelX2.Text = "颜色:"; // // txtAlias // this.txtAlias.BackColor = System.Drawing.Color.White; // // // this.txtAlias.Border.Class = "TextBoxBorder"; this.txtAlias.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtAlias.DisabledBackColor = System.Drawing.Color.White; this.txtAlias.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtAlias.ForeColor = System.Drawing.Color.Black; this.txtAlias.ImeMode = System.Windows.Forms.ImeMode.HangulFull; this.txtAlias.Location = new System.Drawing.Point(415, 114); this.txtAlias.MaxLength = 6; this.txtAlias.Name = "txtAlias"; this.txtAlias.PreventEnterBeep = true; this.txtAlias.Size = new System.Drawing.Size(119, 26); this.txtAlias.TabIndex = 220; this.txtAlias.TextChanged += new System.EventHandler(this.OnAliasTextChanged); // // line1 // this.line1.BackColor = System.Drawing.Color.Transparent; this.line1.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot; this.line1.Location = new System.Drawing.Point(367, 102); this.line1.Name = "line1"; this.line1.Size = new System.Drawing.Size(171, 12); this.line1.TabIndex = 219; this.line1.Text = "line1"; // // labelX3 // // // // this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX3.Location = new System.Drawing.Point(368, 116); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(47, 23); this.labelX3.TabIndex = 218; this.labelX3.Text = "别名:"; // // labelX1 // // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX1.Location = new System.Drawing.Point(368, 43); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(47, 23); this.labelX1.TabIndex = 217; this.labelX1.Text = "字体:"; // // superTabControl // this.superTabControl.BackColor = System.Drawing.Color.White; // // // // // // this.superTabControl.ControlBox.CloseBox.Name = ""; // // // this.superTabControl.ControlBox.MenuBox.Name = ""; this.superTabControl.ControlBox.MenuBox.Visible = false; this.superTabControl.ControlBox.Name = ""; this.superTabControl.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.superTabControl.ControlBox.MenuBox, this.superTabControl.ControlBox.CloseBox}); this.superTabControl.Controls.Add(this.superTabControlPanel1); this.superTabControl.FixedTabSize = new System.Drawing.Size(0, 30); this.superTabControl.ForeColor = System.Drawing.Color.Black; this.superTabControl.Location = new System.Drawing.Point(14, 222); this.superTabControl.Name = "superTabControl"; this.superTabControl.ReorderTabsEnabled = true; this.superTabControl.SelectedTabFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.superTabControl.SelectedTabIndex = 0; this.superTabControl.Size = new System.Drawing.Size(524, 237); this.superTabControl.TabFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.superTabControl.TabIndex = 215; this.superTabControl.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.superTabItem1}); this.superTabControl.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue; this.superTabControl.TextAlignment = DevComponents.DotNetBar.eItemAlignment.Center; // // superTabControlPanel1 // this.superTabControlPanel1.Controls.Add(this.itemPanel); this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel1.Location = new System.Drawing.Point(0, 32); this.superTabControlPanel1.Name = "superTabControlPanel1"; this.superTabControlPanel1.Size = new System.Drawing.Size(524, 205); this.superTabControlPanel1.TabIndex = 1; this.superTabControlPanel1.TabItem = this.superTabItem1; // // itemPanel // // // // this.itemPanel.BackgroundStyle.Class = "ItemPanel"; 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.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.metroTileItem44}); this.itemPanel.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.itemPanel.Location = new System.Drawing.Point(0, 0); this.itemPanel.MultiLine = true; this.itemPanel.Name = "itemPanel"; this.itemPanel.ReserveLeftSpace = false; this.itemPanel.Size = new System.Drawing.Size(524, 205); this.itemPanel.TabIndex = 5; // // metroTileItem44 // this.metroTileItem44.Name = "metroTileItem44"; this.metroTileItem44.SymbolColor = System.Drawing.Color.Empty; this.metroTileItem44.Text = "7"; this.metroTileItem44.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Coffee; this.metroTileItem44.TileSize = new System.Drawing.Size(90, 50); // // // this.metroTileItem44.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.metroTileItem44.TileStyle.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.metroTileItem44.TileStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; // // superTabItem1 // this.superTabItem1.AttachedControl = this.superTabControlPanel1; this.superTabItem1.GlobalItem = false; this.superTabItem1.Name = "superTabItem1"; this.superTabItem1.Text = "功能"; // // menuItemPanel // this.menuItemPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(190)))), ((int)(((byte)(182))))); // // // this.menuItemPanel.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(190)))), ((int)(((byte)(182))))); this.menuItemPanel.BackgroundStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(190)))), ((int)(((byte)(182))))); this.menuItemPanel.BackgroundStyle.Class = "ItemPanel"; this.menuItemPanel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.menuItemPanel.ContainerControlProcessDialogKey = true; this.menuItemPanel.DragDropSupport = true; this.menuItemPanel.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.menuItemPanel.Location = new System.Drawing.Point(14, 9); this.menuItemPanel.MultiLine = true; this.menuItemPanel.Name = "menuItemPanel"; this.menuItemPanel.ReserveLeftSpace = false; this.menuItemPanel.Size = new System.Drawing.Size(339, 207); this.menuItemPanel.TabIndex = 216; this.menuItemPanel.Tag = "明细区"; // // ShortcutControlDesigner // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.line5); this.Controls.Add(this.line4); this.Controls.Add(this.checkBoxFontAndColor); this.Controls.Add(this.comboBoxFontSize); this.Controls.Add(this.comboBoxColor3); this.Controls.Add(this.ButtonBackward); this.Controls.Add(this.ButtonForward); this.Controls.Add(this.comboBoxColor2); this.Controls.Add(this.comboBoxColor1); this.Controls.Add(this.line2); this.Controls.Add(this.labelX2); this.Controls.Add(this.txtAlias); this.Controls.Add(this.line1); this.Controls.Add(this.labelX3); this.Controls.Add(this.labelX1); this.Controls.Add(this.menuItemPanel); this.Controls.Add(this.superTabControl); this.Name = "ShortcutControlDesigner"; this.Size = new System.Drawing.Size(555, 474); ((System.ComponentModel.ISupportInitialize)(this.superTabControl)).EndInit(); this.superTabControl.ResumeLayout(false); this.superTabControlPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.SuperTabControl superTabControl; private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1; private DevComponents.DotNetBar.ItemPanel itemPanel; private DevComponents.DotNetBar.Metro.MetroTileItem metroTileItem44; private DevComponents.DotNetBar.SuperTabItem superTabItem1; private DevComponents.DotNetBar.Controls.Line line4; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxFontAndColor; private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxFontSize; private DevComponents.Editors.ComboItem comboItem1; private DevComponents.Editors.ComboItem comboItem2; private OfficePickers.ColorPicker.ComboBoxColorPicker comboBoxColor3; private DevComponents.DotNetBar.ButtonX ButtonBackward; private DevComponents.DotNetBar.ButtonX ButtonForward; private OfficePickers.ColorPicker.ComboBoxColorPicker comboBoxColor2; private OfficePickers.ColorPicker.ComboBoxColorPicker comboBoxColor1; private DevComponents.DotNetBar.Controls.Line line2; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.Controls.TextBoxX txtAlias; private DevComponents.DotNetBar.Controls.Line line1; private DevComponents.DotNetBar.LabelX labelX3; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.Controls.Line line5; private DevComponents.DotNetBar.ItemPanel menuItemPanel; } }