namespace WMS.FrmBaseData { partial class FrmCapacityType { /// /// 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.BSCapacityType = new System.Windows.Forms.BindingSource(); this.panel2 = new System.Windows.Forms.Panel(); this.GCCapacityType = new WMS.Ctrl.GridControlCustom(); this.BSGrid = new System.Windows.Forms.BindingSource(); this.GVCapacityType = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colTYPE_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTYPE_NAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSHORT_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTYPE_LOAD = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLOAD_UNIT = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTYPE_VOLUME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colVOLUME_UNIT = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTYPE_LONG = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTYPE_WIGHT = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTYPE_HIGH = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLONG_UNIT = new DevExpress.XtraGrid.Columns.GridColumn(); this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCREATE_TYPE = new DevExpress.XtraGrid.Columns.GridColumn(); this.Check = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.noteData1 = new WMS.Ctrl.NoteData(); this.rdoUserStatus = new DevExpress.XtraEditors.RadioGroup(); this.labelControl14 = new DevExpress.XtraEditors.LabelControl(); this.txtShortID = new WMS.Ctrl.WMSCtrlTextBox(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.txtLongUnit = new WMS.Ctrl.WMSCtrlTextBox(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.txtHigh = new WMS.Ctrl.WMSCtrlTextBox(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.txtVolumeUnit = new WMS.Ctrl.WMSCtrlTextBox(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.txtVolume = new WMS.Ctrl.WMSCtrlTextBox(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.txtWight = new WMS.Ctrl.WMSCtrlTextBox(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.txtLong = new WMS.Ctrl.WMSCtrlTextBox(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.txtLoadUnit = new WMS.Ctrl.WMSCtrlTextBox(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.txtTypeLoad = new WMS.Ctrl.WMSCtrlTextBox(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txtTypeName = new WMS.Ctrl.WMSCtrlTextBox(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.txtTypeID = new WMS.Ctrl.WMSCtrlTextBox(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.lue_Unit = new WMS.Ctrl.LookUpEditSystem(); this.LEPCreateType = new WMS.Ctrl.LookUpEditSystem(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.BSCapacityType)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GCCapacityType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BSGrid)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GVCapacityType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Check)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.rdoUserStatus.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtShortID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLongUnit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtHigh.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtVolumeUnit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtVolume.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWight.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLong.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLoadUnit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTypeLoad.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTypeName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTypeID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lue_Unit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LEPCreateType.Properties)).BeginInit(); this.SuspendLayout(); // // BSCapacityType // this.BSCapacityType.DataSource = typeof(WMS.Model.Base.CapacityTypeModel); // // panel2 // this.panel2.Controls.Add(this.GCCapacityType); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 119); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1012, 331); this.panel2.TabIndex = 1; // // GCCapacityType // this.GCCapacityType.ColorApprove = System.Drawing.Color.Empty; this.GCCapacityType.ColorApproveValue = null; this.GCCapacityType.ColorPass = System.Drawing.Color.Empty; this.GCCapacityType.ColorPassValue = null; this.GCCapacityType.ColorRepeal = System.Drawing.Color.Empty; this.GCCapacityType.ColorRepealValue = null; this.GCCapacityType.ColorReWork = System.Drawing.Color.Empty; this.GCCapacityType.ColorReWorkValue = null; this.GCCapacityType.ColorSelectedRow = System.Drawing.Color.Empty; this.GCCapacityType.ColorShortage = System.Drawing.Color.Empty; this.GCCapacityType.ColorShortageFlagColumn = null; this.GCCapacityType.ColorShortageValue = null; this.GCCapacityType.ColorUnExecute = System.Drawing.Color.Empty; this.GCCapacityType.ColorUnExecuteValue = null; this.GCCapacityType.ColorUnPass = System.Drawing.Color.Empty; this.GCCapacityType.ColorUnPassValue = null; this.GCCapacityType.ColorVerify = System.Drawing.Color.Empty; this.GCCapacityType.ColorVerifyFlagColumn = null; this.GCCapacityType.ColorVerifyValue = null; this.GCCapacityType.ColorWarning = System.Drawing.Color.Empty; this.GCCapacityType.ColorWarningValue = null; this.GCCapacityType.DataSource = this.BSGrid; this.GCCapacityType.Dock = System.Windows.Forms.DockStyle.Fill; this.GCCapacityType.EnableAppearanceEvenRow = true; this.GCCapacityType.IndicatorWidth = 40; this.GCCapacityType.Location = new System.Drawing.Point(0, 0); this.GCCapacityType.MainView = this.GVCapacityType; this.GCCapacityType.Name = "GCCapacityType"; this.GCCapacityType.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.Check, this.repositoryItemCheckEdit2}); this.GCCapacityType.ShowRowID = true; this.GCCapacityType.Size = new System.Drawing.Size(1012, 331); this.GCCapacityType.TabIndex = 2; this.GCCapacityType.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.GVCapacityType}); this.GCCapacityType.Click += new System.EventHandler(this.GCCapacityType_Click); // // BSGrid // this.BSGrid.DataSource = typeof(WMS.Model.Base.CapacityTypeModel); // // GVCapacityType // this.GVCapacityType.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.GVCapacityType.Appearance.EvenRow.Options.UseBackColor = true; this.GVCapacityType.Appearance.HeaderPanel.Options.UseTextOptions = true; this.GVCapacityType.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.GVCapacityType.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colTYPE_ID, this.colTYPE_NAME, this.colSHORT_ID, this.colTYPE_LOAD, this.colLOAD_UNIT, this.colTYPE_VOLUME, this.colVOLUME_UNIT, this.colTYPE_LONG, this.colTYPE_WIGHT, this.colTYPE_HIGH, this.colLONG_UNIT, this.colREMARK, this.colSTATUS, this.colCREATE_TYPE}); this.GVCapacityType.GridControl = this.GCCapacityType; this.GVCapacityType.IndicatorWidth = 34; this.GVCapacityType.Name = "GVCapacityType"; this.GVCapacityType.OptionsSelection.MultiSelect = true; this.GVCapacityType.OptionsView.ColumnAutoWidth = false; this.GVCapacityType.OptionsView.EnableAppearanceEvenRow = true; this.GVCapacityType.OptionsView.ShowFooter = true; this.GVCapacityType.OptionsView.ShowGroupPanel = false; this.GVCapacityType.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.GVCapacityType_CustomColumnDisplayText); // // colTYPE_ID // this.colTYPE_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colTYPE_ID.AppearanceCell.Options.UseFont = true; this.colTYPE_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colTYPE_ID.AppearanceHeader.Options.UseFont = true; this.colTYPE_ID.FieldName = "TYPE_ID"; this.colTYPE_ID.Name = "colTYPE_ID"; this.colTYPE_ID.OptionsColumn.AllowEdit = false; this.colTYPE_ID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "TYPE_ID", "{0} 条")}); this.colTYPE_ID.Visible = true; this.colTYPE_ID.VisibleIndex = 0; this.colTYPE_ID.Width = 191; // // colTYPE_NAME // this.colTYPE_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colTYPE_NAME.AppearanceCell.Options.UseFont = true; this.colTYPE_NAME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colTYPE_NAME.AppearanceHeader.Options.UseFont = true; this.colTYPE_NAME.FieldName = "TYPE_NAME"; this.colTYPE_NAME.Name = "colTYPE_NAME"; this.colTYPE_NAME.OptionsColumn.AllowEdit = false; this.colTYPE_NAME.Visible = true; this.colTYPE_NAME.VisibleIndex = 1; this.colTYPE_NAME.Width = 254; // // colSHORT_ID // this.colSHORT_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colSHORT_ID.AppearanceCell.Options.UseFont = true; this.colSHORT_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colSHORT_ID.AppearanceHeader.Options.UseFont = true; this.colSHORT_ID.FieldName = "SHORT_ID"; this.colSHORT_ID.Name = "colSHORT_ID"; this.colSHORT_ID.OptionsColumn.AllowEdit = false; this.colSHORT_ID.Visible = true; this.colSHORT_ID.VisibleIndex = 2; this.colSHORT_ID.Width = 188; // // colTYPE_LOAD // this.colTYPE_LOAD.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colTYPE_LOAD.AppearanceCell.Options.UseFont = true; this.colTYPE_LOAD.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colTYPE_LOAD.AppearanceHeader.Options.UseFont = true; this.colTYPE_LOAD.DisplayFormat.FormatString = "{0:N4}"; this.colTYPE_LOAD.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.colTYPE_LOAD.FieldName = "TYPE_LOAD"; this.colTYPE_LOAD.Name = "colTYPE_LOAD"; this.colTYPE_LOAD.OptionsColumn.AllowEdit = false; this.colTYPE_LOAD.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TYPE_LOAD", "{0:N4}")}); this.colTYPE_LOAD.Visible = true; this.colTYPE_LOAD.VisibleIndex = 3; this.colTYPE_LOAD.Width = 122; // // colLOAD_UNIT // this.colLOAD_UNIT.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colLOAD_UNIT.AppearanceCell.Options.UseFont = true; this.colLOAD_UNIT.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colLOAD_UNIT.AppearanceHeader.Options.UseFont = true; this.colLOAD_UNIT.FieldName = "LOAD_UNIT"; this.colLOAD_UNIT.Name = "colLOAD_UNIT"; this.colLOAD_UNIT.OptionsColumn.AllowEdit = false; // // colTYPE_VOLUME // this.colTYPE_VOLUME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colTYPE_VOLUME.AppearanceCell.Options.UseFont = true; this.colTYPE_VOLUME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colTYPE_VOLUME.AppearanceHeader.Options.UseFont = true; this.colTYPE_VOLUME.DisplayFormat.FormatString = "{0:N4}"; this.colTYPE_VOLUME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.colTYPE_VOLUME.FieldName = "TYPE_VOLUME"; this.colTYPE_VOLUME.Name = "colTYPE_VOLUME"; this.colTYPE_VOLUME.OptionsColumn.AllowEdit = false; this.colTYPE_VOLUME.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TYPE_VOLUME", "{0:N4}")}); this.colTYPE_VOLUME.Visible = true; this.colTYPE_VOLUME.VisibleIndex = 4; this.colTYPE_VOLUME.Width = 131; // // colVOLUME_UNIT // this.colVOLUME_UNIT.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colVOLUME_UNIT.AppearanceCell.Options.UseFont = true; this.colVOLUME_UNIT.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colVOLUME_UNIT.AppearanceHeader.Options.UseFont = true; this.colVOLUME_UNIT.FieldName = "VOLUME_UNIT"; this.colVOLUME_UNIT.Name = "colVOLUME_UNIT"; this.colVOLUME_UNIT.OptionsColumn.AllowEdit = false; // // colTYPE_LONG // this.colTYPE_LONG.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colTYPE_LONG.AppearanceCell.Options.UseFont = true; this.colTYPE_LONG.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colTYPE_LONG.AppearanceHeader.Options.UseFont = true; this.colTYPE_LONG.DisplayFormat.FormatString = "{0:N4}"; this.colTYPE_LONG.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.colTYPE_LONG.FieldName = "TYPE_LONG"; this.colTYPE_LONG.Name = "colTYPE_LONG"; this.colTYPE_LONG.OptionsColumn.AllowEdit = false; this.colTYPE_LONG.Visible = true; this.colTYPE_LONG.VisibleIndex = 5; this.colTYPE_LONG.Width = 89; // // colTYPE_WIGHT // this.colTYPE_WIGHT.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colTYPE_WIGHT.AppearanceCell.Options.UseFont = true; this.colTYPE_WIGHT.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colTYPE_WIGHT.AppearanceHeader.Options.UseFont = true; this.colTYPE_WIGHT.DisplayFormat.FormatString = "{0:N4}"; this.colTYPE_WIGHT.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.colTYPE_WIGHT.FieldName = "TYPE_WIGHT"; this.colTYPE_WIGHT.Name = "colTYPE_WIGHT"; this.colTYPE_WIGHT.OptionsColumn.AllowEdit = false; this.colTYPE_WIGHT.Visible = true; this.colTYPE_WIGHT.VisibleIndex = 6; this.colTYPE_WIGHT.Width = 100; // // colTYPE_HIGH // this.colTYPE_HIGH.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colTYPE_HIGH.AppearanceCell.Options.UseFont = true; this.colTYPE_HIGH.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colTYPE_HIGH.AppearanceHeader.Options.UseFont = true; this.colTYPE_HIGH.DisplayFormat.FormatString = "{0:N4}"; this.colTYPE_HIGH.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.colTYPE_HIGH.FieldName = "TYPE_HIGH"; this.colTYPE_HIGH.Name = "colTYPE_HIGH"; this.colTYPE_HIGH.OptionsColumn.AllowEdit = false; this.colTYPE_HIGH.Visible = true; this.colTYPE_HIGH.VisibleIndex = 7; this.colTYPE_HIGH.Width = 98; // // colLONG_UNIT // this.colLONG_UNIT.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colLONG_UNIT.AppearanceCell.Options.UseFont = true; this.colLONG_UNIT.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colLONG_UNIT.AppearanceHeader.Options.UseFont = true; this.colLONG_UNIT.FieldName = "LONG_UNIT"; this.colLONG_UNIT.Name = "colLONG_UNIT"; this.colLONG_UNIT.OptionsColumn.AllowEdit = false; // // colREMARK // this.colREMARK.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colREMARK.AppearanceCell.Options.UseFont = true; this.colREMARK.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colREMARK.AppearanceHeader.Options.UseFont = true; this.colREMARK.FieldName = "REMARK"; this.colREMARK.Name = "colREMARK"; this.colREMARK.OptionsColumn.AllowEdit = false; this.colREMARK.Width = 263; // // colSTATUS // this.colSTATUS.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colSTATUS.AppearanceCell.Options.UseFont = true; this.colSTATUS.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colSTATUS.AppearanceHeader.Options.UseFont = true; this.colSTATUS.FieldName = "STATUS"; this.colSTATUS.Name = "colSTATUS"; this.colSTATUS.OptionsColumn.AllowEdit = false; // // colCREATE_TYPE // this.colCREATE_TYPE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colCREATE_TYPE.AppearanceCell.Options.UseFont = true; this.colCREATE_TYPE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colCREATE_TYPE.AppearanceHeader.Options.UseFont = true; this.colCREATE_TYPE.FieldName = "CREATE_TYPE"; this.colCREATE_TYPE.Name = "colCREATE_TYPE"; this.colCREATE_TYPE.OptionsColumn.AllowEdit = false; // // Check // this.Check.AutoHeight = false; this.Check.Caption = "Check"; this.Check.Name = "Check"; // // repositoryItemCheckEdit2 // this.repositoryItemCheckEdit2.AutoHeight = false; this.repositoryItemCheckEdit2.Caption = "Check"; this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2"; // // panelControl1 // this.panelControl1.Controls.Add(this.noteData1); this.panelControl1.Controls.Add(this.rdoUserStatus); this.panelControl1.Controls.Add(this.labelControl14); this.panelControl1.Controls.Add(this.txtShortID); this.panelControl1.Controls.Add(this.labelControl12); this.panelControl1.Controls.Add(this.txtLongUnit); this.panelControl1.Controls.Add(this.labelControl10); this.panelControl1.Controls.Add(this.txtHigh); this.panelControl1.Controls.Add(this.labelControl11); this.panelControl1.Controls.Add(this.txtVolumeUnit); this.panelControl1.Controls.Add(this.labelControl8); this.panelControl1.Controls.Add(this.txtVolume); this.panelControl1.Controls.Add(this.labelControl9); this.panelControl1.Controls.Add(this.txtWight); this.panelControl1.Controls.Add(this.labelControl6); this.panelControl1.Controls.Add(this.txtLong); this.panelControl1.Controls.Add(this.labelControl7); this.panelControl1.Controls.Add(this.txtLoadUnit); this.panelControl1.Controls.Add(this.labelControl5); this.panelControl1.Controls.Add(this.txtTypeLoad); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.txtTypeName); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.txtTypeID); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.lue_Unit); this.panelControl1.Controls.Add(this.LEPCreateType); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.labelControl13); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1012, 119); this.panelControl1.TabIndex = 2; // // noteData1 // this.noteData1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCapacityType, "REMARK", true)); this.noteData1.DisplayMember = "CONTENT"; this.noteData1.FormattingEnabled = true; this.noteData1.Location = new System.Drawing.Point(324, 90); this.noteData1.Name = "noteData1"; this.noteData1.NoteTypes = WMS.Ctrl.DateType.系统配置备注; this.noteData1.Size = new System.Drawing.Size(672, 22); this.noteData1.TabIndex = 86; this.noteData1.ValueMember = "CONTENT"; // // rdoUserStatus // this.rdoUserStatus.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSCapacityType, "STATUS", true)); this.rdoUserStatus.EditValue = ""; this.rdoUserStatus.Location = new System.Drawing.Point(75, 87); this.rdoUserStatus.Name = "rdoUserStatus"; this.rdoUserStatus.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.rdoUserStatus.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdoUserStatus.Properties.Appearance.Options.UseBackColor = true; this.rdoUserStatus.Properties.Appearance.Options.UseFont = true; this.rdoUserStatus.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "正常"), new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "停用")}); this.rdoUserStatus.Size = new System.Drawing.Size(180, 22); this.rdoUserStatus.TabIndex = 85; // // labelControl14 // this.labelControl14.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl14.Appearance.Options.UseFont = true; this.labelControl14.Location = new System.Drawing.Point(263, 90); this.labelControl14.Name = "labelControl14"; this.labelControl14.Size = new System.Drawing.Size(56, 14); this.labelControl14.TabIndex = 84; this.labelControl14.Text = "备 注"; // // txtShortID // this.txtShortID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCapacityType, "SHORT_ID", true)); this.txtShortID.FrmSelect = false; this.txtShortID.Location = new System.Drawing.Point(570, 13); this.txtShortID.MustText = false; this.txtShortID.Name = "txtShortID"; this.txtShortID.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtShortID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtShortID.Properties.Appearance.Options.UseBackColor = true; this.txtShortID.Properties.Appearance.Options.UseFont = true; this.txtShortID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtShortID.Size = new System.Drawing.Size(180, 22); this.txtShortID.StrLen = 0; this.txtShortID.TabIndex = 60; this.txtShortID.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtShortID.ValText = ""; // // labelControl12 // this.labelControl12.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl12.Appearance.Options.UseFont = true; this.labelControl12.Location = new System.Drawing.Point(509, 17); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(56, 14); this.labelControl12.TabIndex = 83; this.labelControl12.Text = "助 记 码"; // // txtLongUnit // this.txtLongUnit.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCapacityType, "LONG_UNIT", true)); this.txtLongUnit.FrmSelect = false; this.txtLongUnit.Location = new System.Drawing.Point(816, 63); this.txtLongUnit.MustText = false; this.txtLongUnit.Name = "txtLongUnit"; this.txtLongUnit.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtLongUnit.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtLongUnit.Properties.Appearance.Options.UseBackColor = true; this.txtLongUnit.Properties.Appearance.Options.UseFont = true; this.txtLongUnit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtLongUnit.Size = new System.Drawing.Size(180, 22); this.txtLongUnit.StrLen = 0; this.txtLongUnit.TabIndex = 68; this.txtLongUnit.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtLongUnit.ValText = ""; // // labelControl10 // this.labelControl10.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl10.Appearance.Options.UseFont = true; this.labelControl10.Location = new System.Drawing.Point(758, 66); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(56, 14); this.labelControl10.TabIndex = 82; this.labelControl10.Text = "长度单位"; // // txtHigh // this.txtHigh.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCapacityType, "TYPE_HIGH", true)); this.txtHigh.FrmSelect = false; this.txtHigh.Location = new System.Drawing.Point(570, 63); this.txtHigh.MustText = false; this.txtHigh.Name = "txtHigh"; this.txtHigh.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtHigh.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHigh.Properties.Appearance.Options.UseBackColor = true; this.txtHigh.Properties.Appearance.Options.UseFont = true; this.txtHigh.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtHigh.Size = new System.Drawing.Size(180, 22); this.txtHigh.StrLen = 0; this.txtHigh.TabIndex = 67; this.txtHigh.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtHigh.ValText = ""; this.txtHigh.TextChanged += new System.EventHandler(this.txtHigh_TextChanged); // // labelControl11 // this.labelControl11.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl11.Appearance.Options.UseFont = true; this.labelControl11.Location = new System.Drawing.Point(509, 66); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(56, 14); this.labelControl11.TabIndex = 81; this.labelControl11.Text = "可用高度"; // // txtVolumeUnit // this.txtVolumeUnit.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCapacityType, "VOLUME_UNIT", true)); this.txtVolumeUnit.FrmSelect = false; this.txtVolumeUnit.Location = new System.Drawing.Point(816, 38); this.txtVolumeUnit.MustText = false; this.txtVolumeUnit.Name = "txtVolumeUnit"; this.txtVolumeUnit.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtVolumeUnit.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtVolumeUnit.Properties.Appearance.Options.UseBackColor = true; this.txtVolumeUnit.Properties.Appearance.Options.UseFont = true; this.txtVolumeUnit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtVolumeUnit.Size = new System.Drawing.Size(180, 22); this.txtVolumeUnit.StrLen = 0; this.txtVolumeUnit.TabIndex = 64; this.txtVolumeUnit.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtVolumeUnit.ValText = ""; // // labelControl8 // this.labelControl8.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl8.Appearance.Options.UseFont = true; this.labelControl8.Location = new System.Drawing.Point(757, 42); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(56, 14); this.labelControl8.TabIndex = 80; this.labelControl8.Text = "体积单位"; // // txtVolume // this.txtVolume.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCapacityType, "TYPE_VOLUME", true)); this.txtVolume.FrmSelect = false; this.txtVolume.Location = new System.Drawing.Point(570, 38); this.txtVolume.MustText = false; this.txtVolume.Name = "txtVolume"; this.txtVolume.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtVolume.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtVolume.Properties.Appearance.Options.UseBackColor = true; this.txtVolume.Properties.Appearance.Options.UseFont = true; this.txtVolume.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtVolume.Size = new System.Drawing.Size(181, 22); this.txtVolume.StrLen = 0; this.txtVolume.TabIndex = 63; this.txtVolume.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtVolume.ValText = ""; // // labelControl9 // this.labelControl9.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl9.Appearance.Options.UseFont = true; this.labelControl9.Location = new System.Drawing.Point(508, 42); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(56, 14); this.labelControl9.TabIndex = 79; this.labelControl9.Text = "承载体积"; // // txtWight // this.txtWight.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCapacityType, "TYPE_WIGHT", true)); this.txtWight.FrmSelect = false; this.txtWight.Location = new System.Drawing.Point(324, 63); this.txtWight.MustText = false; this.txtWight.Name = "txtWight"; this.txtWight.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtWight.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtWight.Properties.Appearance.Options.UseBackColor = true; this.txtWight.Properties.Appearance.Options.UseFont = true; this.txtWight.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtWight.Size = new System.Drawing.Size(179, 22); this.txtWight.StrLen = 0; this.txtWight.TabIndex = 66; this.txtWight.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtWight.ValText = ""; this.txtWight.TextChanged += new System.EventHandler(this.txtWight_TextChanged); // // labelControl6 // this.labelControl6.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl6.Appearance.Options.UseFont = true; this.labelControl6.Location = new System.Drawing.Point(262, 66); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(56, 14); this.labelControl6.TabIndex = 78; this.labelControl6.Text = "可用宽度"; // // txtLong // this.txtLong.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCapacityType, "TYPE_LONG", true)); this.txtLong.FrmSelect = false; this.txtLong.Location = new System.Drawing.Point(75, 63); this.txtLong.MustText = false; this.txtLong.Name = "txtLong"; this.txtLong.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtLong.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtLong.Properties.Appearance.Options.UseBackColor = true; this.txtLong.Properties.Appearance.Options.UseFont = true; this.txtLong.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtLong.Size = new System.Drawing.Size(180, 22); this.txtLong.StrLen = 0; this.txtLong.TabIndex = 65; this.txtLong.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtLong.ValText = ""; this.txtLong.TextChanged += new System.EventHandler(this.txtLong_TextChanged); // // labelControl7 // this.labelControl7.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl7.Appearance.Options.UseFont = true; this.labelControl7.Location = new System.Drawing.Point(13, 66); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(56, 14); this.labelControl7.TabIndex = 77; this.labelControl7.Text = "可用长度"; // // txtLoadUnit // this.txtLoadUnit.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCapacityType, "LOAD_UNIT", true)); this.txtLoadUnit.FrmSelect = false; this.txtLoadUnit.Location = new System.Drawing.Point(384, 91); this.txtLoadUnit.MustText = false; this.txtLoadUnit.Name = "txtLoadUnit"; this.txtLoadUnit.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtLoadUnit.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtLoadUnit.Properties.Appearance.Options.UseBackColor = true; this.txtLoadUnit.Properties.Appearance.Options.UseFont = true; this.txtLoadUnit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtLoadUnit.Size = new System.Drawing.Size(180, 22); this.txtLoadUnit.StrLen = 0; this.txtLoadUnit.TabIndex = 62; this.txtLoadUnit.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtLoadUnit.ValText = ""; // // labelControl5 // this.labelControl5.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl5.Appearance.Options.UseFont = true; this.labelControl5.Location = new System.Drawing.Point(263, 42); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(56, 14); this.labelControl5.TabIndex = 76; this.labelControl5.Text = "载重单位"; // // txtTypeLoad // this.txtTypeLoad.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCapacityType, "TYPE_LOAD", true)); this.txtTypeLoad.FrmSelect = false; this.txtTypeLoad.Location = new System.Drawing.Point(76, 38); this.txtTypeLoad.MustText = false; this.txtTypeLoad.Name = "txtTypeLoad"; this.txtTypeLoad.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtTypeLoad.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtTypeLoad.Properties.Appearance.Options.UseBackColor = true; this.txtTypeLoad.Properties.Appearance.Options.UseFont = true; this.txtTypeLoad.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtTypeLoad.Size = new System.Drawing.Size(180, 22); this.txtTypeLoad.StrLen = 0; this.txtTypeLoad.TabIndex = 61; this.txtTypeLoad.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtTypeLoad.ValText = ""; // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl4.Appearance.Options.UseFont = true; this.labelControl4.Location = new System.Drawing.Point(14, 42); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(56, 14); this.labelControl4.TabIndex = 75; this.labelControl4.Text = "载 重"; // // txtTypeName // this.txtTypeName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCapacityType, "TYPE_NAME", true)); this.txtTypeName.FrmSelect = false; this.txtTypeName.Location = new System.Drawing.Point(324, 13); this.txtTypeName.MustText = true; this.txtTypeName.Name = "txtTypeName"; this.txtTypeName.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff; this.txtTypeName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtTypeName.Properties.Appearance.Options.UseBackColor = true; this.txtTypeName.Properties.Appearance.Options.UseFont = true; this.txtTypeName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtTypeName.Size = new System.Drawing.Size(180, 22); this.txtTypeName.StrLen = 0; this.txtTypeName.TabIndex = 59; this.txtTypeName.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtTypeName.ValText = ""; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Location = new System.Drawing.Point(262, 17); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(56, 14); this.labelControl3.TabIndex = 74; this.labelControl3.Text = "类型名称"; // // txtTypeID // this.txtTypeID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCapacityType, "TYPE_ID", true)); this.txtTypeID.FrmSelect = false; this.txtTypeID.Location = new System.Drawing.Point(76, 13); this.txtTypeID.MustText = true; this.txtTypeID.Name = "txtTypeID"; this.txtTypeID.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff; this.txtTypeID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtTypeID.Properties.Appearance.Options.UseBackColor = true; this.txtTypeID.Properties.Appearance.Options.UseFont = true; this.txtTypeID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtTypeID.Size = new System.Drawing.Size(180, 22); this.txtTypeID.StrLen = 0; this.txtTypeID.TabIndex = 58; this.txtTypeID.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtTypeID.ValText = ""; this.txtTypeID.Leave += new System.EventHandler(this.txtTypeID_Leave); // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Location = new System.Drawing.Point(14, 17); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(56, 14); this.labelControl2.TabIndex = 73; this.labelControl2.Text = "类型编号"; // // lue_Unit // this.lue_Unit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSCapacityType, "LOAD_UNIT", true)); this.lue_Unit.EditValue = ""; this.lue_Unit.Location = new System.Drawing.Point(324, 38); this.lue_Unit.Name = "lue_Unit"; this.lue_Unit.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lue_Unit.Properties.Appearance.Options.UseFont = true; this.lue_Unit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.lue_Unit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lue_Unit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VC_DICTIONARY_NAME", "单位"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VC_CHAR_VALUE", "编号", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)}); this.lue_Unit.Properties.DisplayMember = "VC_DICTIONARY_NAME"; this.lue_Unit.Properties.NullText = ""; this.lue_Unit.Properties.ValueMember = "VC_CHAR_VALUE"; this.lue_Unit.Size = new System.Drawing.Size(180, 22); this.lue_Unit.TabIndex = 69; // // LEPCreateType // this.LEPCreateType.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSCapacityType, "CREATE_TYPE", true)); this.LEPCreateType.EditValue = ""; this.LEPCreateType.Location = new System.Drawing.Point(816, 13); this.LEPCreateType.Name = "LEPCreateType"; this.LEPCreateType.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LEPCreateType.Properties.Appearance.Options.UseFont = true; this.LEPCreateType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.LEPCreateType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.LEPCreateType.Properties.NullText = ""; this.LEPCreateType.Size = new System.Drawing.Size(180, 22); this.LEPCreateType.TabIndex = 69; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Location = new System.Drawing.Point(756, 17); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(56, 14); this.labelControl1.TabIndex = 72; this.labelControl1.Text = "录入方式"; // // labelControl13 // this.labelControl13.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl13.Appearance.Options.UseFont = true; this.labelControl13.Location = new System.Drawing.Point(13, 90); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(56, 14); this.labelControl13.TabIndex = 71; this.labelControl13.Text = "资料状态"; // // FrmCapacityType // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1012, 450); this.Controls.Add(this.panel2); this.Controls.Add(this.panelControl1); this.Name = "FrmCapacityType"; this.Text = "运力类型"; this.Load += new System.EventHandler(this.FrmCapacityType_Load); ((System.ComponentModel.ISupportInitialize)(this.BSCapacityType)).EndInit(); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.GCCapacityType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BSGrid)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GVCapacityType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Check)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.rdoUserStatus.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtShortID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLongUnit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtHigh.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtVolumeUnit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtVolume.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWight.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLong.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLoadUnit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTypeLoad.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTypeName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTypeID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lue_Unit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LEPCreateType.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel2; private Ctrl.GridControlCustom GCCapacityType; private DevExpress.XtraGrid.Views.Grid.GridView GVCapacityType; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit Check; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2; private System.Windows.Forms.BindingSource BSCapacityType; private System.Windows.Forms.BindingSource BSGrid; private DevExpress.XtraGrid.Columns.GridColumn colTYPE_ID; private DevExpress.XtraGrid.Columns.GridColumn colTYPE_NAME; private DevExpress.XtraGrid.Columns.GridColumn colSHORT_ID; private DevExpress.XtraGrid.Columns.GridColumn colTYPE_LOAD; private DevExpress.XtraGrid.Columns.GridColumn colLOAD_UNIT; private DevExpress.XtraGrid.Columns.GridColumn colTYPE_VOLUME; private DevExpress.XtraGrid.Columns.GridColumn colVOLUME_UNIT; private DevExpress.XtraGrid.Columns.GridColumn colTYPE_LONG; private DevExpress.XtraGrid.Columns.GridColumn colTYPE_WIGHT; private DevExpress.XtraGrid.Columns.GridColumn colTYPE_HIGH; private DevExpress.XtraGrid.Columns.GridColumn colLONG_UNIT; private DevExpress.XtraGrid.Columns.GridColumn colREMARK; private DevExpress.XtraGrid.Columns.GridColumn colSTATUS; private DevExpress.XtraGrid.Columns.GridColumn colCREATE_TYPE; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl labelControl14; private Ctrl.WMSCtrlTextBox txtShortID; private DevExpress.XtraEditors.LabelControl labelControl12; private Ctrl.WMSCtrlTextBox txtLongUnit; private DevExpress.XtraEditors.LabelControl labelControl10; private Ctrl.WMSCtrlTextBox txtHigh; private DevExpress.XtraEditors.LabelControl labelControl11; private Ctrl.WMSCtrlTextBox txtVolumeUnit; private DevExpress.XtraEditors.LabelControl labelControl8; private Ctrl.WMSCtrlTextBox txtVolume; private DevExpress.XtraEditors.LabelControl labelControl9; private Ctrl.WMSCtrlTextBox txtWight; private DevExpress.XtraEditors.LabelControl labelControl6; private Ctrl.WMSCtrlTextBox txtLong; private DevExpress.XtraEditors.LabelControl labelControl7; private Ctrl.WMSCtrlTextBox txtLoadUnit; private DevExpress.XtraEditors.LabelControl labelControl5; private Ctrl.WMSCtrlTextBox txtTypeLoad; private DevExpress.XtraEditors.LabelControl labelControl4; private Ctrl.WMSCtrlTextBox txtTypeName; private DevExpress.XtraEditors.LabelControl labelControl3; private Ctrl.WMSCtrlTextBox txtTypeID; private DevExpress.XtraEditors.LabelControl labelControl2; private Ctrl.LookUpEditSystem LEPCreateType; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl13; private DevExpress.XtraEditors.RadioGroup rdoUserStatus; private Ctrl.NoteData noteData1; private Ctrl.LookUpEditSystem lue_Unit; } }