namespace LYFZ.Software.UI.FinancialManagement { partial class frmEditStatisticsProgram { /// /// 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(frmEditStatisticsProgram)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.cmbItemCategory = new LYFZ.ComponentLibrary.ComboBoxEx(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.btnSave = new LYFZ.ComponentLibrary.ButtonEx(); this.grbAdditionalConditions = new LYFZ.ComponentLibrary.GroupBoxEx(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.chkPaymentMethod = new LYFZ.ComponentLibrary.CheckBoxEx(); this.chkcustomersource = new LYFZ.ComponentLibrary.CheckBoxEx(); this.treePaymentMethod = new System.Windows.Forms.TreeView(); this.chkOrdercategory = new LYFZ.ComponentLibrary.CheckBoxEx(); this.treeOrdercategory = new System.Windows.Forms.TreeView(); this.treecustomersource = new System.Windows.Forms.TreeView(); this.plProcessAdditionalConditions = new LYFZ.ComponentLibrary.PanelEx(); this.chkProcessStatus = new LYFZ.ComponentLibrary.CheckBoxEx(); this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx(); this.chkorderamount = new LYFZ.ComponentLibrary.CheckBoxEx(); this.lbSelectionFilmsAmount = new LYFZ.ComponentLibrary.LabelEx(); this.cmbProcessStatus = new LYFZ.ComponentLibrary.ComboBoxEx(); this.chkSelectionFilmsAmount = new LYFZ.ComponentLibrary.CheckBoxEx(); this.nudSatisfactionScoreEnd = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown(); this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx(); this.nudSelectionFilmsAmountEnd = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown(); this.chkSatisfactionScore = new LYFZ.ComponentLibrary.CheckBoxEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.nudorderamountEnd = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown(); this.nudorderamountStar = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown(); this.nudSatisfactionScoreStar = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown(); this.nudSelectionFilmsAmountStar = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown(); this.cmbCommissionScheme = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.txtProgramName = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.cmbProjectTitle = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx(); this.lbqItemMsg = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx(); this.nuLiFuStar = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown(); this.nuLiFuEnd = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown(); this.chkLifuJinE = new LYFZ.ComponentLibrary.CheckBoxEx(); this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx(); this.plLifuJinE = new LYFZ.ComponentLibrary.PanelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.grbAdditionalConditions.SuspendLayout(); this.panelEx3.SuspendLayout(); this.plProcessAdditionalConditions.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudSatisfactionScoreEnd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudSelectionFilmsAmountEnd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudorderamountEnd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudorderamountStar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudSatisfactionScoreStar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudSelectionFilmsAmountStar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nuLiFuStar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nuLiFuEnd)).BeginInit(); this.plLifuJinE.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(8); this.plExMainContainer.Size = new System.Drawing.Size(600, 655); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(600, 655); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(541, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(568, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(541, 0); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.cmbItemCategory); this.panelEx1.Controls.Add(this.btnClose); this.panelEx1.Controls.Add(this.btnSave); this.panelEx1.Controls.Add(this.grbAdditionalConditions); this.panelEx1.Controls.Add(this.cmbCommissionScheme); this.panelEx1.Controls.Add(this.txtProgramName); this.panelEx1.Controls.Add(this.labelEx2); this.panelEx1.Controls.Add(this.cmbProjectTitle); this.panelEx1.Controls.Add(this.labelEx5); this.panelEx1.Controls.Add(this.labelEx10); this.panelEx1.Controls.Add(this.lbqItemMsg); this.panelEx1.Controls.Add(this.labelEx1); this.panelEx1.Controls.Add(this.labelEx18); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(8, 8); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(584, 639); this.panelEx1.TabIndex = 0; // // cmbItemCategory // this.cmbItemCategory.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cmbItemCategory.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cmbItemCategory.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cmbItemCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbItemCategory.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbItemCategory.FormattingEnabled = true; this.cmbItemCategory.IsCustomColor = false; this.cmbItemCategory.Location = new System.Drawing.Point(87, 36); this.cmbItemCategory.Name = "cmbItemCategory"; this.cmbItemCategory.ReadOnly = true; this.cmbItemCategory.Size = new System.Drawing.Size(364, 28); this.cmbItemCategory.TabIndex = 365; // // 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("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.IsCustomBackImg = false; this.btnClose.IsShowText = true; this.btnClose.Location = new System.Drawing.Point(458, 98); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(115, 51); this.btnClose.TabIndex = 364; this.btnClose.Text = "关 闭"; this.btnClose.UseVisualStyleBackColor = false; // // btnSave // this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg"))); this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.IsCustomBackImg = false; this.btnSave.IsShowText = true; this.btnSave.Location = new System.Drawing.Point(458, 7); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(115, 85); this.btnSave.TabIndex = 364; this.btnSave.Text = "保 存"; this.btnSave.UseVisualStyleBackColor = false; // // grbAdditionalConditions // this.grbAdditionalConditions.Controls.Add(this.panelEx3); this.grbAdditionalConditions.Controls.Add(this.plProcessAdditionalConditions); this.grbAdditionalConditions.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.grbAdditionalConditions.Location = new System.Drawing.Point(5, 153); this.grbAdditionalConditions.Name = "grbAdditionalConditions"; this.grbAdditionalConditions.Size = new System.Drawing.Size(572, 471); this.grbAdditionalConditions.TabIndex = 363; this.grbAdditionalConditions.TabStop = false; this.grbAdditionalConditions.Text = "附加条件"; // // 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.Controls.Add(this.plLifuJinE); this.panelEx3.Controls.Add(this.chkPaymentMethod); this.panelEx3.Controls.Add(this.chkcustomersource); this.panelEx3.Controls.Add(this.treePaymentMethod); this.panelEx3.Controls.Add(this.chkOrdercategory); this.panelEx3.Controls.Add(this.treeOrdercategory); this.panelEx3.Controls.Add(this.treecustomersource); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx3.Location = new System.Drawing.Point(3, 123); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(566, 345); this.panelEx3.TabIndex = 368; // // chkPaymentMethod // this.chkPaymentMethod.AutoSize = true; this.chkPaymentMethod.BackColor = System.Drawing.Color.Transparent; this.chkPaymentMethod.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkPaymentMethod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkPaymentMethod.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkPaymentMethod.Fourstates = false; this.chkPaymentMethod.IsGreenTick = false; this.chkPaymentMethod.Location = new System.Drawing.Point(6, 5); this.chkPaymentMethod.Name = "chkPaymentMethod"; this.chkPaymentMethod.Size = new System.Drawing.Size(75, 21); this.chkPaymentMethod.TabIndex = 0; this.chkPaymentMethod.Text = "支付方式"; this.chkPaymentMethod.UseVisualStyleBackColor = false; // // chkcustomersource // this.chkcustomersource.AutoSize = true; this.chkcustomersource.BackColor = System.Drawing.Color.Transparent; this.chkcustomersource.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkcustomersource.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkcustomersource.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkcustomersource.Fourstates = false; this.chkcustomersource.IsGreenTick = false; this.chkcustomersource.Location = new System.Drawing.Point(192, 5); this.chkcustomersource.Name = "chkcustomersource"; this.chkcustomersource.Size = new System.Drawing.Size(75, 21); this.chkcustomersource.TabIndex = 0; this.chkcustomersource.Text = "客户来源"; this.chkcustomersource.UseVisualStyleBackColor = false; // // treePaymentMethod // this.treePaymentMethod.CheckBoxes = true; this.treePaymentMethod.Location = new System.Drawing.Point(6, 29); this.treePaymentMethod.Name = "treePaymentMethod"; this.treePaymentMethod.Size = new System.Drawing.Size(180, 291); this.treePaymentMethod.TabIndex = 366; // // chkOrdercategory // this.chkOrdercategory.AutoSize = true; this.chkOrdercategory.BackColor = System.Drawing.Color.Transparent; this.chkOrdercategory.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkOrdercategory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkOrdercategory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkOrdercategory.Fourstates = false; this.chkOrdercategory.IsGreenTick = false; this.chkOrdercategory.Location = new System.Drawing.Point(380, 5); this.chkOrdercategory.Name = "chkOrdercategory"; this.chkOrdercategory.Size = new System.Drawing.Size(75, 21); this.chkOrdercategory.TabIndex = 0; this.chkOrdercategory.Text = "订单类别"; this.chkOrdercategory.UseVisualStyleBackColor = false; // // treeOrdercategory // this.treeOrdercategory.CheckBoxes = true; this.treeOrdercategory.Location = new System.Drawing.Point(380, 29); this.treeOrdercategory.Name = "treeOrdercategory"; this.treeOrdercategory.Size = new System.Drawing.Size(180, 291); this.treeOrdercategory.TabIndex = 366; // // treecustomersource // this.treecustomersource.CheckBoxes = true; this.treecustomersource.Location = new System.Drawing.Point(192, 29); this.treecustomersource.Name = "treecustomersource"; this.treecustomersource.Size = new System.Drawing.Size(180, 291); this.treecustomersource.TabIndex = 366; // // plProcessAdditionalConditions // this.plProcessAdditionalConditions.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.plProcessAdditionalConditions.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.plProcessAdditionalConditions.BorderWidth = 1; this.plProcessAdditionalConditions.Controls.Add(this.chkProcessStatus); this.plProcessAdditionalConditions.Controls.Add(this.labelEx14); this.plProcessAdditionalConditions.Controls.Add(this.chkorderamount); this.plProcessAdditionalConditions.Controls.Add(this.lbSelectionFilmsAmount); this.plProcessAdditionalConditions.Controls.Add(this.cmbProcessStatus); this.plProcessAdditionalConditions.Controls.Add(this.chkSelectionFilmsAmount); this.plProcessAdditionalConditions.Controls.Add(this.nudSatisfactionScoreEnd); this.plProcessAdditionalConditions.Controls.Add(this.labelEx4); this.plProcessAdditionalConditions.Controls.Add(this.nudSelectionFilmsAmountEnd); this.plProcessAdditionalConditions.Controls.Add(this.chkSatisfactionScore); this.plProcessAdditionalConditions.Controls.Add(this.labelEx3); this.plProcessAdditionalConditions.Controls.Add(this.nudorderamountEnd); this.plProcessAdditionalConditions.Controls.Add(this.nudorderamountStar); this.plProcessAdditionalConditions.Controls.Add(this.nudSatisfactionScoreStar); this.plProcessAdditionalConditions.Controls.Add(this.nudSelectionFilmsAmountStar); this.plProcessAdditionalConditions.Dock = System.Windows.Forms.DockStyle.Top; this.plProcessAdditionalConditions.Location = new System.Drawing.Point(3, 19); this.plProcessAdditionalConditions.Name = "plProcessAdditionalConditions"; this.plProcessAdditionalConditions.Size = new System.Drawing.Size(566, 104); this.plProcessAdditionalConditions.TabIndex = 367; // // chkProcessStatus // this.chkProcessStatus.AutoSize = true; this.chkProcessStatus.BackColor = System.Drawing.Color.Transparent; this.chkProcessStatus.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkProcessStatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkProcessStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkProcessStatus.Fourstates = false; this.chkProcessStatus.IsGreenTick = false; this.chkProcessStatus.Location = new System.Drawing.Point(6, 6); this.chkProcessStatus.Name = "chkProcessStatus"; this.chkProcessStatus.Size = new System.Drawing.Size(75, 21); this.chkProcessStatus.TabIndex = 0; this.chkProcessStatus.Text = "流程状态"; this.chkProcessStatus.UseVisualStyleBackColor = false; // // labelEx14 // this.labelEx14.AutoSize = true; this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx14.Location = new System.Drawing.Point(168, 45); this.labelEx14.Name = "labelEx14"; this.labelEx14.Size = new System.Drawing.Size(21, 17); this.labelEx14.TabIndex = 354; this.labelEx14.Text = "—"; // // chkorderamount // this.chkorderamount.AutoSize = true; this.chkorderamount.BackColor = System.Drawing.Color.Transparent; this.chkorderamount.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkorderamount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkorderamount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkorderamount.Fourstates = false; this.chkorderamount.IsGreenTick = false; this.chkorderamount.Location = new System.Drawing.Point(6, 43); this.chkorderamount.Name = "chkorderamount"; this.chkorderamount.Size = new System.Drawing.Size(75, 21); this.chkorderamount.TabIndex = 0; this.chkorderamount.Text = "套系金额"; this.chkorderamount.UseVisualStyleBackColor = false; // // lbSelectionFilmsAmount // this.lbSelectionFilmsAmount.AutoSize = true; this.lbSelectionFilmsAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.lbSelectionFilmsAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lbSelectionFilmsAmount.Location = new System.Drawing.Point(452, 11); this.lbSelectionFilmsAmount.Name = "lbSelectionFilmsAmount"; this.lbSelectionFilmsAmount.Size = new System.Drawing.Size(21, 17); this.lbSelectionFilmsAmount.TabIndex = 354; this.lbSelectionFilmsAmount.Text = "—"; // // cmbProcessStatus // this.cmbProcessStatus.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cmbProcessStatus.AutoCompleteCustomSource.AddRange(new string[] { "拍照OK", "选片OK", "取件OK"}); this.cmbProcessStatus.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cmbProcessStatus.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cmbProcessStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbProcessStatus.FormattingEnabled = true; this.cmbProcessStatus.IsCustomColor = false; this.cmbProcessStatus.Items.AddRange(new object[] { "拍照OK", "初修OK", "选片OK", "精修OK", "设计OK", "取件OK"}); this.cmbProcessStatus.Location = new System.Drawing.Point(83, 4); this.cmbProcessStatus.Name = "cmbProcessStatus"; this.cmbProcessStatus.ReadOnly = true; this.cmbProcessStatus.Size = new System.Drawing.Size(190, 28); this.cmbProcessStatus.TabIndex = 365; // // chkSelectionFilmsAmount // this.chkSelectionFilmsAmount.AutoSize = true; this.chkSelectionFilmsAmount.BackColor = System.Drawing.Color.Transparent; this.chkSelectionFilmsAmount.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkSelectionFilmsAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkSelectionFilmsAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkSelectionFilmsAmount.Fourstates = false; this.chkSelectionFilmsAmount.IsGreenTick = false; this.chkSelectionFilmsAmount.Location = new System.Drawing.Point(290, 9); this.chkSelectionFilmsAmount.Name = "chkSelectionFilmsAmount"; this.chkSelectionFilmsAmount.Size = new System.Drawing.Size(75, 21); this.chkSelectionFilmsAmount.TabIndex = 0; this.chkSelectionFilmsAmount.Text = "选片金额"; this.chkSelectionFilmsAmount.UseVisualStyleBackColor = false; // // nudSatisfactionScoreEnd // this.nudSatisfactionScoreEnd.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.nudSatisfactionScoreEnd.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.nudSatisfactionScoreEnd.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.nudSatisfactionScoreEnd.IsCustomColor = false; this.nudSatisfactionScoreEnd.Location = new System.Drawing.Point(477, 42); this.nudSatisfactionScoreEnd.Maximum = new decimal(new int[] { 5, 0, 0, 0}); this.nudSatisfactionScoreEnd.Name = "nudSatisfactionScoreEnd"; this.nudSatisfactionScoreEnd.Size = new System.Drawing.Size(78, 23); this.nudSatisfactionScoreEnd.TabIndex = 363; this.nudSatisfactionScoreEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // labelEx4 // this.labelEx4.AutoSize = true; this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx4.Location = new System.Drawing.Point(450, 45); this.labelEx4.Name = "labelEx4"; this.labelEx4.Size = new System.Drawing.Size(21, 17); this.labelEx4.TabIndex = 354; this.labelEx4.Text = "—"; // // nudSelectionFilmsAmountEnd // this.nudSelectionFilmsAmountEnd.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.nudSelectionFilmsAmountEnd.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.nudSelectionFilmsAmountEnd.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.nudSelectionFilmsAmountEnd.IsCustomColor = false; this.nudSelectionFilmsAmountEnd.Location = new System.Drawing.Point(476, 8); this.nudSelectionFilmsAmountEnd.Maximum = new decimal(new int[] { 999999999, 0, 0, 0}); this.nudSelectionFilmsAmountEnd.Name = "nudSelectionFilmsAmountEnd"; this.nudSelectionFilmsAmountEnd.Size = new System.Drawing.Size(78, 23); this.nudSelectionFilmsAmountEnd.TabIndex = 363; this.nudSelectionFilmsAmountEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // chkSatisfactionScore // this.chkSatisfactionScore.AutoSize = true; this.chkSatisfactionScore.BackColor = System.Drawing.Color.Transparent; this.chkSatisfactionScore.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkSatisfactionScore.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkSatisfactionScore.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkSatisfactionScore.Fourstates = false; this.chkSatisfactionScore.IsGreenTick = false; this.chkSatisfactionScore.Location = new System.Drawing.Point(290, 43); this.chkSatisfactionScore.Name = "chkSatisfactionScore"; this.chkSatisfactionScore.Size = new System.Drawing.Size(75, 21); this.chkSatisfactionScore.TabIndex = 0; this.chkSatisfactionScore.Text = "满意分值"; this.chkSatisfactionScore.UseVisualStyleBackColor = false; // // labelEx3 // this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelEx3.ForeColor = System.Drawing.Color.Green; this.labelEx3.Location = new System.Drawing.Point(5, 73); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(558, 24); this.labelEx3.TabIndex = 343; this.labelEx3.Text = "说明:选片金额按统计时间订单(每阶段)实收总金额筛稳选,满意分值按各流程的调查满意度分值统计"; this.labelEx3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // nudorderamountEnd // this.nudorderamountEnd.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.nudorderamountEnd.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.nudorderamountEnd.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.nudorderamountEnd.IsCustomColor = false; this.nudorderamountEnd.Location = new System.Drawing.Point(195, 42); this.nudorderamountEnd.Maximum = new decimal(new int[] { 999999999, 0, 0, 0}); this.nudorderamountEnd.Name = "nudorderamountEnd"; this.nudorderamountEnd.Size = new System.Drawing.Size(78, 23); this.nudorderamountEnd.TabIndex = 363; this.nudorderamountEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // nudorderamountStar // this.nudorderamountStar.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.nudorderamountStar.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.nudorderamountStar.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.nudorderamountStar.IsCustomColor = false; this.nudorderamountStar.Location = new System.Drawing.Point(83, 42); this.nudorderamountStar.Maximum = new decimal(new int[] { 999999999, 0, 0, 0}); this.nudorderamountStar.Name = "nudorderamountStar"; this.nudorderamountStar.Size = new System.Drawing.Size(78, 23); this.nudorderamountStar.TabIndex = 363; this.nudorderamountStar.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // nudSatisfactionScoreStar // this.nudSatisfactionScoreStar.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.nudSatisfactionScoreStar.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.nudSatisfactionScoreStar.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.nudSatisfactionScoreStar.IsCustomColor = false; this.nudSatisfactionScoreStar.Location = new System.Drawing.Point(368, 42); this.nudSatisfactionScoreStar.Maximum = new decimal(new int[] { 5, 0, 0, 0}); this.nudSatisfactionScoreStar.Name = "nudSatisfactionScoreStar"; this.nudSatisfactionScoreStar.Size = new System.Drawing.Size(78, 23); this.nudSatisfactionScoreStar.TabIndex = 363; this.nudSatisfactionScoreStar.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // nudSelectionFilmsAmountStar // this.nudSelectionFilmsAmountStar.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.nudSelectionFilmsAmountStar.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.nudSelectionFilmsAmountStar.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.nudSelectionFilmsAmountStar.IsCustomColor = false; this.nudSelectionFilmsAmountStar.Location = new System.Drawing.Point(367, 8); this.nudSelectionFilmsAmountStar.Maximum = new decimal(new int[] { 999999999, 0, 0, 0}); this.nudSelectionFilmsAmountStar.Name = "nudSelectionFilmsAmountStar"; this.nudSelectionFilmsAmountStar.Size = new System.Drawing.Size(78, 23); this.nudSelectionFilmsAmountStar.TabIndex = 363; this.nudSelectionFilmsAmountStar.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // cmbCommissionScheme // this.cmbCommissionScheme.AfterSelectLevelFirstNode = true; this.cmbCommissionScheme.DropDownHeight = 220; this.cmbCommissionScheme.DropDownShow = false; this.cmbCommissionScheme.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbCommissionScheme.FormattingEnabled = true; this.cmbCommissionScheme.IntegralHeight = false; this.cmbCommissionScheme.IsNodeMouseClick = true; this.cmbCommissionScheme.IsSelectParentNode = true; this.cmbCommissionScheme.Location = new System.Drawing.Point(87, 125); this.cmbCommissionScheme.Name = "cmbCommissionScheme"; this.cmbCommissionScheme.ReadOnly = true; this.cmbCommissionScheme.SelectedNode = null; this.cmbCommissionScheme.Size = new System.Drawing.Size(364, 25); this.cmbCommissionScheme.StrGetName = ""; this.cmbCommissionScheme.StrGetTagName = ""; this.cmbCommissionScheme.StrKey = null; this.cmbCommissionScheme.TabIndex = 358; // // txtProgramName // this.txtProgramName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtProgramName.EmptyTextTip = null; this.txtProgramName.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtProgramName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtProgramName.Location = new System.Drawing.Point(87, 7); this.txtProgramName.Name = "txtProgramName"; this.txtProgramName.Size = new System.Drawing.Size(364, 26); this.txtProgramName.TabIndex = 362; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx2.Location = new System.Drawing.Point(21, 12); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(59, 17); this.labelEx2.TabIndex = 344; this.labelEx2.Text = "统计名称:"; // // cmbProjectTitle // this.cmbProjectTitle.AfterSelectLevelFirstNode = true; this.cmbProjectTitle.DropDownHeight = 220; this.cmbProjectTitle.DropDownShow = false; this.cmbProjectTitle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbProjectTitle.FormattingEnabled = true; this.cmbProjectTitle.IntegralHeight = false; this.cmbProjectTitle.IsNodeMouseClick = true; this.cmbProjectTitle.IsSelectParentNode = true; this.cmbProjectTitle.Location = new System.Drawing.Point(87, 95); this.cmbProjectTitle.Name = "cmbProjectTitle"; this.cmbProjectTitle.ReadOnly = true; this.cmbProjectTitle.SelectedNode = null; this.cmbProjectTitle.Size = new System.Drawing.Size(364, 25); this.cmbProjectTitle.StrGetName = ""; this.cmbProjectTitle.StrGetTagName = ""; this.cmbProjectTitle.StrKey = null; this.cmbProjectTitle.TabIndex = 351; // // labelEx5 // this.labelEx5.AutoSize = true; this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx5.Location = new System.Drawing.Point(21, 97); this.labelEx5.Name = "labelEx5"; this.labelEx5.Size = new System.Drawing.Size(59, 17); this.labelEx5.TabIndex = 345; this.labelEx5.Text = "项目内容:"; // // labelEx10 // this.labelEx10.AutoSize = true; this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx10.Location = new System.Drawing.Point(21, 127); this.labelEx10.Name = "labelEx10"; this.labelEx10.Size = new System.Drawing.Size(59, 17); this.labelEx10.TabIndex = 350; this.labelEx10.Text = "提成方案:"; // // lbqItemMsg // this.lbqItemMsg.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbqItemMsg.ForeColor = System.Drawing.Color.Green; this.lbqItemMsg.Location = new System.Drawing.Point(85, 68); this.lbqItemMsg.Name = "lbqItemMsg"; this.lbqItemMsg.Size = new System.Drawing.Size(367, 24); this.lbqItemMsg.TabIndex = 343; this.lbqItemMsg.Text = "请选择统计项目"; this.lbqItemMsg.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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.Green; this.labelEx1.Location = new System.Drawing.Point(21, 71); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(59, 17); this.labelEx1.TabIndex = 343; this.labelEx1.Text = "项目说明:"; // // labelEx18 // this.labelEx18.AutoSize = true; this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx18.Location = new System.Drawing.Point(21, 42); this.labelEx18.Name = "labelEx18"; this.labelEx18.Size = new System.Drawing.Size(59, 17); this.labelEx18.TabIndex = 343; this.labelEx18.Text = "统计项目:"; // // nuLiFuStar // this.nuLiFuStar.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.nuLiFuStar.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.nuLiFuStar.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.nuLiFuStar.IsCustomColor = false; this.nuLiFuStar.Location = new System.Drawing.Point(81, 3); this.nuLiFuStar.Maximum = new decimal(new int[] { 999999999, 0, 0, 0}); this.nuLiFuStar.Name = "nuLiFuStar"; this.nuLiFuStar.Size = new System.Drawing.Size(78, 23); this.nuLiFuStar.TabIndex = 363; this.nuLiFuStar.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // nuLiFuEnd // this.nuLiFuEnd.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.nuLiFuEnd.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.nuLiFuEnd.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.nuLiFuEnd.IsCustomColor = false; this.nuLiFuEnd.Location = new System.Drawing.Point(193, 3); this.nuLiFuEnd.Maximum = new decimal(new int[] { 999999999, 0, 0, 0}); this.nuLiFuEnd.Name = "nuLiFuEnd"; this.nuLiFuEnd.Size = new System.Drawing.Size(78, 23); this.nuLiFuEnd.TabIndex = 363; this.nuLiFuEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // chkLifuJinE // this.chkLifuJinE.AutoSize = true; this.chkLifuJinE.BackColor = System.Drawing.Color.Transparent; this.chkLifuJinE.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkLifuJinE.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkLifuJinE.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkLifuJinE.Fourstates = false; this.chkLifuJinE.IsGreenTick = false; this.chkLifuJinE.Location = new System.Drawing.Point(6, 4); this.chkLifuJinE.Name = "chkLifuJinE"; this.chkLifuJinE.Size = new System.Drawing.Size(75, 21); this.chkLifuJinE.TabIndex = 0; this.chkLifuJinE.Text = "订单金额"; this.chkLifuJinE.UseVisualStyleBackColor = false; // // labelEx6 // this.labelEx6.AutoSize = true; this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx6.Location = new System.Drawing.Point(166, 6); this.labelEx6.Name = "labelEx6"; this.labelEx6.Size = new System.Drawing.Size(21, 17); this.labelEx6.TabIndex = 354; this.labelEx6.Text = "—"; // // plLifuJinE // this.plLifuJinE.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.plLifuJinE.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.plLifuJinE.BorderWidth = 1; this.plLifuJinE.Controls.Add(this.chkLifuJinE); this.plLifuJinE.Controls.Add(this.nuLiFuEnd); this.plLifuJinE.Controls.Add(this.labelEx6); this.plLifuJinE.Controls.Add(this.nuLiFuStar); this.plLifuJinE.Location = new System.Drawing.Point(192, 2); this.plLifuJinE.Name = "plLifuJinE"; this.plLifuJinE.Size = new System.Drawing.Size(368, 35); this.plLifuJinE.TabIndex = 367; this.plLifuJinE.Visible = false; // // frmEditStatisticsProgram // 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(600, 720); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsUserControlsSize = false; this.MaximizeBox = false; this.Name = "frmEditStatisticsProgram"; 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.panelEx1.PerformLayout(); this.grbAdditionalConditions.ResumeLayout(false); this.panelEx3.ResumeLayout(false); this.panelEx3.PerformLayout(); this.plProcessAdditionalConditions.ResumeLayout(false); this.plProcessAdditionalConditions.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudSatisfactionScoreEnd)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudSelectionFilmsAmountEnd)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudorderamountEnd)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudorderamountStar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudSatisfactionScoreStar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudSelectionFilmsAmountStar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nuLiFuStar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nuLiFuEnd)).EndInit(); this.plLifuJinE.ResumeLayout(false); this.plLifuJinE.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; protected ComponentLibrary.ComboBoxTreeViewEx cmbCommissionScheme; protected ComponentLibrary.LabelEx labelEx14; protected ComponentLibrary.ComboBoxTreeViewEx cmbProjectTitle; private ComponentLibrary.LabelEx labelEx5; private ComponentLibrary.LabelEx labelEx10; private ComponentLibrary.LabelEx labelEx18; protected ComponentLibrary.LabelEx labelEx4; protected ComponentLibrary.TextBoxBasicEx txtProgramName; private ComponentLibrary.LabelEx labelEx2; public OtherExpansion.SkinControl.SkinNumericUpDown nudSatisfactionScoreEnd; public OtherExpansion.SkinControl.SkinNumericUpDown nudorderamountEnd; public OtherExpansion.SkinControl.SkinNumericUpDown nudSatisfactionScoreStar; public OtherExpansion.SkinControl.SkinNumericUpDown nudorderamountStar; public ComponentLibrary.CheckBoxEx chkSatisfactionScore; public ComponentLibrary.CheckBoxEx chkProcessStatus; public ComponentLibrary.CheckBoxEx chkcustomersource; public ComponentLibrary.CheckBoxEx chkorderamount; public ComponentLibrary.CheckBoxEx chkOrdercategory; public ComponentLibrary.ButtonEx btnClose; public ComponentLibrary.ButtonEx btnSave; public ComponentLibrary.ComboBoxEx cmbItemCategory; public System.Windows.Forms.TreeView treeOrdercategory; public System.Windows.Forms.TreeView treecustomersource; public ComponentLibrary.ComboBoxEx cmbProcessStatus; public ComponentLibrary.GroupBoxEx grbAdditionalConditions; private ComponentLibrary.LabelEx labelEx1; public ComponentLibrary.LabelEx lbqItemMsg; public System.Windows.Forms.TreeView treePaymentMethod; public ComponentLibrary.CheckBoxEx chkPaymentMethod; public OtherExpansion.SkinControl.SkinNumericUpDown nudSelectionFilmsAmountEnd; public OtherExpansion.SkinControl.SkinNumericUpDown nudSelectionFilmsAmountStar; public ComponentLibrary.CheckBoxEx chkSelectionFilmsAmount; protected ComponentLibrary.LabelEx lbSelectionFilmsAmount; public ComponentLibrary.PanelEx plProcessAdditionalConditions; public ComponentLibrary.LabelEx labelEx3; public ComponentLibrary.PanelEx panelEx3; public ComponentLibrary.CheckBoxEx chkLifuJinE; public OtherExpansion.SkinControl.SkinNumericUpDown nuLiFuEnd; protected ComponentLibrary.LabelEx labelEx6; public OtherExpansion.SkinControl.SkinNumericUpDown nuLiFuStar; public ComponentLibrary.PanelEx plLifuJinE; } }