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.

122 lines
6.2 KiB
C#

9 months ago
namespace POSV
{
partial class AuthQRForm
{
/// <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.qrPanel = new POSV.Component.DoubleBufferPanelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.ButtonClose = new DevComponents.DotNetBar.ButtonX();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.qrPanel);
this.doubleBufferPanelX1.Controls.Add(this.labelX1);
this.doubleBufferPanelX1.Controls.Add(this.ButtonClose);
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.Size = new System.Drawing.Size(358, 438);
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.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX1.Style.GradientAngle = 90;
this.doubleBufferPanelX1.TabIndex = 0;
//
// 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, 12);
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 = 36;
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Location = new System.Drawing.Point(88, 363);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(190, 23);
this.labelX1.TabIndex = 35;
this.labelX1.Text = "请打开巨为认证的应用中扫一扫";
//
// ButtonClose
//
this.ButtonClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonClose.BackColor = System.Drawing.Color.SaddleBrown;
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(0, 397);
this.ButtonClose.Name = "ButtonClose";
this.ButtonClose.Size = new System.Drawing.Size(358, 41);
this.ButtonClose.TabIndex = 34;
this.ButtonClose.Text = "关闭";
this.ButtonClose.TextColor = System.Drawing.Color.White;
//
// AuthQRForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(358, 438);
this.Controls.Add(this.doubleBufferPanelX1);
this.Name = "AuthQRForm";
this.Text = "AuthQRForm";
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.ButtonX ButtonClose;
private DevComponents.DotNetBar.LabelX labelX1;
private Component.DoubleBufferPanelX qrPanel;
}
}