namespace LYFZ.Software.UI.CustomerSatisfactionRecord.Satisfaction { partial class FrmCustomerSatisfactionSet { /// /// 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(FrmCustomerSatisfactionSet)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.btnSatisfactionSet = new LYFZ.ComponentLibrary.ButtonForm(); this.btnReturningItemsSet = new LYFZ.ComponentLibrary.ButtonForm(); this.btnObjectSet = new LYFZ.ComponentLibrary.ButtonForm(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Size = new System.Drawing.Size(342, 265); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(342, 265); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(416, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(310, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(389, 0); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.btnSatisfactionSet); this.panelEx1.Controls.Add(this.btnReturningItemsSet); this.panelEx1.Controls.Add(this.btnObjectSet); this.panelEx1.Location = new System.Drawing.Point(20, 10); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(307, 240); this.panelEx1.TabIndex = 4; // // btnSatisfactionSet // this.btnSatisfactionSet.BackColor = System.Drawing.Color.Transparent; this.btnSatisfactionSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSatisfactionSet.BackImg"))); this.btnSatisfactionSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSatisfactionSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSatisfactionSet.ForeColor = System.Drawing.Color.White; this.btnSatisfactionSet.IsCustomBackImg = false; this.btnSatisfactionSet.IsShowText = true; this.btnSatisfactionSet.Location = new System.Drawing.Point(82, 158); this.btnSatisfactionSet.Name = "btnSatisfactionSet"; this.btnSatisfactionSet.Size = new System.Drawing.Size(104, 26); this.btnSatisfactionSet.TabIndex = 340; this.btnSatisfactionSet.Text = "分数值设置"; this.btnSatisfactionSet.UseVisualStyleBackColor = false; // // btnReturningItemsSet // this.btnReturningItemsSet.BackColor = System.Drawing.Color.Transparent; this.btnReturningItemsSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReturningItemsSet.BackImg"))); this.btnReturningItemsSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnReturningItemsSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnReturningItemsSet.ForeColor = System.Drawing.Color.White; this.btnReturningItemsSet.IsCustomBackImg = false; this.btnReturningItemsSet.IsShowText = true; this.btnReturningItemsSet.Location = new System.Drawing.Point(82, 98); this.btnReturningItemsSet.Name = "btnReturningItemsSet"; this.btnReturningItemsSet.Size = new System.Drawing.Size(104, 26); this.btnReturningItemsSet.TabIndex = 339; this.btnReturningItemsSet.Text = "回访事项设置"; this.btnReturningItemsSet.UseVisualStyleBackColor = false; // // btnObjectSet // this.btnObjectSet.BackColor = System.Drawing.Color.Transparent; this.btnObjectSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnObjectSet.BackImg"))); this.btnObjectSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnObjectSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnObjectSet.ForeColor = System.Drawing.Color.White; this.btnObjectSet.IsCustomBackImg = false; this.btnObjectSet.IsShowText = true; this.btnObjectSet.Location = new System.Drawing.Point(82, 40); this.btnObjectSet.Name = "btnObjectSet"; this.btnObjectSet.Size = new System.Drawing.Size(104, 26); this.btnObjectSet.TabIndex = 338; this.btnObjectSet.Text = "对象设置"; this.btnObjectSet.UseVisualStyleBackColor = false; // // FrmCustomerSatisfactionSet // 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(342, 330); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.MinimizeBox = false; this.Name = "FrmCustomerSatisfactionSet"; this.Text = "调查设置"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; protected ComponentLibrary.ButtonForm btnSatisfactionSet; protected ComponentLibrary.ButtonForm btnReturningItemsSet; protected ComponentLibrary.ButtonForm btnObjectSet; } }