diff ServerMonitor/Controls/FileCheckControl.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
line wrap: on
line diff
--- a/ServerMonitor/Controls/FileCheckControl.Designer.cs	Fri Mar 01 21:39:22 2019 -0500
+++ b/ServerMonitor/Controls/FileCheckControl.Designer.cs	Sat Mar 09 20:14:03 2019 -0500
@@ -36,10 +36,10 @@
             this.FileLabel = new System.Windows.Forms.Label();
             this.FileTextBox = new System.Windows.Forms.TextBox();
             this.FileModifiedPanel = new System.Windows.Forms.Panel();
+            this.DateModifiedUnitsComboBox = new ServerMonitorApp.TimeUnitsComboBox();
             this.DateModifiedComparisonComboBox = new System.Windows.Forms.ComboBox();
             this.DateModifiedCheckBox = new System.Windows.Forms.CheckBox();
             this.DateModifiedTextBox = new System.Windows.Forms.TextBox();
-            this.DateModifiedUnitsComboBox = new ServerMonitorApp.TimeUnitsComboBox();
             this.CheckGroupBox.SuspendLayout();
             this.FileSizePanel.SuspendLayout();
             this.FileModifiedPanel.SuspendLayout();
@@ -73,13 +73,13 @@
             this.FileSizeUnitsComboBox.FormattingEnabled = true;
             this.FileSizeUnitsComboBox.Items.AddRange(new object[] {
             "B",
+            "KB",
             "MB",
-            "KB",
             "GB"});
             this.FileSizeUnitsComboBox.Location = new System.Drawing.Point(227, 4);
             this.FileSizeUnitsComboBox.Name = "FileSizeUnitsComboBox";
             this.FileSizeUnitsComboBox.Size = new System.Drawing.Size(43, 21);
-            this.FileSizeUnitsComboBox.TabIndex = 26;
+            this.FileSizeUnitsComboBox.TabIndex = 27;
             // 
             // FileSizeComparisonComboBox
             // 
@@ -100,7 +100,7 @@
             this.FileSizeCheckBox.Name = "FileSizeCheckBox";
             this.FileSizeCheckBox.Size = new System.Drawing.Size(63, 17);
             this.FileSizeCheckBox.TabIndex = 24;
-            this.FileSizeCheckBox.Text = "File size";
+            this.FileSizeCheckBox.Text = "File &size";
             this.FileSizeCheckBox.UseVisualStyleBackColor = true;
             // 
             // FileSizeTextBox
@@ -110,7 +110,7 @@
             this.FileSizeTextBox.Location = new System.Drawing.Point(152, 4);
             this.FileSizeTextBox.Name = "FileSizeTextBox";
             this.FileSizeTextBox.Size = new System.Drawing.Size(69, 20);
-            this.FileSizeTextBox.TabIndex = 7;
+            this.FileSizeTextBox.TabIndex = 26;
             // 
             // FileLabel
             // 
@@ -118,8 +118,8 @@
             this.FileLabel.Location = new System.Drawing.Point(6, 25);
             this.FileLabel.Name = "FileLabel";
             this.FileLabel.Size = new System.Drawing.Size(26, 13);
-            this.FileLabel.TabIndex = 18;
-            this.FileLabel.Text = "File:";
+            this.FileLabel.TabIndex = 17;
+            this.FileLabel.Text = "&File:";
             // 
             // FileTextBox
             // 
@@ -128,7 +128,7 @@
             this.FileTextBox.Location = new System.Drawing.Point(38, 22);
             this.FileTextBox.Name = "FileTextBox";
             this.FileTextBox.Size = new System.Drawing.Size(482, 20);
-            this.FileTextBox.TabIndex = 17;
+            this.FileTextBox.TabIndex = 18;
             this.FileTextBox.Text = "/";
             // 
             // FileModifiedPanel
@@ -144,37 +144,6 @@
             this.FileModifiedPanel.Size = new System.Drawing.Size(511, 28);
             this.FileModifiedPanel.TabIndex = 27;
             // 
