Exemplo n.º 1
0
        private void MainTabUserControl_Load(object sender, EventArgs e)
        {
            LogScanPropertyPageNonEditableTextBoxField.Clear();
            LogUpdatePropertyPageNonEditableTextBoxField.Clear();
            ConfigFilePropertyPageNonEditableTextBoxField.Clear();

            LoadLogs();

            // MessageBox.Show(this.Parent.Size.ToString());

            // Set up size of control for non default sizes.
            LogTabControl.Width  = this.Parent.Size.Width;
            LogTabControl.Height = this.Parent.Size.Height - LogTabControl.Top;

            LogStatusCheck();

            StopToolBarButton.Image = CommonImages.TaskFailure16;
        }