namespace LYFZ.Software.UI.FinancialManagement.StaffAwardPunish { partial class FrmStaffAwardPunishUpdate { /// /// 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(FrmStaffAwardPunishUpdate)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.txtRp_PersonHandling = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.txtRp_RPDatetime = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.txtRp_Money = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.txtTsorder_OpenSingle = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.btnCanle = new LYFZ.ComponentLibrary.ButtonEx(); this.btnSave = new LYFZ.ComponentLibrary.ButtonEx(); this.txtRp_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx(); this.cmbRp_Status = new LYFZ.ComponentLibrary.ComboBoxEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx(); this.cmbRp_Type = new LYFZ.ComponentLibrary.ComboBoxEx(); this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10); this.plExMainContainer.Size = new System.Drawing.Size(560, 455); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(560, 455); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(535, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(528, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(508, 0); // // 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.txtRp_PersonHandling); this.panelEx1.Controls.Add(this.txtRp_RPDatetime); this.panelEx1.Controls.Add(this.txtRp_Money); this.panelEx1.Controls.Add(this.txtTsorder_OpenSingle); this.panelEx1.Controls.Add(this.btnCanle); this.panelEx1.Controls.Add(this.btnSave); this.panelEx1.Controls.Add(this.txtRp_Remark); this.panelEx1.Controls.Add(this.labelEx11); this.panelEx1.Controls.Add(this.labelEx8); this.panelEx1.Controls.Add(this.labelEx7); this.panelEx1.Controls.Add(this.cmbRp_Status); this.panelEx1.Controls.Add(this.labelEx2); this.panelEx1.Controls.Add(this.labelEx4); this.panelEx1.Controls.Add(this.cmbRp_Type); this.panelEx1.Controls.Add(this.labelEx10); this.panelEx1.Controls.Add(this.labelEx15); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(10, 10); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(540, 435); this.panelEx1.TabIndex = 2; // // txtRp_PersonHandling // this.txtRp_PersonHandling.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtRp_PersonHandling.EmptyTextTip = null; this.txtRp_PersonHandling.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtRp_PersonHandling.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtRp_PersonHandling.Location = new System.Drawing.Point(138, 225); this.txtRp_PersonHandling.Name = "txtRp_PersonHandling"; this.txtRp_PersonHandling.ReadOnly = true; this.txtRp_PersonHandling.Size = new System.Drawing.Size(270, 23); this.txtRp_PersonHandling.TabIndex = 181; // // txtRp_RPDatetime // this.txtRp_RPDatetime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtRp_RPDatetime.EmptyTextTip = null; this.txtRp_RPDatetime.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtRp_RPDatetime.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtRp_RPDatetime.Location = new System.Drawing.Point(138, 185); this.txtRp_RPDatetime.Name = "txtRp_RPDatetime"; this.txtRp_RPDatetime.ReadOnly = true; this.txtRp_RPDatetime.Size = new System.Drawing.Size(270, 23); this.txtRp_RPDatetime.TabIndex = 179; // // txtRp_Money // this.txtRp_Money.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtRp_Money.EmptyTextTip = null; this.txtRp_Money.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtRp_Money.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtRp_Money.Location = new System.Drawing.Point(138, 107); this.txtRp_Money.Name = "txtRp_Money"; this.txtRp_Money.Size = new System.Drawing.Size(270, 23); this.txtRp_Money.TabIndex = 2; // // txtTsorder_OpenSingle // this.txtTsorder_OpenSingle.AfterSelectLevelFirstNode = false; this.txtTsorder_OpenSingle.DropDownHeight = 220; this.txtTsorder_OpenSingle.DropDownShow = false; this.txtTsorder_OpenSingle.FormattingEnabled = true; this.txtTsorder_OpenSingle.IntegralHeight = false; this.txtTsorder_OpenSingle.IsNodeMouseClick = false; this.txtTsorder_OpenSingle.IsSelectParentNode = false; this.txtTsorder_OpenSingle.Location = new System.Drawing.Point(138, 32); this.txtTsorder_OpenSingle.Name = "txtTsorder_OpenSingle"; this.txtTsorder_OpenSingle.ReadOnly = true; this.txtTsorder_OpenSingle.SelectedNode = null; this.txtTsorder_OpenSingle.Size = new System.Drawing.Size(270, 20); this.txtTsorder_OpenSingle.StrGetName = ""; this.txtTsorder_OpenSingle.StrGetTagName = ""; this.txtTsorder_OpenSingle.StrKey = null; this.txtTsorder_OpenSingle.TabIndex = 0; // // btnCanle // this.btnCanle.BackColor = System.Drawing.Color.Transparent; this.btnCanle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanle.BackImg"))); this.btnCanle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnCanle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnCanle.ForeColor = System.Drawing.Color.White; this.btnCanle.IsCustomBackImg = false; this.btnCanle.IsShowText = true; this.btnCanle.Location = new System.Drawing.Point(300, 370); this.btnCanle.Name = "btnCanle"; this.btnCanle.Size = new System.Drawing.Size(85, 28); this.btnCanle.TabIndex = 185; this.btnCanle.Text = " 取 消"; this.btnCanle.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("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.IsCustomBackImg = false; this.btnSave.IsShowText = true; this.btnSave.Location = new System.Drawing.Point(145, 370); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 28); this.btnSave.TabIndex = 184; this.btnSave.Text = " 保 存"; this.btnSave.UseVisualStyleBackColor = false; // // txtRp_Remark // this.txtRp_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtRp_Remark.EmptyTextTip = null; this.txtRp_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtRp_Remark.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtRp_Remark.Location = new System.Drawing.Point(138, 265); this.txtRp_Remark.Multiline = true; this.txtRp_Remark.Name = "txtRp_Remark"; this.txtRp_Remark.Size = new System.Drawing.Size(270, 80); this.txtRp_Remark.TabIndex = 4; // // labelEx11 // this.labelEx11.AutoSize = true; this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx11.Location = new System.Drawing.Point(97, 268); this.labelEx11.Name = "labelEx11"; this.labelEx11.Size = new System.Drawing.Size(44, 17); this.labelEx11.TabIndex = 183; this.labelEx11.Text = "备注:"; // // 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(85, 228); this.labelEx8.Name = "labelEx8"; this.labelEx8.Size = new System.Drawing.Size(56, 17); this.labelEx8.TabIndex = 180; this.labelEx8.Text = "录单人:"; // // labelEx7 // this.labelEx7.AutoSize = true; this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx7.Location = new System.Drawing.Point(73, 188); this.labelEx7.Name = "labelEx7"; this.labelEx7.Size = new System.Drawing.Size(68, 17); this.labelEx7.TabIndex = 178; this.labelEx7.Text = "执行日期:"; // // cmbRp_Status // this.cmbRp_Status.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cmbRp_Status.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cmbRp_Status.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cmbRp_Status.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRp_Status.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.cmbRp_Status.Font = new System.Drawing.Font("宋体", 10.5F); this.cmbRp_Status.FormattingEnabled = true; this.cmbRp_Status.IsCustomColor = false; this.cmbRp_Status.Items.AddRange(new object[] { "", "现金执行", "薪资执行"}); this.cmbRp_Status.Location = new System.Drawing.Point(138, 146); this.cmbRp_Status.Name = "cmbRp_Status"; this.cmbRp_Status.ReadOnly = false; this.cmbRp_Status.Size = new System.Drawing.Size(270, 22); this.cmbRp_Status.TabIndex = 3; // // 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(64, 149); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(77, 17); this.labelEx2.TabIndex = 176; this.labelEx2.Text = "* 是否执行:"; // // 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(64, 110); this.labelEx4.Name = "labelEx4"; this.labelEx4.Size = new System.Drawing.Size(77, 17); this.labelEx4.TabIndex = 174; this.labelEx4.Text = "* 奖罚金额:"; // // cmbRp_Type // this.cmbRp_Type.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cmbRp_Type.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cmbRp_Type.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cmbRp_Type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRp_Type.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.cmbRp_Type.Font = new System.Drawing.Font("宋体", 10.5F); this.cmbRp_Type.FormattingEnabled = true; this.cmbRp_Type.IsCustomColor = false; this.cmbRp_Type.Items.AddRange(new object[] { "", "惩罚", "奖励"}); this.cmbRp_Type.Location = new System.Drawing.Point(138, 68); this.cmbRp_Type.Name = "cmbRp_Type"; this.cmbRp_Type.ReadOnly = false; this.cmbRp_Type.Size = new System.Drawing.Size(270, 22); this.cmbRp_Type.TabIndex = 1; // // 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(64, 71); this.labelEx10.Name = "labelEx10"; this.labelEx10.Size = new System.Drawing.Size(77, 17); this.labelEx10.TabIndex = 172; this.labelEx10.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(64, 33); this.labelEx15.Name = "labelEx15"; this.labelEx15.Size = new System.Drawing.Size(77, 17); this.labelEx15.TabIndex = 170; this.labelEx15.Text = "* 相关人员:"; // // FrmStaffAwardPunishUpdate // 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(560, 520); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.MinimizeBox = false; this.Name = "FrmStaffAwardPunishUpdate"; this.Text = "员工奖罚修改"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; protected ComponentLibrary.ComboBoxTreeViewEx txtTsorder_OpenSingle; protected ComponentLibrary.TextBoxBasicEx txtRp_Remark; private ComponentLibrary.LabelEx labelEx11; private ComponentLibrary.LabelEx labelEx8; protected ComponentLibrary.TextBoxBasicEx txtRp_PersonHandling; private ComponentLibrary.LabelEx labelEx7; protected ComponentLibrary.TextBoxBasicEx txtRp_RPDatetime; protected ComponentLibrary.ComboBoxEx cmbRp_Status; private ComponentLibrary.LabelEx labelEx2; private ComponentLibrary.LabelEx labelEx4; protected ComponentLibrary.TextBoxBasicEx txtRp_Money; protected ComponentLibrary.ComboBoxEx cmbRp_Type; private ComponentLibrary.LabelEx labelEx10; private ComponentLibrary.LabelEx labelEx15; protected internal ComponentLibrary.ButtonEx btnCanle; protected internal ComponentLibrary.ButtonEx btnSave; } }