652 lines
32 KiB
C#
652 lines
32 KiB
C#
|
|
namespace WMS.FrmBaseData
|
|||
|
|
{
|
|||
|
|
partial class FrmProvider
|
|||
|
|
{
|
|||
|
|
/// <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.BSProvidertab = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.BSProvider = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.GCProvider = new WMS.Ctrl.GridControlCustom();
|
|||
|
|
this.GVProvider = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
this.colPROVIDER_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPROVIDER_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colADDRESS = 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.colFAX = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colEMAIL = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPOSTCODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colBANK = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colACCOUNT_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colACCOUNT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPY_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colARR_DAYS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPERCENTAGE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colIsCheckRec = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colNATURE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colWEBSITE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLEGALMAN = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colAREA_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colREGADDRESS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colINVOICETITLE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colTAXNUMBER = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPAY_TYPE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colINVOICEADDRESS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colRECIPIENT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colRECPHONE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colRECFAX = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colRECEMAIL = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colVERSION = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|||
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|||
|
|
this.gridControlCustom1 = new WMS.Ctrl.GridControlCustom();
|
|||
|
|
this.goodsInfoModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.GvGoods = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
this.colGOODS_PROVIDER_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODS_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODS_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPROVIDER_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPROVIDER_NAME1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colREMARK1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colVERSION1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODSTIME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODSENDTIME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODS_PRICE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|||
|
|
this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
|
|||
|
|
this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.BSProvidertab)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.BSProvider)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GCProvider)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GVProvider)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|||
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|||
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|||
|
|
this.splitContainer1.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.goodsInfoModelBindingSource)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GvGoods)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// BSProvidertab
|
|||
|
|
//
|
|||
|
|
this.BSProvidertab.DataSource = typeof(WMS.Model.Base.ProviderModel);
|
|||
|
|
//
|
|||
|
|
// BSProvider
|
|||
|
|
//
|
|||
|
|
this.BSProvider.DataSource = typeof(WMS.Model.Base.ProviderModel);
|
|||
|
|
//
|
|||
|
|
// GCProvider
|
|||
|
|
//
|
|||
|
|
this.GCProvider.ColorApprove = System.Drawing.Color.Empty;
|
|||
|
|
this.GCProvider.ColorApproveValue = null;
|
|||
|
|
this.GCProvider.ColorPass = System.Drawing.Color.Empty;
|
|||
|
|
this.GCProvider.ColorPassValue = null;
|
|||
|
|
this.GCProvider.ColorRepeal = System.Drawing.Color.Empty;
|
|||
|
|
this.GCProvider.ColorRepealValue = null;
|
|||
|
|
this.GCProvider.ColorReWork = System.Drawing.Color.Empty;
|
|||
|
|
this.GCProvider.ColorReWorkValue = null;
|
|||
|
|
this.GCProvider.ColorSelectedRow = System.Drawing.Color.Empty;
|
|||
|
|
this.GCProvider.ColorShortage = System.Drawing.Color.Empty;
|
|||
|
|
this.GCProvider.ColorShortageFlagColumn = null;
|
|||
|
|
this.GCProvider.ColorShortageValue = null;
|
|||
|
|
this.GCProvider.ColorUnExecute = System.Drawing.Color.Empty;
|
|||
|
|
this.GCProvider.ColorUnExecuteValue = null;
|
|||
|
|
this.GCProvider.ColorUnPass = System.Drawing.Color.Empty;
|
|||
|
|
this.GCProvider.ColorUnPassValue = null;
|
|||
|
|
this.GCProvider.ColorVerify = System.Drawing.Color.Empty;
|
|||
|
|
this.GCProvider.ColorVerifyFlagColumn = null;
|
|||
|
|
this.GCProvider.ColorVerifyValue = null;
|
|||
|
|
this.GCProvider.ColorWarning = System.Drawing.Color.Empty;
|
|||
|
|
this.GCProvider.ColorWarningValue = null;
|
|||
|
|
this.GCProvider.DataSource = this.BSProvider;
|
|||
|
|
this.GCProvider.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.GCProvider.EnableAppearanceEvenRow = true;
|
|||
|
|
this.GCProvider.IndicatorWidth = 40;
|
|||
|
|
this.GCProvider.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.GCProvider.MainView = this.GVProvider;
|
|||
|
|
this.GCProvider.Name = "GCProvider";
|
|||
|
|
this.GCProvider.ShowRowID = true;
|
|||
|
|
this.GCProvider.Size = new System.Drawing.Size(986, 237);
|
|||
|
|
this.GCProvider.TabIndex = 2;
|
|||
|
|
this.GCProvider.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.GVProvider});
|
|||
|
|
this.GCProvider.DoubleClick += new System.EventHandler(this.GCProvider_DoubleClick);
|
|||
|
|
//
|
|||
|
|
// GVProvider
|
|||
|
|
//
|
|||
|
|
this.GVProvider.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|||
|
|
this.GVProvider.Appearance.EvenRow.Options.UseBackColor = true;
|
|||
|
|
this.GVProvider.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.colPROVIDER_ID,
|
|||
|
|
this.colPROVIDER_NAME,
|
|||
|
|
this.colADDRESS,
|
|||
|
|
this.colLINKMAN,
|
|||
|
|
this.colPHONE,
|
|||
|
|
this.colMOBILE,
|
|||
|
|
this.colFAX,
|
|||
|
|
this.colEMAIL,
|
|||
|
|
this.colPOSTCODE,
|
|||
|
|
this.colBANK,
|
|||
|
|
this.colACCOUNT_NAME,
|
|||
|
|
this.colACCOUNT,
|
|||
|
|
this.colPY_NAME,
|
|||
|
|
this.colARR_DAYS,
|
|||
|
|
this.colPERCENTAGE,
|
|||
|
|
this.colREMARK,
|
|||
|
|
this.colIsCheckRec,
|
|||
|
|
this.colNATURE,
|
|||
|
|
this.colWEBSITE,
|
|||
|
|
this.colLEGALMAN,
|
|||
|
|
this.colAREA_ID,
|
|||
|
|
this.colREGADDRESS,
|
|||
|
|
this.colINVOICETITLE,
|
|||
|
|
this.colTAXNUMBER,
|
|||
|
|
this.colPAY_TYPE_ID,
|
|||
|
|
this.colINVOICEADDRESS,
|
|||
|
|
this.colRECIPIENT,
|
|||
|
|
this.colRECPHONE,
|
|||
|
|
this.colRECFAX,
|
|||
|
|
this.colRECEMAIL,
|
|||
|
|
this.colVERSION});
|
|||
|
|
this.GVProvider.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|||
|
|
this.GVProvider.GridControl = this.GCProvider;
|
|||
|
|
this.GVProvider.IndicatorWidth = 34;
|
|||
|
|
this.GVProvider.Name = "GVProvider";
|
|||
|
|
this.GVProvider.OptionsBehavior.Editable = false;
|
|||
|
|
this.GVProvider.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|||
|
|
this.GVProvider.OptionsView.ColumnAutoWidth = false;
|
|||
|
|
this.GVProvider.OptionsView.EnableAppearanceEvenRow = true;
|
|||
|
|
this.GVProvider.OptionsView.ShowGroupPanel = false;
|
|||
|
|
this.GVProvider.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.GVProvider_RowClick);
|
|||
|
|
this.GVProvider.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.GVProvider_CustomColumnDisplayText);
|
|||
|
|
//
|
|||
|
|
// colPROVIDER_ID
|
|||
|
|
//
|
|||
|
|
this.colPROVIDER_ID.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colPROVIDER_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colPROVIDER_ID.FieldName = "PROVIDER_ID";
|
|||
|
|
this.colPROVIDER_ID.Name = "colPROVIDER_ID";
|
|||
|
|
this.colPROVIDER_ID.Visible = true;
|
|||
|
|
this.colPROVIDER_ID.VisibleIndex = 0;
|
|||
|
|
this.colPROVIDER_ID.Width = 124;
|
|||
|
|
//
|
|||
|
|
// colPROVIDER_NAME
|
|||
|
|
//
|
|||
|
|
this.colPROVIDER_NAME.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.colPROVIDER_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.colPROVIDER_NAME.FieldName = "PROVIDER_NAME";
|
|||
|
|
this.colPROVIDER_NAME.Name = "colPROVIDER_NAME";
|
|||
|
|
this.colPROVIDER_NAME.Visible = true;
|
|||
|
|
this.colPROVIDER_NAME.VisibleIndex = 1;
|
|||
|
|
this.colPROVIDER_NAME.Width = 156;
|
|||
|
|
//
|
|||
|
|
// colADDRESS
|
|||
|
|
//
|
|||
|
|
this.colADDRESS.FieldName = "ADDRESS";
|
|||
|
|
this.colADDRESS.Name = "colADDRESS";
|
|||
|
|
//
|
|||
|
|
// colLINKMAN
|
|||
|
|
//
|
|||
|
|
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 = 230;
|
|||
|
|
//
|
|||
|
|
// colPHONE
|
|||
|
|
//
|
|||
|
|
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.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 = 135;
|
|||
|
|
//
|
|||
|
|
// colFAX
|
|||
|
|
//
|
|||
|
|
this.colFAX.FieldName = "FAX";
|
|||
|
|
this.colFAX.Name = "colFAX";
|
|||
|
|
//
|
|||
|
|
// colEMAIL
|
|||
|
|
//
|
|||
|
|
this.colEMAIL.FieldName = "EMAIL";
|
|||
|
|
this.colEMAIL.Name = "colEMAIL";
|
|||
|
|
//
|
|||
|
|
// colPOSTCODE
|
|||
|
|
//
|
|||
|
|
this.colPOSTCODE.FieldName = "POSTCODE";
|
|||
|
|
this.colPOSTCODE.Name = "colPOSTCODE";
|
|||
|
|
//
|
|||
|
|
// colBANK
|
|||
|
|
//
|
|||
|
|
this.colBANK.FieldName = "BANK";
|
|||
|
|
this.colBANK.Name = "colBANK";
|
|||
|
|
//
|
|||
|
|
// colACCOUNT_NAME
|
|||
|
|
//
|
|||
|
|
this.colACCOUNT_NAME.FieldName = "ACCOUNT_NAME";
|
|||
|
|
this.colACCOUNT_NAME.Name = "colACCOUNT_NAME";
|
|||
|
|
//
|
|||
|
|
// colACCOUNT
|
|||
|
|
//
|
|||
|
|
this.colACCOUNT.FieldName = "ACCOUNT";
|
|||
|
|
this.colACCOUNT.Name = "colACCOUNT";
|
|||
|
|
//
|
|||
|
|
// colPY_NAME
|
|||
|
|
//
|
|||
|
|
this.colPY_NAME.FieldName = "PY_NAME";
|
|||
|
|
this.colPY_NAME.Name = "colPY_NAME";
|
|||
|
|
//
|
|||
|
|
// colARR_DAYS
|
|||
|
|
//
|
|||
|
|
this.colARR_DAYS.FieldName = "ARR_DAYS";
|
|||
|
|
this.colARR_DAYS.Name = "colARR_DAYS";
|
|||
|
|
//
|
|||
|
|
// colPERCENTAGE
|
|||
|
|
//
|
|||
|
|
this.colPERCENTAGE.FieldName = "PERCENTAGE";
|
|||
|
|
this.colPERCENTAGE.Name = "colPERCENTAGE";
|
|||
|
|
//
|
|||
|
|
// colREMARK
|
|||
|
|
//
|
|||
|
|
this.colREMARK.FieldName = "REMARK";
|
|||
|
|
this.colREMARK.Name = "colREMARK";
|
|||
|
|
this.colREMARK.Visible = true;
|
|||
|
|
this.colREMARK.VisibleIndex = 5;
|
|||
|
|
this.colREMARK.Width = 206;
|
|||
|
|
//
|
|||
|
|
// colIsCheckRec
|
|||
|
|
//
|
|||
|
|
this.colIsCheckRec.FieldName = "IsCheckRec";
|
|||
|
|
this.colIsCheckRec.Name = "colIsCheckRec";
|
|||
|
|
//
|
|||
|
|
// colNATURE
|
|||
|
|
//
|
|||
|
|
this.colNATURE.FieldName = "NATURE";
|
|||
|
|
this.colNATURE.Name = "colNATURE";
|
|||
|
|
//
|
|||
|
|
// colWEBSITE
|
|||
|
|
//
|
|||
|
|
this.colWEBSITE.FieldName = "WEBSITE";
|
|||
|
|
this.colWEBSITE.Name = "colWEBSITE";
|
|||
|
|
//
|
|||
|
|
// colLEGALMAN
|
|||
|
|
//
|
|||
|
|
this.colLEGALMAN.FieldName = "LEGALMAN";
|
|||
|
|
this.colLEGALMAN.Name = "colLEGALMAN";
|
|||
|
|
//
|
|||
|
|
// colAREA_ID
|
|||
|
|
//
|
|||
|
|
this.colAREA_ID.FieldName = "AREA_ID";
|
|||
|
|
this.colAREA_ID.Name = "colAREA_ID";
|
|||
|
|
//
|
|||
|
|
// colREGADDRESS
|
|||
|
|
//
|
|||
|
|
this.colREGADDRESS.FieldName = "REGADDRESS";
|
|||
|
|
this.colREGADDRESS.Name = "colREGADDRESS";
|
|||
|
|
//
|
|||
|
|
// colINVOICETITLE
|
|||
|
|
//
|
|||
|
|
this.colINVOICETITLE.FieldName = "INVOICETITLE";
|
|||
|
|
this.colINVOICETITLE.Name = "colINVOICETITLE";
|
|||
|
|
//
|
|||
|
|
// colTAXNUMBER
|
|||
|
|
//
|
|||
|
|
this.colTAXNUMBER.FieldName = "TAXNUMBER";
|
|||
|
|
this.colTAXNUMBER.Name = "colTAXNUMBER";
|
|||
|
|
//
|
|||
|
|
// colPAY_TYPE_ID
|
|||
|
|
//
|
|||
|
|
this.colPAY_TYPE_ID.FieldName = "PAY_TYPE_ID";
|
|||
|
|
this.colPAY_TYPE_ID.Name = "colPAY_TYPE_ID";
|
|||
|
|
//
|
|||
|
|
// colINVOICEADDRESS
|
|||
|
|
//
|
|||
|
|
this.colINVOICEADDRESS.FieldName = "INVOICEADDRESS";
|
|||
|
|
this.colINVOICEADDRESS.Name = "colINVOICEADDRESS";
|
|||
|
|
//
|
|||
|
|
// colRECIPIENT
|
|||
|
|
//
|
|||
|
|
this.colRECIPIENT.FieldName = "RECIPIENT";
|
|||
|
|
this.colRECIPIENT.Name = "colRECIPIENT";
|
|||
|
|
//
|
|||
|
|
// colRECPHONE
|
|||
|
|
//
|
|||
|
|
this.colRECPHONE.FieldName = "RECPHONE";
|
|||
|
|
this.colRECPHONE.Name = "colRECPHONE";
|
|||
|
|
//
|
|||
|
|
// colRECFAX
|
|||
|
|
//
|
|||
|
|
this.colRECFAX.FieldName = "RECFAX";
|
|||
|
|
this.colRECFAX.Name = "colRECFAX";
|
|||
|
|
//
|
|||
|
|
// colRECEMAIL
|
|||
|
|
//
|
|||
|
|
this.colRECEMAIL.FieldName = "RECEMAIL";
|
|||
|
|
this.colRECEMAIL.Name = "colRECEMAIL";
|
|||
|
|
//
|
|||
|
|
// colVERSION
|
|||
|
|
//
|
|||
|
|
this.colVERSION.FieldName = "VERSION";
|
|||
|
|
this.colVERSION.Name = "colVERSION";
|
|||
|
|
//
|
|||
|
|
// openFileDialog1
|
|||
|
|
//
|
|||
|
|
this.openFileDialog1.FileName = "openFileDialog1";
|
|||
|
|
//
|
|||
|
|
// splitContainer1
|
|||
|
|
//
|
|||
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.splitContainer1.Name = "splitContainer1";
|
|||
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|||
|
|
//
|
|||
|
|
// splitContainer1.Panel1
|
|||
|
|
//
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.GCProvider);
|
|||
|
|
//
|
|||
|
|
// splitContainer1.Panel2
|
|||
|
|
//
|
|||
|
|
this.splitContainer1.Panel2.Controls.Add(this.gridControlCustom1);
|
|||
|
|
this.splitContainer1.Size = new System.Drawing.Size(986, 474);
|
|||
|
|
this.splitContainer1.SplitterDistance = 237;
|
|||
|
|
this.splitContainer1.TabIndex = 3;
|
|||
|
|
//
|
|||
|
|
// gridControlCustom1
|
|||
|
|
//
|
|||
|
|
this.gridControlCustom1.ColorApprove = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorApproveValue = null;
|
|||
|
|
this.gridControlCustom1.ColorPass = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorPassValue = null;
|
|||
|
|
this.gridControlCustom1.ColorRepeal = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorRepealValue = null;
|
|||
|
|
this.gridControlCustom1.ColorReWork = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorReWorkValue = null;
|
|||
|
|
this.gridControlCustom1.ColorSelectedRow = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorShortage = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorShortageFlagColumn = "";
|
|||
|
|
this.gridControlCustom1.ColorShortageValue = "";
|
|||
|
|
this.gridControlCustom1.ColorUnExecute = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorUnExecuteValue = null;
|
|||
|
|
this.gridControlCustom1.ColorUnPass = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorUnPassValue = null;
|
|||
|
|
this.gridControlCustom1.ColorVerify = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorVerifyFlagColumn = "";
|
|||
|
|
this.gridControlCustom1.ColorVerifyValue = "";
|
|||
|
|
this.gridControlCustom1.ColorWarning = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorWarningValue = null;
|
|||
|
|
this.gridControlCustom1.DataSource = this.goodsInfoModelBindingSource;
|
|||
|
|
this.gridControlCustom1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.gridControlCustom1.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gridControlCustom1.IndicatorWidth = 40;
|
|||
|
|
this.gridControlCustom1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.gridControlCustom1.MainView = this.GvGoods;
|
|||
|
|
this.gridControlCustom1.Name = "gridControlCustom1";
|
|||
|
|
this.gridControlCustom1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|||
|
|
this.repositoryItemLookUpEdit1,
|
|||
|
|
this.repositoryItemPictureEdit1,
|
|||
|
|
this.repositoryItemImageEdit1});
|
|||
|
|
this.gridControlCustom1.ShowRowID = true;
|
|||
|
|
this.gridControlCustom1.Size = new System.Drawing.Size(986, 233);
|
|||
|
|
this.gridControlCustom1.TabIndex = 1;
|
|||
|
|
this.gridControlCustom1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.GvGoods});
|
|||
|
|
//
|
|||
|
|
// goodsInfoModelBindingSource
|
|||
|
|
//
|
|||
|
|
this.goodsInfoModelBindingSource.DataSource = typeof(WMS.Model.Base.GoodsProviderModel);
|
|||
|
|
//
|
|||
|
|
// GvGoods
|
|||
|
|
//
|
|||
|
|
this.GvGoods.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|||
|
|
this.GvGoods.Appearance.EvenRow.Options.UseBackColor = true;
|
|||
|
|
this.GvGoods.Appearance.HeaderPanel.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|||
|
|
this.GvGoods.Appearance.HeaderPanel.Options.UseFont = true;
|
|||
|
|
this.GvGoods.Appearance.Row.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|||
|
|
this.GvGoods.Appearance.Row.Options.UseFont = true;
|
|||
|
|
this.GvGoods.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|||
|
|
this.GvGoods.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.colGOODS_PROVIDER_ID,
|
|||
|
|
this.colGOODS_ID,
|
|||
|
|
this.colGOODS_NAME,
|
|||
|
|
this.colPROVIDER_ID1,
|
|||
|
|
this.colPROVIDER_NAME1,
|
|||
|
|
this.colREMARK1,
|
|||
|
|
this.colVERSION1,
|
|||
|
|
this.colGOODSTIME,
|
|||
|
|
this.colGOODSENDTIME,
|
|||
|
|
this.colSTS,
|
|||
|
|
this.colGOODS_PRICE});
|
|||
|
|
this.GvGoods.GridControl = this.gridControlCustom1;
|
|||
|
|
this.GvGoods.IndicatorWidth = 34;
|
|||
|
|
this.GvGoods.Name = "GvGoods";
|
|||
|
|
this.GvGoods.OptionsBehavior.Editable = false;
|
|||
|
|
this.GvGoods.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|||
|
|
this.GvGoods.OptionsView.ColumnAutoWidth = false;
|
|||
|
|
this.GvGoods.OptionsView.EnableAppearanceEvenRow = true;
|
|||
|
|
this.GvGoods.OptionsView.ShowFooter = true;
|
|||
|
|
this.GvGoods.OptionsView.ShowGroupPanel = false;
|
|||
|
|
//
|
|||
|
|
// colGOODS_PROVIDER_ID
|
|||
|
|
//
|
|||
|
|
this.colGOODS_PROVIDER_ID.FieldName = "GOODS_PROVIDER_ID";
|
|||
|
|
this.colGOODS_PROVIDER_ID.Name = "colGOODS_PROVIDER_ID";
|
|||
|
|
this.colGOODS_PROVIDER_ID.Width = 122;
|
|||
|
|
//
|
|||
|
|
// colGOODS_ID
|
|||
|
|
//
|
|||
|
|
this.colGOODS_ID.FieldName = "GOODS_ID";
|
|||
|
|
this.colGOODS_ID.Name = "colGOODS_ID";
|
|||
|
|
this.colGOODS_ID.Visible = true;
|
|||
|
|
this.colGOODS_ID.VisibleIndex = 0;
|
|||
|
|
//
|
|||
|
|
// colGOODS_NAME
|
|||
|
|
//
|
|||
|
|
this.colGOODS_NAME.FieldName = "GOODS_NAME";
|
|||
|
|
this.colGOODS_NAME.Name = "colGOODS_NAME";
|
|||
|
|
this.colGOODS_NAME.Visible = true;
|
|||
|
|
this.colGOODS_NAME.VisibleIndex = 1;
|
|||
|
|
this.colGOODS_NAME.Width = 114;
|
|||
|
|
//
|
|||
|
|
// colPROVIDER_ID1
|
|||
|
|
//
|
|||
|
|
this.colPROVIDER_ID1.FieldName = "PROVIDER_ID";
|
|||
|
|
this.colPROVIDER_ID1.Name = "colPROVIDER_ID1";
|
|||
|
|
this.colPROVIDER_ID1.Visible = true;
|
|||
|
|
this.colPROVIDER_ID1.VisibleIndex = 2;
|
|||
|
|
this.colPROVIDER_ID1.Width = 103;
|
|||
|
|
//
|
|||
|
|
// colPROVIDER_NAME1
|
|||
|
|
//
|
|||
|
|
this.colPROVIDER_NAME1.FieldName = "PROVIDER_NAME";
|
|||
|
|
this.colPROVIDER_NAME1.Name = "colPROVIDER_NAME1";
|
|||
|
|
//
|
|||
|
|
// colREMARK1
|
|||
|
|
//
|
|||
|
|
this.colREMARK1.FieldName = "REMARK";
|
|||
|
|
this.colREMARK1.Name = "colREMARK1";
|
|||
|
|
//
|
|||
|
|
// colVERSION1
|
|||
|
|
//
|
|||
|
|
this.colVERSION1.FieldName = "VERSION";
|
|||
|
|
this.colVERSION1.Name = "colVERSION1";
|
|||
|
|
//
|
|||
|
|
// colGOODSTIME
|
|||
|
|
//
|
|||
|
|
this.colGOODSTIME.FieldName = "GOODSTIME";
|
|||
|
|
this.colGOODSTIME.Name = "colGOODSTIME";
|
|||
|
|
this.colGOODSTIME.Visible = true;
|
|||
|
|
this.colGOODSTIME.VisibleIndex = 3;
|
|||
|
|
this.colGOODSTIME.Width = 99;
|
|||
|
|
//
|
|||
|
|
// colGOODSENDTIME
|
|||
|
|
//
|
|||
|
|
this.colGOODSENDTIME.FieldName = "GOODSENDTIME";
|
|||
|
|
this.colGOODSENDTIME.Name = "colGOODSENDTIME";
|
|||
|
|
//
|
|||
|
|
// colSTS
|
|||
|
|
//
|
|||
|
|
this.colSTS.FieldName = "STS";
|
|||
|
|
this.colSTS.Name = "colSTS";
|
|||
|
|
this.colSTS.Visible = true;
|
|||
|
|
this.colSTS.VisibleIndex = 5;
|
|||
|
|
//
|
|||
|
|
// colGOODS_PRICE
|
|||
|
|
//
|
|||
|
|
this.colGOODS_PRICE.FieldName = "GOODS_PRICE";
|
|||
|
|
this.colGOODS_PRICE.Name = "colGOODS_PRICE";
|
|||
|
|
this.colGOODS_PRICE.Visible = true;
|
|||
|
|
this.colGOODS_PRICE.VisibleIndex = 4;
|
|||
|
|
this.colGOODS_PRICE.Width = 132;
|
|||
|
|
//
|
|||
|
|
// repositoryItemLookUpEdit1
|
|||
|
|
//
|
|||
|
|
this.repositoryItemLookUpEdit1.AutoHeight = false;
|
|||
|
|
this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
|
|||
|
|
//
|
|||
|
|
// repositoryItemPictureEdit1
|
|||
|
|
//
|
|||
|
|
this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
|
|||
|
|
this.repositoryItemPictureEdit1.ZoomAccelerationFactor = 1D;
|
|||
|
|
//
|
|||
|
|
// repositoryItemImageEdit1
|
|||
|
|
//
|
|||
|
|
this.repositoryItemImageEdit1.AutoHeight = false;
|
|||
|
|
this.repositoryItemImageEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.repositoryItemImageEdit1.Name = "repositoryItemImageEdit1";
|
|||
|
|
//
|
|||
|
|
// FrmProvider
|
|||
|
|
//
|
|||
|
|
this.Appearance.Options.UseFont = true;
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(986, 474);
|
|||
|
|
this.Controls.Add(this.splitContainer1);
|
|||
|
|
this.Font = new System.Drawing.Font("宋体", 10F);
|
|||
|
|
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
|||
|
|
this.Name = "FrmProvider";
|
|||
|
|
this.Text = "供应商";
|
|||
|
|
this.Load += new System.EventHandler(this.FrmProvider_Load);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.BSProvidertab)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.BSProvider)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GCProvider)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GVProvider)).EndInit();
|
|||
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|||
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|||
|
|
this.splitContainer1.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.goodsInfoModelBindingSource)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GvGoods)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.BindingSource BSProvider;
|
|||
|
|
private System.Windows.Forms.BindingSource BSProvidertab;
|
|||
|
|
private Ctrl.GridControlCustom GCProvider;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GVProvider;
|
|||
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPROVIDER_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPROVIDER_NAME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colADDRESS;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLINKMAN;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPHONE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colMOBILE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colFAX;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colEMAIL;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPOSTCODE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colBANK;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colACCOUNT_NAME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colACCOUNT;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPY_NAME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colARR_DAYS;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPERCENTAGE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colREMARK;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colIsCheckRec;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colNATURE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colWEBSITE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLEGALMAN;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colAREA_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colREGADDRESS;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colINVOICETITLE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTAXNUMBER;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPAY_TYPE_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colINVOICEADDRESS;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colRECIPIENT;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colRECPHONE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colRECFAX;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colRECEMAIL;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colVERSION;
|
|||
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|||
|
|
private Ctrl.GridControlCustom gridControlCustom1;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GvGoods;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit1;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repositoryItemPictureEdit1;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemImageEdit repositoryItemImageEdit1;
|
|||
|
|
private System.Windows.Forms.BindingSource goodsInfoModelBindingSource;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_PROVIDER_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NAME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPROVIDER_ID1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPROVIDER_NAME1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colREMARK1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colVERSION1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODSTIME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODSENDTIME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTS;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_PRICE;
|
|||
|
|
}
|
|||
|
|
}
|