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

539 lines
31 KiB
C#

namespace WMS.FrmBaseData
{
partial class FrmGoodsType
{
/// <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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.tlueGoodsType = new DevExpress.XtraEditors.TreeListLookUpEdit();
this.goodsTypeModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.label7 = new System.Windows.Forms.Label();
this.txtRemark = new DevExpress.XtraEditors.MemoEdit();
this.lueSTATUS = new DevExpress.XtraEditors.LookUpEdit();
this.dictionaryTabModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.txtGoodsTypeName = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.label5 = new System.Windows.Forms.Label();
this.txtGoodsTypeShort = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.txtSort = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.txtPINYIN = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.label1 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.treeListCustom1 = new WMS.Ctrl.DevExpressCustom.TreeListCustom();
this.colGOODS_TYPE_ID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colGOODS_TYPE_SHORT_NAME = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colPY_NAME = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colPARENT_ID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colSORT = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colSTATUSNAME = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colREMARK = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colVERSION = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colGOODS_TYPE_NAME = new DevExpress.XtraTreeList.Columns.TreeListColumn();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tlueGoodsType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.goodsTypeModelBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lueSTATUS.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dictionaryTabModelBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtGoodsTypeName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtGoodsTypeShort.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSort.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPINYIN.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.treeListCustom1)).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.panelControl1);
this.splitContainerControl1.Panel1.Text = "Panel1";
this.splitContainerControl1.Panel2.Controls.Add(this.treeListCustom1);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(968, 442);
this.splitContainerControl1.SplitterPosition = 171;
this.splitContainerControl1.TabIndex = 0;
this.splitContainerControl1.Text = "splitContainerControl1";
//
// panelControl1
//
this.panelControl1.AutoSize = true;
this.panelControl1.Controls.Add(this.tlueGoodsType);
this.panelControl1.Controls.Add(this.label7);
this.panelControl1.Controls.Add(this.txtRemark);
this.panelControl1.Controls.Add(this.lueSTATUS);
this.panelControl1.Controls.Add(this.txtGoodsTypeName);
this.panelControl1.Controls.Add(this.label5);
this.panelControl1.Controls.Add(this.txtGoodsTypeShort);
this.panelControl1.Controls.Add(this.txtSort);
this.panelControl1.Controls.Add(this.txtPINYIN);
this.panelControl1.Controls.Add(this.label1);
this.panelControl1.Controls.Add(this.label6);
this.panelControl1.Controls.Add(this.label2);
this.panelControl1.Controls.Add(this.label4);
this.panelControl1.Controls.Add(this.label3);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(968, 171);
this.panelControl1.TabIndex = 0;
//
// tlueGoodsType
//
this.tlueGoodsType.EditValue = "";
this.tlueGoodsType.Location = new System.Drawing.Point(388, 36);
this.tlueGoodsType.Name = "tlueGoodsType";
this.tlueGoodsType.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.tlueGoodsType.Properties.Appearance.Options.UseFont = true;
this.tlueGoodsType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.tlueGoodsType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.tlueGoodsType.Properties.DataSource = this.goodsTypeModelBindingSource;
this.tlueGoodsType.Properties.DisplayMember = "GOODS_TYPE_NAME";
this.tlueGoodsType.Properties.NullText = "";
this.tlueGoodsType.Properties.TreeList = this.treeListLookUpEdit1TreeList;
this.tlueGoodsType.Properties.ValueMember = "GOODS_TYPE_ID";
this.tlueGoodsType.Size = new System.Drawing.Size(213, 22);
this.tlueGoodsType.TabIndex = 16;
//
// goodsTypeModelBindingSource
//
this.goodsTypeModelBindingSource.DataSource = typeof(WMS.Model.Base.GoodsTypeModel);
//
// treeListLookUpEdit1TreeList
//
this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.treeListColumn1,
this.treeListColumn2});
this.treeListLookUpEdit1TreeList.DataSource = this.goodsTypeModelBindingSource;
this.treeListLookUpEdit1TreeList.KeyFieldName = "GOODS_TYPE_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 = "PARENT_ID";
this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200);
this.treeListLookUpEdit1TreeList.TabIndex = 0;
//
// treeListColumn1
//
this.treeListColumn1.Caption = "分类编号";
this.treeListColumn1.FieldName = "GOODS_TYPE_ID";
this.treeListColumn1.Name = "treeListColumn1";
//
// treeListColumn2
//
this.treeListColumn2.Caption = "分类名称";
this.treeListColumn2.FieldName = "GOODS_TYPE_NAME";
this.treeListColumn2.Name = "treeListColumn2";
this.treeListColumn2.Visible = true;
this.treeListColumn2.VisibleIndex = 0;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 10F);
this.label7.Location = new System.Drawing.Point(326, 39);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(63, 14);
this.label7.TabIndex = 14;
this.label7.Text = "上级分类";
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(87, 91);
this.txtRemark.Name = "txtRemark";
this.txtRemark.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtRemark.Properties.Appearance.Options.UseFont = true;
this.txtRemark.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtRemark.Size = new System.Drawing.Size(514, 75);
this.txtRemark.TabIndex = 13;
//
// lueSTATUS
//
this.lueSTATUS.Location = new System.Drawing.Point(388, 64);
this.lueSTATUS.Name = "lueSTATUS";
this.lueSTATUS.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.lueSTATUS.Properties.Appearance.Options.UseFont = true;
this.lueSTATUS.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.lueSTATUS.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lueSTATUS.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VC_CHAR_VALUE", "编号", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VC_DICTIONARY_NAME", "状态")});
this.lueSTATUS.Properties.DataSource = this.dictionaryTabModelBindingSource;
this.lueSTATUS.Properties.DisplayMember = "VC_DICTIONARY_NAME";
this.lueSTATUS.Properties.NullText = "";
this.lueSTATUS.Properties.ValueMember = "VC_CHAR_VALUE";
this.lueSTATUS.Size = new System.Drawing.Size(213, 22);
this.lueSTATUS.TabIndex = 12;
//
// dictionaryTabModelBindingSource
//
this.dictionaryTabModelBindingSource.DataSource = typeof(WMS.Model.SystemManage.DictionaryTabModel);
//
// txtGoodsTypeName
//
this.txtGoodsTypeName.FrmSelect = false;
this.txtGoodsTypeName.Location = new System.Drawing.Point(87, 8);
this.txtGoodsTypeName.MustText = true;
this.txtGoodsTypeName.Name = "txtGoodsTypeName";
this.txtGoodsTypeName.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
this.txtGoodsTypeName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtGoodsTypeName.Properties.Appearance.Options.UseBackColor = true;
this.txtGoodsTypeName.Properties.Appearance.Options.UseFont = true;
this.txtGoodsTypeName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtGoodsTypeName.Size = new System.Drawing.Size(213, 22);
this.txtGoodsTypeName.StrLen = 50;
this.txtGoodsTypeName.TabIndex = 1;
this.txtGoodsTypeName.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtGoodsTypeName.ValText = "";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 10F);
this.label5.Location = new System.Drawing.Point(327, 68);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(63, 14);
this.label5.TabIndex = 8;
this.label5.Text = "状 态";
//
// txtGoodsTypeShort
//
this.txtGoodsTypeShort.FrmSelect = false;
this.txtGoodsTypeShort.Location = new System.Drawing.Point(87, 34);
this.txtGoodsTypeShort.MustText = false;
this.txtGoodsTypeShort.Name = "txtGoodsTypeShort";
this.txtGoodsTypeShort.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtGoodsTypeShort.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtGoodsTypeShort.Properties.Appearance.Options.UseBackColor = true;
this.txtGoodsTypeShort.Properties.Appearance.Options.UseFont = true;
this.txtGoodsTypeShort.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtGoodsTypeShort.Size = new System.Drawing.Size(213, 22);
this.txtGoodsTypeShort.StrLen = 50;
this.txtGoodsTypeShort.TabIndex = 3;
this.txtGoodsTypeShort.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtGoodsTypeShort.ValText = "";
//
// txtSort
//
this.txtSort.FrmSelect = false;
this.txtSort.Location = new System.Drawing.Point(87, 62);
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 = 7;
this.txtSort.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtSort.ValText = "";
//
// txtPINYIN
//
this.txtPINYIN.FrmSelect = false;
this.txtPINYIN.Location = new System.Drawing.Point(388, 8);
this.txtPINYIN.MustText = false;
this.txtPINYIN.Name = "txtPINYIN";
this.txtPINYIN.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtPINYIN.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtPINYIN.Properties.Appearance.Options.UseBackColor = true;
this.txtPINYIN.Properties.Appearance.Options.UseFont = true;
this.txtPINYIN.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtPINYIN.Size = new System.Drawing.Size(213, 22);
this.txtPINYIN.StrLen = 50;
this.txtPINYIN.TabIndex = 5;
this.txtPINYIN.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtPINYIN.ValText = "";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10F);
this.label1.Location = new System.Drawing.Point(25, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 14);
this.label1.TabIndex = 0;
this.label1.Text = "分类名称";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 10F);
this.label6.Location = new System.Drawing.Point(25, 93);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(63, 14);
this.label6.TabIndex = 10;
this.label6.Text = "备 注";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10F);
this.label2.Location = new System.Drawing.Point(25, 38);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 14);
this.label2.TabIndex = 2;
this.label2.Text = "分类简称";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10F);
this.label4.Location = new System.Drawing.Point(25, 65);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(63, 14);
this.label4.TabIndex = 6;
this.label4.Text = "排 序";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10F);
this.label3.Location = new System.Drawing.Point(326, 12);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(63, 14);
this.label3.TabIndex = 4;
this.label3.Text = "拼音简称";
//
// treeListCustom1
//
this.treeListCustom1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.treeListCustom1.Appearance.EvenRow.Options.UseBackColor = true;
this.treeListCustom1.Appearance.FocusedRow.BackColor = System.Drawing.Color.LightSteelBlue;
this.treeListCustom1.Appearance.FocusedRow.Options.UseBackColor = true;
this.treeListCustom1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.colGOODS_TYPE_ID,
this.colGOODS_TYPE_SHORT_NAME,
this.colPY_NAME,
this.colPARENT_ID,
this.colSORT,
this.colSTATUSNAME,
this.colREMARK,
this.colVERSION,
this.colGOODS_TYPE_NAME});
this.treeListCustom1.DataSource = this.goodsTypeModelBindingSource;
this.treeListCustom1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeListCustom1.EnableAppearanceEvenRow = true;
this.treeListCustom1.IndicatorRowWidth = 40;
this.treeListCustom1.IndicatorWidth = 40;
this.treeListCustom1.KeyFieldName = "GOODS_TYPE_ID";
this.treeListCustom1.Location = new System.Drawing.Point(0, 0);
this.treeListCustom1.Name = "treeListCustom1";
this.treeListCustom1.OptionsBehavior.Editable = false;
this.treeListCustom1.OptionsView.EnableAppearanceEvenRow = true;
this.treeListCustom1.OptionsView.FocusRectStyle = DevExpress.XtraTreeList.DrawFocusRectStyle.RowFocus;
this.treeListCustom1.ParentFieldName = "PARENT_ID";
this.treeListCustom1.ShowRowID = true;
this.treeListCustom1.Size = new System.Drawing.Size(968, 266);
this.treeListCustom1.TabIndex = 0;
this.treeListCustom1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeListCustom1_FocusedNodeChanged);
//
// colGOODS_TYPE_ID
//
this.colGOODS_TYPE_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_TYPE_ID.AppearanceCell.Options.UseFont = true;
this.colGOODS_TYPE_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_TYPE_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_TYPE_ID.Caption = "分类编号";
this.colGOODS_TYPE_ID.FieldName = "GOODS_TYPE_ID";
this.colGOODS_TYPE_ID.Name = "colGOODS_TYPE_ID";
//
// colGOODS_TYPE_SHORT_NAME
//
this.colGOODS_TYPE_SHORT_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_TYPE_SHORT_NAME.AppearanceCell.Options.UseFont = true;
this.colGOODS_TYPE_SHORT_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_TYPE_SHORT_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_TYPE_SHORT_NAME.FieldName = "GOODS_TYPE_SHORT_NAME";
this.colGOODS_TYPE_SHORT_NAME.Name = "colGOODS_TYPE_SHORT_NAME";
this.colGOODS_TYPE_SHORT_NAME.Visible = true;
this.colGOODS_TYPE_SHORT_NAME.VisibleIndex = 1;
this.colGOODS_TYPE_SHORT_NAME.Width = 200;
//
// colPY_NAME
//
this.colPY_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colPY_NAME.AppearanceCell.Options.UseFont = true;
this.colPY_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colPY_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPY_NAME.FieldName = "PY_NAME";
this.colPY_NAME.Name = "colPY_NAME";
this.colPY_NAME.Visible = true;
this.colPY_NAME.VisibleIndex = 2;
this.colPY_NAME.Width = 160;
//
// colPARENT_ID
//
this.colPARENT_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colPARENT_ID.AppearanceCell.Options.UseFont = true;
this.colPARENT_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colPARENT_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPARENT_ID.Caption = "treeListColumn1";
this.colPARENT_ID.FieldName = "PARENT_ID";
this.colPARENT_ID.Name = "colPARENT_ID";
//
// colSORT
//
this.colSORT.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSORT.AppearanceCell.Options.UseFont = true;
this.colSORT.AppearanceHeader.Options.UseTextOptions = true;
this.colSORT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSORT.FieldName = "SORT";
this.colSORT.Name = "colSORT";
this.colSORT.Width = 90;
//
// colSTATUSNAME
//
this.colSTATUSNAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSTATUSNAME.AppearanceCell.Options.UseFont = true;
this.colSTATUSNAME.AppearanceHeader.Options.UseTextOptions = true;
this.colSTATUSNAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTATUSNAME.Caption = "启用状态";
this.colSTATUSNAME.FieldName = "STATUSNAME";
this.colSTATUSNAME.Name = "colSTATUSNAME";
this.colSTATUSNAME.Visible = true;
this.colSTATUSNAME.VisibleIndex = 3;
this.colSTATUSNAME.Width = 296;
//
// colREMARK
//
this.colREMARK.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colREMARK.AppearanceCell.Options.UseFont = true;
this.colREMARK.AppearanceHeader.Options.UseTextOptions = true;
this.colREMARK.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colREMARK.FieldName = "REMARK";
this.colREMARK.Name = "colREMARK";
this.colREMARK.Width = 60;
//
// colVERSION
//
this.colVERSION.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colVERSION.AppearanceCell.Options.UseFont = true;
this.colVERSION.AppearanceHeader.Options.UseTextOptions = true;
this.colVERSION.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colVERSION.FieldName = "VERSION";
this.colVERSION.Name = "colVERSION";
this.colVERSION.Width = 90;
//
// colGOODS_TYPE_NAME
//
this.colGOODS_TYPE_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_TYPE_NAME.AppearanceCell.Options.UseFont = true;
this.colGOODS_TYPE_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_TYPE_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_TYPE_NAME.FieldName = "GOODS_TYPE_NAME";
this.colGOODS_TYPE_NAME.Name = "colGOODS_TYPE_NAME";
this.colGOODS_TYPE_NAME.Visible = true;
this.colGOODS_TYPE_NAME.VisibleIndex = 0;
this.colGOODS_TYPE_NAME.Width = 300;
//
// FrmGoodsType
//
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(968, 442);
this.Controls.Add(this.splitContainerControl1);
this.Font = new System.Drawing.Font("宋体", 10F);
this.LookAndFeel.SkinName = "Office 2010 Blue";
this.Name = "FrmGoodsType";
this.Text = "物料分类";
this.Load += new System.EventHandler(this.FrmGoodsType_Load);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tlueGoodsType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.goodsTypeModelBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lueSTATUS.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dictionaryTabModelBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtGoodsTypeName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtGoodsTypeShort.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSort.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPINYIN.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.treeListCustom1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private Ctrl.DevExpressCustom.TreeListCustom treeListCustom1;
private DevExpress.XtraEditors.LookUpEdit lueSTATUS;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private Ctrl.WMSCtrlTextBox txtSort;
private System.Windows.Forms.Label label4;
private Ctrl.WMSCtrlTextBox txtPINYIN;
private System.Windows.Forms.Label label3;
private Ctrl.WMSCtrlTextBox txtGoodsTypeShort;
private System.Windows.Forms.Label label2;
private Ctrl.WMSCtrlTextBox txtGoodsTypeName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.BindingSource dictionaryTabModelBindingSource;
private DevExpress.XtraEditors.MemoEdit txtRemark;
private System.Windows.Forms.Label label7;
private DevExpress.XtraTreeList.Columns.TreeListColumn colGOODS_TYPE_SHORT_NAME;
private DevExpress.XtraTreeList.Columns.TreeListColumn colPY_NAME;
private DevExpress.XtraTreeList.Columns.TreeListColumn colSORT;
private DevExpress.XtraTreeList.Columns.TreeListColumn colSTATUSNAME;
private DevExpress.XtraTreeList.Columns.TreeListColumn colREMARK;
private DevExpress.XtraTreeList.Columns.TreeListColumn colVERSION;
private System.Windows.Forms.BindingSource goodsTypeModelBindingSource;
private DevExpress.XtraTreeList.Columns.TreeListColumn colGOODS_TYPE_ID;
private DevExpress.XtraTreeList.Columns.TreeListColumn colPARENT_ID;
private DevExpress.XtraEditors.TreeListLookUpEdit tlueGoodsType;
private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn2;
private DevExpress.XtraTreeList.Columns.TreeListColumn colGOODS_TYPE_NAME;
}
}