/* Create By GS EasyCode */
|
namespace Gs.DevApp.DevFrm
|
{
|
partial class Frm_MesPosition
|
{
|
/// <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()
|
{
|
this.lb_fforbidstatus = new DevExpress.XtraEditors.LabelControl();
|
this.txt_fforbidstatus = new DevExpress.XtraEditors.TextEdit();
|
this.gv_fforbidstatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.lb_disabledDate = new DevExpress.XtraEditors.LabelControl();
|
this.txt_disabledDate = new DevExpress.XtraEditors.TextEdit();
|
this.gv_disabledDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.lb_disabledBy = new DevExpress.XtraEditors.LabelControl();
|
this.txt_disabledBy = new DevExpress.XtraEditors.TextEdit();
|
this.gv_disabledBy = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.lb_creationDate = new DevExpress.XtraEditors.LabelControl();
|
this.txt_creationDate = new DevExpress.XtraEditors.TextEdit();
|
this.gv_creationDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.lb_department = new DevExpress.XtraEditors.LabelControl();
|
this.txt_department = new DevExpress.XtraEditors.TextEdit();
|
this.gv_department = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.lb_positionDescription = new DevExpress.XtraEditors.LabelControl();
|
this.txt_positionDescription = new DevExpress.XtraEditors.TextEdit();
|
this.gv_positionDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.lb_positionName = new DevExpress.XtraEditors.LabelControl();
|
this.txt_positionName = new DevExpress.XtraEditors.TextEdit();
|
this.gv_positionName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.lb_positionId = new DevExpress.XtraEditors.LabelControl();
|
this.txt_positionId = new DevExpress.XtraEditors.TextEdit();
|
this.gv_positionId = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gv_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
|
this.gcMain = new DevExpress.XtraGrid.GridControl();
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
this.pageBar1 = new UserControls.Data.UcPageBar();
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
|
this.lbGuid = new System.Windows.Forms.Label();
|
((System.ComponentModel.ISupportInitialize)(this.txt_fforbidstatus.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_disabledDate.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_disabledBy.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_creationDate.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_department.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_positionDescription.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_positionName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_positionId.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
this.xtraTabControl1.SuspendLayout();
|
this.xtraTabPage1.SuspendLayout();
|
this.xtraTabPage2.SuspendLayout();
|
this.panel1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// lb_fforbidstatus
|
//
|
this.lb_fforbidstatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lb_fforbidstatus.Appearance.Options.UseFont = true;
|
this.lb_fforbidstatus.Location = new System.Drawing.Point(276, 92);
|
this.lb_fforbidstatus.Name = "lb_fforbidstatus";
|
this.lb_fforbidstatus.Size = new System.Drawing.Size(73, 21);
|
this.lb_fforbidstatus.TabIndex = 252;
|
this.lb_fforbidstatus.Text = "禁用状态 ";
|
//
|
// txt_fforbidstatus
|
//
|
this.txt_fforbidstatus.Location = new System.Drawing.Point(351, 88);
|
this.txt_fforbidstatus.Name = "txt_fforbidstatus";
|
this.txt_fforbidstatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txt_fforbidstatus.Properties.Appearance.Options.UseFont = true;
|
this.txt_fforbidstatus.Size = new System.Drawing.Size(150, 28);
|
this.txt_fforbidstatus.TabIndex = 252;
|
//
|
// gv_fforbidstatus
|
//
|
this.gv_fforbidstatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gv_fforbidstatus.AppearanceCell.Options.UseFont = true;
|
this.gv_fforbidstatus.Caption = "禁用状态 ";
|
this.gv_fforbidstatus.FieldName = "fforbidstatus";
|
this.gv_fforbidstatus.MinWidth = 50;
|
this.gv_fforbidstatus.Name = "gv_fforbidstatus";
|
this.gv_fforbidstatus.OptionsColumn.AllowEdit = false;
|
this.gv_fforbidstatus.Tag = "query_a.fforbidstatus";
|
this.gv_fforbidstatus.Visible = true;
|
this.gv_fforbidstatus.VisibleIndex = 8;
|
this.gv_fforbidstatus.Width = 94;
|
//
|
// lb_disabledDate
|
//
|
this.lb_disabledDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lb_disabledDate.Appearance.Options.UseFont = true;
|
this.lb_disabledDate.Location = new System.Drawing.Point(276, 54);
|
this.lb_disabledDate.Name = "lb_disabledDate";
|
this.lb_disabledDate.Size = new System.Drawing.Size(73, 21);
|
this.lb_disabledDate.TabIndex = 228;
|
this.lb_disabledDate.Text = "禁用日期 ";
|
//
|
// txt_disabledDate
|
//
|
this.txt_disabledDate.Location = new System.Drawing.Point(351, 50);
|
this.txt_disabledDate.Name = "txt_disabledDate";
|
this.txt_disabledDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txt_disabledDate.Properties.Appearance.Options.UseFont = true;
|
this.txt_disabledDate.Size = new System.Drawing.Size(150, 28);
|
this.txt_disabledDate.TabIndex = 228;
|
//
|
// gv_disabledDate
|
//
|
this.gv_disabledDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gv_disabledDate.AppearanceCell.Options.UseFont = true;
|
this.gv_disabledDate.Caption = "禁用日期 ";
|
this.gv_disabledDate.FieldName = "disabledDate";
|
this.gv_disabledDate.MinWidth = 50;
|
this.gv_disabledDate.Name = "gv_disabledDate";
|
this.gv_disabledDate.OptionsColumn.AllowEdit = false;
|
this.gv_disabledDate.Tag = "query_a.disabled_date";
|
this.gv_disabledDate.Visible = true;
|
this.gv_disabledDate.VisibleIndex = 7;
|
this.gv_disabledDate.Width = 94;
|
//
|
// lb_disabledBy
|
//
|
this.lb_disabledBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lb_disabledBy.Appearance.Options.UseFont = true;
|
this.lb_disabledBy.Location = new System.Drawing.Point(276, 129);
|
this.lb_disabledBy.Name = "lb_disabledBy";
|
this.lb_disabledBy.Size = new System.Drawing.Size(56, 21);
|
this.lb_disabledBy.TabIndex = 226;
|
this.lb_disabledBy.Text = "禁用人 ";
|
//
|
// txt_disabledBy
|
//
|
this.txt_disabledBy.Location = new System.Drawing.Point(351, 125);
|
this.txt_disabledBy.Name = "txt_disabledBy";
|
this.txt_disabledBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txt_disabledBy.Properties.Appearance.Options.UseFont = true;
|
this.txt_disabledBy.Size = new System.Drawing.Size(150, 28);
|
this.txt_disabledBy.TabIndex = 226;
|
//
|
// gv_disabledBy
|
//
|
this.gv_disabledBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gv_disabledBy.AppearanceCell.Options.UseFont = true;
|
this.gv_disabledBy.Caption = "禁用人 ";
|
this.gv_disabledBy.FieldName = "disabledBy";
|
this.gv_disabledBy.MinWidth = 50;
|
this.gv_disabledBy.Name = "gv_disabledBy";
|
this.gv_disabledBy.OptionsColumn.AllowEdit = false;
|
this.gv_disabledBy.Tag = "query_a.disabled_by";
|
this.gv_disabledBy.Visible = true;
|
this.gv_disabledBy.VisibleIndex = 6;
|
this.gv_disabledBy.Width = 94;
|
//
|
// lb_creationDate
|
//
|
this.lb_creationDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lb_creationDate.Appearance.Options.UseFont = true;
|
this.lb_creationDate.Location = new System.Drawing.Point(276, 14);
|
this.lb_creationDate.Name = "lb_creationDate";
|
this.lb_creationDate.Size = new System.Drawing.Size(73, 21);
|
this.lb_creationDate.TabIndex = 222;
|
this.lb_creationDate.Text = "建立日期 ";
|
//
|
// txt_creationDate
|
//
|
this.txt_creationDate.Location = new System.Drawing.Point(351, 10);
|
this.txt_creationDate.Name = "txt_creationDate";
|
this.txt_creationDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txt_creationDate.Properties.Appearance.Options.UseFont = true;
|
this.txt_creationDate.Size = new System.Drawing.Size(150, 28);
|
this.txt_creationDate.TabIndex = 222;
|
//
|
// gv_creationDate
|
//
|
this.gv_creationDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gv_creationDate.AppearanceCell.Options.UseFont = true;
|
this.gv_creationDate.Caption = "建立日期 ";
|
this.gv_creationDate.FieldName = "creationDate";
|
this.gv_creationDate.MinWidth = 50;
|
this.gv_creationDate.Name = "gv_creationDate";
|
this.gv_creationDate.OptionsColumn.AllowEdit = false;
|
this.gv_creationDate.Tag = "query_a.creation_date";
|
this.gv_creationDate.Visible = true;
|
this.gv_creationDate.VisibleIndex = 5;
|
this.gv_creationDate.Width = 94;
|
//
|
// lb_department
|
//
|
this.lb_department.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lb_department.Appearance.Options.UseFont = true;
|
this.lb_department.Location = new System.Drawing.Point(4, 129);
|
this.lb_department.Name = "lb_department";
|
this.lb_department.Size = new System.Drawing.Size(73, 21);
|
this.lb_department.TabIndex = 219;
|
this.lb_department.Text = "所属部门 ";
|
//
|
// txt_department
|
//
|
this.txt_department.Location = new System.Drawing.Point(86, 125);
|
this.txt_department.Name = "txt_department";
|
this.txt_department.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txt_department.Properties.Appearance.Options.UseFont = true;
|
this.txt_department.Size = new System.Drawing.Size(150, 28);
|
this.txt_department.TabIndex = 219;
|
//
|
// gv_department
|
//
|
this.gv_department.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gv_department.AppearanceCell.Options.UseFont = true;
|
this.gv_department.Caption = "所属部门 ";
|
this.gv_department.FieldName = "department";
|
this.gv_department.MinWidth = 50;
|
this.gv_department.Name = "gv_department";
|
this.gv_department.OptionsColumn.AllowEdit = false;
|
this.gv_department.Tag = "query_a.department";
|
this.gv_department.Visible = true;
|
this.gv_department.VisibleIndex = 4;
|
this.gv_department.Width = 94;
|
//
|
// lb_positionDescription
|
//
|
this.lb_positionDescription.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lb_positionDescription.Appearance.Options.UseFont = true;
|
this.lb_positionDescription.Location = new System.Drawing.Point(4, 92);
|
this.lb_positionDescription.Name = "lb_positionDescription";
|
this.lb_positionDescription.Size = new System.Drawing.Size(73, 21);
|
this.lb_positionDescription.TabIndex = 217;
|
this.lb_positionDescription.Text = "岗位描述 ";
|
//
|
// txt_positionDescription
|
//
|
this.txt_positionDescription.Location = new System.Drawing.Point(86, 88);
|
this.txt_positionDescription.Name = "txt_positionDescription";
|
this.txt_positionDescription.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txt_positionDescription.Properties.Appearance.Options.UseFont = true;
|
this.txt_positionDescription.Size = new System.Drawing.Size(150, 28);
|
this.txt_positionDescription.TabIndex = 217;
|
//
|
// gv_positionDescription
|
//
|
this.gv_positionDescription.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gv_positionDescription.AppearanceCell.Options.UseFont = true;
|
this.gv_positionDescription.Caption = "岗位描述 ";
|
this.gv_positionDescription.FieldName = "positionDescription";
|
this.gv_positionDescription.MinWidth = 50;
|
this.gv_positionDescription.Name = "gv_positionDescription";
|
this.gv_positionDescription.OptionsColumn.AllowEdit = false;
|
this.gv_positionDescription.Tag = "query_a.position_description";
|
this.gv_positionDescription.Visible = true;
|
this.gv_positionDescription.VisibleIndex = 3;
|
this.gv_positionDescription.Width = 94;
|
//
|
// lb_positionName
|
//
|
this.lb_positionName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lb_positionName.Appearance.Options.UseFont = true;
|
this.lb_positionName.Location = new System.Drawing.Point(4, 54);
|
this.lb_positionName.Name = "lb_positionName";
|
this.lb_positionName.Size = new System.Drawing.Size(73, 21);
|
this.lb_positionName.TabIndex = 216;
|
this.lb_positionName.Text = "岗位名称 ";
|
//
|
// txt_positionName
|
//
|
this.txt_positionName.Location = new System.Drawing.Point(86, 50);
|
this.txt_positionName.Name = "txt_positionName";
|
this.txt_positionName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txt_positionName.Properties.Appearance.Options.UseFont = true;
|
this.txt_positionName.Size = new System.Drawing.Size(150, 28);
|
this.txt_positionName.TabIndex = 216;
|
//
|
// gv_positionName
|
//
|
this.gv_positionName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gv_positionName.AppearanceCell.Options.UseFont = true;
|
this.gv_positionName.Caption = "岗位名称 ";
|
this.gv_positionName.FieldName = "positionName";
|
this.gv_positionName.MinWidth = 50;
|
this.gv_positionName.Name = "gv_positionName";
|
this.gv_positionName.OptionsColumn.AllowEdit = false;
|
this.gv_positionName.Tag = "query_a.position_name";
|
this.gv_positionName.Visible = true;
|
this.gv_positionName.VisibleIndex = 2;
|
this.gv_positionName.Width = 94;
|
//
|
// lb_positionId
|
//
|
this.lb_positionId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lb_positionId.Appearance.Options.UseFont = true;
|
this.lb_positionId.Location = new System.Drawing.Point(4, 14);
|
this.lb_positionId.Name = "lb_positionId";
|
this.lb_positionId.Size = new System.Drawing.Size(73, 21);
|
this.lb_positionId.TabIndex = 213;
|
this.lb_positionId.Text = "岗位编号 ";
|
//
|
// txt_positionId
|
//
|
this.txt_positionId.Location = new System.Drawing.Point(86, 10);
|
this.txt_positionId.Name = "txt_positionId";
|
this.txt_positionId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txt_positionId.Properties.Appearance.Options.UseFont = true;
|
this.txt_positionId.Size = new System.Drawing.Size(150, 28);
|
this.txt_positionId.TabIndex = 213;
|
//
|
// gv_positionId
|
//
|
this.gv_positionId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gv_positionId.AppearanceCell.Options.UseFont = true;
|
this.gv_positionId.Caption = "岗位编号 ";
|
this.gv_positionId.FieldName = "positionId";
|
this.gv_positionId.MinWidth = 50;
|
this.gv_positionId.Name = "gv_positionId";
|
this.gv_positionId.OptionsColumn.AllowEdit = false;
|
this.gv_positionId.Tag = "query_a.position_id";
|
this.gv_positionId.Visible = true;
|
this.gv_positionId.VisibleIndex = 1;
|
this.gv_positionId.Width = 94;
|
//
|
// gv_id
|
//
|
this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gv_id.AppearanceCell.Options.UseFont = true;
|
this.gv_id.Caption = "岗位ID";
|
this.gv_id.FieldName = "id";
|
this.gv_id.MinWidth = 50;
|
this.gv_id.Name = "gv_id";
|
this.gv_id.OptionsColumn.AllowEdit = false;
|
this.gv_id.Tag = "query_a.id";
|
this.gv_id.Visible = true;
|
this.gv_id.VisibleIndex = 0;
|
this.gv_id.Width = 94;
|
//
|
// toolBarMenu1
|
//
|
this.toolBarMenu1.chkParameter = null;
|
this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.toolBarMenu1.guidKey = null;
|
this.toolBarMenu1.isSetBtn = false;
|
this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
|
this.toolBarMenu1.Name = "toolBarMenu1";
|
this.toolBarMenu1.rptParameter = null;
|
this.toolBarMenu1.Size = new System.Drawing.Size(914, 80);
|
this.toolBarMenu1.TabIndex = 0;
|
this.toolBarMenu1.xlsInService = null;
|
this.toolBarMenu1.xlsOutParameter = "xlsOut_position{}";
|
//
|
// gcMain
|
//
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gcMain.Location = new System.Drawing.Point(0, 0);
|
this.gcMain.MainView = this.gridView1;
|
this.gcMain.Name = "gcMain";
|
this.gcMain.Size = new System.Drawing.Size(912, 318);
|
this.gcMain.TabIndex = 1;
|
this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// gridView1
|
//
|
this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gridView1.Appearance.Row.Options.UseFont = true;
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.gv_id,
|
this.gv_positionId,
|
this.gv_positionName,
|
this.gv_positionDescription,
|
this.gv_department,
|
this.gv_creationDate,
|
this.gv_disabledBy,
|
this.gv_disabledDate,
|
this.gv_fforbidstatus});
|
this.gridView1.GridControl = this.gcMain;
|
this.gridView1.IndicatorWidth = 50;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.OptionsFind.ShowSearchNavButtons = false;
|
this.gridView1.OptionsView.ShowAutoFilterRow = true;
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
//
|
// xtraTabControl1
|
//
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
this.xtraTabControl1.Size = new System.Drawing.Size(914, 389);
|
this.xtraTabControl1.TabIndex = 3;
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
this.xtraTabPage1,
|
this.xtraTabPage2});
|
//
|
// xtraTabPage1
|
//
|
this.xtraTabPage1.Controls.Add(this.gcMain);
|
this.xtraTabPage1.Controls.Add(this.pageBar1);
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
this.xtraTabPage1.Size = new System.Drawing.Size(912, 357);
|
this.xtraTabPage1.Text = "数据列表";
|
//
|
// pageBar1
|
//
|
this.pageBar1.CurrentPage = 1;
|
this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.pageBar1.Location = new System.Drawing.Point(0, 318);
|
this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
this.pageBar1.Name = "pageBar1";
|
this.pageBar1.RecordCount = 0;
|
this.pageBar1.Size = new System.Drawing.Size(912, 39);
|
this.pageBar1.TabIndex = 3;
|
this.pageBar1.TotalPages = 0;
|
//
|
// xtraTabPage2
|
//
|
this.xtraTabPage2.Controls.Add(this.panel1);
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
this.xtraTabPage2.PageEnabled = false;
|
this.xtraTabPage2.Size = new System.Drawing.Size(912, 357);
|
this.xtraTabPage2.Text = "数据详细";
|
//
|
// panel1
|
//
|
this.panel1.BackColor = System.Drawing.Color.White;
|
this.panel1.Controls.Add(this.labelControl11);
|
this.panel1.Controls.Add(this.lbGuid);
|
this.panel1.Controls.Add(this.lb_fforbidstatus);
|
this.panel1.Controls.Add(this.txt_fforbidstatus);
|
this.panel1.Controls.Add(this.lb_disabledDate);
|
this.panel1.Controls.Add(this.txt_disabledDate);
|
this.panel1.Controls.Add(this.lb_disabledBy);
|
this.panel1.Controls.Add(this.txt_disabledBy);
|
this.panel1.Controls.Add(this.lb_creationDate);
|
this.panel1.Controls.Add(this.txt_creationDate);
|
this.panel1.Controls.Add(this.lb_department);
|
this.panel1.Controls.Add(this.txt_department);
|
this.panel1.Controls.Add(this.lb_positionDescription);
|
this.panel1.Controls.Add(this.txt_positionDescription);
|
this.panel1.Controls.Add(this.lb_positionName);
|
this.panel1.Controls.Add(this.txt_positionName);
|
this.panel1.Controls.Add(this.lb_positionId);
|
this.panel1.Controls.Add(this.txt_positionId);
|
this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.panel1.Location = new System.Drawing.Point(76, 20);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(566, 215);
|
this.panel1.TabIndex = 1;
|
//
|
// labelControl11
|
//
|
this.labelControl11.Location = new System.Drawing.Point(45, 181);
|
this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl11.Name = "labelControl11";
|
this.labelControl11.Size = new System.Drawing.Size(45, 18);
|
this.labelControl11.TabIndex = 130;
|
this.labelControl11.Text = "主键:";
|
this.labelControl11.Visible = false;
|
//
|
// lbGuid
|
//
|
this.lbGuid.AutoSize = true;
|
this.lbGuid.Location = new System.Drawing.Point(96, 181);
|
this.lbGuid.Name = "lbGuid";
|
this.lbGuid.Size = new System.Drawing.Size(0, 21);
|
this.lbGuid.TabIndex = 1;
|
this.lbGuid.Visible = false;
|
//
|
// Frm_MesPosition
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(914, 469);
|
this.Controls.Add(this.xtraTabControl1);
|
this.Controls.Add(this.toolBarMenu1);
|
this.Name = "Frm_MesPosition";
|
((System.ComponentModel.ISupportInitialize)(this.txt_fforbidstatus.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_disabledDate.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_disabledBy.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_creationDate.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_department.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_positionDescription.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_positionName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_positionId.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
this.xtraTabControl1.ResumeLayout(false);
|
this.xtraTabPage1.ResumeLayout(false);
|
this.xtraTabPage2.ResumeLayout(false);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
#endregion
|
private UserControl.UcToolBarMenu toolBarMenu1;
|
private DevExpress.XtraGrid.GridControl gcMain;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
private UserControls.Data.UcPageBar pageBar1;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Label lbGuid;
|
private DevExpress.XtraEditors.LabelControl labelControl11;
|
//BQCreateConrolObejct
|
private DevExpress.XtraEditors.LabelControl lb_fforbidstatus;
|
private DevExpress.XtraEditors.TextEdit txt_fforbidstatus;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_fforbidstatus;
|
|
private DevExpress.XtraEditors.LabelControl lb_disabledDate;
|
private DevExpress.XtraEditors.TextEdit txt_disabledDate;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_disabledDate;
|
|
private DevExpress.XtraEditors.LabelControl lb_disabledBy;
|
private DevExpress.XtraEditors.TextEdit txt_disabledBy;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_disabledBy;
|
|
private DevExpress.XtraEditors.LabelControl lb_creationDate;
|
private DevExpress.XtraEditors.TextEdit txt_creationDate;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_creationDate;
|
|
private DevExpress.XtraEditors.LabelControl lb_department;
|
private DevExpress.XtraEditors.TextEdit txt_department;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_department;
|
|
private DevExpress.XtraEditors.LabelControl lb_positionDescription;
|
private DevExpress.XtraEditors.TextEdit txt_positionDescription;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_positionDescription;
|
|
private DevExpress.XtraEditors.LabelControl lb_positionName;
|
private DevExpress.XtraEditors.TextEdit txt_positionName;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_positionName;
|
|
private DevExpress.XtraEditors.LabelControl lb_positionId;
|
private DevExpress.XtraEditors.TextEdit txt_positionId;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_positionId;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_id;
|
|
}
|
}
|