comparison ServerMonitor/Controls/DiskSpaceCheckControl.Designer.cs @ 8:052aa62cb42a

Single instance. Add autorun option. Add icons. General enhancements.
author Brad Greco <brad@bgreco.net>
date Sat, 09 Mar 2019 20:14:03 -0500
parents 96f0b028176d
children
comparison
equal deleted inserted replaced
7:8486ab7d2357 8:052aa62cb42a
76 this.FreeSpaceLabel.AutoSize = true; 76 this.FreeSpaceLabel.AutoSize = true;
77 this.FreeSpaceLabel.Location = new System.Drawing.Point(-3, 7); 77 this.FreeSpaceLabel.Location = new System.Drawing.Point(-3, 7);
78 this.FreeSpaceLabel.Name = "FreeSpaceLabel"; 78 this.FreeSpaceLabel.Name = "FreeSpaceLabel";
79 this.FreeSpaceLabel.Size = new System.Drawing.Size(110, 13); 79 this.FreeSpaceLabel.Size = new System.Drawing.Size(110, 13);
80 this.FreeSpaceLabel.TabIndex = 22; 80 this.FreeSpaceLabel.TabIndex = 22;
81 this.FreeSpaceLabel.Text = "Free space is at least:"; 81 this.FreeSpaceLabel.Text = "Free &space is at least:";
82 // 82 //
83 // FreeSpaceTextBox 83 // FreeSpaceTextBox
84 // 84 //
85 this.FreeSpaceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 85 this.FreeSpaceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
86 | System.Windows.Forms.AnchorStyles.Right))); 86 | System.Windows.Forms.AnchorStyles.Right)));
94 this.DeviceLabel.AutoSize = true; 94 this.DeviceLabel.AutoSize = true;
95 this.DeviceLabel.Location = new System.Drawing.Point(6, 25); 95 this.DeviceLabel.Location = new System.Drawing.Point(6, 25);
96 this.DeviceLabel.Name = "DeviceLabel"; 96 this.DeviceLabel.Name = "DeviceLabel";
97 this.DeviceLabel.Size = new System.Drawing.Size(69, 13); 97 this.DeviceLabel.Size = new System.Drawing.Size(69, 13);
98 this.DeviceLabel.TabIndex = 18; 98 this.DeviceLabel.TabIndex = 18;
99 this.DeviceLabel.Text = "File / device:"; 99 this.DeviceLabel.Text = "&File / device:";
100 // 100 //
101 // DeviceTextBox 101 // DeviceTextBox
102 // 102 //
103 this.DeviceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 103 this.DeviceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
104 | System.Windows.Forms.AnchorStyles.Right))); 104 | System.Windows.Forms.AnchorStyles.Right)));