예제 #1
0
파일: frmShip.cs 프로젝트: jimidzj/Inspect
        public frmShip()
        {
            InitializeComponent();

            baseForm = new BaseForm();
            baseForm.CreateUltraGridColumns(this.grdPlan, new string[] { "customerid", "custorderno", "customername", "factory", "ttlcantonqty" });
            baseForm.CreateUltraGridColumns(this.grdCarton, new string[] {"customerid","ck", "custorderno", "cartonno", "pairqty" });
        }
예제 #2
0
 public frmEmployeeList()
 {
     InitializeComponent();
     baseForm = new BaseForm();
     baseForm.CreateUltraGridColumns(this.gridEmployeeList, new string[] { "employeeid", "employeename", "employeetypeid", "department",
         "email", "telno", "mobileno", "employeestatus", "defaultshift","grade","workgroup","probationdate","effectdate","lastmodifieduser", "lastmodifiedtime" });
 }
예제 #3
0
 public frmShipPlanList()
 {
     InitializeComponent();
     QueryParameters = new List<MESParameterInfo>();
     baseForm = new BaseForm();
     baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "shippingsysid", "shippingplanno", "custorderno", "customername", "ttlcantonqty", "loadingdate", "createdtime", "createduser" });
 }
예제 #4
0
 public frmToRepair()
 {
     InitializeComponent();
     baseForm = new BaseForm();
     baseForm.CreateUltraGridColumns(this.grdDetail, new string[] {"categoryindex", "reasoncode", "reasoncategorydesc", "ck", "reasoncodedesc", "pairqty", "remark" });
     baseForm.CreateUltraComboColumns(this.ucmbCustOrderNo, new string[] { "customerid", "custorderno", "styleno", "color", "size", "checktype", "leftqty" });
 }
예제 #5
0
 public frmRepairAdjustList()
 {
     InitializeComponent();
     QueryParameters = new List<MESParameterInfo>();
     baseForm = new BaseForm();
     baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "repsysid", "customerid", "customername", "custorderno", "step", "workgroup", "reptype", "styleno", "color", "size", "checktype", "qty", "reasoncode", "isfirst", "claimuser", "claimtime" });
 }
예제 #6
0
 public frmOtherPricingList()
 {
     InitializeComponent();
     QueryParameters = new List<MESParameterInfo>();
     baseForm = new BaseForm();
     baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "oprisysid", "customername", "itemname", "currency", "unit", "price", "effectivedate", "expireddate", "lastmodifieduser", "lastmodifiedtime" });
 }
예제 #7
0
        public frmSupplement()
        {
            InitializeComponent();

            baseForm = new BaseForm();
            baseForm.CreateUltraGridColumns(this.grdDetail, new string[] { "custorderno", "styleno", "color", "size", "checktype", "pairqty", "isreinspect" });
        }
예제 #8
0
 public frmReturnList()
 {
     InitializeComponent();
     QueryParameters = new List<MESParameterInfo>();
     baseForm = new BaseForm();
     baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "retsysid", "returnno","returntype", "customername", "custorderno", "styleno", "color", "size","checktype", "pairqty", "returndate", "returnuser" });
 }
예제 #9
0
 public frmSupplementAdjustList()
 {
     InitializeComponent();
     QueryParameters = new List<MESParameterInfo>();
     baseForm = new BaseForm();
     baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "supldtlsysid", "supplementno", "customername", "custorderno", "step", "workgroup", "styleno", "color", "size","checktype", "pairqty", "isreinspect", "supplementdate", "supplementuser" });
 }
예제 #10
0
 public frmToRepairList()
 {
     InitializeComponent();
     QueryParameters = new List<MESParameterInfo>();
     baseForm = new BaseForm();
     baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "customername", "custorderno", "step", "workgroup", "styleno", "color", "size", "checktype", "curpairqty" });
 }
