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.

245 lines
15 KiB
C#

namespace POSV
{
partial class MDialogForm
{
/// <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.mainContainer = new POSV.Component.DoubleBufferPanelX();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX();
this.ButtonClose = new POSV.Component.TouchButtonX();
this.ButtonOK = new POSV.Component.TouchButtonX();
this.controlBox = new DevComponents.DotNetBar.LabelX();
this.lblContent = new DevComponents.DotNetBar.LabelX();
this.mainContainer.SuspendLayout();
this.doubleBufferPanelX1.SuspendLayout();
this.doubleBufferPanelX2.SuspendLayout();
this.SuspendLayout();
//
// mainContainer
//
this.mainContainer.CanvasColor = System.Drawing.SystemColors.Control;
this.mainContainer.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.mainContainer.Controls.Add(this.doubleBufferPanelX1);
this.mainContainer.Controls.Add(this.controlBox);
this.mainContainer.Controls.Add(this.lblContent);
this.mainContainer.DisabledBackColor = System.Drawing.Color.Empty;
this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainContainer.Location = new System.Drawing.Point(0, 0);
this.mainContainer.Name = "mainContainer";
this.mainContainer.Size = new System.Drawing.Size(410, 250);
this.mainContainer.Style.Alignment = System.Drawing.StringAlignment.Center;
this.mainContainer.Style.BackColor1.Alpha = ((byte)(0));
this.mainContainer.Style.BackColor1.Color = System.Drawing.Color.White;
this.mainContainer.Style.BackColor2.Alpha = ((byte)(0));
this.mainContainer.Style.BackColor2.Color = System.Drawing.Color.White;
this.mainContainer.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.mainContainer.Style.BorderColor.Alpha = ((byte)(0));
this.mainContainer.Style.BorderColor.Color = System.Drawing.Color.Transparent;
this.mainContainer.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.mainContainer.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.mainContainer.Style.GradientAngle = 90;
this.mainContainer.TabIndex = 0;
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.doubleBufferPanelX2);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 183);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(2);
this.doubleBufferPanelX1.Size = new System.Drawing.Size(410, 46);
this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX1.Style.BackColor1.Alpha = ((byte)(0));
this.doubleBufferPanelX1.Style.BackColor1.Color = System.Drawing.Color.Transparent;
this.doubleBufferPanelX1.Style.BackColor2.Alpha = ((byte)(0));
this.doubleBufferPanelX1.Style.BackColor2.Color = System.Drawing.Color.Transparent;
this.doubleBufferPanelX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX1.Style.BorderColor.Alpha = ((byte)(0));
this.doubleBufferPanelX1.Style.BorderColor.Color = System.Drawing.Color.Transparent;
this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX1.Style.GradientAngle = 90;
this.doubleBufferPanelX1.TabIndex = 102;
//
// doubleBufferPanelX2
//
this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX2.Controls.Add(this.ButtonClose);
this.doubleBufferPanelX2.Controls.Add(this.ButtonOK);
this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX2.Location = new System.Drawing.Point(69, 0);
this.doubleBufferPanelX2.Name = "doubleBufferPanelX2";
this.doubleBufferPanelX2.Size = new System.Drawing.Size(264, 46);
this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX2.Style.BackColor1.Color = System.Drawing.Color.Transparent;
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 = 32;
//
// ButtonClose
//
this.ButtonClose.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99)))));
this.ButtonClose.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(202)))), ((int)(((byte)(190)))));
this.ButtonClose.CanvasColor = System.Drawing.SystemColors.Control;
this.ButtonClose.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ButtonClose.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonClose.DisabledBackColor = System.Drawing.Color.Empty;
this.ButtonClose.Dock = System.Windows.Forms.DockStyle.Right;
this.ButtonClose.EnableFlyout = false;
this.ButtonClose.FlyoutContent = null;
this.ButtonClose.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.ButtonClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonClose.KeyCode = "";
this.ButtonClose.Location = new System.Drawing.Point(142, 0);
this.ButtonClose.Lock = false;
this.ButtonClose.LockSize = new System.Drawing.Size(26, 26);
this.ButtonClose.Name = "ButtonClose";
this.ButtonClose.Notify = false;
this.ButtonClose.NotifyColor = System.Drawing.Color.Red;
this.ButtonClose.NotifySize = new System.Drawing.Size(30, 16);
this.ButtonClose.NotifyText = "99+";
this.ButtonClose.PermissionCode = "";
this.ButtonClose.Size = new System.Drawing.Size(122, 46);
this.ButtonClose.Style.Alignment = System.Drawing.StringAlignment.Center;
this.ButtonClose.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99)))));
this.ButtonClose.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99)))));
this.ButtonClose.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.ButtonClose.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99)))));
this.ButtonClose.Style.CornerDiameter = 25;
this.ButtonClose.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.ButtonClose.Style.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonClose.Style.ForeColor.Color = System.Drawing.Color.White;
this.ButtonClose.Style.GradientAngle = 90;
this.ButtonClose.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.ButtonClose.SymbolSize = 0F;
this.ButtonClose.TabIndex = 26;
this.ButtonClose.Text = "关闭";
this.ButtonClose.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnEscapeTouchClick);
//
// ButtonOK
//
this.ButtonOK.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(202)))), ((int)(((byte)(190)))));
this.ButtonOK.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(202)))), ((int)(((byte)(190)))));
this.ButtonOK.CanvasColor = System.Drawing.SystemColors.Control;
this.ButtonOK.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ButtonOK.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonOK.DisabledBackColor = System.Drawing.Color.Empty;
this.ButtonOK.Dock = System.Windows.Forms.DockStyle.Left;
this.ButtonOK.EnableFlyout = false;
this.ButtonOK.FlyoutContent = null;
this.ButtonOK.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.ButtonOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonOK.KeyCode = "";
this.ButtonOK.Location = new System.Drawing.Point(0, 0);
this.ButtonOK.Lock = false;
this.ButtonOK.LockSize = new System.Drawing.Size(26, 26);
this.ButtonOK.Name = "ButtonOK";
this.ButtonOK.Notify = false;
this.ButtonOK.NotifyColor = System.Drawing.Color.Red;
this.ButtonOK.NotifySize = new System.Drawing.Size(30, 16);
this.ButtonOK.NotifyText = "99+";
this.ButtonOK.PermissionCode = "";
this.ButtonOK.Size = new System.Drawing.Size(122, 46);
this.ButtonOK.Style.Alignment = System.Drawing.StringAlignment.Center;
this.ButtonOK.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(202)))), ((int)(((byte)(190)))));
this.ButtonOK.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(202)))), ((int)(((byte)(190)))));
this.ButtonOK.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.ButtonOK.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(199)))), ((int)(((byte)(186)))));
this.ButtonOK.Style.CornerDiameter = 25;
this.ButtonOK.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.ButtonOK.Style.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonOK.Style.ForeColor.Color = System.Drawing.Color.White;
this.ButtonOK.Style.GradientAngle = 90;
this.ButtonOK.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.ButtonOK.SymbolSize = 0F;
this.ButtonOK.TabIndex = 25;
this.ButtonOK.Text = "保存";
this.ButtonOK.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnEnterTouchClick);
//
// controlBox
//
//
//
//
this.controlBox.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.controlBox.Font = new System.Drawing.Font("宋体", 25F, System.Drawing.FontStyle.Bold);
this.controlBox.Location = new System.Drawing.Point(0, 29);
this.controlBox.Name = "controlBox";
this.controlBox.Size = new System.Drawing.Size(410, 44);
this.controlBox.SymbolSize = 30F;
this.controlBox.TabIndex = 98;
this.controlBox.Text = "请输入提示内容";
this.controlBox.TextAlignment = System.Drawing.StringAlignment.Center;
this.controlBox.WordWrap = true;
//
// lblContent
//
//
//
//
this.lblContent.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblContent.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblContent.Location = new System.Drawing.Point(0, 92);
this.lblContent.Name = "lblContent";
this.lblContent.Size = new System.Drawing.Size(407, 69);
this.lblContent.SymbolSize = 30F;
this.lblContent.TabIndex = 94;
this.lblContent.Text = "请输入提示内容请输入提示内容请输入提示内容";
this.lblContent.TextAlignment = System.Drawing.StringAlignment.Center;
this.lblContent.WordWrap = true;
//
// MDialogForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(410, 250);
this.Controls.Add(this.mainContainer);
this.Name = "MDialogForm";
this.Text = "DialogForm";
this.mainContainer.ResumeLayout(false);
this.doubleBufferPanelX1.ResumeLayout(false);
this.doubleBufferPanelX2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.DoubleBufferPanelX mainContainer;
private DevComponents.DotNetBar.LabelX lblContent;
private DevComponents.DotNetBar.LabelX controlBox;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private Component.TouchButtonX ButtonClose;
private Component.TouchButtonX ButtonOK;
private Component.DoubleBufferPanelX doubleBufferPanelX2;
}
}