642 lines
36 KiB
C#
642 lines
36 KiB
C#
namespace WMS.FrmSystems
|
|
{
|
|
partial class FrmTeam
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTeam));
|
|
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.GCTeam = new WMS.Ctrl.GridControlCustom();
|
|
this.BSTeam = new System.Windows.Forms.BindingSource(this.components);
|
|
this.GVTeam = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colTEAM_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colTEAM_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colTEAM_MASTER = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colTEAM_MASTER_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPY_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.noteData1 = new WMS.Ctrl.NoteData();
|
|
this.BSTeamTab = new System.Windows.Forms.BindingSource(this.components);
|
|
this.TLEP_DEP = new DevExpress.XtraEditors.TreeListLookUpEdit();
|
|
this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
|
|
this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtTeamID = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.DicTeam = new WMS.Ctrl.CtrlDictonary();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.DicMaster = new WMS.Ctrl.CtrlDictonary();
|
|
this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtTeamName = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtPYName = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
|
|
this.GCTeamUser = new WMS.Ctrl.GridControlCustom();
|
|
this.BSTeamUser = new System.Windows.Forms.BindingSource(this.components);
|
|
this.GVTeamUser = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colTEAM_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colUSER_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colUSER_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
|
this.splitContainerControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.GCTeam)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSTeam)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GVTeam)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSTeamTab)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TLEP_DEP.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTeamID.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTeamName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPYName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GCTeamUser)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSTeamUser)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GVTeamUser)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainerControl1
|
|
//
|
|
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainerControl1.Horizontal = false;
|
|
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainerControl1.Name = "splitContainerControl1";
|
|
this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.GCTeam);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.panelControl1);
|
|
this.splitContainerControl1.Panel1.Text = "Panel1";
|
|
this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.GCTeamUser);
|
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
|
this.splitContainerControl1.Size = new System.Drawing.Size(1140, 550);
|
|
this.splitContainerControl1.SplitterPosition = 365;
|
|
this.splitContainerControl1.TabIndex = 0;
|
|
this.splitContainerControl1.Text = "splitContainerControl1";
|
|
//
|
|
// GCTeam
|
|
//
|
|
this.GCTeam.ColorApprove = System.Drawing.Color.Empty;
|
|
this.GCTeam.ColorApproveValue = null;
|
|
this.GCTeam.ColorPass = System.Drawing.Color.Empty;
|
|
this.GCTeam.ColorPassValue = null;
|
|
this.GCTeam.ColorRepeal = System.Drawing.Color.Empty;
|
|
this.GCTeam.ColorRepealValue = null;
|
|
this.GCTeam.ColorReWork = System.Drawing.Color.Empty;
|
|
this.GCTeam.ColorReWorkValue = null;
|
|
this.GCTeam.ColorSelectedRow = System.Drawing.Color.Empty;
|
|
this.GCTeam.ColorShortage = System.Drawing.Color.Empty;
|
|
this.GCTeam.ColorShortageFlagColumn = null;
|
|
this.GCTeam.ColorShortageValue = null;
|
|
this.GCTeam.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.GCTeam.ColorUnExecuteValue = null;
|
|
this.GCTeam.ColorUnPass = System.Drawing.Color.Empty;
|
|
this.GCTeam.ColorUnPassValue = null;
|
|
this.GCTeam.ColorVerify = System.Drawing.Color.Empty;
|
|
this.GCTeam.ColorVerifyFlagColumn = null;
|
|
this.GCTeam.ColorVerifyValue = null;
|
|
this.GCTeam.ColorWarning = System.Drawing.Color.Empty;
|
|
this.GCTeam.ColorWarningValue = null;
|
|
this.GCTeam.DataSource = this.BSTeam;
|
|
this.GCTeam.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.GCTeam.EnableAppearanceEvenRow = true;
|
|
this.GCTeam.IndicatorWidth = 40;
|
|
this.GCTeam.Location = new System.Drawing.Point(0, 159);
|
|
this.GCTeam.MainView = this.GVTeam;
|
|
this.GCTeam.Name = "GCTeam";
|
|
this.GCTeam.ShowRowID = true;
|
|
this.GCTeam.Size = new System.Drawing.Size(1136, 202);
|
|
this.GCTeam.TabIndex = 19;
|
|
this.GCTeam.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.GVTeam});
|
|
//
|
|
// BSTeam
|
|
//
|
|
this.BSTeam.DataSource = typeof(WMS.Model.SystemManage.TeamModel);
|
|
//
|
|
// GVTeam
|
|
//
|
|
this.GVTeam.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|
this.GVTeam.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.GVTeam.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|
this.GVTeam.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.GVTeam.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colTEAM_ID,
|
|
this.colTEAM_NAME,
|
|
this.colTEAM_MASTER,
|
|
this.colTEAM_MASTER_NAME,
|
|
this.colREMARK,
|
|
this.colPY_NAME});
|
|
this.GVTeam.GridControl = this.GCTeam;
|
|
this.GVTeam.IndicatorWidth = 34;
|
|
this.GVTeam.Name = "GVTeam";
|
|
this.GVTeam.OptionsBehavior.Editable = false;
|
|
this.GVTeam.OptionsSelection.MultiSelect = true;
|
|
this.GVTeam.OptionsView.ColumnAutoWidth = false;
|
|
this.GVTeam.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.GVTeam.OptionsView.ShowGroupPanel = false;
|
|
this.GVTeam.Click += new System.EventHandler(this.GVTeam_Click);
|
|
//
|
|
// colTEAM_ID
|
|
//
|
|
this.colTEAM_ID.FieldName = "TEAM_ID";
|
|
this.colTEAM_ID.Name = "colTEAM_ID";
|
|
this.colTEAM_ID.OptionsColumn.AllowEdit = false;
|
|
this.colTEAM_ID.Visible = true;
|
|
this.colTEAM_ID.VisibleIndex = 0;
|
|
this.colTEAM_ID.Width = 137;
|
|
//
|
|
// colTEAM_NAME
|
|
//
|
|
this.colTEAM_NAME.FieldName = "TEAM_NAME";
|
|
this.colTEAM_NAME.Name = "colTEAM_NAME";
|
|
this.colTEAM_NAME.OptionsColumn.AllowEdit = false;
|
|
this.colTEAM_NAME.Visible = true;
|
|
this.colTEAM_NAME.VisibleIndex = 1;
|
|
this.colTEAM_NAME.Width = 247;
|
|
//
|
|
// colTEAM_MASTER
|
|
//
|
|
this.colTEAM_MASTER.FieldName = "TEAM_MASTER";
|
|
this.colTEAM_MASTER.Name = "colTEAM_MASTER";
|
|
this.colTEAM_MASTER.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colTEAM_MASTER_NAME
|
|
//
|
|
this.colTEAM_MASTER_NAME.FieldName = "TEAM_MASTER_NAME";
|
|
this.colTEAM_MASTER_NAME.Name = "colTEAM_MASTER_NAME";
|
|
this.colTEAM_MASTER_NAME.OptionsColumn.AllowEdit = false;
|
|
this.colTEAM_MASTER_NAME.Visible = true;
|
|
this.colTEAM_MASTER_NAME.VisibleIndex = 3;
|
|
this.colTEAM_MASTER_NAME.Width = 134;
|
|
//
|
|
// colREMARK
|
|
//
|
|
this.colREMARK.FieldName = "REMARK";
|
|
this.colREMARK.Name = "colREMARK";
|
|
this.colREMARK.OptionsColumn.AllowEdit = false;
|
|
this.colREMARK.Visible = true;
|
|
this.colREMARK.VisibleIndex = 4;
|
|
this.colREMARK.Width = 562;
|
|
//
|
|
// colPY_NAME
|
|
//
|
|
this.colPY_NAME.FieldName = "PY_NAME";
|
|
this.colPY_NAME.Name = "colPY_NAME";
|
|
this.colPY_NAME.OptionsColumn.AllowEdit = false;
|
|
this.colPY_NAME.Visible = true;
|
|
this.colPY_NAME.VisibleIndex = 2;
|
|
this.colPY_NAME.Width = 136;
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Controls.Add(this.noteData1);
|
|
this.panelControl1.Controls.Add(this.TLEP_DEP);
|
|
this.panelControl1.Controls.Add(this.labelControl3);
|
|
this.panelControl1.Controls.Add(this.labelControl2);
|
|
this.panelControl1.Controls.Add(this.txtTeamID);
|
|
this.panelControl1.Controls.Add(this.DicTeam);
|
|
this.panelControl1.Controls.Add(this.labelControl1);
|
|
this.panelControl1.Controls.Add(this.DicMaster);
|
|
this.panelControl1.Controls.Add(this.labelControl19);
|
|
this.panelControl1.Controls.Add(this.txtTeamName);
|
|
this.panelControl1.Controls.Add(this.labelControl13);
|
|
this.panelControl1.Controls.Add(this.txtPYName);
|
|
this.panelControl1.Controls.Add(this.labelControl14);
|
|
this.panelControl1.Controls.Add(this.labelControl15);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(1136, 159);
|
|
this.panelControl1.TabIndex = 1;
|
|
//
|
|
// noteData1
|
|
//
|
|
this.noteData1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSTeamTab, "REMARK", true));
|
|
this.noteData1.DisplayMember = "CONTENT";
|
|
this.noteData1.FormattingEnabled = true;
|
|
this.noteData1.Location = new System.Drawing.Point(91, 100);
|
|
this.noteData1.Name = "noteData1";
|
|
this.noteData1.NoteTypes = WMS.Ctrl.DateType.系统配置备注;
|
|
this.noteData1.Size = new System.Drawing.Size(495, 22);
|
|
this.noteData1.TabIndex = 150;
|
|
this.noteData1.ValueMember = "CONTENT";
|
|
//
|
|
// BSTeamTab
|
|
//
|
|
this.BSTeamTab.DataSource = typeof(WMS.Model.SystemManage.TeamModel);
|
|
//
|
|
// TLEP_DEP
|
|
//
|
|
this.TLEP_DEP.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSTeamTab, "DEP_ID", true));
|
|
this.TLEP_DEP.Location = new System.Drawing.Point(373, 74);
|
|
this.TLEP_DEP.Name = "TLEP_DEP";
|
|
this.TLEP_DEP.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.TLEP_DEP.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.TLEP_DEP.Properties.NullText = "";
|
|
this.TLEP_DEP.Properties.TreeList = this.treeListLookUpEdit1TreeList;
|
|
this.TLEP_DEP.Size = new System.Drawing.Size(213, 22);
|
|
this.TLEP_DEP.TabIndex = 149;
|
|
//
|
|
// treeListLookUpEdit1TreeList
|
|
//
|
|
this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
|
|
this.treeListColumn1,
|
|
this.treeListColumn2});
|
|
this.treeListLookUpEdit1TreeList.KeyFieldName = "COM_ID";
|
|
this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0);
|
|
this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
|
|
this.treeListLookUpEdit1TreeList.OptionsBehavior.EnableFiltering = true;
|
|
this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
|
|
this.treeListLookUpEdit1TreeList.ParentFieldName = "GROUP_ID";
|
|
this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200);
|
|
this.treeListLookUpEdit1TreeList.TabIndex = 0;
|
|
//
|
|
// treeListColumn1
|
|
//
|
|
this.treeListColumn1.Caption = "treeListColumn1";
|
|
this.treeListColumn1.FieldName = "com_id";
|
|
this.treeListColumn1.Name = "treeListColumn1";
|
|
//
|
|
// treeListColumn2
|
|
//
|
|
this.treeListColumn2.Caption = "组织机构";
|
|
this.treeListColumn2.FieldName = "COM_NAME";
|
|
this.treeListColumn2.Name = "treeListColumn2";
|
|
this.treeListColumn2.Visible = true;
|
|
this.treeListColumn2.VisibleIndex = 0;
|
|
this.treeListColumn2.Width = 384;
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labelControl3.Appearance.Options.UseFont = true;
|
|
this.labelControl3.Appearance.Options.UseForeColor = true;
|
|
this.labelControl3.Location = new System.Drawing.Point(311, 78);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl3.TabIndex = 148;
|
|
this.labelControl3.Text = "部 门";
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labelControl2.Appearance.Options.UseFont = true;
|
|
this.labelControl2.Appearance.Options.UseForeColor = true;
|
|
this.labelControl2.Location = new System.Drawing.Point(32, 104);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl2.TabIndex = 146;
|
|
this.labelControl2.Text = "备 注";
|
|
//
|
|
// txtTeamID
|
|
//
|
|
this.txtTeamID.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSTeamTab, "TEAM_ID", true));
|
|
this.txtTeamID.FrmSelect = false;
|
|
this.txtTeamID.Location = new System.Drawing.Point(91, 17);
|
|
this.txtTeamID.MustText = true;
|
|
this.txtTeamID.Name = "txtTeamID";
|
|
this.txtTeamID.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
|
|
this.txtTeamID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtTeamID.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.txtTeamID.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtTeamID.Properties.Appearance.Options.UseFont = true;
|
|
this.txtTeamID.Properties.Appearance.Options.UseForeColor = true;
|
|
this.txtTeamID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtTeamID.Size = new System.Drawing.Size(213, 22);
|
|
this.txtTeamID.StrLen = 0;
|
|
this.txtTeamID.TabIndex = 10;
|
|
this.txtTeamID.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtTeamID.ValText = "";
|
|
//
|
|
// DicTeam
|
|
//
|
|
this.DicTeam.BackColor = System.Drawing.Color.Transparent;
|
|
this.DicTeam.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.DicTeam.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.DicTeam.DictonaryTableName = WMS.Ctrl.DictonaryType.人员信息t_Base_UserInfo;
|
|
this.DicTeam.ErrText = "无数据重新查询";
|
|
this.DicTeam.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.DicTeam.ForeColor = System.Drawing.Color.Black;
|
|
this.DicTeam.IsSqlWhere = false;
|
|
this.DicTeam.Location = new System.Drawing.Point(373, 43);
|
|
this.DicTeam.Margin = new System.Windows.Forms.Padding(4);
|
|
this.DicTeam.Name = "DicTeam";
|
|
this.DicTeam.Number = 0;
|
|
this.DicTeam.SelectType = WMS.Ctrl.DataSlectType.MultiSelect;
|
|
this.DicTeam.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicTeam.ShowColumns"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicTeam.ShowColumns1")))});
|
|
this.DicTeam.Size = new System.Drawing.Size(213, 22);
|
|
this.DicTeam.SqlStr = null;
|
|
this.DicTeam.TabIndex = 14;
|
|
this.DicTeam.TextBoxFlag = "";
|
|
this.DicTeam.TextBoxValue = "";
|
|
this.DicTeam.Button_Click += new System.EventHandler(this.DicTeam_Button_Click);
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labelControl1.Appearance.Options.UseFont = true;
|
|
this.labelControl1.Appearance.Options.UseForeColor = true;
|
|
this.labelControl1.Location = new System.Drawing.Point(311, 46);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl1.TabIndex = 144;
|
|
this.labelControl1.Text = "组 员";
|
|
//
|
|
// DicMaster
|
|
//
|
|
this.DicMaster.BackColor = System.Drawing.Color.White;
|
|
this.DicMaster.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.DicMaster.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.DicMaster.DictonaryTableName = WMS.Ctrl.DictonaryType.人员信息t_Base_UserInfo;
|
|
this.DicMaster.ErrText = "无数据重新查询";
|
|
this.DicMaster.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.DicMaster.ForeColor = System.Drawing.Color.Black;
|
|
this.DicMaster.IsSqlWhere = false;
|
|
this.DicMaster.Location = new System.Drawing.Point(91, 43);
|
|
this.DicMaster.Margin = new System.Windows.Forms.Padding(4);
|
|
this.DicMaster.Name = "DicMaster";
|
|
this.DicMaster.Number = 0;
|
|
this.DicMaster.SelectType = WMS.Ctrl.DataSlectType.RadioSelect;
|
|
this.DicMaster.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicMaster.ShowColumns"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicMaster.ShowColumns1")))});
|
|
this.DicMaster.Size = new System.Drawing.Size(213, 22);
|
|
this.DicMaster.SqlStr = null;
|
|
this.DicMaster.TabIndex = 13;
|
|
this.DicMaster.TextBoxFlag = "";
|
|
this.DicMaster.TextBoxValue = "";
|
|
//
|
|
// labelControl19
|
|
//
|
|
this.labelControl19.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl19.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labelControl19.Appearance.Options.UseFont = true;
|
|
this.labelControl19.Appearance.Options.UseForeColor = true;
|
|
this.labelControl19.Location = new System.Drawing.Point(34, 44);
|
|
this.labelControl19.Name = "labelControl19";
|
|
this.labelControl19.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl19.TabIndex = 142;
|
|
this.labelControl19.Text = "组 长";
|
|
//
|
|
// txtTeamName
|
|
//
|
|
this.txtTeamName.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSTeamTab, "TEAM_NAME", true));
|
|
this.txtTeamName.FrmSelect = false;
|
|
this.txtTeamName.Location = new System.Drawing.Point(373, 17);
|
|
this.txtTeamName.MustText = true;
|
|
this.txtTeamName.Name = "txtTeamName";
|
|
this.txtTeamName.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
|
|
this.txtTeamName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtTeamName.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.txtTeamName.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtTeamName.Properties.Appearance.Options.UseFont = true;
|
|
this.txtTeamName.Properties.Appearance.Options.UseForeColor = true;
|
|
this.txtTeamName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtTeamName.Size = new System.Drawing.Size(213, 22);
|
|
this.txtTeamName.StrLen = 0;
|
|
this.txtTeamName.TabIndex = 11;
|
|
this.txtTeamName.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtTeamName.ValText = "";
|
|
//
|
|
// labelControl13
|
|
//
|
|
this.labelControl13.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labelControl13.Appearance.Options.UseFont = true;
|
|
this.labelControl13.Appearance.Options.UseForeColor = true;
|
|
this.labelControl13.Location = new System.Drawing.Point(311, 21);
|
|
this.labelControl13.Name = "labelControl13";
|
|
this.labelControl13.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl13.TabIndex = 140;
|
|
this.labelControl13.Text = "班组名称";
|
|
//
|
|
// txtPYName
|
|
//
|
|
this.txtPYName.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSTeamTab, "PY_NAME", true));
|
|
this.txtPYName.FrmSelect = false;
|
|
this.txtPYName.Location = new System.Drawing.Point(91, 74);
|
|
this.txtPYName.MustText = false;
|
|
this.txtPYName.Name = "txtPYName";
|
|
this.txtPYName.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtPYName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtPYName.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.txtPYName.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtPYName.Properties.Appearance.Options.UseFont = true;
|
|
this.txtPYName.Properties.Appearance.Options.UseForeColor = true;
|
|
this.txtPYName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtPYName.Size = new System.Drawing.Size(213, 22);
|
|
this.txtPYName.StrLen = 0;
|
|
this.txtPYName.TabIndex = 12;
|
|
this.txtPYName.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtPYName.ValText = "";
|
|
//
|
|
// labelControl14
|
|
//
|
|
this.labelControl14.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labelControl14.Appearance.Options.UseFont = true;
|
|
this.labelControl14.Appearance.Options.UseForeColor = true;
|
|
this.labelControl14.Location = new System.Drawing.Point(32, 78);
|
|
this.labelControl14.Name = "labelControl14";
|
|
this.labelControl14.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl14.TabIndex = 139;
|
|
this.labelControl14.Text = "助 记 码";
|
|
//
|
|
// labelControl15
|
|
//
|
|
this.labelControl15.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl15.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labelControl15.Appearance.Options.UseFont = true;
|
|
this.labelControl15.Appearance.Options.UseForeColor = true;
|
|
this.labelControl15.Location = new System.Drawing.Point(33, 21);
|
|
this.labelControl15.Name = "labelControl15";
|
|
this.labelControl15.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl15.TabIndex = 138;
|
|
this.labelControl15.Text = "班组编号";
|
|
//
|
|
// GCTeamUser
|
|
//
|
|
this.GCTeamUser.ColorApprove = System.Drawing.Color.Empty;
|
|
this.GCTeamUser.ColorApproveValue = null;
|
|
this.GCTeamUser.ColorPass = System.Drawing.Color.Empty;
|
|
this.GCTeamUser.ColorPassValue = null;
|
|
this.GCTeamUser.ColorRepeal = System.Drawing.Color.Empty;
|
|
this.GCTeamUser.ColorRepealValue = null;
|
|
this.GCTeamUser.ColorReWork = System.Drawing.Color.Empty;
|
|
this.GCTeamUser.ColorReWorkValue = null;
|
|
this.GCTeamUser.ColorSelectedRow = System.Drawing.Color.Empty;
|
|
this.GCTeamUser.ColorShortage = System.Drawing.Color.Empty;
|
|
this.GCTeamUser.ColorShortageFlagColumn = null;
|
|
this.GCTeamUser.ColorShortageValue = null;
|
|
this.GCTeamUser.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.GCTeamUser.ColorUnExecuteValue = null;
|
|
this.GCTeamUser.ColorUnPass = System.Drawing.Color.Empty;
|
|
this.GCTeamUser.ColorUnPassValue = null;
|
|
this.GCTeamUser.ColorVerify = System.Drawing.Color.Empty;
|
|
this.GCTeamUser.ColorVerifyFlagColumn = null;
|
|
this.GCTeamUser.ColorVerifyValue = null;
|
|
this.GCTeamUser.ColorWarning = System.Drawing.Color.Empty;
|
|
this.GCTeamUser.ColorWarningValue = null;
|
|
this.GCTeamUser.DataSource = this.BSTeamUser;
|
|
this.GCTeamUser.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.GCTeamUser.EnableAppearanceEvenRow = true;
|
|
this.GCTeamUser.IndicatorWidth = 40;
|
|
this.GCTeamUser.Location = new System.Drawing.Point(0, 0);
|
|
this.GCTeamUser.MainView = this.GVTeamUser;
|
|
this.GCTeamUser.Name = "GCTeamUser";
|
|
this.GCTeamUser.ShowRowID = true;
|
|
this.GCTeamUser.Size = new System.Drawing.Size(1136, 176);
|
|
this.GCTeamUser.TabIndex = 19;
|
|
this.GCTeamUser.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.GVTeamUser});
|
|
//
|
|
// BSTeamUser
|
|
//
|
|
this.BSTeamUser.DataSource = typeof(WMS.Model.SystemManage.TeamUserModel);
|
|
//
|
|
// GVTeamUser
|
|
//
|
|
this.GVTeamUser.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|
this.GVTeamUser.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.GVTeamUser.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|
this.GVTeamUser.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.GVTeamUser.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colTEAM_ID1,
|
|
this.colUSER_ID,
|
|
this.colUSER_NAME});
|
|
this.GVTeamUser.GridControl = this.GCTeamUser;
|
|
this.GVTeamUser.IndicatorWidth = 34;
|
|
this.GVTeamUser.Name = "GVTeamUser";
|
|
this.GVTeamUser.OptionsBehavior.Editable = false;
|
|
this.GVTeamUser.OptionsSelection.MultiSelect = true;
|
|
this.GVTeamUser.OptionsView.ColumnAutoWidth = false;
|
|
this.GVTeamUser.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.GVTeamUser.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// colTEAM_ID1
|
|
//
|
|
this.colTEAM_ID1.FieldName = "TEAM_ID";
|
|
this.colTEAM_ID1.Name = "colTEAM_ID1";
|
|
this.colTEAM_ID1.OptionsColumn.AllowEdit = false;
|
|
this.colTEAM_ID1.Visible = true;
|
|
this.colTEAM_ID1.VisibleIndex = 0;
|
|
this.colTEAM_ID1.Width = 341;
|
|
//
|
|
// colUSER_ID
|
|
//
|
|
this.colUSER_ID.FieldName = "USER_ID";
|
|
this.colUSER_ID.Name = "colUSER_ID";
|
|
this.colUSER_ID.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colUSER_NAME
|
|
//
|
|
this.colUSER_NAME.FieldName = "USER_NAME";
|
|
this.colUSER_NAME.Name = "colUSER_NAME";
|
|
this.colUSER_NAME.OptionsColumn.AllowEdit = false;
|
|
this.colUSER_NAME.Visible = true;
|
|
this.colUSER_NAME.VisibleIndex = 1;
|
|
this.colUSER_NAME.Width = 348;
|
|
//
|
|
// FrmTeam
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1140, 550);
|
|
this.Controls.Add(this.splitContainerControl1);
|
|
this.Name = "FrmTeam";
|
|
this.Text = "班组信息";
|
|
this.Load += new System.EventHandler(this.FrmTeam_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
|
this.splitContainerControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.GCTeam)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSTeam)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GVTeam)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSTeamTab)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TLEP_DEP.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTeamID.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTeamName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPYName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GCTeamUser)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSTeamUser)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GVTeamUser)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
|
private Ctrl.GridControlCustom GCTeam;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GVTeam;
|
|
private Ctrl.GridControlCustom GCTeamUser;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GVTeamUser;
|
|
private System.Windows.Forms.BindingSource BSTeam;
|
|
private System.Windows.Forms.BindingSource BSTeamUser;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTEAM_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTEAM_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTEAM_MASTER;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTEAM_MASTER_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colREMARK;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPY_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTEAM_ID1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colUSER_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colUSER_NAME;
|
|
private System.Windows.Forms.BindingSource BSTeamTab;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private Ctrl.WMSCtrlTextBox txtTeamID;
|
|
private Ctrl.CtrlDictonary DicTeam;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private Ctrl.CtrlDictonary DicMaster;
|
|
private DevExpress.XtraEditors.LabelControl labelControl19;
|
|
private Ctrl.WMSCtrlTextBox txtTeamName;
|
|
private DevExpress.XtraEditors.LabelControl labelControl13;
|
|
private Ctrl.WMSCtrlTextBox txtPYName;
|
|
private DevExpress.XtraEditors.LabelControl labelControl14;
|
|
private DevExpress.XtraEditors.LabelControl labelControl15;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.TreeListLookUpEdit TLEP_DEP;
|
|
private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn2;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
|
|
private Ctrl.NoteData noteData1;
|
|
}
|
|
} |