コード例 #1
0
ファイル: ReturnFromHaul.cs プロジェクト: AramisIT/FMCG
        private void createAddressIdentificationStepControls()
        {
            addressIdentificationControls = new AddressIdentificationControls();
            int top = 80;

            addressIdentificationControls.ScannCellLabel1 = MainProcess.CreateLabel("Сканируйте", 5, top, 230,
                                                                                    MobileFontSize.Large, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);

            top += VERTICAL_DISTANCE_BETWEEN_CONTROLS;
            addressIdentificationControls.ScannCellLabel2 = MainProcess.CreateLabel("предыдущую", 5, top, 230,
                                                                                    MobileFontSize.Large, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);

            top += VERTICAL_DISTANCE_BETWEEN_CONTROLS;
            addressIdentificationControls.ScannCellLabel3 = MainProcess.CreateLabel("паллету или ячейку", 5, top, 230,
                                                                                    MobileFontSize.Large, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);

            top += VERTICAL_DISTANCE_BETWEEN_CONTROLS;
            addressIdentificationControls.ScannCellLabel4 = MainProcess.CreateLabel("для размещения", 5, top, 230,
                                                                                    MobileFontSize.Large, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);

            top += VERTICAL_DISTANCE_BETWEEN_CONTROLS;
            addressIdentificationControls.ScannCellLabel5 = MainProcess.CreateLabel("новой", 5, top, 230,
                                                                                    MobileFontSize.Large, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);

            top += VERTICAL_DISTANCE_BETWEEN_CONTROLS;
            addressIdentificationControls.ScannCellLabel6 = MainProcess.CreateLabel("паллеты", 5, top, 230,
                                                                                    MobileFontSize.Large, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);
        }
コード例 #2
0
ファイル: ReturnFromHaul.cs プロジェクト: AramisIT/FMCG
        private void createAddressIdentificationStepControls()
        {
            addressIdentificationControls = new AddressIdentificationControls();
            int top = 80;

            addressIdentificationControls.ScannCellLabel1 = MainProcess.CreateLabel("Сканируйте", 5, top, 230,
                MobileFontSize.Large, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);

            top += VERTICAL_DISTANCE_BETWEEN_CONTROLS;
            addressIdentificationControls.ScannCellLabel2 = MainProcess.CreateLabel("предыдущую", 5, top, 230,
                MobileFontSize.Large, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);

            top += VERTICAL_DISTANCE_BETWEEN_CONTROLS;
            addressIdentificationControls.ScannCellLabel3 = MainProcess.CreateLabel("паллету или ячейку", 5, top, 230,
                MobileFontSize.Large, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);

            top += VERTICAL_DISTANCE_BETWEEN_CONTROLS;
            addressIdentificationControls.ScannCellLabel4 = MainProcess.CreateLabel("для размещения", 5, top, 230,
                MobileFontSize.Large, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);

            top += VERTICAL_DISTANCE_BETWEEN_CONTROLS;
            addressIdentificationControls.ScannCellLabel5 = MainProcess.CreateLabel("новой", 5, top, 230,
                MobileFontSize.Large, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);

            top += VERTICAL_DISTANCE_BETWEEN_CONTROLS;
            addressIdentificationControls.ScannCellLabel6 = MainProcess.CreateLabel("паллеты", 5, top, 230,
                MobileFontSize.Large, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);
        }