Mercurial > servermonitor
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:3e1a2131f897 | 1:9e92780ebc0f |
---|---|
78 // | 78 // |
79 // CommandOutputComboBox | 79 // CommandOutputComboBox |
80 // | 80 // |
81 this.CommandOutputComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | 81 this.CommandOutputComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
82 this.CommandOutputComboBox.FormattingEnabled = true; | 82 this.CommandOutputComboBox.FormattingEnabled = true; |
83 this.CommandOutputComboBox.Items.AddRange(new object[] { | |
84 "equals", | |
85 "does not equal", | |
86 "contains", | |
87 "does not contain", | |
88 "is greater than", | |
89 "is less than"}); | |
83 this.CommandOutputComboBox.Location = new System.Drawing.Point(106, 4); | 90 this.CommandOutputComboBox.Location = new System.Drawing.Point(106, 4); |
84 this.CommandOutputComboBox.Name = "CommandOutputComboBox"; | 91 this.CommandOutputComboBox.Name = "CommandOutputComboBox"; |
85 this.CommandOutputComboBox.Size = new System.Drawing.Size(110, 21); | 92 this.CommandOutputComboBox.Size = new System.Drawing.Size(110, 21); |
86 this.CommandOutputComboBox.TabIndex = 8; | 93 this.CommandOutputComboBox.TabIndex = 8; |
94 this.CommandOutputComboBox.SelectedIndexChanged += new System.EventHandler(this.CommandOutputComboBox_SelectedIndexChanged); | |
87 // | 95 // |
88 // CommandOutputCheckBox | 96 // CommandOutputCheckBox |
89 // | 97 // |
90 this.CommandOutputCheckBox.AutoSize = true; | 98 this.CommandOutputCheckBox.AutoSize = true; |
91 this.CommandOutputCheckBox.Location = new System.Drawing.Point(0, 6); | 99 this.CommandOutputCheckBox.Location = new System.Drawing.Point(0, 6); |