using POS.Language.Language; namespace POSV.Report { partial class OperationLogForm { /// /// 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.controlBox1 = new POSV.Component.ControlBox(); this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX(); this.txtWorkNo = new POSV.Component.NumericTextBox(); 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.buttonX3 = new DevComponents.DotNetBar.ButtonX(); this.buttonX4 = new DevComponents.DotNetBar.ButtonX(); this.buttonX6 = new DevComponents.DotNetBar.ButtonX(); this.buttonX5 = new DevComponents.DotNetBar.ButtonX(); this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl(); this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.logListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl(); this.gridColumn43 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn8 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.TypeTxt = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn42 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem(); this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.summaryListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl(); this.gridColumn14 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn9 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem(); this.doubleBufferPanelX1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit(); this.superTabControl1.SuspendLayout(); this.superTabControlPanel1.SuspendLayout(); this.superTabControlPanel2.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 = 3; 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.txtWorkNo); 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.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, 100); 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 = 245; // // txtWorkNo // this.txtWorkNo.AllowDecimalSeparator = true; this.txtWorkNo.AllowNegativeSign = false; this.txtWorkNo.AllowSpace = false; this.txtWorkNo.BackColor = System.Drawing.Color.White; // // // this.txtWorkNo.Border.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.txtWorkNo.Border.BorderBottomWidth = 1; this.txtWorkNo.Border.BorderColor = System.Drawing.Color.DimGray; this.txtWorkNo.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.txtWorkNo.Border.BorderLeftWidth = 1; this.txtWorkNo.Border.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.txtWorkNo.Border.BorderRightWidth = 1; this.txtWorkNo.Border.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.txtWorkNo.Border.BorderTopWidth = 1; this.txtWorkNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtWorkNo.DisabledBackColor = System.Drawing.Color.White; this.txtWorkNo.EnableSoftKeyboard = true; this.txtWorkNo.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtWorkNo.ForeColor = System.Drawing.Color.Black; this.txtWorkNo.Location = new System.Drawing.Point(394, 9); this.txtWorkNo.MaxDecimalDigit = 0; this.txtWorkNo.MaxLength = 32; this.txtWorkNo.Name = "txtWorkNo"; this.txtWorkNo.PreventEnterBeep = true; this.txtWorkNo.Size = new System.Drawing.Size(191, 31); this.txtWorkNo.TabIndex = 329; this.txtWorkNo.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty; this.txtWorkNo.WatermarkFont = new System.Drawing.Font("微软雅黑", 15.75F); this.txtWorkNo.WatermarkText = "收银员编号"; // // 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(198, 10); this.endPicker.Name = "endPicker"; this.endPicker.Size = new System.Drawing.Size(192, 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, 10); this.startPicker.Name = "startPicker"; this.startPicker.Size = new System.Drawing.Size(192, 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); this.ButtonOk.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.ButtonOk.Location = new System.Drawing.Point(592, 7); this.ButtonOk.Name = "ButtonOk"; this.ButtonOk.Size = new System.Drawing.Size(85, 34); this.ButtonOk.TabIndex = 226; this.ButtonOk.Text = "查询"; this.ButtonOk.TextColor = System.Drawing.Color.White; this.ButtonOk.Click += new System.EventHandler(this.BtnQueryClick); // // 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); this.buttonX10.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX10.Location = new System.Drawing.Point(936, 47); 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.BtnExitClick); // // 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); this.buttonX1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX1.Location = new System.Drawing.Point(1, 47); 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.BtnTimeClick); // // 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); this.buttonX9.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX9.Location = new System.Drawing.Point(173, 47); 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.BtnTimeClick); // // 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); this.buttonX2.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX2.Location = new System.Drawing.Point(87, 47); 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.BtnTimeClick); // // 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); this.buttonX3.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX3.Location = new System.Drawing.Point(259, 47); 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.BtnTimeClick); // // 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); this.buttonX4.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX4.Location = new System.Drawing.Point(345, 47); 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.BtnTimeClick); // // 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); this.buttonX6.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX6.Location = new System.Drawing.Point(517, 47); 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.BtnTimeClick); // // 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); this.buttonX5.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX5.Location = new System.Drawing.Point(431, 47); 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.BtnTimeClick); // // superTabControl1 // this.superTabControl1.BackColor = System.Drawing.Color.White; // // // // // // 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.Controls.Add(this.superTabControlPanel2); this.superTabControl1.Controls.Add(this.superTabControlPanel1); this.superTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControl1.Font = new System.Drawing.Font("宋体", 15F); this.superTabControl1.ForeColor = System.Drawing.Color.Black; this.superTabControl1.Location = new System.Drawing.Point(0, 132); this.superTabControl1.Name = "superTabControl1"; this.superTabControl1.ReorderTabsEnabled = true; this.superTabControl1.SelectedTabFont = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.superTabControl1.SelectedTabIndex = 0; this.superTabControl1.Size = new System.Drawing.Size(1024, 636); this.superTabControl1.TabFont = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.superTabControl1.TabIndex = 250; 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.logListTable); this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel1.Location = new System.Drawing.Point(0, 48); this.superTabControlPanel1.Name = "superTabControlPanel1"; this.superTabControlPanel1.Size = new System.Drawing.Size(1024, 588); this.superTabControlPanel1.TabIndex = 1; this.superTabControlPanel1.TabItem = this.superTabItem1; // // logListTable // this.logListTable.BackColor = System.Drawing.Color.White; this.logListTable.Dock = System.Windows.Forms.DockStyle.Fill; this.logListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; this.logListTable.ForeColor = System.Drawing.Color.White; this.logListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.logListTable.Location = new System.Drawing.Point(0, 0); this.logListTable.Name = "logListTable"; // // // this.logListTable.PrimaryGrid.AllowEdit = false; this.logListTable.PrimaryGrid.AutoGenerateColumns = false; this.logListTable.PrimaryGrid.Columns.Add(this.gridColumn43); this.logListTable.PrimaryGrid.Columns.Add(this.gridColumn2); this.logListTable.PrimaryGrid.Columns.Add(this.gridColumn8); this.logListTable.PrimaryGrid.Columns.Add(this.gridColumn3); this.logListTable.PrimaryGrid.Columns.Add(this.TypeTxt); this.logListTable.PrimaryGrid.Columns.Add(this.gridColumn42); this.logListTable.PrimaryGrid.DefaultRowHeight = 35; this.logListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row; this.logListTable.PrimaryGrid.MultiSelect = false; this.logListTable.PrimaryGrid.RowHeaderIndexOffset = 1; this.logListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row; this.logListTable.PrimaryGrid.ShowRowGridIndex = true; this.logListTable.Size = new System.Drawing.Size(1024, 588); this.logListTable.TabIndex = 191; this.logListTable.Text = "superGridControl1"; // // gridColumn43 // this.gridColumn43.DataPropertyName = "WorkerNo"; this.gridColumn43.HeaderText = "收银工号"; this.gridColumn43.Name = "workerNo"; this.gridColumn43.Width = 120; // // gridColumn2 // this.gridColumn2.DataPropertyName = "ShiftNo"; this.gridColumn2.HeaderText = "班次编号"; this.gridColumn2.Name = "shiftNo"; this.gridColumn2.Width = 120; // // gridColumn8 // this.gridColumn8.DataPropertyName = "ShiftName"; this.gridColumn8.HeaderText = "班次名称"; this.gridColumn8.Name = "shiftName"; this.gridColumn8.Width = 140; // // gridColumn3 // this.gridColumn3.DataPropertyName = "OperationTime"; this.gridColumn3.HeaderText = "操作时间"; this.gridColumn3.Name = "operationTime"; this.gridColumn3.Width = 140; // // TypeTxt // this.TypeTxt.DataPropertyName = "TypeTxt"; this.TypeTxt.HeaderText = "操作类型"; this.TypeTxt.Name = "typeTxt"; // // gridColumn42 // this.gridColumn42.DataPropertyName = "Memo"; this.gridColumn42.HeaderText = "说明"; this.gridColumn42.Name = "memo"; this.gridColumn42.Width = 600; // // superTabItem1 // this.superTabItem1.AttachedControl = this.superTabControlPanel1; this.superTabItem1.GlobalItem = false; this.superTabItem1.Name = "superTabItem1"; this.superTabItem1.Tag = "superTabItem1"; this.superTabItem1.Text = "操作记录"; this.superTabItem1.Click += new System.EventHandler(this.TabOnClick); // // superTabControlPanel2 // this.superTabControlPanel2.Controls.Add(this.summaryListTable); this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel2.Location = new System.Drawing.Point(0, 48); this.superTabControlPanel2.Name = "superTabControlPanel2"; this.superTabControlPanel2.Size = new System.Drawing.Size(1024, 588); this.superTabControlPanel2.TabIndex = 0; this.superTabControlPanel2.TabItem = this.superTabItem2; // // summaryListTable // this.summaryListTable.BackColor = System.Drawing.Color.White; this.summaryListTable.Dock = System.Windows.Forms.DockStyle.Fill; this.summaryListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; this.summaryListTable.ForeColor = System.Drawing.Color.Black; this.summaryListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.summaryListTable.Location = new System.Drawing.Point(0, 0); this.summaryListTable.Name = "summaryListTable"; // // // this.summaryListTable.PrimaryGrid.AllowEdit = false; this.summaryListTable.PrimaryGrid.AutoGenerateColumns = false; this.summaryListTable.PrimaryGrid.Columns.Add(this.gridColumn14); this.summaryListTable.PrimaryGrid.Columns.Add(this.gridColumn1); this.summaryListTable.PrimaryGrid.Columns.Add(this.gridColumn9); this.summaryListTable.PrimaryGrid.DefaultRowHeight = 35; this.summaryListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row; this.summaryListTable.PrimaryGrid.MultiSelect = false; this.summaryListTable.PrimaryGrid.RowHeaderIndexOffset = 1; this.summaryListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row; this.summaryListTable.PrimaryGrid.ShowRowGridIndex = true; this.summaryListTable.Size = new System.Drawing.Size(1024, 588); this.summaryListTable.TabIndex = 192; this.summaryListTable.Text = "superGridControl1"; // // gridColumn14 // this.gridColumn14.DataPropertyName = "WorkerNo"; this.gridColumn14.HeaderText = "收银工号"; this.gridColumn14.Name = "workerNo"; // // gridColumn1 // this.gridColumn1.DataPropertyName = "TypeTxt"; this.gridColumn1.HeaderText = "操作类型"; this.gridColumn1.Name = "typeTxt"; this.gridColumn1.Width = 150; // // gridColumn9 // this.gridColumn9.DataPropertyName = "Ext1"; this.gridColumn9.HeaderText = "操作次数"; this.gridColumn9.Name = "ext1"; // // superTabItem2 // this.superTabItem2.AttachedControl = this.superTabControlPanel2; this.superTabItem2.GlobalItem = false; this.superTabItem2.Name = "superTabItem2"; this.superTabItem2.Tag = "superTabItem2"; this.superTabItem2.Text = "操作汇总"; this.superTabItem2.Click += new System.EventHandler(this.TabOnClick); // // OperationLogForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1024, 768); this.Controls.Add(this.superTabControl1); this.Controls.Add(this.doubleBufferPanelX1); this.Controls.Add(this.controlBox1); this.Name = "OperationLogForm"; this.Text = "OperationLogForm"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.doubleBufferPanelX1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit(); this.superTabControl1.ResumeLayout(false); this.superTabControlPanel1.ResumeLayout(false); this.superTabControlPanel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.ControlBox controlBox1; private Component.DoubleBufferPanelX doubleBufferPanelX1; private Component.NumericTextBox txtWorkNo; 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 buttonX3; private DevComponents.DotNetBar.ButtonX buttonX4; private DevComponents.DotNetBar.ButtonX buttonX6; private DevComponents.DotNetBar.ButtonX buttonX5; private DevComponents.DotNetBar.SuperTabControl superTabControl1; private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2; private DevComponents.DotNetBar.SuperGrid.SuperGridControl summaryListTable; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn9; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn14; private DevComponents.DotNetBar.SuperTabItem superTabItem2; private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1; private DevComponents.DotNetBar.SuperGrid.SuperGridControl logListTable; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn43; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn8; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn3; private DevComponents.DotNetBar.SuperGrid.GridColumn TypeTxt; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn42; private DevComponents.DotNetBar.SuperTabItem superTabItem1; } }