예제 #11
0
        public frmRepair()
        {
            InitializeComponent();

            baseForm = new BaseForm();
            baseForm.CreateUltraGridColumns(this.grdDetail, new string[] { "categoryindex", "reasoncode", "reasoncategorydesc", "ck", "reasoncodedesc", "pairqty", "remark" });
        }
예제 #12
0
 public frmCustomerEdit()
 {
     InitializeComponent();
     baseForm = new BaseForm();
     baseForm.CreateUltraGridColumns(this.grdContact, new string[] { "customerid", "contactname", "sex", "title",
         "telphone", "mobileno", "faxno", "email", "isdefault", "remark","lastmodifiedtime","lastmodifieduser" });
 }
예제 #13
0
 public frmLineCancel()
 {
     InitializeComponent();
     QueryParameters = new List<MESParameterInfo>();
     baseForm = new BaseForm();
     baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "customerid", "customer", "poid", "cartonno",  "status" });
 }
예제 #14
0
 public frmShipList()
 {
     InitializeComponent();
      QueryParameters = new List<MESParameterInfo>();
     baseForm = new BaseForm();
     baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "shippingsysid", "shippingno", "packingboxno", "containerno", "blno", "loadingtypetext", "actcartonqty", "emptycartonqty", "shippingstatus", "shippeddate" });
 }
예제 #15
0
        public frmReceivingList()
        {
            InitializeComponent();

            QueryParameters = new List<MESParameterInfo>();
            baseForm = new BaseForm();
            baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "recsysid", "recno","customerid","factory","deliverydate", "weather", "receivedate", "receiver", "remark", "lastmodifiedtime", "lastmodifieduser" });
        }
예제 #16
0
 public frmXUnpacking()
 {
     InitializeComponent();
     //IsMDI = MES_Misc.N.ToString();
     QueryParameters = new List<MESParameterInfo>();
     baseForm = new BaseForm();
     baseForm.CreateUltraGridColumns(this.grdQuery, new string[] {"customerid", "ck", "customername", "custorderno", "cartonno" ,"pairqty","workgroup"});
 }
예제 #17
0
        public frmStaticValueList()
        {
            InitializeComponent();

            QueryParameters = new List<MESParameterInfo>();
            baseForm = new BaseForm();
            baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "svid", "svtype", "svtext", "svresourceid", "svvalue", "svstatus", "lastmodifiedtime", "lastmodifieduser" });
        }
예제 #18
0
        public frmReasonCategoryList()
        {
            InitializeComponent();

            QueryParameters = new List<MESParameterInfo>();
            baseForm = new BaseForm();
            baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "reasoncategory", "reasoncategorydesc", "attrtplatid", "lastmodifieduser", "lastmodifiedtime" });
        }
예제 #19
0
        public frmAttributeTemplateList()
        {
            InitializeComponent();

            QueryParameters = new List<MESParameterInfo>();
            baseForm = new BaseForm();
            baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "attrtplatid", "attrtplatname", "usedby", "isdefault", "lastmodifieduser", "lastmodifiedtime" });
        }
예제 #20
0
        public frmExchangeList()
        {
            InitializeComponent();

            QueryParameters = new List<MESParameterInfo>();
            baseForm = new BaseForm();
            baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "exsysid", "fromcurrency", "tocurrency", "startdate", "expirydate", "rate", "lastmodifieduser", "lastmodifiedtime" });
        }
예제 #21
0
        public frmWorkOrderList()
        {
            InitializeComponent();

            QueryParameters = new List<MESParameterInfo>();
            baseForm = new BaseForm();
            baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "workordersysid","workorderno", "customername", "factory", "workorderstatus","createduser","createdtime", "lastmodifieduser", "lastmodifiedtime" });
        }
예제 #22
0
        public frmWorkGroupList()
        {
            InitializeComponent();

            QueryParameters = new List<MESParameterInfo>();
            baseForm = new BaseForm();
            baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "workgroup", "workgroupdesc", "step","lastmodifieduser", "lastmodifiedtime" });
        }
