| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276 |
- namespace Dongke.IBOSS.PRD.Client.HRModule
- {
- partial class F_PAM_0502
- {
- /// <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()
- {
- Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity1 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PAM_0502));
- this.dkUserName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.comAdministrationType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpRAPDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtRAPAmount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.SuspendLayout();
- //
- // dkUserName
- //
- this.dkUserName.DataSource = null;
- this.dkUserName.Enabled = true;
- this.dkUserName.IsMustInput = true;
- this.dkUserName.Location = new System.Drawing.Point(12, 12);
- this.dkUserName.Name = "dkUserName";
- this.dkUserName.PurviewType = ((byte)(0));
- this.dkUserName.Size = new System.Drawing.Size(205, 21);
- dkStaffEntity1.AccountID = 0;
- dkStaffEntity1.ExProbationEndDate = new System.DateTime(((long)(0)));
- dkStaffEntity1.Jobs = 0;
- dkStaffEntity1.JobsName = null;
- dkStaffEntity1.OPTimeStamp = new System.DateTime(((long)(0)));
- dkStaffEntity1.OrganizationID = 0;
- dkStaffEntity1.OrganizationName = null;
- dkStaffEntity1.Post = 0;
- dkStaffEntity1.PostName = null;
- dkStaffEntity1.StaffCode = null;
- dkStaffEntity1.StaffID = 0;
- dkStaffEntity1.StaffName = null;
- dkStaffEntity1.StaffStatus = 0;
- dkStaffEntity1.UserCode = null;
- dkStaffEntity1.UserID = 0;
- dkStaffEntity1.UserName = null;
- dkStaffEntity1.ValueFlag = false;
- this.dkUserName.StaffEntity = dkStaffEntity1;
- this.dkUserName.TabIndex = 0;
- this.dkUserName.TxtUserBackColor = System.Drawing.SystemColors.Control;
- this.dkUserName.UserCode = "";
- this.dkUserName.UserName = null;
- this.dkUserName.UserRow = null;
- this.dkUserName.WhereCondition = "StaffStatus = 2 And ValueFlag = 1";
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(349, 150);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 10;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(258, 150);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 9;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // comAdministrationType
- //
- this.comAdministrationType.BackgroundColor = System.Drawing.SystemColors.Window;
- this.comAdministrationType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.comAdministrationType.FormattingEnabled = true;
- this.comAdministrationType.Location = new System.Drawing.Point(70, 39);
- this.comAdministrationType.Name = "comAdministrationType";
- this.comAdministrationType.Size = new System.Drawing.Size(147, 20);
- this.comAdministrationType.TabIndex = 4;
- //
- // c_Label1
- //
- this.c_Label1.AutoSize = true;
- this.c_Label1.BackColor = System.Drawing.Color.Transparent;
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.c_Label1.IsMustInput = true;
- this.c_Label1.Location = new System.Drawing.Point(10, 42);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 3;
- this.c_Label1.Text = "考核类别";
- //
- // c_Label2
- //
- this.c_Label2.AutoSize = true;
- this.c_Label2.BackColor = System.Drawing.Color.Transparent;
- this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.c_Label2.IsMustInput = true;
- this.c_Label2.Location = new System.Drawing.Point(227, 16);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(53, 12);
- this.c_Label2.TabIndex = 1;
- this.c_Label2.Text = "记录日期";
- //
- // dtpRAPDate
- //
- this.dtpRAPDate.CustomFormat = "yyyy-MM-dd";
- this.dtpRAPDate.Enabled = false;
- this.dtpRAPDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpRAPDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpRAPDate.Location = new System.Drawing.Point(287, 12);
- this.dtpRAPDate.Name = "dtpRAPDate";
- this.dtpRAPDate.Size = new System.Drawing.Size(146, 21);
- this.dtpRAPDate.TabIndex = 2;
- //
- // c_Label3
- //
- this.c_Label3.AutoSize = true;
- this.c_Label3.BackColor = System.Drawing.Color.Transparent;
- this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.c_Label3.IsMustInput = true;
- this.c_Label3.Location = new System.Drawing.Point(227, 43);
- this.c_Label3.Name = "c_Label3";
- this.c_Label3.Size = new System.Drawing.Size(53, 12);
- this.c_Label3.TabIndex = 5;
- this.c_Label3.Text = "考核金额";
- //
- // txtRAPAmount
- //
- this.txtRAPAmount.BackColor = System.Drawing.Color.Yellow;
- this.txtRAPAmount.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRAPAmount.ErrorMessage = "必须输入项目";
- this.txtRAPAmount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRAPAmount.HasError = true;
- this.txtRAPAmount.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtRAPAmount.IsMustInput = true;
- this.txtRAPAmount.Location = new System.Drawing.Point(287, 39);
- this.txtRAPAmount.MaxValue = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtRAPAmount.MinValue = new decimal(new int[] {
- 100000,
- 0,
- 0,
- -2147483648});
- this.txtRAPAmount.Name = "txtRAPAmount";
- this.txtRAPAmount.Number = new System.Drawing.Point(6, 2);
- this.txtRAPAmount.Size = new System.Drawing.Size(147, 21);
- this.txtRAPAmount.TabIndex = 6;
- this.txtRAPAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // c_Label5
- //
- this.c_Label5.AutoSize = true;
- this.c_Label5.BackColor = System.Drawing.Color.Transparent;
- this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label5.Location = new System.Drawing.Point(33, 69);
- this.c_Label5.Name = "c_Label5";
- this.c_Label5.Size = new System.Drawing.Size(29, 12);
- this.c_Label5.TabIndex = 7;
- this.c_Label5.Text = "备注";
- //
- // txtRemarks
- //
- this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.ErrorMessage = "";
- this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRemarks.Location = new System.Drawing.Point(69, 66);
- this.txtRemarks.Multiline = true;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(364, 75);
- this.txtRemarks.TabIndex = 8;
- //
- // F_PAM_0502
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(447, 207);
- this.Controls.Add(this.txtRemarks);
- this.Controls.Add(this.c_Label5);
- this.Controls.Add(this.txtRAPAmount);
- this.Controls.Add(this.c_Label3);
- this.Controls.Add(this.dtpRAPDate);
- this.Controls.Add(this.c_Label2);
- this.Controls.Add(this.comAdministrationType);
- this.Controls.Add(this.c_Label1);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.dkUserName);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_PAM_0502";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "F_PAM_0502";
- this.Load += new System.EventHandler(this.F_HR_1102_Load);
- this.Controls.SetChildIndex(this.dkUserName, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.c_Label1, 0);
- this.Controls.SetChildIndex(this.comAdministrationType, 0);
- this.Controls.SetChildIndex(this.c_Label2, 0);
- this.Controls.SetChildIndex(this.dtpRAPDate, 0);
- this.Controls.SetChildIndex(this.c_Label3, 0);
- this.Controls.SetChildIndex(this.txtRAPAmount, 0);
- this.Controls.SetChildIndex(this.c_Label5, 0);
- this.Controls.SetChildIndex(this.txtRemarks, 0);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Controls.dkStaffSearchBox dkUserName;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_ComboBox comAdministrationType;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_Label c_Label2;
- private Basics.BaseControls.C_DateTimePicker dtpRAPDate;
- private Basics.BaseControls.C_Label c_Label3;
- private Basics.BaseControls.C_TXT_Digital txtRAPAmount;
- private Basics.BaseControls.C_Label c_Label5;
- private Basics.BaseControls.C_TextBox txtRemarks;
- }
- }
|