namespace LYFZ.Software.UI.StatisticalInquiry { partial class FrmProductsUseStatistics { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmProductsUseStatistics)); this.dtp_start = new System.Windows.Forms.DateTimePicker(); this.dtp_end = new System.Windows.Forms.DateTimePicker(); this.label1 = new System.Windows.Forms.Label(); this.btn_query = new LYFZ.ComponentLibrary.ButtonEx(); this.cb_has_pickup = new LYFZ.ComponentLibrary.CheckBoxEx(); this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx(); this.btn_export_xls = new LYFZ.ComponentLibrary.ButtonForm(); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.lb_count = new LYFZ.ComponentLibrary.LabelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.dgv); this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Location = new System.Drawing.Point(0, 40); this.plExMainContainer.Size = new System.Drawing.Size(1028, 505); // // plFormMainContent // this.plFormMainContent.BackColor = System.Drawing.Color.White; this.plFormMainContent.Controls.Add(this.btn_export_xls); this.plFormMainContent.Controls.Add(this.cb_has_pickup); this.plFormMainContent.Controls.Add(this.btn_query); this.plFormMainContent.Controls.Add(this.label1); this.plFormMainContent.Controls.Add(this.dtp_end); this.plFormMainContent.Controls.Add(this.dtp_start); this.plFormMainContent.Size = new System.Drawing.Size(1028, 545); this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0); this.plFormMainContent.Controls.SetChildIndex(this.dtp_start, 0); this.plFormMainContent.Controls.SetChildIndex(this.dtp_end, 0); this.plFormMainContent.Controls.SetChildIndex(this.label1, 0); this.plFormMainContent.Controls.SetChildIndex(this.btn_query, 0); this.plFormMainContent.Controls.SetChildIndex(this.cb_has_pickup, 0); this.plFormMainContent.Controls.SetChildIndex(this.btn_export_xls, 0); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(969, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(996, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(942, 0); // // dtp_start // this.dtp_start.Location = new System.Drawing.Point(203, 12); this.dtp_start.Name = "dtp_start"; this.dtp_start.Size = new System.Drawing.Size(121, 21); this.dtp_start.TabIndex = 3; // // dtp_end // this.dtp_end.Location = new System.Drawing.Point(349, 12); this.dtp_end.Name = "dtp_end"; this.dtp_end.Size = new System.Drawing.Size(121, 21); this.dtp_end.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(332, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(11, 12); this.label1.TabIndex = 4; this.label1.Text = "-"; // // btn_query // this.btn_query.BackColor = System.Drawing.Color.Transparent; this.btn_query.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_query.BackImg"))); this.btn_query.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btn_query.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btn_query.ForeColor = System.Drawing.Color.White; this.btn_query.IsCustomBackImg = false; this.btn_query.IsShowText = true; this.btn_query.Location = new System.Drawing.Point(494, 10); this.btn_query.Name = "btn_query"; this.btn_query.Size = new System.Drawing.Size(85, 24); this.btn_query.TabIndex = 5; this.btn_query.Text = "查询"; this.btn_query.UseVisualStyleBackColor = false; // // cb_has_pickup // this.cb_has_pickup.AutoSize = true; this.cb_has_pickup.BackColor = System.Drawing.Color.White; this.cb_has_pickup.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.cb_has_pickup.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.cb_has_pickup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.cb_has_pickup.Fourstates = false; this.cb_has_pickup.IsGreenTick = false; this.cb_has_pickup.Location = new System.Drawing.Point(693, 13); this.cb_has_pickup.Name = "cb_has_pickup"; this.cb_has_pickup.Size = new System.Drawing.Size(63, 21); this.cb_has_pickup.TabIndex = 6; this.cb_has_pickup.Text = "已取件"; this.cb_has_pickup.UseVisualStyleBackColor = false; // // dgv // this.dgv.AllowUserToAddRows = false; this.dgv.AllowUserToDeleteRows = false; this.dgv.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan; this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgv.BackgroundColor = System.Drawing.Color.White; this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgv.Dock = System.Windows.Forms.DockStyle.Fill; this.dgv.EnableHeadersVisualStyles = false; this.dgv.EraseCell = false; this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgv.GridViewUniquelyIdentify = ""; this.dgv.IsCompleteBonding = false; this.dgv.IsCopyCellValue = true; this.dgv.Location = new System.Drawing.Point(0, 0); this.dgv.Name = "dgv"; this.dgv.RowTemplate.Height = 23; this.dgv.RowTemplate.ReadOnly = true; this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv.Size = new System.Drawing.Size(1028, 471); this.dgv.TabIndex = 0; // // btn_export_xls // this.btn_export_xls.BackColor = System.Drawing.Color.Transparent; this.btn_export_xls.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_export_xls.BackImg"))); this.btn_export_xls.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btn_export_xls.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btn_export_xls.ForeColor = System.Drawing.Color.White; this.btn_export_xls.IsCustomBackImg = false; this.btn_export_xls.IsShowText = true; this.btn_export_xls.Location = new System.Drawing.Point(596, 10); this.btn_export_xls.Name = "btn_export_xls"; this.btn_export_xls.Size = new System.Drawing.Size(85, 24); this.btn_export_xls.TabIndex = 8; this.btn_export_xls.Text = "导出xls"; this.btn_export_xls.UseVisualStyleBackColor = false; // // 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.lb_count); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelEx1.Location = new System.Drawing.Point(0, 471); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(1028, 34); this.panelEx1.TabIndex = 1; // // lb_count // this.lb_count.AutoSize = true; this.lb_count.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.lb_count.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lb_count.Location = new System.Drawing.Point(9, 8); this.lb_count.Name = "lb_count"; this.lb_count.Size = new System.Drawing.Size(0, 17); this.lb_count.TabIndex = 0; // // FrmProductsUseStatistics // 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(1028, 610); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsShowUcNavigationTool = true; this.Name = "FrmProductsUseStatistics"; this.ShowInTaskbar = false; 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.plFormMainContent.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit(); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; protected internal System.Windows.Forms.DateTimePicker dtp_start; protected internal System.Windows.Forms.DateTimePicker dtp_end; protected internal ComponentLibrary.CheckBoxEx cb_has_pickup; protected internal ComponentLibrary.ButtonEx btn_query; protected internal ComponentLibrary.ButtonForm btn_export_xls; private ComponentLibrary.PanelEx panelEx1; protected internal ComponentLibrary.LabelEx lb_count; protected internal ComponentLibrary.DataGridViewEx dgv; } }