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.

243 lines
15 KiB
C#

using POS.Language.Language;
using POSV.Component;
namespace POSV.Report
{
partial class RefundCauseSelectForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.itemPanel1 = new DevComponents.DotNetBar.ItemPanel();
this.txtOtherCause = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX();
this.touchButtonX2 = new POSV.Component.TouchButtonX();
this.touchButtonX1 = new POSV.Component.TouchButtonX();
this.doubleBufferPanelX1.SuspendLayout();
this.doubleBufferPanelX2.SuspendLayout();
this.SuspendLayout();
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.itemPanel1);
this.doubleBufferPanelX1.Controls.Add(this.txtOtherCause);
this.doubleBufferPanelX1.Controls.Add(this.labelX1);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Fill;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 0);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(1);
this.doubleBufferPanelX1.Size = new System.Drawing.Size(511, 388);
this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX1.Style.GradientAngle = 90;
this.doubleBufferPanelX1.TabIndex = 13;
//
// itemPanel1
//
//
//
//
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.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.itemPanel1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
this.itemPanel1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.itemPanel1.Location = new System.Drawing.Point(1, 1);
this.itemPanel1.Name = "itemPanel1";
this.itemPanel1.ReserveLeftSpace = false;
this.itemPanel1.Size = new System.Drawing.Size(509, 306);
this.itemPanel1.TabIndex = 0;
this.itemPanel1.Text = "itemPanel1";
//
// txtOtherCause
//
this.txtOtherCause.BackColor = System.Drawing.Color.White;
//
//
//
this.txtOtherCause.Border.Class = "TextBoxBorder";
this.txtOtherCause.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtOtherCause.ButtonCustom.Symbol = "";
this.txtOtherCause.ButtonCustom.Visible = true;
this.txtOtherCause.DisabledBackColor = System.Drawing.Color.White;
this.txtOtherCause.Dock = System.Windows.Forms.DockStyle.Bottom;
this.txtOtherCause.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtOtherCause.ForeColor = System.Drawing.Color.Black;
this.txtOtherCause.Location = new System.Drawing.Point(1, 307);
this.txtOtherCause.Multiline = true;
this.txtOtherCause.Name = "txtOtherCause";
this.txtOtherCause.PreventEnterBeep = true;
this.txtOtherCause.Size = new System.Drawing.Size(509, 40);
this.txtOtherCause.TabIndex = 18;
this.txtOtherCause.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtOtherCause.WatermarkFont = new System.Drawing.Font("微软雅黑", 15.75F);
this.txtOtherCause.WatermarkText = "输入其他原因";
this.txtOtherCause.ButtonCustomClick += new System.EventHandler(this.OnKeyboardCustomClick);
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX1.Location = new System.Drawing.Point(1, 347);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(509, 40);
this.labelX1.Symbol = "";
this.labelX1.TabIndex = 17;
this.labelX1.Text = "请选择退单原因";
//
// doubleBufferPanelX2
//
this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX2.Controls.Add(this.touchButtonX2);
this.doubleBufferPanelX2.Controls.Add(this.touchButtonX1);
this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.doubleBufferPanelX2.Location = new System.Drawing.Point(0, 388);
this.doubleBufferPanelX2.Name = "doubleBufferPanelX2";
this.doubleBufferPanelX2.Size = new System.Drawing.Size(511, 52);
this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX2.Style.GradientAngle = 90;
this.doubleBufferPanelX2.TabIndex = 20;
//
// touchButtonX2
//
this.touchButtonX2.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.touchButtonX2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.touchButtonX2.CanvasColor = System.Drawing.SystemColors.Control;
this.touchButtonX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.touchButtonX2.Cursor = System.Windows.Forms.Cursors.Hand;
this.touchButtonX2.DisabledBackColor = System.Drawing.Color.Empty;
this.touchButtonX2.EnableFlyout = false;
this.touchButtonX2.FlyoutContent = null;
this.touchButtonX2.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.touchButtonX2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX2.KeyCode = "";
this.touchButtonX2.Location = new System.Drawing.Point(87, 3);
this.touchButtonX2.Lock = false;
this.touchButtonX2.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX2.Name = "touchButtonX2";
this.touchButtonX2.Notify = false;
this.touchButtonX2.NotifyColor = System.Drawing.Color.Red;
this.touchButtonX2.NotifySize = new System.Drawing.Size(30, 16);
this.touchButtonX2.NotifyText = "99+";
this.touchButtonX2.PermissionCode = "";
this.touchButtonX2.Size = new System.Drawing.Size(156, 45);
this.touchButtonX2.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.touchButtonX2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.touchButtonX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.touchButtonX2.Style.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX2.Style.ForeColor.Color = System.Drawing.Color.White;
this.touchButtonX2.Style.GradientAngle = 90;
this.touchButtonX2.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.touchButtonX2.SymbolSize = 0F;
this.touchButtonX2.TabIndex = 23;
this.touchButtonX2.Text = "确定";
this.touchButtonX2.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnAcceptTouchClick);
//
// touchButtonX1
//
this.touchButtonX1.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.touchButtonX1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.touchButtonX1.CanvasColor = System.Drawing.SystemColors.Control;
this.touchButtonX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.touchButtonX1.Cursor = System.Windows.Forms.Cursors.Hand;
this.touchButtonX1.DisabledBackColor = System.Drawing.Color.Empty;
this.touchButtonX1.EnableFlyout = false;
this.touchButtonX1.FlyoutContent = null;
this.touchButtonX1.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.touchButtonX1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX1.KeyCode = "";
this.touchButtonX1.Location = new System.Drawing.Point(301, 3);
this.touchButtonX1.Lock = false;
this.touchButtonX1.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX1.Name = "touchButtonX1";
this.touchButtonX1.Notify = false;
this.touchButtonX1.NotifyColor = System.Drawing.Color.Red;
this.touchButtonX1.NotifySize = new System.Drawing.Size(30, 16);
this.touchButtonX1.NotifyText = "99+";
this.touchButtonX1.PermissionCode = "";
this.touchButtonX1.Size = new System.Drawing.Size(156, 45);
this.touchButtonX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.touchButtonX1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.touchButtonX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.touchButtonX1.Style.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX1.Style.ForeColor.Color = System.Drawing.Color.White;
this.touchButtonX1.Style.GradientAngle = 90;
this.touchButtonX1.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.touchButtonX1.SymbolSize = 0F;
this.touchButtonX1.TabIndex = 12;
this.touchButtonX1.Text = "关闭";
this.touchButtonX1.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnCloseTouchClick);
//
// RefundCauseSelectForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(511, 440);
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.doubleBufferPanelX2);
this.Name = "RefundCauseSelectForm";
this.Text = "RePrintSelectForm";
this.doubleBufferPanelX1.ResumeLayout(false);
this.doubleBufferPanelX2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private TouchButtonX touchButtonX1;
private DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.ItemPanel itemPanel1;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.TextBoxX txtOtherCause;
private DoubleBufferPanelX doubleBufferPanelX2;
private TouchButtonX touchButtonX2;
}
}