namespace POSV.Report { partial class RefundItemForm { /// /// 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.gridControl = new DevComponents.DotNetBar.SuperGrid.SuperGridControl(); this.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn10 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn11 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn14 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn12 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn13 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn15 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn16 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn45 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn44 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn24 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn27 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn26 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn46 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn47 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX(); this.lblQuantity = new DevComponents.DotNetBar.LabelX(); this.lblAmount = new DevComponents.DotNetBar.LabelX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.labelX8 = new DevComponents.DotNetBar.LabelX(); this.buttonX7 = new DevComponents.DotNetBar.ButtonX(); this.controlBox1 = new POSV.Component.ControlBox(); this.doubleBufferPanelX1.SuspendLayout(); this.SuspendLayout(); // // gridControl // this.gridControl.BackColor = System.Drawing.Color.White; this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; this.gridControl.ForeColor = System.Drawing.Color.Black; this.gridControl.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.gridControl.Location = new System.Drawing.Point(0, 125); this.gridControl.Name = "gridControl"; // // // this.gridControl.PrimaryGrid.AutoGenerateColumns = false; this.gridControl.PrimaryGrid.CellDragBehavior = DevComponents.DotNetBar.SuperGrid.CellDragBehavior.None; this.gridControl.PrimaryGrid.CellMergeMode = DevComponents.DotNetBar.SuperGrid.CellMergeMode.None; this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn2); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn10); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn11); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn14); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn12); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn13); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn15); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn16); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn45); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn44); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn24); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn27); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn26); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn46); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn47); this.gridControl.PrimaryGrid.Columns.Add(this.gridColumn1); this.gridControl.PrimaryGrid.DefaultRowHeight = 35; this.gridControl.PrimaryGrid.InitialActiveRow = DevComponents.DotNetBar.SuperGrid.RelativeRow.None; this.gridControl.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row; this.gridControl.PrimaryGrid.MouseEditMode = DevComponents.DotNetBar.SuperGrid.MouseEditMode.SingleClick; this.gridControl.PrimaryGrid.RowDragBehavior = DevComponents.DotNetBar.SuperGrid.RowDragBehavior.None; this.gridControl.PrimaryGrid.RowHeaderIndexOffset = 1; this.gridControl.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row; this.gridControl.PrimaryGrid.ShowRowHeaders = false; this.gridControl.ShowCustomFilterHelp = false; this.gridControl.Size = new System.Drawing.Size(900, 475); this.gridControl.TabIndex = 254; this.gridControl.Text = "superGridControl1"; this.gridControl.CellClick += new System.EventHandler(this.OnGridCellClick); this.gridControl.CellValueChanged += new System.EventHandler(this.OnGridControlCellValueChanged); // // gridColumn2 // this.gridColumn2.AllowEdit = false; this.gridColumn2.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridCheckBoxXEditControl); this.gridColumn2.HeaderText = "是否退"; this.gridColumn2.Name = "Checked"; this.gridColumn2.Width = 50; // // gridColumn10 // this.gridColumn10.AllowEdit = false; this.gridColumn10.DataPropertyName = "ProductNo"; this.gridColumn10.HeaderText = "商品编号"; this.gridColumn10.Name = "productNo"; // // gridColumn11 // this.gridColumn11.AllowEdit = false; this.gridColumn11.DataPropertyName = "Name"; this.gridColumn11.HeaderText = "商品名称"; this.gridColumn11.Name = "productName"; this.gridColumn11.Width = 140; // // gridColumn14 // this.gridColumn14.AllowEdit = false; this.gridColumn14.DataPropertyName = "SpecName"; this.gridColumn14.HeaderText = "规格名"; this.gridColumn14.Name = "specName"; this.gridColumn14.Width = 80; // // gridColumn12 // this.gridColumn12.AllowEdit = false; this.gridColumn12.DataPropertyName = "UnitName"; this.gridColumn12.HeaderText = "商品单位"; this.gridColumn12.Name = "productUnitName"; this.gridColumn12.Width = 80; // // gridColumn13 // this.gridColumn13.AllowEdit = false; this.gridColumn13.DataPropertyName = "TypeName"; this.gridColumn13.HeaderText = "类别"; this.gridColumn13.Name = "typeName"; // // gridColumn15 // this.gridColumn15.DataPropertyName = "UsableRefundQuantity"; this.gridColumn15.DefaultNewRowCellValue = ""; this.gridColumn15.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridDoubleInputEditControl); this.gridColumn15.HeaderText = "退数量"; this.gridColumn15.Name = "count"; this.gridColumn15.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridDoubleInputEditControl); // // gridColumn16 // this.gridColumn16.AllowEdit = false; this.gridColumn16.DataPropertyName = "RefundQuantity"; this.gridColumn16.HeaderText = "退菜数量"; this.gridColumn16.Name = "rcount"; this.gridColumn16.Width = 80; // // gridColumn45 // this.gridColumn45.AllowEdit = false; this.gridColumn45.DataPropertyName = "Price"; this.gridColumn45.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridDoubleInputEditControl); this.gridColumn45.HeaderText = "销售价格"; this.gridColumn45.Name = "price"; this.gridColumn45.Width = 80; // // gridColumn44 // this.gridColumn44.AllowEdit = false; this.gridColumn44.DataPropertyName = "DiscountPrice"; this.gridColumn44.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridDoubleInputEditControl); this.gridColumn44.HeaderText = "折后价格"; this.gridColumn44.Name = "discountPrice"; this.gridColumn44.Width = 80; // // gridColumn24 // this.gridColumn24.AllowEdit = false; this.gridColumn24.DataPropertyName = "ReceivableAmount"; this.gridColumn24.HeaderText = "应收金额"; this.gridColumn24.Name = "receivableAmount"; this.gridColumn24.Visible = false; // // gridColumn27 // this.gridColumn27.AllowEdit = false; this.gridColumn27.DataPropertyName = "TotalDiscountAmount"; this.gridColumn27.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridDoubleInputEditControl); this.gridColumn27.HeaderText = "优惠总额"; this.gridColumn27.Name = "totalDiscountAmount"; // // gridColumn26 // this.gridColumn26.AllowEdit = false; this.gridColumn26.DataPropertyName = "UsableRefundAmount"; this.gridColumn26.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridDoubleInputEditControl); this.gridColumn26.HeaderText = "应收总额"; this.gridColumn26.Name = "totalReceivableAmount"; // // gridColumn46 // this.gridColumn46.AllowEdit = false; this.gridColumn46.DataPropertyName = "RowState"; this.gridColumn46.HeaderText = "是否套餐"; this.gridColumn46.Name = "isSuit"; this.gridColumn46.Width = 80; // // gridColumn47 // this.gridColumn47.AllowEdit = false; this.gridColumn47.DataPropertyName = "FinishDate"; this.gridColumn47.HeaderText = "销售时间"; this.gridColumn47.Name = "finishDate"; this.gridColumn47.Width = 140; // // gridColumn1 // this.gridColumn1.AllowEdit = false; this.gridColumn1.DataPropertyName = "Id"; this.gridColumn1.HeaderText = "列ID"; this.gridColumn1.Name = "itemId"; this.gridColumn1.Visible = false; // // doubleBufferPanelX1 // this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX1.Controls.Add(this.lblQuantity); this.doubleBufferPanelX1.Controls.Add(this.lblAmount); this.doubleBufferPanelX1.Controls.Add(this.buttonX1); this.doubleBufferPanelX1.Controls.Add(this.labelX8); this.doubleBufferPanelX1.Controls.Add(this.buttonX7); this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 32); this.doubleBufferPanelX1.Name = "doubleBufferPanelX1"; this.doubleBufferPanelX1.Size = new System.Drawing.Size(900, 93); 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 = 249; // // lblQuantity // // // // this.lblQuantity.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblQuantity.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblQuantity.ForeColor = System.Drawing.Color.Black; this.lblQuantity.Location = new System.Drawing.Point(311, 57); this.lblQuantity.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.lblQuantity.Name = "lblQuantity"; this.lblQuantity.Size = new System.Drawing.Size(250, 28); this.lblQuantity.TabIndex = 254; this.lblQuantity.Tag = "退数量:{0}"; this.lblQuantity.Text = "退数量:"; // // lblAmount // // // // this.lblAmount.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblAmount.ForeColor = System.Drawing.Color.Black; this.lblAmount.Location = new System.Drawing.Point(13, 57); this.lblAmount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.lblAmount.Name = "lblAmount"; this.lblAmount.Size = new System.Drawing.Size(250, 28); this.lblAmount.TabIndex = 253; this.lblAmount.Tag = "退金额:{0}"; this.lblAmount.Text = "退金额:"; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86))))); 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(685, 20); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(85, 45); this.buttonX1.TabIndex = 252; this.buttonX1.Text = "全选"; this.buttonX1.TextColor = System.Drawing.Color.White; this.buttonX1.Click += new System.EventHandler(this.OnSelectAllClick); // // labelX8 // // // // this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX8.ForeColor = System.Drawing.Color.Black; this.labelX8.Location = new System.Drawing.Point(13, 19); this.labelX8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelX8.Name = "labelX8"; this.labelX8.Size = new System.Drawing.Size(310, 28); this.labelX8.TabIndex = 251; this.labelX8.Tag = "单号:{0}"; this.labelX8.Text = "单号:"; // // buttonX7 // this.buttonX7.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86))))); this.buttonX7.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX7.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX7.FadeEffect = false; this.buttonX7.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX7.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX7.Location = new System.Drawing.Point(803, 20); this.buttonX7.Name = "buttonX7"; this.buttonX7.Size = new System.Drawing.Size(85, 45); this.buttonX7.TabIndex = 238; this.buttonX7.Text = "确认"; this.buttonX7.TextColor = System.Drawing.Color.White; this.buttonX7.Click += new System.EventHandler(this.OnAcceptClick); // // controlBox1 // this.controlBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84))))); this.controlBox1.CloseBox = true; this.controlBox1.Dock = System.Windows.Forms.DockStyle.Top; this.controlBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.controlBox1.ForeColor = System.Drawing.Color.White; this.controlBox1.Location = new System.Drawing.Point(0, 0); this.controlBox1.Margin = new System.Windows.Forms.Padding(0); this.controlBox1.MessageCenterStatus = false; this.controlBox1.MinimizeBox = false; this.controlBox1.Name = "controlBox1"; this.controlBox1.NetworkStatus = false; this.controlBox1.NewForeColor = System.Drawing.Color.White; this.controlBox1.SettingsBox = false; this.controlBox1.ShowApplicationVersion = true; this.controlBox1.ShowKeyboard = false; this.controlBox1.ShowLockScreen = false; this.controlBox1.ShowMessageCenter = false; this.controlBox1.ShowNetworkStatus = false; this.controlBox1.ShowQrCode = false; this.controlBox1.Size = new System.Drawing.Size(900, 32); this.controlBox1.TabIndex = 4; this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxCloseClick); // // RefundItemForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(900, 600); this.Controls.Add(this.gridControl); this.Controls.Add(this.doubleBufferPanelX1); this.Controls.Add(this.controlBox1); this.Name = "RefundItemForm"; this.Text = "QdForm"; this.doubleBufferPanelX1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.ControlBox controlBox1; private Component.DoubleBufferPanelX doubleBufferPanelX1; private DevComponents.DotNetBar.ButtonX buttonX7; private DevComponents.DotNetBar.SuperGrid.SuperGridControl gridControl; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn10; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn11; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn14; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn12; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn13; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn15; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn16; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn45; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn44; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn24; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn27; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn26; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn46; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn47; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1; private DevComponents.DotNetBar.LabelX labelX8; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.LabelX lblQuantity; private DevComponents.DotNetBar.LabelX lblAmount; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2; } }