コード例 #1
0
        private void BindComboboxs()
        {
            Common_Func.BindComboBoxAddAll(Task_Func.GetIsQuality(), cbbIsQuality);

            Common_Func.BindComboBoxAddAll(Task_Func.GetTaskStatus(true), cbbTaskStatus);

            Common_Func.BindComboBoxAddAll(Task_Func.GetOrderType(true), cbbVoucherType);

            Common_Func.BindComboBoxAddAll(Task_Func.GetPostStatus(), cbbPostStatus);

            Common_Func.BindComboBoxAddAllByKey(cbbWarehouse.Name, cbbWarehouse);
        }
コード例 #2
0
ファイル: FrmCheckFile.cs プロジェクト: xcxlTeam/xcxl
        private void BindComboBoxs()
        {
            Common.Common_Func.BindComboxBoxByKey(cbbCheckType.Name, cbbCheckType);

            Common_Func.BindComboBoxAddAll(Check_Func.GetIsDifference(), cbbADifference);

            Common_Func.BindComboBoxAddAll(Check_Func.GetIsDifference(), cbbHDifference);

            Common_Func.BindComboBoxAddAll(Check_Func.GetIsDifference(), cbbWDifference);

            Common_Func.BindComboBoxAddAll(Check_Func.GetIsDifference(), cbbMDifference);

            Common_Func.BindComboBoxAddAll(Check_Func.GetIsDifference(), cbbKDifference);

            BindKeeperList();

            bsMain.ResetBindings(false);
            bsMain.EndEdit();
        }
コード例 #3
0
ファイル: FrmUserList.cs プロジェクト: xcxlTeam/xcxl
 private void BindComboboxs()
 {
     Common_Func.BindComboBoxAddAll(Basic_Func.GetIsOnline(), cbbIsOnline);
 }