public OptionsControl(SmsPageData pageData)
            : base(pageData)
        {
            InitializeComponent();

            Title = "Auto Updates";
        }
Example #2
0
        public DellDriverPackCatalogPage(SmsPageData pageData)
            : base(pageData)
        {
            Title    = "Select Driver Pack";
            Headline = "Select driver pack to download";

            InitializeComponent();
        }
Example #3
0
        public DriverGrabberSelectPage(SmsPageData pageData)
            : base(pageData)
        {
            Title    = "Select drivers";
            Headline = "Select drivers to capture";

            InitializeComponent();
        }
        public DriverPackageImportPage(SmsPageData pageData)
            : base(pageData)
        {
            Title    = "Select Packages";
            Headline = "Select driver packages to get imported";

            InitializeComponent();
        }
Example #5
0
        public ResultSUComplianceControl(SmsPageData pageData)
            : base(pageData)
        {
            InitializeComponent();

            buttonSURefresh.Image = new Icon(Properties.Resources.reload, new Size(16, 16)).ToBitmap();

            Title = "Software Updates Compliance";
        }
        public ResultCacheControl(SmsPageData pageData)
            : base(pageData)
        {
            InitializeComponent();

            Title = "Client Cache";

            Updater.CheckUpdates();
        }
Example #7
0
        public ResultMaintenanceWindowsControl(SmsPageData pageData)
            : base(pageData)
        {
            InitializeComponent();

            buttonRefresh.Image = new Icon(Properties.Resources.reload, new Size(16, 16)).ToBitmap();

            Title = "Maintenance Windows";
        }
Example #8
0
        public ResultCollectionsControl(SmsPageData pageData)
            : base(pageData)
        {
            InitializeComponent();

            Title = "Collections";

            Updater.CheckUpdates();
        }
Example #9
0
        public QuickDeploymentSettingsPage(SmsPageData pageData)
            : base(pageData)
        {
            Headline = "Specify deployment settings for this deployments";
            Title    = "Deployment Settings";

            InitializeComponent();

            pageData.ProgressBarStyle = ProgressBarStyle.Continuous;
        }
        public HPDriverPackCatalogPage(SmsPageData pageData)
            : base(pageData)
        {
            Title    = "Select Driver Pack";
            Headline = "Select driver pack to download";

            InitializeComponent();

            checkBoxOverwrite.Visible = false;
        }
Example #11
0
        public ResultClientHealthControl(SmsPageData pageData)
            : base(pageData)
        {
            InitializeComponent();

            buttonRefresh.Image = new Icon(Properties.Resources.reload, new Size(16, 16)).ToBitmap();
            buttonEval.Image    = new Icon(Properties.Resources.activate, new Size(16, 16)).ToBitmap();

            Title = "Client Health";
        }
        public ResultDellWarrantyControl(SmsPageData pageData)
            : base(pageData)
        {
            InitializeComponent();
            buttonSURefresh.Image = new Icon(Properties.Resources.reload, new Size(16, 16)).ToBitmap();
            buttonOptions.Image   = new Icon(Properties.Resources.options, new Size(16, 16)).ToBitmap();
            Title = "Dell Warranty";

            Updater.CheckUpdates();
        }
        public CleanSoftwareUpdatesPage(SmsPageData pageData)
            : base(pageData)
        {
            FormTitle = "Clean Up Software Updates";
            Title     = "Select Updates";
            Headline  = "Clean up selected software updates from groups";

            InitializeComponent();

            Updater.CheckUpdates();
        }
        public IncrementalCollectionsPage(SmsPageData pageData)
            : base(pageData)
        {
            InitializeComponent();

            FormTitle = "Incremental Collections";
            Title     = "Select Collections";
            Headline  = "Disable incremental updates for selected collections";

            Updater.CheckUpdates();
        }
        /// <summary>
        /// Custom action constructor
        /// </summary>
        public PromptTSVariableControl(SmsPageData data) : base(data)
        {
            this.Initialized = false;
            InitializeComponent();

            //' Initialize default values for controls in the property manager
            LoadDefaultPropertyValues();
            LoadControlsFromProperty();


            this.Initialized = true;
        }
        public DriverGrabberGeneralPage(SmsPageData pageData)
            : base(pageData)
        {
            FormTitle = "Driver Grabber";
            Title     = "Checking prerequisites";
            Headline  = "Before grabbing drivers let's check requirements";

            InitializeComponent();

            pageData.ProgressBarStyle = ProgressBarStyle.Continuous;

            Updater.CheckUpdates();
        }
