namespace Gs.DevApp.DevFrm.Warehouse { partial class FrmDepot { /// /// 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.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.tlMenu = new DevExpress.XtraTreeList.TreeList(); this.tlcMenuName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.tlcMenuCaption = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.tlcActions = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.tlcParentMenuName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.tlcMenuType = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.pageBar1 = new UserControls.Data.PageBar(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colSectionCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSectionName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRemark = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colIsStatus = new DevExpress.XtraGrid.Columns.GridColumn(); this.colGuid = new DevExpress.XtraGrid.Columns.GridColumn(); this.panel1 = new System.Windows.Forms.Panel(); this.txt_itemNo = new DevExpress.XtraEditors.TextEdit(); this.lb_itemNo = new DevExpress.XtraEditors.LabelControl(); this.txt_category = new DevExpress.XtraEditors.ComboBoxEdit(); this.txt_isStatus = new DevExpress.XtraEditors.ComboBoxEdit(); this.txt_name = new DevExpress.XtraEditors.TextEdit(); this.lb_isWy = new DevExpress.XtraEditors.LabelControl(); this.txt_isWy = new DevExpress.XtraEditors.ComboBoxEdit(); this.lb_isStatus = new DevExpress.XtraEditors.LabelControl(); this.lb_name = new DevExpress.XtraEditors.LabelControl(); this.lb_category = new DevExpress.XtraEditors.LabelControl(); this.lbGuid = new System.Windows.Forms.Label(); this.txt_remark = new DevExpress.XtraEditors.TextEdit(); this.lb_remark = new DevExpress.XtraEditors.LabelControl(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tlMenu)).BeginInit(); this.xtraTabPage2.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_category.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_isWy.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit(); this.SuspendLayout(); // // toolBarMenu1 // this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; this.toolBarMenu1.isSetBtn = false; this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); this.toolBarMenu1.Name = "toolBarMenu1"; this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80); this.toolBarMenu1.TabIndex = 0; // // xtraTabControl1 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl1.Location = new System.Drawing.Point(0, 80); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; this.xtraTabControl1.Size = new System.Drawing.Size(1128, 627); this.xtraTabControl1.TabIndex = 3; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage2}); // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.tlMenu); this.xtraTabPage1.Controls.Add(this.pageBar1); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(1126, 595); this.xtraTabPage1.Text = "数据查询"; // // tlMenu // this.tlMenu.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); this.tlMenu.Appearance.Row.Options.UseFont = true; this.tlMenu.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.tlcMenuName, this.tlcMenuCaption, this.tlcActions, this.treeListColumn1, this.tlcParentMenuName, this.tlcMenuType}); this.tlMenu.Cursor = System.Windows.Forms.Cursors.Default; this.tlMenu.Dock = System.Windows.Forms.DockStyle.Fill; this.tlMenu.Font = new System.Drawing.Font("Tahoma", 9F); this.tlMenu.Location = new System.Drawing.Point(0, 0); this.tlMenu.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tlMenu.MinWidth = 23; this.tlMenu.Name = "tlMenu"; this.tlMenu.OptionsBehavior.Editable = false; this.tlMenu.OptionsView.TreeLineStyle = DevExpress.XtraTreeList.LineStyle.Solid; this.tlMenu.Size = new System.Drawing.Size(1126, 556); this.tlMenu.TabIndex = 4; this.tlMenu.TreeLevelWidth = 21; // // tlcMenuName // this.tlcMenuName.Caption = "仓库(库位)名称"; this.tlcMenuName.FieldName = "name"; this.tlcMenuName.MinWidth = 38; this.tlcMenuName.Name = "tlcMenuName"; this.tlcMenuName.Visible = true; this.tlcMenuName.VisibleIndex = 0; this.tlcMenuName.Width = 215; // // tlcMenuCaption // this.tlcMenuCaption.Caption = "仓库(库位)编号"; this.tlcMenuCaption.FieldName = "itemNo"; this.tlcMenuCaption.MinWidth = 23; this.tlcMenuCaption.Name = "tlcMenuCaption"; this.tlcMenuCaption.Visible = true; this.tlcMenuCaption.VisibleIndex = 1; this.tlcMenuCaption.Width = 139; // // tlcActions // this.tlcActions.Caption = "备注"; this.tlcActions.FieldName = "remark"; this.tlcActions.MinWidth = 23; this.tlcActions.Name = "tlcActions"; this.tlcActions.Visible = true; this.tlcActions.VisibleIndex = 2; this.tlcActions.Width = 50; // // treeListColumn1 // this.treeListColumn1.Caption = "建立时间"; this.treeListColumn1.FieldName = "createTime"; this.treeListColumn1.Name = "treeListColumn1"; this.treeListColumn1.Visible = true; this.treeListColumn1.VisibleIndex = 5; this.treeListColumn1.Width = 104; // // tlcParentMenuName // this.tlcParentMenuName.Caption = "状态"; this.tlcParentMenuName.FieldName = "isStatusTxt"; this.tlcParentMenuName.MinWidth = 23; this.tlcParentMenuName.Name = "tlcParentMenuName"; this.tlcParentMenuName.Visible = true; this.tlcParentMenuName.VisibleIndex = 4; this.tlcParentMenuName.Width = 64; // // tlcMenuType // this.tlcMenuType.Caption = "委外"; this.tlcMenuType.FieldName = "isWy"; this.tlcMenuType.MinWidth = 23; this.tlcMenuType.Name = "tlcMenuType"; this.tlcMenuType.Visible = true; this.tlcMenuType.VisibleIndex = 3; this.tlcMenuType.Width = 50; // // pageBar1 // this.pageBar1.CurrentPage = 1; this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; this.pageBar1.Location = new System.Drawing.Point(0, 556); this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.pageBar1.Name = "pageBar1"; this.pageBar1.RecordCount = 0; this.pageBar1.RowsCount = 50; this.pageBar1.Size = new System.Drawing.Size(1126, 39); this.pageBar1.TabIndex = 3; this.pageBar1.TotalPages = 0; // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.groupBox1); this.xtraTabPage2.Controls.Add(this.panel1); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.PageEnabled = false; this.xtraTabPage2.Size = new System.Drawing.Size(1126, 595); this.xtraTabPage2.Text = "数据编辑"; // // groupBox1 // this.groupBox1.Controls.Add(this.gridControl1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 160); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1126, 435); this.groupBox1.TabIndex = 235; this.groupBox1.TabStop = false; this.groupBox1.Text = "仓位信息"; // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(3, 22); this.gridControl1.MainView = this.gvMx1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(1120, 410); this.gridControl1.TabIndex = 2; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMx1}); // // gvMx1 // this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colSectionCode, this.colSectionName, this.colRemark, this.gridColumn4, this.gridColumn5, this.colIsStatus, this.colGuid}); this.gvMx1.GridControl = this.gridControl1; this.gvMx1.Name = "gvMx1"; this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gvMx1.OptionsFind.ShowSearchNavButtons = false; this.gvMx1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; this.gvMx1.OptionsView.ShowGroupPanel = false; // // colSectionCode // this.colSectionCode.Caption = "仓位编号"; this.colSectionCode.FieldName = "sectionCode"; this.colSectionCode.MinWidth = 25; this.colSectionCode.Name = "colSectionCode"; this.colSectionCode.Visible = true; this.colSectionCode.VisibleIndex = 0; this.colSectionCode.Width = 94; // // colSectionName // this.colSectionName.Caption = "仓位名称"; this.colSectionName.FieldName = "sectionName"; this.colSectionName.MinWidth = 25; this.colSectionName.Name = "colSectionName"; this.colSectionName.Visible = true; this.colSectionName.VisibleIndex = 1; this.colSectionName.Width = 94; // // colRemark // this.colRemark.Caption = "备注"; this.colRemark.FieldName = "remark"; this.colRemark.MinWidth = 25; this.colRemark.Name = "colRemark"; this.colRemark.Visible = true; this.colRemark.VisibleIndex = 2; this.colRemark.Width = 94; // // gridColumn4 // this.gridColumn4.Caption = "建立者"; this.gridColumn4.FieldName = "createBy"; this.gridColumn4.MinWidth = 25; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.OptionsColumn.ReadOnly = true; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 4; this.gridColumn4.Width = 94; // // gridColumn5 // this.gridColumn5.Caption = "建立时间"; this.gridColumn5.FieldName = "createTime"; this.gridColumn5.MinWidth = 25; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.OptionsColumn.ReadOnly = true; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 5; this.gridColumn5.Width = 94; // // colIsStatus // this.colIsStatus.Caption = "状态"; this.colIsStatus.FieldName = "isStatusTxt"; this.colIsStatus.MinWidth = 25; this.colIsStatus.Name = "colIsStatus"; this.colIsStatus.Visible = true; this.colIsStatus.VisibleIndex = 3; this.colIsStatus.Width = 94; // // colGuid // this.colGuid.Caption = "gridColumn1"; this.colGuid.FieldName = "guid"; this.colGuid.MinWidth = 25; this.colGuid.Name = "colGuid"; this.colGuid.OptionsColumn.ReadOnly = true; this.colGuid.Width = 94; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.txt_itemNo); this.panel1.Controls.Add(this.lb_itemNo); this.panel1.Controls.Add(this.txt_category); this.panel1.Controls.Add(this.txt_isStatus); this.panel1.Controls.Add(this.txt_name); this.panel1.Controls.Add(this.lb_isWy); this.panel1.Controls.Add(this.txt_isWy); this.panel1.Controls.Add(this.lb_isStatus); this.panel1.Controls.Add(this.lb_name); this.panel1.Controls.Add(this.lb_category); this.panel1.Controls.Add(this.lbGuid); this.panel1.Controls.Add(this.txt_remark); this.panel1.Controls.Add(this.lb_remark); this.panel1.Controls.Add(this.labelControl11); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1126, 160); this.panel1.TabIndex = 1; // // txt_itemNo // this.txt_itemNo.Location = new System.Drawing.Point(105, 30); this.txt_itemNo.Name = "txt_itemNo"; this.txt_itemNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_itemNo.Properties.Appearance.Options.UseFont = true; this.txt_itemNo.Size = new System.Drawing.Size(150, 28); this.txt_itemNo.TabIndex = 211; this.txt_itemNo.Tag = "itemNo"; // // lb_itemNo // this.lb_itemNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_itemNo.Appearance.Options.UseFont = true; this.lb_itemNo.Location = new System.Drawing.Point(14, 34); this.lb_itemNo.Name = "lb_itemNo"; this.lb_itemNo.Size = new System.Drawing.Size(85, 21); this.lb_itemNo.TabIndex = 211; this.lb_itemNo.Tag = "itemNo"; this.lb_itemNo.Text = "仓库编码:"; // // txt_category // this.txt_category.EditValue = "-请选择-"; this.txt_category.Location = new System.Drawing.Point(105, 110); this.txt_category.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_category.Name = "txt_category"; this.txt_category.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_category.Properties.Appearance.Options.UseFont = true; this.txt_category.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_category.Properties.Items.AddRange(new object[] { "-请选择-", "类别1", "类别2"}); this.txt_category.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txt_category.Size = new System.Drawing.Size(150, 28); this.txt_category.TabIndex = 234; // // txt_isStatus // this.txt_isStatus.EditValue = "-请选择-"; this.txt_isStatus.Location = new System.Drawing.Point(389, 72); this.txt_isStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_isStatus.Name = "txt_isStatus"; this.txt_isStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_isStatus.Properties.Appearance.Options.UseFont = true; this.txt_isStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_isStatus.Properties.Items.AddRange(new object[] { "-请选择-", "正常", "锁定"}); this.txt_isStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txt_isStatus.Size = new System.Drawing.Size(150, 28); this.txt_isStatus.TabIndex = 232; // // txt_name // this.txt_name.Location = new System.Drawing.Point(105, 72); this.txt_name.Name = "txt_name"; this.txt_name.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_name.Properties.Appearance.Options.UseFont = true; this.txt_name.Size = new System.Drawing.Size(150, 28); this.txt_name.TabIndex = 216; this.txt_name.Tag = "name"; // // lb_isWy // this.lb_isWy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_isWy.Appearance.Options.UseFont = true; this.lb_isWy.Location = new System.Drawing.Point(298, 34); this.lb_isWy.Name = "lb_isWy"; this.lb_isWy.Size = new System.Drawing.Size(85, 21); this.lb_isWy.TabIndex = 220; this.lb_isWy.Tag = "isWy"; this.lb_isWy.Text = "是否委外:"; // // txt_isWy // this.txt_isWy.EditValue = "-请选择-"; this.txt_isWy.Location = new System.Drawing.Point(389, 30); this.txt_isWy.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_isWy.Name = "txt_isWy"; this.txt_isWy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_isWy.Properties.Appearance.Options.UseFont = true; this.txt_isWy.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_isWy.Properties.Items.AddRange(new object[] { "-请选择-", "是委外仓", "不是委外仓"}); this.txt_isWy.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txt_isWy.Size = new System.Drawing.Size(150, 28); this.txt_isWy.TabIndex = 233; // // lb_isStatus // this.lb_isStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_isStatus.Appearance.Options.UseFont = true; this.lb_isStatus.Location = new System.Drawing.Point(332, 76); this.lb_isStatus.Name = "lb_isStatus"; this.lb_isStatus.Size = new System.Drawing.Size(51, 21); this.lb_isStatus.TabIndex = 231; this.lb_isStatus.Tag = "isStatus"; this.lb_isStatus.Text = "状态:"; // // lb_name // this.lb_name.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_name.Appearance.Options.UseFont = true; this.lb_name.Location = new System.Drawing.Point(14, 76); this.lb_name.Name = "lb_name"; this.lb_name.Size = new System.Drawing.Size(85, 21); this.lb_name.TabIndex = 216; this.lb_name.Tag = "name"; this.lb_name.Text = "仓库名称:"; // // lb_category // this.lb_category.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_category.Appearance.Options.UseFont = true; this.lb_category.Location = new System.Drawing.Point(48, 113); this.lb_category.Name = "lb_category"; this.lb_category.Size = new System.Drawing.Size(51, 21); this.lb_category.TabIndex = 226; this.lb_category.Tag = "category"; this.lb_category.Text = "类别:"; // // lbGuid // this.lbGuid.AutoSize = true; this.lbGuid.Location = new System.Drawing.Point(708, 30); this.lbGuid.Name = "lbGuid"; this.lbGuid.Size = new System.Drawing.Size(0, 21); this.lbGuid.TabIndex = 1; // // txt_remark // this.txt_remark.Location = new System.Drawing.Point(389, 110); this.txt_remark.Name = "txt_remark"; this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_remark.Properties.Appearance.Options.UseFont = true; this.txt_remark.Size = new System.Drawing.Size(150, 28); this.txt_remark.TabIndex = 217; this.txt_remark.Tag = "remark"; // // lb_remark // this.lb_remark.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_remark.Appearance.Options.UseFont = true; this.lb_remark.Location = new System.Drawing.Point(332, 114); this.lb_remark.Name = "lb_remark"; this.lb_remark.Size = new System.Drawing.Size(51, 21); this.lb_remark.TabIndex = 217; this.lb_remark.Tag = "remark"; this.lb_remark.Text = "备注:"; // // labelControl11 // this.labelControl11.Location = new System.Drawing.Point(657, 33); this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(45, 18); this.labelControl11.TabIndex = 130; this.labelControl11.Text = "主键:"; // // FrmDepot // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1128, 707); this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.Name = "FrmDepot"; ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tlMenu)).EndInit(); this.xtraTabPage2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_category.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_isWy.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private UserControl.ToolBarMenu toolBarMenu1; private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private UserControls.Data.PageBar pageBar1; private DevExpress.XtraTreeList.TreeList tlMenu; private DevExpress.XtraTreeList.Columns.TreeListColumn tlcMenuName; private DevExpress.XtraTreeList.Columns.TreeListColumn tlcMenuCaption; private DevExpress.XtraTreeList.Columns.TreeListColumn tlcActions; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; private DevExpress.XtraTreeList.Columns.TreeListColumn tlcParentMenuName; private DevExpress.XtraTreeList.Columns.TreeListColumn tlcMenuType; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.GroupBox groupBox1; private DevExpress.XtraEditors.TextEdit txt_itemNo; private DevExpress.XtraEditors.LabelControl lb_itemNo; private DevExpress.XtraEditors.ComboBoxEdit txt_category; private DevExpress.XtraEditors.TextEdit txt_name; private DevExpress.XtraEditors.ComboBoxEdit txt_isWy; private DevExpress.XtraEditors.LabelControl lb_name; private DevExpress.XtraEditors.ComboBoxEdit txt_isStatus; private DevExpress.XtraEditors.TextEdit txt_remark; private DevExpress.XtraEditors.LabelControl labelControl11; private DevExpress.XtraEditors.LabelControl lb_remark; private System.Windows.Forms.Label lbGuid; private DevExpress.XtraEditors.LabelControl lb_category; private DevExpress.XtraEditors.LabelControl lb_isStatus; private DevExpress.XtraEditors.LabelControl lb_isWy; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gvMx1; private DevExpress.XtraGrid.Columns.GridColumn colSectionCode; private DevExpress.XtraGrid.Columns.GridColumn colSectionName; private DevExpress.XtraGrid.Columns.GridColumn colRemark; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn colIsStatus; private DevExpress.XtraGrid.Columns.GridColumn colGuid; } }