예제 #23
0
 public frmUserList()
 {
     InitializeComponent();
     QueryParameters = new List<MESParameterInfo>();
     baseForm = new BaseForm();
     baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "userid","employeeid","username","usertype","userstatus",
         "defaultprinter","aduserid","createdtime","createduser","lastmodifiedtime","lastmodifieduser"});
 }
예제 #24
0
        public frmSystemConfigList()
        {
            InitializeComponent();

            QueryParameters = new List<MESParameterInfo>();
            baseForm = new BaseForm();
            baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "configname", "configdesc", "configvalue","configcategory", "lastmodifiedtime", "lastmodifieduser" });
        }
예제 #25
0
        public frmDailySchedule()
        {
            InitializeComponent();

            QueryParameters = new List<MESParameterInfo>();
            baseForm = new BaseForm();

            baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "prddate","checktype","custorderno","styleno","size","pairqty","ttlpairqty" });
        }
예제 #26
0
파일: frmMain.cs 프로젝트: jimidzj/Inspect
        public frmMain()
        {
            InitializeComponent();

            QueryParameters = new List<MESParameterInfo>();
            baseForm = new BaseForm();
            DropDown.InitCMB_Customer_All_Name(this.cboCustomer);
            baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "customername", "custorderno", "styleno", "color", "size", "checktype", "pairqty", "status", "workgroup" });
            baseForm.CreateUltraGridColumns(this.grdWarehouse, warehouseColumns);
            baseForm.CreateUltraGridColumns(this.grdUnpacking, unpackingColumns);
            baseForm.CreateUltraGridColumns(this.grdMoving, unpackingColumns);
            baseForm.CreateUltraGridColumns(this.grdPacking, packingColumns);
            baseForm.CreateUltraGridColumns(this.grdUnshipping, unShippingColumns);
            baseForm.CreateUltraGridColumns(this.grdShipping, shippingColumns);
            baseForm.CreateUltraGridColumns(this.grdLineWarehouse, lineWarehouseColumns);
            baseForm.CreateUltraGridColumns(this.grdHaveNotMoving, haveNotMovingColumns);
            baseForm.CreateUltraGridColumns(this.grdHaveNotPacking, haveNotPackingColumns);
        }
예제 #27
0
        public frmPricing()
        {
            InitializeComponent();
            baseForm = new BaseForm();

            baseForm.CreateUltraGridColumns(this.grdDetail, new string[] {
                "category","sbootheight","ebootheight","checktype","effectivedate","expireddate",
                "currency","price","unit","reworkratio","reworkprice","remark" });
        }
예제 #28
0
파일: frmMain.cs 프로젝트: jimidzj/Inspect
        public frmMain(string _fun)
        {
            fun = _fun;
            InitializeComponent();

            QueryParameters = new List<MESParameterInfo>();
            baseForm = new BaseForm();
            baseForm.CreateUltraGridColumns(this.grdQuery, new string[] {"customerid", "customer", "factory", "poid","styleno", "poqty","checktype", "status" });
        }
예제 #29
0
        public frmBillCodeRuleList()
        {
            InitializeComponent();

            QueryParameters = new List<MESParameterInfo>();
            baseForm = new BaseForm();
            baseForm.CreateUltraGridColumns(this.grdQuery, new string[] { "bcrid","bcrname","basevalue",
                    "ffchars","timeformat","bcrstatus","lastmodifieduser","lastmodifiedtime" });
        }
예제 #30
0
        public frmScheduleList()
        {
            InitializeComponent();

            QueryParameters = new List<MESParameterInfo>();
            baseForm = new BaseForm();
            baseForm.CreateUltraGridColumns(this.grdQuery, new string[] {
            "yearmonth","customerid","factory","fullcheckqty","xrayqty","ttlqty","remark","lastmodifiedtime","lastmodifieduser"
            });
        }