Example #1
0
        public ArrangeGraphsGroupedDlg(int countGraphs)
        {
            InitializeComponent();

            _countGraphs = countGraphs;

            textGroups.Text = Groups.ToString(LocalizationHelper.CurrentCulture);
            if (GroupType == GroupGraphsType.distributed)
            {
                radioDistribute.Checked = true;
            }
            comboSortOrder.SelectedItem  = GroupOrder.GetLocalizedString();
            comboBoxDisplay.SelectedItem = DisplayType.GetLocalizedString();
            cbReversed.Checked           = Settings.Default.ArrangeGraphsReversed;
        }