namespace LYFZ.Software.UI.OAShopManagement { partial class frmKeywordAndText { /// /// 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(frmKeywordAndText)); this.txtValue = new LYFZ.ComponentLibrary.TextBoxEx(); this.lbTitle = new LYFZ.ComponentLibrary.LabelEx(); this.btnOK = new LYFZ.ComponentLibrary.ButtonEx(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.btnClose); this.plExMainContainer.Controls.Add(this.btnOK); this.plExMainContainer.Controls.Add(this.lbTitle); this.plExMainContainer.Controls.Add(this.txtValue); this.plExMainContainer.Size = new System.Drawing.Size(610, 335); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(610, 335); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(551, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(578, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(551, 0); // // txtValue // this.txtValue.BackColor = System.Drawing.Color.Transparent; this.txtValue.Icon = null; this.txtValue.IconIsButton = false; this.txtValue.IsPasswordChat = '\0'; this.txtValue.IsSystemPasswordChar = false; this.txtValue.Lines = new string[0]; this.txtValue.Location = new System.Drawing.Point(15, 38); this.txtValue.Margin = new System.Windows.Forms.Padding(0); this.txtValue.MaxLength = 32767; this.txtValue.MinimumSize = new System.Drawing.Size(0, 26); this.txtValue.MouseBack = null; this.txtValue.Multiline = true; this.txtValue.Name = "txtValue"; this.txtValue.NormlBack = null; this.txtValue.Padding = new System.Windows.Forms.Padding(5); this.txtValue.ReadOnly = false; this.txtValue.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtValue.Size = new System.Drawing.Size(573, 242); this.txtValue.TabIndex = 0; this.txtValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtValue.WaterColor = System.Drawing.Color.DarkGray; this.txtValue.WaterText = "按回车可添加多个关键字,每个关键字少于30个字符"; this.txtValue.WordWrap = true; // // lbTitle // this.lbTitle.AutoSize = true; this.lbTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.lbTitle.ForeColor = System.Drawing.Color.Green; this.lbTitle.Location = new System.Drawing.Point(19, 17); this.lbTitle.Name = "lbTitle"; this.lbTitle.Size = new System.Drawing.Size(286, 17); this.lbTitle.TabIndex = 2; this.lbTitle.Text = "按回车可添加多个关键字,每个关键字少于30个字符"; // // btnOK // this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg"))); this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.IsCustomBackImg = false; this.btnOK.IsShowText = true; this.btnOK.Location = new System.Drawing.Point(409, 291); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 28); this.btnOK.TabIndex = 3; this.btnOK.Text = "确 定"; this.btnOK.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(500, 291); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 28); this.btnClose.TabIndex = 3; this.btnClose.Text = "取 消"; this.btnClose.UseVisualStyleBackColor = false; // // frmKeywordAndText // 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(610, 400); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsMaximized = false; this.IsUserControlsSize = false; this.MaximizeBox = false; this.Name = "frmKeywordAndText"; this.Text = "添加关键字"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plExMainContainer.PerformLayout(); this.plFormMainContent.ResumeLayout(false); this.ResumeLayout(false); } #endregion public ComponentLibrary.TextBoxEx txtValue; public ComponentLibrary.ButtonEx btnClose; public ComponentLibrary.ButtonEx btnOK; public ComponentLibrary.LabelEx lbTitle; } }