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.

808 lines
44 KiB
C#

using POS.Language.Language;
namespace POSV.Report
{
partial class ShiftDetail
{
/// <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.controlBox1 = new POSV.Component.ControlBox();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.endPicker = new POSV.Component.DatePicker();
this.startPicker = new POSV.Component.DatePicker();
this.ButtonOk = new DevComponents.DotNetBar.ButtonX();
this.buttonX10 = new DevComponents.DotNetBar.ButtonX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.buttonX9 = new DevComponents.DotNetBar.ButtonX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.buttonX8 = new DevComponents.DotNetBar.ButtonX();
this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
this.ticketListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn43 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn4 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn5 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn6 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn7 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn8 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn41 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn42 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn9 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn10 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn11 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn12 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn13 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn14 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn27 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn28 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn15 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn16 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn17 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn29 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn24 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn25 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn26 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.detailListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn30 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn18 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn19 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn20 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn21 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn23 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.ReceivableAmount = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn48 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn22 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.detailPartListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn34 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn35 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn36 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn37 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn39 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// 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 = true;
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(1024, 32);
this.controlBox1.TabIndex = 2;
this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxCloseClick);
this.controlBox1.MinimizedClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxMinClick);
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.endPicker);
this.doubleBufferPanelX1.Controls.Add(this.startPicker);
this.doubleBufferPanelX1.Controls.Add(this.ButtonOk);
this.doubleBufferPanelX1.Controls.Add(this.buttonX10);
this.doubleBufferPanelX1.Controls.Add(this.buttonX1);
this.doubleBufferPanelX1.Controls.Add(this.buttonX9);
this.doubleBufferPanelX1.Controls.Add(this.buttonX2);
this.doubleBufferPanelX1.Controls.Add(this.buttonX8);
this.doubleBufferPanelX1.Controls.Add(this.buttonX3);
this.doubleBufferPanelX1.Controls.Add(this.buttonX4);
this.doubleBufferPanelX1.Controls.Add(this.buttonX6);
this.doubleBufferPanelX1.Controls.Add(this.buttonX5);
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(1024, 102);
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 = 241;
//
// endPicker
//
this.endPicker.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.endPicker.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.endPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.endPicker.HeaderColor = System.Drawing.Color.Empty;
this.endPicker.Location = new System.Drawing.Point(204, 9);
this.endPicker.Name = "endPicker";
this.endPicker.Size = new System.Drawing.Size(194, 29);
this.endPicker.TabIndex = 0;
//
// startPicker
//
this.startPicker.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.startPicker.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.startPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.startPicker.HeaderColor = System.Drawing.Color.Empty;
this.startPicker.Location = new System.Drawing.Point(0, 9);
this.startPicker.Name = "startPicker";
this.startPicker.Size = new System.Drawing.Size(194, 29);
this.startPicker.TabIndex = 237;
//
// 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(401, 5);
this.ButtonOk.Name = "ButtonOk";
this.ButtonOk.Size = new System.Drawing.Size(85, 37);
this.ButtonOk.TabIndex = 226;
this.ButtonOk.Text = "查询";
this.ButtonOk.TextColor = System.Drawing.Color.White;
this.ButtonOk.Click += new System.EventHandler(this.btn_query_Click);
//
// buttonX10
//
this.buttonX10.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.buttonX10.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX10.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX10.FadeEffect = false;
this.buttonX10.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX10.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX10.Location = new System.Drawing.Point(936, 51);
this.buttonX10.Name = "buttonX10";
this.buttonX10.Size = new System.Drawing.Size(85, 45);
this.buttonX10.TabIndex = 236;
this.buttonX10.Text = "退出";
this.buttonX10.TextColor = System.Drawing.Color.White;
this.buttonX10.Click += new System.EventHandler(this.btn_exit_Click);
//
// 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(1, 51);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(85, 45);
this.buttonX1.TabIndex = 227;
this.buttonX1.Tag = "今天";
this.buttonX1.Text = "今天";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.btn_time_Click);
//
// buttonX9
//
this.buttonX9.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX9.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX9.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX9.FadeEffect = false;
this.buttonX9.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX9.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX9.Location = new System.Drawing.Point(173, 51);
this.buttonX9.Name = "buttonX9";
this.buttonX9.Size = new System.Drawing.Size(85, 45);
this.buttonX9.TabIndex = 235;
this.buttonX9.Tag = "前一天";
this.buttonX9.Text = "前一天";
this.buttonX9.TextColor = System.Drawing.Color.White;
this.buttonX9.Click += new System.EventHandler(this.btn_time_Click);
//
// buttonX2
//
this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX2.Cursor = System.Windows.Forms.Cursors.Hand;
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(87, 51);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(85, 45);
this.buttonX2.TabIndex = 228;
this.buttonX2.Tag = "昨天";
this.buttonX2.Text = "昨天";
this.buttonX2.TextColor = System.Drawing.Color.White;
this.buttonX2.Click += new System.EventHandler(this.btn_time_Click);
//
// buttonX8
//
this.buttonX8.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX8.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX8.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX8.FadeEffect = false;
this.buttonX8.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX8.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX8.Location = new System.Drawing.Point(849, 51);
this.buttonX8.Name = "buttonX8";
this.buttonX8.Size = new System.Drawing.Size(85, 45);
this.buttonX8.TabIndex = 234;
this.buttonX8.Text = "补打";
this.buttonX8.TextColor = System.Drawing.Color.White;
this.buttonX8.Click += new System.EventHandler(this.btn_print_Click);
//
// buttonX3
//
this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX3.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX3.FadeEffect = false;
this.buttonX3.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX3.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX3.Location = new System.Drawing.Point(259, 51);
this.buttonX3.Name = "buttonX3";
this.buttonX3.Size = new System.Drawing.Size(85, 45);
this.buttonX3.TabIndex = 229;
this.buttonX3.Tag = "本周";
this.buttonX3.Text = "本周";
this.buttonX3.TextColor = System.Drawing.Color.White;
this.buttonX3.Click += new System.EventHandler(this.btn_time_Click);
//
// buttonX4
//
this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX4.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX4.FadeEffect = false;
this.buttonX4.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX4.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX4.Location = new System.Drawing.Point(345, 51);
this.buttonX4.Name = "buttonX4";
this.buttonX4.Size = new System.Drawing.Size(85, 45);
this.buttonX4.TabIndex = 230;
this.buttonX4.Tag = "上周";
this.buttonX4.Text = "上周";
this.buttonX4.TextColor = System.Drawing.Color.White;
this.buttonX4.Click += new System.EventHandler(this.btn_time_Click);
//
// buttonX6
//
this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX6.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX6.FadeEffect = false;
this.buttonX6.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX6.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX6.Location = new System.Drawing.Point(517, 51);
this.buttonX6.Name = "buttonX6";
this.buttonX6.Size = new System.Drawing.Size(85, 45);
this.buttonX6.TabIndex = 232;
this.buttonX6.Tag = "上月";
this.buttonX6.Text = "上月";
this.buttonX6.TextColor = System.Drawing.Color.White;
this.buttonX6.Click += new System.EventHandler(this.btn_time_Click);
//
// buttonX5
//
this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX5.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX5.FadeEffect = false;
this.buttonX5.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX5.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX5.Location = new System.Drawing.Point(431, 51);
this.buttonX5.Name = "buttonX5";
this.buttonX5.Size = new System.Drawing.Size(85, 45);
this.buttonX5.TabIndex = 231;
this.buttonX5.Tag = "本月";
this.buttonX5.Text = "本月";
this.buttonX5.TextColor = System.Drawing.Color.White;
this.buttonX5.Click += new System.EventHandler(this.btn_time_Click);
//
// ticketListTable
//
this.ticketListTable.BackColor = System.Drawing.Color.White;
this.ticketListTable.Dock = System.Windows.Forms.DockStyle.Left;
this.ticketListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.ticketListTable.ForeColor = System.Drawing.Color.Black;
this.ticketListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.ticketListTable.Location = new System.Drawing.Point(0, 134);
this.ticketListTable.Name = "ticketListTable";
//
//
//
this.ticketListTable.PrimaryGrid.AllowEdit = false;
this.ticketListTable.PrimaryGrid.AutoGenerateColumns = false;
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn2);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn43);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn3);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn4);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn5);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn6);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn7);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn8);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn41);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn42);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn1);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn9);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn10);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn11);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn12);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn13);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn14);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn27);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn28);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn15);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn16);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn17);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn29);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn24);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn25);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn26);
this.ticketListTable.PrimaryGrid.DefaultRowHeight = 35;
this.ticketListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.ticketListTable.PrimaryGrid.MultiSelect = false;
this.ticketListTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.ticketListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
this.ticketListTable.PrimaryGrid.ShowRowGridIndex = true;
this.ticketListTable.Size = new System.Drawing.Size(486, 634);
this.ticketListTable.TabIndex = 242;
this.ticketListTable.Text = "superGridControl1";
this.ticketListTable.RowActivated += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowActivatedEventArgs>(this.OnTicketRowActivated);
//
// gridColumn2
//
this.gridColumn2.DataPropertyName = "No";
this.gridColumn2.HeaderText = "交班单号";
this.gridColumn2.Name = "No";
this.gridColumn2.Width = 120;
//
// gridColumn43
//
this.gridColumn43.DataPropertyName = "WorkNo";
this.gridColumn43.HeaderText = "工号";
this.gridColumn43.Name = "WorkNo";
this.gridColumn43.Width = 80;
//
// gridColumn3
//
this.gridColumn3.DataPropertyName = "WorkName";
this.gridColumn3.HeaderText = "员工姓名";
this.gridColumn3.Name = "workName";
this.gridColumn3.Width = 80;
//
// gridColumn4
//
this.gridColumn4.DataPropertyName = "DatetimeBegin";
this.gridColumn4.HeaderText = "开始时间";
this.gridColumn4.Name = "datetimeBegin";
this.gridColumn4.Width = 150;
//
// gridColumn5
//
this.gridColumn5.DataPropertyName = "DatetimeEnd";
this.gridColumn5.HeaderText = "结束时间";
this.gridColumn5.Name = "datetimeEnd";
this.gridColumn5.Width = 150;
//
// gridColumn6
//
this.gridColumn6.DataPropertyName = "Memo";
this.gridColumn6.HeaderText = "备注";
this.gridColumn6.Name = "Memo";
this.gridColumn6.Width = 150;
//
// gridColumn7
//
this.gridColumn7.DataPropertyName = "PeopleCount";
this.gridColumn7.HeaderText = "人数";
this.gridColumn7.Name = "peopleCount";
this.gridColumn7.Width = 80;
//
// gridColumn8
//
this.gridColumn8.DataPropertyName = "DealTicketCount";
this.gridColumn8.HeaderText = "成交次数";
this.gridColumn8.Name = "dealTicketCount";
this.gridColumn8.Width = 80;
//
// gridColumn41
//
this.gridColumn41.DataPropertyName = "DealAmount";
this.gridColumn41.HeaderText = "成交金额";
this.gridColumn41.Name = "dealAmount";
this.gridColumn41.Width = 80;
//
// gridColumn42
//
this.gridColumn42.DataPropertyName = "BackTicketCount";
this.gridColumn42.HeaderText = "退单次数";
this.gridColumn42.Name = "backTicketCount";
this.gridColumn42.Width = 80;
//
// gridColumn1
//
this.gridColumn1.DataPropertyName = "BackAmount";
this.gridColumn1.HeaderText = "退单金额";
this.gridColumn1.Name = "backAmount";
this.gridColumn1.Width = 80;
//
// gridColumn9
//
this.gridColumn9.DataPropertyName = "TicketCount";
this.gridColumn9.HeaderText = "合计次数";
this.gridColumn9.Name = "ticketCount";
this.gridColumn9.Width = 80;
//
// gridColumn10
//
this.gridColumn10.DataPropertyName = "Amount";
this.gridColumn10.HeaderText = "合计金额";
this.gridColumn10.Name = "amount";
this.gridColumn10.Width = 80;
//
// gridColumn11
//
this.gridColumn11.DataPropertyName = "DiscountMoney";
this.gridColumn11.HeaderText = "优惠金额";
this.gridColumn11.Name = "discountMoney";
this.gridColumn11.Width = 80;
//
// gridColumn12
//
this.gridColumn12.DataPropertyName = "Receivable";
this.gridColumn12.HeaderText = "应收金额";
this.gridColumn12.Name = "receivable";
this.gridColumn12.Width = 80;
//
// gridColumn13
//
this.gridColumn13.DataPropertyName = "CardCount";
this.gridColumn13.HeaderText = "充值次数";
this.gridColumn13.Name = "cardCount";
this.gridColumn13.Width = 80;
//
// gridColumn14
//
this.gridColumn14.DataPropertyName = "CardRealMoney";
this.gridColumn14.HeaderText = "充值实收";
this.gridColumn14.Name = "cardRealMoney";
this.gridColumn14.Width = 80;
//
// gridColumn27
//
this.gridColumn27.DataPropertyName = "CardRefundCount";
this.gridColumn27.HeaderText = "退卡次数";
this.gridColumn27.Name = "cardRefundCount";
//
// gridColumn28
//
this.gridColumn28.DataPropertyName = "CardRefundMoney";
this.gridColumn28.HeaderText = "退卡金额";
this.gridColumn28.Name = "cardRefundMoney";
//
// gridColumn15
//
this.gridColumn15.DataPropertyName = "SumRealMoney";
this.gridColumn15.HeaderText = "合计金额";
this.gridColumn15.Name = "sumRealMoney";
this.gridColumn15.Width = 80;
//
// gridColumn16
//
this.gridColumn16.DataPropertyName = "Inmoney";
this.gridColumn16.HeaderText = "非营业收入";
this.gridColumn16.Name = "inmoney";
this.gridColumn16.Width = 80;
//
// gridColumn17
//
this.gridColumn17.DataPropertyName = "Outmoney";
this.gridColumn17.HeaderText = "非营业支出";
this.gridColumn17.Name = "outmoney";
this.gridColumn17.Width = 80;
//
// gridColumn29
//
this.gridColumn29.DataPropertyName = "DistributionFee";
this.gridColumn29.HeaderText = "配送费(微信点餐)";
this.gridColumn29.Name = "distributionFee";
this.gridColumn29.Width = 120;
//
// gridColumn24
//
this.gridColumn24.DataPropertyName = "ShiftAmount";
this.gridColumn24.HeaderText = "班次总收入";
this.gridColumn24.Name = "shiftAmount";
this.gridColumn24.Width = 80;
//
// gridColumn25
//
this.gridColumn25.DataPropertyName = "Imprest";
this.gridColumn25.HeaderText = "备用金";
this.gridColumn25.Name = "imprest";
this.gridColumn25.Width = 80;
//
// gridColumn26
//
this.gridColumn26.DataPropertyName = "Id";
this.gridColumn26.Name = "Id";
this.gridColumn26.Visible = false;
//
// detailListTable
//
this.detailListTable.BackColor = System.Drawing.Color.White;
this.detailListTable.Dock = System.Windows.Forms.DockStyle.Top;
this.detailListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.detailListTable.ForeColor = System.Drawing.Color.Black;
this.detailListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.detailListTable.Location = new System.Drawing.Point(486, 134);
this.detailListTable.Name = "detailListTable";
//
//
//
this.detailListTable.PrimaryGrid.AllowEdit = false;
this.detailListTable.PrimaryGrid.AutoGenerateColumns = false;
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn30);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn18);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn19);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn20);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn21);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn23);
this.detailListTable.PrimaryGrid.Columns.Add(this.ReceivableAmount);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn48);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn22);
this.detailListTable.PrimaryGrid.DefaultRowHeight = 35;
this.detailListTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.detailListTable.PrimaryGrid.ShowRowGridIndex = true;
this.detailListTable.Size = new System.Drawing.Size(538, 198);
this.detailListTable.TabIndex = 243;
this.detailListTable.Text = "superGridControl2";
//
// gridColumn30
//
this.gridColumn30.DataPropertyName = "PaySource";
this.gridColumn30.HeaderText = "来源";
this.gridColumn30.Name = "paySource";
//
// gridColumn18
//
this.gridColumn18.DataPropertyName = "PayModeNo";
this.gridColumn18.HeaderText = "支付编码";
this.gridColumn18.Name = "payModeNo";
this.gridColumn18.Visible = false;
//
// gridColumn19
//
this.gridColumn19.DataPropertyName = "PayModeName";
this.gridColumn19.HeaderText = "支付方式名";
this.gridColumn19.Name = "payModeName";
this.gridColumn19.Width = 120;
//
// gridColumn20
//
this.gridColumn20.DataPropertyName = "Count";
this.gridColumn20.HeaderText = "次数";
this.gridColumn20.Name = "count";
this.gridColumn20.Width = 80;
//
// gridColumn21
//
this.gridColumn21.DataPropertyName = "Money";
this.gridColumn21.HeaderText = "金额";
this.gridColumn21.Name = "money";
this.gridColumn21.Width = 80;
//
// gridColumn23
//
this.gridColumn23.DataPropertyName = "CardCount";
this.gridColumn23.HeaderText = "卡务次数";
this.gridColumn23.Name = "cardCount";
this.gridColumn23.Width = 80;
//
// ReceivableAmount
//
this.ReceivableAmount.DataPropertyName = "CardMoney";
this.ReceivableAmount.HeaderText = "卡务金额";
this.ReceivableAmount.Name = "cardMoney";
this.ReceivableAmount.Width = 80;
//
// gridColumn48
//
this.gridColumn48.DataPropertyName = "SumMoney";
this.gridColumn48.HeaderText = "系统总额";
this.gridColumn48.Name = "SumMoney";
this.gridColumn48.Width = 80;
//
// gridColumn22
//
this.gridColumn22.DataPropertyName = "HandsMoney";
this.gridColumn22.HeaderText = "手工金额";
this.gridColumn22.Name = "handsMoney";
this.gridColumn22.Width = 80;
//
// detailPartListTable
//
this.detailPartListTable.BackColor = System.Drawing.Color.White;
this.detailPartListTable.Dock = System.Windows.Forms.DockStyle.Fill;
this.detailPartListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.detailPartListTable.ForeColor = System.Drawing.Color.Black;
this.detailPartListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.detailPartListTable.Location = new System.Drawing.Point(486, 332);
this.detailPartListTable.Name = "detailPartListTable";
//
//
//
this.detailPartListTable.PrimaryGrid.AllowEdit = false;
this.detailPartListTable.PrimaryGrid.AutoGenerateColumns = false;
this.detailPartListTable.PrimaryGrid.Columns.Add(this.gridColumn34);
this.detailPartListTable.PrimaryGrid.Columns.Add(this.gridColumn35);
this.detailPartListTable.PrimaryGrid.Columns.Add(this.gridColumn36);
this.detailPartListTable.PrimaryGrid.Columns.Add(this.gridColumn37);
this.detailPartListTable.PrimaryGrid.Columns.Add(this.gridColumn39);
this.detailPartListTable.PrimaryGrid.DefaultRowHeight = 35;
this.detailPartListTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.detailPartListTable.PrimaryGrid.ShowRowGridIndex = true;
this.detailPartListTable.Size = new System.Drawing.Size(538, 436);
this.detailPartListTable.TabIndex = 244;
this.detailPartListTable.Text = "superGridControl4";
//
// gridColumn34
//
this.gridColumn34.DataPropertyName = "SpecName";
this.gridColumn34.HeaderText = "规格名称";
this.gridColumn34.Name = "specName";
this.gridColumn34.Width = 120;
//
// gridColumn35
//
this.gridColumn35.DataPropertyName = "PreCount";
this.gridColumn35.HeaderText = "初始数量";
this.gridColumn35.Name = "preCount";
this.gridColumn35.Width = 80;
//
// gridColumn36
//
this.gridColumn36.DataPropertyName = "Count";
this.gridColumn36.HeaderText = "系统数量";
this.gridColumn36.Name = "count";
this.gridColumn36.Width = 80;
//
// gridColumn37
//
this.gridColumn37.DataPropertyName = "HandsCount";
this.gridColumn37.HeaderText = "手工数量";
this.gridColumn37.Name = "handsCount";
this.gridColumn37.Width = 80;
//
// gridColumn39
//
this.gridColumn39.DataPropertyName = "DifCount";
this.gridColumn39.HeaderText = "差异数量";
this.gridColumn39.Name = "difCount";
this.gridColumn39.Width = 80;
//
// ShiftDetail
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.detailPartListTable);
this.Controls.Add(this.detailListTable);
this.Controls.Add(this.ticketListTable);
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.controlBox1);
this.MinimumSize = new System.Drawing.Size(1024, 768);
this.Name = "ShiftDetail";
this.Text = "ShiftDetail";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox1;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private Component.DatePicker endPicker;
private Component.DatePicker startPicker;
private DevComponents.DotNetBar.ButtonX ButtonOk;
private DevComponents.DotNetBar.ButtonX buttonX10;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX buttonX9;
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.ButtonX buttonX8;
private DevComponents.DotNetBar.ButtonX buttonX3;
private DevComponents.DotNetBar.ButtonX buttonX4;
private DevComponents.DotNetBar.ButtonX buttonX6;
private DevComponents.DotNetBar.ButtonX buttonX5;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl ticketListTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn43;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn3;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn4;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn5;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn6;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn7;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn8;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn41;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn42;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl detailListTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn18;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn19;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn20;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn21;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn22;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn23;
private DevComponents.DotNetBar.SuperGrid.GridColumn ReceivableAmount;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn48;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl detailPartListTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn34;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn35;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn36;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn37;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn39;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn9;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn10;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn11;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn12;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn13;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn14;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn15;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn16;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn17;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn24;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn25;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn26;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn27;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn28;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn29;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn30;
}
}