Example #17
0
        public RunPowerShellControl(SmsPageData pageData) : base(pageData)
        {
            this.Initialized = false;
            InitializeComponent();

            if (this.PropertyManager["RunPowerShell"].ObjectValue == null)
            {
                this.PropertyManager["RunPowerShell"].StringValue = string.Empty;
            }
            this.textBoxPowerShell.Text = this.PropertyManager["RunPowerShell"].StringValue;

            this.Initialized = true;
        }
        public QuickDeploymentGeneralPage(SmsPageData pageData)
            : base(pageData)
        {
            Headline  = "Specify collections for this deployments";
            Title     = "Select Collections";
            FormTitle = "Quick Deploy Software Updates to Multiple Collections";

            InitializeComponent();

            pageData.ProgressBarStyle = ProgressBarStyle.Continuous;

            Updater.CheckUpdates();
        }
        public DellDriverPackGeneralPage(SmsPageData pageData)
            : base(pageData)
        {
            FormTitle = "Dell Driver Pack";
            Title     = "General";
            Headline  = "Select OS and Architecture to narrow down selections";

            InitializeComponent();

            pageData.ProgressBarStyle = ProgressBarStyle.Continuous;

            Updater.CheckUpdates();
        }
        public RemoveRetiredContentPage(SmsPageData pageData)
            : base(pageData)
        {
            InitializeComponent();

            pageData.ProgressBarStyle = ProgressBarStyle.Continuous;

            Headline  = "Remove content from retired applications";
            Title     = "Select Applications";
            FormTitle = "Clean Up Retired Content";

            Updater.CheckUpdates();
        }
Example #21
0
        public LegacyPackageGeneralPage(SmsPageData pageData)
            : base(pageData)
        {
            FormTitle = "Driver Legacy Package Manager";
            Title     = "General";
            Headline  = "Information";

            InitializeComponent();

            pageData.ProgressBarStyle = ProgressBarStyle.Continuous;

            Updater.CheckUpdates();
        }
Example #22
0
        /// <summary>
        /// Custom action constructor
        /// </summary>
        public RunPowerShellScriptInlineControl(SmsPageData data) : base(data)
        {
            this.Initialized = false;
            InitializeComponent();

            //' Initialize default values for controls in the property manager
            LoadDefaultPropertyValues();

            //' Load existing values from property manager
            LoadControlsFromProperty();


            this.Initialized = true;
        }
        /// <summary>
        /// Initalize the Task Sequence Step within the MDT Console.
        /// Load values into Form.
        /// </summary>
        public MDTLTIPSSampleControl(SmsPageData pageData)
            : base(pageData)
        {
            InitializeComponent();

            txtParentActionType.Text = "PowerShellGet action";
            this.PackageName.Text    = this.PropertyManager["Package"].StringValue;

            // Set up the validators
            this.ControlsValidator.AddControl(PackageName, new ControlDataStateEvaluator(ValidatePackageName), "* Required");
            this.ControlsValidator.ValidateAll();

            Initialized = true;
        }
        /// <summary>
        /// Custom action constructor
        /// </summary>
        public WebServiceControl(SmsPageData data) : base(data)
        {
            this.Initialized = false;
            InitializeComponent();

            //' Set action name
            PropertyManager["Name"].StringValue = "Invoke Web Service Method";

            //' Initialize default values for controls in the property manager
            LoadDefaultPropertyValues();

            //' Load existing values from property manager
            LoadControlsFromProperty();

            ControlsValidator.AddControl((Control)textBoxURL, new ControlDataStateEvaluator(ValidateURL), "Enter a valid URL for the web service. Should start with 'http://' or 'https://' and end with '.asmx'");
            ControlsValidator.AddControl((Control)textBoxMethod, new ControlDataStateEvaluator(ValidateMethod), "Empty method selection, validate the URL, load methods from web service and make a selection");
            ControlsValidator.AddControl((Control)textBoxParam, new ControlDataStateEvaluator(ValidateParams), "Invalid format input detected, supported input could be e.g. 'param1','param2' with the following special characters '_-.' allowed");
            ControlsValidator.ValidateAll();

            this.Initialized = true;
        }
Example #25
0
 public RunPowerShellScriptInlineOptionControl(SmsPageData data) : base(data)
 {
     //' Set title for Option page from Resources
     this.Title = Properties.Resources.ActionOptionPageTitle;
 }
Example #26
0
 public OptionsControl(SmsPageData pageData)
     : base(pageData)
 {
     InitializeComponent();
     Title = "Dell Warranty";
 }
 /// <summary>
 /// ctor
 /// </summary>
 /// <param name="pageData"></param>
 public RelationshipVisualizerControl(SmsPageData pageData)
     : base(pageData)
 {
     InitializeComponent();
 }
Example #28
0
 public ActionOption(SmsPageData pageData) : base(pageData)
 {
     this.Title = Properties.Resources.ActionOptionPageTitle;
 }
 public OptionsControl(SmsPageData pageData)
     : base(pageData)
 {
     InitializeComponent();
     Title = "Driver Package";
 }
Example #30
0
 public OptionsLegacyControl(SmsPageData pageData)
     : base(pageData)
 {
     InitializeComponent();
     Title = "Legacy Packages";
 }