361 lines
19 KiB
C#
361 lines
19 KiB
C#
|
|
namespace WMS.FrmBaseData
|
|||
|
|
{
|
|||
|
|
partial class FrmLogisticsComInfo
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required designer variable.
|
|||
|
|
/// </summary>
|
|||
|
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Clean up any resources being used.
|
|||
|
|
/// </summary>
|
|||
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
|
protected override void Dispose(bool disposing)
|
|||
|
|
{
|
|||
|
|
if (disposing && (components != null))
|
|||
|
|
{
|
|||
|
|
components.Dispose();
|
|||
|
|
}
|
|||
|
|
base.Dispose(disposing);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#region Windows Form Designer generated code
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required method for Designer support - do not modify
|
|||
|
|
/// the contents of this method with the code editor.
|
|||
|
|
/// </summary>
|
|||
|
|
private void InitializeComponent()
|
|||
|
|
{
|
|||
|
|
this.components = new System.ComponentModel.Container();
|
|||
|
|
this.colAREA_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colAREA_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTO_LOC_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTO_LOC_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.bsLogisticsComInfo = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.GCLogisticsComInfo = new WMS.Ctrl.GridControlCustom();
|
|||
|
|
this.GVLogisticsComInfo = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
this.colLOG_COM_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSHORT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLINKMAN = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPHONE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colMOBILE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colEMAIL = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colFAX = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colADDRESS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colINITIAL_WEIGHT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colINITIAL_FEE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colADD_WEIGHT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colADD_FEE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLOST_PAYMENT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colDAMAGE_PAYMENT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bsLogisticsComInfo)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GCLogisticsComInfo)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GVLogisticsComInfo)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// colAREA_ID
|
|||
|
|
//
|
|||
|
|
this.colAREA_ID.Name = "colAREA_ID";
|
|||
|
|
//
|
|||
|
|
// colAREA_NAME
|
|||
|
|
//
|
|||
|
|
this.colAREA_NAME.Name = "colAREA_NAME";
|
|||
|
|
//
|
|||
|
|
// colSTO_LOC_ID
|
|||
|
|
//
|
|||
|
|
this.colSTO_LOC_ID.Name = "colSTO_LOC_ID";
|
|||
|
|
//
|
|||
|
|
// colSTO_LOC_NAME
|
|||
|
|
//
|
|||
|
|
this.colSTO_LOC_NAME.Name = "colSTO_LOC_NAME";
|
|||
|
|
//
|
|||
|
|
// bsLogisticsComInfo
|
|||
|
|
//
|
|||
|
|
this.bsLogisticsComInfo.DataSource = typeof(WMS.Model.Base.LogisticsComInfoModel);
|
|||
|
|
//
|
|||
|
|
// GCLogisticsComInfo
|
|||
|
|
//
|
|||
|
|
this.GCLogisticsComInfo.ColorApprove = System.Drawing.Color.Empty;
|
|||
|
|
this.GCLogisticsComInfo.ColorApproveValue = null;
|
|||
|
|
this.GCLogisticsComInfo.ColorPass = System.Drawing.Color.Empty;
|
|||
|
|
this.GCLogisticsComInfo.ColorPassValue = null;
|
|||
|
|
this.GCLogisticsComInfo.ColorRepeal = System.Drawing.Color.Empty;
|
|||
|
|
this.GCLogisticsComInfo.ColorRepealValue = null;
|
|||
|
|
this.GCLogisticsComInfo.ColorReWork = System.Drawing.Color.Empty;
|
|||
|
|
this.GCLogisticsComInfo.ColorReWorkValue = null;
|
|||
|
|
this.GCLogisticsComInfo.ColorSelectedRow = System.Drawing.Color.Empty;
|
|||
|
|
this.GCLogisticsComInfo.ColorShortage = System.Drawing.Color.Empty;
|
|||
|
|
this.GCLogisticsComInfo.ColorShortageFlagColumn = null;
|
|||
|
|
this.GCLogisticsComInfo.ColorShortageValue = null;
|
|||
|
|
this.GCLogisticsComInfo.ColorUnExecute = System.Drawing.Color.Empty;
|
|||
|
|
this.GCLogisticsComInfo.ColorUnExecuteValue = null;
|
|||
|
|
this.GCLogisticsComInfo.ColorUnPass = System.Drawing.Color.Empty;
|
|||
|
|
this.GCLogisticsComInfo.ColorUnPassValue = null;
|
|||
|
|
this.GCLogisticsComInfo.ColorVerify = System.Drawing.Color.Empty;
|
|||
|
|
this.GCLogisticsComInfo.ColorVerifyFlagColumn = null;
|
|||
|
|
this.GCLogisticsComInfo.ColorVerifyValue = null;
|
|||
|
|
this.GCLogisticsComInfo.ColorWarning = System.Drawing.Color.Empty;
|
|||
|
|
this.GCLogisticsComInfo.ColorWarningValue = null;
|
|||
|
|
this.GCLogisticsComInfo.DataSource = this.bsLogisticsComInfo;
|
|||
|
|
this.GCLogisticsComInfo.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.GCLogisticsComInfo.EnableAppearanceEvenRow = true;
|
|||
|
|
this.GCLogisticsComInfo.IndicatorWidth = 40;
|
|||
|
|
this.GCLogisticsComInfo.Location = new System.Drawing.Point(3, 4);
|
|||
|
|
this.GCLogisticsComInfo.MainView = this.GVLogisticsComInfo;
|
|||
|
|
this.GCLogisticsComInfo.Name = "GCLogisticsComInfo";
|
|||
|
|
this.GCLogisticsComInfo.ShowRowID = true;
|
|||
|
|
this.GCLogisticsComInfo.Size = new System.Drawing.Size(1205, 632);
|
|||
|
|
this.GCLogisticsComInfo.TabIndex = 1;
|
|||
|
|
this.GCLogisticsComInfo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.GVLogisticsComInfo});
|
|||
|
|
//
|
|||
|
|
// GVLogisticsComInfo
|
|||
|
|
//
|
|||
|
|
this.GVLogisticsComInfo.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|||
|
|
this.GVLogisticsComInfo.Appearance.EvenRow.Options.UseBackColor = true;
|
|||
|
|
this.GVLogisticsComInfo.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.colLOG_COM_NAME,
|
|||
|
|
this.colSHORT,
|
|||
|
|
this.colLINKMAN,
|
|||
|
|
this.colPHONE,
|
|||
|
|
this.colMOBILE,
|
|||
|
|
this.colEMAIL,
|
|||
|
|
this.colFAX,
|
|||
|
|
this.colADDRESS,
|
|||
|
|
this.colINITIAL_WEIGHT,
|
|||
|
|
this.colINITIAL_FEE,
|
|||
|
|
this.colADD_WEIGHT,
|
|||
|
|
this.colADD_FEE,
|
|||
|
|
this.colLOST_PAYMENT,
|
|||
|
|
this.colDAMAGE_PAYMENT});
|
|||
|
|
this.GVLogisticsComInfo.GridControl = this.GCLogisticsComInfo;
|
|||
|
|
this.GVLogisticsComInfo.IndicatorWidth = 34;
|
|||
|
|
this.GVLogisticsComInfo.Name = "GVLogisticsComInfo";
|
|||
|
|
this.GVLogisticsComInfo.OptionsBehavior.Editable = false;
|
|||
|
|
this.GVLogisticsComInfo.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click;
|
|||
|
|
this.GVLogisticsComInfo.OptionsMenu.EnableColumnMenu = false;
|
|||
|
|
this.GVLogisticsComInfo.OptionsView.ColumnAutoWidth = false;
|
|||
|
|
this.GVLogisticsComInfo.OptionsView.EnableAppearanceEvenRow = true;
|
|||
|
|
this.GVLogisticsComInfo.OptionsView.ShowGroupPanel = false;
|
|||
|
|
this.GVLogisticsComInfo.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
|
|||
|
|
this.GVLogisticsComInfo.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.GVLogisticsComInfo_FocusedRowChanged);
|
|||
|
|
this.GVLogisticsComInfo.DoubleClick += new System.EventHandler(this.GVLogisticsComInfo_DoubleClick);
|
|||
|
|
//
|
|||
|
|
// colLOG_COM_NAME
|
|||
|
|
//
|
|||
|
|
this.colLOG_COM_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F);
|
|||
|
|
this.colLOG_COM_NAME.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colLOG_COM_NAME.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colLOG_COM_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colLOG_COM_NAME.FieldName = "LOG_COM_NAME";
|
|||
|
|
this.colLOG_COM_NAME.Name = "colLOG_COM_NAME";
|
|||
|
|
this.colLOG_COM_NAME.Visible = true;
|
|||
|
|
this.colLOG_COM_NAME.VisibleIndex = 0;
|
|||
|
|
this.colLOG_COM_NAME.Width = 178;
|
|||
|
|
//
|
|||
|
|
// colSHORT
|
|||
|
|
//
|
|||
|
|
this.colSHORT.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F);
|
|||
|
|
this.colSHORT.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colSHORT.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colSHORT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colSHORT.FieldName = "SHORT";
|
|||
|
|
this.colSHORT.Name = "colSHORT";
|
|||
|
|
this.colSHORT.Visible = true;
|
|||
|
|
this.colSHORT.VisibleIndex = 1;
|
|||
|
|
this.colSHORT.Width = 85;
|
|||
|
|
//
|
|||
|
|
// colLINKMAN
|
|||
|
|
//
|
|||
|
|
this.colLINKMAN.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F);
|
|||
|
|
this.colLINKMAN.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colLINKMAN.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colLINKMAN.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colLINKMAN.FieldName = "LINKMAN";
|
|||
|
|
this.colLINKMAN.Name = "colLINKMAN";
|
|||
|
|
this.colLINKMAN.Visible = true;
|
|||
|
|
this.colLINKMAN.VisibleIndex = 2;
|
|||
|
|
this.colLINKMAN.Width = 60;
|
|||
|
|
//
|
|||
|
|
// colPHONE
|
|||
|
|
//
|
|||
|
|
this.colPHONE.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F);
|
|||
|
|
this.colPHONE.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colPHONE.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colPHONE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colPHONE.FieldName = "PHONE";
|
|||
|
|
this.colPHONE.Name = "colPHONE";
|
|||
|
|
this.colPHONE.Visible = true;
|
|||
|
|
this.colPHONE.VisibleIndex = 3;
|
|||
|
|
this.colPHONE.Width = 98;
|
|||
|
|
//
|
|||
|
|
// colMOBILE
|
|||
|
|
//
|
|||
|
|
this.colMOBILE.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F);
|
|||
|
|
this.colMOBILE.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colMOBILE.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colMOBILE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colMOBILE.FieldName = "MOBILE";
|
|||
|
|
this.colMOBILE.Name = "colMOBILE";
|
|||
|
|
this.colMOBILE.Visible = true;
|
|||
|
|
this.colMOBILE.VisibleIndex = 4;
|
|||
|
|
this.colMOBILE.Width = 86;
|
|||
|
|
//
|
|||
|
|
// colEMAIL
|
|||
|
|
//
|
|||
|
|
this.colEMAIL.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F);
|
|||
|
|
this.colEMAIL.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colEMAIL.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colEMAIL.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colEMAIL.FieldName = "EMAIL";
|
|||
|
|
this.colEMAIL.Name = "colEMAIL";
|
|||
|
|
this.colEMAIL.Visible = true;
|
|||
|
|
this.colEMAIL.VisibleIndex = 5;
|
|||
|
|
this.colEMAIL.Width = 111;
|
|||
|
|
//
|
|||
|
|
// colFAX
|
|||
|
|
//
|
|||
|
|
this.colFAX.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F);
|
|||
|
|
this.colFAX.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colFAX.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colFAX.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colFAX.FieldName = "FAX";
|
|||
|
|
this.colFAX.Name = "colFAX";
|
|||
|
|
this.colFAX.Visible = true;
|
|||
|
|
this.colFAX.VisibleIndex = 6;
|
|||
|
|
this.colFAX.Width = 91;
|
|||
|
|
//
|
|||
|
|
// colADDRESS
|
|||
|
|
//
|
|||
|
|
this.colADDRESS.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F);
|
|||
|
|
this.colADDRESS.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colADDRESS.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colADDRESS.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colADDRESS.FieldName = "ADDRESS";
|
|||
|
|
this.colADDRESS.Name = "colADDRESS";
|
|||
|
|
this.colADDRESS.Visible = true;
|
|||
|
|
this.colADDRESS.VisibleIndex = 13;
|
|||
|
|
this.colADDRESS.Width = 268;
|
|||
|
|
//
|
|||
|
|
// colINITIAL_WEIGHT
|
|||
|
|
//
|
|||
|
|
this.colINITIAL_WEIGHT.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F);
|
|||
|
|
this.colINITIAL_WEIGHT.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colINITIAL_WEIGHT.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colINITIAL_WEIGHT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colINITIAL_WEIGHT.FieldName = "INITIAL_WEIGHT";
|
|||
|
|
this.colINITIAL_WEIGHT.Name = "colINITIAL_WEIGHT";
|
|||
|
|
this.colINITIAL_WEIGHT.Visible = true;
|
|||
|
|
this.colINITIAL_WEIGHT.VisibleIndex = 7;
|
|||
|
|
this.colINITIAL_WEIGHT.Width = 42;
|
|||
|
|
//
|
|||
|
|
// colINITIAL_FEE
|
|||
|
|
//
|
|||
|
|
this.colINITIAL_FEE.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F);
|
|||
|
|
this.colINITIAL_FEE.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colINITIAL_FEE.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colINITIAL_FEE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colINITIAL_FEE.FieldName = "INITIAL_FEE";
|
|||
|
|
this.colINITIAL_FEE.Name = "colINITIAL_FEE";
|
|||
|
|
this.colINITIAL_FEE.Visible = true;
|
|||
|
|
this.colINITIAL_FEE.VisibleIndex = 8;
|
|||
|
|
this.colINITIAL_FEE.Width = 36;
|
|||
|
|
//
|
|||
|
|
// colADD_WEIGHT
|
|||
|
|
//
|
|||
|
|
this.colADD_WEIGHT.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F);
|
|||
|
|
this.colADD_WEIGHT.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colADD_WEIGHT.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colADD_WEIGHT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colADD_WEIGHT.FieldName = "ADD_WEIGHT";
|
|||
|
|
this.colADD_WEIGHT.Name = "colADD_WEIGHT";
|
|||
|
|
this.colADD_WEIGHT.Visible = true;
|
|||
|
|
this.colADD_WEIGHT.VisibleIndex = 9;
|
|||
|
|
this.colADD_WEIGHT.Width = 36;
|
|||
|
|
//
|
|||
|
|
// colADD_FEE
|
|||
|
|
//
|
|||
|
|
this.colADD_FEE.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F);
|
|||
|
|
this.colADD_FEE.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colADD_FEE.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colADD_FEE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colADD_FEE.FieldName = "ADD_FEE";
|
|||
|
|
this.colADD_FEE.Name = "colADD_FEE";
|
|||
|
|
this.colADD_FEE.Visible = true;
|
|||
|
|
this.colADD_FEE.VisibleIndex = 10;
|
|||
|
|
this.colADD_FEE.Width = 34;
|
|||
|
|
//
|
|||
|
|
// colLOST_PAYMENT
|
|||
|
|
//
|
|||
|
|
this.colLOST_PAYMENT.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F);
|
|||
|
|
this.colLOST_PAYMENT.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colLOST_PAYMENT.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colLOST_PAYMENT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colLOST_PAYMENT.FieldName = "LOST_PAYMENT";
|
|||
|
|
this.colLOST_PAYMENT.Name = "colLOST_PAYMENT";
|
|||
|
|
this.colLOST_PAYMENT.Visible = true;
|
|||
|
|
this.colLOST_PAYMENT.VisibleIndex = 11;
|
|||
|
|
this.colLOST_PAYMENT.Width = 56;
|
|||
|
|
//
|
|||
|
|
// colDAMAGE_PAYMENT
|
|||
|
|
//
|
|||
|
|
this.colDAMAGE_PAYMENT.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F);
|
|||
|
|
this.colDAMAGE_PAYMENT.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colDAMAGE_PAYMENT.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colDAMAGE_PAYMENT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colDAMAGE_PAYMENT.FieldName = "DAMAGE_PAYMENT";
|
|||
|
|
this.colDAMAGE_PAYMENT.Name = "colDAMAGE_PAYMENT";
|
|||
|
|
this.colDAMAGE_PAYMENT.Visible = true;
|
|||
|
|
this.colDAMAGE_PAYMENT.VisibleIndex = 12;
|
|||
|
|
this.colDAMAGE_PAYMENT.Width = 56;
|
|||
|
|
//
|
|||
|
|
// FrmLogisticsComInfo
|
|||
|
|
//
|
|||
|
|
this.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.Appearance.Options.UseFont = true;
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(1211, 640);
|
|||
|
|
this.Controls.Add(this.GCLogisticsComInfo);
|
|||
|
|
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
|||
|
|
this.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
|
this.Name = "FrmLogisticsComInfo";
|
|||
|
|
this.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|||
|
|
this.Text = "快递公司信息";
|
|||
|
|
this.Load += new System.EventHandler(this.FrmLogisticsComInfo_Load);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bsLogisticsComInfo)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GCLogisticsComInfo)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GVLogisticsComInfo)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colAREA_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colAREA_NAME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTO_LOC_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTO_LOC_NAME;
|
|||
|
|
private System.Windows.Forms.BindingSource bsLogisticsComInfo;
|
|||
|
|
private Ctrl.GridControlCustom GCLogisticsComInfo;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GVLogisticsComInfo;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOG_COM_NAME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSHORT;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLINKMAN;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPHONE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colMOBILE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colEMAIL;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colFAX;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colADDRESS;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colINITIAL_WEIGHT;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colINITIAL_FEE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colADD_WEIGHT;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colADD_FEE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOST_PAYMENT;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colDAMAGE_PAYMENT;
|
|||
|
|
}
|
|||
|
|
}
|