using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using CoreFS.CA06; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using Infragistics.Win.UltraWinGrid; using System.Collections; namespace Core.StlMes.Client.Sale.UI.Balance.StaticData { public class TbColumnAndCaption { public static Hashtable GetDataSetColumnLength() { Hashtable hs = new Hashtable(); hs.Add("OUTSTOCKMNY",80); hs.Add("TRANSMNY", 120); hs.Add(ORD_SEQ, 50); hs.Add(ORD_LN_DLY, 50); hs.Add(ISPRECLOSE, 50); hs.Add("SHIPNO", 80); hs.Add("SHIPPRICE", 70); hs.Add("ORD_NO", 100); hs.Add("ASKPLAN_ID", 100); hs.Add("MONEY", 80); hs.Add("PRICE", 70); hs.Add("SPETKEY", 100); hs.Add("STEELCODEKEY", 70); hs.Add("ADJUSTPRICEPERSON", 80); hs.Add("ADJUSTPRICEREASON", 60); hs.Add("AFFIRMPERSON", 80); hs.Add("AFFIRMTIME", 80); hs.Add("TICKETTYPE", 60); hs.Add("TICKETNUM", 60); hs.Add("MONEY_TYPE", 80); hs.Add("TRANS_TYPE", 60); hs.Add("MOTORMANNAME", 100); hs.Add("REG_ID", 80); hs.Add("REG_DTIME", 80); hs.Add("AFFRIM_ID", 80); hs.Add("AFFRIM_TIME", 80); hs.Add("TALLYSHEET_NO", 120); hs.Add("BATCH_NO", 100); hs.Add("QUANTITY", 50); hs.Add("WEIGHT", 60); hs.Add("ACT_WGT", 70); hs.Add("BUYERCODE",150); hs.Add("BUYERNAME",150); hs.Add("INVOICENO_ORG", 150); hs.Add("FST_DRAWEE_UNIT", 150); hs.Add("CUSTOMER_NO", 150); hs.Add("CUSTOMER_NM", 150); hs.Add("RECEIV_NO", 150); hs.Add("RECEIV_NM", 150); hs.Add("MODEL_DESC", 50); hs.Add("CONTAIN_TAX", 50); hs.Add("SEND_NUM", 70); hs.Add("ORDER_UNIT", 50); hs.Add("OUTWEIGHT", 80); hs.Add("LISTNUMBER", 120); return hs; } public static Hashtable GetDataSetColumnType() { Hashtable hs = new Hashtable(); hs.Add("SELECT", "System.Boolean"); hs.Add("TRANSMNY", "System.Decimal"); hs.Add("MONEY", "System.Decimal"); hs.Add("TICKETNUM", "System.Decimal"); hs.Add("TRANSNUM", "System.Decimal"); hs.Add("QUANTITY", "System.Decimal"); hs.Add("WEIGHT", "System.Decimal"); hs.Add("OUTSTOCKMNY", "System.Decimal"); hs.Add("SEND_NUM", "System.Decimal"); return hs; } public static Hashtable GetColumnAndCaption() { Hashtable hs = new Hashtable(); hs.Add("SHIPNO", "船号"); hs.Add("BUYERCODE", "结算单位编码"); hs.Add("BUYERNAME", "结算单位"); hs.Add("INCEPTCORPCODE", "收货单位"); hs.Add("QUANTITY", "支数"); hs.Add("WEIGHT", "重量"); hs.Add("MONEY", "金额"); hs.Add("OUTSTOCKMNY", "吊装费"); hs.Add("TRANSMNY", "运费"); hs.Add("ISPRECLOSE", "划断"); hs.Add("ORD_NO", "合同号"); hs.Add("ORD_SEQ", "合同行"); hs.Add("ORD_LN_DLY", "交货行"); hs.Add("SPETKEY", "规格"); hs.Add("STEELCODEKEY", " 钢级(牌号)"); hs.Add("PRICE", "单价"); hs.Add("AFFRIMPERSON", "确认人"); hs.Add("AFFIRMTIME", "确认时间"); hs.Add("BASEPRICE", "订单价"); hs.Add("FORECORPCODE", "子公司"); hs.Add("STATIONCODE", "到站"); hs.Add("TALLYSHEET_NO", "理货单"); hs.Add("BATCH_NO", " 炉批号"); hs.Add("ACT_WGT", "重量"); hs.Add("TICKETTYPE", "类型"); hs.Add("TICKETNUM", "票据数"); hs.Add("TRANS_TYPE", "运输类型"); hs.Add("MOTORMANNAME", "承运公司"); hs.Add("REG_ID", "维护人"); hs.Add("REG_DTIME", "维护时间"); hs.Add("AFFRIM_ID", "确认人"); hs.Add("AFFRIM_TIME", "确认时间"); hs.Add("MONEY_TYPE", "费用类型"); hs.Add("ASKPLAN_ID", "提单号"); hs.Add("TRANS_TYPE_NAME", "运输方式"); hs.Add("REALINVOICENO_ORG", "首次真实发票号"); hs.Add("REALINVOICENO", "末次真实发票号"); hs.Add("INVOICENO", "末次结算单号"); hs.Add("MONEY_ORG", "首次结算金额"); hs.Add("PRICE_ORG", "单价"); hs.Add("INVOICENO_ORG", "结算单号"); hs.Add("INVOICENO_SEQ_ORG", "序号"); hs.Add("TICKETPERSON", "确认人"); hs.Add("TICKETDATE", "确认时间"); hs.Add("CATEGORY", "品名"); hs.Add("SPEC_ABBSYMNAME", "标准"); hs.Add("STD_STYLE_DESC", "标准类别"); hs.Add("MODEL_DESC", "扣型"); hs.Add("ORDER_UNIT", "计量单位"); hs.Add("SALE_AREA_DESC", "销售区域"); hs.Add("SEND_NUM", "实发量"); hs.Add("RECEIV_ADDR", "指定地址"); hs.Add("DELVRY_ADDR", "交货地点"); hs.Add("AGENCY_FL", "是否代办"); hs.Add("ISREALCLOSE", "虚单关闭状态"); hs.Add("TICKETSTATUS", "提单是否确认"); hs.Add("INVOICEPERSON_ORG", "首次编单人"); hs.Add("INVOICEDATE_ORG", "首次编单时间"); hs.Add("INVOICEPERSON", "末次编单人"); hs.Add("INVOICEDATE", "末次编单时间"); hs.Add("CONTAIN_TAX", "是否含税"); hs.Add("REALINVOICENO_DATE", "发票时间"); hs.Add("REALINVOICENO_DATE_ORG", "发票时间"); hs.Add("SUPPLY_UNIT_DESC", "制造商"); return hs; } public static string ORD_LEN = "ORD_LEN"; public static string CATEGORY = "CATEGORY"; public static string ISPOSTER = "ISPOSTER"; public static string ISNEWCHECKORG = "ISNEWCHECKORG"; public static string HEIGHTJD = "HEIGHTJD"; public static string IS_KP = "IS_KP"; public static string CRK_CD3 = "CRK_CD3"; public static string TRS_MNY_SY_DS = "TRS_MNY_SY_DS"; public static string BUYERNAME = "BUYERNAME"; public static string PLID = "PLID"; public static string PRODLINE = "PRODLINE"; public static string STATIONNAME = "STATIONNAME"; public static string PRD_WIDHT = "PRD_WIDHT"; public static string INVOICEDATE = "INVOICEDATE"; public static string AFFRIMPERSON = "AFFRIMPERSON"; public static string PRODUCTLINE = "PRODUCTLINE"; public static string INVOICENOZ = "INVOICENOZ"; public static string CARFMONEY = "CARFMONEY"; public static string DOCKNAME = "DOCKNAME"; public static string ISAREACODE = "ISAREACODE"; public static string ISOUT = "ISOUT"; public static string ISCLEAR = "ISCLEAR"; public static string SPETKEY = "SPETKEY"; public static string ACT_LEN_MIN = "ACT_LEN_MIN"; public static string MODEL_DESC = "MODEL_DESC"; public static string PRD_QTY = "PRD_QTY"; public static string CATEGORYNAME = "CATEGORYNAME"; public static string STEELNAME = "STEELNAME"; public static string SAMPLINGREQUEST = "SAMPLINGREQUEST"; public static string GWTEMP = "GWTEMP"; public static string DDL = "DDL"; public static string SND_STATUS = "SND_STATUS"; public static string FIXSIZE = "FIXSIZE"; public static string ISPINZ = "ISPINZ"; public static string CASTPROCESS = "CASTPROCESS"; public static string TRS_MNY_HY = "TRS_MNY_HY"; public static string PRICE = "PRICE"; public static string REG_ID = "REG_ID"; public static string REG_DTIME = "REG_DTIME"; public static string MOD_ID = "MOD_ID"; public static string NCSTION = "NCSTION"; public static string SND_CITY = "SND_CITY"; public static string ORD_NO = "ORD_NO"; public static string PRD_TYPE = "PRD_TYPE"; public static string PLANDATE = "PLANDATE"; public static string SND_DEPT = "SND_DEPT"; public static string TRANS_TYPE_NAME = "TRANS_TYPE_NAME"; public static string MOTORMANNAME_DESC = "MOTORMANNAME_DESC"; public static string STATIONCODE = "STATIONCODE"; public static string SPET = "SPET"; public static string LENGTH = "LENGTH"; public static string PRD_PLY = "PRD_PLY"; public static string PRD_LENGTH = "PRD_LENGTH"; public static string QUANTITY = "QUANTITY"; public static string WEIGHT = "WEIGHT"; public static string INVOICEPERSON = "INVOICEPERSON"; public static string BALANCESTATUS = "BALANCESTATUS"; public static string ADJUSTPRICEPERSON = "ADJUSTPRICEPERSON"; public static string TRAINREMARK = "TRAINREMARK"; public static string DECRDATE = "DECRDATE"; public static string ISPRECLOSE = "ISPRECLOSE"; public static string PRD_OUTDIA = "PRD_OUTDIA"; public static string MODEL_CODE = "MODEL_CODE"; public static string CJ_TEMP = "CJ_TEMP"; public static string FIXSIZE_DESC = "FIXSIZE_DESC"; public static string FIX_TYPE = "FIX_TYPE"; public static string CUTSIDESTATE = "CUTSIDESTATE"; public static string ZJQUANTITY = "ZJQUANTITY"; public static string TOT_DEC_RSLT_CD = "TOT_DEC_RSLT_CD"; public static string TRS_MNY_HY_DS = "TRS_MNY_HY_DS"; public static string ISTEST = "ISTEST"; public static string ORD_PRICE = "ORD_PRICE"; public static string STATUS_CD = "STATUS_CD"; public static string LISTNUMBER = "LISTNUMBER"; public static string PACTINDEX = "PACTINDEX"; public static string BUYERKINDCODE = "BUYERKINDCODE"; public static string PRD_ROLL_DTIME = "PRD_ROLL_DTIME"; public static string SND_LOCATION = "SND_LOCATION"; public static string BLN_BUYER = "BLN_BUYER"; public static string BLN_BUYERNAME = "BLN_BUYERNAME"; public static string LEASEDLINE = "LEASEDLINE"; public static string LEASEDLINENAME = "LEASEDLINENAME"; public static string DELIVY_PLACE_NAME = "DELIVY_PLACE_NAME"; public static string MONEY = "MONEY"; public static string TICKETPERSON = "TICKETPERSON"; public static string BASEPRICE = "BASEPRICE"; public static string ISWATERCARRIAGE = "ISWATERCARRIAGE"; public static string ZYFMONEY = "ZYFMONEY"; public static string TALLYSHEET_NO = "TALLYSHEET_NO"; public static string SENDBEGINDATE = "SENDBEGINDATE"; public static string ORD_OUTDIA = "ORD_OUTDIA"; public static string ONEWEIGHT = "ONEWEIGHT"; public static string ACT_LEN_MAX = "ACT_LEN_MAX"; public static string PRD_INDIA = "PRD_INDIA"; public static string STEELCODE = "STEELCODE"; public static string STEELCODEDJ = "STEELCODEDJ"; public static string CHK_ORG = "CHK_ORG"; public static string ISTS = "ISTS"; public static string BCFLAG = "BCFLAG"; public static string KPWIDTH = "KPWIDTH"; public static string XG_CRET_NO = "XG_CRET_NO"; public static string TRS_MNY = "TRS_MNY"; public static string TRS_MNY_SY = "TRS_MNY_SY"; public static string MINTOLERANCE = "MINTOLERANCE"; public static string INV_NO = "INV_NO"; public static string ASKPLAN_ID_SEQ = "ASKPLAN_ID_SEQ"; public static string LOADVEHICLE_NO = "LOADVEHICLE_NO"; public static string TRANS_CAR_NO = "TRANS_CAR_NO"; public static string SND_DTIME = "SND_DTIME"; public static string TRAN_CAR_TYPE = "TRAN_CAR_TYPE"; public static string ISWATERCARRAGE = "ISWATERCARRAGE"; public static string MONEY_ORG = "MONEY_ORG"; public static string INVOICENO_ORG = "INVOICENO_ORG"; public static string INVOICENO_SEQ_ORG = "INVOICENO_SEQ_ORG"; public static string ADJUSTPRICEREASON = "ADJUSTPRICEREASON"; public static string REALINVOICENO_DATE = "REALINVOICENO_DATE"; public static string ISCHECKSCAR = "ISCHECKSCAR"; public static string INVOICETRANSMONEY = "INVOICETRANSMONEY"; public static string ADJUPRICEFILE = "ADJUPRICEFILE"; public static string VINVOICEFLAG = "VINVOICEFLAG"; public static string FST_DRAWEE_UNIT = "FST_DRAWEE_UNIT"; public static string PLANT = "PLANT"; public static string ORD_INDIA = "ORD_INDIA"; public static string PACT_SPY_WEIGHT = "PACT_SPY_WEIGHT"; public static string DIAMTER = "DIAMTER"; public static string PRD_WTH = "PRD_WTH"; public static string PD_NAME = "PD_NAME"; public static string DR_TS = "DR_TS"; public static string CHECKORG_FL = "CHECKORG_FL"; public static string CJS_GS = "CJS_GS"; public static string ISOVERLEN = "ISOVERLEN"; public static string TRUN_SPETKEY = "TRUN_SPETKEY"; public static string TESTPRICE = "TESTPRICE"; public static string PZORDWEIGTH = "PZORDWEIGTH"; public static string DYORD_WEI = "DYORD_WEI"; public static string PRD_ID = "PRD_ID"; public static string FORECORPNAME = "FORECORPNAME"; public static string SLAB_NO = "SLAB_NO"; public static string RECV_UNIT_TYPE = "RECV_UNIT_TYPE"; public static string AFFIRMTIME = "AFFIRMTIME"; public static string PRICE_ORG = "PRICE_ORG"; public static string REMARK = "REMARK"; public static string ISHEAT = "ISHEAT"; public static string DOCKCODE = "DOCKCODE"; public static string CHECKORG = "CHECKORG"; public static string TRANSMONEYSY1 = "TRANSMONEYSY1"; public static string AREACODE = "AREACODE"; public static string PLANT_DESC = "PLANT_DESC"; public static string PSPETKEY = "PSPETKEY"; public static string ORD_THK = "ORD_THK"; public static string PD_TYPE = "PD_TYPE"; public static string STEELCODEKEY = "STEELCODEKEY"; public static string SPEC_NAME = "SPEC_NAME"; public static string MLHH = "MLHH"; public static string JBGCDJ = "JBGCDJ"; public static string CHECKORGDJ = "CHECKORGDJ"; public static string DTMR_GRD = "DTMR_GRD"; public static string DTMR_RSLT = "DTMR_RSLT"; public static string SUANXI = "SUANXI"; public static string CRK_CD2 = "CRK_CD2"; public static string PACKAGE_LEVEL = "PACKAGE_LEVEL"; public static string TRS_MNY_QY = "TRS_MNY_QY"; public static string LOADDOCK = "LOADDOCK"; public static string UNLOADDOCK = "UNLOADDOCK"; public static string PLY = "PLY"; public static string WIDTH = "WIDTH"; public static string AFFRIMPERSON_ORG = "AFFRIMPERSON_ORG"; public static string AFFIRMTIME_ORG = "AFFIRMTIME_ORG"; public static string PICKSTORAGETIME = "PICKSTORAGETIME"; public static string PRICE_INPUTPERSON_ORG = "PRICE_INPUTPERSON_ORG"; public static string PRICE_PRE_ORG = "PRICE_PRE_ORG"; public static string TRANSMONEY = "TRANSMONEY"; public static string ISREPLAN = "ISREPLAN"; public static string TZRSON = "TZRSON"; public static string ISSHENNENI = "ISSHENNENI"; public static string ISLOCKPRICE = "ISLOCKPRICE"; public static string ORD_WTH = "ORD_WTH"; public static string PRD_LEN = "PRD_LEN"; public static string CAL_WGT = "CAL_WGT"; public static string SPEC_ABBSYMNAME = "SPEC_ABBSYMNAME"; public static string KHIC = "KHIC"; public static string HDG = "HDG"; public static string ZPOSTER = "ZPOSTER"; public static string PLYJD = "PLYJD"; public static string EXTSHAPE_DEC_GRD = "EXTSHAPE_DEC_GRD"; public static string APRC_DEC_RSLT = "APRC_DEC_RSLT"; public static string CRK_CD1 = "CRK_CD1"; public static string TOT_DEC_RSLT = "TOT_DEC_RSLT"; public static string TEST_ID = "TEST_ID"; public static string OLADIV = "OLADIV"; public static string ORD_SEQ = "ORD_SEQ"; public static string BUYERCODE = "BUYERCODE"; public static string BUYERKINDNAME = "BUYERKINDNAME"; public static string FORECORPCODE = "FORECORPCODE"; public static string SND_REMARK = "SND_REMARK"; public static string BLN_DEPT = "BLN_DEPT"; public static string RECV_UNIT = "RECV_UNIT"; public static string TRANS_TYPE = "TRANS_TYPE"; public static string MOTORMANNAME = "MOTORMANNAME"; public static string INVOICENO_SEQ = "INVOICENO_SEQ"; public static string BALANCESTATUS_ORG = "BALANCESTATUS_ORG"; public static string PRICE_INPUTPEDATE = "PRICE_INPUTPEDATE"; public static string PRICE_INPUTPEDATE_ORG = "PRICE_INPUTPEDATE_ORG"; public static string REALINVOICENO = "REALINVOICENO"; public static string TICKETDATE = "TICKETDATE"; public static string INCEPTCORPCODE = "INCEPTCORPCODE"; public static string CLEARFLAG = "CLEARFLAG"; public static string BALANCENO = "BALANCENO"; public static string STANDROLLER = "STANDROLLER"; public static string TZDATE = "TZDATE"; public static string TJYY = "TJYY"; public static string TRANSMONEYQC = "TRANSMONEYQC"; public static string BATCH_NO = "BATCH_NO"; public static string ORD_STL = "ORD_STL"; public static string ORD_WGT = "ORD_WGT"; public static string PRD_THK = "PRD_THK"; public static string ACT_WGT = "ACT_WGT"; public static string SPEC_ABBSYM = "SPEC_ABBSYM"; public static string SPEC_CODE = "SPEC_CODE"; public static string PM_PZ = "PM_PZ"; public static string CUTSIDESTATE_DESC = "CUTSIDESTATE_DESC"; public static string WIDTH_10MM = "WIDTH_10MM"; public static string RCL_STATE = "RCL_STATE"; public static string ZJHEIGHT = "ZJHEIGHT"; public static string PACKAGE_FL = "PACKAGE_FL"; public static string SAL_PRC = "SAL_PRC"; public static string TRS_MNY_QY_DS = "TRS_MNY_QY_DS"; public static string MOD_DTIME = "MOD_DTIME"; public static string ASKPLAN_ID = "ASKPLAN_ID"; public static string ORD_LN_DLY = "ORD_LN_DLY"; public static string SND_TYPE = "SND_TYPE"; public static string RP_RECV_UNIT = "RP_RECV_UNIT"; public static string DELIVY_PLACE_CODE = "DELIVY_PLACE_CODE"; public static string INVOICENO = "INVOICENO"; public static string INVOICEPERSON_ORG = "INVOICEPERSON_ORG"; public static string INVOICEDATE_ORG = "INVOICEDATE_ORG"; public static string PRICE_INPUTPERSON = "PRICE_INPUTPERSON"; public static string PRICE_PRE = "PRICE_PRE"; public static string BASEPRICEFILE = "BASEPRICEFILE"; public static string DECRERSON = "DECRERSON"; public static string ISINVOICENOLOCKED = "ISINVOICENOLOCKED"; public static string TICKETSTATUS = "TICKETSTATUS"; } }