Mercurial > servermonitor
diff ServerMonitor/Controls/SshCheckControl.Designer.cs @ 1:9e92780ebc0f
Additional validation for SSH check
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Tue, 01 Jan 2019 21:14:47 -0500 |
parents | 3e1a2131f897 |
children | 052aa62cb42a |
line wrap: on
line diff
--- a/ServerMonitor/Controls/SshCheckControl.Designer.cs Mon Dec 31 18:32:14 2018 -0500 +++ b/ServerMonitor/Controls/SshCheckControl.Designer.cs Tue Jan 01 21:14:47 2019 -0500 @@ -80,10 +80,18 @@ // this.CommandOutputComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CommandOutputComboBox.FormattingEnabled = true; + this.CommandOutputComboBox.Items.AddRange(new object[] { + "equals", + "does not equal", + "contains", + "does not contain", + "is greater than", + "is less than"}); this.CommandOutputComboBox.Location = new System.Drawing.Point(106, 4); this.CommandOutputComboBox.Name = "CommandOutputComboBox"; this.CommandOutputComboBox.Size = new System.Drawing.Size(110, 21); this.CommandOutputComboBox.TabIndex = 8; + this.CommandOutputComboBox.SelectedIndexChanged += new System.EventHandler(this.CommandOutputComboBox_SelectedIndexChanged); // // CommandOutputCheckBox //