using POS.Language.Language; namespace POSV.Member { partial class WeixinBindCardForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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, 442); 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 = 43; // // 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.Font = new System.Drawing.Font("宋体", 14F); this.labelX1.ForeColor = System.Drawing.Color.Red; this.labelX1.Location = new System.Drawing.Point(21, 363); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(316, 32); this.labelX1.TabIndex = 35; this.labelX1.Text = LangProxy.ToLang("提示:打开微信扫一扫成为微信会员!"); this.labelX1.WordWrap = true; // // 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, 401); this.ButtonClose.Name = "ButtonClose"; this.ButtonClose.Size = new System.Drawing.Size(358, 41); this.ButtonClose.TabIndex = 34; this.ButtonClose.Text = LangProxy.ToLang("关闭"); this.ButtonClose.TextColor = System.Drawing.Color.White; // // WeixinBindCardForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(358, 442); this.Controls.Add(this.doubleBufferPanelX1); this.Name = "WeixinBindCardForm"; this.Text = "WeixinBindCardForm"; this.doubleBufferPanelX1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.DoubleBufferPanelX doubleBufferPanelX1; private Component.DoubleBufferPanelX qrPanel; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.ButtonX ButtonClose; } }