namespace Dongke.IBOSS.PRD.Client.PCModule
{
partial class F_PC_0402_1
{
///
/// 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(F_PC_0402_1));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.dtpAccountDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dkUserInfo = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
this.dgvClassesDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.UJobsId = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Staffname = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SJobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Organizationname = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.staffStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Staffid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Jobs = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SOrganizationid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Staffstatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.userid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Usercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UJobsId1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsrOperate.SuspendLayout();
this.gbxCondition.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvClassesDetail)).BeginInit();
this.SuspendLayout();
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
this.tsrOperate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tsrOperate.BackgroundImage")));
this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnAdaptive,
this.tsbtnClose});
this.tsrOperate.Location = new System.Drawing.Point(0, 0);
this.tsrOperate.Name = "tsrOperate";
this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.tsrOperate.ShowItemToolTips = false;
this.tsrOperate.Size = new System.Drawing.Size(894, 35);
this.tsrOperate.TabIndex = 0;
this.tsrOperate.Text = "toolStrip1";
//
// tsbtnAdaptive
//
this.tsbtnAdaptive.AutoSize = false;
this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAdaptive.Name = "tsbtnAdaptive";
this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
this.tsbtnAdaptive.Text = "自适应列宽(&A)";
this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
//
// tsbtnClose
//
this.tsbtnClose.AutoSize = false;
this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnClose.Name = "tsbtnClose";
this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
this.tsbtnClose.Text = "关闭(&X)";
this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
//
// 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.SystemColors.ControlText;
this.c_Label2.Location = new System.Drawing.Point(258, 24);
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 = "配置日期";
//
// gbxCondition
//
this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
this.gbxCondition.Controls.Add(this.dtpAccountDate);
this.gbxCondition.Controls.Add(this.txtRemarks);
this.gbxCondition.Controls.Add(this.c_Label3);
this.gbxCondition.Controls.Add(this.dkUserInfo);
this.gbxCondition.Controls.Add(this.c_Label2);
this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
this.gbxCondition.IsMustInput = false;
this.gbxCondition.Location = new System.Drawing.Point(12, 38);
this.gbxCondition.Name = "gbxCondition";
this.gbxCondition.OriginalHeight = -1;
this.gbxCondition.Size = new System.Drawing.Size(870, 128);
this.gbxCondition.TabIndex = 1;
this.gbxCondition.TabStop = false;
this.gbxCondition.Text = "工号信息 ▼";
//
// dtpAccountDate
//
this.dtpAccountDate.CustomFormat = "yyyy-MM-dd";
this.dtpAccountDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpAccountDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpAccountDate.Location = new System.Drawing.Point(317, 20);
this.dtpAccountDate.Name = "dtpAccountDate";
this.dtpAccountDate.Size = new System.Drawing.Size(172, 21);
this.dtpAccountDate.TabIndex = 2;
this.dtpAccountDate.ValueChanged += new System.EventHandler(this.dtpAccountDate_ValueChanged);
//
// 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(53, 47);
this.txtRemarks.MaxLength = 500;
this.txtRemarks.Multiline = true;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(436, 67);
this.txtRemarks.TabIndex = 4;
this.txtRemarks.TextChanged += new System.EventHandler(this.txtRemarks_TextChanged);
//
// 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.SystemColors.ControlText;
this.c_Label3.Location = new System.Drawing.Point(18, 53);
this.c_Label3.Name = "c_Label3";
this.c_Label3.Size = new System.Drawing.Size(29, 12);
this.c_Label3.TabIndex = 3;
this.c_Label3.Text = "备注";
//
// dkUserInfo
//
this.dkUserInfo.DataSource = null;
this.dkUserInfo.Enabled = true;
this.dkUserInfo.IsMustInput = true;
this.dkUserInfo.IsWorker = false;
this.dkUserInfo.Location = new System.Drawing.Point(18, 20);
this.dkUserInfo.Name = "dkUserInfo";
this.dkUserInfo.PurviewType = ((byte)(0));
this.dkUserInfo.Size = new System.Drawing.Size(234, 21);
this.dkUserInfo.TabIndex = 0;
this.dkUserInfo.Title = "工号";
this.dkUserInfo.TxtUserBackColor = System.Drawing.SystemColors.Control;
this.dkUserInfo.UserCode = "";
this.dkUserInfo.UserID = null;
this.dkUserInfo.UserIDS = null;
this.dkUserInfo.UserName = null;
this.dkUserInfo.UserValueChanged += new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox.TextBoxChangedHandle(this.dkUserInfo_UserValueChanged);
//
// dgvClassesDetail
//
this.dgvClassesDetail.AllowUserToAddRows = false;
this.dgvClassesDetail.AllowUserToModifyRows = true;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvClassesDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgvClassesDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvClassesDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvClassesDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvClassesDetail.CellHeight = 23;
this.dgvClassesDetail.ChildNodeColumnName = null;
this.dgvClassesDetail.ChildNodeColumnText = null;
this.dgvClassesDetail.ColumnDeep = 1;
this.dgvClassesDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvClassesDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.dgvClassesDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvClassesDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.UJobsId,
this.StaffCode,
this.Staffname,
this.SJobsName,
this.Organizationname,
this.staffStatusName,
this.dRemarks,
this.Staffid,
this.Jobs,
this.SOrganizationid,
this.Staffstatus,
this.userid,
this.Usercode,
this.UJobsId1,
this.JobsName});
this.dgvClassesDetail.ColumnTreeView = null;
this.dgvClassesDetail.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvClassesDetail.DefaultCellStyle = dataGridViewCellStyle8;
this.dgvClassesDetail.DynamicColumnName = "";
this.dgvClassesDetail.EnableHeadersVisualStyles = false;
this.dgvClassesDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvClassesDetail.IsAutoCountSum = true;
this.dgvClassesDetail.IsAutoResizeColumns = false;
this.dgvClassesDetail.IsClickF12 = false;
this.dgvClassesDetail.IsSubTotalFlag = false;
this.dgvClassesDetail.Location = new System.Drawing.Point(12, 171);
this.dgvClassesDetail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dgvClassesDetail.MultiSelect = false;
this.dgvClassesDetail.Name = "dgvClassesDetail";
this.dgvClassesDetail.RefreshAtHscroll = false;
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvClassesDetail.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.dgvClassesDetail.RowHeadersWidth = 50;
this.dgvClassesDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvClassesDetail.RowsDefaultCellStyle = dataGridViewCellStyle10;
this.dgvClassesDetail.RowTemplate.Height = 21;
this.dgvClassesDetail.Size = new System.Drawing.Size(870, 295);
this.dgvClassesDetail.SortOrderColumnName = null;
this.dgvClassesDetail.TabIndex = 2;
this.dgvClassesDetail.Tag = true;
this.dgvClassesDetail.TotalSumColumns = null;
this.dgvClassesDetail.ViewRowFilter = "";
this.dgvClassesDetail.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvClassesDetail_CellBeginEdit);
this.dgvClassesDetail.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvClassesDetail_CellValueChanged);
this.dgvClassesDetail.UserDeletedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvClassesDetail_UserDeletedRow);
//
// 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(797, 471);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 33;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// 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(706, 471);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 32;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// UJobsId
//
this.UJobsId.DataPropertyName = "UJobsId";
this.UJobsId.HeaderText = "工号工种";
this.UJobsId.Name = "UJobsId";
this.UJobsId.Resizable = System.Windows.Forms.DataGridViewTriState.True;
//
// StaffCode
//
this.StaffCode.DataPropertyName = "StaffCode";
this.StaffCode.HeaderText = "员工编号";
this.StaffCode.MaxInputLength = 20;
this.StaffCode.Name = "StaffCode";
this.StaffCode.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// Staffname
//
this.Staffname.DataPropertyName = "Staffname";
this.Staffname.HeaderText = "员工姓名";
this.Staffname.Name = "Staffname";
//
// SJobsName
//
this.SJobsName.DataPropertyName = "SJobsName";
this.SJobsName.HeaderText = "员工工种";
this.SJobsName.Name = "SJobsName";
//
// Organizationname
//
this.Organizationname.DataPropertyName = "SOrganizationName";
this.Organizationname.HeaderText = "组织机构";
this.Organizationname.Name = "Organizationname";
//
// staffStatusName
//
this.staffStatusName.DataPropertyName = "staffStatusName";
this.staffStatusName.HeaderText = "员工状态";
this.staffStatusName.Name = "staffStatusName";
//
// dRemarks
//
this.dRemarks.DataPropertyName = "Remarks";
this.dRemarks.HeaderText = "备注";
this.dRemarks.MaxInputLength = 500;
this.dRemarks.Name = "dRemarks";
//
// Staffid
//
this.Staffid.DataPropertyName = "Staffid";
this.Staffid.HeaderText = "员工ID";
this.Staffid.Name = "Staffid";
this.Staffid.Visible = false;
//
// Jobs
//
this.Jobs.DataPropertyName = "Jobs";
this.Jobs.HeaderText = "Jobs";
this.Jobs.Name = "Jobs";
this.Jobs.Visible = false;
//
// SOrganizationid
//
this.SOrganizationid.DataPropertyName = "SOrganizationid";
this.SOrganizationid.HeaderText = "SOrganizationid";
this.SOrganizationid.Name = "SOrganizationid";
this.SOrganizationid.Visible = false;
//
// Staffstatus
//
this.Staffstatus.DataPropertyName = "Staffstatus";
this.Staffstatus.HeaderText = "Staffstatus";
this.Staffstatus.Name = "Staffstatus";
this.Staffstatus.Visible = false;
//
// userid
//
this.userid.DataPropertyName = "userid";
this.userid.HeaderText = "userid";
this.userid.Name = "userid";
this.userid.Visible = false;
//
// Usercode
//
this.Usercode.DataPropertyName = "Usercode";
this.Usercode.HeaderText = "Usercode";
this.Usercode.Name = "Usercode";
this.Usercode.Visible = false;
//
// UJobsId1
//
this.UJobsId1.DataPropertyName = "UJobsId";
this.UJobsId1.HeaderText = "UJobsId1";
this.UJobsId1.Name = "UJobsId1";
this.UJobsId1.Visible = false;
//
// JobsName
//
this.JobsName.DataPropertyName = "JobsName";
this.JobsName.HeaderText = "JobsName";
this.JobsName.Name = "JobsName";
this.JobsName.Visible = false;
//
// F_PC_0402_1
//
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(894, 527);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.dgvClassesDetail);
this.Controls.Add(this.gbxCondition);
this.Controls.Add(this.tsrOperate);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.Name = "F_PC_0402_1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "F_PC_0402";
this.Load += new System.EventHandler(this.F_PC_0402_Load);
this.Controls.SetChildIndex(this.tsrOperate, 0);
this.Controls.SetChildIndex(this.gbxCondition, 0);
this.Controls.SetChildIndex(this.dgvClassesDetail, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvClassesDetail)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Controls.SearchTextBox.dkUserInfoSearchBox dkUserInfo;
private Basics.BaseControls.C_Label c_Label2;
private Basics.BaseControls.C_GroupBox gbxCondition;
private Basics.BaseControls.C_TextBox txtRemarks;
private Basics.BaseControls.C_Label c_Label3;
private Basics.BaseControls.C_DataGridView dgvClassesDetail;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_DateTimePicker dtpAccountDate;
private Basics.BaseControls.C_DGV_Column_ListBoxComboBox UJobsId;
private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
private System.Windows.Forms.DataGridViewTextBoxColumn Staffname;
private System.Windows.Forms.DataGridViewTextBoxColumn SJobsName;
private System.Windows.Forms.DataGridViewTextBoxColumn Organizationname;
private System.Windows.Forms.DataGridViewTextBoxColumn staffStatusName;
private System.Windows.Forms.DataGridViewTextBoxColumn dRemarks;
private System.Windows.Forms.DataGridViewTextBoxColumn Staffid;
private System.Windows.Forms.DataGridViewTextBoxColumn Jobs;
private System.Windows.Forms.DataGridViewTextBoxColumn SOrganizationid;
private System.Windows.Forms.DataGridViewTextBoxColumn Staffstatus;
private System.Windows.Forms.DataGridViewTextBoxColumn userid;
private System.Windows.Forms.DataGridViewTextBoxColumn Usercode;
private System.Windows.Forms.DataGridViewTextBoxColumn UJobsId1;
private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
}
}