namespace LYFZ.Software.UI.Dresses { partial class DressOpenOrderFirstFormMain { /// /// 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(DressOpenOrderFirstFormMain)); this.btnPreselect = new LYFZ.ComponentLibrary.ButtonEx(); this.btnRent = new LYFZ.ComponentLibrary.ButtonEx(); this.btnSold = new LYFZ.ComponentLibrary.ButtonEx(); this.btnSendWash = new LYFZ.ComponentLibrary.ButtonEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.btnSendWash); this.plExMainContainer.Controls.Add(this.btnSold); this.plExMainContainer.Controls.Add(this.btnRent); this.plExMainContainer.Controls.Add(this.btnPreselect); this.plExMainContainer.Size = new System.Drawing.Size(671, 270); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(671, 270); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(612, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(639, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(585, 0); // // btnPreselect // this.btnPreselect.BackColor = System.Drawing.Color.Transparent; this.btnPreselect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPreselect.BackImg"))); this.btnPreselect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnPreselect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); this.btnPreselect.ForeColor = System.Drawing.Color.White; this.btnPreselect.IsCustomBackImg = false; this.btnPreselect.IsShowText = true; this.btnPreselect.Location = new System.Drawing.Point(74, 100); this.btnPreselect.Name = "btnPreselect"; this.btnPreselect.Size = new System.Drawing.Size(123, 53); this.btnPreselect.TabIndex = 0; this.btnPreselect.Text = " 预 选"; this.btnPreselect.UseVisualStyleBackColor = false; // // btnRent // this.btnRent.BackColor = System.Drawing.Color.Transparent; this.btnRent.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRent.BackImg"))); this.btnRent.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnRent.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); this.btnRent.ForeColor = System.Drawing.Color.White; this.btnRent.IsCustomBackImg = false; this.btnRent.IsShowText = true; this.btnRent.Location = new System.Drawing.Point(203, 100); this.btnRent.Name = "btnRent"; this.btnRent.Size = new System.Drawing.Size(123, 53); this.btnRent.TabIndex = 1; this.btnRent.Text = " 出 租"; this.btnRent.UseVisualStyleBackColor = false; // // btnSold // this.btnSold.BackColor = System.Drawing.Color.Transparent; this.btnSold.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSold.BackImg"))); this.btnSold.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSold.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); this.btnSold.ForeColor = System.Drawing.Color.White; this.btnSold.IsCustomBackImg = false; this.btnSold.IsShowText = true; this.btnSold.Location = new System.Drawing.Point(332, 100); this.btnSold.Name = "btnSold"; this.btnSold.Size = new System.Drawing.Size(123, 53); this.btnSold.TabIndex = 2; this.btnSold.Text = " 出 售"; this.btnSold.UseVisualStyleBackColor = false; // // btnSendWash // this.btnSendWash.BackColor = System.Drawing.Color.Transparent; this.btnSendWash.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendWash.BackImg"))); this.btnSendWash.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSendWash.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); this.btnSendWash.ForeColor = System.Drawing.Color.White; this.btnSendWash.IsCustomBackImg = false; this.btnSendWash.IsShowText = true; this.btnSendWash.Location = new System.Drawing.Point(461, 100); this.btnSendWash.Name = "btnSendWash"; this.btnSendWash.Size = new System.Drawing.Size(123, 53); this.btnSendWash.TabIndex = 3; this.btnSendWash.Text = " 送 洗"; this.btnSendWash.UseVisualStyleBackColor = false; // // DressOpenOrderFirstFormMain // 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(671, 335); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsUserControlsSize = false; this.Name = "DressOpenOrderFirstFormMain"; this.Text = "选择开单类型"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.ResumeLayout(false); } #endregion protected internal ComponentLibrary.ButtonEx btnPreselect; protected internal ComponentLibrary.ButtonEx btnSendWash; protected internal ComponentLibrary.ButtonEx btnSold; protected internal ComponentLibrary.ButtonEx btnRent; } }