123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376 |
- namespace LYFZ.Software.UI.FinancialManagement.OrdersReceivables
- {
- partial class FrmSelectPayOpenSingle
- {
- /// <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(FrmSelectPayOpenSingle));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.tb_Person = new LYFZ.ComponentLibrary.TextBoxEx();
- this.btn_Filter = new LYFZ.ComponentLibrary.ButtonExpand();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.treevOrdersPersonnel = new LYFZ.ComponentLibrary.TreeViewEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnRight = new LYFZ.ComponentLibrary.ButtonExpand();
- this.btnLeft = new LYFZ.ComponentLibrary.ButtonExpand();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Tpc_CommissionPercentage = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.panelEx3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.panelEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(500, 485);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(500, 485);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(468, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.tb_Person);
- this.panelEx2.Controls.Add(this.btn_Filter);
- this.panelEx2.Controls.Add(this.panelEx3);
- this.panelEx2.Controls.Add(this.labelEx1);
- this.panelEx2.Controls.Add(this.treevOrdersPersonnel);
- this.panelEx2.Controls.Add(this.labelEx2);
- this.panelEx2.Controls.Add(this.btnRight);
- this.panelEx2.Controls.Add(this.btnLeft);
- this.panelEx2.Controls.Add(this.dgvData);
- this.panelEx2.Location = new System.Drawing.Point(10, 10);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(480, 425);
- this.panelEx2.TabIndex = 14;
- //
- // tb_Person
- //
- this.tb_Person.BackColor = System.Drawing.Color.Transparent;
- this.tb_Person.Icon = null;
- this.tb_Person.IconIsButton = false;
- this.tb_Person.IsPasswordChat = '\0';
- this.tb_Person.IsSystemPasswordChar = false;
- this.tb_Person.Lines = new string[0];
- this.tb_Person.Location = new System.Drawing.Point(12, 34);
- this.tb_Person.Margin = new System.Windows.Forms.Padding(0);
- this.tb_Person.MaxLength = 32767;
- this.tb_Person.MinimumSize = new System.Drawing.Size(0, 26);
- this.tb_Person.MouseBack = null;
- this.tb_Person.Multiline = false;
- this.tb_Person.Name = "tb_Person";
- this.tb_Person.NormlBack = null;
- this.tb_Person.Padding = new System.Windows.Forms.Padding(5);
- this.tb_Person.ReadOnly = false;
- this.tb_Person.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.tb_Person.Size = new System.Drawing.Size(190, 26);
- this.tb_Person.TabIndex = 17;
- this.tb_Person.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.tb_Person.WaterColor = System.Drawing.Color.DarkGray;
- this.tb_Person.WaterText = "";
- this.tb_Person.WordWrap = true;
- //
- // btn_Filter
- //
- this.btn_Filter.BackColor = System.Drawing.Color.Transparent;
- this.btn_Filter.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Filter.BackImg")));
- this.btn_Filter.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_Filter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_Filter.ForeColor = System.Drawing.Color.White;
- this.btn_Filter.IsCustomBackImg = false;
- this.btn_Filter.IsShowText = true;
- this.btn_Filter.Location = new System.Drawing.Point(143, 34);
- this.btn_Filter.Name = "btn_Filter";
- this.btn_Filter.Size = new System.Drawing.Size(60, 25);
- this.btn_Filter.TabIndex = 16;
- this.btn_Filter.Text = " 筛 选";
- this.btn_Filter.UseVisualStyleBackColor = false;
- this.btn_Filter.Visible = false;
- //
- // panelEx3
- //
- this.panelEx3.BorderColor = System.Drawing.Color.White;
- this.panelEx3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Controls.Add(this.labelEx3);
- this.panelEx3.Location = new System.Drawing.Point(11, 64);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(192, 24);
- this.panelEx3.TabIndex = 11;
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(71, 5);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(53, 12);
- this.labelEx3.TabIndex = 0;
- this.labelEx3.Text = "员工姓名";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(9, 10);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(56, 17);
- this.labelEx1.TabIndex = 9;
- this.labelEx1.Text = "可选人员";
- //
- // treevOrdersPersonnel
- //
- this.treevOrdersPersonnel.Location = new System.Drawing.Point(12, 89);
- this.treevOrdersPersonnel.Name = "treevOrdersPersonnel";
- this.treevOrdersPersonnel.Size = new System.Drawing.Size(190, 325);
- this.treevOrdersPersonnel.TabIndex = 0;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(275, 10);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(56, 17);
- this.labelEx2.TabIndex = 10;
- this.labelEx2.Text = "已选人员";
- //
- // btnRight
- //
- this.btnRight.BackColor = System.Drawing.Color.Transparent;
- this.btnRight.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRight.BackImg")));
- this.btnRight.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnRight.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnRight.ForeColor = System.Drawing.Color.White;
- this.btnRight.IsCustomBackImg = false;
- this.btnRight.IsShowText = true;
- this.btnRight.Location = new System.Drawing.Point(210, 176);
- this.btnRight.Name = "btnRight";
- this.btnRight.Size = new System.Drawing.Size(60, 25);
- this.btnRight.TabIndex = 2;
- this.btnRight.Text = " 添 加";
- this.btnRight.UseVisualStyleBackColor = false;
- //
- // btnLeft
- //
- this.btnLeft.BackColor = System.Drawing.Color.Transparent;
- this.btnLeft.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLeft.BackImg")));
- this.btnLeft.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnLeft.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnLeft.ForeColor = System.Drawing.Color.White;
- this.btnLeft.IsCustomBackImg = false;
- this.btnLeft.IsShowText = true;
- this.btnLeft.Location = new System.Drawing.Point(210, 231);
- this.btnLeft.Name = "btnLeft";
- this.btnLeft.Size = new System.Drawing.Size(60, 25);
- this.btnLeft.TabIndex = 3;
- this.btnLeft.Text = " 移 除";
- this.btnLeft.UseVisualStyleBackColor = false;
- //
- // dgvData
- //
- this.dgvData.AllowUserToAddRows = false;
- this.dgvData.AllowUserToDeleteRows = false;
- this.dgvData.AllowUserToResizeRows = false;
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
- this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgvData.BackgroundColor = System.Drawing.Color.White;
- this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.UserName,
- this.UserNumber,
- this.Tpc_CommissionPercentage});
- this.dgvData.EnableHeadersVisualStyles = false;
- this.dgvData.EraseCell = false;
- this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData.GridViewUniquelyIdentify = "_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_" +
- "dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData";
- this.dgvData.IsCompleteBonding = false;
- this.dgvData.IsCopyCellValue = true;
- this.dgvData.Location = new System.Drawing.Point(278, 34);
- this.dgvData.Name = "dgvData";
- this.dgvData.RowHeadersVisible = false;
- this.dgvData.RowTemplate.Height = 23;
- this.dgvData.RowTemplate.ReadOnly = true;
- this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData.Size = new System.Drawing.Size(190, 380);
- this.dgvData.TabIndex = 8;
- //
- // UserName
- //
- this.UserName.HeaderText = "员工姓名";
- this.UserName.Name = "UserName";
- this.UserName.ReadOnly = true;
- //
- // UserNumber
- //
- this.UserNumber.HeaderText = "员工编号";
- this.UserNumber.Name = "UserNumber";
- this.UserNumber.ReadOnly = true;
- this.UserNumber.Visible = false;
- //
- // Tpc_CommissionPercentage
- //
- this.Tpc_CommissionPercentage.HeaderText = "提成百分比例";
- this.Tpc_CommissionPercentage.Name = "Tpc_CommissionPercentage";
- this.Tpc_CommissionPercentage.Visible = false;
- //
- // panelEx1
- //
- 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.Controls.Add(this.btnCancel);
- this.panelEx1.Controls.Add(this.btnOK);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelEx1.Location = new System.Drawing.Point(0, 445);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(500, 40);
- this.panelEx1.TabIndex = 13;
- //
- // btnCancel
- //
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
- this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.IsCustomBackImg = false;
- this.btnCancel.IsShowText = true;
- this.btnCancel.Location = new System.Drawing.Point(256, 6);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(90, 28);
- this.btnCancel.TabIndex = 5;
- this.btnCancel.Text = " 取 消";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // btnOK
- //
- this.btnOK.BackColor = System.Drawing.Color.Transparent;
- this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
- this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnOK.ForeColor = System.Drawing.Color.White;
- this.btnOK.IsCustomBackImg = false;
- this.btnOK.IsShowText = true;
- this.btnOK.Location = new System.Drawing.Point(125, 6);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(90, 28);
- this.btnOK.TabIndex = 4;
- this.btnOK.Text = " 确 定";
- this.btnOK.UseVisualStyleBackColor = false;
- //
- // FrmSelectPayOpenSingle
- //
- 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(500, 550);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MinimizeBox = false;
- this.Name = "FrmSelectPayOpenSingle";
- 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.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.panelEx3.ResumeLayout(false);
- this.panelEx3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.panelEx1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.PanelEx panelEx3;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.TreeViewEx treevOrdersPersonnel;
- private ComponentLibrary.LabelEx labelEx2;
- protected ComponentLibrary.ButtonExpand btnRight;
- protected ComponentLibrary.ButtonExpand btnLeft;
- protected ComponentLibrary.DataGridViewEx dgvData;
- private ComponentLibrary.PanelEx panelEx1;
- protected ComponentLibrary.ButtonEx btnCancel;
- protected ComponentLibrary.ButtonEx btnOK;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserNumber;
- private System.Windows.Forms.DataGridViewTextBoxColumn Tpc_CommissionPercentage;
- protected ComponentLibrary.TextBoxEx tb_Person;
- protected ComponentLibrary.ButtonExpand btn_Filter;
- }
- }
|