using POS.Language.Language; namespace POSV.Component { partial class CouponForm { /// /// 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.doubleBufferPanelX4 = new POSV.Component.DoubleBufferPanelX(); this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl(); this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.couponListPanel1 = new POSV.Component.CouponListPanel(); this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem(); this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.couponListPanel2 = new POSV.Component.CouponListPanel(); this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem(); this.doubleBufferPanelX3 = new POSV.Component.DoubleBufferPanelX(); this.txtCouponCode = new POSV.Component.NumericTextBox(); this.ButtonOk = new DevComponents.DotNetBar.ButtonX(); this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX(); this.lblUpPager = new POSV.Component.TouchLabelX(); this.lblDownPager = new POSV.Component.TouchLabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.touchButtonX1 = new POSV.Component.TouchButtonX(); ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit(); this.superTabControl1.SuspendLayout(); this.superTabControlPanel1.SuspendLayout(); this.superTabControlPanel2.SuspendLayout(); this.doubleBufferPanelX3.SuspendLayout(); this.doubleBufferPanelX2.SuspendLayout(); this.SuspendLayout(); // // doubleBufferPanelX1 // this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Fill; this.doubleBufferPanelX1.Location = new System.Drawing.Point(2, 48); this.doubleBufferPanelX1.Name = "doubleBufferPanelX1"; this.doubleBufferPanelX1.Size = new System.Drawing.Size(442, 507); 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 = 8; // // doubleBufferPanelX4 // this.doubleBufferPanelX4.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX4.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX4.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX4.Location = new System.Drawing.Point(2, 2); this.doubleBufferPanelX4.Name = "doubleBufferPanelX4"; this.doubleBufferPanelX4.Padding = new System.Windows.Forms.Padding(3); this.doubleBufferPanelX4.Size = new System.Drawing.Size(442, 46); this.doubleBufferPanelX4.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; 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 = 12; // // superTabControl1 // this.superTabControl1.AutoCloseTabs = false; this.superTabControl1.BackColor = System.Drawing.Color.White; this.superTabControl1.CloseButtonOnTabsAlwaysDisplayed = false; // // // // // // this.superTabControl1.ControlBox.CloseBox.Name = ""; // // // this.superTabControl1.ControlBox.MenuBox.Name = ""; this.superTabControl1.ControlBox.Name = ""; this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.superTabControl1.ControlBox.MenuBox, this.superTabControl1.ControlBox.CloseBox}); this.superTabControl1.ControlBox.Visible = false; this.superTabControl1.Controls.Add(this.superTabControlPanel1); this.superTabControl1.Controls.Add(this.superTabControlPanel2); this.superTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControl1.ForeColor = System.Drawing.Color.Black; this.superTabControl1.Location = new System.Drawing.Point(0, 69); this.superTabControl1.Name = "superTabControl1"; this.superTabControl1.ReorderTabsEnabled = true; this.superTabControl1.SelectedTabFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.superTabControl1.SelectedTabIndex = 0; this.superTabControl1.Size = new System.Drawing.Size(442, 390); this.superTabControl1.TabFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.superTabControl1.TabIndex = 242; this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.superTabItem1, this.superTabItem2}); this.superTabControl1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.OfficeMobile2014; this.superTabControl1.Text = "superTabControl1"; // // superTabControlPanel1 // this.superTabControlPanel1.Controls.Add(this.couponListPanel1); this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel1.Location = new System.Drawing.Point(0, 45); this.superTabControlPanel1.Name = "superTabControlPanel1"; this.superTabControlPanel1.Size = new System.Drawing.Size(442, 345); this.superTabControlPanel1.TabIndex = 1; this.superTabControlPanel1.TabItem = this.superTabItem1; // // couponListPanel1 // this.couponListPanel1.BackColor = System.Drawing.Color.White; this.couponListPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.couponListPanel1.Location = new System.Drawing.Point(0, 0); this.couponListPanel1.Name = "couponListPanel1"; this.couponListPanel1.Size = new System.Drawing.Size(442, 345); this.couponListPanel1.TabIndex = 0; // // superTabItem1 // this.superTabItem1.AttachedControl = this.superTabControlPanel1; this.superTabItem1.GlobalItem = false; this.superTabItem1.Name = "superTabItem1"; this.superTabItem1.Symbol = ""; this.superTabItem1.SymbolColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.superTabItem1.Tag = "可用优惠券({0})"; this.superTabItem1.Text = "可用优惠券"; // // superTabControlPanel2 // this.superTabControlPanel2.Controls.Add(this.couponListPanel2); this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel2.Location = new System.Drawing.Point(0, 38); this.superTabControlPanel2.Name = "superTabControlPanel2"; this.superTabControlPanel2.Size = new System.Drawing.Size(442, 337); this.superTabControlPanel2.TabIndex = 0; this.superTabControlPanel2.TabItem = this.superTabItem2; // // couponListPanel2 // this.couponListPanel2.BackColor = System.Drawing.Color.White; this.couponListPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.couponListPanel2.Location = new System.Drawing.Point(0, 0); this.couponListPanel2.Name = "couponListPanel2"; this.couponListPanel2.Size = new System.Drawing.Size(442, 337); this.couponListPanel2.TabIndex = 0; // // superTabItem2 // this.superTabItem2.AttachedControl = this.superTabControlPanel2; this.superTabItem2.GlobalItem = false; this.superTabItem2.Name = "superTabItem2"; this.superTabItem2.Symbol = ""; this.superTabItem2.SymbolColor = System.Drawing.Color.Maroon; this.superTabItem2.Tag = "不可用优惠券({0})"; this.superTabItem2.Text = "不可用优惠券"; // // 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.ButtonOk); this.doubleBufferPanelX3.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX3.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX3.Location = new System.Drawing.Point(0, 0); this.doubleBufferPanelX3.Name = "doubleBufferPanelX3"; this.doubleBufferPanelX3.Size = new System.Drawing.Size(442, 69); 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 = 228; this.doubleBufferPanelX3.Text = "doubleBufferPanelX3"; // // 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(3, 13); this.txtCouponCode.MaxDecimalDigit = 0; this.txtCouponCode.MaxLength = 36; this.txtCouponCode.Name = "txtCouponCode"; this.txtCouponCode.PreventEnterBeep = true; this.txtCouponCode.Size = new System.Drawing.Size(335, 43); this.txtCouponCode.TabIndex = 12; 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); // // ButtonOk // this.ButtonOk.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; 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.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(350, 12); this.ButtonOk.Name = "ButtonOk"; this.ButtonOk.Size = new System.Drawing.Size(85, 45); this.ButtonOk.TabIndex = 227; this.ButtonOk.Text = "查询"; this.ButtonOk.TextColor = System.Drawing.Color.White; this.ButtonOk.Click += new System.EventHandler(this.OnQueryClick); // // doubleBufferPanelX2 // this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX2.Controls.Add(this.lblUpPager); this.doubleBufferPanelX2.Controls.Add(this.lblDownPager); this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX2.Dock = System.Windows.Forms.DockStyle.Bottom; this.doubleBufferPanelX2.Location = new System.Drawing.Point(0, 459); this.doubleBufferPanelX2.Name = "doubleBufferPanelX2"; this.doubleBufferPanelX2.Size = new System.Drawing.Size(442, 48); this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.doubleBufferPanelX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX2.Style.GradientAngle = 90; this.doubleBufferPanelX2.TabIndex = 14; // // lblUpPager // this.lblUpPager.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(126)))), ((int)(((byte)(193)))), ((int)(((byte)(184))))); this.lblUpPager.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(126)))), ((int)(((byte)(193)))), ((int)(((byte)(184))))); this.lblUpPager.BackColor2 = System.Drawing.Color.Tan; // // // this.lblUpPager.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblUpPager.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.lblUpPager.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.lblUpPager.Location = new System.Drawing.Point(220, 3); this.lblUpPager.Name = "lblUpPager"; this.lblUpPager.Size = new System.Drawing.Size(109, 44); this.lblUpPager.Symbol = ""; this.lblUpPager.SymbolColor = System.Drawing.Color.White; this.lblUpPager.SymbolSize = 25F; this.lblUpPager.TabIndex = 5; this.lblUpPager.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.lblUpPager.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblUpPager.Click += new System.EventHandler(this.OnPageUpClick); // // lblDownPager // this.lblDownPager.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(126)))), ((int)(((byte)(193)))), ((int)(((byte)(184))))); this.lblDownPager.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(126)))), ((int)(((byte)(193)))), ((int)(((byte)(184))))); this.lblDownPager.BackColor2 = System.Drawing.Color.Tan; // // // this.lblDownPager.BackgroundStyle.BorderBottomWidth = 1; this.lblDownPager.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblDownPager.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.lblDownPager.Location = new System.Drawing.Point(335, 3); this.lblDownPager.Name = "lblDownPager"; this.lblDownPager.Size = new System.Drawing.Size(102, 44); this.lblDownPager.Symbol = ""; this.lblDownPager.SymbolColor = System.Drawing.Color.White; this.lblDownPager.SymbolSize = 25F; this.lblDownPager.TabIndex = 4; this.lblDownPager.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; this.lblDownPager.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblDownPager.Click += new System.EventHandler(this.OnPageDownClick); // // labelX2 // // // // this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Dock = System.Windows.Forms.DockStyle.Fill; this.labelX2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX2.ForeColor = System.Drawing.Color.Black; this.labelX2.Location = new System.Drawing.Point(3, 3); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(231, 40); this.labelX2.TabIndex = 17; this.labelX2.Text = "核销电子优惠券"; this.labelX2.TextAlignment = System.Drawing.StringAlignment.Center; this.labelX2.WordWrap = true; // // touchButtonX1 // this.touchButtonX1.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86))))); this.touchButtonX1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86))))); this.touchButtonX1.CanvasColor = System.Drawing.SystemColors.Control; this.touchButtonX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.touchButtonX1.Cursor = System.Windows.Forms.Cursors.Hand; this.touchButtonX1.DisabledBackColor = System.Drawing.Color.Empty; this.touchButtonX1.Dock = System.Windows.Forms.DockStyle.Right; this.touchButtonX1.EnableFlyout = false; this.touchButtonX1.FlyoutContent = null; this.touchButtonX1.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.touchButtonX1.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX1.KeyCode = ""; this.touchButtonX1.Location = new System.Drawing.Point(234, 3); this.touchButtonX1.Lock = false; this.touchButtonX1.LockSize = new System.Drawing.Size(26, 26); this.touchButtonX1.Name = "touchButtonX1"; this.touchButtonX1.Notify = false; this.touchButtonX1.NotifyColor = System.Drawing.Color.Red; this.touchButtonX1.NotifySize = new System.Drawing.Size(30, 16); this.touchButtonX1.NotifyText = "99+"; this.touchButtonX1.PermissionCode = ""; this.touchButtonX1.Size = new System.Drawing.Size(205, 40); this.touchButtonX1.Style.Alignment = System.Drawing.StringAlignment.Center; this.touchButtonX1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86))))); this.touchButtonX1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86))))); this.touchButtonX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.touchButtonX1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.touchButtonX1.Style.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX1.Style.ForeColor.Color = System.Drawing.Color.White; this.touchButtonX1.Style.GradientAngle = 90; this.touchButtonX1.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.touchButtonX1.SymbolSize = 0F; this.touchButtonX1.TabIndex = 8; this.touchButtonX1.Text = "关闭"; this.touchButtonX1.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnCloseTouchClick); // // CouponForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(446, 557); this.Controls.Add(this.doubleBufferPanelX1); this.Controls.Add(this.doubleBufferPanelX4); this.Name = "CouponForm"; this.Padding = new System.Windows.Forms.Padding(2); this.Text = "CouponForm"; ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit(); this.superTabControl1.ResumeLayout(false); this.superTabControlPanel1.ResumeLayout(false); this.superTabControlPanel2.ResumeLayout(false); this.doubleBufferPanelX3.ResumeLayout(false); this.doubleBufferPanelX2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DoubleBufferPanelX doubleBufferPanelX1; private TouchButtonX touchButtonX1; private TouchLabelX lblUpPager; private TouchLabelX lblDownPager; private NumericTextBox txtCouponCode; private DoubleBufferPanelX doubleBufferPanelX2; private DevComponents.DotNetBar.ButtonX ButtonOk; private DoubleBufferPanelX doubleBufferPanelX3; private DevComponents.DotNetBar.SuperTabControl superTabControl1; private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1; private DevComponents.DotNetBar.SuperTabItem superTabItem1; private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2; private DevComponents.DotNetBar.SuperTabItem superTabItem2; private CouponListPanel couponListPanel1; private CouponListPanel couponListPanel2; private DoubleBufferPanelX doubleBufferPanelX4; private DevComponents.DotNetBar.LabelX labelX2; } }