namespace LYFZ.Software.UI.StatisticalInquiry { partial class FrmInventoryReport { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmInventoryReport)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.panelDateTime = new LYFZ.ComponentLibrary.PanelEx(); this.dtpTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.dtpTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.panelCreateName = new LYFZ.ComponentLibrary.PanelEx(); this.cmbtreevCreateName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx(); this.panelVendor = new LYFZ.ComponentLibrary.PanelEx(); this.cmbtreevVendor = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.lblCs = new LYFZ.ComponentLibrary.LabelEx(); this.panelSelect = new LYFZ.ComponentLibrary.PanelEx(); this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx(); this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc(); this.txtStatistics = new LYFZ.ComponentLibrary.TextBoxEx(); this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx(); this.tabPage_IntStorage = new System.Windows.Forms.TabPage(); this.tabPage_OutStorage = new System.Windows.Forms.TabPage(); this.tabPage_CurrentStorage = new System.Windows.Forms.TabPage(); this.panelExport = new LYFZ.ComponentLibrary.PanelEx(); this.btnExport = new LYFZ.ComponentLibrary.ButtonEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.panelDateTime.SuspendLayout(); this.panelCreateName.SuspendLayout(); this.panelVendor.SuspendLayout(); this.panelSelect.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); this.tabControlEx1.SuspendLayout(); this.panelExport.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.dgvData); this.plExMainContainer.Controls.Add(this.txtStatistics); this.plExMainContainer.Controls.Add(this.tabControlEx1); 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(1058, 505); // // plFormMainContent // this.plFormMainContent.Controls.Add(this.flowLayoutPanel1); this.plFormMainContent.Size = new System.Drawing.Size(1058, 545); this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0); this.plFormMainContent.Controls.SetChildIndex(this.flowLayoutPanel1, 0); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(999, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(1026, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(972, 0); // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.panelDateTime); this.flowLayoutPanel1.Controls.Add(this.panelCreateName); this.flowLayoutPanel1.Controls.Add(this.panelVendor); this.flowLayoutPanel1.Controls.Add(this.panelSelect); this.flowLayoutPanel1.Controls.Add(this.panelExport); this.flowLayoutPanel1.Location = new System.Drawing.Point(189, 6); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(819, 30); this.flowLayoutPanel1.TabIndex = 2233; // // panelDateTime // this.panelDateTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelDateTime.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelDateTime.BorderWidth = 1; this.panelDateTime.Controls.Add(this.dtpTimeStart); this.panelDateTime.Controls.Add(this.dtpTimeEnd); this.panelDateTime.Controls.Add(this.labelEx2); this.panelDateTime.Controls.Add(this.labelEx1); this.panelDateTime.Location = new System.Drawing.Point(0, 0); this.panelDateTime.Margin = new System.Windows.Forms.Padding(0); this.panelDateTime.Name = "panelDateTime"; this.panelDateTime.Size = new System.Drawing.Size(252, 28); this.panelDateTime.TabIndex = 2233; // // dtpTimeStart // this.dtpTimeStart.CustomFormat = " "; this.dtpTimeStart.DateValue = ""; this.dtpTimeStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.dtpTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpTimeStart.IsShowTime = false; this.dtpTimeStart.Location = new System.Drawing.Point(45, 2); this.dtpTimeStart.Name = "dtpTimeStart"; this.dtpTimeStart.Size = new System.Drawing.Size(90, 23); this.dtpTimeStart.TabIndex = 302; // // dtpTimeEnd // this.dtpTimeEnd.CustomFormat = " "; this.dtpTimeEnd.DateValue = ""; this.dtpTimeEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.dtpTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpTimeEnd.IsShowTime = false; this.dtpTimeEnd.Location = new System.Drawing.Point(158, 2); this.dtpTimeEnd.Name = "dtpTimeEnd"; this.dtpTimeEnd.Size = new System.Drawing.Size(90, 23); this.dtpTimeEnd.TabIndex = 301; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx2.Location = new System.Drawing.Point(4, 6); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(44, 17); this.labelEx2.TabIndex = 304; this.labelEx2.Text = "日期:"; // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx1.Location = new System.Drawing.Point(136, 5); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(21, 17); this.labelEx1.TabIndex = 303; this.labelEx1.Text = "—"; // // panelCreateName // this.panelCreateName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelCreateName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelCreateName.BorderWidth = 1; this.panelCreateName.Controls.Add(this.cmbtreevCreateName); this.panelCreateName.Controls.Add(this.labelEx4); this.panelCreateName.Location = new System.Drawing.Point(252, 0); this.panelCreateName.Margin = new System.Windows.Forms.Padding(0); this.panelCreateName.Name = "panelCreateName"; this.panelCreateName.Size = new System.Drawing.Size(182, 28); this.panelCreateName.TabIndex = 2234; // // cmbtreevCreateName // this.cmbtreevCreateName.AfterSelectLevelFirstNode = true; this.cmbtreevCreateName.DropDownHeight = 220; this.cmbtreevCreateName.DropDownShow = false; this.cmbtreevCreateName.FormattingEnabled = true; this.cmbtreevCreateName.IntegralHeight = false; this.cmbtreevCreateName.IsNodeMouseClick = true; this.cmbtreevCreateName.IsSelectParentNode = false; this.cmbtreevCreateName.Location = new System.Drawing.Point(57, 4); this.cmbtreevCreateName.Name = "cmbtreevCreateName"; this.cmbtreevCreateName.ReadOnly = true; this.cmbtreevCreateName.SelectedNode = null; this.cmbtreevCreateName.Size = new System.Drawing.Size(120, 20); this.cmbtreevCreateName.StrGetName = ""; this.cmbtreevCreateName.StrGetTagName = ""; this.cmbtreevCreateName.StrKey = null; this.cmbtreevCreateName.TabIndex = 207; // // labelEx4 // this.labelEx4.AutoSize = true; this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx4.Location = new System.Drawing.Point(4, 6); this.labelEx4.Name = "labelEx4"; this.labelEx4.Size = new System.Drawing.Size(56, 17); this.labelEx4.TabIndex = 303; this.labelEx4.Text = "经手人:"; // // panelVendor // this.panelVendor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelVendor.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelVendor.BorderWidth = 1; this.panelVendor.Controls.Add(this.cmbtreevVendor); this.panelVendor.Controls.Add(this.lblCs); this.panelVendor.Location = new System.Drawing.Point(434, 0); this.panelVendor.Margin = new System.Windows.Forms.Padding(0); this.panelVendor.Name = "panelVendor"; this.panelVendor.Size = new System.Drawing.Size(200, 28); this.panelVendor.TabIndex = 2235; // // cmbtreevVendor // this.cmbtreevVendor.AfterSelectLevelFirstNode = true; this.cmbtreevVendor.DropDownHeight = 220; this.cmbtreevVendor.DropDownShow = false; this.cmbtreevVendor.FormattingEnabled = true; this.cmbtreevVendor.IntegralHeight = false; this.cmbtreevVendor.IsNodeMouseClick = true; this.cmbtreevVendor.IsSelectParentNode = false; this.cmbtreevVendor.Location = new System.Drawing.Point(56, 4); this.cmbtreevVendor.Name = "cmbtreevVendor"; this.cmbtreevVendor.ReadOnly = true; this.cmbtreevVendor.SelectedNode = null; this.cmbtreevVendor.Size = new System.Drawing.Size(140, 20); this.cmbtreevVendor.StrGetName = ""; this.cmbtreevVendor.StrGetTagName = ""; this.cmbtreevVendor.StrKey = null; this.cmbtreevVendor.TabIndex = 305; // // lblCs // this.lblCs.AutoSize = true; this.lblCs.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.lblCs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lblCs.Location = new System.Drawing.Point(4, 6); this.lblCs.Name = "lblCs"; this.lblCs.Size = new System.Drawing.Size(56, 17); this.lblCs.TabIndex = 301; this.lblCs.Text = "供应商:"; // // panelSelect // this.panelSelect.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelSelect.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelSelect.BorderWidth = 1; this.panelSelect.Controls.Add(this.btnSelect); this.panelSelect.Location = new System.Drawing.Point(634, 0); this.panelSelect.Margin = new System.Windows.Forms.Padding(0); this.panelSelect.Name = "panelSelect"; this.panelSelect.Size = new System.Drawing.Size(80, 28); this.panelSelect.TabIndex = 2234; // // btnSelect // this.btnSelect.BackColor = System.Drawing.Color.Transparent; this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg"))); this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSelect.ForeColor = System.Drawing.Color.White; this.btnSelect.IsCustomBackImg = false; this.btnSelect.IsShowText = true; this.btnSelect.Location = new System.Drawing.Point(0, 0); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(75, 28); this.btnSelect.TabIndex = 304; this.btnSelect.Text = " 查 询"; this.btnSelect.UseVisualStyleBackColor = false; // // 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; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150))))); dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvData.ColumnHeadersHeight = 24; 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 = true; this.dgvData.IsSortedRedraw = true; this.dgvData.IsSortMode = false; this.dgvData.Location = new System.Drawing.Point(5, 37); this.dgvData.Name = "dgvData"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41); dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvData.RowHeadersWidth = 50; 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(1048, 438); this.dgvData.StrSecondStageNull = ""; this.dgvData.StrValueNullColumn = ""; this.dgvData.TabIndex = 2233; this.dgvData.ViceCount = 1; // // txtStatistics // this.txtStatistics.BackColor = System.Drawing.Color.Transparent; this.txtStatistics.Dock = System.Windows.Forms.DockStyle.Bottom; this.txtStatistics.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtStatistics.Icon = null; this.txtStatistics.IconIsButton = false; this.txtStatistics.IsPasswordChat = '\0'; this.txtStatistics.IsSystemPasswordChar = false; this.txtStatistics.Lines = new string[] { " 统计:"}; this.txtStatistics.Location = new System.Drawing.Point(5, 475); this.txtStatistics.Margin = new System.Windows.Forms.Padding(0); this.txtStatistics.MaxLength = 32767; this.txtStatistics.MinimumSize = new System.Drawing.Size(0, 24); this.txtStatistics.MouseBack = null; this.txtStatistics.Multiline = false; this.txtStatistics.Name = "txtStatistics"; this.txtStatistics.NormlBack = null; this.txtStatistics.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4); this.txtStatistics.ReadOnly = true; this.txtStatistics.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtStatistics.Size = new System.Drawing.Size(1048, 25); this.txtStatistics.TabIndex = 2234; this.txtStatistics.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtStatistics.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.txtStatistics.WaterText = ""; this.txtStatistics.WordWrap = true; // // tabControlEx1 // this.tabControlEx1.Appearance = System.Windows.Forms.TabAppearance.Buttons; this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabControlEx1.Controls.Add(this.tabPage_IntStorage); this.tabControlEx1.Controls.Add(this.tabPage_OutStorage); this.tabControlEx1.Controls.Add(this.tabPage_CurrentStorage); this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Top; this.tabControlEx1.ItemSize = new System.Drawing.Size(90, 30); this.tabControlEx1.Location = new System.Drawing.Point(5, 5); this.tabControlEx1.Name = "tabControlEx1"; this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabControlEx1.SelectedIndex = 0; this.tabControlEx1.Size = new System.Drawing.Size(1048, 32); this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.tabControlEx1.TabIndex = 2232; // // tabPage_IntStorage // this.tabPage_IntStorage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage_IntStorage.Location = new System.Drawing.Point(4, 34); this.tabPage_IntStorage.Name = "tabPage_IntStorage"; this.tabPage_IntStorage.Padding = new System.Windows.Forms.Padding(3); this.tabPage_IntStorage.Size = new System.Drawing.Size(1040, 0); this.tabPage_IntStorage.TabIndex = 0; this.tabPage_IntStorage.Text = "入库记录"; // // tabPage_OutStorage // this.tabPage_OutStorage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage_OutStorage.Location = new System.Drawing.Point(4, 34); this.tabPage_OutStorage.Name = "tabPage_OutStorage"; this.tabPage_OutStorage.Padding = new System.Windows.Forms.Padding(3); this.tabPage_OutStorage.Size = new System.Drawing.Size(892, 0); this.tabPage_OutStorage.TabIndex = 1; this.tabPage_OutStorage.Text = "出库记录"; // // tabPage_CurrentStorage // this.tabPage_CurrentStorage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage_CurrentStorage.Location = new System.Drawing.Point(4, 34); this.tabPage_CurrentStorage.Name = "tabPage_CurrentStorage"; this.tabPage_CurrentStorage.Size = new System.Drawing.Size(892, 0); this.tabPage_CurrentStorage.TabIndex = 2; this.tabPage_CurrentStorage.Text = "当前库存"; // // panelExport // this.panelExport.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelExport.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelExport.BorderWidth = 1; this.panelExport.Controls.Add(this.btnExport); this.panelExport.Location = new System.Drawing.Point(714, 0); this.panelExport.Margin = new System.Windows.Forms.Padding(0); this.panelExport.Name = "panelExport"; this.panelExport.Size = new System.Drawing.Size(80, 28); this.panelExport.TabIndex = 2234; // // 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(0, 0); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(75, 28); this.btnExport.TabIndex = 304; this.btnExport.Text = " 导 出"; this.btnExport.UseVisualStyleBackColor = false; // // FrmInventoryReport // 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(1058, 610); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsShowUcNavigationTool = true; this.Name = "FrmInventoryReport"; 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.flowLayoutPanel1.ResumeLayout(false); this.panelDateTime.ResumeLayout(false); this.panelDateTime.PerformLayout(); this.panelCreateName.ResumeLayout(false); this.panelCreateName.PerformLayout(); this.panelVendor.ResumeLayout(false); this.panelVendor.PerformLayout(); this.panelSelect.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.tabControlEx1.ResumeLayout(false); this.panelExport.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; protected internal ComponentLibrary.PanelEx panelDateTime; protected internal ComponentLibrary.DateTimePickerEx dtpTimeStart; protected internal ComponentLibrary.DateTimePickerEx dtpTimeEnd; protected internal ComponentLibrary.LabelEx labelEx2; private ComponentLibrary.LabelEx labelEx1; protected internal ComponentLibrary.PanelEx panelCreateName; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevCreateName; protected internal ComponentLibrary.LabelEx labelEx4; protected internal ComponentLibrary.PanelEx panelVendor; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevVendor; protected ComponentLibrary.LabelEx lblCs; protected internal ComponentLibrary.PanelEx panelSelect; protected internal ComponentLibrary.ButtonEx btnSelect; protected internal ComponentLibrary.DataGridViewEc dgvData; protected internal ComponentLibrary.TextBoxEx txtStatistics; protected internal ComponentLibrary.TabControlEx tabControlEx1; protected internal System.Windows.Forms.TabPage tabPage_IntStorage; protected internal System.Windows.Forms.TabPage tabPage_OutStorage; protected internal System.Windows.Forms.TabPage tabPage_CurrentStorage; protected internal ComponentLibrary.PanelEx panelExport; protected internal ComponentLibrary.ButtonEx btnExport; } }