namespace LYFZ.Software.UI.OAShopManagement { partial class frmCloudProductInfo { /// /// 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(frmCloudProductInfo)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.btn_Search = new LYFZ.ComponentLibrary.ButtonEx(); this.tb_SearchText = new LYFZ.ComponentLibrary.TextBoxEx(); this.btn_Product = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx(); this.btn_Dress = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.btn_Delete = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.btn_Print = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx(); this.dataGridView_Data = new LYFZ.ComponentLibrary.DataGridViewEx(); this.选择项 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.企业编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.商品类型 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.所属分类 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.商品编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.商品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelEx5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Data)).BeginInit(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx5); this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Size = new System.Drawing.Size(1088, 689); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(1088, 689); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(1029, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(1056, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(1002, 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.btn_Search); this.panelEx1.Controls.Add(this.tb_SearchText); this.panelEx1.Controls.Add(this.btn_Product); this.panelEx1.Controls.Add(this.panelEx4); this.panelEx1.Controls.Add(this.btn_Dress); this.panelEx1.Controls.Add(this.panelEx3); this.panelEx1.Controls.Add(this.btn_Delete); this.panelEx1.Controls.Add(this.panelEx2); this.panelEx1.Controls.Add(this.btn_Print); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx1.Location = new System.Drawing.Point(0, 0); this.panelEx1.Name = "panelEx1"; this.panelEx1.Padding = new System.Windows.Forms.Padding(5); this.panelEx1.Size = new System.Drawing.Size(1088, 40); this.panelEx1.TabIndex = 0; // // btn_Search // this.btn_Search.BackColor = System.Drawing.Color.Transparent; this.btn_Search.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Search.BackImg"))); this.btn_Search.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btn_Search.Dock = System.Windows.Forms.DockStyle.Left; this.btn_Search.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btn_Search.ForeColor = System.Drawing.Color.White; this.btn_Search.IsCustomBackImg = false; this.btn_Search.IsShowText = true; this.btn_Search.Location = new System.Drawing.Point(138, 5); this.btn_Search.Name = "btn_Search"; this.btn_Search.Size = new System.Drawing.Size(75, 30); this.btn_Search.TabIndex = 8; this.btn_Search.Text = " 搜索"; this.btn_Search.UseVisualStyleBackColor = false; // // tb_SearchText // this.tb_SearchText.BackColor = System.Drawing.Color.Transparent; this.tb_SearchText.Dock = System.Windows.Forms.DockStyle.Left; this.tb_SearchText.Icon = null; this.tb_SearchText.IconIsButton = false; this.tb_SearchText.IsPasswordChat = '\0'; this.tb_SearchText.IsSystemPasswordChar = false; this.tb_SearchText.Lines = new string[0]; this.tb_SearchText.Location = new System.Drawing.Point(5, 5); this.tb_SearchText.Margin = new System.Windows.Forms.Padding(0); this.tb_SearchText.MaxLength = 32767; this.tb_SearchText.MinimumSize = new System.Drawing.Size(0, 26); this.tb_SearchText.MouseBack = null; this.tb_SearchText.Multiline = true; this.tb_SearchText.Name = "tb_SearchText"; this.tb_SearchText.NormlBack = null; this.tb_SearchText.Padding = new System.Windows.Forms.Padding(5); this.tb_SearchText.ReadOnly = false; this.tb_SearchText.ScrollBars = System.Windows.Forms.ScrollBars.None; this.tb_SearchText.Size = new System.Drawing.Size(133, 30); this.tb_SearchText.TabIndex = 7; this.tb_SearchText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.tb_SearchText.WaterColor = System.Drawing.Color.DarkGray; this.tb_SearchText.WaterText = "编号,名称"; this.tb_SearchText.WordWrap = true; // // btn_Product // this.btn_Product.BackColor = System.Drawing.Color.Transparent; this.btn_Product.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Product.BackImg"))); this.btn_Product.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btn_Product.Dock = System.Windows.Forms.DockStyle.Right; this.btn_Product.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btn_Product.ForeColor = System.Drawing.Color.White; this.btn_Product.IsCustomBackImg = false; this.btn_Product.IsShowText = true; this.btn_Product.Location = new System.Drawing.Point(728, 5); this.btn_Product.Name = "btn_Product"; this.btn_Product.Size = new System.Drawing.Size(85, 30); this.btn_Product.TabIndex = 6; this.btn_Product.Text = " 产品"; this.btn_Product.UseVisualStyleBackColor = false; // // 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.Dock = System.Windows.Forms.DockStyle.Right; this.panelEx4.Location = new System.Drawing.Point(813, 5); this.panelEx4.Name = "panelEx4"; this.panelEx4.Size = new System.Drawing.Size(5, 30); this.panelEx4.TabIndex = 5; // // btn_Dress // this.btn_Dress.BackColor = System.Drawing.Color.Transparent; this.btn_Dress.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Dress.BackImg"))); this.btn_Dress.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btn_Dress.Dock = System.Windows.Forms.DockStyle.Right; this.btn_Dress.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btn_Dress.ForeColor = System.Drawing.Color.White; this.btn_Dress.IsCustomBackImg = false; this.btn_Dress.IsShowText = true; this.btn_Dress.Location = new System.Drawing.Point(818, 5); this.btn_Dress.Name = "btn_Dress"; this.btn_Dress.Size = new System.Drawing.Size(85, 30); this.btn_Dress.TabIndex = 4; this.btn_Dress.Text = " 礼服"; this.btn_Dress.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.Dock = System.Windows.Forms.DockStyle.Right; this.panelEx3.Location = new System.Drawing.Point(903, 5); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(5, 30); this.panelEx3.TabIndex = 3; // // btn_Delete // this.btn_Delete.BackColor = System.Drawing.Color.Transparent; this.btn_Delete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Delete.BackImg"))); this.btn_Delete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btn_Delete.Dock = System.Windows.Forms.DockStyle.Right; this.btn_Delete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btn_Delete.ForeColor = System.Drawing.Color.White; this.btn_Delete.IsCustomBackImg = false; this.btn_Delete.IsShowText = true; this.btn_Delete.Location = new System.Drawing.Point(908, 5); this.btn_Delete.Name = "btn_Delete"; this.btn_Delete.Size = new System.Drawing.Size(85, 30); this.btn_Delete.TabIndex = 2; this.btn_Delete.Text = " 删除"; this.btn_Delete.UseVisualStyleBackColor = false; // // 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.Dock = System.Windows.Forms.DockStyle.Right; this.panelEx2.Location = new System.Drawing.Point(993, 5); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(5, 30); this.panelEx2.TabIndex = 1; // // btn_Print // this.btn_Print.BackColor = System.Drawing.Color.Transparent; this.btn_Print.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Print.BackImg"))); this.btn_Print.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btn_Print.Dock = System.Windows.Forms.DockStyle.Right; this.btn_Print.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btn_Print.ForeColor = System.Drawing.Color.White; this.btn_Print.IsCustomBackImg = false; this.btn_Print.IsShowText = true; this.btn_Print.Location = new System.Drawing.Point(998, 5); this.btn_Print.Name = "btn_Print"; this.btn_Print.Size = new System.Drawing.Size(85, 30); this.btn_Print.TabIndex = 0; this.btn_Print.Text = " 打印二维码"; this.btn_Print.UseVisualStyleBackColor = false; // // 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.dataGridView_Data); this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx5.Location = new System.Drawing.Point(0, 40); this.panelEx5.Name = "panelEx5"; this.panelEx5.Padding = new System.Windows.Forms.Padding(5); this.panelEx5.Size = new System.Drawing.Size(1088, 649); this.panelEx5.TabIndex = 1; // // dataGridView_Data // this.dataGridView_Data.AllowUserToAddRows = false; this.dataGridView_Data.AllowUserToDeleteRows = false; this.dataGridView_Data.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan; this.dataGridView_Data.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView_Data.BackgroundColor = System.Drawing.Color.White; this.dataGridView_Data.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.dataGridView_Data.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dataGridView_Data.ColumnHeadersHeight = 25; this.dataGridView_Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dataGridView_Data.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.选择项, this.企业编号, this.商品类型, this.所属分类, this.商品编号, this.商品名称}); this.dataGridView_Data.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView_Data.EnableHeadersVisualStyles = false; this.dataGridView_Data.EraseCell = false; this.dataGridView_Data.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dataGridView_Data.GridViewUniquelyIdentify = "_dataGridView_Data_dataGridView_Data_dataGridView_Data"; this.dataGridView_Data.IsCompleteBonding = false; this.dataGridView_Data.IsCopyCellValue = true; this.dataGridView_Data.Location = new System.Drawing.Point(5, 5); this.dataGridView_Data.Name = "dataGridView_Data"; this.dataGridView_Data.RowHeadersVisible = false; this.dataGridView_Data.RowTemplate.Height = 30; this.dataGridView_Data.RowTemplate.ReadOnly = true; this.dataGridView_Data.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView_Data.Size = new System.Drawing.Size(1078, 639); this.dataGridView_Data.TabIndex = 0; // // 选择项 // this.选择项.FalseValue = "false"; this.选择项.HeaderText = ""; this.选择项.Name = "选择项"; this.选择项.TrueValue = "true"; this.选择项.Width = 50; // // 企业编号 // this.企业编号.HeaderText = "企业编号"; this.企业编号.Name = "企业编号"; this.企业编号.ReadOnly = true; this.企业编号.Width = 150; // // 商品类型 // this.商品类型.HeaderText = "商品类型"; this.商品类型.Name = "商品类型"; this.商品类型.ReadOnly = true; // // 所属分类 // this.所属分类.HeaderText = "所属分类"; this.所属分类.Name = "所属分类"; this.所属分类.ReadOnly = true; this.所属分类.Width = 150; // // 商品编号 // this.商品编号.HeaderText = "商品编号"; this.商品编号.Name = "商品编号"; this.商品编号.ReadOnly = true; this.商品编号.Width = 200; // // 商品名称 // this.商品名称.HeaderText = "商品名称"; this.商品名称.Name = "商品名称"; this.商品名称.ReadOnly = true; this.商品名称.Width = 325; // // frmCloudProductInfo // 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(1088, 754); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.Name = "frmCloudProductInfo"; 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); ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Data)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.PanelEx panelEx5; private ComponentLibrary.PanelEx panelEx4; private ComponentLibrary.PanelEx panelEx3; private ComponentLibrary.PanelEx panelEx2; protected internal ComponentLibrary.ButtonEx btn_Print; protected internal ComponentLibrary.DataGridViewEx dataGridView_Data; protected internal ComponentLibrary.ButtonEx btn_Search; protected internal ComponentLibrary.TextBoxEx tb_SearchText; protected internal ComponentLibrary.ButtonEx btn_Product; protected internal ComponentLibrary.ButtonEx btn_Dress; protected internal ComponentLibrary.ButtonEx btn_Delete; private System.Windows.Forms.DataGridViewCheckBoxColumn 选择项; private System.Windows.Forms.DataGridViewTextBoxColumn 企业编号; private System.Windows.Forms.DataGridViewTextBoxColumn 商品类型; private System.Windows.Forms.DataGridViewTextBoxColumn 所属分类; private System.Windows.Forms.DataGridViewTextBoxColumn 商品编号; private System.Windows.Forms.DataGridViewTextBoxColumn 商品名称; } }