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.

585 lines
29 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using POS.Language.Language;
namespace POSV.Component
{
partial class ViceParameter
{
/// <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.labelX1 = new DevComponents.DotNetBar.LabelX();
this.enableViceCom = new DevComponents.DotNetBar.Controls.SwitchButton();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.lunboIntervalCom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.fullScreenWaitCom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.imageSizeModeCom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX9 = new DevComponents.DotNetBar.LabelX();
this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.txtShowPositionCom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX8 = new DevComponents.DotNetBar.LabelX();
this.txtFontCom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.comboItem1 = new DevComponents.Editors.ComboItem();
this.comboItem2 = new DevComponents.Editors.ComboItem();
this.txtBgColorCom = new OfficePickers.ColorPicker.ComboBoxColorPicker();
this.labelX7 = new DevComponents.DotNetBar.LabelX();
this.txtColorCom = new OfficePickers.ColorPicker.ComboBoxColorPicker();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.txtSpeedCom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.chkShowProductImage = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.groupPanel1.SuspendLayout();
this.groupPanel2.SuspendLayout();
this.SuspendLayout();
//
// labelX1
//
this.labelX1.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX1.Location = new System.Drawing.Point(12, 18);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(103, 23);
this.labelX1.TabIndex = 143;
this.labelX1.Text = "是否启用副屏:";
//
// enableViceCom
//
this.enableViceCom.BackColor = System.Drawing.Color.White;
//
//
//
this.enableViceCom.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.enableViceCom.Location = new System.Drawing.Point(119, 14);
this.enableViceCom.Name = "enableViceCom";
this.enableViceCom.OffBackColor = System.Drawing.Color.Gray;
this.enableViceCom.OffText = "停用";
this.enableViceCom.OffTextColor = System.Drawing.Color.White;
this.enableViceCom.OnBackColor = System.Drawing.Color.Green;
this.enableViceCom.OnText = "启用";
this.enableViceCom.OnTextColor = System.Drawing.Color.White;
this.enableViceCom.ReadOnlyMarkerColor = System.Drawing.Color.White;
this.enableViceCom.Size = new System.Drawing.Size(94, 33);
this.enableViceCom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.enableViceCom.SwitchWidth = 45;
this.enableViceCom.TabIndex = 142;
this.enableViceCom.ValueFalse = "0";
this.enableViceCom.ValueObject = "0";
this.enableViceCom.ValueTrue = "1";
//
// labelX2
//
this.labelX2.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX2.Location = new System.Drawing.Point(3, 4);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(73, 23);
this.labelX2.TabIndex = 144;
this.labelX2.Text = "轮播间隔:";
//
// lunboIntervalCom
//
this.lunboIntervalCom.DisplayMember = "Text";
this.lunboIntervalCom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.lunboIntervalCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.lunboIntervalCom.Font = new System.Drawing.Font("宋体", 12F);
this.lunboIntervalCom.ForeColor = System.Drawing.Color.Black;
this.lunboIntervalCom.FormattingEnabled = true;
this.lunboIntervalCom.ItemHeight = 21;
this.lunboIntervalCom.Location = new System.Drawing.Point(82, 2);
this.lunboIntervalCom.Name = "lunboIntervalCom";
this.lunboIntervalCom.Size = new System.Drawing.Size(78, 27);
this.lunboIntervalCom.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.lunboIntervalCom.TabIndex = 287;
//
// labelX3
//
this.labelX3.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX3.Location = new System.Drawing.Point(166, 4);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(32, 23);
this.labelX3.TabIndex = 288;
this.labelX3.Text = "秒";
//
// fullScreenWaitCom
//
this.fullScreenWaitCom.DisplayMember = "Text";
this.fullScreenWaitCom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.fullScreenWaitCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.fullScreenWaitCom.Font = new System.Drawing.Font("宋体", 12F);
this.fullScreenWaitCom.ForeColor = System.Drawing.Color.Black;
this.fullScreenWaitCom.FormattingEnabled = true;
this.fullScreenWaitCom.ItemHeight = 21;
this.fullScreenWaitCom.Location = new System.Drawing.Point(6, 40);
this.fullScreenWaitCom.Name = "fullScreenWaitCom";
this.fullScreenWaitCom.Size = new System.Drawing.Size(78, 27);
this.fullScreenWaitCom.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.fullScreenWaitCom.TabIndex = 290;
//
// labelX5
//
this.labelX5.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX5.Location = new System.Drawing.Point(90, 44);
this.labelX5.Name = "labelX5";
this.labelX5.Size = new System.Drawing.Size(304, 23);
this.labelX5.TabIndex = 289;
this.labelX5.Text = "秒无操作自动进入全屏0-永不全屏显示)";
//
// groupPanel1
//
this.groupPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupPanel1.BackColor = System.Drawing.Color.White;
this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel1.Controls.Add(this.imageSizeModeCom);
this.groupPanel1.Controls.Add(this.labelX9);
this.groupPanel1.Controls.Add(this.labelX2);
this.groupPanel1.Controls.Add(this.fullScreenWaitCom);
this.groupPanel1.Controls.Add(this.lunboIntervalCom);
this.groupPanel1.Controls.Add(this.labelX5);
this.groupPanel1.Controls.Add(this.labelX3);
this.groupPanel1.DisabledBackColor = System.Drawing.Color.Empty;
this.groupPanel1.DrawTitleBox = false;
this.groupPanel1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupPanel1.Location = new System.Drawing.Point(3, 63);
this.groupPanel1.Name = "groupPanel1";
this.groupPanel1.Size = new System.Drawing.Size(581, 103);
//
//
//
this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel1.Style.BackColorGradientAngle = 90;
this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderBottomWidth = 1;
this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderLeftWidth = 1;
this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderRightWidth = 1;
this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderTopWidth = 1;
this.groupPanel1.Style.CornerDiameter = 4;
this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.groupPanel1.TabIndex = 291;
this.groupPanel1.Text = "轮播图设置";
//
// imageSizeModeCom
//
this.imageSizeModeCom.DisplayMember = "Text";
this.imageSizeModeCom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.imageSizeModeCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.imageSizeModeCom.Font = new System.Drawing.Font("宋体", 12F);
this.imageSizeModeCom.ForeColor = System.Drawing.Color.Black;
this.imageSizeModeCom.FormattingEnabled = true;
this.imageSizeModeCom.ItemHeight = 21;
this.imageSizeModeCom.Location = new System.Drawing.Point(275, 1);
this.imageSizeModeCom.Name = "imageSizeModeCom";
this.imageSizeModeCom.Size = new System.Drawing.Size(112, 27);
this.imageSizeModeCom.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.imageSizeModeCom.TabIndex = 292;
//
// labelX9
//
this.labelX9.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX9.Location = new System.Drawing.Point(206, 4);
this.labelX9.Name = "labelX9";
this.labelX9.Size = new System.Drawing.Size(73, 23);
this.labelX9.TabIndex = 291;
this.labelX9.Text = "显示方式:";
//
// groupPanel2
//
this.groupPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupPanel2.BackColor = System.Drawing.Color.White;
this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel2.Controls.Add(this.txtShowPositionCom);
this.groupPanel2.Controls.Add(this.labelX8);
this.groupPanel2.Controls.Add(this.txtFontCom);
this.groupPanel2.Controls.Add(this.txtBgColorCom);
this.groupPanel2.Controls.Add(this.labelX7);
this.groupPanel2.Controls.Add(this.txtColorCom);
this.groupPanel2.Controls.Add(this.labelX4);
this.groupPanel2.Controls.Add(this.txtSpeedCom);
this.groupPanel2.Controls.Add(this.labelX6);
this.groupPanel2.DisabledBackColor = System.Drawing.Color.Empty;
this.groupPanel2.DrawTitleBox = false;
this.groupPanel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupPanel2.Location = new System.Drawing.Point(3, 172);
this.groupPanel2.Name = "groupPanel2";
this.groupPanel2.Size = new System.Drawing.Size(581, 121);
//
//
//
this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel2.Style.BackColorGradientAngle = 90;
this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderBottomWidth = 1;
this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderLeftWidth = 1;
this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderRightWidth = 1;
this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderTopWidth = 1;
this.groupPanel2.Style.CornerDiameter = 4;
this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.groupPanel2.TabIndex = 292;
this.groupPanel2.Text = "轮播文本设置";
//
// txtShowPositionCom
//
this.txtShowPositionCom.DisplayMember = "Text";
this.txtShowPositionCom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.txtShowPositionCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtShowPositionCom.Font = new System.Drawing.Font("宋体", 12F);
this.txtShowPositionCom.ForeColor = System.Drawing.Color.Black;
this.txtShowPositionCom.FormattingEnabled = true;
this.txtShowPositionCom.ItemHeight = 21;
this.txtShowPositionCom.Location = new System.Drawing.Point(82, 45);
this.txtShowPositionCom.Name = "txtShowPositionCom";
this.txtShowPositionCom.Size = new System.Drawing.Size(78, 27);
this.txtShowPositionCom.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.txtShowPositionCom.TabIndex = 297;
//
// labelX8
//
this.labelX8.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX8.Location = new System.Drawing.Point(3, 45);
this.labelX8.Name = "labelX8";
this.labelX8.Size = new System.Drawing.Size(73, 23);
this.labelX8.TabIndex = 296;
this.labelX8.Text = "显示位置:";
//
// txtFontCom
//
this.txtFontCom.DisplayMember = "Text";
this.txtFontCom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.txtFontCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtFontCom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtFontCom.ForeColor = System.Drawing.Color.Black;
this.txtFontCom.FormattingEnabled = true;
this.txtFontCom.ItemHeight = 16;
this.txtFontCom.Items.AddRange(new object[] {
this.comboItem1,
this.comboItem2});
this.txtFontCom.Location = new System.Drawing.Point(247, 3);
this.txtFontCom.Name = "txtFontCom";
this.txtFontCom.Size = new System.Drawing.Size(57, 22);
this.txtFontCom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.txtFontCom.TabIndex = 295;
//
// comboItem1
//
this.comboItem1.Text = "10";
//
// comboItem2
//
this.comboItem2.Text = "12.5";
//
// txtBgColorCom
//
this.txtBgColorCom.Color = System.Drawing.Color.Tan;
this.txtBgColorCom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.txtBgColorCom.DropDownHeight = 1;
this.txtBgColorCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtBgColorCom.DropDownWidth = 1;
this.txtBgColorCom.FormattingEnabled = true;
this.txtBgColorCom.IntegralHeight = false;
this.txtBgColorCom.ItemHeight = 16;
this.txtBgColorCom.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.txtBgColorCom.Location = new System.Drawing.Point(483, 3);
this.txtBgColorCom.Name = "txtBgColorCom";
this.txtBgColorCom.Size = new System.Drawing.Size(56, 22);
this.txtBgColorCom.TabIndex = 293;
//
// labelX7
//
this.labelX7.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX7.Location = new System.Drawing.Point(415, 3);
this.labelX7.Name = "labelX7";
this.labelX7.Size = new System.Drawing.Size(71, 23);
this.labelX7.TabIndex = 292;
this.labelX7.Text = "背景颜色:";
//
// txtColorCom
//
this.txtColorCom.Color = System.Drawing.Color.Tan;
this.txtColorCom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.txtColorCom.DropDownHeight = 1;
this.txtColorCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtColorCom.DropDownWidth = 1;
this.txtColorCom.FormattingEnabled = true;
this.txtColorCom.IntegralHeight = false;
this.txtColorCom.ItemHeight = 16;
this.txtColorCom.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.txtColorCom.Location = new System.Drawing.Point(310, 3);
this.txtColorCom.Name = "txtColorCom";
this.txtColorCom.Size = new System.Drawing.Size(56, 22);
this.txtColorCom.TabIndex = 291;
//
// labelX4
//
this.labelX4.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX4.Location = new System.Drawing.Point(3, 3);
this.labelX4.Name = "labelX4";
this.labelX4.Size = new System.Drawing.Size(73, 23);
this.labelX4.TabIndex = 144;
this.labelX4.Text = "轮播速度:";
//
// txtSpeedCom
//
this.txtSpeedCom.DisplayMember = "Text";
this.txtSpeedCom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.txtSpeedCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtSpeedCom.Font = new System.Drawing.Font("宋体", 12F);
this.txtSpeedCom.ForeColor = System.Drawing.Color.Black;
this.txtSpeedCom.FormattingEnabled = true;
this.txtSpeedCom.ItemHeight = 21;
this.txtSpeedCom.Location = new System.Drawing.Point(82, 1);
this.txtSpeedCom.Name = "txtSpeedCom";
this.txtSpeedCom.Size = new System.Drawing.Size(78, 27);
this.txtSpeedCom.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.txtSpeedCom.TabIndex = 287;
//
// labelX6
//
this.labelX6.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX6.Location = new System.Drawing.Point(206, 3);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(44, 23);
this.labelX6.TabIndex = 289;
this.labelX6.Text = "字体:";
//
// chkShowProductImage
//
this.chkShowProductImage.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.chkShowProductImage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.chkShowProductImage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkShowProductImage.Location = new System.Drawing.Point(255, 18);
this.chkShowProductImage.Name = "chkShowProductImage";
this.chkShowProductImage.Size = new System.Drawing.Size(145, 23);
this.chkShowProductImage.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.chkShowProductImage.TabIndex = 293;
this.chkShowProductImage.Tag = "";
this.chkShowProductImage.Text = "启用展示商品图片";
//
// ViceParameter
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.chkShowProductImage);
this.Controls.Add(this.groupPanel2);
this.Controls.Add(this.groupPanel1);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.enableViceCom);
this.Name = "ViceParameter";
this.Size = new System.Drawing.Size(587, 401);
this.groupPanel1.ResumeLayout(false);
this.groupPanel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.SwitchButton enableViceCom;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.Controls.ComboBoxEx lunboIntervalCom;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.Controls.ComboBoxEx fullScreenWaitCom;
private DevComponents.DotNetBar.LabelX labelX5;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel2;
private DevComponents.DotNetBar.LabelX labelX4;
private DevComponents.DotNetBar.Controls.ComboBoxEx txtSpeedCom;
private DevComponents.DotNetBar.LabelX labelX6;
private OfficePickers.ColorPicker.ComboBoxColorPicker txtBgColorCom;
private DevComponents.DotNetBar.LabelX labelX7;
private OfficePickers.ColorPicker.ComboBoxColorPicker txtColorCom;
private DevComponents.DotNetBar.Controls.ComboBoxEx txtFontCom;
private DevComponents.Editors.ComboItem comboItem1;
private DevComponents.Editors.ComboItem comboItem2;
private DevComponents.DotNetBar.LabelX labelX8;
private DevComponents.DotNetBar.Controls.ComboBoxEx txtShowPositionCom;
private DevComponents.DotNetBar.Controls.ComboBoxEx imageSizeModeCom;
private DevComponents.DotNetBar.LabelX labelX9;
private DevComponents.DotNetBar.Controls.CheckBoxX chkShowProductImage;
}
}