namespace LYFZ.Software.UI.InventoryManagement { partial class FrmReceipt { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmReceipt)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx(); this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx(); this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx(); this.btnWarehousing = new LYFZ.ComponentLibrary.ButtonEx(); this.CtvSelect = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Pro_number = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit(); this.panelEx3.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx2); this.plExMainContainer.Location = new System.Drawing.Point(0, 40); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10); 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"))); // // panelEx2 // this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelEx2.BorderWidth = 1; this.panelEx2.Controls.Add(this.dgv2); this.panelEx2.Controls.Add(this.ucPagerEx1); this.panelEx2.Controls.Add(this.panelEx3); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx2.Location = new System.Drawing.Point(10, 10); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(890, 485); this.panelEx2.TabIndex = 198; // // dgv2 // this.dgv2.AllowUserToAddRows = false; this.dgv2.AllowUserToDeleteRows = false; this.dgv2.AllowUserToOrderColumns = true; this.dgv2.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan; this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgv2.BackgroundColor = System.Drawing.Color.White; this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgv2.ColumnHeadersHeight = 24; this.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ID, this.dataGridViewTextBoxColumn8, this.Pro_number, this.dataGridViewTextBoxColumn5, this.dataGridViewTextBoxColumn3, this.Quantity, this.dataGridViewTextBoxColumn11, this.dataGridViewTextBoxColumn10, this.Remark, this.dataGridViewTextBoxColumn13, this.dataGridViewTextBoxColumn14}); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv2.DefaultCellStyle = dataGridViewCellStyle3; this.dgv2.Dock = System.Windows.Forms.DockStyle.Fill; this.dgv2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dgv2.EnableHeadersVisualStyles = false; this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgv2.GridViewUniquelyIdentify = resources.GetString("dgv2.GridViewUniquelyIdentify"); this.dgv2.IsCompleteBonding = false; this.dgv2.IsCopyCellValue = true; this.dgv2.Location = new System.Drawing.Point(0, 43); this.dgv2.MultiSelect = false; this.dgv2.Name = "dgv2"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 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.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv2.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgv2.RowHeadersVisible = false; this.dgv2.RowTemplate.Height = 23; this.dgv2.RowTemplate.ReadOnly = true; this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv2.Size = new System.Drawing.Size(888, 416); this.dgv2.TabIndex = 227; // // ucPagerEx1 // this.ucPagerEx1.CurrentPageCount = 0; this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom; this.ucPagerEx1.Location = new System.Drawing.Point(0, 459); 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(888, 24); this.ucPagerEx1.TabIndex = 233; this.ucPagerEx1.TbDataSource = null; // // panelEx3 // this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx3.BorderWidth = 1; this.panelEx3.Controls.Add(this.btnDelete); this.panelEx3.Controls.Add(this.labelEx11); this.panelEx3.Controls.Add(this.btnWarehousing); this.panelEx3.Controls.Add(this.CtvSelect); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx3.Location = new System.Drawing.Point(0, 0); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(888, 43); this.panelEx3.TabIndex = 222; // // 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(365, 9); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(80, 25); this.btnDelete.TabIndex = 234; this.btnDelete.Text = " 删 除"; this.btnDelete.UseVisualStyleBackColor = false; // // labelEx11 // this.labelEx11.AutoSize = true; this.labelEx11.BackColor = System.Drawing.Color.Transparent; this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103))))); this.labelEx11.Location = new System.Drawing.Point(5, 12); this.labelEx11.Name = "labelEx11"; this.labelEx11.Size = new System.Drawing.Size(68, 17); this.labelEx11.TabIndex = 228; this.labelEx11.Text = "商品查询:"; // // btnWarehousing // this.btnWarehousing.BackColor = System.Drawing.Color.Transparent; this.btnWarehousing.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWarehousing.BackImg"))); this.btnWarehousing.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnWarehousing.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnWarehousing.ForeColor = System.Drawing.Color.White; this.btnWarehousing.IsCustomBackImg = false; this.btnWarehousing.IsShowText = true; this.btnWarehousing.Location = new System.Drawing.Point(270, 9); this.btnWarehousing.Name = "btnWarehousing"; this.btnWarehousing.Size = new System.Drawing.Size(80, 25); this.btnWarehousing.TabIndex = 211; this.btnWarehousing.Text = " 入 库"; this.btnWarehousing.UseVisualStyleBackColor = false; // // CtvSelect // this.CtvSelect.AfterSelectLevelFirstNode = true; this.CtvSelect.DropDownHeight = 220; this.CtvSelect.DropDownShow = false; this.CtvSelect.FormattingEnabled = true; this.CtvSelect.IntegralHeight = false; this.CtvSelect.IsNodeMouseClick = true; this.CtvSelect.IsSelectParentNode = false; this.CtvSelect.Location = new System.Drawing.Point(76, 11); this.CtvSelect.Name = "CtvSelect"; this.CtvSelect.ReadOnly = true; this.CtvSelect.SelectedNode = null; this.CtvSelect.Size = new System.Drawing.Size(164, 20); this.CtvSelect.StrGetName = ""; this.CtvSelect.StrKey = null; this.CtvSelect.TabIndex = 229; // // ID // this.ID.HeaderText = "ID"; this.ID.Name = "ID"; this.ID.Visible = false; // // dataGridViewTextBoxColumn8 // this.dataGridViewTextBoxColumn8.HeaderText = "商品类别编号"; this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; this.dataGridViewTextBoxColumn8.ReadOnly = true; this.dataGridViewTextBoxColumn8.Visible = false; // // Pro_number // this.Pro_number.HeaderText = "商品编号"; this.Pro_number.Name = "Pro_number"; this.Pro_number.ReadOnly = true; this.Pro_number.Visible = false; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.HeaderText = "商品类别"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.HeaderText = "商品名称"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; // // Quantity // this.Quantity.HeaderText = "采购数量"; this.Quantity.Name = "Quantity"; this.Quantity.ReadOnly = true; // // dataGridViewTextBoxColumn11 // this.dataGridViewTextBoxColumn11.HeaderText = "商品厂商"; this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; this.dataGridViewTextBoxColumn11.ReadOnly = true; this.dataGridViewTextBoxColumn11.Resizable = System.Windows.Forms.DataGridViewTriState.False; // // dataGridViewTextBoxColumn10 // this.dataGridViewTextBoxColumn10.HeaderText = "商品单价"; this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; this.dataGridViewTextBoxColumn10.ReadOnly = true; // // Remark // this.Remark.HeaderText = "入库备注"; this.Remark.Name = "Remark"; this.Remark.ReadOnly = true; // // dataGridViewTextBoxColumn13 // this.dataGridViewTextBoxColumn13.HeaderText = "入库人"; this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; this.dataGridViewTextBoxColumn13.ReadOnly = true; // // dataGridViewTextBoxColumn14 // this.dataGridViewTextBoxColumn14.HeaderText = "入库时间"; this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14"; this.dataGridViewTextBoxColumn14.ReadOnly = true; // // FrmReceipt // 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 = "FrmReceipt"; this.Text = "入库单"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit(); this.panelEx3.ResumeLayout(false); this.panelEx3.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx2; protected ComponentLibrary.ButtonEx btnWarehousing; private ComponentLibrary.PanelEx panelEx3; protected ComponentLibrary.DataGridViewEx dgv2; protected ComponentLibrary.ComboBoxTreeViewEx CtvSelect; private ComponentLibrary.LabelEx labelEx11; protected UCPager.ucPagerEx ucPagerEx1; protected ComponentLibrary.ButtonEx btnDelete; private System.Windows.Forms.DataGridViewTextBoxColumn ID; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; private System.Windows.Forms.DataGridViewTextBoxColumn Pro_number; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn Quantity; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; private System.Windows.Forms.DataGridViewTextBoxColumn Remark; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14; } }