namespace POSV.Component { partial class MeituanCouponForm { /// /// 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.controlBox = new POSV.Component.ControlBox(); this.bottomPanel = new POSV.Component.DoubleBufferPanelX(); this.buttonPanel = new POSV.Component.DoubleBufferPanelX(); this.ButtonOK = new DevComponents.DotNetBar.ButtonX(); this.ButtonClose = new DevComponents.DotNetBar.ButtonX(); this.lblInfo = new DevComponents.DotNetBar.LabelX(); this.doubleBufferPanelX3 = new POSV.Component.DoubleBufferPanelX(); this.txtCouponCode = new POSV.Component.NumericTextBox(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.lblCouponName = new DevComponents.DotNetBar.LabelX(); this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX(); this.lblDealValue = new DevComponents.DotNetBar.LabelX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.lblCouponEndTime = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.lblCouponStatus = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.itemPanel = new DevComponents.DotNetBar.ItemPanel(); this.bottomPanel.SuspendLayout(); this.buttonPanel.SuspendLayout(); this.doubleBufferPanelX3.SuspendLayout(); this.doubleBufferPanelX1.SuspendLayout(); this.SuspendLayout(); // // controlBox // this.controlBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84))))); this.controlBox.CloseBox = true; this.controlBox.Dock = System.Windows.Forms.DockStyle.Top; this.controlBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.controlBox.ForeColor = System.Drawing.Color.White; this.controlBox.Location = new System.Drawing.Point(3, 3); 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 = false; this.controlBox.ShowLockScreen = false; this.controlBox.ShowMessageCenter = false; this.controlBox.ShowNetworkStatus = false; this.controlBox.ShowQrCode = false; this.controlBox.Size = new System.Drawing.Size(584, 36); this.controlBox.TabIndex = 20; this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnTouchClick); // // bottomPanel // this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control; this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bottomPanel.Controls.Add(this.buttonPanel); this.bottomPanel.Controls.Add(this.lblInfo); this.bottomPanel.DisabledBackColor = System.Drawing.Color.Empty; this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomPanel.Location = new System.Drawing.Point(3, 403); this.bottomPanel.Name = "bottomPanel"; this.bottomPanel.Padding = new System.Windows.Forms.Padding(1); this.bottomPanel.Size = new System.Drawing.Size(584, 48); this.bottomPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.bottomPanel.Style.BackColor1.Alpha = ((byte)(0)); this.bottomPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.bottomPanel.Style.BackColor2.Alpha = ((byte)(0)); this.bottomPanel.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.bottomPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.bottomPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.bottomPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.bottomPanel.Style.GradientAngle = 90; this.bottomPanel.TabIndex = 51; // // buttonPanel // this.buttonPanel.CanvasColor = System.Drawing.SystemColors.Control; this.buttonPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonPanel.Controls.Add(this.ButtonOK); this.buttonPanel.Controls.Add(this.ButtonClose); this.buttonPanel.DisabledBackColor = System.Drawing.Color.Empty; this.buttonPanel.Dock = System.Windows.Forms.DockStyle.Right; this.buttonPanel.Location = new System.Drawing.Point(360, 1); this.buttonPanel.Name = "buttonPanel"; this.buttonPanel.Padding = new System.Windows.Forms.Padding(2); this.buttonPanel.Size = new System.Drawing.Size(223, 46); this.buttonPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.buttonPanel.Style.BackColor1.Alpha = ((byte)(0)); this.buttonPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.buttonPanel.Style.BackColor2.Alpha = ((byte)(0)); this.buttonPanel.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.buttonPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.buttonPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.buttonPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.buttonPanel.Style.GradientAngle = 90; this.buttonPanel.TabIndex = 35; // // ButtonOK // this.ButtonOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.ButtonOK.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.ButtonOK.Cursor = System.Windows.Forms.Cursors.Hand; this.ButtonOK.Dock = System.Windows.Forms.DockStyle.Right; this.ButtonOK.FadeEffect = false; this.ButtonOK.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonOK.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.ButtonOK.Location = new System.Drawing.Point(97, 2); this.ButtonOK.Name = "ButtonOK"; this.ButtonOK.Size = new System.Drawing.Size(124, 42); this.ButtonOK.TabIndex = 30; this.ButtonOK.Text = "确定"; this.ButtonOK.TextColor = System.Drawing.Color.White; this.ButtonOK.Click += new System.EventHandler(this.OnCouponButtonClick); // // 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.Left; 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(2, 2); this.ButtonClose.Name = "ButtonClose"; this.ButtonClose.Size = new System.Drawing.Size(89, 42); this.ButtonClose.TabIndex = 29; this.ButtonClose.Text = "取消"; this.ButtonClose.TextColor = System.Drawing.Color.White; this.ButtonClose.Click += new System.EventHandler(this.OnTouchClick); // // lblInfo // // // // this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblInfo.Dock = System.Windows.Forms.DockStyle.Left; this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblInfo.Location = new System.Drawing.Point(1, 1); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(241, 46); this.lblInfo.Symbol = ""; this.lblInfo.TabIndex = 31; this.lblInfo.Text = "请扫描券码"; this.lblInfo.WordWrap = true; // // doubleBufferPanelX3 // this.doubleBufferPanelX3.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX3.Controls.Add(this.txtCouponCode); this.doubleBufferPanelX3.Controls.Add(this.buttonX1); this.doubleBufferPanelX3.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX3.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX3.Location = new System.Drawing.Point(3, 39); this.doubleBufferPanelX3.Name = "doubleBufferPanelX3"; this.doubleBufferPanelX3.Size = new System.Drawing.Size(584, 58); this.doubleBufferPanelX3.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.doubleBufferPanelX3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX3.Style.GradientAngle = 90; this.doubleBufferPanelX3.TabIndex = 232; // // txtCouponCode // this.txtCouponCode.AllowDecimalSeparator = false; this.txtCouponCode.AllowNegativeSign = false; this.txtCouponCode.AllowSpace = false; this.txtCouponCode.BackColor = System.Drawing.Color.White; // // // this.txtCouponCode.Border.Class = "TextBoxBorder"; this.txtCouponCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtCouponCode.ButtonCustom.Symbol = ""; this.txtCouponCode.ButtonCustom.Visible = true; this.txtCouponCode.DisabledBackColor = System.Drawing.Color.White; this.txtCouponCode.EnableSoftKeyboard = true; this.txtCouponCode.Font = new System.Drawing.Font("微软雅黑", 20F); this.txtCouponCode.ForeColor = System.Drawing.Color.Black; this.txtCouponCode.Location = new System.Drawing.Point(4, 8); this.txtCouponCode.MaxDecimalDigit = 0; this.txtCouponCode.MaxLength = 36; this.txtCouponCode.Name = "txtCouponCode"; this.txtCouponCode.PreventEnterBeep = true; this.txtCouponCode.Size = new System.Drawing.Size(486, 43); this.txtCouponCode.TabIndex = 228; this.txtCouponCode.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty; this.txtCouponCode.WatermarkText = "请扫描电子券码"; this.txtCouponCode.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnCouponCodeEnterClick); this.txtCouponCode.ButtonCustomClick += new System.EventHandler(this.OnKeyboardClick); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX1.Cursor = System.Windows.Forms.Cursors.Hand; 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(496, 8); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(85, 43); this.buttonX1.TabIndex = 227; this.buttonX1.Text = "查询"; this.buttonX1.TextColor = System.Drawing.Color.White; this.buttonX1.Click += new System.EventHandler(this.OnQueryClick); // // lblCouponName // this.lblCouponName.BackColor = System.Drawing.Color.White; // // // this.lblCouponName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblCouponName.Dock = System.Windows.Forms.DockStyle.Top; this.lblCouponName.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCouponName.FontBold = true; this.lblCouponName.ForeColor = System.Drawing.Color.Black; this.lblCouponName.Location = new System.Drawing.Point(3, 97); this.lblCouponName.Name = "lblCouponName"; this.lblCouponName.SingleLineColor = System.Drawing.SystemColors.ControlLight; this.lblCouponName.Size = new System.Drawing.Size(584, 49); this.lblCouponName.TabIndex = 239; this.lblCouponName.Text = "电子券名称"; this.lblCouponName.WordWrap = true; // // doubleBufferPanelX1 // this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX1.Controls.Add(this.lblDealValue); this.doubleBufferPanelX1.Controls.Add(this.labelX3); this.doubleBufferPanelX1.Controls.Add(this.lblCouponEndTime); this.doubleBufferPanelX1.Controls.Add(this.labelX2); this.doubleBufferPanelX1.Controls.Add(this.lblCouponStatus); this.doubleBufferPanelX1.Controls.Add(this.labelX1); this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Left; this.doubleBufferPanelX1.Location = new System.Drawing.Point(3, 146); this.doubleBufferPanelX1.Name = "doubleBufferPanelX1"; this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.doubleBufferPanelX1.Size = new System.Drawing.Size(222, 257); 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 = 253; // // lblDealValue // this.lblDealValue.BackColor = System.Drawing.Color.White; // // // this.lblDealValue.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblDealValue.Dock = System.Windows.Forms.DockStyle.Top; this.lblDealValue.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblDealValue.FontBold = true; this.lblDealValue.ForeColor = System.Drawing.Color.Black; this.lblDealValue.Location = new System.Drawing.Point(10, 200); this.lblDealValue.Name = "lblDealValue"; this.lblDealValue.SingleLineColor = System.Drawing.SystemColors.ControlLight; this.lblDealValue.Size = new System.Drawing.Size(212, 40); this.lblDealValue.TabIndex = 246; this.lblDealValue.WordWrap = true; // // labelX3 // this.labelX3.BackColor = System.Drawing.Color.White; // // // this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Dock = System.Windows.Forms.DockStyle.Top; this.labelX3.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX3.ForeColor = System.Drawing.Color.Black; this.labelX3.Location = new System.Drawing.Point(10, 160); this.labelX3.Name = "labelX3"; this.labelX3.SingleLineColor = System.Drawing.SystemColors.ControlLight; this.labelX3.Size = new System.Drawing.Size(212, 40); this.labelX3.TabIndex = 245; this.labelX3.Text = "市场面额:"; this.labelX3.WordWrap = true; // // lblCouponEndTime // this.lblCouponEndTime.BackColor = System.Drawing.Color.White; // // // this.lblCouponEndTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblCouponEndTime.Dock = System.Windows.Forms.DockStyle.Top; this.lblCouponEndTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCouponEndTime.FontBold = true; this.lblCouponEndTime.ForeColor = System.Drawing.Color.Black; this.lblCouponEndTime.Location = new System.Drawing.Point(10, 120); this.lblCouponEndTime.Name = "lblCouponEndTime"; this.lblCouponEndTime.SingleLineColor = System.Drawing.SystemColors.ControlLight; this.lblCouponEndTime.Size = new System.Drawing.Size(212, 40); this.lblCouponEndTime.TabIndex = 244; this.lblCouponEndTime.WordWrap = true; // // labelX2 // this.labelX2.BackColor = System.Drawing.Color.White; // // // this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Dock = System.Windows.Forms.DockStyle.Top; this.labelX2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX2.ForeColor = System.Drawing.Color.Black; this.labelX2.Location = new System.Drawing.Point(10, 80); this.labelX2.Name = "labelX2"; this.labelX2.SingleLineColor = System.Drawing.SystemColors.ControlLight; this.labelX2.Size = new System.Drawing.Size(212, 40); this.labelX2.TabIndex = 243; this.labelX2.Text = "有效期至:"; this.labelX2.WordWrap = true; // // lblCouponStatus // this.lblCouponStatus.BackColor = System.Drawing.Color.White; // // // this.lblCouponStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblCouponStatus.Dock = System.Windows.Forms.DockStyle.Top; this.lblCouponStatus.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCouponStatus.FontBold = true; this.lblCouponStatus.ForeColor = System.Drawing.Color.Black; this.lblCouponStatus.Location = new System.Drawing.Point(10, 40); this.lblCouponStatus.Name = "lblCouponStatus"; this.lblCouponStatus.SingleLineColor = System.Drawing.SystemColors.ControlLight; this.lblCouponStatus.Size = new System.Drawing.Size(212, 40); this.lblCouponStatus.TabIndex = 242; this.lblCouponStatus.WordWrap = true; // // labelX1 // this.labelX1.BackColor = System.Drawing.Color.White; // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Dock = System.Windows.Forms.DockStyle.Top; 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(10, 0); this.labelX1.Name = "labelX1"; this.labelX1.SingleLineColor = System.Drawing.SystemColors.ControlLight; this.labelX1.Size = new System.Drawing.Size(212, 40); this.labelX1.TabIndex = 241; this.labelX1.Text = "电子券状态:"; this.labelX1.WordWrap = true; // // itemPanel // // // // this.itemPanel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent; this.itemPanel.BackgroundStyle.BorderTopWidth = 1; this.itemPanel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemPanel.ContainerControlProcessDialogKey = true; this.itemPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.itemPanel.DragDropSupport = true; this.itemPanel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.itemPanel.ItemSpacing = 2; this.itemPanel.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.itemPanel.Location = new System.Drawing.Point(225, 146); this.itemPanel.Name = "itemPanel"; this.itemPanel.ReserveLeftSpace = false; this.itemPanel.Size = new System.Drawing.Size(362, 257); this.itemPanel.TabIndex = 263; this.itemPanel.Text = "不包含商品"; // // MeituanCouponForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(590, 454); this.Controls.Add(this.itemPanel); this.Controls.Add(this.doubleBufferPanelX1); this.Controls.Add(this.lblCouponName); this.Controls.Add(this.doubleBufferPanelX3); this.Controls.Add(this.bottomPanel); this.Controls.Add(this.controlBox); this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "MeituanCouponForm"; this.Padding = new System.Windows.Forms.Padding(3); this.Text = "MeituanCouponForm"; this.bottomPanel.ResumeLayout(false); this.buttonPanel.ResumeLayout(false); this.doubleBufferPanelX3.ResumeLayout(false); this.doubleBufferPanelX1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ControlBox controlBox; private DoubleBufferPanelX bottomPanel; private DoubleBufferPanelX buttonPanel; private DevComponents.DotNetBar.ButtonX ButtonOK; private DevComponents.DotNetBar.ButtonX ButtonClose; private DevComponents.DotNetBar.LabelX lblInfo; private DoubleBufferPanelX doubleBufferPanelX3; private DevComponents.DotNetBar.ButtonX buttonX1; private NumericTextBox txtCouponCode; private DevComponents.DotNetBar.LabelX lblCouponName; private DoubleBufferPanelX doubleBufferPanelX1; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.LabelX lblCouponStatus; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.LabelX lblCouponEndTime; private DevComponents.DotNetBar.LabelX lblDealValue; private DevComponents.DotNetBar.LabelX labelX3; private DevComponents.DotNetBar.ItemPanel itemPanel; } }