BaoKai_202508-Wms-Jingwang..../WMS.FrmSystems/FrmDictionaryTab.designer.cs
2025-08-24 09:35:55 +08:00

622 lines
39 KiB
C#

namespace WMS.FrmSystems
{
partial class FrmDictionaryTab
{
/// <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();
this.bsDictionaryTabEdit = new System.Windows.Forms.BindingSource(this.components);
this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.colVcOperatorIdLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.repositoryItemGridLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.repositoryItemLookUpEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.rgFlag = new DevExpress.XtraEditors.RadioGroup();
this.txtDescription = new DevExpress.XtraEditors.MemoEdit();
this.lookUpEditDicType = new WMS.Ctrl.LookUpEditSystem();
this.txtSort = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtPinYinCode = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.label5 = new System.Windows.Forms.Label();
this.txtCharValue = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.label3 = new System.Windows.Forms.Label();
this.txtDictionaryName = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.gridControlDictionaryTab = new WMS.Ctrl.GridControlCustom();
this.bsDictionaryTab = new System.Windows.Forms.BindingSource(this.components);
this.gridViewDictionaryTab = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colDICTIONARYNAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVC_DICTIONARY_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVC_CHAR_VALUE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVC_DESCRIPTION = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVC_PINYIN_CODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colC_FLAG = new DevExpress.XtraGrid.Columns.GridColumn();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
((System.ComponentModel.ISupportInitialize)(this.bsDictionaryTabEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.colVcOperatorIdLookUpEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rgFlag.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDescription.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEditDicType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSort.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPinYinCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtCharValue.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDictionaryName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlDictionaryTab)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsDictionaryTab)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewDictionaryTab)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
this.SuspendLayout();
//
// bsDictionaryTabEdit
//
this.bsDictionaryTabEdit.DataSource = typeof(WMS.Model.SystemManage.DictionaryTabModel);
//
// repositoryItemLookUpEdit1
//
this.repositoryItemLookUpEdit1.AutoHeight = false;
this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemLookUpEdit1.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VcDeptId", "编码"),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VcDeptName", "名称")});
this.repositoryItemLookUpEdit1.DisplayMember = "VcDeptName";
this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
this.repositoryItemLookUpEdit1.NullText = "";
this.repositoryItemLookUpEdit1.ValueMember = "VcDeptId";
//
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.AutoHeight = false;
this.repositoryItemCheckEdit1.Caption = "Check";
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
this.repositoryItemCheckEdit1.ValueChecked = "0";
this.repositoryItemCheckEdit1.ValueUnchecked = "1";
//
// colVcOperatorIdLookUpEdit2
//
this.colVcOperatorIdLookUpEdit2.AutoHeight = false;
this.colVcOperatorIdLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.colVcOperatorIdLookUpEdit2.DataSource = this.bsDictionaryTabEdit;
this.colVcOperatorIdLookUpEdit2.DisplayMember = "VcUserIdAndName";
this.colVcOperatorIdLookUpEdit2.Name = "colVcOperatorIdLookUpEdit2";
this.colVcOperatorIdLookUpEdit2.NullText = "";
this.colVcOperatorIdLookUpEdit2.ValueMember = "VcUserId";
//
// repositoryItemGridLookUpEdit1
//
this.repositoryItemGridLookUpEdit1.Name = "repositoryItemGridLookUpEdit1";
this.repositoryItemGridLookUpEdit1.View = this.repositoryItemGridLookUpEdit1View;
//
// repositoryItemGridLookUpEdit1View
//
this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
//
// repositoryItemLookUpEdit2
//
this.repositoryItemLookUpEdit2.AutoHeight = false;
this.repositoryItemLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemLookUpEdit2.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VcDeptId", "编码"),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VcDeptName", "名称")});
this.repositoryItemLookUpEdit2.DisplayMember = "VcDeptName";
this.repositoryItemLookUpEdit2.Name = "repositoryItemLookUpEdit2";
this.repositoryItemLookUpEdit2.NullText = "";
this.repositoryItemLookUpEdit2.ValueMember = "VcDeptId";
//
// repositoryItemCheckEdit2
//
this.repositoryItemCheckEdit2.AutoHeight = false;
this.repositoryItemCheckEdit2.Caption = "Check";
this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
this.repositoryItemCheckEdit2.ValueChecked = "0";
this.repositoryItemCheckEdit2.ValueUnchecked = "1";
//
// repositoryItemLookUpEdit3
//
this.repositoryItemLookUpEdit3.AutoHeight = false;
this.repositoryItemLookUpEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemLookUpEdit3.DataSource = this.bsDictionaryTabEdit;
this.repositoryItemLookUpEdit3.DisplayMember = "VcUserIdAndName";
this.repositoryItemLookUpEdit3.Name = "repositoryItemLookUpEdit3";
this.repositoryItemLookUpEdit3.NullText = "";
this.repositoryItemLookUpEdit3.ValueMember = "VcUserId";
//
// rgFlag
//
this.rgFlag.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsDictionaryTabEdit, "C_FLAG", true));
this.rgFlag.Location = new System.Drawing.Point(391, 62);
this.rgFlag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rgFlag.Name = "rgFlag";
this.rgFlag.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
this.rgFlag.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.rgFlag.Properties.Appearance.Options.UseBackColor = true;
this.rgFlag.Properties.Appearance.Options.UseFont = true;
this.rgFlag.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.rgFlag.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("使用", "使用"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("不使用", "不使用")});
this.rgFlag.Size = new System.Drawing.Size(213, 22);
this.rgFlag.TabIndex = 107;
//
// txtDescription
//
this.txtDescription.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDictionaryTabEdit, "VC_DESCRIPTION", true));
this.txtDescription.Location = new System.Drawing.Point(83, 89);
this.txtDescription.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtDescription.Name = "txtDescription";
this.txtDescription.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtDescription.Properties.Appearance.Options.UseFont = true;
this.txtDescription.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtDescription.Size = new System.Drawing.Size(520, 40);
this.txtDescription.TabIndex = 106;
//
// lookUpEditDicType
//
this.lookUpEditDicType.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsDictionaryTabEdit, "VC_DICTIONARY_TYPE", true));
this.lookUpEditDicType.EditValue = "";
this.lookUpEditDicType.Enabled = false;
this.lookUpEditDicType.Location = new System.Drawing.Point(83, 12);
this.lookUpEditDicType.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.lookUpEditDicType.Name = "lookUpEditDicType";
this.lookUpEditDicType.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.lookUpEditDicType.Properties.Appearance.Options.UseFont = true;
this.lookUpEditDicType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.lookUpEditDicType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lookUpEditDicType.Properties.NullText = "";
this.lookUpEditDicType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
this.lookUpEditDicType.Size = new System.Drawing.Size(213, 22);
this.lookUpEditDicType.TabIndex = 101;
//
// txtSort
//
this.txtSort.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDictionaryTabEdit, "VC_SORT_ID", true));
this.txtSort.Enabled = false;
this.txtSort.FrmSelect = true;
this.txtSort.Location = new System.Drawing.Point(391, 37);
this.txtSort.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.txtSort.MustText = false;
this.txtSort.Name = "txtSort";
this.txtSort.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtSort.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtSort.Properties.Appearance.Options.UseBackColor = true;
this.txtSort.Properties.Appearance.Options.UseFont = true;
this.txtSort.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtSort.Size = new System.Drawing.Size(213, 22);
this.txtSort.StrLen = 50;
this.txtSort.TabIndex = 104;
this.txtSort.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtSort.ValText = "";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 10F);
this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
this.label8.Location = new System.Drawing.Point(345, 39);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(49, 14);
this.label8.TabIndex = 95;
this.label8.Text = "排 序";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 10F);
this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
this.label7.Location = new System.Drawing.Point(345, 65);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(49, 14);
this.label7.TabIndex = 88;
this.label7.Text = "状 态";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 10F);
this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
this.label6.Location = new System.Drawing.Point(22, 90);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(63, 14);
this.label6.TabIndex = 86;
this.label6.Text = "描 述";
//
// txtPinYinCode
//
this.txtPinYinCode.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDictionaryTabEdit, "VC_PINYIN_CODE", true));
this.txtPinYinCode.Enabled = false;
this.txtPinYinCode.FrmSelect = true;
this.txtPinYinCode.Location = new System.Drawing.Point(391, 12);
this.txtPinYinCode.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.txtPinYinCode.MustText = false;
this.txtPinYinCode.Name = "txtPinYinCode";
this.txtPinYinCode.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtPinYinCode.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtPinYinCode.Properties.Appearance.Options.UseBackColor = true;
this.txtPinYinCode.Properties.Appearance.Options.UseFont = true;
this.txtPinYinCode.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtPinYinCode.Size = new System.Drawing.Size(213, 22);
this.txtPinYinCode.StrLen = 50;
this.txtPinYinCode.TabIndex = 105;
this.txtPinYinCode.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtPinYinCode.ValText = "";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 10F);
this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
this.label5.Location = new System.Drawing.Point(345, 14);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(49, 14);
this.label5.TabIndex = 84;
this.label5.Text = "助记码";
//
// txtCharValue
//
this.txtCharValue.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDictionaryTabEdit, "VC_CHAR_VALUE", true));
this.txtCharValue.Enabled = false;
this.txtCharValue.FrmSelect = true;
this.txtCharValue.Location = new System.Drawing.Point(83, 62);
this.txtCharValue.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.txtCharValue.MustText = true;
this.txtCharValue.Name = "txtCharValue";
this.txtCharValue.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
this.txtCharValue.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtCharValue.Properties.Appearance.Options.UseBackColor = true;
this.txtCharValue.Properties.Appearance.Options.UseFont = true;
this.txtCharValue.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtCharValue.Size = new System.Drawing.Size(213, 22);
this.txtCharValue.StrLen = 2;
this.txtCharValue.TabIndex = 103;
this.txtCharValue.Valatt = WMS.Ctrl.ValidationAttribute.ACSII字符;
this.txtCharValue.ValText = "";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10F);
this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
this.label3.Location = new System.Drawing.Point(22, 65);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(63, 14);
this.label3.TabIndex = 80;
this.label3.Text = "字 符 值";
//
// txtDictionaryName
//
this.txtDictionaryName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDictionaryTabEdit, "VC_DICTIONARY_NAME", true));
this.txtDictionaryName.Enabled = false;
this.txtDictionaryName.FrmSelect = true;
this.txtDictionaryName.Location = new System.Drawing.Point(83, 37);
this.txtDictionaryName.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.txtDictionaryName.MustText = true;
this.txtDictionaryName.Name = "txtDictionaryName";
this.txtDictionaryName.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
this.txtDictionaryName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtDictionaryName.Properties.Appearance.Options.UseBackColor = true;
this.txtDictionaryName.Properties.Appearance.Options.UseFont = true;
this.txtDictionaryName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtDictionaryName.Size = new System.Drawing.Size(213, 22);
this.txtDictionaryName.StrLen = 50;
this.txtDictionaryName.TabIndex = 102;
this.txtDictionaryName.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtDictionaryName.ValText = "";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10F);
this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
this.label2.Location = new System.Drawing.Point(22, 39);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 14);
this.label2.TabIndex = 71;
this.label2.Text = "类 型 值";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10F);
this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
this.label1.Location = new System.Drawing.Point(22, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 14);
this.label1.TabIndex = 65;
this.label1.Text = "字典类型";
//
// gridControlDictionaryTab
//
this.gridControlDictionaryTab.ColorApprove = System.Drawing.Color.Empty;
this.gridControlDictionaryTab.ColorApproveValue = null;
this.gridControlDictionaryTab.ColorPass = System.Drawing.Color.Empty;
this.gridControlDictionaryTab.ColorPassValue = null;
this.gridControlDictionaryTab.ColorRepeal = System.Drawing.Color.Empty;
this.gridControlDictionaryTab.ColorRepealValue = null;
this.gridControlDictionaryTab.ColorReWork = System.Drawing.Color.Empty;
this.gridControlDictionaryTab.ColorReWorkValue = null;
this.gridControlDictionaryTab.ColorSelectedRow = System.Drawing.Color.Empty;
this.gridControlDictionaryTab.ColorShortage = System.Drawing.Color.Empty;
this.gridControlDictionaryTab.ColorShortageFlagColumn = null;
this.gridControlDictionaryTab.ColorShortageValue = null;
this.gridControlDictionaryTab.ColorUnExecute = System.Drawing.Color.Empty;
this.gridControlDictionaryTab.ColorUnExecuteValue = null;
this.gridControlDictionaryTab.ColorUnPass = System.Drawing.Color.Empty;
this.gridControlDictionaryTab.ColorUnPassValue = null;
this.gridControlDictionaryTab.ColorVerify = System.Drawing.Color.Empty;
this.gridControlDictionaryTab.ColorVerifyFlagColumn = null;
this.gridControlDictionaryTab.ColorVerifyValue = null;
this.gridControlDictionaryTab.ColorWarning = System.Drawing.Color.Empty;
this.gridControlDictionaryTab.ColorWarningValue = null;
this.gridControlDictionaryTab.DataSource = this.bsDictionaryTab;
this.gridControlDictionaryTab.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControlDictionaryTab.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(2);
this.gridControlDictionaryTab.EnableAppearanceEvenRow = true;
this.gridControlDictionaryTab.IndicatorWidth = 40;
this.gridControlDictionaryTab.Location = new System.Drawing.Point(0, 0);
this.gridControlDictionaryTab.MainView = this.gridViewDictionaryTab;
this.gridControlDictionaryTab.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gridControlDictionaryTab.Name = "gridControlDictionaryTab";
this.gridControlDictionaryTab.ShowRowID = true;
this.gridControlDictionaryTab.Size = new System.Drawing.Size(1012, 311);
this.gridControlDictionaryTab.TabIndex = 200;
this.gridControlDictionaryTab.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridViewDictionaryTab});
//
// bsDictionaryTab
//
this.bsDictionaryTab.DataSource = typeof(WMS.Model.SystemManage.DictionaryTabModel);
//
// gridViewDictionaryTab
//
this.gridViewDictionaryTab.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.gridViewDictionaryTab.Appearance.EvenRow.Options.UseBackColor = true;
this.gridViewDictionaryTab.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colDICTIONARYNAME,
this.colVC_DICTIONARY_NAME,
this.colVC_CHAR_VALUE,
this.colVC_DESCRIPTION,
this.colVC_PINYIN_CODE,
this.colC_FLAG});
this.gridViewDictionaryTab.GridControl = this.gridControlDictionaryTab;
this.gridViewDictionaryTab.IndicatorWidth = 42;
this.gridViewDictionaryTab.Name = "gridViewDictionaryTab";
this.gridViewDictionaryTab.OptionsBehavior.Editable = false;
this.gridViewDictionaryTab.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click;
this.gridViewDictionaryTab.OptionsMenu.EnableColumnMenu = false;
this.gridViewDictionaryTab.OptionsView.ColumnAutoWidth = false;
this.gridViewDictionaryTab.OptionsView.EnableAppearanceEvenRow = true;
this.gridViewDictionaryTab.OptionsView.ShowGroupPanel = false;
this.gridViewDictionaryTab.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewDictionaryTab_FocusedRowChanged);
this.gridViewDictionaryTab.DoubleClick += new System.EventHandler(this.gridViewDictionaryTab_DoubleClick);
//
// colDICTIONARYNAME
//
this.colDICTIONARYNAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colDICTIONARYNAME.AppearanceCell.Options.UseFont = true;
this.colDICTIONARYNAME.AppearanceHeader.Options.UseTextOptions = true;
this.colDICTIONARYNAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colDICTIONARYNAME.FieldName = "DICTIONARYNAME";
this.colDICTIONARYNAME.Name = "colDICTIONARYNAME";
this.colDICTIONARYNAME.Visible = true;
this.colDICTIONARYNAME.VisibleIndex = 0;
this.colDICTIONARYNAME.Width = 200;
//
// colVC_DICTIONARY_NAME
//
this.colVC_DICTIONARY_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colVC_DICTIONARY_NAME.AppearanceCell.Options.UseFont = true;
this.colVC_DICTIONARY_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colVC_DICTIONARY_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colVC_DICTIONARY_NAME.FieldName = "VC_DICTIONARY_NAME";
this.colVC_DICTIONARY_NAME.Name = "colVC_DICTIONARY_NAME";
this.colVC_DICTIONARY_NAME.Visible = true;
this.colVC_DICTIONARY_NAME.VisibleIndex = 1;
this.colVC_DICTIONARY_NAME.Width = 200;
//
// colVC_CHAR_VALUE
//
this.colVC_CHAR_VALUE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colVC_CHAR_VALUE.AppearanceCell.Options.UseFont = true;
this.colVC_CHAR_VALUE.AppearanceHeader.Options.UseTextOptions = true;
this.colVC_CHAR_VALUE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colVC_CHAR_VALUE.FieldName = "VC_CHAR_VALUE";
this.colVC_CHAR_VALUE.Name = "colVC_CHAR_VALUE";
this.colVC_CHAR_VALUE.Visible = true;
this.colVC_CHAR_VALUE.VisibleIndex = 2;
this.colVC_CHAR_VALUE.Width = 156;
//
// colVC_DESCRIPTION
//
this.colVC_DESCRIPTION.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colVC_DESCRIPTION.AppearanceCell.Options.UseFont = true;
this.colVC_DESCRIPTION.AppearanceHeader.Options.UseTextOptions = true;
this.colVC_DESCRIPTION.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colVC_DESCRIPTION.FieldName = "VC_DESCRIPTION";
this.colVC_DESCRIPTION.Name = "colVC_DESCRIPTION";
this.colVC_DESCRIPTION.Visible = true;
this.colVC_DESCRIPTION.VisibleIndex = 5;
this.colVC_DESCRIPTION.Width = 402;
//
// colVC_PINYIN_CODE
//
this.colVC_PINYIN_CODE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colVC_PINYIN_CODE.AppearanceCell.Options.UseFont = true;
this.colVC_PINYIN_CODE.AppearanceHeader.Options.UseTextOptions = true;
this.colVC_PINYIN_CODE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colVC_PINYIN_CODE.FieldName = "VC_PINYIN_CODE";
this.colVC_PINYIN_CODE.Name = "colVC_PINYIN_CODE";
this.colVC_PINYIN_CODE.Visible = true;
this.colVC_PINYIN_CODE.VisibleIndex = 4;
this.colVC_PINYIN_CODE.Width = 87;
//
// colC_FLAG
//
this.colC_FLAG.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colC_FLAG.AppearanceCell.Options.UseFont = true;
this.colC_FLAG.AppearanceHeader.Options.UseTextOptions = true;
this.colC_FLAG.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colC_FLAG.FieldName = "C_FLAG";
this.colC_FLAG.Name = "colC_FLAG";
this.colC_FLAG.Visible = true;
this.colC_FLAG.VisibleIndex = 3;
this.colC_FLAG.Width = 134;
//
// splitContainerControl1
//
this.splitContainerControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl1.Horizontal = false;
this.splitContainerControl1.Location = new System.Drawing.Point(3, 4);
this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.splitContainerControl1.Name = "splitContainerControl1";
this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.splitContainerControl1.Panel1.Controls.Add(this.rgFlag);
this.splitContainerControl1.Panel1.Controls.Add(this.txtDictionaryName);
this.splitContainerControl1.Panel1.Controls.Add(this.txtDescription);
this.splitContainerControl1.Panel1.Controls.Add(this.txtPinYinCode);
this.splitContainerControl1.Panel1.Controls.Add(this.txtSort);
this.splitContainerControl1.Panel1.Controls.Add(this.txtCharValue);
this.splitContainerControl1.Panel1.Controls.Add(this.lookUpEditDicType);
this.splitContainerControl1.Panel1.Controls.Add(this.label8);
this.splitContainerControl1.Panel1.Controls.Add(this.label5);
this.splitContainerControl1.Panel1.Controls.Add(this.label7);
this.splitContainerControl1.Panel1.Controls.Add(this.label3);
this.splitContainerControl1.Panel1.Controls.Add(this.label6);
this.splitContainerControl1.Panel1.Controls.Add(this.label1);
this.splitContainerControl1.Panel1.Controls.Add(this.label2);
this.splitContainerControl1.Panel1.Text = "Panel1";
this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.splitContainerControl1.Panel2.Controls.Add(this.gridControlDictionaryTab);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(1020, 483);
this.splitContainerControl1.SplitterPosition = 159;
this.splitContainerControl1.TabIndex = 201;
this.splitContainerControl1.Text = "splitContainerControl1";
//
// FrmDictionaryTab
//
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1026, 491);
this.Controls.Add(this.splitContainerControl1);
this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LookAndFeel.SkinName = "Office 2010 Blue";
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "FrmDictionaryTab";
this.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Text = "字典明细管理";
this.Load += new System.EventHandler(this.FrmDictionaryTab_Load);
((System.ComponentModel.ISupportInitialize)(this.bsDictionaryTabEdit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.colVcOperatorIdLookUpEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rgFlag.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtDescription.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEditDicType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSort.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPinYinCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtCharValue.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtDictionaryName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlDictionaryTab)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsDictionaryTab)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewDictionaryTab)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.BindingSource bsDictionaryTabEdit;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit1;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit colVcOperatorIdLookUpEdit2;
private DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit repositoryItemGridLookUpEdit1;
private DevExpress.XtraGrid.Views.Grid.GridView repositoryItemGridLookUpEdit1View;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit2;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit3;
private System.Windows.Forms.Label label1;
private WMS.Ctrl.WMSCtrlTextBox txtDictionaryName;
private System.Windows.Forms.Label label2;
private WMS.Ctrl.GridControlCustom gridControlDictionaryTab;
private DevExpress.XtraGrid.Views.Grid.GridView gridViewDictionaryTab;
private System.Windows.Forms.BindingSource bsDictionaryTab;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private WMS.Ctrl.WMSCtrlTextBox txtPinYinCode;
private System.Windows.Forms.Label label5;
private WMS.Ctrl.WMSCtrlTextBox txtCharValue;
private System.Windows.Forms.Label label3;
private Ctrl.WMSCtrlTextBox txtSort;
private System.Windows.Forms.Label label8;
private Ctrl.LookUpEditSystem lookUpEditDicType;
private DevExpress.XtraEditors.MemoEdit txtDescription;
private DevExpress.XtraGrid.Columns.GridColumn colDICTIONARYNAME;
private DevExpress.XtraGrid.Columns.GridColumn colVC_DICTIONARY_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colVC_CHAR_VALUE;
private DevExpress.XtraGrid.Columns.GridColumn colVC_DESCRIPTION;
private DevExpress.XtraGrid.Columns.GridColumn colVC_PINYIN_CODE;
private DevExpress.XtraGrid.Columns.GridColumn colC_FLAG;
private DevExpress.XtraEditors.RadioGroup rgFlag;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
}
}