namespace LYFZ.Software.UI.InventoryManagement { partial class InventoryDetailFrmMain { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InventoryDetailFrmMain)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx(); this.txtText = new LYFZ.ComponentLibrary.TextBoxEx(); this.listViewData_Selected = new LYFZ.ComponentLibrary.ListViewEx(); this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx(); this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx(); this.btnAdd = new LYFZ.ComponentLibrary.ButtonForm(); this.btnRemove = new LYFZ.ComponentLibrary.ButtonForm(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.listViewData_Source = new LYFZ.ComponentLibrary.ListViewEx(); this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx(); this.chkAlarmProduct = new LYFZ.ComponentLibrary.CheckBoxEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.cmbtrrevProductCategory = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx(); this.txtQueryText = new LYFZ.ComponentLibrary.TextBoxEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.btnPurchaseRequest = new LYFZ.ComponentLibrary.ButtonEx(); this.btnCloseed = new LYFZ.ComponentLibrary.ButtonEx(); this.btnStocktaking = new LYFZ.ComponentLibrary.ButtonEx(); this.btnExport = new LYFZ.ComponentLibrary.ButtonEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelEx5.SuspendLayout(); this.panelEx7.SuspendLayout(); this.panelEx4.SuspendLayout(); this.panelEx8.SuspendLayout(); this.panelEx3.SuspendLayout(); this.panelEx6.SuspendLayout(); this.panelEx2.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Location = new System.Drawing.Point(0, 40); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10); this.plExMainContainer.Size = new System.Drawing.Size(970, 545); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(970, 585); this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(911, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(938, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(884, 0); // // 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.panelEx5); this.panelEx1.Controls.Add(this.panelEx4); this.panelEx1.Controls.Add(this.panelEx3); this.panelEx1.Controls.Add(this.panelEx2); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(5, 10); this.panelEx1.Name = "panelEx1"; this.panelEx1.Padding = new System.Windows.Forms.Padding(2); this.panelEx1.Size = new System.Drawing.Size(960, 525); this.panelEx1.TabIndex = 0; // // panelEx5 // this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx5.BorderWidth = 1; this.panelEx5.Controls.Add(this.txtText); this.panelEx5.Controls.Add(this.listViewData_Selected); this.panelEx5.Controls.Add(this.panelEx7); this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx5.Location = new System.Drawing.Point(610, 37); this.panelEx5.Name = "panelEx5"; this.panelEx5.Size = new System.Drawing.Size(348, 486); this.panelEx5.TabIndex = 3; // // txtText // this.txtText.BackColor = System.Drawing.Color.Transparent; this.txtText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtText.Icon = null; this.txtText.IconIsButton = false; this.txtText.IsPasswordChat = '\0'; this.txtText.IsSystemPasswordChar = false; this.txtText.Lines = new string[0]; this.txtText.Location = new System.Drawing.Point(156, 93); this.txtText.Margin = new System.Windows.Forms.Padding(0); this.txtText.MaxLength = 32767; this.txtText.MinimumSize = new System.Drawing.Size(0, 24); this.txtText.MouseBack = null; this.txtText.Multiline = false; this.txtText.Name = "txtText"; this.txtText.NormlBack = null; this.txtText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4); this.txtText.ReadOnly = false; this.txtText.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtText.Size = new System.Drawing.Size(140, 25); this.txtText.TabIndex = 2296; this.txtText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtText.Visible = false; this.txtText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.txtText.WaterText = ""; this.txtText.WordWrap = true; // // listViewData_Selected // this.listViewData_Selected.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewData_Selected.FullRowSelect = true; this.listViewData_Selected.IsDefaultShowGroups = false; this.listViewData_Selected.Location = new System.Drawing.Point(0, 22); this.listViewData_Selected.Name = "listViewData_Selected"; this.listViewData_Selected.Size = new System.Drawing.Size(348, 464); this.listViewData_Selected.TabIndex = 2295; this.listViewData_Selected.UseCompatibleStateImageBehavior = false; // // panelEx7 // this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx7.BorderWidth = 1; this.panelEx7.Controls.Add(this.labelEx2); this.panelEx7.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx7.Location = new System.Drawing.Point(0, 0); this.panelEx7.Name = "panelEx7"; this.panelEx7.Size = new System.Drawing.Size(348, 22); this.panelEx7.TabIndex = 2294; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.BackColor = System.Drawing.Color.Transparent; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx2.Location = new System.Drawing.Point(3, 3); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(68, 17); this.labelEx2.TabIndex = 223; this.labelEx2.Text = "已选购商品"; // // panelEx4 // this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx4.BorderWidth = 1; this.panelEx4.Controls.Add(this.panelEx8); this.panelEx4.Dock = System.Windows.Forms.DockStyle.Left; this.panelEx4.Location = new System.Drawing.Point(552, 37); this.panelEx4.Name = "panelEx4"; this.panelEx4.Size = new System.Drawing.Size(58, 486); this.panelEx4.TabIndex = 2; // // panelEx8 // this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx8.BorderWidth = 1; this.panelEx8.Controls.Add(this.btnAdd); this.panelEx8.Controls.Add(this.btnRemove); this.panelEx8.Location = new System.Drawing.Point(1, 138); this.panelEx8.Name = "panelEx8"; this.panelEx8.Size = new System.Drawing.Size(56, 200); this.panelEx8.TabIndex = 2294; // // btnAdd // this.btnAdd.BackColor = System.Drawing.Color.Transparent; this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg"))); this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnAdd.ForeColor = System.Drawing.Color.White; this.btnAdd.IsCustomBackImg = false; this.btnAdd.IsShowText = true; this.btnAdd.Location = new System.Drawing.Point(3, 41); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(50, 26); this.btnAdd.TabIndex = 232; this.btnAdd.Text = " 添加"; this.btnAdd.UseVisualStyleBackColor = false; // // btnRemove // this.btnRemove.BackColor = System.Drawing.Color.Transparent; this.btnRemove.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRemove.BackImg"))); this.btnRemove.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnRemove.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnRemove.ForeColor = System.Drawing.Color.White; this.btnRemove.IsCustomBackImg = false; this.btnRemove.IsShowText = true; this.btnRemove.Location = new System.Drawing.Point(3, 145); this.btnRemove.Name = "btnRemove"; this.btnRemove.Size = new System.Drawing.Size(50, 26); this.btnRemove.TabIndex = 233; this.btnRemove.Text = " 移除"; this.btnRemove.UseVisualStyleBackColor = false; // // panelEx3 // 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.listViewData_Source); this.panelEx3.Controls.Add(this.panelEx6); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Left; this.panelEx3.Location = new System.Drawing.Point(2, 37); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(550, 486); this.panelEx3.TabIndex = 1; // // listViewData_Source // this.listViewData_Source.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewData_Source.FullRowSelect = true; this.listViewData_Source.IsDefaultShowGroups = false; this.listViewData_Source.Location = new System.Drawing.Point(0, 22); this.listViewData_Source.Name = "listViewData_Source"; this.listViewData_Source.Size = new System.Drawing.Size(550, 464); this.listViewData_Source.TabIndex = 2292; this.listViewData_Source.UseCompatibleStateImageBehavior = false; // // panelEx6 // this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx6.BorderWidth = 1; this.panelEx6.Controls.Add(this.chkAlarmProduct); this.panelEx6.Controls.Add(this.labelEx1); this.panelEx6.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx6.Location = new System.Drawing.Point(0, 0); this.panelEx6.Name = "panelEx6"; this.panelEx6.Size = new System.Drawing.Size(550, 22); this.panelEx6.TabIndex = 2293; // // chkAlarmProduct // this.chkAlarmProduct.AutoSize = true; this.chkAlarmProduct.BackColor = System.Drawing.Color.Transparent; this.chkAlarmProduct.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkAlarmProduct.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkAlarmProduct.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkAlarmProduct.Fourstates = false; this.chkAlarmProduct.IsGreenTick = false; this.chkAlarmProduct.Location = new System.Drawing.Point(82, -1); this.chkAlarmProduct.Name = "chkAlarmProduct"; this.chkAlarmProduct.Size = new System.Drawing.Size(75, 21); this.chkAlarmProduct.TabIndex = 5; this.chkAlarmProduct.Text = "报警商品"; this.chkAlarmProduct.UseVisualStyleBackColor = false; // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.BackColor = System.Drawing.Color.Transparent; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx1.Location = new System.Drawing.Point(3, 3); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(56, 17); this.labelEx1.TabIndex = 222; this.labelEx1.Text = "商品名称"; // // panelEx2 // this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx2.BorderWidth = 1; this.panelEx2.Controls.Add(this.cmbtrrevProductCategory); this.panelEx2.Controls.Add(this.btnQuery); this.panelEx2.Controls.Add(this.txtQueryText); this.panelEx2.Controls.Add(this.labelEx3); this.panelEx2.Controls.Add(this.btnPurchaseRequest); this.panelEx2.Controls.Add(this.btnCloseed); this.panelEx2.Controls.Add(this.btnExport); this.panelEx2.Controls.Add(this.btnStocktaking); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx2.Location = new System.Drawing.Point(2, 2); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(956, 35); this.panelEx2.TabIndex = 0; // // cmbtrrevProductCategory // this.cmbtrrevProductCategory.AfterSelectLevelFirstNode = true; this.cmbtrrevProductCategory.BackColor = System.Drawing.Color.White; this.cmbtrrevProductCategory.DropDownHeight = 220; this.cmbtrrevProductCategory.DropDownShow = true; this.cmbtrrevProductCategory.IntegralHeight = false; this.cmbtrrevProductCategory.IsNodeMouseClick = true; this.cmbtrrevProductCategory.IsSelectParentNode = true; this.cmbtrrevProductCategory.Location = new System.Drawing.Point(5, 9); this.cmbtrrevProductCategory.Name = "cmbtrrevProductCategory"; this.cmbtrrevProductCategory.ReadOnly = true; this.cmbtrrevProductCategory.SelectedNode = null; this.cmbtrrevProductCategory.Size = new System.Drawing.Size(177, 20); this.cmbtrrevProductCategory.StrGetName = ""; this.cmbtrrevProductCategory.StrGetTagName = ""; this.cmbtrrevProductCategory.StrKey = null; this.cmbtrrevProductCategory.TabIndex = 4; // // 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(400, 5); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(85, 28); this.btnQuery.TabIndex = 2238; this.btnQuery.Text = " 查 询"; this.btnQuery.UseVisualStyleBackColor = false; // // txtQueryText // this.txtQueryText.BackColor = System.Drawing.Color.Transparent; this.txtQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtQueryText.Icon = null; this.txtQueryText.IconIsButton = false; this.txtQueryText.IsPasswordChat = '\0'; this.txtQueryText.IsSystemPasswordChar = false; this.txtQueryText.Lines = new string[0]; this.txtQueryText.Location = new System.Drawing.Point(253, 7); this.txtQueryText.Margin = new System.Windows.Forms.Padding(0); this.txtQueryText.MaxLength = 32767; this.txtQueryText.MinimumSize = new System.Drawing.Size(0, 24); this.txtQueryText.MouseBack = null; this.txtQueryText.Multiline = false; this.txtQueryText.Name = "txtQueryText"; this.txtQueryText.NormlBack = null; this.txtQueryText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4); this.txtQueryText.ReadOnly = false; this.txtQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtQueryText.Size = new System.Drawing.Size(140, 25); this.txtQueryText.TabIndex = 2237; this.txtQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtQueryText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.txtQueryText.WaterText = "可输入商品名称"; this.txtQueryText.WordWrap = true; // // labelEx3 // this.labelEx3.AutoSize = true; this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx3.Location = new System.Drawing.Point(190, 11); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(68, 17); this.labelEx3.TabIndex = 2236; this.labelEx3.Text = "商品名称:"; // // btnPurchaseRequest // this.btnPurchaseRequest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPurchaseRequest.BackColor = System.Drawing.Color.Transparent; this.btnPurchaseRequest.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPurchaseRequest.BackImg"))); this.btnPurchaseRequest.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnPurchaseRequest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnPurchaseRequest.ForeColor = System.Drawing.Color.White; this.btnPurchaseRequest.IsCustomBackImg = false; this.btnPurchaseRequest.IsShowText = true; this.btnPurchaseRequest.Location = new System.Drawing.Point(775, 5); this.btnPurchaseRequest.Name = "btnPurchaseRequest"; this.btnPurchaseRequest.Size = new System.Drawing.Size(85, 28); this.btnPurchaseRequest.TabIndex = 1; this.btnPurchaseRequest.Text = " 采购申请"; this.btnPurchaseRequest.UseVisualStyleBackColor = false; // // btnCloseed // this.btnCloseed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnCloseed.BackColor = System.Drawing.Color.Transparent; this.btnCloseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloseed.BackImg"))); this.btnCloseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnCloseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnCloseed.ForeColor = System.Drawing.Color.White; this.btnCloseed.IsCustomBackImg = false; this.btnCloseed.IsShowText = true; this.btnCloseed.Location = new System.Drawing.Point(867, 5); this.btnCloseed.Name = "btnCloseed"; this.btnCloseed.Size = new System.Drawing.Size(85, 28); this.btnCloseed.TabIndex = 2; this.btnCloseed.Text = " 关 闭"; this.btnCloseed.UseVisualStyleBackColor = false; // // btnStocktaking // this.btnStocktaking.BackColor = System.Drawing.Color.Transparent; this.btnStocktaking.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnStocktaking.BackImg"))); this.btnStocktaking.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnStocktaking.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnStocktaking.ForeColor = System.Drawing.Color.White; this.btnStocktaking.IsCustomBackImg = false; this.btnStocktaking.IsShowText = true; this.btnStocktaking.Location = new System.Drawing.Point(492, 5); this.btnStocktaking.Name = "btnStocktaking"; this.btnStocktaking.Size = new System.Drawing.Size(85, 28); this.btnStocktaking.TabIndex = 0; this.btnStocktaking.Text = " 盘 点"; this.btnStocktaking.UseVisualStyleBackColor = 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(583, 5); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(85, 28); this.btnExport.TabIndex = 0; this.btnExport.Text = " 导 出"; this.btnExport.UseVisualStyleBackColor = false; // // InventoryDetailFrmMain // 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(970, 650); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsShowUcNavigationTool = true; this.IsUserControlsSize = false; this.Name = "InventoryDetailFrmMain"; 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); this.panelEx5.ResumeLayout(false); this.panelEx7.ResumeLayout(false); this.panelEx7.PerformLayout(); this.panelEx4.ResumeLayout(false); this.panelEx8.ResumeLayout(false); this.panelEx3.ResumeLayout(false); this.panelEx6.ResumeLayout(false); this.panelEx6.PerformLayout(); this.panelEx2.ResumeLayout(false); this.panelEx2.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.PanelEx panelEx5; protected internal ComponentLibrary.PanelEx panelEx4; protected internal ComponentLibrary.PanelEx panelEx3; protected internal ComponentLibrary.ListViewEx listViewData_Selected; private ComponentLibrary.PanelEx panelEx7; protected internal ComponentLibrary.ListViewEx listViewData_Source; private ComponentLibrary.PanelEx panelEx6; private ComponentLibrary.PanelEx panelEx2; protected ComponentLibrary.LabelEx labelEx1; protected ComponentLibrary.LabelEx labelEx2; protected internal ComponentLibrary.ButtonEx btnCloseed; protected internal ComponentLibrary.ButtonEx btnPurchaseRequest; protected internal ComponentLibrary.ButtonEx btnStocktaking; protected internal ComponentLibrary.CheckBoxEx chkAlarmProduct; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtrrevProductCategory; protected internal ComponentLibrary.ButtonForm btnAdd; protected internal ComponentLibrary.ButtonForm btnRemove; protected internal ComponentLibrary.ButtonEx btnQuery; protected internal ComponentLibrary.TextBoxEx txtQueryText; private ComponentLibrary.LabelEx labelEx3; protected internal ComponentLibrary.PanelEx panelEx8; protected internal ComponentLibrary.TextBoxEx txtText; protected internal ComponentLibrary.ButtonEx btnExport; } }