-            // DateModifiedComparisonComboBox
-            // 
-            this.DateModifiedComparisonComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
-            this.DateModifiedComparisonComboBox.FormattingEnabled = true;
-            this.DateModifiedComparisonComboBox.Items.AddRange(new object[] {
-            "older than",
-            "newer than"});
-            this.DateModifiedComparisonComboBox.Location = new System.Drawing.Point(91, 4);
-            this.DateModifiedComparisonComboBox.Name = "DateModifiedComparisonComboBox";
-            this.DateModifiedComparisonComboBox.Size = new System.Drawing.Size(82, 21);
-            this.DateModifiedComparisonComboBox.TabIndex = 25;
-            // 
-            // DateModifiedCheckBox
-            // 
-            this.DateModifiedCheckBox.AutoSize = true;
-            this.DateModifiedCheckBox.Location = new System.Drawing.Point(0, 6);
-            this.DateModifiedCheckBox.Name = "DateModifiedCheckBox";
-            this.DateModifiedCheckBox.Size = new System.Drawing.Size(91, 17);
-            this.DateModifiedCheckBox.TabIndex = 24;
-            this.DateModifiedCheckBox.Text = "Date modified";
-            this.DateModifiedCheckBox.UseVisualStyleBackColor = true;
-            // 
-            // DateModifiedTextBox
-            // 
-            this.DateModifiedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
-            | System.Windows.Forms.AnchorStyles.Right)));
-            this.DateModifiedTextBox.Location = new System.Drawing.Point(179, 4);
-            this.DateModifiedTextBox.Name = "DateModifiedTextBox";
-            this.DateModifiedTextBox.Size = new System.Drawing.Size(69, 20);
-            this.DateModifiedTextBox.TabIndex = 7;
-            // 
             // DateModifiedUnitsComboBox
             // 
             this.DateModifiedUnitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
@@ -186,7 +155,38 @@
             this.DateModifiedUnitsComboBox.Location = new System.Drawing.Point(254, 4);
             this.DateModifiedUnitsComboBox.Name = "DateModifiedUnitsComboBox";
             this.DateModifiedUnitsComboBox.Size = new System.Drawing.Size(60, 21);
-            this.DateModifiedUnitsComboBox.TabIndex = 26;
+            this.DateModifiedUnitsComboBox.TabIndex = 31;
+            // 
+            // DateModifiedComparisonComboBox
+            // 
+            this.DateModifiedComparisonComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.DateModifiedComparisonComboBox.FormattingEnabled = true;
+            this.DateModifiedComparisonComboBox.Items.AddRange(new object[] {
+            "older than",
+            "newer than"});
+            this.DateModifiedComparisonComboBox.Location = new System.Drawing.Point(91, 4);
+            this.DateModifiedComparisonComboBox.Name = "DateModifiedComparisonComboBox";
+            this.DateModifiedComparisonComboBox.Size = new System.Drawing.Size(82, 21);
+            this.DateModifiedComparisonComboBox.TabIndex = 29;
+            // 
+            // DateModifiedCheckBox
+            // 
+            this.DateModifiedCheckBox.AutoSize = true;
+            this.DateModifiedCheckBox.Location = new System.Drawing.Point(0, 6);
+            this.DateModifiedCheckBox.Name = "DateModifiedCheckBox";
+            this.DateModifiedCheckBox.Size = new System.Drawing.Size(91, 17);
+            this.DateModifiedCheckBox.TabIndex = 28;
+            this.DateModifiedCheckBox.Text = "Date &modified";
+            this.DateModifiedCheckBox.UseVisualStyleBackColor = true;
+            // 
+            // DateModifiedTextBox
+            // 
+            this.DateModifiedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.DateModifiedTextBox.Location = new System.Drawing.Point(179, 4);
+            this.DateModifiedTextBox.Name = "DateModifiedTextBox";
+            this.DateModifiedTextBox.Size = new System.Drawing.Size(69, 20);
+            this.DateModifiedTextBox.TabIndex = 30;
             // 
             // FileCheckControl
             //