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.

410 lines
21 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace POSV.Member
{
partial class CardIntegralAdjustment
{
/// <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.lblInfo = new DevComponents.DotNetBar.LabelX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.txtMoney = new POSV.Component.NumericTextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.doubleBufferPanelX4 = new POSV.Component.DoubleBufferPanelX();
this.lblcardNo = new System.Windows.Forms.Label();
this.lblMemerName = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.lblpreJifen = new System.Windows.Forms.Label();
this.lblpreAmount = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtInput = new POSV.Component.NumericTextBox();
this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
this.controlBox = new POSV.Component.ControlBox();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.doubleBufferPanelX4.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// lblInfo
//
//
//
//
this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblInfo.Dock = System.Windows.Forms.DockStyle.Top;
this.lblInfo.Font = new System.Drawing.Font("宋体", 10F);
this.lblInfo.ForeColor = System.Drawing.Color.Red;
this.lblInfo.Location = new System.Drawing.Point(0, 392);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(506, 28);
this.lblInfo.TabIndex = 293;
this.lblInfo.WordWrap = true;
//
// buttonX2
//
this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.buttonX2.BackColor = System.Drawing.Color.RoyalBlue;
this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX2.FadeEffect = false;
this.buttonX2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX2.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX2.Location = new System.Drawing.Point(228, 426);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(139, 53);
this.buttonX2.TabIndex = 292;
this.buttonX2.Text = "确定";
this.buttonX2.TextColor = System.Drawing.Color.White;
this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click);
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.buttonX1.BackColor = System.Drawing.Color.DeepSkyBlue;
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX1.FadeEffect = false;
this.buttonX1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX1.Location = new System.Drawing.Point(373, 426);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(130, 53);
this.buttonX1.TabIndex = 291;
this.buttonX1.Text = "取消";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.txtMoney);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.Location = new System.Drawing.Point(0, 257);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(506, 135);
this.groupBox2.TabIndex = 289;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "积分调整";
//
// button1
//
this.button1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(60, 48);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(62, 35);
this.button1.TabIndex = 235;
this.button1.Text = "-";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F);
this.label2.ForeColor = System.Drawing.SystemColors.AppWorkspace;
this.label2.Location = new System.Drawing.Point(125, 86);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(225, 17);
this.label2.TabIndex = 234;
this.label2.Text = "点击 - 按钮可改变冲或者加本次积分";
//
// txtMoney
//
this.txtMoney.AllowDecimalSeparator = true;
this.txtMoney.AllowNegativeSign = false;
this.txtMoney.AllowSpace = false;
this.txtMoney.BackColor = System.Drawing.Color.White;
//
//
//
this.txtMoney.Border.Class = "TextBoxBorder";
this.txtMoney.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtMoney.DisabledBackColor = System.Drawing.Color.White;
this.txtMoney.EnableSoftKeyboard = true;
this.txtMoney.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMoney.ForeColor = System.Drawing.Color.Black;
this.txtMoney.Location = new System.Drawing.Point(128, 48);
this.txtMoney.MaxDecimalDigit = 2;
this.txtMoney.MaxLength = 11;
this.txtMoney.Name = "txtMoney";
this.txtMoney.PreventEnterBeep = true;
this.txtMoney.Size = new System.Drawing.Size(318, 35);
this.txtMoney.TabIndex = 232;
this.txtMoney.WatermarkFont = new System.Drawing.Font("宋体", 10F);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.doubleBufferPanelX4);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 12F);
this.groupBox3.Location = new System.Drawing.Point(0, 140);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(506, 117);
this.groupBox3.TabIndex = 290;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "会员当前信息";
//
// doubleBufferPanelX4
//
this.doubleBufferPanelX4.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX4.Controls.Add(this.lblcardNo);
this.doubleBufferPanelX4.Controls.Add(this.lblMemerName);
this.doubleBufferPanelX4.Controls.Add(this.label4);
this.doubleBufferPanelX4.Controls.Add(this.label5);
this.doubleBufferPanelX4.Controls.Add(this.lblpreJifen);
this.doubleBufferPanelX4.Controls.Add(this.lblpreAmount);
this.doubleBufferPanelX4.Controls.Add(this.label11);
this.doubleBufferPanelX4.Controls.Add(this.label18);
this.doubleBufferPanelX4.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX4.Dock = System.Windows.Forms.DockStyle.Fill;
this.doubleBufferPanelX4.Location = new System.Drawing.Point(3, 25);
this.doubleBufferPanelX4.Name = "doubleBufferPanelX4";
this.doubleBufferPanelX4.Size = new System.Drawing.Size(500, 89);
this.doubleBufferPanelX4.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX4.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX4.Style.GradientAngle = 90;
this.doubleBufferPanelX4.TabIndex = 292;
//
// lblcardNo
//
this.lblcardNo.AutoSize = true;
this.lblcardNo.Location = new System.Drawing.Point(312, 10);
this.lblcardNo.Name = "lblcardNo";
this.lblcardNo.Size = new System.Drawing.Size(0, 21);
this.lblcardNo.TabIndex = 20;
//
// lblMemerName
//
this.lblMemerName.AutoSize = true;
this.lblMemerName.Location = new System.Drawing.Point(114, 8);
this.lblMemerName.Name = "lblMemerName";
this.lblMemerName.Size = new System.Drawing.Size(0, 21);
this.lblMemerName.TabIndex = 19;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(254, 8);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(58, 21);
this.label4.TabIndex = 18;
this.label4.Text = "卡号:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(49, 8);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(58, 21);
this.label5.TabIndex = 17;
this.label5.Text = "姓名:";
//
// lblpreJifen
//
this.lblpreJifen.AutoSize = true;
this.lblpreJifen.Location = new System.Drawing.Point(346, 60);
this.lblpreJifen.Name = "lblpreJifen";
this.lblpreJifen.Size = new System.Drawing.Size(41, 21);
this.lblpreJifen.TabIndex = 16;
this.lblpreJifen.Text = "0.00";
//
// lblpreAmount
//
this.lblpreAmount.AutoSize = true;
this.lblpreAmount.Location = new System.Drawing.Point(139, 60);
this.lblpreAmount.Name = "lblpreAmount";
this.lblpreAmount.Size = new System.Drawing.Size(41, 21);
this.lblpreAmount.TabIndex = 13;
this.lblpreAmount.Text = "0.00";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(254, 60);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(90, 21);
this.label11.TabIndex = 10;
this.label11.Text = "充值积分:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(49, 60);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(90, 21);
this.label18.TabIndex = 0;
this.label18.Text = "充值余额:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtInput);
this.groupBox1.Controls.Add(this.buttonX3);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.groupBox1.Location = new System.Drawing.Point(0, 36);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(506, 104);
this.groupBox1.TabIndex = 179;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "读卡区";
//
// txtInput
//
this.txtInput.AllowDecimalSeparator = true;
this.txtInput.AllowNegativeSign = false;
this.txtInput.AllowSpace = false;
this.txtInput.BackColor = System.Drawing.Color.White;
//
//
//
this.txtInput.Border.Class = "TextBoxBorder";
this.txtInput.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtInput.ButtonCustom.Text = "读卡";
this.txtInput.ButtonCustom.Visible = true;
this.txtInput.DisabledBackColor = System.Drawing.Color.White;
this.txtInput.EnableSoftKeyboard = true;
this.txtInput.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInput.ForeColor = System.Drawing.Color.Black;
this.txtInput.Location = new System.Drawing.Point(27, 35);
this.txtInput.MaxDecimalDigit = 0;
this.txtInput.MaxLength = 20;
this.txtInput.Name = "txtInput";
this.txtInput.PreventEnterBeep = true;
this.txtInput.Size = new System.Drawing.Size(347, 35);
this.txtInput.TabIndex = 177;
this.txtInput.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtInput.WatermarkFont = new System.Drawing.Font("宋体", 18F);
this.txtInput.WatermarkText = "手机号\\扫码\\卡号";
this.txtInput.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.txtInput_OnEnterClick);
this.txtInput.ButtonCustomClick += new System.EventHandler(this.txtInput_ButtonCustomClick);
//
// buttonX3
//
this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX3.BackColor = System.Drawing.Color.Chocolate;
this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX3.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonX3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX3.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX3.Location = new System.Drawing.Point(389, 35);
this.buttonX3.Name = "buttonX3";
this.buttonX3.Size = new System.Drawing.Size(94, 35);
this.buttonX3.TabIndex = 178;
this.buttonX3.Text = "查询";
this.buttonX3.TextColor = System.Drawing.Color.White;
this.buttonX3.Click += new System.EventHandler(this.buttonX3_Click);
//
// controlBox
//
this.controlBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167)))));
this.controlBox.CloseBox = true;
this.controlBox.Dock = System.Windows.Forms.DockStyle.Top;
this.controlBox.ForeColor = System.Drawing.Color.White;
this.controlBox.Location = new System.Drawing.Point(0, 0);
this.controlBox.Margin = new System.Windows.Forms.Padding(0);
this.controlBox.MessageCenterStatus = false;
this.controlBox.MinimizeBox = false;
this.controlBox.Name = "controlBox";
this.controlBox.NetworkStatus = false;
this.controlBox.NewForeColor = System.Drawing.Color.White;
this.controlBox.SettingsBox = false;
this.controlBox.ShowApplicationVersion = false;
this.controlBox.ShowKeyboard = true;
this.controlBox.ShowLockScreen = false;
this.controlBox.ShowMessageCenter = false;
this.controlBox.ShowNetworkStatus = false;
this.controlBox.ShowQrCode = false;
this.controlBox.Size = new System.Drawing.Size(506, 36);
this.controlBox.TabIndex = 11;
this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.controlBox_CloseClick);
//
// CardIntegralAdjustment
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(506, 486);
this.Controls.Add(this.lblInfo);
this.Controls.Add(this.buttonX2);
this.Controls.Add(this.buttonX1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.controlBox);
this.Name = "CardIntegralAdjustment";
this.Text = "CardIntegralAdjustment";
this.Load += new System.EventHandler(this.CardIntegralAdjustment_Load);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.doubleBufferPanelX4.ResumeLayout(false);
this.doubleBufferPanelX4.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox;
private Component.NumericTextBox txtInput;
private DevComponents.DotNetBar.ButtonX buttonX3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private Component.DoubleBufferPanelX doubleBufferPanelX4;
private System.Windows.Forms.Label lblpreJifen;
private System.Windows.Forms.Label lblpreAmount;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label18;
private Component.NumericTextBox txtMoney;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX buttonX2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button1;
private DevComponents.DotNetBar.LabelX lblInfo;
private System.Windows.Forms.Label lblcardNo;
private System.Windows.Forms.Label lblMemerName;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
}
}