namespace LYFZ.Software.UI.Dresses.DressManagement.Rental { partial class FrmAlsoBack { /// /// 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(FrmAlsoBack)); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.cmbFactory = new LYFZ.ComponentLibrary.ComboBoxEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx(); this.btnSave = new LYFZ.ComponentLibrary.ButtonEx(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Dsrd_DressNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Dsrd_DressName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Dsrd_SaleRentalQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Dsrd_BackStatus = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Dsro_UpdateName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Dsrd_BackTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx2); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10); this.plExMainContainer.Size = new System.Drawing.Size(688, 494); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(688, 494); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(629, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(656, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(602, 0); // // 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.cmbFactory); this.panelEx2.Controls.Add(this.labelEx1); this.panelEx2.Controls.Add(this.dgv); this.panelEx2.Controls.Add(this.btnSave); this.panelEx2.Controls.Add(this.btnClose); 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(668, 474); this.panelEx2.TabIndex = 198; // // cmbFactory // this.cmbFactory.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cmbFactory.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cmbFactory.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cmbFactory.Font = new System.Drawing.Font("宋体", 10.5F); this.cmbFactory.FormattingEnabled = true; this.cmbFactory.IsCustomColor = false; this.cmbFactory.Items.AddRange(new object[] { "已还", "未还"}); this.cmbFactory.Location = new System.Drawing.Point(143, 92); this.cmbFactory.Name = "cmbFactory"; this.cmbFactory.ReadOnly = true; this.cmbFactory.Size = new System.Drawing.Size(157, 22); this.cmbFactory.TabIndex = 265; this.cmbFactory.Visible = false; // // 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(15, 11); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(290, 17); this.labelEx1.TabIndex = 264; this.labelEx1.Text = "全部礼服资料,双击状态栏修改状态。选中保存,可多选"; // // 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.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgv.BackgroundColor = System.Drawing.Color.White; this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgv.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.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgv.ColumnHeadersHeight = 24; this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ID, this.Dsrd_DressNumber, this.Dsrd_DressName, this.Dsrd_SaleRentalQuantity, this.Dsrd_BackStatus, this.Dsro_UpdateName, this.Dsrd_BackTime}); 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.dgv.DefaultCellStyle = dataGridViewCellStyle3; this.dgv.EnableHeadersVisualStyles = false; this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify"); this.dgv.IsCompleteBonding = false; this.dgv.IsCopyCellValue = true; this.dgv.Location = new System.Drawing.Point(5, 50); this.dgv.Name = "dgv"; this.dgv.ReadOnly = true; this.dgv.RowHeadersVisible = false; 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(655, 415); this.dgv.TabIndex = 263; // // btnSave // this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg"))); this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.IsCustomBackImg = false; this.btnSave.IsShowText = true; this.btnSave.Location = new System.Drawing.Point(321, 5); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(87, 26); this.btnSave.TabIndex = 201; this.btnSave.Text = "保存"; this.btnSave.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(425, 6); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(87, 26); this.btnClose.TabIndex = 202; this.btnClose.Text = "取消"; this.btnClose.UseVisualStyleBackColor = false; // // panelEx3 // this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx3.BorderWidth = 1; this.panelEx3.Location = new System.Drawing.Point(1, 41); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(665, 1); this.panelEx3.TabIndex = 197; // // ID // this.ID.HeaderText = "ID"; this.ID.Name = "ID"; this.ID.ReadOnly = true; this.ID.Visible = false; // // Dsrd_DressNumber // this.Dsrd_DressNumber.HeaderText = "礼服编号"; this.Dsrd_DressNumber.Name = "Dsrd_DressNumber"; this.Dsrd_DressNumber.ReadOnly = true; // // Dsrd_DressName // this.Dsrd_DressName.HeaderText = "名称"; this.Dsrd_DressName.Name = "Dsrd_DressName"; this.Dsrd_DressName.ReadOnly = true; // // Dsrd_SaleRentalQuantity // this.Dsrd_SaleRentalQuantity.HeaderText = "数量"; this.Dsrd_SaleRentalQuantity.Name = "Dsrd_SaleRentalQuantity"; this.Dsrd_SaleRentalQuantity.ReadOnly = true; // // Dsrd_BackStatus // this.Dsrd_BackStatus.HeaderText = "状态"; this.Dsrd_BackStatus.Name = "Dsrd_BackStatus"; this.Dsrd_BackStatus.ReadOnly = true; // // Dsro_UpdateName // this.Dsro_UpdateName.HeaderText = "经手人"; this.Dsro_UpdateName.Name = "Dsro_UpdateName"; this.Dsro_UpdateName.ReadOnly = true; // // Dsrd_BackTime // this.Dsrd_BackTime.HeaderText = "还回日期"; this.Dsrd_BackTime.Name = "Dsrd_BackTime"; this.Dsrd_BackTime.ReadOnly = true; // // FrmAlsoBack // 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(688, 559); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsUserControlsSize = false; this.Name = "FrmAlsoBack"; this.Text = "还回"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx2.ResumeLayout(false); this.panelEx2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx2; protected ComponentLibrary.ButtonEx btnSave; protected ComponentLibrary.ButtonEx btnClose; private ComponentLibrary.PanelEx panelEx3; protected ComponentLibrary.DataGridViewEx dgv; private ComponentLibrary.LabelEx labelEx1; protected ComponentLibrary.ComboBoxEx cmbFactory; private System.Windows.Forms.DataGridViewTextBoxColumn ID; private System.Windows.Forms.DataGridViewTextBoxColumn Dsrd_DressNumber; private System.Windows.Forms.DataGridViewTextBoxColumn Dsrd_DressName; private System.Windows.Forms.DataGridViewTextBoxColumn Dsrd_SaleRentalQuantity; private System.Windows.Forms.DataGridViewTextBoxColumn Dsrd_BackStatus; private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_UpdateName; private System.Windows.Forms.DataGridViewTextBoxColumn Dsrd_BackTime; } }