Пример #1
0
        private void createIdentificationStepControls()
        {
            wareIdentificationControls = new WareIdentificationControls();

            int top = 42;

            top += VERTICAL_DISTANCE_BETWEEN_CONTROLS;
            wareIdentificationControls.ScanWareLabel = MainProcess.CreateLabel("Сканируйте товар", 5, top, 230,
                                                                               MobileFontSize.Large, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);

            top += 2 * VERTICAL_DISTANCE_BETWEEN_CONTROLS;

            wareIdentificationControls.ComplateTipLabel = MainProcess.CreateLabel("Завершить F4", 5, top, 230,
                                                                                  MobileFontSize.Normal, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);

            //wareIdentificationControls.ItIsKegButton = MainProcess.CreateButton("Возврат кеги", 5, 270, 230, 40, string.Empty, itIsKeg_ButtonClick);
        }
Пример #2
0
        private void createIdentificationStepControls()
        {
            wareIdentificationControls = new WareIdentificationControls();

            int top = 42;

            top += VERTICAL_DISTANCE_BETWEEN_CONTROLS;
            wareIdentificationControls.ScanWareLabel = MainProcess.CreateLabel("Сканируйте товар", 5, top, 230,
               MobileFontSize.Large, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);

            top += 2 * VERTICAL_DISTANCE_BETWEEN_CONTROLS;

            wareIdentificationControls.ComplateTipLabel = MainProcess.CreateLabel("Завершить F4", 5, top, 230,
               MobileFontSize.Normal, MobileFontPosition.Center, MobileFontColors.Default, FontStyle.Bold);

            //wareIdentificationControls.ItIsKegButton = MainProcess.CreateButton("Возврат кеги", 5, 270, 230, 40, string.Empty, itIsKeg_ButtonClick);
        }