123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317 |
- namespace LYFZ.Software.UI.DoorCityProcess
- {
- partial class frmCustomPerformance
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCustomPerformance));
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtPaymentAmount = new LYFZ.ComponentLibrary.TextBoxEx();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.panel1 = new System.Windows.Forms.Panel();
- this.likFullAllocation = new System.Windows.Forms.LinkLabel();
- this.likAverageAllocation = new System.Windows.Forms.LinkLabel();
- this.btnAddPerformancePerson = new LYFZ.ComponentLibrary.ButtonForm();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.plPerformancePersonList = new System.Windows.Forms.Panel();
- this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
- this.panel3 = new System.Windows.Forms.Panel();
- this.btnCloes = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnEnter = new LYFZ.ComponentLibrary.ButtonEx();
- this.linkNoPerformance = new System.Windows.Forms.LinkLabel();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- this.panel1.SuspendLayout();
- this.panel3.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.flowLayoutPanel1);
- this.plExMainContainer.Size = new System.Drawing.Size(751, 225);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(751, 225);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(692, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(719, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(692, 0);
- //
- // 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(5, 14);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(68, 17);
- this.labelEx2.TabIndex = 3;
- this.labelEx2.Text = "收款金额:";
- //
- // txtPaymentAmount
- //
- this.txtPaymentAmount.BackColor = System.Drawing.Color.Transparent;
- this.txtPaymentAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtPaymentAmount.Icon = null;
- this.txtPaymentAmount.IconIsButton = false;
- this.txtPaymentAmount.IsPasswordChat = '\0';
- this.txtPaymentAmount.IsSystemPasswordChar = false;
- this.txtPaymentAmount.Lines = new string[0];
- this.txtPaymentAmount.Location = new System.Drawing.Point(76, 10);
- this.txtPaymentAmount.Margin = new System.Windows.Forms.Padding(0);
- this.txtPaymentAmount.MaxLength = 32767;
- this.txtPaymentAmount.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtPaymentAmount.MouseBack = null;
- this.txtPaymentAmount.Multiline = false;
- this.txtPaymentAmount.Name = "txtPaymentAmount";
- this.txtPaymentAmount.NormlBack = null;
- this.txtPaymentAmount.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtPaymentAmount.ReadOnly = true;
- this.txtPaymentAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtPaymentAmount.Size = new System.Drawing.Size(173, 25);
- this.txtPaymentAmount.TabIndex = 16369;
- this.txtPaymentAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtPaymentAmount.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtPaymentAmount.WaterText = "";
- this.txtPaymentAmount.WordWrap = true;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Controls.Add(this.panel1);
- this.flowLayoutPanel1.Controls.Add(this.panelEx1);
- this.flowLayoutPanel1.Controls.Add(this.plPerformancePersonList);
- this.flowLayoutPanel1.Controls.Add(this.panelEx4);
- this.flowLayoutPanel1.Controls.Add(this.panel3);
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(751, 225);
- this.flowLayoutPanel1.TabIndex = 16371;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.likFullAllocation);
- this.panel1.Controls.Add(this.linkNoPerformance);
- this.panel1.Controls.Add(this.likAverageAllocation);
- this.panel1.Controls.Add(this.labelEx2);
- this.panel1.Controls.Add(this.txtPaymentAmount);
- this.panel1.Controls.Add(this.btnAddPerformancePerson);
- this.panel1.Location = new System.Drawing.Point(3, 3);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(736, 42);
- this.panel1.TabIndex = 0;
- //
- // likFullAllocation
- //
- this.likFullAllocation.AutoSize = true;
- this.likFullAllocation.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.likFullAllocation.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
- this.likFullAllocation.LinkColor = System.Drawing.Color.Teal;
- this.likFullAllocation.Location = new System.Drawing.Point(269, 15);
- this.likFullAllocation.Margin = new System.Windows.Forms.Padding(1, 8, 1, 0);
- this.likFullAllocation.Name = "likFullAllocation";
- this.likFullAllocation.Size = new System.Drawing.Size(99, 14);
- this.likFullAllocation.TabIndex = 16370;
- this.likFullAllocation.TabStop = true;
- this.likFullAllocation.Text = "100%满额分配";
- this.likFullAllocation.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // likAverageAllocation
- //
- this.likAverageAllocation.AutoSize = true;
- this.likAverageAllocation.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.likAverageAllocation.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
- this.likAverageAllocation.LinkColor = System.Drawing.Color.Teal;
- this.likAverageAllocation.Location = new System.Drawing.Point(390, 15);
- this.likAverageAllocation.Margin = new System.Windows.Forms.Padding(1, 8, 1, 0);
- this.likAverageAllocation.Name = "likAverageAllocation";
- this.likAverageAllocation.Size = new System.Drawing.Size(67, 14);
- this.likAverageAllocation.TabIndex = 16370;
- this.likAverageAllocation.TabStop = true;
- this.likAverageAllocation.Text = "平均分配";
- this.likAverageAllocation.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // btnAddPerformancePerson
- //
- this.btnAddPerformancePerson.BackColor = System.Drawing.Color.Transparent;
- this.btnAddPerformancePerson.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddPerformancePerson.BackImg")));
- this.btnAddPerformancePerson.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnAddPerformancePerson.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnAddPerformancePerson.ForeColor = System.Drawing.Color.White;
- this.btnAddPerformancePerson.IsCustomBackImg = false;
- this.btnAddPerformancePerson.IsShowText = true;
- this.btnAddPerformancePerson.Location = new System.Drawing.Point(648, 8);
- this.btnAddPerformancePerson.Name = "btnAddPerformancePerson";
- this.btnAddPerformancePerson.Size = new System.Drawing.Size(85, 28);
- this.btnAddPerformancePerson.TabIndex = 0;
- this.btnAddPerformancePerson.Text = "添加业绩人";
- this.btnAddPerformancePerson.UseVisualStyleBackColor = false;
- //
- // panelEx1
- //
- this.panelEx1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Location = new System.Drawing.Point(3, 51);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(740, 1);
- this.panelEx1.TabIndex = 298;
- //
- // plPerformancePersonList
- //
- this.plPerformancePersonList.Location = new System.Drawing.Point(3, 58);
- this.plPerformancePersonList.Name = "plPerformancePersonList";
- this.plPerformancePersonList.Size = new System.Drawing.Size(736, 110);
- this.plPerformancePersonList.TabIndex = 1;
- //
- // panelEx4
- //
- this.panelEx4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx4.BorderWidth = 1;
- this.panelEx4.Location = new System.Drawing.Point(3, 174);
- this.panelEx4.Name = "panelEx4";
- this.panelEx4.Size = new System.Drawing.Size(740, 1);
- this.panelEx4.TabIndex = 298;
- //
- // panel3
- //
- this.panel3.Controls.Add(this.btnCloes);
- this.panel3.Controls.Add(this.btnEnter);
- this.panel3.Location = new System.Drawing.Point(3, 181);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(736, 40);
- this.panel3.TabIndex = 1;
- //
- // btnCloes
- //
- this.btnCloes.BackColor = System.Drawing.Color.Transparent;
- this.btnCloes.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloes.BackImg")));
- this.btnCloes.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCloes.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCloes.ForeColor = System.Drawing.Color.White;
- this.btnCloes.IsCustomBackImg = false;
- this.btnCloes.IsShowText = true;
- this.btnCloes.Location = new System.Drawing.Point(647, 6);
- this.btnCloes.Name = "btnCloes";
- this.btnCloes.Size = new System.Drawing.Size(85, 28);
- this.btnCloes.TabIndex = 1;
- this.btnCloes.Text = "关 闭";
- this.btnCloes.UseVisualStyleBackColor = false;
- //
- // btnEnter
- //
- this.btnEnter.BackColor = System.Drawing.Color.Transparent;
- this.btnEnter.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnEnter.BackImg")));
- this.btnEnter.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnEnter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnEnter.ForeColor = System.Drawing.Color.White;
- this.btnEnter.IsCustomBackImg = false;
- this.btnEnter.IsShowText = true;
- this.btnEnter.Location = new System.Drawing.Point(529, 6);
- this.btnEnter.Name = "btnEnter";
- this.btnEnter.Size = new System.Drawing.Size(112, 28);
- this.btnEnter.TabIndex = 1;
- this.btnEnter.Text = "确定业绩分配";
- this.btnEnter.UseVisualStyleBackColor = false;
- //
- // linkNoPerformance
- //
- this.linkNoPerformance.AutoSize = true;
- this.linkNoPerformance.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.linkNoPerformance.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
- this.linkNoPerformance.LinkColor = System.Drawing.Color.Teal;
- this.linkNoPerformance.Location = new System.Drawing.Point(479, 15);
- this.linkNoPerformance.Margin = new System.Windows.Forms.Padding(1, 8, 1, 0);
- this.linkNoPerformance.Name = "linkNoPerformance";
- this.linkNoPerformance.Size = new System.Drawing.Size(128, 14);
- this.linkNoPerformance.TabIndex = 16370;
- this.linkNoPerformance.TabStop = true;
- this.linkNoPerformance.Text = "不计业绩(零业绩)";
- this.linkNoPerformance.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // frmCustomPerformance
- //
- 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(751, 290);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsUserControlsSize = false;
- this.MaximizeBox = false;
- this.Name = "frmCustomPerformance";
- 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.flowLayoutPanel1.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.LabelEx labelEx2;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel3;
- public ComponentLibrary.TextBoxEx txtPaymentAmount;
- public ComponentLibrary.ButtonEx btnCloes;
- public ComponentLibrary.ButtonEx btnEnter;
- public System.Windows.Forms.Panel plPerformancePersonList;
- public ComponentLibrary.ButtonForm btnAddPerformancePerson;
- public System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.PanelEx panelEx4;
- public System.Windows.Forms.LinkLabel likAverageAllocation;
- public System.Windows.Forms.LinkLabel likFullAllocation;
- public System.Windows.Forms.LinkLabel linkNoPerformance;
- }
- }
|