612 lines
36 KiB
C#
612 lines
36 KiB
C#
|
|
namespace WMS.FrmBaseData
|
|||
|
|
{
|
|||
|
|
partial class FrmCapacity
|
|||
|
|
{
|
|||
|
|
/// <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()
|
|||
|
|
{
|
|||
|
|
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
|
|||
|
|
this.BSCapacityTab = new System.Windows.Forms.BindingSource();
|
|||
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
|
this.GCCapacity = new WMS.Ctrl.GridControlCustom();
|
|||
|
|
this.BSCapacity = new System.Windows.Forms.BindingSource();
|
|||
|
|
this.GVCapacity = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_DEPARTMENT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.lue_Com = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|||
|
|
this.colCAR_DRIVER = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_TYPE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSHORT_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_CARRIER = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_PRIVATEID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_MURR = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_PRODATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_MODEL = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_FRAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_REGDATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_FILEDATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_BUYDATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_INSUREDMONEY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_INSUREDSRADATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_INSUREDEDDDATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCREATE_TYPE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_CHASSIS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_ENGINE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_OILWEAR = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_DISPART = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCAR_STATUS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.Check = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|||
|
|
this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|||
|
|
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.BSCapacityTab)).BeginInit();
|
|||
|
|
this.panel2.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GCCapacity)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.BSCapacity)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GVCapacity)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_Com)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.Check)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// BSCapacityTab
|
|||
|
|
//
|
|||
|
|
this.BSCapacityTab.DataSource = typeof(WMS.Model.Base.CapacityModel);
|
|||
|
|
//
|
|||
|
|
// panel2
|
|||
|
|
//
|
|||
|
|
this.panel2.Controls.Add(this.GCCapacity);
|
|||
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.panel2.Name = "panel2";
|
|||
|
|
this.panel2.Size = new System.Drawing.Size(942, 420);
|
|||
|
|
this.panel2.TabIndex = 1;
|
|||
|
|
//
|
|||
|
|
// GCCapacity
|
|||
|
|
//
|
|||
|
|
this.GCCapacity.ColorApprove = System.Drawing.Color.Empty;
|
|||
|
|
this.GCCapacity.ColorApproveValue = null;
|
|||
|
|
this.GCCapacity.ColorPass = System.Drawing.Color.Empty;
|
|||
|
|
this.GCCapacity.ColorPassValue = null;
|
|||
|
|
this.GCCapacity.ColorRepeal = System.Drawing.Color.Empty;
|
|||
|
|
this.GCCapacity.ColorRepealValue = null;
|
|||
|
|
this.GCCapacity.ColorReWork = System.Drawing.Color.Empty;
|
|||
|
|
this.GCCapacity.ColorReWorkValue = null;
|
|||
|
|
this.GCCapacity.ColorSelectedRow = System.Drawing.Color.Empty;
|
|||
|
|
this.GCCapacity.ColorShortage = System.Drawing.Color.Empty;
|
|||
|
|
this.GCCapacity.ColorShortageFlagColumn = null;
|
|||
|
|
this.GCCapacity.ColorShortageValue = null;
|
|||
|
|
this.GCCapacity.ColorUnExecute = System.Drawing.Color.Empty;
|
|||
|
|
this.GCCapacity.ColorUnExecuteValue = null;
|
|||
|
|
this.GCCapacity.ColorUnPass = System.Drawing.Color.Empty;
|
|||
|
|
this.GCCapacity.ColorUnPassValue = null;
|
|||
|
|
this.GCCapacity.ColorVerify = System.Drawing.Color.Empty;
|
|||
|
|
this.GCCapacity.ColorVerifyFlagColumn = null;
|
|||
|
|
this.GCCapacity.ColorVerifyValue = null;
|
|||
|
|
this.GCCapacity.ColorWarning = System.Drawing.Color.Empty;
|
|||
|
|
this.GCCapacity.ColorWarningValue = null;
|
|||
|
|
this.GCCapacity.DataSource = this.BSCapacity;
|
|||
|
|
this.GCCapacity.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.GCCapacity.EnableAppearanceEvenRow = true;
|
|||
|
|
this.GCCapacity.IndicatorWidth = 40;
|
|||
|
|
gridLevelNode1.RelationName = "Level1";
|
|||
|
|
this.GCCapacity.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
|
|||
|
|
gridLevelNode1});
|
|||
|
|
this.GCCapacity.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.GCCapacity.MainView = this.GVCapacity;
|
|||
|
|
this.GCCapacity.Name = "GCCapacity";
|
|||
|
|
this.GCCapacity.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|||
|
|
this.Check,
|
|||
|
|
this.repositoryItemCheckEdit2,
|
|||
|
|
this.repositoryItemCheckEdit1,
|
|||
|
|
this.lue_Com});
|
|||
|
|
this.GCCapacity.ShowRowID = true;
|
|||
|
|
this.GCCapacity.Size = new System.Drawing.Size(942, 420);
|
|||
|
|
this.GCCapacity.TabIndex = 2;
|
|||
|
|
this.GCCapacity.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.GVCapacity});
|
|||
|
|
this.GCCapacity.DoubleClick += new System.EventHandler(this.GCCapacity_DoubleClick);
|
|||
|
|
//
|
|||
|
|
// BSCapacity
|
|||
|
|
//
|
|||
|
|
this.BSCapacity.DataSource = typeof(WMS.Model.Base.CapacityModel);
|
|||
|
|
//
|
|||
|
|
// GVCapacity
|
|||
|
|
//
|
|||
|
|
this.GVCapacity.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|||
|
|
this.GVCapacity.Appearance.EvenRow.Options.UseBackColor = true;
|
|||
|
|
this.GVCapacity.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|||
|
|
this.GVCapacity.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.GVCapacity.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.colID,
|
|||
|
|
this.colCAR_ID,
|
|||
|
|
this.colCAR_DEPARTMENT,
|
|||
|
|
this.colCAR_DRIVER,
|
|||
|
|
this.colCAR_TYPE,
|
|||
|
|
this.colSHORT_ID,
|
|||
|
|
this.colCAR_CARRIER,
|
|||
|
|
this.colCAR_PRIVATEID,
|
|||
|
|
this.colCAR_MURR,
|
|||
|
|
this.colCAR_PRODATE,
|
|||
|
|
this.colCAR_MODEL,
|
|||
|
|
this.colCAR_FRAME,
|
|||
|
|
this.colCAR_REGDATE,
|
|||
|
|
this.colCAR_FILEDATE,
|
|||
|
|
this.colCAR_BUYDATE,
|
|||
|
|
this.colCAR_INSUREDMONEY,
|
|||
|
|
this.colCAR_INSUREDSRADATE,
|
|||
|
|
this.colCAR_INSUREDEDDDATE,
|
|||
|
|
this.colSTATUS,
|
|||
|
|
this.colCREATE_TYPE,
|
|||
|
|
this.colCAR_CHASSIS,
|
|||
|
|
this.colCAR_ENGINE,
|
|||
|
|
this.colCAR_OILWEAR,
|
|||
|
|
this.colCAR_DISPART,
|
|||
|
|
this.colCAR_STATUS,
|
|||
|
|
this.colREMARK});
|
|||
|
|
this.GVCapacity.GridControl = this.GCCapacity;
|
|||
|
|
this.GVCapacity.IndicatorWidth = 34;
|
|||
|
|
this.GVCapacity.Name = "GVCapacity";
|
|||
|
|
this.GVCapacity.OptionsSelection.MultiSelect = true;
|
|||
|
|
this.GVCapacity.OptionsView.ColumnAutoWidth = false;
|
|||
|
|
this.GVCapacity.OptionsView.EnableAppearanceEvenRow = true;
|
|||
|
|
this.GVCapacity.OptionsView.ShowFooter = true;
|
|||
|
|
this.GVCapacity.OptionsView.ShowGroupPanel = false;
|
|||
|
|
this.GVCapacity.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.GVCapacity_CustomColumnDisplayText);
|
|||
|
|
//
|
|||
|
|
// colID
|
|||
|
|
//
|
|||
|
|
this.colID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colID.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colID.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colID.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colID.FieldName = "ID";
|
|||
|
|
this.colID.Name = "colID";
|
|||
|
|
this.colID.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// colCAR_ID
|
|||
|
|
//
|
|||
|
|
this.colCAR_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_ID.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_ID.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_ID.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_ID.FieldName = "CAR_ID";
|
|||
|
|
this.colCAR_ID.Name = "colCAR_ID";
|
|||
|
|
this.colCAR_ID.OptionsColumn.AllowEdit = false;
|
|||
|
|
this.colCAR_ID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|||
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "CAR_ID", "{0} 条")});
|
|||
|
|
this.colCAR_ID.Visible = true;
|
|||
|
|
this.colCAR_ID.VisibleIndex = 0;
|
|||
|
|
this.colCAR_ID.Width = 211;
|
|||
|
|
//
|
|||
|
|
// colCAR_DEPARTMENT
|
|||
|
|
//
|
|||
|
|
this.colCAR_DEPARTMENT.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_DEPARTMENT.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_DEPARTMENT.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_DEPARTMENT.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_DEPARTMENT.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_DEPARTMENT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_DEPARTMENT.ColumnEdit = this.lue_Com;
|
|||
|
|
this.colCAR_DEPARTMENT.FieldName = "CAR_DEPARTMENT";
|
|||
|
|
this.colCAR_DEPARTMENT.Name = "colCAR_DEPARTMENT";
|
|||
|
|
this.colCAR_DEPARTMENT.OptionsColumn.AllowEdit = false;
|
|||
|
|
this.colCAR_DEPARTMENT.Visible = true;
|
|||
|
|
this.colCAR_DEPARTMENT.VisibleIndex = 1;
|
|||
|
|
this.colCAR_DEPARTMENT.Width = 169;
|
|||
|
|
//
|
|||
|
|
// lue_Com
|
|||
|
|
//
|
|||
|
|
this.lue_Com.AutoHeight = false;
|
|||
|
|
this.lue_Com.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.lue_Com.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("COM_NAME", "部门"),
|
|||
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("COM_ID", "编号", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)});
|
|||
|
|
this.lue_Com.Name = "lue_Com";
|
|||
|
|
this.lue_Com.NullText = "";
|
|||
|
|
//
|
|||
|
|
// colCAR_DRIVER
|
|||
|
|
//
|
|||
|
|
this.colCAR_DRIVER.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_DRIVER.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_DRIVER.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_DRIVER.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_DRIVER.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_DRIVER.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_DRIVER.FieldName = "CAR_DRIVER";
|
|||
|
|
this.colCAR_DRIVER.Name = "colCAR_DRIVER";
|
|||
|
|
this.colCAR_DRIVER.OptionsColumn.AllowEdit = false;
|
|||
|
|
this.colCAR_DRIVER.Visible = true;
|
|||
|
|
this.colCAR_DRIVER.VisibleIndex = 5;
|
|||
|
|
this.colCAR_DRIVER.Width = 134;
|
|||
|
|
//
|
|||
|
|
// colCAR_TYPE
|
|||
|
|
//
|
|||
|
|
this.colCAR_TYPE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_TYPE.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_TYPE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_TYPE.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_TYPE.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_TYPE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_TYPE.FieldName = "CAR_TYPE";
|
|||
|
|
this.colCAR_TYPE.Name = "colCAR_TYPE";
|
|||
|
|
this.colCAR_TYPE.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// 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.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colSHORT_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
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 = 3;
|
|||
|
|
this.colSHORT_ID.Width = 110;
|
|||
|
|
//
|
|||
|
|
// colCAR_CARRIER
|
|||
|
|
//
|
|||
|
|
this.colCAR_CARRIER.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_CARRIER.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_CARRIER.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_CARRIER.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_CARRIER.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_CARRIER.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_CARRIER.FieldName = "CAR_CARRIER";
|
|||
|
|
this.colCAR_CARRIER.Name = "colCAR_CARRIER";
|
|||
|
|
this.colCAR_CARRIER.OptionsColumn.AllowEdit = false;
|
|||
|
|
this.colCAR_CARRIER.Visible = true;
|
|||
|
|
this.colCAR_CARRIER.VisibleIndex = 6;
|
|||
|
|
this.colCAR_CARRIER.Width = 176;
|
|||
|
|
//
|
|||
|
|
// colCAR_PRIVATEID
|
|||
|
|
//
|
|||
|
|
this.colCAR_PRIVATEID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_PRIVATEID.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_PRIVATEID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_PRIVATEID.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_PRIVATEID.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_PRIVATEID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_PRIVATEID.FieldName = "CAR_PRIVATEID";
|
|||
|
|
this.colCAR_PRIVATEID.Name = "colCAR_PRIVATEID";
|
|||
|
|
this.colCAR_PRIVATEID.OptionsColumn.AllowEdit = false;
|
|||
|
|
this.colCAR_PRIVATEID.Visible = true;
|
|||
|
|
this.colCAR_PRIVATEID.VisibleIndex = 2;
|
|||
|
|
this.colCAR_PRIVATEID.Width = 116;
|
|||
|
|
//
|
|||
|
|
// colCAR_MURR
|
|||
|
|
//
|
|||
|
|
this.colCAR_MURR.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_MURR.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_MURR.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_MURR.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_MURR.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_MURR.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_MURR.FieldName = "CAR_MURR";
|
|||
|
|
this.colCAR_MURR.Name = "colCAR_MURR";
|
|||
|
|
this.colCAR_MURR.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// colCAR_PRODATE
|
|||
|
|
//
|
|||
|
|
this.colCAR_PRODATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_PRODATE.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_PRODATE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_PRODATE.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_PRODATE.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_PRODATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_PRODATE.FieldName = "CAR_PRODATE";
|
|||
|
|
this.colCAR_PRODATE.Name = "colCAR_PRODATE";
|
|||
|
|
this.colCAR_PRODATE.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// colCAR_MODEL
|
|||
|
|
//
|
|||
|
|
this.colCAR_MODEL.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_MODEL.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_MODEL.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_MODEL.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_MODEL.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_MODEL.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_MODEL.FieldName = "CAR_MODEL";
|
|||
|
|
this.colCAR_MODEL.Name = "colCAR_MODEL";
|
|||
|
|
this.colCAR_MODEL.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// colCAR_FRAME
|
|||
|
|
//
|
|||
|
|
this.colCAR_FRAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_FRAME.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_FRAME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_FRAME.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_FRAME.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_FRAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_FRAME.FieldName = "CAR_FRAME";
|
|||
|
|
this.colCAR_FRAME.Name = "colCAR_FRAME";
|
|||
|
|
this.colCAR_FRAME.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// colCAR_REGDATE
|
|||
|
|
//
|
|||
|
|
this.colCAR_REGDATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_REGDATE.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_REGDATE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_REGDATE.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_REGDATE.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_REGDATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_REGDATE.FieldName = "CAR_REGDATE";
|
|||
|
|
this.colCAR_REGDATE.Name = "colCAR_REGDATE";
|
|||
|
|
this.colCAR_REGDATE.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// colCAR_FILEDATE
|
|||
|
|
//
|
|||
|
|
this.colCAR_FILEDATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_FILEDATE.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_FILEDATE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_FILEDATE.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_FILEDATE.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_FILEDATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_FILEDATE.FieldName = "CAR_FILEDATE";
|
|||
|
|
this.colCAR_FILEDATE.Name = "colCAR_FILEDATE";
|
|||
|
|
this.colCAR_FILEDATE.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// colCAR_BUYDATE
|
|||
|
|
//
|
|||
|
|
this.colCAR_BUYDATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_BUYDATE.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_BUYDATE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_BUYDATE.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_BUYDATE.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_BUYDATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_BUYDATE.FieldName = "CAR_BUYDATE";
|
|||
|
|
this.colCAR_BUYDATE.Name = "colCAR_BUYDATE";
|
|||
|
|
this.colCAR_BUYDATE.OptionsColumn.AllowEdit = false;
|
|||
|
|
this.colCAR_BUYDATE.Visible = true;
|
|||
|
|
this.colCAR_BUYDATE.VisibleIndex = 4;
|
|||
|
|
this.colCAR_BUYDATE.Width = 151;
|
|||
|
|
//
|
|||
|
|
// colCAR_INSUREDMONEY
|
|||
|
|
//
|
|||
|
|
this.colCAR_INSUREDMONEY.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_INSUREDMONEY.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_INSUREDMONEY.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_INSUREDMONEY.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_INSUREDMONEY.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_INSUREDMONEY.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_INSUREDMONEY.FieldName = "CAR_INSUREDMONEY";
|
|||
|
|
this.colCAR_INSUREDMONEY.Name = "colCAR_INSUREDMONEY";
|
|||
|
|
this.colCAR_INSUREDMONEY.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// colCAR_INSUREDSRADATE
|
|||
|
|
//
|
|||
|
|
this.colCAR_INSUREDSRADATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_INSUREDSRADATE.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_INSUREDSRADATE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_INSUREDSRADATE.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_INSUREDSRADATE.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_INSUREDSRADATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_INSUREDSRADATE.FieldName = "CAR_INSUREDSRADATE";
|
|||
|
|
this.colCAR_INSUREDSRADATE.Name = "colCAR_INSUREDSRADATE";
|
|||
|
|
this.colCAR_INSUREDSRADATE.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// colCAR_INSUREDEDDDATE
|
|||
|
|
//
|
|||
|
|
this.colCAR_INSUREDEDDDATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_INSUREDEDDDATE.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_INSUREDEDDDATE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_INSUREDEDDDATE.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_INSUREDEDDDATE.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_INSUREDEDDDATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_INSUREDEDDDATE.FieldName = "CAR_INSUREDEDDDATE";
|
|||
|
|
this.colCAR_INSUREDEDDDATE.Name = "colCAR_INSUREDEDDDATE";
|
|||
|
|
this.colCAR_INSUREDEDDDATE.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// 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.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colSTATUS.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
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.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCREATE_TYPE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCREATE_TYPE.FieldName = "CREATE_TYPE";
|
|||
|
|
this.colCREATE_TYPE.Name = "colCREATE_TYPE";
|
|||
|
|
this.colCREATE_TYPE.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// colCAR_CHASSIS
|
|||
|
|
//
|
|||
|
|
this.colCAR_CHASSIS.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_CHASSIS.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_CHASSIS.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_CHASSIS.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_CHASSIS.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_CHASSIS.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_CHASSIS.FieldName = "CAR_CHASSIS";
|
|||
|
|
this.colCAR_CHASSIS.Name = "colCAR_CHASSIS";
|
|||
|
|
this.colCAR_CHASSIS.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// colCAR_ENGINE
|
|||
|
|
//
|
|||
|
|
this.colCAR_ENGINE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_ENGINE.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_ENGINE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_ENGINE.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_ENGINE.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_ENGINE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_ENGINE.FieldName = "CAR_ENGINE";
|
|||
|
|
this.colCAR_ENGINE.Name = "colCAR_ENGINE";
|
|||
|
|
this.colCAR_ENGINE.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// colCAR_OILWEAR
|
|||
|
|
//
|
|||
|
|
this.colCAR_OILWEAR.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_OILWEAR.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_OILWEAR.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_OILWEAR.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_OILWEAR.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_OILWEAR.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_OILWEAR.FieldName = "CAR_OILWEAR";
|
|||
|
|
this.colCAR_OILWEAR.Name = "colCAR_OILWEAR";
|
|||
|
|
this.colCAR_OILWEAR.OptionsColumn.AllowEdit = false;
|
|||
|
|
//
|
|||
|
|
// colCAR_DISPART
|
|||
|
|
//
|
|||
|
|
this.colCAR_DISPART.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_DISPART.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_DISPART.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_DISPART.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_DISPART.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_DISPART.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_DISPART.FieldName = "CAR_DISPART";
|
|||
|
|
this.colCAR_DISPART.Name = "colCAR_DISPART";
|
|||
|
|
this.colCAR_DISPART.OptionsColumn.AllowEdit = false;
|
|||
|
|
this.colCAR_DISPART.Visible = true;
|
|||
|
|
this.colCAR_DISPART.VisibleIndex = 7;
|
|||
|
|
this.colCAR_DISPART.Width = 105;
|
|||
|
|
//
|
|||
|
|
// colCAR_STATUS
|
|||
|
|
//
|
|||
|
|
this.colCAR_STATUS.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_STATUS.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCAR_STATUS.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.colCAR_STATUS.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCAR_STATUS.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colCAR_STATUS.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colCAR_STATUS.FieldName = "CAR_STATUS";
|
|||
|
|
this.colCAR_STATUS.Name = "colCAR_STATUS";
|
|||
|
|
this.colCAR_STATUS.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.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.Width = 152;
|
|||
|
|
//
|
|||
|
|
// 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";
|
|||
|
|
//
|
|||
|
|
// repositoryItemCheckEdit1
|
|||
|
|
//
|
|||
|
|
this.repositoryItemCheckEdit1.AutoHeight = false;
|
|||
|
|
this.repositoryItemCheckEdit1.Caption = "Check";
|
|||
|
|
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
|
|||
|
|
//
|
|||
|
|
// FrmCapacity
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(942, 420);
|
|||
|
|
this.Controls.Add(this.panel2);
|
|||
|
|
this.Name = "FrmCapacity";
|
|||
|
|
this.Text = "运力资料";
|
|||
|
|
this.Load += new System.EventHandler(this.FrmCapacity_Load);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.BSCapacityTab)).EndInit();
|
|||
|
|
this.panel2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GCCapacity)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.BSCapacity)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GVCapacity)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_Com)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.Check)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.Panel panel2;
|
|||
|
|
private Ctrl.GridControlCustom GCCapacity;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GVCapacity;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit Check;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
|
|||
|
|
private System.Windows.Forms.BindingSource BSCapacity;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
|
|||
|
|
private System.Windows.Forms.BindingSource BSCapacityTab;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_DEPARTMENT;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_DRIVER;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_TYPE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSHORT_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_CARRIER;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_PRIVATEID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_MURR;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_PRODATE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_MODEL;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_FRAME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_REGDATE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_FILEDATE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_BUYDATE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_INSUREDMONEY;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_INSUREDSRADATE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_INSUREDEDDDATE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTATUS;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCREATE_TYPE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_CHASSIS;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_ENGINE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_OILWEAR;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_DISPART;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCAR_STATUS;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colREMARK;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lue_Com;
|
|||
|
|
}
|
|||
|
|
}
|