Mercurial > servermonitor
comparison ServerMonitor/Controls/SshCheckControl.Designer.cs @ 0:3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Mon, 31 Dec 2018 18:32:14 -0500 |
parents | |
children | 9e92780ebc0f |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3e1a2131f897 |
---|---|
1 namespace ServerMonitorApp | |
2 { | |
3 partial class SshCheckControl | |
4 { | |
5 /// <summary> | |
6 /// Required designer variable. | |
7 /// </summary> | |
8 private System.ComponentModel.IContainer components = null; | |
9 | |
10 /// <summary> | |
11 /// Clean up any resources being used. | |
12 /// </summary> | |
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | |
14 protected override void Dispose(bool disposing) | |
15 { | |
16 if (disposing && (components != null)) | |
17 { | |
18 components.Dispose(); | |
19 } | |
20 base.Dispose(disposing); | |
21 } | |
22 | |
23 #region Component Designer generated code | |
24 | |
25 /// <summary> | |
26 /// Required method for Designer support - do not modify | |
27 /// the contents of this method with the code editor. | |
28 /// </summary> | |
29 private void InitializeComponent() | |
30 { | |
31 this.ResponseBodyPanel = new System.Windows.Forms.Panel(); | |
32 this.CommandOutputRegexCheckBox = new System.Windows.Forms.CheckBox(); | |
33 this.CommandOutputComboBox = new ServerMonitorApp.MatchComboBox(); | |
34 this.CommandOutputCheckBox = new System.Windows.Forms.CheckBox(); | |
35 this.CommandOutputTextBox = new System.Windows.Forms.TextBox(); | |
36 this.ResponseCodePanel = new System.Windows.Forms.Panel(); | |
37 this.ExitCodeCheckBox = new System.Windows.Forms.CheckBox(); | |
38 this.ExitCodeTextBox = new System.Windows.Forms.TextBox(); | |
39 this.CommandLabel = new System.Windows.Forms.Label(); | |
40 this.CommandTextBox = new System.Windows.Forms.TextBox(); | |
41 this.CheckGroupBox.SuspendLayout(); | |
42 this.ResponseBodyPanel.SuspendLayout(); | |
43 this.ResponseCodePanel.SuspendLayout(); | |
44 this.SuspendLayout(); | |
45 // | |
46 // CheckGroupBox | |
47 // | |
48 this.CheckGroupBox.Controls.Add(this.ResponseBodyPanel); | |
49 this.CheckGroupBox.Controls.Add(this.ResponseCodePanel); | |
50 this.CheckGroupBox.Controls.Add(this.CommandLabel); | |
51 this.CheckGroupBox.Controls.Add(this.CommandTextBox); | |
52 this.CheckGroupBox.Size = new System.Drawing.Size(526, 114); | |
53 this.CheckGroupBox.Text = "null"; | |
54 // | |
55 // ResponseBodyPanel | |
56 // | |
57 this.ResponseBodyPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | |
58 | System.Windows.Forms.AnchorStyles.Right))); | |
59 this.ResponseBodyPanel.Controls.Add(this.CommandOutputRegexCheckBox); | |
60 this.ResponseBodyPanel.Controls.Add(this.CommandOutputComboBox); | |
61 this.ResponseBodyPanel.Controls.Add(this.CommandOutputCheckBox); | |
62 this.ResponseBodyPanel.Controls.Add(this.CommandOutputTextBox); | |
63 this.ResponseBodyPanel.Location = new System.Drawing.Point(9, 75); | |
64 this.ResponseBodyPanel.Name = "ResponseBodyPanel"; | |
65 this.ResponseBodyPanel.Size = new System.Drawing.Size(511, 28); | |
66 this.ResponseBodyPanel.TabIndex = 21; | |
67 // | |
68 // CommandOutputRegexCheckBox | |
69 // | |
70 this.CommandOutputRegexCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); | |
71 this.CommandOutputRegexCheckBox.AutoSize = true; | |
72 this.CommandOutputRegexCheckBox.Location = new System.Drawing.Point(395, 6); | |
73 this.CommandOutputRegexCheckBox.Name = "CommandOutputRegexCheckBox"; | |
74 this.CommandOutputRegexCheckBox.Size = new System.Drawing.Size(116, 17); | |
75 this.CommandOutputRegexCheckBox.TabIndex = 9; | |
76 this.CommandOutputRegexCheckBox.Text = "Regular expression"; | |
77 this.CommandOutputRegexCheckBox.UseVisualStyleBackColor = true; | |
78 // | |
79 // CommandOutputComboBox | |
80 // | |
81 this.CommandOutputComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | |
82 this.CommandOutputComboBox.FormattingEnabled = true; | |
83 this.CommandOutputComboBox.Location = new System.Drawing.Point(106, 4); | |
84 this.CommandOutputComboBox.Name = "CommandOutputComboBox"; | |
85 this.CommandOutputComboBox.Size = new System.Drawing.Size(110, 21); | |
86 this.CommandOutputComboBox.TabIndex = 8; | |
87 // | |
88 // CommandOutputCheckBox | |
89 // | |
90 this.CommandOutputCheckBox.AutoSize = true; | |
91 this.CommandOutputCheckBox.Location = new System.Drawing.Point(0, 6); | |
92 this.CommandOutputCheckBox.Name = "CommandOutputCheckBox"; | |
93 this.CommandOutputCheckBox.Size = new System.Drawing.Size(106, 17); | |
94 this.CommandOutputCheckBox.TabIndex = 4; | |
95 this.CommandOutputCheckBox.Text = "Command output"; | |
96 this.CommandOutputCheckBox.UseVisualStyleBackColor = true; | |
97 // | |
98 // CommandOutputTextBox | |
99 // | |
100 this.CommandOutputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | |
101 | System.Windows.Forms.AnchorStyles.Right))); | |
102 this.CommandOutputTextBox.Location = new System.Drawing.Point(222, 4); | |
103 this.CommandOutputTextBox.Name = "CommandOutputTextBox"; | |
104 this.CommandOutputTextBox.Size = new System.Drawing.Size(167, 20); | |
105 this.CommandOutputTextBox.TabIndex = 7; | |
106 // | |
107 // ResponseCodePanel | |
108 // | |
109 this.ResponseCodePanel.Controls.Add(this.ExitCodeCheckBox); | |
110 this.ResponseCodePanel.Controls.Add(this.ExitCodeTextBox); | |
111 this.ResponseCodePanel.Location = new System.Drawing.Point(9, 48); | |
112 this.ResponseCodePanel.Name = "ResponseCodePanel"; | |
113 this.ResponseCodePanel.Size = new System.Drawing.Size(511, 28); | |
114 this.ResponseCodePanel.TabIndex = 19; | |
115 // | |
116 // ExitCodeCheckBox | |
117 // | |
118 this.ExitCodeCheckBox.AutoSize = true; | |
119 this.ExitCodeCheckBox.Location = new System.Drawing.Point(0, 6); | |
120 this.ExitCodeCheckBox.Name = "ExitCodeCheckBox"; | |
121 this.ExitCodeCheckBox.Size = new System.Drawing.Size(104, 17); | |
122 this.ExitCodeCheckBox.TabIndex = 4; | |
123 this.ExitCodeCheckBox.Text = "Exit code equals"; | |
124 this.ExitCodeCheckBox.UseVisualStyleBackColor = true; | |
125 // | |
126 // ExitCodeTextBox | |
127 // | |
128 this.ExitCodeTextBox.Location = new System.Drawing.Point(104, 4); | |
129 this.ExitCodeTextBox.Name = "ExitCodeTextBox"; | |
130 this.ExitCodeTextBox.Size = new System.Drawing.Size(39, 20); | |
131 this.ExitCodeTextBox.TabIndex = 7; | |
132 this.ExitCodeTextBox.Text = "0"; | |
133 // | |
134 // CommandLabel | |
135 // | |
136 this.CommandLabel.AutoSize = true; | |
137 this.CommandLabel.Location = new System.Drawing.Point(6, 25); | |
138 this.CommandLabel.Name = "CommandLabel"; | |
139 this.CommandLabel.Size = new System.Drawing.Size(57, 13); | |
140 this.CommandLabel.TabIndex = 18; | |
141 this.CommandLabel.Text = "Command:"; | |
142 // | |
143 // CommandTextBox | |
144 // | |
145 this.CommandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | |
146 | System.Windows.Forms.AnchorStyles.Right))); | |
147 this.CommandTextBox.Location = new System.Drawing.Point(68, 22); | |
148 this.CommandTextBox.Name = "CommandTextBox"; | |
149 this.CommandTextBox.Size = new System.Drawing.Size(452, 20); | |
150 this.CommandTextBox.TabIndex = 17; | |
151 // | |
152 // SshCheckControl | |
153 // | |
154 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | |
155 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |
156 this.Name = "SshCheckControl"; | |
157 this.Size = new System.Drawing.Size(526, 114); | |
158 this.CheckGroupBox.ResumeLayout(false); | |
159 this.CheckGroupBox.PerformLayout(); | |
160 this.ResponseBodyPanel.ResumeLayout(false); | |
161 this.ResponseBodyPanel.PerformLayout(); | |
162 this.ResponseCodePanel.ResumeLayout(false); | |
163 this.ResponseCodePanel.PerformLayout(); | |
164 this.ResumeLayout(false); | |
165 | |
166 } | |
167 | |
168 #endregion | |
169 | |
170 private System.Windows.Forms.Panel ResponseBodyPanel; | |
171 private System.Windows.Forms.CheckBox CommandOutputRegexCheckBox; | |
172 private MatchComboBox CommandOutputComboBox; | |
173 private System.Windows.Forms.CheckBox CommandOutputCheckBox; | |
174 private System.Windows.Forms.TextBox CommandOutputTextBox; | |
175 private System.Windows.Forms.Panel ResponseCodePanel; | |
176 private System.Windows.Forms.CheckBox ExitCodeCheckBox; | |
177 private System.Windows.Forms.TextBox ExitCodeTextBox; | |
178 private System.Windows.Forms.Label CommandLabel; | |
179 private System.Windows.Forms.TextBox CommandTextBox; | |
180 } | |
181 } |