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.

105 lines
5.0 KiB
C#

namespace POSV.OtherWaiMai
{
partial class WaiMaiBindForm
{
/// <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.qrPanel = new POSV.Component.DoubleBufferPanelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.ButtonClose = new DevComponents.DotNetBar.ButtonX();
this.SuspendLayout();
//
// qrPanel
//
this.qrPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.qrPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.qrPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.qrPanel.Location = new System.Drawing.Point(12, 11);
this.qrPanel.Name = "qrPanel";
this.qrPanel.Size = new System.Drawing.Size(334, 334);
this.qrPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.qrPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.qrPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.qrPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.qrPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.qrPanel.Style.GradientAngle = 90;
this.qrPanel.TabIndex = 40;
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX1.ForeColor = System.Drawing.Color.Black;
this.labelX1.Location = new System.Drawing.Point(33, 360);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(299, 32);
this.labelX1.TabIndex = 41;
this.labelX1.Text = "提示:请扫描绑定/解绑外卖平台!";
this.labelX1.WordWrap = true;
//
// ButtonClose
//
this.ButtonClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.ButtonClose.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonClose.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.ButtonClose.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ButtonClose.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonClose.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonClose.Location = new System.Drawing.Point(3, 398);
this.ButtonClose.Name = "ButtonClose";
this.ButtonClose.Size = new System.Drawing.Size(352, 41);
this.ButtonClose.TabIndex = 42;
this.ButtonClose.Text = "关闭";
this.ButtonClose.TextColor = System.Drawing.Color.White;
//
// WaiMaiBindForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(190)))), ((int)(((byte)(182)))));
this.ClientSize = new System.Drawing.Size(358, 442);
this.Controls.Add(this.ButtonClose);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.qrPanel);
this.Name = "WaiMaiBindForm";
this.Padding = new System.Windows.Forms.Padding(3);
this.Text = "WaiMaiBindForm";
this.ResumeLayout(false);
}
#endregion
private Component.DoubleBufferPanelX qrPanel;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.ButtonX ButtonClose;
}
}