comparison ServerMonitor/Controls/CheckControl.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
comparison
equal deleted inserted replaced
-1:000000000000 0:3e1a2131f897
1 namespace ServerMonitorApp
2 {
3 partial class CheckControl
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.CheckGroupBox = new System.Windows.Forms.GroupBox();
32 this.SuspendLayout();
33 //
34 // CheckGroupBox
35 //
36 this.CheckGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
37 this.CheckGroupBox.Location = new System.Drawing.Point(0, 0);
38 this.CheckGroupBox.Name = "CheckGroupBox";
39 this.CheckGroupBox.Size = new System.Drawing.Size(526, 217);
40 this.CheckGroupBox.TabIndex = 0;
41 this.CheckGroupBox.TabStop = false;
42 this.CheckGroupBox.Text = "Check";
43 //
44 // CheckControl
45 //
46 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
47 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
48 this.Controls.Add(this.CheckGroupBox);
49 this.Name = "CheckControl";
50 this.Size = new System.Drawing.Size(526, 217);
51 this.Load += new System.EventHandler(this.CheckControl_Load);
52 this.ResumeLayout(false);
53
54 }
55
56 #endregion
57
58 protected System.Windows.Forms.GroupBox CheckGroupBox;
59 }
60 }