From 105c0e0a00324a2babbe3ba23858464df7364dfc Mon Sep 17 00:00:00 2001 From: Michael Johne Date: Wed, 4 Oct 2023 23:16:46 +0200 Subject: [PATCH] Add files via upload --- DisksizeWatcher/AboutBoxForm.Designer.cs | 39 ++++++++++++--------- DisksizeWatcher/AboutBoxForm.resx | 3 -- DisksizeWatcher/GlobalSuppressions.cs | Bin 17092 -> 17576 bytes DisksizeWatcher/MainForm.Designer.cs | 1 + DisksizeWatcher/MainForm.cs | 1 + DisksizeWatcher/MainForm.resx | 21 +++++------ DisksizeWatcher/Properties/AssemblyInfo.cs | 4 +-- DisksizeWatcher/SettingsForm.Designer.cs | 2 ++ DisksizeWatcher/SettingsForm.resx | 6 ---- 9 files changed, 37 insertions(+), 40 deletions(-) diff --git a/DisksizeWatcher/AboutBoxForm.Designer.cs b/DisksizeWatcher/AboutBoxForm.Designer.cs index 11fbf32..76d8085 100644 --- a/DisksizeWatcher/AboutBoxForm.Designer.cs +++ b/DisksizeWatcher/AboutBoxForm.Designer.cs @@ -75,7 +75,7 @@ private void InitializeComponent() this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 36.94268F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 24.84076F)); - this.tableLayoutPanel.Size = new System.Drawing.Size(224, 141); + this.tableLayoutPanel.Size = new System.Drawing.Size(240, 141); this.tableLayoutPanel.TabIndex = 0; // // logoPictureBox @@ -88,7 +88,7 @@ private void InitializeComponent() this.logoPictureBox.Location = new System.Drawing.Point(3, 3); this.logoPictureBox.Name = "logoPictureBox"; this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6); - this.logoPictureBox.Size = new System.Drawing.Size(36, 135); + this.logoPictureBox.Size = new System.Drawing.Size(39, 135); this.logoPictureBox.TabIndex = 12; this.logoPictureBox.TabStop = false; this.toolTip.SetToolTip(this.logoPictureBox, "program icon"); @@ -100,12 +100,13 @@ private void InitializeComponent() this.labelProductName.AccessibleDescription = "Show the product name"; this.labelProductName.AccessibleName = "Product name"; this.labelProductName.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelProductName.AutoEllipsis = true; this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill; - this.labelProductName.Location = new System.Drawing.Point(48, 0); + this.labelProductName.Location = new System.Drawing.Point(51, 0); this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17); this.labelProductName.Name = "labelProductName"; - this.labelProductName.Size = new System.Drawing.Size(173, 13); + this.labelProductName.Size = new System.Drawing.Size(186, 13); this.labelProductName.TabIndex = 19; this.labelProductName.Text = "Product name"; this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -120,12 +121,13 @@ private void InitializeComponent() this.labelVersion.AccessibleDescription = "Show the version"; this.labelVersion.AccessibleName = "Version"; this.labelVersion.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelVersion.AutoEllipsis = true; this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill; - this.labelVersion.Location = new System.Drawing.Point(48, 13); + this.labelVersion.Location = new System.Drawing.Point(51, 13); this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17); this.labelVersion.Name = "labelVersion"; - this.labelVersion.Size = new System.Drawing.Size(173, 13); + this.labelVersion.Size = new System.Drawing.Size(186, 13); this.labelVersion.TabIndex = 0; this.labelVersion.Text = "Version"; this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -140,12 +142,13 @@ private void InitializeComponent() this.labelCopyright.AccessibleDescription = "Show the copyright"; this.labelCopyright.AccessibleName = "Copyright"; this.labelCopyright.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCopyright.AutoEllipsis = true; this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill; - this.labelCopyright.Location = new System.Drawing.Point(48, 26); + this.labelCopyright.Location = new System.Drawing.Point(51, 26); this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17); this.labelCopyright.Name = "labelCopyright"; - this.labelCopyright.Size = new System.Drawing.Size(173, 13); + this.labelCopyright.Size = new System.Drawing.Size(186, 13); this.labelCopyright.TabIndex = 21; this.labelCopyright.Text = "Copyright"; this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -160,12 +163,13 @@ private void InitializeComponent() this.labelCompanyName.AccessibleDescription = "Show the company name"; this.labelCompanyName.AccessibleName = "Company name"; this.labelCompanyName.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCompanyName.AutoEllipsis = true; this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill; - this.labelCompanyName.Location = new System.Drawing.Point(48, 39); + this.labelCompanyName.Location = new System.Drawing.Point(51, 39); this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17); this.labelCompanyName.Name = "labelCompanyName"; - this.labelCompanyName.Size = new System.Drawing.Size(173, 13); + this.labelCompanyName.Size = new System.Drawing.Size(186, 13); this.labelCompanyName.TabIndex = 22; this.labelCompanyName.Text = "Company name"; this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -181,13 +185,13 @@ private void InitializeComponent() this.textBoxDescription.AccessibleName = "Description"; this.textBoxDescription.AccessibleRole = System.Windows.Forms.AccessibleRole.Text; this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill; - this.textBoxDescription.Location = new System.Drawing.Point(48, 55); + this.textBoxDescription.Location = new System.Drawing.Point(51, 55); this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3); this.textBoxDescription.Multiline = true; this.textBoxDescription.Name = "textBoxDescription"; this.textBoxDescription.ReadOnly = true; this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both; - this.textBoxDescription.Size = new System.Drawing.Size(173, 45); + this.textBoxDescription.Size = new System.Drawing.Size(186, 45); this.textBoxDescription.TabIndex = 23; this.textBoxDescription.TabStop = false; this.textBoxDescription.Text = "Description"; @@ -203,10 +207,11 @@ private void InitializeComponent() this.okButton.AccessibleName = "OK button"; this.okButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.okButton.AutoEllipsis = true; this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Image = global::DisksizeWatcher.Properties.Resources.fatcow_tick_octagon_16; this.okButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; - this.okButton.Location = new System.Drawing.Point(146, 115); + this.okButton.Location = new System.Drawing.Point(162, 115); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 24; @@ -229,7 +234,7 @@ private void InitializeComponent() this.statusStrip.Location = new System.Drawing.Point(0, 0); this.statusStrip.Name = "statusStrip"; this.statusStrip.ShowItemToolTips = true; - this.statusStrip.Size = new System.Drawing.Size(224, 22); + this.statusStrip.Size = new System.Drawing.Size(240, 22); this.statusStrip.SizingGrip = false; this.statusStrip.TabIndex = 7; this.statusStrip.TabStop = true; @@ -257,11 +262,11 @@ private void InitializeComponent() // toolStripContainer.ContentPanel // this.toolStripContainer.ContentPanel.Controls.Add(this.tableLayoutPanel); - this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(224, 141); + this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(240, 141); this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer.Location = new System.Drawing.Point(9, 9); this.toolStripContainer.Name = "toolStripContainer"; - this.toolStripContainer.Size = new System.Drawing.Size(224, 163); + this.toolStripContainer.Size = new System.Drawing.Size(240, 163); this.toolStripContainer.TabIndex = 8; this.toolStripContainer.Text = "toolStripContainer"; // @@ -273,7 +278,7 @@ private void InitializeComponent() this.AccessibleRole = System.Windows.Forms.AccessibleRole.Dialog; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(242, 181); + this.ClientSize = new System.Drawing.Size(258, 181); this.Controls.Add(this.toolStripContainer); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); diff --git a/DisksizeWatcher/AboutBoxForm.resx b/DisksizeWatcher/AboutBoxForm.resx index 622433a..86e7a3e 100644 --- a/DisksizeWatcher/AboutBoxForm.resx +++ b/DisksizeWatcher/AboutBoxForm.resx @@ -120,9 +120,6 @@ 17, 17 - - 17, 17 - 216, 17 diff --git a/DisksizeWatcher/GlobalSuppressions.cs b/DisksizeWatcher/GlobalSuppressions.cs index d30240ff924c67cc781b082854968a57364ba6f9..fb76dc1d16fb5529ba3efc5f8eea09345af2191c 100644 GIT binary patch delta 40 ycmV+@0N4M-g#oCE0k8xSystem.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 301, 16 + 228, 13 - 86, 16 + 13, 13 @@ -5361,28 +5361,25 @@ - 626, 15 + 797, 13 - 856, 16 + 1029, 13 - 391, 16 + 560, 13 - 192, 16 + 119, 13 - 1077, 16 + 17, 52 - 22, 54 - - - 99 + 408, 13 - 174, 54 + 310, 13 diff --git a/DisksizeWatcher/Properties/AssemblyInfo.cs b/DisksizeWatcher/Properties/AssemblyInfo.cs index 0132a3b..322fec0 100644 --- a/DisksizeWatcher/Properties/AssemblyInfo.cs +++ b/DisksizeWatcher/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // indem Sie "*" wie unten gezeigt eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.4.0.6")] -[assembly: AssemblyFileVersion("0.4.0.6")] +[assembly: AssemblyVersion("0.4.1.7")] +[assembly: AssemblyFileVersion("0.4.1.7")] [assembly: NeutralResourcesLanguage("en")] diff --git a/DisksizeWatcher/SettingsForm.Designer.cs b/DisksizeWatcher/SettingsForm.Designer.cs index b6b6217..311cf86 100644 --- a/DisksizeWatcher/SettingsForm.Designer.cs +++ b/DisksizeWatcher/SettingsForm.Designer.cs @@ -45,6 +45,7 @@ private void InitializeComponent() this.checkBoxMinimizeToSystemTray.AccessibleDescription = "Click to minimize to system tray"; this.checkBoxMinimizeToSystemTray.AccessibleName = "minimize to system tray"; this.checkBoxMinimizeToSystemTray.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton; + this.checkBoxMinimizeToSystemTray.AutoEllipsis = true; this.checkBoxMinimizeToSystemTray.AutoSize = true; this.checkBoxMinimizeToSystemTray.Location = new System.Drawing.Point(13, 36); this.checkBoxMinimizeToSystemTray.Name = "checkBoxMinimizeToSystemTray"; @@ -141,6 +142,7 @@ private void InitializeComponent() this.checkBoxStayOnTop.AccessibleDescription = "Click to stay on top"; this.checkBoxStayOnTop.AccessibleName = "stay on top"; this.checkBoxStayOnTop.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton; + this.checkBoxStayOnTop.AutoEllipsis = true; this.checkBoxStayOnTop.AutoSize = true; this.checkBoxStayOnTop.Location = new System.Drawing.Point(13, 12); this.checkBoxStayOnTop.Name = "checkBoxStayOnTop"; diff --git a/DisksizeWatcher/SettingsForm.resx b/DisksizeWatcher/SettingsForm.resx index a58dba6..13d2ac4 100644 --- a/DisksizeWatcher/SettingsForm.resx +++ b/DisksizeWatcher/SettingsForm.resx @@ -120,12 +120,6 @@ 17, 17 - - 17, 17 - - - 17, 17 - 107, 17