namespace WMS.FrmBaseData
{
partial class FrmAddressArea
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.tr_AddressArea = new DevExpress.XtraTreeList.TreeList();
this.colAdd_name1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colLev1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colRemark = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colVersion = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.BSAddressArea = new System.Windows.Forms.BindingSource();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txt_addID = new WMS.Ctrl.WMSCtrlTextBox();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.txt_addName = new WMS.Ctrl.WMSCtrlTextBox();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.colLev = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colAdd_name = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.txt_remark = new DevExpress.XtraEditors.MemoEdit();
((System.ComponentModel.ISupportInitialize)(this.tr_AddressArea)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BSAddressArea)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_addID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_addName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit();
this.SuspendLayout();
//
// tr_AddressArea
//
this.tr_AddressArea.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.colAdd_name1,
this.colLev1,
this.colRemark,
this.colVersion});
this.tr_AddressArea.DataSource = this.BSAddressArea;
this.tr_AddressArea.Dock = System.Windows.Forms.DockStyle.Fill;
this.tr_AddressArea.KeyFieldName = "Add_id";
this.tr_AddressArea.Location = new System.Drawing.Point(0, 0);
this.tr_AddressArea.Name = "tr_AddressArea";
this.tr_AddressArea.OptionsSelection.EnableAppearanceFocusedCell = false;
this.tr_AddressArea.ParentFieldName = "Add_pid";
this.tr_AddressArea.Size = new System.Drawing.Size(1110, 259);
this.tr_AddressArea.TabIndex = 6;
this.tr_AddressArea.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.tr_AddressArea_FocusedNodeChanged);
//
// colAdd_name1
//
this.colAdd_name1.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.colAdd_name1.AppearanceCell.Options.UseFont = true;
this.colAdd_name1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.colAdd_name1.AppearanceHeader.Options.UseFont = true;
this.colAdd_name1.AppearanceHeader.Options.UseTextOptions = true;
this.colAdd_name1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colAdd_name1.FieldName = "Add_name";
this.colAdd_name1.Name = "colAdd_name1";
this.colAdd_name1.OptionsColumn.AllowEdit = false;
this.colAdd_name1.Visible = true;
this.colAdd_name1.VisibleIndex = 0;
this.colAdd_name1.Width = 177;
//
// colLev1
//
this.colLev1.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.colLev1.AppearanceCell.Options.UseFont = true;
this.colLev1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.colLev1.AppearanceHeader.Options.UseFont = true;
this.colLev1.AppearanceHeader.Options.UseTextOptions = true;
this.colLev1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLev1.FieldName = "Lev";
this.colLev1.Name = "colLev1";
this.colLev1.OptionsColumn.AllowEdit = false;
this.colLev1.Width = 177;
//
// colRemark
//
this.colRemark.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.colRemark.AppearanceCell.Options.UseFont = true;
this.colRemark.AppearanceHeader.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.colRemark.AppearanceHeader.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.OptionsColumn.AllowEdit = false;
this.colRemark.Visible = true;
this.colRemark.VisibleIndex = 1;
this.colRemark.Width = 177;
//
// colVersion
//
this.colVersion.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.colVersion.AppearanceCell.Options.UseFont = true;
this.colVersion.AppearanceHeader.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.colVersion.AppearanceHeader.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.OptionsColumn.AllowEdit = false;
this.colVersion.Width = 177;
//
// BSAddressArea
//
this.BSAddressArea.DataSource = typeof(WMS.Model.Base.AddressAreaModel);
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(5, 9);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(56, 14);
this.labelControl1.TabIndex = 136;
this.labelControl1.Text = "地址编号";
//
// txt_addID
//
this.txt_addID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSAddressArea, "Add_id", true));
this.txt_addID.FrmSelect = false;
this.txt_addID.Location = new System.Drawing.Point(62, 5);
this.txt_addID.MustText = true;
this.txt_addID.Name = "txt_addID";
this.txt_addID.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
this.txt_addID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txt_addID.Properties.Appearance.Options.UseBackColor = true;
this.txt_addID.Properties.Appearance.Options.UseFont = true;
this.txt_addID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txt_addID.Size = new System.Drawing.Size(213, 22);
this.txt_addID.StrLen = 0;
this.txt_addID.TabIndex = 1;
this.txt_addID.Valatt = WMS.Ctrl.ValidationAttribute.无;
this.txt_addID.ValText = "";
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Location = new System.Drawing.Point(4, 36);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(56, 14);
this.labelControl3.TabIndex = 136;
this.labelControl3.Text = "备 注";
//
// txt_addName
//
this.txt_addName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSAddressArea, "Add_name", true));
this.txt_addName.FrmSelect = false;
this.txt_addName.Location = new System.Drawing.Point(399, 5);
this.txt_addName.MustText = true;
this.txt_addName.Name = "txt_addName";
this.txt_addName.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
this.txt_addName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txt_addName.Properties.Appearance.Options.UseBackColor = true;
this.txt_addName.Properties.Appearance.Options.UseFont = true;
this.txt_addName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txt_addName.Size = new System.Drawing.Size(213, 22);
this.txt_addName.StrLen = 0;
this.txt_addName.TabIndex = 2;
this.txt_addName.Valatt = WMS.Ctrl.ValidationAttribute.无;
this.txt_addName.ValText = "";
//
// labelControl4
//
this.labelControl4.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl4.Appearance.Options.UseFont = true;
this.labelControl4.Location = new System.Drawing.Point(337, 9);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(56, 14);
this.labelControl4.TabIndex = 136;
this.labelControl4.Text = "地址名称";
//
// colLev
//
this.colLev.FieldName = "Lev";
this.colLev.Name = "colLev";
this.colLev.OptionsColumn.AllowEdit = false;
this.colLev.Visible = true;
this.colLev.VisibleIndex = 1;
this.colLev.Width = 177;
//
// colAdd_name
//
this.colAdd_name.FieldName = "Add_name";
this.colAdd_name.Name = "colAdd_name";
this.colAdd_name.OptionsColumn.AllowEdit = false;
this.colAdd_name.Visible = true;
this.colAdd_name.VisibleIndex = 0;
this.colAdd_name.Width = 177;
//
// 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(0, 0);
this.splitContainerControl1.Name = "splitContainerControl1";
this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.splitContainerControl1.Panel1.Controls.Add(this.txt_remark);
this.splitContainerControl1.Panel1.Controls.Add(this.txt_addID);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl3);
this.splitContainerControl1.Panel1.Controls.Add(this.txt_addName);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl4);
this.splitContainerControl1.Panel1.Text = "Panel1";
this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.splitContainerControl1.Panel2.Controls.Add(this.tr_AddressArea);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(1118, 351);
this.splitContainerControl1.SplitterPosition = 72;
this.splitContainerControl1.TabIndex = 137;
this.splitContainerControl1.Text = "splitContainerControl1";
//
// txt_remark
//
this.txt_remark.Location = new System.Drawing.Point(62, 34);
this.txt_remark.Name = "txt_remark";
this.txt_remark.Size = new System.Drawing.Size(550, 28);
this.txt_remark.TabIndex = 137;
//
// FrmAddressArea
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1118, 351);
this.Controls.Add(this.splitContainerControl1);
this.Name = "FrmAddressArea";
this.Text = "FrmAddressArea";
this.Load += new System.EventHandler(this.FrmAddressArea_Load);
((System.ComponentModel.ISupportInitialize)(this.tr_AddressArea)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BSAddressArea)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_addID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_addName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraTreeList.TreeList tr_AddressArea;
private System.Windows.Forms.BindingSource BSAddressArea;
private DevExpress.XtraEditors.LabelControl labelControl1;
private Ctrl.WMSCtrlTextBox txt_addID;
private DevExpress.XtraEditors.LabelControl labelControl3;
private Ctrl.WMSCtrlTextBox txt_addName;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraTreeList.Columns.TreeListColumn colLev;
private DevExpress.XtraTreeList.Columns.TreeListColumn colAdd_name;
private DevExpress.XtraTreeList.Columns.TreeListColumn colAdd_name1;
private DevExpress.XtraTreeList.Columns.TreeListColumn colLev1;
private DevExpress.XtraTreeList.Columns.TreeListColumn colRemark;
private DevExpress.XtraTreeList.Columns.TreeListColumn colVersion;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private DevExpress.XtraEditors.MemoEdit txt_remark;
}
}