BaoKai_202508_Wms_Jingwang_.../WMS.FrmBaseData/FrmMessageManger.Designer.cs

572 lines
33 KiB
C#
Raw Permalink Normal View History

2025-08-24 21:52:42 +08:00
namespace WMS.FrmBaseData
{
partial class FrmMessageManger
{
/// <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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.lkpMessageType = new WMS.Ctrl.LookUpEditSystem();
this.bgsConditions = new System.Windows.Forms.BindingSource();
this.ctrMessage = new WMS.Ctrl.CtrlDictonary();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.GCMessage = new WMS.Ctrl.GridControlCustom();
this.bgsMessage = new System.Windows.Forms.BindingSource();
this.GVMessage = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMESS_TYPE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMESS_STAR = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMESS_TO = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMESS_CONTENT = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMESS_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMESS_ENDDATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMESS_STATUS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMESS_CHANGE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMESS_CHANGE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMESS_DEP = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMESS_FLAG = new DevExpress.XtraGrid.Columns.GridColumn();
this.colAREA_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colAREA_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTO_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTO_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMENU_FORM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colWORK_TYPE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colWORK_TYPE_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colWORK_KIND = new DevExpress.XtraGrid.Columns.GridColumn();
this.colWORK_KIND_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRELATIVE_NUMBER = new DevExpress.XtraGrid.Columns.GridColumn();
this.colROLE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.lkpMessageType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bgsConditions)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GCMessage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bgsMessage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GVMessage)).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.Controls.Add(this.lkpMessageType);
this.splitContainerControl1.Panel1.Controls.Add(this.ctrMessage);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl2);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1);
this.splitContainerControl1.Panel1.Text = "Panel1";
this.splitContainerControl1.Panel2.Controls.Add(this.GCMessage);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(869, 530);
this.splitContainerControl1.SplitterPosition = 30;
this.splitContainerControl1.TabIndex = 0;
this.splitContainerControl1.Text = "splitContainerControl1";
//
// lkpMessageType
//
this.lkpMessageType.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bgsConditions, "MESS_TYPE", true));
this.lkpMessageType.Location = new System.Drawing.Point(351, 8);
this.lkpMessageType.Name = "lkpMessageType";
this.lkpMessageType.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.lkpMessageType.Properties.Appearance.Options.UseFont = true;
this.lkpMessageType.Properties.AutoHeight = false;
this.lkpMessageType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lkpMessageType.Properties.NullText = "";
this.lkpMessageType.Size = new System.Drawing.Size(213, 22);
this.lkpMessageType.TabIndex = 3;
//
// bgsConditions
//
this.bgsConditions.DataSource = typeof(WMS.Model.Base.MessageModel);
//
// ctrMessage
//
this.ctrMessage.DictonaryTableName = WMS.Ctrl.DictonaryType.t_base_message;
this.ctrMessage.Font = new System.Drawing.Font("宋体", 10F);
this.ctrMessage.IsSqlWhere = true;
this.ctrMessage.Location = new System.Drawing.Point(60, 8);
this.ctrMessage.Name = "ctrMessage";
this.ctrMessage.Number = 0;
this.ctrMessage.SelectType = WMS.Ctrl.DataSlectType.RadioSelect;
this.ctrMessage.Size = new System.Drawing.Size(213, 22);
this.ctrMessage.SqlStr = "where STATUS = \'1\' ";
this.ctrMessage.TabIndex = 2;
this.ctrMessage.TextBoxFlag = "";
this.ctrMessage.TextBoxValue = "";
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl2.Location = new System.Drawing.Point(12, 12);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(42, 14);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "消息ID";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl1.Location = new System.Drawing.Point(289, 12);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(56, 14);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "消息类型";
//
// GCMessage
//
this.GCMessage.ColorApprove = System.Drawing.Color.Empty;
this.GCMessage.ColorApproveValue = null;
this.GCMessage.ColorPass = System.Drawing.Color.Empty;
this.GCMessage.ColorPassValue = null;
this.GCMessage.ColorRepeal = System.Drawing.Color.Empty;
this.GCMessage.ColorRepealValue = null;
this.GCMessage.ColorReWork = System.Drawing.Color.Empty;
this.GCMessage.ColorReWorkValue = null;
this.GCMessage.ColorSelectedRow = System.Drawing.Color.Empty;
this.GCMessage.ColorShortage = System.Drawing.Color.Empty;
this.GCMessage.ColorShortageFlagColumn = null;
this.GCMessage.ColorShortageValue = null;
this.GCMessage.ColorUnExecute = System.Drawing.Color.Empty;
this.GCMessage.ColorUnExecuteValue = null;
this.GCMessage.ColorUnPass = System.Drawing.Color.Empty;
this.GCMessage.ColorUnPassValue = null;
this.GCMessage.ColorVerify = System.Drawing.Color.Empty;
this.GCMessage.ColorVerifyFlagColumn = null;
this.GCMessage.ColorVerifyValue = null;
this.GCMessage.ColorWarning = System.Drawing.Color.Empty;
this.GCMessage.ColorWarningValue = null;
this.GCMessage.DataSource = this.bgsMessage;
this.GCMessage.Dock = System.Windows.Forms.DockStyle.Fill;
this.GCMessage.EnableAppearanceEvenRow = true;
this.GCMessage.IndicatorWidth = 40;
this.GCMessage.Location = new System.Drawing.Point(0, 0);
this.GCMessage.MainView = this.GVMessage;
this.GCMessage.Name = "GCMessage";
this.GCMessage.ShowRowID = true;
this.GCMessage.Size = new System.Drawing.Size(869, 494);
this.GCMessage.TabIndex = 0;
this.GCMessage.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.GVMessage});
//
// bgsMessage
//
this.bgsMessage.DataSource = typeof(WMS.Model.Base.MessageModel);
//
// GVMessage
//
this.GVMessage.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.GVMessage.Appearance.EvenRow.Options.UseBackColor = true;
this.GVMessage.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colID,
this.colMESS_TYPE,
this.colMESS_STAR,
this.colMESS_TO,
this.colMESS_CONTENT,
this.colMESS_DATE,
this.colMESS_ENDDATE,
this.colMESS_STATUS,
this.colMESS_CHANGE,
this.colMESS_CHANGE_DATE,
this.colMESS_DEP,
this.colMESS_FLAG,
this.colAREA_ID,
this.colAREA_NAME,
this.colSTO_ID,
this.colSTO_NAME,
this.colMENU_FORM,
this.colWORK_TYPE,
this.colWORK_TYPE_NAME,
this.colWORK_KIND,
this.colWORK_KIND_NAME,
this.colRELATIVE_NUMBER,
this.colROLE_ID});
this.GVMessage.GridControl = this.GCMessage;
this.GVMessage.IndicatorWidth = 34;
this.GVMessage.Name = "GVMessage";
this.GVMessage.OptionsView.ColumnAutoWidth = false;
this.GVMessage.OptionsView.EnableAppearanceEvenRow = true;
this.GVMessage.OptionsView.ShowGroupPanel = false;
//
// colID
//
this.colID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colID.AppearanceCell.Options.UseFont = true;
this.colID.AppearanceHeader.Options.UseTextOptions = true;
this.colID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colID.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colID.FieldName = "ID";
this.colID.Name = "colID";
this.colID.OptionsColumn.AllowEdit = false;
this.colID.Visible = true;
this.colID.VisibleIndex = 0;
//
// colMESS_TYPE
//
this.colMESS_TYPE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMESS_TYPE.AppearanceCell.Options.UseFont = true;
this.colMESS_TYPE.AppearanceHeader.Options.UseTextOptions = true;
this.colMESS_TYPE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMESS_TYPE.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colMESS_TYPE.FieldName = "MESS_TYPE";
this.colMESS_TYPE.Name = "colMESS_TYPE";
this.colMESS_TYPE.OptionsColumn.AllowEdit = false;
this.colMESS_TYPE.Visible = true;
this.colMESS_TYPE.VisibleIndex = 1;
//
// colMESS_STAR
//
this.colMESS_STAR.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMESS_STAR.AppearanceCell.Options.UseFont = true;
this.colMESS_STAR.AppearanceHeader.Options.UseTextOptions = true;
this.colMESS_STAR.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMESS_STAR.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colMESS_STAR.FieldName = "MESS_STAR";
this.colMESS_STAR.Name = "colMESS_STAR";
this.colMESS_STAR.OptionsColumn.AllowEdit = false;
this.colMESS_STAR.Visible = true;
this.colMESS_STAR.VisibleIndex = 2;
//
// colMESS_TO
//
this.colMESS_TO.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMESS_TO.AppearanceCell.Options.UseFont = true;
this.colMESS_TO.AppearanceHeader.Options.UseTextOptions = true;
this.colMESS_TO.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMESS_TO.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colMESS_TO.FieldName = "MESS_TO";
this.colMESS_TO.Name = "colMESS_TO";
this.colMESS_TO.OptionsColumn.AllowEdit = false;
this.colMESS_TO.Visible = true;
this.colMESS_TO.VisibleIndex = 3;
//
// colMESS_CONTENT
//
this.colMESS_CONTENT.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMESS_CONTENT.AppearanceCell.Options.UseFont = true;
this.colMESS_CONTENT.AppearanceHeader.Options.UseTextOptions = true;
this.colMESS_CONTENT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMESS_CONTENT.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colMESS_CONTENT.FieldName = "MESS_CONTENT";
this.colMESS_CONTENT.Name = "colMESS_CONTENT";
this.colMESS_CONTENT.OptionsColumn.AllowEdit = false;
this.colMESS_CONTENT.Visible = true;
this.colMESS_CONTENT.VisibleIndex = 4;
//
// colMESS_DATE
//
this.colMESS_DATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMESS_DATE.AppearanceCell.Options.UseFont = true;
this.colMESS_DATE.AppearanceHeader.Options.UseTextOptions = true;
this.colMESS_DATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMESS_DATE.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colMESS_DATE.FieldName = "MESS_DATE";
this.colMESS_DATE.Name = "colMESS_DATE";
this.colMESS_DATE.OptionsColumn.AllowEdit = false;
this.colMESS_DATE.Visible = true;
this.colMESS_DATE.VisibleIndex = 5;
//
// colMESS_ENDDATE
//
this.colMESS_ENDDATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMESS_ENDDATE.AppearanceCell.Options.UseFont = true;
this.colMESS_ENDDATE.AppearanceHeader.Options.UseTextOptions = true;
this.colMESS_ENDDATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMESS_ENDDATE.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colMESS_ENDDATE.FieldName = "MESS_ENDDATE";
this.colMESS_ENDDATE.Name = "colMESS_ENDDATE";
this.colMESS_ENDDATE.OptionsColumn.AllowEdit = false;
this.colMESS_ENDDATE.Visible = true;
this.colMESS_ENDDATE.VisibleIndex = 6;
//
// colMESS_STATUS
//
this.colMESS_STATUS.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMESS_STATUS.AppearanceCell.Options.UseFont = true;
this.colMESS_STATUS.AppearanceHeader.Options.UseTextOptions = true;
this.colMESS_STATUS.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMESS_STATUS.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colMESS_STATUS.FieldName = "MESS_STATUS";
this.colMESS_STATUS.Name = "colMESS_STATUS";
this.colMESS_STATUS.OptionsColumn.AllowEdit = false;
this.colMESS_STATUS.Visible = true;
this.colMESS_STATUS.VisibleIndex = 7;
//
// colMESS_CHANGE
//
this.colMESS_CHANGE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMESS_CHANGE.AppearanceCell.Options.UseFont = true;
this.colMESS_CHANGE.AppearanceHeader.Options.UseTextOptions = true;
this.colMESS_CHANGE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMESS_CHANGE.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colMESS_CHANGE.FieldName = "MESS_CHANGE";
this.colMESS_CHANGE.Name = "colMESS_CHANGE";
this.colMESS_CHANGE.OptionsColumn.AllowEdit = false;
this.colMESS_CHANGE.Visible = true;
this.colMESS_CHANGE.VisibleIndex = 8;
//
// colMESS_CHANGE_DATE
//
this.colMESS_CHANGE_DATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMESS_CHANGE_DATE.AppearanceCell.Options.UseFont = true;
this.colMESS_CHANGE_DATE.AppearanceHeader.Options.UseTextOptions = true;
this.colMESS_CHANGE_DATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMESS_CHANGE_DATE.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colMESS_CHANGE_DATE.FieldName = "MESS_CHANGE_DATE";
this.colMESS_CHANGE_DATE.Name = "colMESS_CHANGE_DATE";
this.colMESS_CHANGE_DATE.OptionsColumn.AllowEdit = false;
this.colMESS_CHANGE_DATE.Visible = true;
this.colMESS_CHANGE_DATE.VisibleIndex = 9;
//
// colMESS_DEP
//
this.colMESS_DEP.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMESS_DEP.AppearanceCell.Options.UseFont = true;
this.colMESS_DEP.AppearanceHeader.Options.UseTextOptions = true;
this.colMESS_DEP.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMESS_DEP.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colMESS_DEP.FieldName = "MESS_DEP";
this.colMESS_DEP.Name = "colMESS_DEP";
this.colMESS_DEP.OptionsColumn.AllowEdit = false;
this.colMESS_DEP.Visible = true;
this.colMESS_DEP.VisibleIndex = 10;
//
// colMESS_FLAG
//
this.colMESS_FLAG.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMESS_FLAG.AppearanceCell.Options.UseFont = true;
this.colMESS_FLAG.AppearanceHeader.Options.UseTextOptions = true;
this.colMESS_FLAG.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMESS_FLAG.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colMESS_FLAG.FieldName = "MESS_FLAG";
this.colMESS_FLAG.Name = "colMESS_FLAG";
this.colMESS_FLAG.OptionsColumn.AllowEdit = false;
this.colMESS_FLAG.Visible = true;
this.colMESS_FLAG.VisibleIndex = 11;
//
// colAREA_ID
//
this.colAREA_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colAREA_ID.AppearanceCell.Options.UseFont = true;
this.colAREA_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colAREA_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colAREA_ID.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colAREA_ID.FieldName = "AREA_ID";
this.colAREA_ID.Name = "colAREA_ID";
this.colAREA_ID.OptionsColumn.AllowEdit = false;
this.colAREA_ID.Visible = true;
this.colAREA_ID.VisibleIndex = 12;
//
// colAREA_NAME
//
this.colAREA_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colAREA_NAME.AppearanceCell.Options.UseFont = true;
this.colAREA_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colAREA_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colAREA_NAME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colAREA_NAME.FieldName = "AREA_NAME";
this.colAREA_NAME.Name = "colAREA_NAME";
this.colAREA_NAME.OptionsColumn.AllowEdit = false;
this.colAREA_NAME.Visible = true;
this.colAREA_NAME.VisibleIndex = 13;
//
// colSTO_ID
//
this.colSTO_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSTO_ID.AppearanceCell.Options.UseFont = true;
this.colSTO_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colSTO_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTO_ID.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colSTO_ID.FieldName = "STO_ID";
this.colSTO_ID.Name = "colSTO_ID";
this.colSTO_ID.OptionsColumn.AllowEdit = false;
this.colSTO_ID.Visible = true;
this.colSTO_ID.VisibleIndex = 14;
//
// colSTO_NAME
//
this.colSTO_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSTO_NAME.AppearanceCell.Options.UseFont = true;
this.colSTO_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colSTO_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTO_NAME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colSTO_NAME.FieldName = "STO_NAME";
this.colSTO_NAME.Name = "colSTO_NAME";
this.colSTO_NAME.OptionsColumn.AllowEdit = false;
this.colSTO_NAME.Visible = true;
this.colSTO_NAME.VisibleIndex = 15;
//
// colMENU_FORM
//
this.colMENU_FORM.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMENU_FORM.AppearanceCell.Options.UseFont = true;
this.colMENU_FORM.AppearanceHeader.Options.UseTextOptions = true;
this.colMENU_FORM.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMENU_FORM.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colMENU_FORM.FieldName = "MENU_FORM";
this.colMENU_FORM.Name = "colMENU_FORM";
this.colMENU_FORM.OptionsColumn.AllowEdit = false;
this.colMENU_FORM.Visible = true;
this.colMENU_FORM.VisibleIndex = 16;
//
// colWORK_TYPE
//
this.colWORK_TYPE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colWORK_TYPE.AppearanceCell.Options.UseFont = true;
this.colWORK_TYPE.AppearanceHeader.Options.UseTextOptions = true;
this.colWORK_TYPE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colWORK_TYPE.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colWORK_TYPE.FieldName = "WORK_TYPE";
this.colWORK_TYPE.Name = "colWORK_TYPE";
this.colWORK_TYPE.OptionsColumn.AllowEdit = false;
this.colWORK_TYPE.Visible = true;
this.colWORK_TYPE.VisibleIndex = 17;
//
// colWORK_TYPE_NAME
//
this.colWORK_TYPE_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colWORK_TYPE_NAME.AppearanceCell.Options.UseFont = true;
this.colWORK_TYPE_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colWORK_TYPE_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colWORK_TYPE_NAME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colWORK_TYPE_NAME.FieldName = "WORK_TYPE_NAME";
this.colWORK_TYPE_NAME.Name = "colWORK_TYPE_NAME";
this.colWORK_TYPE_NAME.OptionsColumn.AllowEdit = false;
this.colWORK_TYPE_NAME.Visible = true;
this.colWORK_TYPE_NAME.VisibleIndex = 18;
//
// colWORK_KIND
//
this.colWORK_KIND.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colWORK_KIND.AppearanceCell.Options.UseFont = true;
this.colWORK_KIND.AppearanceHeader.Options.UseTextOptions = true;
this.colWORK_KIND.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colWORK_KIND.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colWORK_KIND.FieldName = "WORK_KIND";
this.colWORK_KIND.Name = "colWORK_KIND";
this.colWORK_KIND.OptionsColumn.AllowEdit = false;
this.colWORK_KIND.Visible = true;
this.colWORK_KIND.VisibleIndex = 19;
//
// colWORK_KIND_NAME
//
this.colWORK_KIND_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colWORK_KIND_NAME.AppearanceCell.Options.UseFont = true;
this.colWORK_KIND_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colWORK_KIND_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colWORK_KIND_NAME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colWORK_KIND_NAME.FieldName = "WORK_KIND_NAME";
this.colWORK_KIND_NAME.Name = "colWORK_KIND_NAME";
this.colWORK_KIND_NAME.OptionsColumn.AllowEdit = false;
this.colWORK_KIND_NAME.Visible = true;
this.colWORK_KIND_NAME.VisibleIndex = 20;
//
// colRELATIVE_NUMBER
//
this.colRELATIVE_NUMBER.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colRELATIVE_NUMBER.AppearanceCell.Options.UseFont = true;
this.colRELATIVE_NUMBER.AppearanceHeader.Options.UseTextOptions = true;
this.colRELATIVE_NUMBER.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colRELATIVE_NUMBER.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colRELATIVE_NUMBER.FieldName = "RELATIVE_NUMBER";
this.colRELATIVE_NUMBER.Name = "colRELATIVE_NUMBER";
this.colRELATIVE_NUMBER.OptionsColumn.AllowEdit = false;
this.colRELATIVE_NUMBER.Visible = true;
this.colRELATIVE_NUMBER.VisibleIndex = 21;
//
// colROLE_ID
//
this.colROLE_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colROLE_ID.AppearanceCell.Options.UseFont = true;
this.colROLE_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colROLE_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colROLE_ID.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colROLE_ID.FieldName = "ROLE_ID";
this.colROLE_ID.Name = "colROLE_ID";
this.colROLE_ID.OptionsColumn.AllowEdit = false;
this.colROLE_ID.Visible = true;
this.colROLE_ID.VisibleIndex = 22;
//
// FrmMessageManger
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(869, 530);
this.Controls.Add(this.splitContainerControl1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmMessageManger";
this.Text = "消息管理";
this.Load += new System.EventHandler(this.FrmMessageManger_Load);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.lkpMessageType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bgsConditions)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GCMessage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bgsMessage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GVMessage)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private Ctrl.GridControlCustom GCMessage;
private System.Windows.Forms.BindingSource bgsMessage;
private DevExpress.XtraGrid.Views.Grid.GridView GVMessage;
private DevExpress.XtraGrid.Columns.GridColumn colID;
private DevExpress.XtraGrid.Columns.GridColumn colMESS_TYPE;
private DevExpress.XtraGrid.Columns.GridColumn colMESS_STAR;
private DevExpress.XtraGrid.Columns.GridColumn colMESS_TO;
private DevExpress.XtraGrid.Columns.GridColumn colMESS_CONTENT;
private DevExpress.XtraGrid.Columns.GridColumn colMESS_DATE;
private DevExpress.XtraGrid.Columns.GridColumn colMESS_ENDDATE;
private DevExpress.XtraGrid.Columns.GridColumn colMESS_STATUS;
private DevExpress.XtraGrid.Columns.GridColumn colMESS_CHANGE;
private DevExpress.XtraGrid.Columns.GridColumn colMESS_CHANGE_DATE;
private DevExpress.XtraGrid.Columns.GridColumn colMESS_DEP;
private DevExpress.XtraGrid.Columns.GridColumn colMESS_FLAG;
private DevExpress.XtraGrid.Columns.GridColumn colAREA_ID;
private DevExpress.XtraGrid.Columns.GridColumn colAREA_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colSTO_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSTO_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colMENU_FORM;
private DevExpress.XtraGrid.Columns.GridColumn colWORK_TYPE;
private DevExpress.XtraGrid.Columns.GridColumn colWORK_TYPE_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colWORK_KIND;
private DevExpress.XtraGrid.Columns.GridColumn colWORK_KIND_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colRELATIVE_NUMBER;
private DevExpress.XtraGrid.Columns.GridColumn colROLE_ID;
private System.Windows.Forms.BindingSource bgsConditions;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private Ctrl.LookUpEditSystem lkpMessageType;
private Ctrl.CtrlDictonary ctrMessage;
}
}