namespace LYFZ.Software.UI.CameraControlBook { partial class OrderReportFormMain { /// /// 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.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderReportFormMain)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc(); this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx(); this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.btnReservation = new LYFZ.ComponentLibrary.ButtonEx(); this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx(); this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.cmbTextQuery = new LYFZ.ComponentLibrary.TextBoxEx(); this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx(); this.btnConditionQuery = new LYFZ.ComponentLibrary.ButtonEx(); this.btnCustomerData = new LYFZ.ComponentLibrary.ButtonEx(); this.btnClientServiceAnPai = new LYFZ.ComponentLibrary.ButtonEx(); this.btnExport = new LYFZ.ComponentLibrary.ButtonEx(); this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx(); this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.panelDressVersion = new LYFZ.ComponentLibrary.PanelEx(); this.chkDressVersion = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelKidsVersion = new LYFZ.ComponentLibrary.PanelEx(); this.chkKidsVersion = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelPortraitVersion = new LYFZ.ComponentLibrary.PanelEx(); this.chkPortraitVersion = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelWeddingCelebration = new LYFZ.ComponentLibrary.PanelEx(); this.chkWeddingCelebration = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelServiceVersion = new LYFZ.ComponentLibrary.PanelEx(); this.chkServiceVersion = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelIntent = new LYFZ.ComponentLibrary.PanelEx(); this.chkIntent = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelShowCompleteOrder = new LYFZ.ComponentLibrary.PanelEx(); this.chkShowCompleteOrder = new LYFZ.ComponentLibrary.CheckBoxEx(); this.cntmenu = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); this.flowLayoutPanel1.SuspendLayout(); this.panelStoreName.SuspendLayout(); this.panelEx3.SuspendLayout(); this.panelDressVersion.SuspendLayout(); this.panelKidsVersion.SuspendLayout(); this.panelPortraitVersion.SuspendLayout(); this.panelWeddingCelebration.SuspendLayout(); this.panelServiceVersion.SuspendLayout(); this.panelIntent.SuspendLayout(); this.panelShowCompleteOrder.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.AutoScroll = true; this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Location = new System.Drawing.Point(0, 40); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5); this.plExMainContainer.Size = new System.Drawing.Size(910, 505); this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.dgvData); this.panelEx1.Controls.Add(this.ucPagerEx1); this.panelEx1.Controls.Add(this.dataGridViewStatisticsCount1); this.panelEx1.Controls.Add(this.flowLayoutPanel1); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(5, 5); this.panelEx1.Name = "panelEx1"; this.panelEx1.Padding = new System.Windows.Forms.Padding(2); this.panelEx1.Size = new System.Drawing.Size(900, 495); this.panelEx1.TabIndex = 7; // // dgvData // this.dgvData.AllowUserToAddRows = false; this.dgvData.AllowUserToDeleteRows = false; this.dgvData.AllowUserToOrderColumns = true; this.dgvData.AllowUserToResizeRows = false; this.dgvData.BackgroundColor = System.Drawing.Color.White; this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150))))); dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvData.dgvColumnHeadersHeight = 24; this.dgvData.dgvCurrentColumnOriginalSet = ""; this.dgvData.dgvCurrentColumnWidth = ""; this.dgvData.dgvCurrentHideColumn = null; this.dgvData.dgvFixedHideColumn = null; this.dgvData.dgvGuidName = null; this.dgvData.dgvUserEmployeeID = null; this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvData.EnableHeadersVisualStyles = false; this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgvData.ImageHeight = 15; this.dgvData.ImageWidth = 15; this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse"))); this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand"))); this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false; this.dgvData.IsCompleteBonding = false; this.dgvData.IsCopyCellValue = true; this.dgvData.IsShowSerialNumber = false; this.dgvData.IsSortedRedraw = true; this.dgvData.IsSortMode = false; this.dgvData.Location = new System.Drawing.Point(2, 42); this.dgvData.Name = "dgvData"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(41); dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgvData.RowHeadersWidth = 25; this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dgvData.RowTemplate.Height = 23; this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvData.Size = new System.Drawing.Size(896, 395); this.dgvData.StrSecondStageNull = ""; this.dgvData.StrValueNullColumn = ""; this.dgvData.TabIndex = 24; this.dgvData.ViceCount = 1; // // ucPagerEx1 // this.ucPagerEx1.CurrentPageCount = 0; this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom; this.ucPagerEx1.Location = new System.Drawing.Point(2, 437); this.ucPagerEx1.Name = "ucPagerEx1"; this.ucPagerEx1.NMax = 0; this.ucPagerEx1.PageCount = 0; this.ucPagerEx1.PageCurrent = 1; this.ucPagerEx1.PageSize = 20; this.ucPagerEx1.Size = new System.Drawing.Size(896, 30); this.ucPagerEx1.TabIndex = 28; this.ucPagerEx1.TbDataSource = null; // // dataGridViewStatisticsCount1 // this.dataGridViewStatisticsCount1.CurrenQuantity = 0; this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom; this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(2, 467); this.dataGridViewStatisticsCount1.LocationX = 1; this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1"; this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(896, 26); this.dataGridViewStatisticsCount1.StrUnit = "单"; this.dataGridViewStatisticsCount1.TabIndex = 27; this.dataGridViewStatisticsCount1.TotalQuantity = 0; this.dataGridViewStatisticsCount1.Visible = false; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.panelStoreName); this.flowLayoutPanel1.Controls.Add(this.panelEx3); this.flowLayoutPanel1.Controls.Add(this.btnQuery); this.flowLayoutPanel1.Controls.Add(this.btnConditionQuery); this.flowLayoutPanel1.Controls.Add(this.btnCustomerData); this.flowLayoutPanel1.Controls.Add(this.btnClientServiceAnPai); this.flowLayoutPanel1.Controls.Add(this.btnExport); this.flowLayoutPanel1.Controls.Add(this.btnDelete); this.flowLayoutPanel1.Controls.Add(this.btnPrint); this.flowLayoutPanel1.Controls.Add(this.btnReservation); this.flowLayoutPanel1.Controls.Add(this.btnClose); this.flowLayoutPanel1.Controls.Add(this.panelDressVersion); this.flowLayoutPanel1.Controls.Add(this.panelKidsVersion); this.flowLayoutPanel1.Controls.Add(this.panelPortraitVersion); this.flowLayoutPanel1.Controls.Add(this.panelWeddingCelebration); this.flowLayoutPanel1.Controls.Add(this.panelServiceVersion); this.flowLayoutPanel1.Controls.Add(this.panelIntent); this.flowLayoutPanel1.Controls.Add(this.panelShowCompleteOrder); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0); this.flowLayoutPanel1.Size = new System.Drawing.Size(896, 40); this.flowLayoutPanel1.TabIndex = 26; // // btnReservation // this.btnReservation.BackColor = System.Drawing.Color.Transparent; this.btnReservation.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReservation.BackImg"))); this.btnReservation.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnReservation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnReservation.ForeColor = System.Drawing.Color.White; this.btnReservation.IsCustomBackImg = false; this.btnReservation.IsShowText = true; this.btnReservation.Location = new System.Drawing.Point(185, 36); this.btnReservation.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3); this.btnReservation.Name = "btnReservation"; this.btnReservation.Size = new System.Drawing.Size(85, 28); this.btnReservation.TabIndex = 12; this.btnReservation.Text = "合约管理"; this.btnReservation.UseVisualStyleBackColor = false; // // panelStoreName // this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelStoreName.BorderWidth = 1; this.panelStoreName.Controls.Add(this.cmbtreevStoreName); this.panelStoreName.Location = new System.Drawing.Point(1, 4); this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelStoreName.Name = "panelStoreName"; this.panelStoreName.Size = new System.Drawing.Size(210, 28); this.panelStoreName.TabIndex = 209; // // cmbtreevStoreName // this.cmbtreevStoreName.AfterSelectLevelFirstNode = true; this.cmbtreevStoreName.DropDownHeight = 220; this.cmbtreevStoreName.DropDownShow = false; this.cmbtreevStoreName.FormattingEnabled = true; this.cmbtreevStoreName.IntegralHeight = false; this.cmbtreevStoreName.IsNodeMouseClick = true; this.cmbtreevStoreName.IsSelectParentNode = false; this.cmbtreevStoreName.Location = new System.Drawing.Point(3, 4); this.cmbtreevStoreName.Name = "cmbtreevStoreName"; this.cmbtreevStoreName.ReadOnly = true; this.cmbtreevStoreName.SelectedNode = null; this.cmbtreevStoreName.Size = new System.Drawing.Size(200, 20); this.cmbtreevStoreName.StrGetName = ""; this.cmbtreevStoreName.StrGetTagName = ""; this.cmbtreevStoreName.StrKey = null; this.cmbtreevStoreName.TabIndex = 274; // // panelEx3 // this.panelEx3.BackColor = System.Drawing.Color.Transparent; this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx3.BorderWidth = 1; this.panelEx3.Controls.Add(this.cmbTextQuery); this.panelEx3.Location = new System.Drawing.Point(213, 4); this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(180, 28); this.panelEx3.TabIndex = 27; // // cmbTextQuery // this.cmbTextQuery.BackColor = System.Drawing.Color.Transparent; this.cmbTextQuery.Icon = null; this.cmbTextQuery.IconIsButton = false; this.cmbTextQuery.IsPasswordChat = '\0'; this.cmbTextQuery.IsSystemPasswordChar = false; this.cmbTextQuery.Lines = new string[0]; this.cmbTextQuery.Location = new System.Drawing.Point(0, 0); this.cmbTextQuery.Margin = new System.Windows.Forms.Padding(0); this.cmbTextQuery.MaxLength = 32767; this.cmbTextQuery.MinimumSize = new System.Drawing.Size(0, 26); this.cmbTextQuery.MouseBack = null; this.cmbTextQuery.Multiline = false; this.cmbTextQuery.Name = "cmbTextQuery"; this.cmbTextQuery.NormlBack = null; this.cmbTextQuery.Padding = new System.Windows.Forms.Padding(5); this.cmbTextQuery.ReadOnly = false; this.cmbTextQuery.ScrollBars = System.Windows.Forms.ScrollBars.None; this.cmbTextQuery.Size = new System.Drawing.Size(175, 28); this.cmbTextQuery.TabIndex = 11; this.cmbTextQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.toolTip1.SetToolTip(this.cmbTextQuery, "可根据:订单号、客户姓名、客户电话、接单人 进行查询"); this.cmbTextQuery.WaterColor = System.Drawing.Color.DarkGray; this.cmbTextQuery.WaterText = "订单号、客户姓名、客户电话"; this.cmbTextQuery.WordWrap = true; // // btnQuery // this.btnQuery.BackColor = System.Drawing.Color.Transparent; this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg"))); this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnQuery.ForeColor = System.Drawing.Color.White; this.btnQuery.IsCustomBackImg = false; this.btnQuery.IsShowText = true; this.btnQuery.Location = new System.Drawing.Point(397, 4); this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(85, 28); this.btnQuery.TabIndex = 2; this.btnQuery.Text = " 查 询"; this.btnQuery.UseVisualStyleBackColor = false; // // btnConditionQuery // this.btnConditionQuery.BackColor = System.Drawing.Color.Transparent; this.btnConditionQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnConditionQuery.BackImg"))); this.btnConditionQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnConditionQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnConditionQuery.ForeColor = System.Drawing.Color.White; this.btnConditionQuery.IsCustomBackImg = false; this.btnConditionQuery.IsShowText = true; this.btnConditionQuery.Location = new System.Drawing.Point(488, 4); this.btnConditionQuery.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3); this.btnConditionQuery.Name = "btnConditionQuery"; this.btnConditionQuery.Size = new System.Drawing.Size(85, 28); this.btnConditionQuery.TabIndex = 4; this.btnConditionQuery.Text = " 条件查询"; this.btnConditionQuery.UseVisualStyleBackColor = false; // // btnCustomerData // this.btnCustomerData.BackColor = System.Drawing.Color.Transparent; this.btnCustomerData.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCustomerData.BackImg"))); this.btnCustomerData.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnCustomerData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnCustomerData.ForeColor = System.Drawing.Color.White; this.btnCustomerData.IsCustomBackImg = false; this.btnCustomerData.IsShowText = true; this.btnCustomerData.Location = new System.Drawing.Point(579, 4); this.btnCustomerData.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3); this.btnCustomerData.Name = "btnCustomerData"; this.btnCustomerData.Size = new System.Drawing.Size(85, 28); this.btnCustomerData.TabIndex = 11; this.btnCustomerData.Text = " 客户资料"; this.btnCustomerData.UseVisualStyleBackColor = false; // // btnClientServiceAnPai // this.btnClientServiceAnPai.BackColor = System.Drawing.Color.Transparent; this.btnClientServiceAnPai.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClientServiceAnPai.BackImg"))); this.btnClientServiceAnPai.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnClientServiceAnPai.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnClientServiceAnPai.ForeColor = System.Drawing.Color.White; this.btnClientServiceAnPai.IsCustomBackImg = false; this.btnClientServiceAnPai.IsShowText = true; this.btnClientServiceAnPai.Location = new System.Drawing.Point(670, 4); this.btnClientServiceAnPai.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3); this.btnClientServiceAnPai.Name = "btnClientServiceAnPai"; this.btnClientServiceAnPai.Size = new System.Drawing.Size(85, 28); this.btnClientServiceAnPai.TabIndex = 27; this.btnClientServiceAnPai.Text = " 安排客服"; this.btnClientServiceAnPai.UseVisualStyleBackColor = false; this.btnClientServiceAnPai.Visible = false; // // btnExport // this.btnExport.BackColor = System.Drawing.Color.Transparent; this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg"))); this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnExport.ForeColor = System.Drawing.Color.White; this.btnExport.IsCustomBackImg = false; this.btnExport.IsShowText = true; this.btnExport.Location = new System.Drawing.Point(761, 4); this.btnExport.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(85, 28); this.btnExport.TabIndex = 5; this.btnExport.Text = " 导 出"; this.btnExport.UseVisualStyleBackColor = false; // // btnDelete // this.btnDelete.BackColor = System.Drawing.Color.Transparent; this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg"))); this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnDelete.ForeColor = System.Drawing.Color.White; this.btnDelete.IsCustomBackImg = false; this.btnDelete.IsShowText = true; this.btnDelete.Location = new System.Drawing.Point(3, 36); this.btnDelete.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(85, 28); this.btnDelete.TabIndex = 6; this.btnDelete.Text = " 删 除"; this.btnDelete.UseVisualStyleBackColor = false; // // btnPrint // this.btnPrint.BackColor = System.Drawing.Color.Transparent; this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg"))); this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnPrint.ForeColor = System.Drawing.Color.White; this.btnPrint.IsCustomBackImg = false; this.btnPrint.IsShowText = true; this.btnPrint.Location = new System.Drawing.Point(94, 36); this.btnPrint.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3); this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(85, 28); this.btnPrint.TabIndex = 7; this.btnPrint.Text = " 打 印"; this.btnPrint.UseVisualStyleBackColor = false; // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg"))); this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.IsCustomBackImg = false; this.btnClose.IsShowText = true; this.btnClose.Location = new System.Drawing.Point(276, 36); this.btnClose.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 28); this.btnClose.TabIndex = 8; this.btnClose.Text = " 关 闭"; this.btnClose.UseVisualStyleBackColor = false; // // panelDressVersion // this.panelDressVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelDressVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelDressVersion.BorderWidth = 1; this.panelDressVersion.Controls.Add(this.chkDressVersion); this.panelDressVersion.Location = new System.Drawing.Point(365, 36); this.panelDressVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelDressVersion.Name = "panelDressVersion"; this.panelDressVersion.Size = new System.Drawing.Size(60, 28); this.panelDressVersion.TabIndex = 210; // // chkDressVersion // this.chkDressVersion.AutoSize = true; this.chkDressVersion.BackColor = System.Drawing.Color.Transparent; this.chkDressVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkDressVersion.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkDressVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkDressVersion.Fourstates = false; this.chkDressVersion.IsGreenTick = false; this.chkDressVersion.Location = new System.Drawing.Point(3, 3); this.chkDressVersion.Name = "chkDressVersion"; this.chkDressVersion.Size = new System.Drawing.Size(51, 21); this.chkDressVersion.TabIndex = 13; this.chkDressVersion.Text = "婚纱"; this.chkDressVersion.UseVisualStyleBackColor = false; // // panelKidsVersion // this.panelKidsVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelKidsVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelKidsVersion.BorderWidth = 1; this.panelKidsVersion.Controls.Add(this.chkKidsVersion); this.panelKidsVersion.Location = new System.Drawing.Point(427, 36); this.panelKidsVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelKidsVersion.Name = "panelKidsVersion"; this.panelKidsVersion.Size = new System.Drawing.Size(60, 28); this.panelKidsVersion.TabIndex = 211; // // chkKidsVersion // this.chkKidsVersion.AutoSize = true; this.chkKidsVersion.BackColor = System.Drawing.Color.Transparent; this.chkKidsVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkKidsVersion.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkKidsVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkKidsVersion.Fourstates = false; this.chkKidsVersion.IsGreenTick = false; this.chkKidsVersion.Location = new System.Drawing.Point(3, 3); this.chkKidsVersion.Name = "chkKidsVersion"; this.chkKidsVersion.Size = new System.Drawing.Size(51, 21); this.chkKidsVersion.TabIndex = 14; this.chkKidsVersion.Text = "儿童"; this.chkKidsVersion.UseVisualStyleBackColor = false; // // panelPortraitVersion // this.panelPortraitVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelPortraitVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelPortraitVersion.BorderWidth = 1; this.panelPortraitVersion.Controls.Add(this.chkPortraitVersion); this.panelPortraitVersion.Location = new System.Drawing.Point(489, 36); this.panelPortraitVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelPortraitVersion.Name = "panelPortraitVersion"; this.panelPortraitVersion.Size = new System.Drawing.Size(60, 28); this.panelPortraitVersion.TabIndex = 211; // // chkPortraitVersion // this.chkPortraitVersion.AutoSize = true; this.chkPortraitVersion.BackColor = System.Drawing.Color.Transparent; this.chkPortraitVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkPortraitVersion.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkPortraitVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkPortraitVersion.Fourstates = false; this.chkPortraitVersion.IsGreenTick = false; this.chkPortraitVersion.Location = new System.Drawing.Point(3, 3); this.chkPortraitVersion.Name = "chkPortraitVersion"; this.chkPortraitVersion.Size = new System.Drawing.Size(51, 21); this.chkPortraitVersion.TabIndex = 19; this.chkPortraitVersion.Text = "写真"; this.chkPortraitVersion.UseVisualStyleBackColor = false; // // panelWeddingCelebration // this.panelWeddingCelebration.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelWeddingCelebration.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelWeddingCelebration.BorderWidth = 1; this.panelWeddingCelebration.Controls.Add(this.chkWeddingCelebration); this.panelWeddingCelebration.Location = new System.Drawing.Point(551, 36); this.panelWeddingCelebration.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelWeddingCelebration.Name = "panelWeddingCelebration"; this.panelWeddingCelebration.Size = new System.Drawing.Size(60, 28); this.panelWeddingCelebration.TabIndex = 211; // // chkWeddingCelebration // this.chkWeddingCelebration.AutoSize = true; this.chkWeddingCelebration.BackColor = System.Drawing.Color.Transparent; this.chkWeddingCelebration.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkWeddingCelebration.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkWeddingCelebration.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkWeddingCelebration.Fourstates = false; this.chkWeddingCelebration.IsGreenTick = false; this.chkWeddingCelebration.Location = new System.Drawing.Point(3, 3); this.chkWeddingCelebration.Name = "chkWeddingCelebration"; this.chkWeddingCelebration.Size = new System.Drawing.Size(51, 21); this.chkWeddingCelebration.TabIndex = 138; this.chkWeddingCelebration.Text = "婚庆"; this.chkWeddingCelebration.UseVisualStyleBackColor = false; // // panelServiceVersion // this.panelServiceVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelServiceVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelServiceVersion.BorderWidth = 1; this.panelServiceVersion.Controls.Add(this.chkServiceVersion); this.panelServiceVersion.Location = new System.Drawing.Point(613, 36); this.panelServiceVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelServiceVersion.Name = "panelServiceVersion"; this.panelServiceVersion.Size = new System.Drawing.Size(60, 28); this.panelServiceVersion.TabIndex = 211; // // chkServiceVersion // this.chkServiceVersion.AutoSize = true; this.chkServiceVersion.BackColor = System.Drawing.Color.Transparent; this.chkServiceVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkServiceVersion.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkServiceVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkServiceVersion.Fourstates = false; this.chkServiceVersion.IsGreenTick = false; this.chkServiceVersion.Location = new System.Drawing.Point(3, 3); this.chkServiceVersion.Name = "chkServiceVersion"; this.chkServiceVersion.Size = new System.Drawing.Size(51, 21); this.chkServiceVersion.TabIndex = 25; this.chkServiceVersion.Text = "服务"; this.chkServiceVersion.UseVisualStyleBackColor = false; // // panelIntent // this.panelIntent.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelIntent.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelIntent.BorderWidth = 1; this.panelIntent.Controls.Add(this.chkIntent); this.panelIntent.Location = new System.Drawing.Point(675, 36); this.panelIntent.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelIntent.Name = "panelIntent"; this.panelIntent.Size = new System.Drawing.Size(85, 28); this.panelIntent.TabIndex = 211; // // chkIntent // this.chkIntent.AutoSize = true; this.chkIntent.BackColor = System.Drawing.Color.Transparent; this.chkIntent.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkIntent.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkIntent.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkIntent.Fourstates = false; this.chkIntent.IsGreenTick = false; this.chkIntent.Location = new System.Drawing.Point(3, 3); this.chkIntent.Name = "chkIntent"; this.chkIntent.Size = new System.Drawing.Size(75, 21); this.chkIntent.TabIndex = 16; this.chkIntent.Text = "意向订单"; this.chkIntent.UseVisualStyleBackColor = false; // // panelShowCompleteOrder // this.panelShowCompleteOrder.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelShowCompleteOrder.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelShowCompleteOrder.BorderWidth = 1; this.panelShowCompleteOrder.Controls.Add(this.chkShowCompleteOrder); this.panelShowCompleteOrder.Location = new System.Drawing.Point(762, 36); this.panelShowCompleteOrder.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelShowCompleteOrder.Name = "panelShowCompleteOrder"; this.panelShowCompleteOrder.Size = new System.Drawing.Size(110, 28); this.panelShowCompleteOrder.TabIndex = 211; // // chkShowCompleteOrder // this.chkShowCompleteOrder.AutoSize = true; this.chkShowCompleteOrder.BackColor = System.Drawing.Color.Transparent; this.chkShowCompleteOrder.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkShowCompleteOrder.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkShowCompleteOrder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkShowCompleteOrder.Fourstates = false; this.chkShowCompleteOrder.IsGreenTick = false; this.chkShowCompleteOrder.Location = new System.Drawing.Point(3, 3); this.chkShowCompleteOrder.Name = "chkShowCompleteOrder"; this.chkShowCompleteOrder.Size = new System.Drawing.Size(99, 21); this.chkShowCompleteOrder.TabIndex = 139; this.chkShowCompleteOrder.Text = "显示完成订单"; this.chkShowCompleteOrder.UseVisualStyleBackColor = false; // // cntmenu // this.cntmenu.Name = "cntmenu"; this.cntmenu.Size = new System.Drawing.Size(61, 4); // // OrderReportFormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(910, 610); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsShowUcNavigationTool = true; this.Name = "OrderReportFormMain"; this.Text = "订单报表"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.Controls.SetChildIndex(this.btnAppFormMaximize, 0); this.Controls.SetChildIndex(this.btnAppFormExit, 0); this.Controls.SetChildIndex(this.btnAppFormMinimize, 0); this.Controls.SetChildIndex(this.btnAppFormMenu, 0); this.Controls.SetChildIndex(this.btnAppFormSkin, 0); this.Controls.SetChildIndex(this.plFormMainContent, 0); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.flowLayoutPanel1.ResumeLayout(false); this.panelStoreName.ResumeLayout(false); this.panelEx3.ResumeLayout(false); this.panelDressVersion.ResumeLayout(false); this.panelDressVersion.PerformLayout(); this.panelKidsVersion.ResumeLayout(false); this.panelKidsVersion.PerformLayout(); this.panelPortraitVersion.ResumeLayout(false); this.panelPortraitVersion.PerformLayout(); this.panelWeddingCelebration.ResumeLayout(false); this.panelWeddingCelebration.PerformLayout(); this.panelServiceVersion.ResumeLayout(false); this.panelServiceVersion.PerformLayout(); this.panelIntent.ResumeLayout(false); this.panelIntent.PerformLayout(); this.panelShowCompleteOrder.ResumeLayout(false); this.panelShowCompleteOrder.PerformLayout(); this.ResumeLayout(false); } #endregion protected ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.ContextMenuStripEx cntmenu; protected ComponentLibrary.TextBoxEx cmbTextQuery; protected ComponentLibrary.CheckBoxEx chkIntent; protected ComponentLibrary.CheckBoxEx chkKidsVersion; protected ComponentLibrary.ButtonEx btnReservation; protected ComponentLibrary.CheckBoxEx chkDressVersion; protected ComponentLibrary.ButtonEx btnCustomerData; protected ComponentLibrary.ButtonEx btnClose; protected ComponentLibrary.ButtonEx btnConditionQuery; protected ComponentLibrary.ButtonEx btnPrint; protected ComponentLibrary.ButtonEx btnDelete; protected ComponentLibrary.ButtonEx btnExport; protected ComponentLibrary.ButtonEx btnQuery; protected ComponentLibrary.CheckBoxEx chkPortraitVersion; protected ComponentLibrary.CheckBoxEx chkServiceVersion; private ComponentLibrary.PanelEx panelEx3; protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.ToolTip toolTip1; protected internal ComponentLibrary.CheckBoxEx chkWeddingCelebration; protected ComponentLibrary.CheckBoxEx chkShowCompleteOrder; protected internal ComponentLibrary.PanelEx panelDressVersion; protected internal ComponentLibrary.PanelEx panelStoreName; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName; protected internal ComponentLibrary.PanelEx panelKidsVersion; protected internal ComponentLibrary.PanelEx panelPortraitVersion; protected internal ComponentLibrary.PanelEx panelWeddingCelebration; protected internal ComponentLibrary.PanelEx panelServiceVersion; protected internal ComponentLibrary.PanelEx panelIntent; protected internal ComponentLibrary.PanelEx panelShowCompleteOrder; protected internal ComponentLibrary.ButtonEx btnClientServiceAnPai; protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1; protected internal ComponentLibrary.DataGridViewEc dgvData; protected UCPager.ucPagerEx ucPagerEx1; } }