namespace LYFZ.Software.UI.InitialSet { partial class FrmWageSet { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmWageSet)); this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx(); this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.User_EmployeeID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.User_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Ws_BasicWage = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Ws_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.btnCommissionSet = new LYFZ.ComponentLibrary.ButtonForm(); this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.txtWs_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.btnSaveWages = new LYFZ.ComponentLibrary.ButtonEx(); this.txtUser_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx(); this.txtWs_BasicWage = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx(); this.cmbEmployeeName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit(); this.panelEx3.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.dgv); this.plExMainContainer.Controls.Add(this.panelEx3); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10); this.plExMainContainer.Size = new System.Drawing.Size(1024, 703); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(1024, 703); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(651, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(992, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(965, 0); // // dgv // this.dgv.AllowUserToAddRows = false; this.dgv.AllowUserToDeleteRows = false; this.dgv.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan; this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgv.BackgroundColor = System.Drawing.Color.White; this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgv.ColumnHeadersHeight = 24; this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ID, this.User_EmployeeID, this.User_Name, this.Ws_BasicWage, this.Ws_Remark}); dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv.DefaultCellStyle = dataGridViewCellStyle4; this.dgv.Dock = System.Windows.Forms.DockStyle.Fill; this.dgv.EnableHeadersVisualStyles = false; this.dgv.EraseCell = false; this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" + "dgv_dgv_dgv_dgv_dgv_dgv"; this.dgv.IsCompleteBonding = false; this.dgv.IsCopyCellValue = true; this.dgv.Location = new System.Drawing.Point(10, 53); this.dgv.MultiSelect = false; this.dgv.Name = "dgv"; this.dgv.ReadOnly = true; this.dgv.RowHeadersVisible = false; this.dgv.RowTemplate.Height = 23; this.dgv.RowTemplate.ReadOnly = true; this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv.Size = new System.Drawing.Size(1004, 640); this.dgv.TabIndex = 161; // // ID // this.ID.DataPropertyName = "ID"; this.ID.HeaderText = "ID"; this.ID.Name = "ID"; this.ID.ReadOnly = true; this.ID.Visible = false; // // User_EmployeeID // this.User_EmployeeID.DataPropertyName = "User_EmployeeID"; this.User_EmployeeID.HeaderText = "员工编号"; this.User_EmployeeID.Name = "User_EmployeeID"; this.User_EmployeeID.ReadOnly = true; this.User_EmployeeID.Visible = false; // // User_Name // this.User_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.User_Name.DataPropertyName = "User_Name"; this.User_Name.FillWeight = 50.50549F; this.User_Name.HeaderText = "姓名"; this.User_Name.Name = "User_Name"; this.User_Name.ReadOnly = true; this.User_Name.Width = 200; // // Ws_BasicWage // this.Ws_BasicWage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.Ws_BasicWage.DataPropertyName = "Ws_BasicWage"; this.Ws_BasicWage.FillWeight = 243.6548F; this.Ws_BasicWage.HeaderText = "基本工资(元)"; this.Ws_BasicWage.Name = "Ws_BasicWage"; this.Ws_BasicWage.ReadOnly = true; this.Ws_BasicWage.Width = 160; // // Ws_Remark // this.Ws_Remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Ws_Remark.DataPropertyName = "Ws_Remark"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.Ws_Remark.DefaultCellStyle = dataGridViewCellStyle3; this.Ws_Remark.FillWeight = 5.839698F; this.Ws_Remark.HeaderText = "备注"; this.Ws_Remark.MinimumWidth = 600; this.Ws_Remark.Name = "Ws_Remark"; this.Ws_Remark.ReadOnly = true; this.Ws_Remark.Width = 600; // // panelEx3 // this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelEx3.BorderWidth = 1; this.panelEx3.Controls.Add(this.labelEx15); this.panelEx3.Controls.Add(this.cmbEmployeeName); this.panelEx3.Controls.Add(this.btnCommissionSet); this.panelEx3.Controls.Add(this.labelEx9); this.panelEx3.Controls.Add(this.btnClose); this.panelEx3.Controls.Add(this.txtWs_Remark); this.panelEx3.Controls.Add(this.btnSaveWages); this.panelEx3.Controls.Add(this.txtUser_Name); this.panelEx3.Controls.Add(this.labelEx8); this.panelEx3.Controls.Add(this.txtWs_BasicWage); this.panelEx3.Controls.Add(this.labelEx5); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx3.Location = new System.Drawing.Point(10, 10); this.panelEx3.Name = "panelEx3"; this.panelEx3.Padding = new System.Windows.Forms.Padding(5); this.panelEx3.Size = new System.Drawing.Size(1004, 43); this.panelEx3.TabIndex = 162; // // btnCommissionSet // this.btnCommissionSet.BackColor = System.Drawing.Color.Transparent; this.btnCommissionSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCommissionSet.BackImg"))); this.btnCommissionSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnCommissionSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnCommissionSet.ForeColor = System.Drawing.Color.White; this.btnCommissionSet.IsCustomBackImg = false; this.btnCommissionSet.IsShowText = true; this.btnCommissionSet.Location = new System.Drawing.Point(891, 6); this.btnCommissionSet.Name = "btnCommissionSet"; this.btnCommissionSet.Size = new System.Drawing.Size(104, 28); this.btnCommissionSet.TabIndex = 169; this.btnCommissionSet.Text = "提成方案设置"; this.btnCommissionSet.UseVisualStyleBackColor = false; // // labelEx9 // this.labelEx9.AutoSize = true; this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx9.Location = new System.Drawing.Point(171, 12); this.labelEx9.Name = "labelEx9"; this.labelEx9.Size = new System.Drawing.Size(35, 17); this.labelEx9.TabIndex = 164; this.labelEx9.Text = "姓名:"; // // 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("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.IsCustomBackImg = false; this.btnClose.IsShowText = true; this.btnClose.Location = new System.Drawing.Point(815, 6); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(70, 28); this.btnClose.TabIndex = 168; this.btnClose.Text = "关 闭"; this.btnClose.UseVisualStyleBackColor = false; // // txtWs_Remark // this.txtWs_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtWs_Remark.EmptyTextTip = null; this.txtWs_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtWs_Remark.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtWs_Remark.Location = new System.Drawing.Point(501, 9); this.txtWs_Remark.Name = "txtWs_Remark"; this.txtWs_Remark.Size = new System.Drawing.Size(230, 23); this.txtWs_Remark.TabIndex = 163; // // btnSaveWages // this.btnSaveWages.BackColor = System.Drawing.Color.Transparent; this.btnSaveWages.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveWages.BackImg"))); this.btnSaveWages.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSaveWages.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSaveWages.ForeColor = System.Drawing.Color.White; this.btnSaveWages.IsCustomBackImg = false; this.btnSaveWages.IsShowText = true; this.btnSaveWages.Location = new System.Drawing.Point(739, 6); this.btnSaveWages.Name = "btnSaveWages"; this.btnSaveWages.Size = new System.Drawing.Size(70, 28); this.btnSaveWages.TabIndex = 167; this.btnSaveWages.Text = "保 存"; this.btnSaveWages.UseVisualStyleBackColor = false; // // txtUser_Name // this.txtUser_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtUser_Name.EmptyTextTip = null; this.txtUser_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtUser_Name.Enabled = false; this.txtUser_Name.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtUser_Name.Location = new System.Drawing.Point(212, 9); this.txtUser_Name.Name = "txtUser_Name"; this.txtUser_Name.Size = new System.Drawing.Size(100, 23); this.txtUser_Name.TabIndex = 161; // // labelEx8 // this.labelEx8.AutoSize = true; this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx8.Location = new System.Drawing.Point(317, 12); this.labelEx8.Name = "labelEx8"; this.labelEx8.Size = new System.Drawing.Size(59, 17); this.labelEx8.TabIndex = 165; this.labelEx8.Text = "基本工资:"; // // txtWs_BasicWage // this.txtWs_BasicWage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtWs_BasicWage.EmptyTextTip = null; this.txtWs_BasicWage.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtWs_BasicWage.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtWs_BasicWage.Location = new System.Drawing.Point(379, 9); this.txtWs_BasicWage.Name = "txtWs_BasicWage"; this.txtWs_BasicWage.Size = new System.Drawing.Size(80, 23); this.txtWs_BasicWage.TabIndex = 162; this.txtWs_BasicWage.Text = "0"; this.txtWs_BasicWage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // 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(462, 12); this.labelEx5.Name = "labelEx5"; this.labelEx5.Size = new System.Drawing.Size(35, 17); this.labelEx5.TabIndex = 166; this.labelEx5.Text = "备注:"; // // labelEx15 // this.labelEx15.AutoSize = true; this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx15.Location = new System.Drawing.Point(2, 12); this.labelEx15.Margin = new System.Windows.Forms.Padding(3, 8, 3, 0); this.labelEx15.Name = "labelEx15"; this.labelEx15.Size = new System.Drawing.Size(35, 17); this.labelEx15.TabIndex = 312; this.labelEx15.Text = "筛选:"; // // cmbEmployeeName // this.cmbEmployeeName.AfterSelectLevelFirstNode = true; this.cmbEmployeeName.DropDownHeight = 220; this.cmbEmployeeName.DropDownShow = false; this.cmbEmployeeName.FormattingEnabled = true; this.cmbEmployeeName.IntegralHeight = false; this.cmbEmployeeName.IsNodeMouseClick = true; this.cmbEmployeeName.IsSelectParentNode = true; this.cmbEmployeeName.Location = new System.Drawing.Point(43, 10); this.cmbEmployeeName.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3); this.cmbEmployeeName.Name = "cmbEmployeeName"; this.cmbEmployeeName.ReadOnly = true; this.cmbEmployeeName.SelectedNode = null; this.cmbEmployeeName.Size = new System.Drawing.Size(125, 20); this.cmbEmployeeName.StrGetName = ""; this.cmbEmployeeName.StrGetTagName = ""; this.cmbEmployeeName.StrKey = null; this.cmbEmployeeName.TabIndex = 311; // // FrmWageSet // 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(1024, 768); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.MaximizeBox = false; this.Name = "FrmWageSet"; this.Text = "工资设置"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit(); this.panelEx3.ResumeLayout(false); this.panelEx3.PerformLayout(); this.ResumeLayout(false); } #endregion protected ComponentLibrary.DataGridViewEx dgv; private ComponentLibrary.PanelEx panelEx3; private ComponentLibrary.LabelEx labelEx9; protected ComponentLibrary.ButtonEx btnClose; protected ComponentLibrary.TextBoxBasicEx txtWs_Remark; protected ComponentLibrary.ButtonEx btnSaveWages; protected ComponentLibrary.TextBoxBasicEx txtUser_Name; private ComponentLibrary.LabelEx labelEx8; protected ComponentLibrary.TextBoxBasicEx txtWs_BasicWage; private ComponentLibrary.LabelEx labelEx5; public ComponentLibrary.ButtonForm btnCommissionSet; private System.Windows.Forms.DataGridViewTextBoxColumn ID; private System.Windows.Forms.DataGridViewTextBoxColumn User_EmployeeID; private System.Windows.Forms.DataGridViewTextBoxColumn User_Name; private System.Windows.Forms.DataGridViewTextBoxColumn Ws_BasicWage; private System.Windows.Forms.DataGridViewTextBoxColumn Ws_Remark; private ComponentLibrary.LabelEx labelEx15; protected ComponentLibrary.ComboBoxTreeViewEx cmbEmployeeName; } }