namespace LYFZ.Software.UI.Dresses.SetSmallForm { partial class DressPageCountSamllForm { /// /// 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(DressPageCountSamllForm)); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.txtLoadCount = new LYFZ.ComponentLibrary.TextBoxEx(); this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.btnSaveed); this.plExMainContainer.Controls.Add(this.txtLoadCount); this.plExMainContainer.Controls.Add(this.labelEx1); this.plExMainContainer.Size = new System.Drawing.Size(391, 193); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(391, 193); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(332, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(359, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(305, 0); // // 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(93, 67); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(92, 17); this.labelEx1.TabIndex = 0; this.labelEx1.Text = "每次加载条数:"; // // txtLoadCount // this.txtLoadCount.BackColor = System.Drawing.Color.Transparent; this.txtLoadCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtLoadCount.Icon = null; this.txtLoadCount.IconIsButton = false; this.txtLoadCount.IsPasswordChat = '\0'; this.txtLoadCount.IsSystemPasswordChar = false; this.txtLoadCount.Lines = new string[] { "0"}; this.txtLoadCount.Location = new System.Drawing.Point(188, 63); this.txtLoadCount.Margin = new System.Windows.Forms.Padding(0); this.txtLoadCount.MaxLength = 32767; this.txtLoadCount.MinimumSize = new System.Drawing.Size(0, 24); this.txtLoadCount.MouseBack = null; this.txtLoadCount.Multiline = false; this.txtLoadCount.Name = "txtLoadCount"; this.txtLoadCount.NormlBack = null; this.txtLoadCount.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4); this.txtLoadCount.ReadOnly = false; this.txtLoadCount.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtLoadCount.Size = new System.Drawing.Size(98, 26); this.txtLoadCount.TabIndex = 2242; this.txtLoadCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtLoadCount.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.txtLoadCount.WaterText = ""; this.txtLoadCount.WordWrap = true; // // btnSaveed // this.btnSaveed.BackColor = System.Drawing.Color.Transparent; this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg"))); this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.btnSaveed.ForeColor = System.Drawing.Color.White; this.btnSaveed.IsCustomBackImg = false; this.btnSaveed.IsShowText = true; this.btnSaveed.Location = new System.Drawing.Point(96, 115); this.btnSaveed.Name = "btnSaveed"; this.btnSaveed.Size = new System.Drawing.Size(190, 47); this.btnSaveed.TabIndex = 2243; this.btnSaveed.Text = " 保 存"; this.btnSaveed.UseVisualStyleBackColor = false; // // DressPageCountSamllForm // 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(391, 258); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "DressPageCountSamllForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 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 private ComponentLibrary.LabelEx labelEx1; protected internal ComponentLibrary.TextBoxEx txtLoadCount; protected internal ComponentLibrary.ButtonEx btnSaveed; } }