From 469dd617c5708d7e2cb74be4f7cd2ff8931b2597 Mon Sep 17 00:00:00 2001 From: Michael Johne Date: Fri, 30 Nov 2018 20:10:48 +0100 Subject: [PATCH] Add files via upload --- FileDateTime Manipulator/FdtmForm.Designer.cs | 1347 ++++++++++------- FileDateTime Manipulator/FdtmForm.cs | 34 + FileDateTime Manipulator/FdtmForm.resx | 69 +- .../FileDateTime Manipulator.csproj | 16 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/Resources.Designer.cs | 168 +- .../Properties/Resources.resx | 25 +- .../Resources/door_in.png | Bin 0 -> 773 bytes .../Resources/fdtm-logo-32.ico | Bin 0 -> 3262 bytes .../Resources/fdtm-logo-32.png | Bin 0 -> 1556 bytes FileDateTime Manipulator/Resources/folder.png | Bin 0 -> 632 bytes .../Resources/information.png | Bin 0 -> 764 bytes .../Resources/page_white.png | Bin 0 -> 416 bytes .../Resources/tick_button.png | Bin 0 -> 1320 bytes FileDateTime Manipulator/fdtm-logo-32.ico | Bin 0 -> 3262 bytes 15 files changed, 1057 insertions(+), 606 deletions(-) create mode 100644 FileDateTime Manipulator/Resources/door_in.png create mode 100644 FileDateTime Manipulator/Resources/fdtm-logo-32.ico create mode 100644 FileDateTime Manipulator/Resources/fdtm-logo-32.png create mode 100644 FileDateTime Manipulator/Resources/folder.png create mode 100644 FileDateTime Manipulator/Resources/information.png create mode 100644 FileDateTime Manipulator/Resources/page_white.png create mode 100644 FileDateTime Manipulator/Resources/tick_button.png create mode 100644 FileDateTime Manipulator/fdtm-logo-32.ico diff --git a/FileDateTime Manipulator/FdtmForm.Designer.cs b/FileDateTime Manipulator/FdtmForm.Designer.cs index 0ea9ce1..608497c 100644 --- a/FileDateTime Manipulator/FdtmForm.Designer.cs +++ b/FileDateTime Manipulator/FdtmForm.Designer.cs @@ -29,263 +29,280 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.labelPath = new System.Windows.Forms.Label(); - this.textBoxPath = new System.Windows.Forms.TextBox(); - this.buttonSelectFile = new System.Windows.Forms.Button(); - this.labelCreationDate = new System.Windows.Forms.Label(); - this.labelLastAccessDate = new System.Windows.Forms.Label(); - this.labelLastWriteDate = new System.Windows.Forms.Label(); - this.textBoxCreationDate = new System.Windows.Forms.TextBox(); - this.textBoxLastAccessDate = new System.Windows.Forms.TextBox(); - this.textBoxLastWriteDate = new System.Windows.Forms.TextBox(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FdtmForm)); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); - this.labelNewWriteDate = new System.Windows.Forms.Label(); - this.labelNewAccessDate = new System.Windows.Forms.Label(); - this.labelNewCreationDate = new System.Windows.Forms.Label(); - this.tableLayoutPanelDate = new System.Windows.Forms.TableLayoutPanel(); - this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); + this.toolTip = new System.Windows.Forms.ToolTip(this.components); + this.radioButtonNewCreationDateUtc = new System.Windows.Forms.RadioButton(); + this.radioButtonNewCreationDateLocalTime = new System.Windows.Forms.RadioButton(); + this.radioButtonNewLastAccessDateUtc = new System.Windows.Forms.RadioButton(); + this.radioButtonNewLastAccessDateLocalTime = new System.Windows.Forms.RadioButton(); + this.radioButtonNewLastWriteDateUtc = new System.Windows.Forms.RadioButton(); + this.radioButtonNewLastWriteDateLocalTime = new System.Windows.Forms.RadioButton(); + this.dateTimePickerWrited = new System.Windows.Forms.DateTimePicker(); + this.dateTimePickerAccessed = new System.Windows.Forms.DateTimePicker(); + this.dateTimePickerCreated = new System.Windows.Forms.DateTimePicker(); this.radioButtonLastWriteDateUtc = new System.Windows.Forms.RadioButton(); this.radioButtonLastWriteDateLocalTime = new System.Windows.Forms.RadioButton(); - this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.radioButtonCreationDateUtc = new System.Windows.Forms.RadioButton(); this.radioButtonCreationDateLocalTime = new System.Windows.Forms.RadioButton(); - this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); + this.textBoxLastWriteDate = new System.Windows.Forms.TextBox(); + this.textBoxLastAccessDate = new System.Windows.Forms.TextBox(); + this.textBoxCreationDate = new System.Windows.Forms.TextBox(); this.radioButtonLastAccessDateUtc = new System.Windows.Forms.RadioButton(); this.radioButtonLastAccessDateLocalTime = new System.Windows.Forms.RadioButton(); + this.textBoxPath = new System.Windows.Forms.TextBox(); + this.statusStrip = new System.Windows.Forms.StatusStrip(); + this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); + this.toolStripContainer = new System.Windows.Forms.ToolStripContainer(); + this.tableLayoutPanelSetDate = new System.Windows.Forms.TableLayoutPanel(); + this.labelNewCreationDate = new System.Windows.Forms.Label(); + this.tableLayoutPanelSetLastWriteDateFormat = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanelSetLastAccessDateFormat = new System.Windows.Forms.TableLayoutPanel(); + this.labelNewWriteDate = new System.Windows.Forms.Label(); + this.labelNewAccessDate = new System.Windows.Forms.Label(); + this.tableLayoutPanelSetCreationDateFormat = new System.Windows.Forms.TableLayoutPanel(); this.panelButtons = new System.Windows.Forms.Panel(); + this.tableLayoutPanelGetDate = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanelGetLastWriteDateFormat = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanelGetCreationDateFormat = new System.Windows.Forms.TableLayoutPanel(); + this.labelCreationDate = new System.Windows.Forms.Label(); + this.labelLastAccessDate = new System.Windows.Forms.Label(); + this.labelLastWriteDate = new System.Windows.Forms.Label(); + this.tableLayoutPanelGetLastAccessDateFormat = new System.Windows.Forms.TableLayoutPanel(); + this.labelPath = new System.Windows.Forms.Label(); this.buttonClose = new System.Windows.Forms.Button(); this.buttonInfo = new System.Windows.Forms.Button(); this.buttonApply = new System.Windows.Forms.Button(); - this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel(); - this.radioButtonNewCreationDateUtc = new System.Windows.Forms.RadioButton(); - this.radioButtonNewCreationDateLocalTime = new System.Windows.Forms.RadioButton(); - this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); - this.radioButtonNewLastAccessDateUtc = new System.Windows.Forms.RadioButton(); - this.radioButtonNewLastAccessDateLocalTime = new System.Windows.Forms.RadioButton(); - this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); - this.radioButtonNewLastWriteDateUtc = new System.Windows.Forms.RadioButton(); - this.radioButtonNewLastWriteDateLocalTime = new System.Windows.Forms.RadioButton(); - this.dateTimePickerWrited = new System.Windows.Forms.DateTimePicker(); - this.dateTimePickerAccessed = new System.Windows.Forms.DateTimePicker(); - this.dateTimePickerCreated = new System.Windows.Forms.DateTimePicker(); - this.toolTip = new System.Windows.Forms.ToolTip(this.components); - this.tableLayoutPanelDate.SuspendLayout(); - this.tableLayoutPanel4.SuspendLayout(); - this.tableLayoutPanel3.SuspendLayout(); - this.tableLayoutPanel2.SuspendLayout(); + this.buttonSelectFile = new System.Windows.Forms.Button(); + this.statusStrip.SuspendLayout(); + this.toolStripContainer.BottomToolStripPanel.SuspendLayout(); + this.toolStripContainer.ContentPanel.SuspendLayout(); + this.toolStripContainer.SuspendLayout(); + this.tableLayoutPanelSetDate.SuspendLayout(); + this.tableLayoutPanelSetLastWriteDateFormat.SuspendLayout(); + this.tableLayoutPanelSetLastAccessDateFormat.SuspendLayout(); + this.tableLayoutPanelSetCreationDateFormat.SuspendLayout(); this.panelButtons.SuspendLayout(); - this.tableLayoutPanel1.SuspendLayout(); - this.tableLayoutPanel7.SuspendLayout(); - this.tableLayoutPanel6.SuspendLayout(); - this.tableLayoutPanel5.SuspendLayout(); + this.tableLayoutPanelGetDate.SuspendLayout(); + this.tableLayoutPanelGetLastWriteDateFormat.SuspendLayout(); + this.tableLayoutPanelGetCreationDateFormat.SuspendLayout(); + this.tableLayoutPanelGetLastAccessDateFormat.SuspendLayout(); this.SuspendLayout(); // - // labelPath - // - this.labelPath.AutoSize = true; - this.labelPath.Location = new System.Drawing.Point(9, 10); - this.labelPath.Name = "labelPath"; - this.labelPath.Size = new System.Drawing.Size(32, 13); - this.labelPath.TabIndex = 0; - this.labelPath.Text = "&Path:"; - // - // textBoxPath - // - this.textBoxPath.AllowDrop = true; - this.textBoxPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.textBoxPath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.textBoxPath.Location = new System.Drawing.Point(40, 6); - this.textBoxPath.Name = "textBoxPath"; - this.textBoxPath.ReadOnly = true; - this.textBoxPath.Size = new System.Drawing.Size(357, 20); - this.textBoxPath.TabIndex = 1; - this.toolTip.SetToolTip(this.textBoxPath, "Full path name"); - // - // buttonSelectFile - // - this.buttonSelectFile.AllowDrop = true; - this.buttonSelectFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.buttonSelectFile.Location = new System.Drawing.Point(403, 6); - this.buttonSelectFile.Name = "buttonSelectFile"; - this.buttonSelectFile.Size = new System.Drawing.Size(70, 20); - this.buttonSelectFile.TabIndex = 2; - this.buttonSelectFile.Text = "&Select file"; - this.toolTip.SetToolTip(this.buttonSelectFile, "Click to selected a file"); - this.buttonSelectFile.UseVisualStyleBackColor = true; - this.buttonSelectFile.Click += new System.EventHandler(this.ButtonSelectFile_Click); - // - // labelCreationDate + // openFileDialog // - this.labelCreationDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.labelCreationDate.AutoSize = true; - this.labelCreationDate.Location = new System.Drawing.Point(3, 0); - this.labelCreationDate.Name = "labelCreationDate"; - this.labelCreationDate.Size = new System.Drawing.Size(147, 13); - this.labelCreationDate.TabIndex = 0; - this.labelCreationDate.Text = "Creation date (&1):"; - this.labelCreationDate.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.openFileDialog.Filter = "all files|*.*"; + this.openFileDialog.SupportMultiDottedExtensions = true; + this.openFileDialog.Title = "Select file"; // - // labelLastAccessDate + // radioButtonNewCreationDateUtc // - this.labelLastAccessDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.labelLastAccessDate.AutoSize = true; - this.labelLastAccessDate.Location = new System.Drawing.Point(156, 0); - this.labelLastAccessDate.Name = "labelLastAccessDate"; - this.labelLastAccessDate.Size = new System.Drawing.Size(147, 13); - this.labelLastAccessDate.TabIndex = 3; - this.labelLastAccessDate.Text = "Last access date (&2):"; - this.labelLastAccessDate.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.radioButtonNewCreationDateUtc.AccessibleDescription = "Convert the creation date preview to the universal time"; + this.radioButtonNewCreationDateUtc.AccessibleName = "Convert the creation date preview to the universal time"; + this.radioButtonNewCreationDateUtc.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; + this.radioButtonNewCreationDateUtc.AutoSize = true; + this.radioButtonNewCreationDateUtc.Dock = System.Windows.Forms.DockStyle.Fill; + this.radioButtonNewCreationDateUtc.Enabled = false; + this.radioButtonNewCreationDateUtc.Location = new System.Drawing.Point(78, 3); + this.radioButtonNewCreationDateUtc.Name = "radioButtonNewCreationDateUtc"; + this.radioButtonNewCreationDateUtc.Size = new System.Drawing.Size(66, 17); + this.radioButtonNewCreationDateUtc.TabIndex = 1; + this.radioButtonNewCreationDateUtc.Text = "UTC"; + this.toolTip.SetToolTip(this.radioButtonNewCreationDateUtc, "Convert the creation date preview to the universal time"); + this.radioButtonNewCreationDateUtc.UseVisualStyleBackColor = true; + this.radioButtonNewCreationDateUtc.CheckedChanged += new System.EventHandler(this.RadioButtonNewCreationDateUtc_CheckedChanged); + this.radioButtonNewCreationDateUtc.Enter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonNewCreationDateUtc.Leave += new System.EventHandler(this.ClearStatusLabel); + this.radioButtonNewCreationDateUtc.MouseEnter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonNewCreationDateUtc.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // - // labelLastWriteDate + // radioButtonNewCreationDateLocalTime // - this.labelLastWriteDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.labelLastWriteDate.AutoSize = true; - this.labelLastWriteDate.Location = new System.Drawing.Point(309, 0); - this.labelLastWriteDate.Name = "labelLastWriteDate"; - this.labelLastWriteDate.Size = new System.Drawing.Size(148, 13); - this.labelLastWriteDate.TabIndex = 6; - this.labelLastWriteDate.Text = "Last write date (&3):"; - this.labelLastWriteDate.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.radioButtonNewCreationDateLocalTime.AccessibleDescription = "Convert the creation date preview to the local time"; + this.radioButtonNewCreationDateLocalTime.AccessibleName = "Convert the creation date preview to the local time"; + this.radioButtonNewCreationDateLocalTime.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; + this.radioButtonNewCreationDateLocalTime.AutoSize = true; + this.radioButtonNewCreationDateLocalTime.Checked = true; + this.radioButtonNewCreationDateLocalTime.Dock = System.Windows.Forms.DockStyle.Fill; + this.radioButtonNewCreationDateLocalTime.Enabled = false; + this.radioButtonNewCreationDateLocalTime.Location = new System.Drawing.Point(3, 3); + this.radioButtonNewCreationDateLocalTime.Name = "radioButtonNewCreationDateLocalTime"; + this.radioButtonNewCreationDateLocalTime.Size = new System.Drawing.Size(69, 17); + this.radioButtonNewCreationDateLocalTime.TabIndex = 0; + this.radioButtonNewCreationDateLocalTime.TabStop = true; + this.radioButtonNewCreationDateLocalTime.Text = "local time"; + this.toolTip.SetToolTip(this.radioButtonNewCreationDateLocalTime, "Convert the creation date preview to the local time"); + this.radioButtonNewCreationDateLocalTime.UseVisualStyleBackColor = true; + this.radioButtonNewCreationDateLocalTime.CheckedChanged += new System.EventHandler(this.RadioButtonNewCreationDateLocalTime_CheckedChanged); + this.radioButtonNewCreationDateLocalTime.Enter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonNewCreationDateLocalTime.Leave += new System.EventHandler(this.ClearStatusLabel); + this.radioButtonNewCreationDateLocalTime.MouseEnter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonNewCreationDateLocalTime.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // - // textBoxCreationDate + // radioButtonNewLastAccessDateUtc // - this.textBoxCreationDate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.textBoxCreationDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.textBoxCreationDate.Location = new System.Drawing.Point(3, 16); - this.textBoxCreationDate.Name = "textBoxCreationDate"; - this.textBoxCreationDate.ReadOnly = true; - this.textBoxCreationDate.Size = new System.Drawing.Size(147, 20); - this.textBoxCreationDate.TabIndex = 1; - this.textBoxCreationDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - this.toolTip.SetToolTip(this.textBoxCreationDate, "Creation date of the file"); + this.radioButtonNewLastAccessDateUtc.AccessibleDescription = "Convert the last access date preview to the universal time"; + this.radioButtonNewLastAccessDateUtc.AccessibleName = "Convert the last access date preview to the universal time"; + this.radioButtonNewLastAccessDateUtc.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; + this.radioButtonNewLastAccessDateUtc.AutoSize = true; + this.radioButtonNewLastAccessDateUtc.Dock = System.Windows.Forms.DockStyle.Fill; + this.radioButtonNewLastAccessDateUtc.Enabled = false; + this.radioButtonNewLastAccessDateUtc.Location = new System.Drawing.Point(78, 3); + this.radioButtonNewLastAccessDateUtc.Name = "radioButtonNewLastAccessDateUtc"; + this.radioButtonNewLastAccessDateUtc.Size = new System.Drawing.Size(66, 17); + this.radioButtonNewLastAccessDateUtc.TabIndex = 1; + this.radioButtonNewLastAccessDateUtc.Text = "UTC"; + this.toolTip.SetToolTip(this.radioButtonNewLastAccessDateUtc, "Convert the last access date preview to the universal time"); + this.radioButtonNewLastAccessDateUtc.UseVisualStyleBackColor = true; + this.radioButtonNewLastAccessDateUtc.CheckedChanged += new System.EventHandler(this.RadioButtonNewLastAccessDateUtc_CheckedChanged); + this.radioButtonNewLastAccessDateUtc.Enter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonNewLastAccessDateUtc.Leave += new System.EventHandler(this.ClearStatusLabel); + this.radioButtonNewLastAccessDateUtc.MouseEnter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonNewLastAccessDateUtc.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // - // textBoxLastAccessDate + // radioButtonNewLastAccessDateLocalTime // - this.textBoxLastAccessDate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.textBoxLastAccessDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.textBoxLastAccessDate.Location = new System.Drawing.Point(156, 16); - this.textBoxLastAccessDate.Name = "textBoxLastAccessDate"; - this.textBoxLastAccessDate.ReadOnly = true; - this.textBoxLastAccessDate.Size = new System.Drawing.Size(147, 20); - this.textBoxLastAccessDate.TabIndex = 4; - this.textBoxLastAccessDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - this.toolTip.SetToolTip(this.textBoxLastAccessDate, "Last access date of the file"); + this.radioButtonNewLastAccessDateLocalTime.AccessibleDescription = "Convert the last access date preview to the local time"; + this.radioButtonNewLastAccessDateLocalTime.AccessibleName = "Convert the last access date preview to the local time"; + this.radioButtonNewLastAccessDateLocalTime.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; + this.radioButtonNewLastAccessDateLocalTime.AutoSize = true; + this.radioButtonNewLastAccessDateLocalTime.Checked = true; + this.radioButtonNewLastAccessDateLocalTime.Dock = System.Windows.Forms.DockStyle.Fill; + this.radioButtonNewLastAccessDateLocalTime.Enabled = false; + this.radioButtonNewLastAccessDateLocalTime.Location = new System.Drawing.Point(3, 3); + this.radioButtonNewLastAccessDateLocalTime.Name = "radioButtonNewLastAccessDateLocalTime"; + this.radioButtonNewLastAccessDateLocalTime.Size = new System.Drawing.Size(69, 17); + this.radioButtonNewLastAccessDateLocalTime.TabIndex = 0; + this.radioButtonNewLastAccessDateLocalTime.TabStop = true; + this.radioButtonNewLastAccessDateLocalTime.Text = "local time"; + this.toolTip.SetToolTip(this.radioButtonNewLastAccessDateLocalTime, "Convert the last access date preview to the local time"); + this.radioButtonNewLastAccessDateLocalTime.UseVisualStyleBackColor = true; + this.radioButtonNewLastAccessDateLocalTime.CheckedChanged += new System.EventHandler(this.RadioButtonNewLastAccessDateLocalTime_CheckedChanged); + this.radioButtonNewLastAccessDateLocalTime.Enter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonNewLastAccessDateLocalTime.Leave += new System.EventHandler(this.ClearStatusLabel); + this.radioButtonNewLastAccessDateLocalTime.MouseEnter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonNewLastAccessDateLocalTime.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // - // textBoxLastWriteDate + // radioButtonNewLastWriteDateUtc // - this.textBoxLastWriteDate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.textBoxLastWriteDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.textBoxLastWriteDate.Location = new System.Drawing.Point(309, 16); - this.textBoxLastWriteDate.Name = "textBoxLastWriteDate"; - this.textBoxLastWriteDate.ReadOnly = true; - this.textBoxLastWriteDate.Size = new System.Drawing.Size(148, 20); - this.textBoxLastWriteDate.TabIndex = 7; - this.textBoxLastWriteDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - this.toolTip.SetToolTip(this.textBoxLastWriteDate, "Last write date of the file"); + this.radioButtonNewLastWriteDateUtc.AccessibleDescription = "Convert the last write date preview to the universal time"; + this.radioButtonNewLastWriteDateUtc.AccessibleName = "Convert the last write date preview to the universal time"; + this.radioButtonNewLastWriteDateUtc.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; + this.radioButtonNewLastWriteDateUtc.AutoSize = true; + this.radioButtonNewLastWriteDateUtc.Dock = System.Windows.Forms.DockStyle.Fill; + this.radioButtonNewLastWriteDateUtc.Enabled = false; + this.radioButtonNewLastWriteDateUtc.Location = new System.Drawing.Point(78, 3); + this.radioButtonNewLastWriteDateUtc.Name = "radioButtonNewLastWriteDateUtc"; + this.radioButtonNewLastWriteDateUtc.Size = new System.Drawing.Size(66, 17); + this.radioButtonNewLastWriteDateUtc.TabIndex = 1; + this.radioButtonNewLastWriteDateUtc.Text = "UTC"; + this.toolTip.SetToolTip(this.radioButtonNewLastWriteDateUtc, "Convert the last write date preview to the universal time"); + this.radioButtonNewLastWriteDateUtc.UseVisualStyleBackColor = true; + this.radioButtonNewLastWriteDateUtc.CheckedChanged += new System.EventHandler(this.RadioButtonNewLastWriteDateUtc_CheckedChanged); + this.radioButtonNewLastWriteDateUtc.Enter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonNewLastWriteDateUtc.Leave += new System.EventHandler(this.ClearStatusLabel); + this.radioButtonNewLastWriteDateUtc.MouseEnter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonNewLastWriteDateUtc.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // - // openFileDialog + // radioButtonNewLastWriteDateLocalTime // - this.openFileDialog.Filter = "all files|*.*"; + this.radioButtonNewLastWriteDateLocalTime.AccessibleDescription = "Convert the last write date preview to the local time"; + this.radioButtonNewLastWriteDateLocalTime.AccessibleName = "Convert the last write date preview to the local time"; + this.radioButtonNewLastWriteDateLocalTime.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; + this.radioButtonNewLastWriteDateLocalTime.AutoSize = true; + this.radioButtonNewLastWriteDateLocalTime.Checked = true; + this.radioButtonNewLastWriteDateLocalTime.Dock = System.Windows.Forms.DockStyle.Fill; + this.radioButtonNewLastWriteDateLocalTime.Enabled = false; + this.radioButtonNewLastWriteDateLocalTime.Location = new System.Drawing.Point(3, 3); + this.radioButtonNewLastWriteDateLocalTime.Name = "radioButtonNewLastWriteDateLocalTime"; + this.radioButtonNewLastWriteDateLocalTime.Size = new System.Drawing.Size(69, 17); + this.radioButtonNewLastWriteDateLocalTime.TabIndex = 0; + this.radioButtonNewLastWriteDateLocalTime.TabStop = true; + this.radioButtonNewLastWriteDateLocalTime.Text = "local time"; + this.toolTip.SetToolTip(this.radioButtonNewLastWriteDateLocalTime, "Convert the last write date preview to the local time"); + this.radioButtonNewLastWriteDateLocalTime.UseVisualStyleBackColor = true; + this.radioButtonNewLastWriteDateLocalTime.CheckedChanged += new System.EventHandler(this.RadioButtonNewLastWriteDateLocalTime_CheckedChanged); + this.radioButtonNewLastWriteDateLocalTime.Enter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonNewLastWriteDateLocalTime.Leave += new System.EventHandler(this.ClearStatusLabel); + this.radioButtonNewLastWriteDateLocalTime.MouseEnter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonNewLastWriteDateLocalTime.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // - // labelNewWriteDate + // dateTimePickerWrited // - this.labelNewWriteDate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.dateTimePickerWrited.AccessibleDescription = "Set the last write date of the file"; + this.dateTimePickerWrited.AccessibleName = "Last write date preview of the file"; + this.dateTimePickerWrited.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.labelNewWriteDate.AutoSize = true; - this.labelNewWriteDate.Enabled = false; - this.labelNewWriteDate.Location = new System.Drawing.Point(309, 0); - this.labelNewWriteDate.Name = "labelNewWriteDate"; - this.labelNewWriteDate.Size = new System.Drawing.Size(149, 13); - this.labelNewWriteDate.TabIndex = 6; - this.labelNewWriteDate.Text = "Set new write date (&6):"; - this.labelNewWriteDate.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.dateTimePickerWrited.CustomFormat = "dd.MM.yyyy HH:mm:ss"; + this.dateTimePickerWrited.Enabled = false; + this.dateTimePickerWrited.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.dateTimePickerWrited.Format = System.Windows.Forms.DateTimePickerFormat.Custom; + this.dateTimePickerWrited.Location = new System.Drawing.Point(351, 16); + this.dateTimePickerWrited.Name = "dateTimePickerWrited"; + this.dateTimePickerWrited.ShowCheckBox = true; + this.dateTimePickerWrited.ShowUpDown = true; + this.dateTimePickerWrited.Size = new System.Drawing.Size(168, 20); + this.dateTimePickerWrited.TabIndex = 7; + this.toolTip.SetToolTip(this.dateTimePickerWrited, "Last write date preview of the file"); + this.dateTimePickerWrited.Enter += new System.EventHandler(this.SetStatusLabelForDateTimePicker); + this.dateTimePickerWrited.Leave += new System.EventHandler(this.ClearStatusLabel); + this.dateTimePickerWrited.MouseEnter += new System.EventHandler(this.SetStatusLabelForDateTimePicker); + this.dateTimePickerWrited.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // - // labelNewAccessDate + // dateTimePickerAccessed // - this.labelNewAccessDate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.dateTimePickerAccessed.AccessibleDescription = "Set the last access date of the file"; + this.dateTimePickerAccessed.AccessibleName = "Last access date preview of the file"; + this.dateTimePickerAccessed.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.labelNewAccessDate.AutoSize = true; - this.labelNewAccessDate.Enabled = false; - this.labelNewAccessDate.Location = new System.Drawing.Point(156, 0); - this.labelNewAccessDate.Name = "labelNewAccessDate"; - this.labelNewAccessDate.Size = new System.Drawing.Size(147, 13); - this.labelNewAccessDate.TabIndex = 3; - this.labelNewAccessDate.Text = "Set new access date (&5):"; - this.labelNewAccessDate.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.dateTimePickerAccessed.CustomFormat = "dd.MM.yyyy HH:mm:ss"; + this.dateTimePickerAccessed.Enabled = false; + this.dateTimePickerAccessed.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.dateTimePickerAccessed.Format = System.Windows.Forms.DateTimePickerFormat.Custom; + this.dateTimePickerAccessed.Location = new System.Drawing.Point(177, 16); + this.dateTimePickerAccessed.Name = "dateTimePickerAccessed"; + this.dateTimePickerAccessed.ShowCheckBox = true; + this.dateTimePickerAccessed.ShowUpDown = true; + this.dateTimePickerAccessed.Size = new System.Drawing.Size(168, 20); + this.dateTimePickerAccessed.TabIndex = 4; + this.toolTip.SetToolTip(this.dateTimePickerAccessed, "Last access date preview of the file"); + this.dateTimePickerAccessed.Enter += new System.EventHandler(this.SetStatusLabelForDateTimePicker); + this.dateTimePickerAccessed.Leave += new System.EventHandler(this.ClearStatusLabel); + this.dateTimePickerAccessed.MouseEnter += new System.EventHandler(this.SetStatusLabelForDateTimePicker); + this.dateTimePickerAccessed.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // - // labelNewCreationDate + // dateTimePickerCreated // - this.labelNewCreationDate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.dateTimePickerCreated.AccessibleDescription = "Set the creation date of the file"; + this.dateTimePickerCreated.AccessibleName = "Creation date preview of the file"; + this.dateTimePickerCreated.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.labelNewCreationDate.AutoSize = true; - this.labelNewCreationDate.Enabled = false; - this.labelNewCreationDate.Location = new System.Drawing.Point(3, 0); - this.labelNewCreationDate.Name = "labelNewCreationDate"; - this.labelNewCreationDate.Size = new System.Drawing.Size(147, 13); - this.labelNewCreationDate.TabIndex = 0; - this.labelNewCreationDate.Text = "Set new creation date (&4):"; - this.labelNewCreationDate.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // tableLayoutPanelDate - // - this.tableLayoutPanelDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.tableLayoutPanelDate.ColumnCount = 3; - this.tableLayoutPanelDate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); - this.tableLayoutPanelDate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); - this.tableLayoutPanelDate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); - this.tableLayoutPanelDate.Controls.Add(this.tableLayoutPanel4, 2, 2); - this.tableLayoutPanelDate.Controls.Add(this.tableLayoutPanel3, 0, 2); - this.tableLayoutPanelDate.Controls.Add(this.labelCreationDate, 0, 0); - this.tableLayoutPanelDate.Controls.Add(this.labelLastAccessDate, 1, 0); - this.tableLayoutPanelDate.Controls.Add(this.textBoxLastWriteDate, 2, 1); - this.tableLayoutPanelDate.Controls.Add(this.labelLastWriteDate, 2, 0); - this.tableLayoutPanelDate.Controls.Add(this.textBoxLastAccessDate, 1, 1); - this.tableLayoutPanelDate.Controls.Add(this.textBoxCreationDate, 0, 1); - this.tableLayoutPanelDate.Controls.Add(this.tableLayoutPanel2, 1, 2); - this.tableLayoutPanelDate.Location = new System.Drawing.Point(12, 32); - this.tableLayoutPanelDate.Name = "tableLayoutPanelDate"; - this.tableLayoutPanelDate.RowCount = 3; - this.tableLayoutPanelDate.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanelDate.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanelDate.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); - this.tableLayoutPanelDate.Size = new System.Drawing.Size(460, 70); - this.tableLayoutPanelDate.TabIndex = 3; - // - // tableLayoutPanel4 - // - this.tableLayoutPanel4.ColumnCount = 2; - this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel4.Controls.Add(this.radioButtonLastWriteDateUtc, 1, 0); - this.tableLayoutPanel4.Controls.Add(this.radioButtonLastWriteDateLocalTime, 0, 0); - this.tableLayoutPanel4.Location = new System.Drawing.Point(309, 42); - this.tableLayoutPanel4.Name = "tableLayoutPanel4"; - this.tableLayoutPanel4.RowCount = 1; - this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel4.Size = new System.Drawing.Size(147, 25); - this.tableLayoutPanel4.TabIndex = 8; + this.dateTimePickerCreated.CustomFormat = "dd.MM.yyyy HH:mm:ss"; + this.dateTimePickerCreated.Enabled = false; + this.dateTimePickerCreated.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.dateTimePickerCreated.Format = System.Windows.Forms.DateTimePickerFormat.Custom; + this.dateTimePickerCreated.Location = new System.Drawing.Point(3, 16); + this.dateTimePickerCreated.Name = "dateTimePickerCreated"; + this.dateTimePickerCreated.ShowCheckBox = true; + this.dateTimePickerCreated.ShowUpDown = true; + this.dateTimePickerCreated.Size = new System.Drawing.Size(168, 20); + this.dateTimePickerCreated.TabIndex = 1; + this.toolTip.SetToolTip(this.dateTimePickerCreated, "Creation date preview of the file"); + this.dateTimePickerCreated.Enter += new System.EventHandler(this.SetStatusLabelForDateTimePicker); + this.dateTimePickerCreated.Leave += new System.EventHandler(this.ClearStatusLabel); + this.dateTimePickerCreated.MouseEnter += new System.EventHandler(this.SetStatusLabelForDateTimePicker); + this.dateTimePickerCreated.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // // radioButtonLastWriteDateUtc // - this.radioButtonLastWriteDateUtc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.radioButtonLastWriteDateUtc.AccessibleDescription = "Convert the last write date to the universal time"; + this.radioButtonLastWriteDateUtc.AccessibleName = "Convert the last write date to the universal time"; + this.radioButtonLastWriteDateUtc.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.radioButtonLastWriteDateUtc.AutoSize = true; + this.radioButtonLastWriteDateUtc.Dock = System.Windows.Forms.DockStyle.Fill; this.radioButtonLastWriteDateUtc.Enabled = false; this.radioButtonLastWriteDateUtc.Location = new System.Drawing.Point(78, 3); this.radioButtonLastWriteDateUtc.Name = "radioButtonLastWriteDateUtc"; @@ -295,14 +312,19 @@ private void InitializeComponent() this.toolTip.SetToolTip(this.radioButtonLastWriteDateUtc, "Convert the last write date to the universal time"); this.radioButtonLastWriteDateUtc.UseVisualStyleBackColor = true; this.radioButtonLastWriteDateUtc.CheckedChanged += new System.EventHandler(this.RadioButtonLastWriteDateUtc_CheckedChanged); + this.radioButtonLastWriteDateUtc.Enter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonLastWriteDateUtc.Leave += new System.EventHandler(this.ClearStatusLabel); + this.radioButtonLastWriteDateUtc.MouseEnter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonLastWriteDateUtc.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // // radioButtonLastWriteDateLocalTime // - this.radioButtonLastWriteDateLocalTime.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.radioButtonLastWriteDateLocalTime.AccessibleDescription = "Convert the last write date to the local time"; + this.radioButtonLastWriteDateLocalTime.AccessibleName = "Convert the last write date to the local time"; + this.radioButtonLastWriteDateLocalTime.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.radioButtonLastWriteDateLocalTime.AutoSize = true; this.radioButtonLastWriteDateLocalTime.Checked = true; + this.radioButtonLastWriteDateLocalTime.Dock = System.Windows.Forms.DockStyle.Fill; this.radioButtonLastWriteDateLocalTime.Enabled = false; this.radioButtonLastWriteDateLocalTime.Location = new System.Drawing.Point(3, 3); this.radioButtonLastWriteDateLocalTime.Name = "radioButtonLastWriteDateLocalTime"; @@ -313,27 +335,18 @@ private void InitializeComponent() this.toolTip.SetToolTip(this.radioButtonLastWriteDateLocalTime, "Convert the last write date to the local time"); this.radioButtonLastWriteDateLocalTime.UseVisualStyleBackColor = true; this.radioButtonLastWriteDateLocalTime.CheckedChanged += new System.EventHandler(this.RadioButtonLastWriteDateLocalTime_CheckedChanged); - // - // tableLayoutPanel3 - // - this.tableLayoutPanel3.ColumnCount = 2; - this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel3.Controls.Add(this.radioButtonCreationDateUtc, 1, 0); - this.tableLayoutPanel3.Controls.Add(this.radioButtonCreationDateLocalTime, 0, 0); - this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 42); - this.tableLayoutPanel3.Name = "tableLayoutPanel3"; - this.tableLayoutPanel3.RowCount = 1; - this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel3.Size = new System.Drawing.Size(147, 25); - this.tableLayoutPanel3.TabIndex = 2; + this.radioButtonLastWriteDateLocalTime.Enter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonLastWriteDateLocalTime.Leave += new System.EventHandler(this.ClearStatusLabel); + this.radioButtonLastWriteDateLocalTime.MouseEnter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonLastWriteDateLocalTime.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // // radioButtonCreationDateUtc // - this.radioButtonCreationDateUtc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.radioButtonCreationDateUtc.AccessibleDescription = "Convert the creation date to the universal time"; + this.radioButtonCreationDateUtc.AccessibleName = "Convert the creation date to the universal time"; + this.radioButtonCreationDateUtc.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.radioButtonCreationDateUtc.AutoSize = true; + this.radioButtonCreationDateUtc.Dock = System.Windows.Forms.DockStyle.Fill; this.radioButtonCreationDateUtc.Enabled = false; this.radioButtonCreationDateUtc.Location = new System.Drawing.Point(78, 3); this.radioButtonCreationDateUtc.Name = "radioButtonCreationDateUtc"; @@ -343,14 +356,19 @@ private void InitializeComponent() this.toolTip.SetToolTip(this.radioButtonCreationDateUtc, "Convert the creation date to the universal time"); this.radioButtonCreationDateUtc.UseVisualStyleBackColor = true; this.radioButtonCreationDateUtc.CheckedChanged += new System.EventHandler(this.RadioButtonCreationDateUtc_CheckedChanged); + this.radioButtonCreationDateUtc.Enter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonCreationDateUtc.Leave += new System.EventHandler(this.ClearStatusLabel); + this.radioButtonCreationDateUtc.MouseEnter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonCreationDateUtc.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // // radioButtonCreationDateLocalTime // - this.radioButtonCreationDateLocalTime.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.radioButtonCreationDateLocalTime.AccessibleDescription = "Convert the creation date to the local time"; + this.radioButtonCreationDateLocalTime.AccessibleName = "Convert the creation date to the local time"; + this.radioButtonCreationDateLocalTime.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.radioButtonCreationDateLocalTime.AutoSize = true; this.radioButtonCreationDateLocalTime.Checked = true; + this.radioButtonCreationDateLocalTime.Dock = System.Windows.Forms.DockStyle.Fill; this.radioButtonCreationDateLocalTime.Enabled = false; this.radioButtonCreationDateLocalTime.Location = new System.Drawing.Point(3, 3); this.radioButtonCreationDateLocalTime.Name = "radioButtonCreationDateLocalTime"; @@ -361,27 +379,81 @@ private void InitializeComponent() this.toolTip.SetToolTip(this.radioButtonCreationDateLocalTime, "Convert the creation date to the local time"); this.radioButtonCreationDateLocalTime.UseVisualStyleBackColor = true; this.radioButtonCreationDateLocalTime.CheckedChanged += new System.EventHandler(this.RadioButtonCreationDateLocalTime_CheckedChanged); + this.radioButtonCreationDateLocalTime.Enter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonCreationDateLocalTime.Leave += new System.EventHandler(this.ClearStatusLabel); + this.radioButtonCreationDateLocalTime.MouseEnter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonCreationDateLocalTime.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // - // tableLayoutPanel2 + // textBoxLastWriteDate // - this.tableLayoutPanel2.ColumnCount = 2; - this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel2.Controls.Add(this.radioButtonLastAccessDateUtc, 1, 0); - this.tableLayoutPanel2.Controls.Add(this.radioButtonLastAccessDateLocalTime, 0, 0); - this.tableLayoutPanel2.Location = new System.Drawing.Point(156, 42); - this.tableLayoutPanel2.Name = "tableLayoutPanel2"; - this.tableLayoutPanel2.RowCount = 1; - this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel2.Size = new System.Drawing.Size(147, 25); - this.tableLayoutPanel2.TabIndex = 5; + this.textBoxLastWriteDate.AccessibleDescription = "Last write date of the file"; + this.textBoxLastWriteDate.AccessibleName = "Last write date of the file"; + this.textBoxLastWriteDate.AccessibleRole = System.Windows.Forms.AccessibleRole.Text; + this.textBoxLastWriteDate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.textBoxLastWriteDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.textBoxLastWriteDate.Location = new System.Drawing.Point(351, 16); + this.textBoxLastWriteDate.Name = "textBoxLastWriteDate"; + this.textBoxLastWriteDate.ReadOnly = true; + this.textBoxLastWriteDate.Size = new System.Drawing.Size(168, 20); + this.textBoxLastWriteDate.TabIndex = 7; + this.textBoxLastWriteDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.toolTip.SetToolTip(this.textBoxLastWriteDate, "Last write date of the file"); + this.textBoxLastWriteDate.Enter += new System.EventHandler(this.SetStatusLabelForTextBox); + this.textBoxLastWriteDate.Leave += new System.EventHandler(this.ClearStatusLabel); + this.textBoxLastWriteDate.MouseEnter += new System.EventHandler(this.SetStatusLabelForTextBox); + this.textBoxLastWriteDate.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // - // radioButtonLastAccessDateUtc + // textBoxLastAccessDate // - this.radioButtonLastAccessDateUtc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.textBoxLastAccessDate.AccessibleDescription = "Last access date of the file"; + this.textBoxLastAccessDate.AccessibleName = "Last access date of the file"; + this.textBoxLastAccessDate.AccessibleRole = System.Windows.Forms.AccessibleRole.Text; + this.textBoxLastAccessDate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); + this.textBoxLastAccessDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.textBoxLastAccessDate.Location = new System.Drawing.Point(177, 16); + this.textBoxLastAccessDate.Name = "textBoxLastAccessDate"; + this.textBoxLastAccessDate.ReadOnly = true; + this.textBoxLastAccessDate.Size = new System.Drawing.Size(168, 20); + this.textBoxLastAccessDate.TabIndex = 4; + this.textBoxLastAccessDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.toolTip.SetToolTip(this.textBoxLastAccessDate, "Last access date of the file"); + this.textBoxLastAccessDate.Enter += new System.EventHandler(this.SetStatusLabelForTextBox); + this.textBoxLastAccessDate.Leave += new System.EventHandler(this.ClearStatusLabel); + this.textBoxLastAccessDate.MouseEnter += new System.EventHandler(this.SetStatusLabelForTextBox); + this.textBoxLastAccessDate.MouseLeave += new System.EventHandler(this.ClearStatusLabel); + // + // textBoxCreationDate + // + this.textBoxCreationDate.AccessibleDescription = "Creation date of the file"; + this.textBoxCreationDate.AccessibleName = "Creation date of the file"; + this.textBoxCreationDate.AccessibleRole = System.Windows.Forms.AccessibleRole.Text; + this.textBoxCreationDate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.textBoxCreationDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.textBoxCreationDate.Location = new System.Drawing.Point(3, 16); + this.textBoxCreationDate.Name = "textBoxCreationDate"; + this.textBoxCreationDate.ReadOnly = true; + this.textBoxCreationDate.Size = new System.Drawing.Size(168, 20); + this.textBoxCreationDate.TabIndex = 1; + this.textBoxCreationDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.toolTip.SetToolTip(this.textBoxCreationDate, "Creation date of the file"); + this.textBoxCreationDate.Enter += new System.EventHandler(this.SetStatusLabelForTextBox); + this.textBoxCreationDate.Leave += new System.EventHandler(this.ClearStatusLabel); + this.textBoxCreationDate.MouseEnter += new System.EventHandler(this.SetStatusLabelForTextBox); + this.textBoxCreationDate.MouseLeave += new System.EventHandler(this.ClearStatusLabel); + // + // radioButtonLastAccessDateUtc + // + this.radioButtonLastAccessDateUtc.AccessibleDescription = "Convert the last access date to the universal time"; + this.radioButtonLastAccessDateUtc.AccessibleName = "Convert the last access date to the universal time"; + this.radioButtonLastAccessDateUtc.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.radioButtonLastAccessDateUtc.AutoSize = true; + this.radioButtonLastAccessDateUtc.Dock = System.Windows.Forms.DockStyle.Fill; this.radioButtonLastAccessDateUtc.Enabled = false; this.radioButtonLastAccessDateUtc.Location = new System.Drawing.Point(78, 3); this.radioButtonLastAccessDateUtc.Name = "radioButtonLastAccessDateUtc"; @@ -391,14 +463,19 @@ private void InitializeComponent() this.toolTip.SetToolTip(this.radioButtonLastAccessDateUtc, "Convert the last access date to the universal time"); this.radioButtonLastAccessDateUtc.UseVisualStyleBackColor = true; this.radioButtonLastAccessDateUtc.CheckedChanged += new System.EventHandler(this.RadioButtonLastAccessDateUtc_CheckedChanged); + this.radioButtonLastAccessDateUtc.Enter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonLastAccessDateUtc.Leave += new System.EventHandler(this.ClearStatusLabel); + this.radioButtonLastAccessDateUtc.MouseEnter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonLastAccessDateUtc.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // // radioButtonLastAccessDateLocalTime // - this.radioButtonLastAccessDateLocalTime.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.radioButtonLastAccessDateLocalTime.AccessibleDescription = "Convert the last access date to the locla time"; + this.radioButtonLastAccessDateLocalTime.AccessibleName = "Convert the last access date to the local time"; + this.radioButtonLastAccessDateLocalTime.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.radioButtonLastAccessDateLocalTime.AutoSize = true; this.radioButtonLastAccessDateLocalTime.Checked = true; + this.radioButtonLastAccessDateLocalTime.Dock = System.Windows.Forms.DockStyle.Fill; this.radioButtonLastAccessDateLocalTime.Enabled = false; this.radioButtonLastAccessDateLocalTime.Location = new System.Drawing.Point(3, 3); this.radioButtonLastAccessDateLocalTime.Name = "radioButtonLastAccessDateLocalTime"; @@ -409,362 +486,566 @@ private void InitializeComponent() this.toolTip.SetToolTip(this.radioButtonLastAccessDateLocalTime, "Convert the last access date to the local time"); this.radioButtonLastAccessDateLocalTime.UseVisualStyleBackColor = true; this.radioButtonLastAccessDateLocalTime.CheckedChanged += new System.EventHandler(this.RadioButtonLastAccessDateLocalTime_CheckedChanged); + this.radioButtonLastAccessDateLocalTime.Enter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonLastAccessDateLocalTime.Leave += new System.EventHandler(this.ClearStatusLabel); + this.radioButtonLastAccessDateLocalTime.MouseEnter += new System.EventHandler(this.SetStatusLabelForRadioButton); + this.radioButtonLastAccessDateLocalTime.MouseLeave += new System.EventHandler(this.ClearStatusLabel); + // + // textBoxPath + // + this.textBoxPath.AccessibleDescription = "Show the full path name"; + this.textBoxPath.AccessibleName = "Full path name"; + this.textBoxPath.AccessibleRole = System.Windows.Forms.AccessibleRole.Text; + this.textBoxPath.AllowDrop = true; + this.textBoxPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.textBoxPath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.textBoxPath.Location = new System.Drawing.Point(40, 10); + this.textBoxPath.Name = "textBoxPath"; + this.textBoxPath.ReadOnly = true; + this.textBoxPath.Size = new System.Drawing.Size(401, 20); + this.textBoxPath.TabIndex = 7; + this.toolTip.SetToolTip(this.textBoxPath, "Full path name"); + this.textBoxPath.Enter += new System.EventHandler(this.SetStatusLabelForTextBox); + this.textBoxPath.Leave += new System.EventHandler(this.ClearStatusLabel); + this.textBoxPath.MouseEnter += new System.EventHandler(this.SetStatusLabelForTextBox); + this.textBoxPath.MouseLeave += new System.EventHandler(this.ClearStatusLabel); + // + // statusStrip + // + this.statusStrip.AccessibleDescription = "Show info texts"; + this.statusStrip.AccessibleName = "Statusbar"; + this.statusStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.StatusBar; + this.statusStrip.Dock = System.Windows.Forms.DockStyle.None; + this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStripStatusLabel}); + this.statusStrip.Location = new System.Drawing.Point(0, 0); + this.statusStrip.Name = "statusStrip"; + this.statusStrip.ShowItemToolTips = true; + this.statusStrip.Size = new System.Drawing.Size(546, 22); + this.statusStrip.SizingGrip = false; + this.statusStrip.TabIndex = 10; + this.statusStrip.Text = "statusStrip"; + // + // toolStripStatusLabel + // + this.toolStripStatusLabel.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.toolStripStatusLabel.Name = "toolStripStatusLabel"; + this.toolStripStatusLabel.Size = new System.Drawing.Size(112, 17); + this.toolStripStatusLabel.Text = "toolStripStatusLabel"; + // + // toolStripContainer + // + this.toolStripContainer.AccessibleDescription = "Application panel"; + this.toolStripContainer.AccessibleName = "Application panel"; + this.toolStripContainer.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane; + // + // toolStripContainer.BottomToolStripPanel + // + this.toolStripContainer.BottomToolStripPanel.Controls.Add(this.statusStrip); + // + // toolStripContainer.ContentPanel + // + this.toolStripContainer.ContentPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane; + this.toolStripContainer.ContentPanel.Controls.Add(this.tableLayoutPanelSetDate); + this.toolStripContainer.ContentPanel.Controls.Add(this.panelButtons); + this.toolStripContainer.ContentPanel.Controls.Add(this.tableLayoutPanelGetDate); + this.toolStripContainer.ContentPanel.Controls.Add(this.buttonSelectFile); + this.toolStripContainer.ContentPanel.Controls.Add(this.textBoxPath); + this.toolStripContainer.ContentPanel.Controls.Add(this.labelPath); + this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(546, 231); + this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill; + this.toolStripContainer.Location = new System.Drawing.Point(0, 0); + this.toolStripContainer.Name = "toolStripContainer"; + this.toolStripContainer.Size = new System.Drawing.Size(546, 253); + this.toolStripContainer.TabIndex = 11; + this.toolStripContainer.Text = "toolStripContainer"; + // + // tableLayoutPanelSetDate + // + this.tableLayoutPanelSetDate.AccessibleDescription = "Panel for the date preview of the file"; + this.tableLayoutPanelSetDate.AccessibleName = "Date preview panel"; + this.tableLayoutPanelSetDate.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane; + this.tableLayoutPanelSetDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.tableLayoutPanelSetDate.ColumnCount = 3; + this.tableLayoutPanelSetDate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); + this.tableLayoutPanelSetDate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); + this.tableLayoutPanelSetDate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); + this.tableLayoutPanelSetDate.Controls.Add(this.labelNewCreationDate, 0, 0); + this.tableLayoutPanelSetDate.Controls.Add(this.tableLayoutPanelSetLastWriteDateFormat, 2, 2); + this.tableLayoutPanelSetDate.Controls.Add(this.tableLayoutPanelSetLastAccessDateFormat, 1, 2); + this.tableLayoutPanelSetDate.Controls.Add(this.dateTimePickerWrited, 0, 1); + this.tableLayoutPanelSetDate.Controls.Add(this.dateTimePickerAccessed, 0, 1); + this.tableLayoutPanelSetDate.Controls.Add(this.dateTimePickerCreated, 0, 1); + this.tableLayoutPanelSetDate.Controls.Add(this.labelNewWriteDate, 2, 0); + this.tableLayoutPanelSetDate.Controls.Add(this.labelNewAccessDate, 1, 0); + this.tableLayoutPanelSetDate.Controls.Add(this.tableLayoutPanelSetCreationDateFormat, 0, 2); + this.tableLayoutPanelSetDate.Location = new System.Drawing.Point(12, 112); + this.tableLayoutPanelSetDate.Name = "tableLayoutPanelSetDate"; + this.tableLayoutPanelSetDate.RowCount = 3; + this.tableLayoutPanelSetDate.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSetDate.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSetDate.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSetDate.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanelSetDate.Size = new System.Drawing.Size(522, 67); + this.tableLayoutPanelSetDate.TabIndex = 10; + // + // labelNewCreationDate + // + this.labelNewCreationDate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.labelNewCreationDate.AutoSize = true; + this.labelNewCreationDate.Enabled = false; + this.labelNewCreationDate.Location = new System.Drawing.Point(3, 0); + this.labelNewCreationDate.Name = "labelNewCreationDate"; + this.labelNewCreationDate.Size = new System.Drawing.Size(168, 13); + this.labelNewCreationDate.TabIndex = 0; + this.labelNewCreationDate.Text = "Set new creation date (&4):"; + this.labelNewCreationDate.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.labelNewCreationDate.Enter += new System.EventHandler(this.SetStatusLabelForLabel); + this.labelNewCreationDate.Leave += new System.EventHandler(this.ClearStatusLabel); + this.labelNewCreationDate.MouseEnter += new System.EventHandler(this.SetStatusLabelForLabel); + this.labelNewCreationDate.MouseLeave += new System.EventHandler(this.ClearStatusLabel); + // + // tableLayoutPanelSetLastWriteDateFormat + // + this.tableLayoutPanelSetLastWriteDateFormat.AccessibleDescription = "Panel for the last write date preview format of the file"; + this.tableLayoutPanelSetLastWriteDateFormat.AccessibleName = "Last write date preview format panel"; + this.tableLayoutPanelSetLastWriteDateFormat.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane; + this.tableLayoutPanelSetLastWriteDateFormat.ColumnCount = 2; + this.tableLayoutPanelSetLastWriteDateFormat.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSetLastWriteDateFormat.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSetLastWriteDateFormat.Controls.Add(this.radioButtonNewLastWriteDateUtc, 1, 0); + this.tableLayoutPanelSetLastWriteDateFormat.Controls.Add(this.radioButtonNewLastWriteDateLocalTime, 0, 0); + this.tableLayoutPanelSetLastWriteDateFormat.Location = new System.Drawing.Point(351, 42); + this.tableLayoutPanelSetLastWriteDateFormat.Name = "tableLayoutPanelSetLastWriteDateFormat"; + this.tableLayoutPanelSetLastWriteDateFormat.RowCount = 1; + this.tableLayoutPanelSetLastWriteDateFormat.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSetLastWriteDateFormat.Size = new System.Drawing.Size(147, 23); + this.tableLayoutPanelSetLastWriteDateFormat.TabIndex = 8; + // + // tableLayoutPanelSetLastAccessDateFormat + // + this.tableLayoutPanelSetLastAccessDateFormat.AccessibleDescription = "Panel for the last access date preview format of the file"; + this.tableLayoutPanelSetLastAccessDateFormat.AccessibleName = "Last access date preview format panel"; + this.tableLayoutPanelSetLastAccessDateFormat.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane; + this.tableLayoutPanelSetLastAccessDateFormat.ColumnCount = 2; + this.tableLayoutPanelSetLastAccessDateFormat.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSetLastAccessDateFormat.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSetLastAccessDateFormat.Controls.Add(this.radioButtonNewLastAccessDateUtc, 1, 0); + this.tableLayoutPanelSetLastAccessDateFormat.Controls.Add(this.radioButtonNewLastAccessDateLocalTime, 0, 0); + this.tableLayoutPanelSetLastAccessDateFormat.Location = new System.Drawing.Point(177, 42); + this.tableLayoutPanelSetLastAccessDateFormat.Name = "tableLayoutPanelSetLastAccessDateFormat"; + this.tableLayoutPanelSetLastAccessDateFormat.RowCount = 1; + this.tableLayoutPanelSetLastAccessDateFormat.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSetLastAccessDateFormat.Size = new System.Drawing.Size(147, 23); + this.tableLayoutPanelSetLastAccessDateFormat.TabIndex = 5; + // + // labelNewWriteDate + // + this.labelNewWriteDate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.labelNewWriteDate.AutoSize = true; + this.labelNewWriteDate.Enabled = false; + this.labelNewWriteDate.Location = new System.Drawing.Point(351, 0); + this.labelNewWriteDate.Name = "labelNewWriteDate"; + this.labelNewWriteDate.Size = new System.Drawing.Size(168, 13); + this.labelNewWriteDate.TabIndex = 6; + this.labelNewWriteDate.Text = "Set new write date (&6):"; + this.labelNewWriteDate.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.labelNewWriteDate.Enter += new System.EventHandler(this.SetStatusLabelForLabel); + this.labelNewWriteDate.Leave += new System.EventHandler(this.ClearStatusLabel); + this.labelNewWriteDate.MouseEnter += new System.EventHandler(this.SetStatusLabelForLabel); + this.labelNewWriteDate.MouseLeave += new System.EventHandler(this.ClearStatusLabel); + // + // labelNewAccessDate + // + this.labelNewAccessDate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.labelNewAccessDate.AutoSize = true; + this.labelNewAccessDate.Enabled = false; + this.labelNewAccessDate.Location = new System.Drawing.Point(177, 0); + this.labelNewAccessDate.Name = "labelNewAccessDate"; + this.labelNewAccessDate.Size = new System.Drawing.Size(168, 13); + this.labelNewAccessDate.TabIndex = 3; + this.labelNewAccessDate.Text = "Set new access date (&5):"; + this.labelNewAccessDate.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.labelNewAccessDate.Enter += new System.EventHandler(this.SetStatusLabelForLabel); + this.labelNewAccessDate.Leave += new System.EventHandler(this.ClearStatusLabel); + this.labelNewAccessDate.MouseEnter += new System.EventHandler(this.SetStatusLabelForLabel); + this.labelNewAccessDate.MouseLeave += new System.EventHandler(this.ClearStatusLabel); + // + // tableLayoutPanelSetCreationDateFormat + // + this.tableLayoutPanelSetCreationDateFormat.AccessibleDescription = "Panel for the creation date preview format of the file"; + this.tableLayoutPanelSetCreationDateFormat.AccessibleName = "Creation date preview format panel"; + this.tableLayoutPanelSetCreationDateFormat.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane; + this.tableLayoutPanelSetCreationDateFormat.ColumnCount = 2; + this.tableLayoutPanelSetCreationDateFormat.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSetCreationDateFormat.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSetCreationDateFormat.Controls.Add(this.radioButtonNewCreationDateUtc, 1, 0); + this.tableLayoutPanelSetCreationDateFormat.Controls.Add(this.radioButtonNewCreationDateLocalTime, 0, 0); + this.tableLayoutPanelSetCreationDateFormat.Location = new System.Drawing.Point(3, 42); + this.tableLayoutPanelSetCreationDateFormat.Name = "tableLayoutPanelSetCreationDateFormat"; + this.tableLayoutPanelSetCreationDateFormat.RowCount = 1; + this.tableLayoutPanelSetCreationDateFormat.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSetCreationDateFormat.Size = new System.Drawing.Size(147, 23); + this.tableLayoutPanelSetCreationDateFormat.TabIndex = 2; // // panelButtons // + this.panelButtons.AccessibleDescription = "Panel for buttons"; + this.panelButtons.AccessibleName = "Button panel"; + this.panelButtons.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane; this.panelButtons.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panelButtons.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelButtons.Controls.Add(this.buttonClose); this.panelButtons.Controls.Add(this.buttonInfo); this.panelButtons.Controls.Add(this.buttonApply); this.panelButtons.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panelButtons.Location = new System.Drawing.Point(0, 183); + this.panelButtons.Location = new System.Drawing.Point(0, 182); this.panelButtons.Name = "panelButtons"; - this.panelButtons.Size = new System.Drawing.Size(484, 49); - this.panelButtons.TabIndex = 5; + this.panelButtons.Size = new System.Drawing.Size(546, 49); + this.panelButtons.TabIndex = 11; + // + // tableLayoutPanelGetDate + // + this.tableLayoutPanelGetDate.AccessibleDescription = "Panel for the date of the file"; + this.tableLayoutPanelGetDate.AccessibleName = "Date Panel"; + this.tableLayoutPanelGetDate.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane; + this.tableLayoutPanelGetDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.tableLayoutPanelGetDate.ColumnCount = 3; + this.tableLayoutPanelGetDate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); + this.tableLayoutPanelGetDate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); + this.tableLayoutPanelGetDate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); + this.tableLayoutPanelGetDate.Controls.Add(this.tableLayoutPanelGetLastWriteDateFormat, 2, 2); + this.tableLayoutPanelGetDate.Controls.Add(this.tableLayoutPanelGetCreationDateFormat, 0, 2); + this.tableLayoutPanelGetDate.Controls.Add(this.labelCreationDate, 0, 0); + this.tableLayoutPanelGetDate.Controls.Add(this.labelLastAccessDate, 1, 0); + this.tableLayoutPanelGetDate.Controls.Add(this.textBoxLastWriteDate, 2, 1); + this.tableLayoutPanelGetDate.Controls.Add(this.labelLastWriteDate, 2, 0); + this.tableLayoutPanelGetDate.Controls.Add(this.textBoxLastAccessDate, 1, 1); + this.tableLayoutPanelGetDate.Controls.Add(this.textBoxCreationDate, 0, 1); + this.tableLayoutPanelGetDate.Controls.Add(this.tableLayoutPanelGetLastAccessDateFormat, 1, 2); + this.tableLayoutPanelGetDate.Location = new System.Drawing.Point(12, 36); + this.tableLayoutPanelGetDate.Name = "tableLayoutPanelGetDate"; + this.tableLayoutPanelGetDate.RowCount = 3; + this.tableLayoutPanelGetDate.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelGetDate.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelGetDate.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); + this.tableLayoutPanelGetDate.Size = new System.Drawing.Size(522, 70); + this.tableLayoutPanelGetDate.TabIndex = 9; + // + // tableLayoutPanelGetLastWriteDateFormat + // + this.tableLayoutPanelGetLastWriteDateFormat.AccessibleDescription = "Panel for the last write date format of the file"; + this.tableLayoutPanelGetLastWriteDateFormat.AccessibleName = "Last write date format Panel"; + this.tableLayoutPanelGetLastWriteDateFormat.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane; + this.tableLayoutPanelGetLastWriteDateFormat.ColumnCount = 2; + this.tableLayoutPanelGetLastWriteDateFormat.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelGetLastWriteDateFormat.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelGetLastWriteDateFormat.Controls.Add(this.radioButtonLastWriteDateUtc, 1, 0); + this.tableLayoutPanelGetLastWriteDateFormat.Controls.Add(this.radioButtonLastWriteDateLocalTime, 0, 0); + this.tableLayoutPanelGetLastWriteDateFormat.Location = new System.Drawing.Point(351, 42); + this.tableLayoutPanelGetLastWriteDateFormat.Name = "tableLayoutPanelGetLastWriteDateFormat"; + this.tableLayoutPanelGetLastWriteDateFormat.RowCount = 1; + this.tableLayoutPanelGetLastWriteDateFormat.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelGetLastWriteDateFormat.Size = new System.Drawing.Size(147, 25); + this.tableLayoutPanelGetLastWriteDateFormat.TabIndex = 8; + // + // tableLayoutPanelGetCreationDateFormat + // + this.tableLayoutPanelGetCreationDateFormat.AccessibleDescription = "Panel for the creation date format of the file"; + this.tableLayoutPanelGetCreationDateFormat.AccessibleName = "Creation date format panel"; + this.tableLayoutPanelGetCreationDateFormat.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane; + this.tableLayoutPanelGetCreationDateFormat.ColumnCount = 2; + this.tableLayoutPanelGetCreationDateFormat.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelGetCreationDateFormat.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelGetCreationDateFormat.Controls.Add(this.radioButtonCreationDateUtc, 1, 0); + this.tableLayoutPanelGetCreationDateFormat.Controls.Add(this.radioButtonCreationDateLocalTime, 0, 0); + this.tableLayoutPanelGetCreationDateFormat.Location = new System.Drawing.Point(3, 42); + this.tableLayoutPanelGetCreationDateFormat.Name = "tableLayoutPanelGetCreationDateFormat"; + this.tableLayoutPanelGetCreationDateFormat.RowCount = 1; + this.tableLayoutPanelGetCreationDateFormat.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelGetCreationDateFormat.Size = new System.Drawing.Size(147, 25); + this.tableLayoutPanelGetCreationDateFormat.TabIndex = 2; + // + // labelCreationDate + // + this.labelCreationDate.AccessibleDescription = "Indicate the show the creation date of the file"; + this.labelCreationDate.AccessibleName = "Creation date"; + this.labelCreationDate.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCreationDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.labelCreationDate.AutoSize = true; + this.labelCreationDate.Location = new System.Drawing.Point(3, 0); + this.labelCreationDate.Name = "labelCreationDate"; + this.labelCreationDate.Size = new System.Drawing.Size(168, 13); + this.labelCreationDate.TabIndex = 0; + this.labelCreationDate.Text = "Creation date (&1):"; + this.labelCreationDate.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.labelCreationDate.Enter += new System.EventHandler(this.SetStatusLabelForLabel); + this.labelCreationDate.Leave += new System.EventHandler(this.ClearStatusLabel); + this.labelCreationDate.MouseEnter += new System.EventHandler(this.SetStatusLabelForLabel); + this.labelCreationDate.MouseLeave += new System.EventHandler(this.ClearStatusLabel); + // + // labelLastAccessDate + // + this.labelLastAccessDate.AccessibleDescription = "Indicate the show the last access date of the file"; + this.labelLastAccessDate.AccessibleName = "Last access date"; + this.labelLastAccessDate.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelLastAccessDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.labelLastAccessDate.AutoSize = true; + this.labelLastAccessDate.Location = new System.Drawing.Point(177, 0); + this.labelLastAccessDate.Name = "labelLastAccessDate"; + this.labelLastAccessDate.Size = new System.Drawing.Size(168, 13); + this.labelLastAccessDate.TabIndex = 3; + this.labelLastAccessDate.Text = "Last access date (&2):"; + this.labelLastAccessDate.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.labelLastAccessDate.Enter += new System.EventHandler(this.SetStatusLabelForLabel); + this.labelLastAccessDate.Leave += new System.EventHandler(this.ClearStatusLabel); + this.labelLastAccessDate.MouseEnter += new System.EventHandler(this.SetStatusLabelForLabel); + this.labelLastAccessDate.MouseLeave += new System.EventHandler(this.ClearStatusLabel); + // + // labelLastWriteDate + // + this.labelLastWriteDate.AccessibleDescription = "Indicate the show the last write date of the file"; + this.labelLastWriteDate.AccessibleName = "Last write date"; + this.labelLastWriteDate.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelLastWriteDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.labelLastWriteDate.AutoSize = true; + this.labelLastWriteDate.Location = new System.Drawing.Point(351, 0); + this.labelLastWriteDate.Name = "labelLastWriteDate"; + this.labelLastWriteDate.Size = new System.Drawing.Size(168, 13); + this.labelLastWriteDate.TabIndex = 6; + this.labelLastWriteDate.Text = "Last write date (&3):"; + this.labelLastWriteDate.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.labelLastWriteDate.Enter += new System.EventHandler(this.SetStatusLabelForLabel); + this.labelLastWriteDate.Leave += new System.EventHandler(this.ClearStatusLabel); + this.labelLastWriteDate.MouseEnter += new System.EventHandler(this.SetStatusLabelForLabel); + this.labelLastWriteDate.MouseLeave += new System.EventHandler(this.ClearStatusLabel); + // + // tableLayoutPanelGetLastAccessDateFormat + // + this.tableLayoutPanelGetLastAccessDateFormat.AccessibleDescription = "Panel for the last access date format of the file"; + this.tableLayoutPanelGetLastAccessDateFormat.AccessibleName = "Last access date format panel"; + this.tableLayoutPanelGetLastAccessDateFormat.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane; + this.tableLayoutPanelGetLastAccessDateFormat.ColumnCount = 2; + this.tableLayoutPanelGetLastAccessDateFormat.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelGetLastAccessDateFormat.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelGetLastAccessDateFormat.Controls.Add(this.radioButtonLastAccessDateUtc, 1, 0); + this.tableLayoutPanelGetLastAccessDateFormat.Controls.Add(this.radioButtonLastAccessDateLocalTime, 0, 0); + this.tableLayoutPanelGetLastAccessDateFormat.Location = new System.Drawing.Point(177, 42); + this.tableLayoutPanelGetLastAccessDateFormat.Name = "tableLayoutPanelGetLastAccessDateFormat"; + this.tableLayoutPanelGetLastAccessDateFormat.RowCount = 1; + this.tableLayoutPanelGetLastAccessDateFormat.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelGetLastAccessDateFormat.Size = new System.Drawing.Size(147, 25); + this.tableLayoutPanelGetLastAccessDateFormat.TabIndex = 5; + // + // labelPath + // + this.labelPath.AccessibleDescription = "Inidicate to show the full path name"; + this.labelPath.AccessibleName = "Path"; + this.labelPath.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelPath.AutoSize = true; + this.labelPath.Location = new System.Drawing.Point(9, 14); + this.labelPath.Name = "labelPath"; + this.labelPath.Size = new System.Drawing.Size(32, 13); + this.labelPath.TabIndex = 6; + this.labelPath.Text = "&Path:"; + this.labelPath.Enter += new System.EventHandler(this.SetStatusLabelForLabel); + this.labelPath.Leave += new System.EventHandler(this.ClearStatusLabel); + this.labelPath.MouseEnter += new System.EventHandler(this.SetStatusLabelForLabel); + this.labelPath.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // // buttonClose // + this.buttonClose.AccessibleDescription = "Close the application"; + this.buttonClose.AccessibleName = "Exit Button"; + this.buttonClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.OK; - this.buttonClose.Location = new System.Drawing.Point(402, 12); + this.buttonClose.Image = global::FileDateTime_Manipulator.Properties.Resources.door_in; + this.buttonClose.Location = new System.Drawing.Point(464, 12); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(67, 23); this.buttonClose.TabIndex = 2; this.buttonClose.Text = "&Close"; + this.buttonClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.buttonClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip.SetToolTip(this.buttonClose, "Close the application"); this.buttonClose.UseVisualStyleBackColor = true; this.buttonClose.Click += new System.EventHandler(this.ButtonClose_Click); + this.buttonClose.Enter += new System.EventHandler(this.SetStatusLabelForButton); + this.buttonClose.Leave += new System.EventHandler(this.ClearStatusLabel); + this.buttonClose.MouseEnter += new System.EventHandler(this.SetStatusLabelForButton); + this.buttonClose.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // // buttonInfo // + this.buttonInfo.AccessibleDescription = "Show some information"; + this.buttonInfo.AccessibleName = "Info button"; + this.buttonInfo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.buttonInfo.Image = global::FileDateTime_Manipulator.Properties.Resources.information; this.buttonInfo.Location = new System.Drawing.Point(11, 12); this.buttonInfo.Name = "buttonInfo"; this.buttonInfo.Size = new System.Drawing.Size(67, 23); this.buttonInfo.TabIndex = 0; this.buttonInfo.Text = "&Info"; + this.buttonInfo.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.buttonInfo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip.SetToolTip(this.buttonInfo, "Show some information"); this.buttonInfo.UseVisualStyleBackColor = true; this.buttonInfo.Click += new System.EventHandler(this.ButtonInfo_Click); + this.buttonInfo.Enter += new System.EventHandler(this.SetStatusLabelForButton); + this.buttonInfo.Leave += new System.EventHandler(this.ClearStatusLabel); + this.buttonInfo.MouseEnter += new System.EventHandler(this.SetStatusLabelForButton); + this.buttonInfo.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // // buttonApply // + this.buttonApply.AccessibleDescription = "Apply the changes"; + this.buttonApply.AccessibleName = "Apply button"; + this.buttonApply.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonApply.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.buttonApply.Enabled = false; - this.buttonApply.Location = new System.Drawing.Point(208, 12); + this.buttonApply.Image = global::FileDateTime_Manipulator.Properties.Resources.tick_button; + this.buttonApply.Location = new System.Drawing.Point(239, 12); this.buttonApply.Name = "buttonApply"; this.buttonApply.Size = new System.Drawing.Size(67, 23); this.buttonApply.TabIndex = 1; this.buttonApply.Text = "&Apply"; + this.buttonApply.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.buttonApply.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip.SetToolTip(this.buttonApply, "Apply the changes"); this.buttonApply.UseVisualStyleBackColor = true; this.buttonApply.Click += new System.EventHandler(this.ButtonApply_Click); + this.buttonApply.Enter += new System.EventHandler(this.SetStatusLabelForButton); + this.buttonApply.Leave += new System.EventHandler(this.ClearStatusLabel); + this.buttonApply.MouseEnter += new System.EventHandler(this.SetStatusLabelForButton); + this.buttonApply.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // - // tableLayoutPanel1 - // - this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.tableLayoutPanel1.ColumnCount = 3; - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); - this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel7, 0, 2); - this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel6, 0, 2); - this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel5, 0, 2); - this.tableLayoutPanel1.Controls.Add(this.dateTimePickerWrited, 0, 1); - this.tableLayoutPanel1.Controls.Add(this.dateTimePickerAccessed, 0, 1); - this.tableLayoutPanel1.Controls.Add(this.dateTimePickerCreated, 0, 1); - this.tableLayoutPanel1.Controls.Add(this.labelNewCreationDate, 0, 0); - this.tableLayoutPanel1.Controls.Add(this.labelNewAccessDate, 1, 0); - this.tableLayoutPanel1.Controls.Add(this.labelNewWriteDate, 2, 0); - this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 108); - this.tableLayoutPanel1.Name = "tableLayoutPanel1"; - this.tableLayoutPanel1.RowCount = 3; - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); - this.tableLayoutPanel1.Size = new System.Drawing.Size(461, 68); - this.tableLayoutPanel1.TabIndex = 4; - // - // tableLayoutPanel7 - // - this.tableLayoutPanel7.ColumnCount = 2; - this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel7.Controls.Add(this.radioButtonNewCreationDateUtc, 1, 0); - this.tableLayoutPanel7.Controls.Add(this.radioButtonNewCreationDateLocalTime, 0, 0); - this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 42); - this.tableLayoutPanel7.Name = "tableLayoutPanel7"; - this.tableLayoutPanel7.RowCount = 1; - this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel7.Size = new System.Drawing.Size(147, 23); - this.tableLayoutPanel7.TabIndex = 2; - // - // radioButtonNewCreationDateUtc - // - this.radioButtonNewCreationDateUtc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.radioButtonNewCreationDateUtc.AutoSize = true; - this.radioButtonNewCreationDateUtc.Enabled = false; - this.radioButtonNewCreationDateUtc.Location = new System.Drawing.Point(78, 3); - this.radioButtonNewCreationDateUtc.Name = "radioButtonNewCreationDateUtc"; - this.radioButtonNewCreationDateUtc.Size = new System.Drawing.Size(66, 17); - this.radioButtonNewCreationDateUtc.TabIndex = 1; - this.radioButtonNewCreationDateUtc.Text = "UTC"; - this.toolTip.SetToolTip(this.radioButtonNewCreationDateUtc, "Convert the creation date preview to the universal time"); - this.radioButtonNewCreationDateUtc.UseVisualStyleBackColor = true; - this.radioButtonNewCreationDateUtc.CheckedChanged += new System.EventHandler(this.RadioButtonNewCreationDateUtc_CheckedChanged); - // - // radioButtonNewCreationDateLocalTime - // - this.radioButtonNewCreationDateLocalTime.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.radioButtonNewCreationDateLocalTime.AutoSize = true; - this.radioButtonNewCreationDateLocalTime.Checked = true; - this.radioButtonNewCreationDateLocalTime.Enabled = false; - this.radioButtonNewCreationDateLocalTime.Location = new System.Drawing.Point(3, 3); - this.radioButtonNewCreationDateLocalTime.Name = "radioButtonNewCreationDateLocalTime"; - this.radioButtonNewCreationDateLocalTime.Size = new System.Drawing.Size(69, 17); - this.radioButtonNewCreationDateLocalTime.TabIndex = 0; - this.radioButtonNewCreationDateLocalTime.TabStop = true; - this.radioButtonNewCreationDateLocalTime.Text = "local time"; - this.toolTip.SetToolTip(this.radioButtonNewCreationDateLocalTime, "Convert the creation date preview to the local time"); - this.radioButtonNewCreationDateLocalTime.UseVisualStyleBackColor = true; - this.radioButtonNewCreationDateLocalTime.CheckedChanged += new System.EventHandler(this.RadioButtonNewCreationDateLocalTime_CheckedChanged); - // - // tableLayoutPanel6 - // - this.tableLayoutPanel6.ColumnCount = 2; - this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel6.Controls.Add(this.radioButtonNewLastAccessDateUtc, 1, 0); - this.tableLayoutPanel6.Controls.Add(this.radioButtonNewLastAccessDateLocalTime, 0, 0); - this.tableLayoutPanel6.Location = new System.Drawing.Point(156, 42); - this.tableLayoutPanel6.Name = "tableLayoutPanel6"; - this.tableLayoutPanel6.RowCount = 1; - this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel6.Size = new System.Drawing.Size(147, 23); - this.tableLayoutPanel6.TabIndex = 5; - // - // radioButtonNewLastAccessDateUtc - // - this.radioButtonNewLastAccessDateUtc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.radioButtonNewLastAccessDateUtc.AutoSize = true; - this.radioButtonNewLastAccessDateUtc.Enabled = false; - this.radioButtonNewLastAccessDateUtc.Location = new System.Drawing.Point(78, 3); - this.radioButtonNewLastAccessDateUtc.Name = "radioButtonNewLastAccessDateUtc"; - this.radioButtonNewLastAccessDateUtc.Size = new System.Drawing.Size(66, 17); - this.radioButtonNewLastAccessDateUtc.TabIndex = 1; - this.radioButtonNewLastAccessDateUtc.Text = "UTC"; - this.toolTip.SetToolTip(this.radioButtonNewLastAccessDateUtc, "Convert the last access date preview to the universal time"); - this.radioButtonNewLastAccessDateUtc.UseVisualStyleBackColor = true; - this.radioButtonNewLastAccessDateUtc.CheckedChanged += new System.EventHandler(this.RadioButtonNewLastAccessDateUtc_CheckedChanged); - // - // radioButtonNewLastAccessDateLocalTime - // - this.radioButtonNewLastAccessDateLocalTime.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.radioButtonNewLastAccessDateLocalTime.AutoSize = true; - this.radioButtonNewLastAccessDateLocalTime.Checked = true; - this.radioButtonNewLastAccessDateLocalTime.Enabled = false; - this.radioButtonNewLastAccessDateLocalTime.Location = new System.Drawing.Point(3, 3); - this.radioButtonNewLastAccessDateLocalTime.Name = "radioButtonNewLastAccessDateLocalTime"; - this.radioButtonNewLastAccessDateLocalTime.Size = new System.Drawing.Size(69, 17); - this.radioButtonNewLastAccessDateLocalTime.TabIndex = 0; - this.radioButtonNewLastAccessDateLocalTime.TabStop = true; - this.radioButtonNewLastAccessDateLocalTime.Text = "local time"; - this.toolTip.SetToolTip(this.radioButtonNewLastAccessDateLocalTime, "Convert the last access date preview to the local time"); - this.radioButtonNewLastAccessDateLocalTime.UseVisualStyleBackColor = true; - this.radioButtonNewLastAccessDateLocalTime.CheckedChanged += new System.EventHandler(this.RadioButtonNewLastAccessDateLocalTime_CheckedChanged); - // - // tableLayoutPanel5 - // - this.tableLayoutPanel5.ColumnCount = 2; - this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel5.Controls.Add(this.radioButtonNewLastWriteDateUtc, 1, 0); - this.tableLayoutPanel5.Controls.Add(this.radioButtonNewLastWriteDateLocalTime, 0, 0); - this.tableLayoutPanel5.Location = new System.Drawing.Point(309, 42); - this.tableLayoutPanel5.Name = "tableLayoutPanel5"; - this.tableLayoutPanel5.RowCount = 1; - this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel5.Size = new System.Drawing.Size(147, 23); - this.tableLayoutPanel5.TabIndex = 8; - // - // radioButtonNewLastWriteDateUtc - // - this.radioButtonNewLastWriteDateUtc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.radioButtonNewLastWriteDateUtc.AutoSize = true; - this.radioButtonNewLastWriteDateUtc.Enabled = false; - this.radioButtonNewLastWriteDateUtc.Location = new System.Drawing.Point(78, 3); - this.radioButtonNewLastWriteDateUtc.Name = "radioButtonNewLastWriteDateUtc"; - this.radioButtonNewLastWriteDateUtc.Size = new System.Drawing.Size(66, 17); - this.radioButtonNewLastWriteDateUtc.TabIndex = 1; - this.radioButtonNewLastWriteDateUtc.Text = "UTC"; - this.toolTip.SetToolTip(this.radioButtonNewLastWriteDateUtc, "Convert the last write date preview to the universal time"); - this.radioButtonNewLastWriteDateUtc.UseVisualStyleBackColor = true; - this.radioButtonNewLastWriteDateUtc.CheckedChanged += new System.EventHandler(this.RadioButtonNewLastWriteDateUtc_CheckedChanged); - // - // radioButtonNewLastWriteDateLocalTime - // - this.radioButtonNewLastWriteDateLocalTime.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.radioButtonNewLastWriteDateLocalTime.AutoSize = true; - this.radioButtonNewLastWriteDateLocalTime.Checked = true; - this.radioButtonNewLastWriteDateLocalTime.Enabled = false; - this.radioButtonNewLastWriteDateLocalTime.Location = new System.Drawing.Point(3, 3); - this.radioButtonNewLastWriteDateLocalTime.Name = "radioButtonNewLastWriteDateLocalTime"; - this.radioButtonNewLastWriteDateLocalTime.Size = new System.Drawing.Size(69, 17); - this.radioButtonNewLastWriteDateLocalTime.TabIndex = 0; - this.radioButtonNewLastWriteDateLocalTime.TabStop = true; - this.radioButtonNewLastWriteDateLocalTime.Text = "local time"; - this.toolTip.SetToolTip(this.radioButtonNewLastWriteDateLocalTime, "Convert the last write date preview to the local time"); - this.radioButtonNewLastWriteDateLocalTime.UseVisualStyleBackColor = true; - this.radioButtonNewLastWriteDateLocalTime.CheckedChanged += new System.EventHandler(this.RadioButtonNewLastWriteDateLocalTime_CheckedChanged); - // - // dateTimePickerWrited - // - this.dateTimePickerWrited.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.dateTimePickerWrited.CustomFormat = "dd.MM.yyyy HH:mm:ss"; - this.dateTimePickerWrited.Enabled = false; - this.dateTimePickerWrited.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); - this.dateTimePickerWrited.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.dateTimePickerWrited.Location = new System.Drawing.Point(309, 16); - this.dateTimePickerWrited.Name = "dateTimePickerWrited"; - this.dateTimePickerWrited.ShowCheckBox = true; - this.dateTimePickerWrited.ShowUpDown = true; - this.dateTimePickerWrited.Size = new System.Drawing.Size(149, 20); - this.dateTimePickerWrited.TabIndex = 7; - this.toolTip.SetToolTip(this.dateTimePickerWrited, "Last write date preview of the file"); - // - // dateTimePickerAccessed - // - this.dateTimePickerAccessed.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.dateTimePickerAccessed.CustomFormat = "dd.MM.yyyy HH:mm:ss"; - this.dateTimePickerAccessed.Enabled = false; - this.dateTimePickerAccessed.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); - this.dateTimePickerAccessed.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.dateTimePickerAccessed.Location = new System.Drawing.Point(156, 16); - this.dateTimePickerAccessed.Name = "dateTimePickerAccessed"; - this.dateTimePickerAccessed.ShowCheckBox = true; - this.dateTimePickerAccessed.ShowUpDown = true; - this.dateTimePickerAccessed.Size = new System.Drawing.Size(147, 20); - this.dateTimePickerAccessed.TabIndex = 4; - this.toolTip.SetToolTip(this.dateTimePickerAccessed, "Last access date preview of the file"); - // - // dateTimePickerCreated + // buttonSelectFile // - this.dateTimePickerCreated.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.dateTimePickerCreated.CustomFormat = "dd.MM.yyyy HH:mm:ss"; - this.dateTimePickerCreated.Enabled = false; - this.dateTimePickerCreated.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); - this.dateTimePickerCreated.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.dateTimePickerCreated.Location = new System.Drawing.Point(3, 16); - this.dateTimePickerCreated.Name = "dateTimePickerCreated"; - this.dateTimePickerCreated.ShowCheckBox = true; - this.dateTimePickerCreated.ShowUpDown = true; - this.dateTimePickerCreated.Size = new System.Drawing.Size(147, 20); - this.dateTimePickerCreated.TabIndex = 1; - this.toolTip.SetToolTip(this.dateTimePickerCreated, "Creation date preview of the file"); + this.buttonSelectFile.AccessibleDescription = "Click to selected a file"; + this.buttonSelectFile.AccessibleName = "Select file"; + this.buttonSelectFile.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.buttonSelectFile.AllowDrop = true; + this.buttonSelectFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.buttonSelectFile.Image = global::FileDateTime_Manipulator.Properties.Resources.page_white; + this.buttonSelectFile.Location = new System.Drawing.Point(447, 9); + this.buttonSelectFile.Name = "buttonSelectFile"; + this.buttonSelectFile.Size = new System.Drawing.Size(84, 23); + this.buttonSelectFile.TabIndex = 8; + this.buttonSelectFile.Text = "&Select file"; + this.buttonSelectFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.buttonSelectFile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; + this.toolTip.SetToolTip(this.buttonSelectFile, "Click to selected a file"); + this.buttonSelectFile.UseVisualStyleBackColor = true; + this.buttonSelectFile.Click += new System.EventHandler(this.ButtonSelectFile_Click); + this.buttonSelectFile.Enter += new System.EventHandler(this.SetStatusLabelForButton); + this.buttonSelectFile.Leave += new System.EventHandler(this.ClearStatusLabel); + this.buttonSelectFile.MouseEnter += new System.EventHandler(this.SetStatusLabelForButton); + this.buttonSelectFile.MouseLeave += new System.EventHandler(this.ClearStatusLabel); // // FdtmForm // + this.AccessibleDescription = "Application"; + this.AccessibleName = "Application"; + this.AccessibleRole = System.Windows.Forms.AccessibleRole.Application; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(484, 232); - this.Controls.Add(this.tableLayoutPanel1); - this.Controls.Add(this.panelButtons); - this.Controls.Add(this.tableLayoutPanelDate); - this.Controls.Add(this.buttonSelectFile); - this.Controls.Add(this.textBoxPath); - this.Controls.Add(this.labelPath); + this.ClientSize = new System.Drawing.Size(546, 253); + this.Controls.Add(this.toolStripContainer); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; - this.MinimumSize = new System.Drawing.Size(500, 210); this.Name = "FdtmForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FileDateTime Manipulator (FDTM)"; this.Load += new System.EventHandler(this.FdtmForm_Load); - this.tableLayoutPanelDate.ResumeLayout(false); - this.tableLayoutPanelDate.PerformLayout(); - this.tableLayoutPanel4.ResumeLayout(false); - this.tableLayoutPanel4.PerformLayout(); - this.tableLayoutPanel3.ResumeLayout(false); - this.tableLayoutPanel3.PerformLayout(); - this.tableLayoutPanel2.ResumeLayout(false); - this.tableLayoutPanel2.PerformLayout(); + this.statusStrip.ResumeLayout(false); + this.statusStrip.PerformLayout(); + this.toolStripContainer.BottomToolStripPanel.ResumeLayout(false); + this.toolStripContainer.BottomToolStripPanel.PerformLayout(); + this.toolStripContainer.ContentPanel.ResumeLayout(false); + this.toolStripContainer.ContentPanel.PerformLayout(); + this.toolStripContainer.ResumeLayout(false); + this.toolStripContainer.PerformLayout(); + this.tableLayoutPanelSetDate.ResumeLayout(false); + this.tableLayoutPanelSetDate.PerformLayout(); + this.tableLayoutPanelSetLastWriteDateFormat.ResumeLayout(false); + this.tableLayoutPanelSetLastWriteDateFormat.PerformLayout(); + this.tableLayoutPanelSetLastAccessDateFormat.ResumeLayout(false); + this.tableLayoutPanelSetLastAccessDateFormat.PerformLayout(); + this.tableLayoutPanelSetCreationDateFormat.ResumeLayout(false); + this.tableLayoutPanelSetCreationDateFormat.PerformLayout(); this.panelButtons.ResumeLayout(false); - this.tableLayoutPanel1.ResumeLayout(false); - this.tableLayoutPanel1.PerformLayout(); - this.tableLayoutPanel7.ResumeLayout(false); - this.tableLayoutPanel7.PerformLayout(); - this.tableLayoutPanel6.ResumeLayout(false); - this.tableLayoutPanel6.PerformLayout(); - this.tableLayoutPanel5.ResumeLayout(false); - this.tableLayoutPanel5.PerformLayout(); + this.tableLayoutPanelGetDate.ResumeLayout(false); + this.tableLayoutPanelGetDate.PerformLayout(); + this.tableLayoutPanelGetLastWriteDateFormat.ResumeLayout(false); + this.tableLayoutPanelGetLastWriteDateFormat.PerformLayout(); + this.tableLayoutPanelGetCreationDateFormat.ResumeLayout(false); + this.tableLayoutPanelGetCreationDateFormat.PerformLayout(); + this.tableLayoutPanelGetLastAccessDateFormat.ResumeLayout(false); + this.tableLayoutPanelGetLastAccessDateFormat.PerformLayout(); this.ResumeLayout(false); - this.PerformLayout(); } #endregion - - private System.Windows.Forms.Label labelPath; - private System.Windows.Forms.TextBox textBoxPath; - private System.Windows.Forms.Button buttonSelectFile; - private System.Windows.Forms.Label labelCreationDate; - private System.Windows.Forms.Label labelLastAccessDate; - private System.Windows.Forms.Label labelLastWriteDate; - private System.Windows.Forms.TextBox textBoxCreationDate; - private System.Windows.Forms.TextBox textBoxLastAccessDate; - private System.Windows.Forms.TextBox textBoxLastWriteDate; private System.Windows.Forms.OpenFileDialog openFileDialog; - private System.Windows.Forms.Label labelNewWriteDate; + private System.Windows.Forms.ToolTip toolTip; + private System.Windows.Forms.StatusStrip statusStrip; + private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel; + private System.Windows.Forms.ToolStripContainer toolStripContainer; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSetDate; private System.Windows.Forms.Label labelNewCreationDate; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSetLastWriteDateFormat; + private System.Windows.Forms.RadioButton radioButtonNewLastWriteDateUtc; + private System.Windows.Forms.RadioButton radioButtonNewLastWriteDateLocalTime; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSetLastAccessDateFormat; + private System.Windows.Forms.RadioButton radioButtonNewLastAccessDateUtc; + private System.Windows.Forms.RadioButton radioButtonNewLastAccessDateLocalTime; + private System.Windows.Forms.DateTimePicker dateTimePickerWrited; + private System.Windows.Forms.DateTimePicker dateTimePickerAccessed; + private System.Windows.Forms.DateTimePicker dateTimePickerCreated; + private System.Windows.Forms.Label labelNewWriteDate; private System.Windows.Forms.Label labelNewAccessDate; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanelDate; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSetCreationDateFormat; + private System.Windows.Forms.RadioButton radioButtonNewCreationDateUtc; + private System.Windows.Forms.RadioButton radioButtonNewCreationDateLocalTime; private System.Windows.Forms.Panel panelButtons; - private System.Windows.Forms.Button buttonApply; private System.Windows.Forms.Button buttonClose; private System.Windows.Forms.Button buttonInfo; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; - private System.Windows.Forms.DateTimePicker dateTimePickerWrited; - private System.Windows.Forms.DateTimePicker dateTimePickerAccessed; - private System.Windows.Forms.DateTimePicker dateTimePickerCreated; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; + private System.Windows.Forms.Button buttonApply; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelGetDate; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelGetLastWriteDateFormat; private System.Windows.Forms.RadioButton radioButtonLastWriteDateUtc; private System.Windows.Forms.RadioButton radioButtonLastWriteDateLocalTime; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelGetCreationDateFormat; private System.Windows.Forms.RadioButton radioButtonCreationDateUtc; private System.Windows.Forms.RadioButton radioButtonCreationDateLocalTime; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; + private System.Windows.Forms.Label labelCreationDate; + private System.Windows.Forms.Label labelLastAccessDate; + private System.Windows.Forms.TextBox textBoxLastWriteDate; + private System.Windows.Forms.Label labelLastWriteDate; + private System.Windows.Forms.TextBox textBoxLastAccessDate; + private System.Windows.Forms.TextBox textBoxCreationDate; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelGetLastAccessDateFormat; private System.Windows.Forms.RadioButton radioButtonLastAccessDateUtc; private System.Windows.Forms.RadioButton radioButtonLastAccessDateLocalTime; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7; - private System.Windows.Forms.RadioButton radioButtonNewCreationDateUtc; - private System.Windows.Forms.RadioButton radioButtonNewCreationDateLocalTime; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; - private System.Windows.Forms.RadioButton radioButtonNewLastAccessDateUtc; - private System.Windows.Forms.RadioButton radioButtonNewLastAccessDateLocalTime; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; - private System.Windows.Forms.RadioButton radioButtonNewLastWriteDateUtc; - private System.Windows.Forms.RadioButton radioButtonNewLastWriteDateLocalTime; - private System.Windows.Forms.ToolTip toolTip; + private System.Windows.Forms.Button buttonSelectFile; + private System.Windows.Forms.TextBox textBoxPath; + private System.Windows.Forms.Label labelPath; } } diff --git a/FileDateTime Manipulator/FdtmForm.cs b/FileDateTime Manipulator/FdtmForm.cs index ba3ef62..fdf3a0e 100644 --- a/FileDateTime Manipulator/FdtmForm.cs +++ b/FileDateTime Manipulator/FdtmForm.cs @@ -97,6 +97,9 @@ public FdtmForm() private void FdtmForm_Load(object sender, EventArgs e) { + dateTimePickerCreated.CustomFormat = Application.CurrentCulture.DateTimeFormat.RFC1123Pattern; + dateTimePickerAccessed.CustomFormat = Application.CurrentCulture.DateTimeFormat.RFC1123Pattern; + dateTimePickerWrited.CustomFormat = Application.CurrentCulture.DateTimeFormat.RFC1123Pattern; } #region Click-Eventhandler @@ -264,5 +267,36 @@ private void RadioButtonNewLastWriteDateUtc_CheckedChanged(object sender, EventA } #endregion + + private void SetStatusLabelForTextBox(object sender, EventArgs e) + { + toolStripStatusLabel.Text = ((TextBox)sender).AccessibleDescription; + } + + private void SetStatusLabelForButton(object sender, EventArgs e) + { + toolStripStatusLabel.Text = ((Button)sender).AccessibleDescription; + } + + private void SetStatusLabelForRadioButton(object sender, EventArgs e) + { + toolStripStatusLabel.Text = ((RadioButton)sender).AccessibleDescription; + } + + private void SetStatusLabelForDateTimePicker(object sender, EventArgs e) + { + toolStripStatusLabel.Text = ((DateTimePicker)sender).AccessibleDescription; + } + + private void SetStatusLabelForLabel(object sender, EventArgs e) + { + toolStripStatusLabel.Text = ((Label)sender).AccessibleDescription; + } + + private void ClearStatusLabel(object sender, EventArgs e) + { + toolStripStatusLabel.Text = String.Empty; + } + } } diff --git a/FileDateTime Manipulator/FdtmForm.resx b/FileDateTime Manipulator/FdtmForm.resx index ceb396b..4021a5a 100644 --- a/FileDateTime Manipulator/FdtmForm.resx +++ b/FileDateTime Manipulator/FdtmForm.resx @@ -117,10 +117,73 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 11 + - 150, 17 + 142, 13 - - 17, 17 + + 222, 13 + + + + AAABAAEAICAAAAEAGACoDAAAFgAAACgAAAAgAAAAQAAAAAEAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABf + XVuEgX+CfnyBfnuBfnuBfnuBfnuBfnuBfnuBfnuBfnuAfXuIhYOMiYeMioiOi4mQjoyRj42Rj42Rj42R + j42Rj42QjoyPjYuQjoyKiIYAAAAAAAAAAAAAAAAAAAAAAACGg4H///////////////////////////// + ///////////////////////////7+/rS0M+4trTCvr7b2tjCwL7Ew8HX1tTq6en///+UkY8AAAAAAAAA + AAAAAAAAAAAAAACFgn///////////v7//v7//v7//v7//v7//v7//v7//v7//v7//v76+vru7e3o5+bi + 4eDV1NOkoZ+xr63k5ePNzMrCwb/W1dPs7OyWk5EAAAAAAAAAAAAAAAAAAAAAAACHg4H////9/f37+/v7 + +/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7/Pz5+Pjp6Ojj4uHb2tnW1dS0srCempju7Ozf393My8nFxMLe + 3dyal5UAAAAAAAAAAAAAAAAAAAAAAACJhoT////6+/v5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5 + +fn39/fo5+jh4N/Z2NfT0tHAvrubmJb29vbo5+be3tzJx8TOzcuenJoAAAAAAAAAAAAAAAAAAAAAAACL + iIb////5+Pj49/f49/f49/f49/f49/f6+Pj6+fn5+Pj49/f5+Pj4+Pbr6unj4uPd29vW1dTIx8Wbl5X/ + ///w8fDo5+be3dvBv72joJ4AAAAAAAAAAAAAAAAAAAAAAACMioj////39/b29vX29vX29vX29vX5+fj+ + /v3////7+/r3+Pb6+vj////39vbl5OPq6ejj4eDQzs2opaT///////709PPs6+rOzcumo6EAAAAAAAAA + AAAAAAAAAAAAAACPi4n////19fX09PT09PT09PT19fX7/PyVlZUmJib////39/f8/Pxra2krLCwwMDAx + MTF5eXjf3t26uLa9u7qwrKuzsbDJyMbm5eWpp6UAAAAAAAAAAAAAAAAAAAAAAACRjov////08vPz8vLz + 8vLz8vL19PT9/Pybm5svLy/////29fX5+Pifnp7BwcDLy8qmpqRCQkFiYmHt7Ovo5+bZ2NfY19a1s7LO + zcutq6kAAAAAAAAAAAAAAAAAAAAAAACTkI7////x8vDx8fDx8fDx8fDz8/L7+/qcm5sxMTH////09PPz + 8/L39/b5+fj4+Pf7+/qPj48zMzP09fTr6unt7Ovx8vD49/jFw8KvrasAAAAAAAAAAAAAAAAAAAAAAACW + kpD////w7+/w7+/w7+/w7+/y8PH6+fmbm5oxMTH////z8vLx8PDy8fHz8vL39vb///+SkpIzMzPu7e3w + 7+/w7+7w8O/z8vLr6uqyr60AAAAAAAAAAAAAAAAAAAAAAACXlZL////u7e3u7e3u7e3u7e3v7u749/ea + mpkxMTH+/f3x8PDw7+/08/P7+vr///+3t7dDQ0NKSkv7+vrw7+/u7e3u7e3u7e3///+1s7EAAAAAAAAA + AAAAAAAAAAAAAACZl5X////s7Ovs7Ovs7Ovs7Ovu7u339/WampoxMTH8/Pvv7+7w8O/FxcQuLi4yMzMy + MjJKSkrW1tXy8/Ht7ezs7Ovs7Ovs7Ov///+tqacAAAAAAAAAAAAAAAAAAAAAAACbmZf////r6unr6unr + 6uns6+rw7+76+ficnJwzMzP7+fju7ezw7+7Hx8Y0NDS5ubjn5eX6+fjz8vHt7Ovr6unr6unr6unr6un/ + //+amJYAAAAAAAAAAAAAAAAAAAAAAACdmpj////p5+jp6Ojp6Ojs6+vMy8qWlZWVk5Q0NDT49/fs6+vs + 6+v5+PgyMjLR0ND9/Pz39vby8fHs6+vp6Onp6Ojp6Ojp5+j///+dmpgAAAAAAAAAAAAAAAAAAAAAAACg + nJr////o5+Xo5+bo5+br6unAv707Ozs3NzcyMjP29PPq6ejq6ej19PM8PT1aWlpkZGRgYWFaWlrv7u3p + 6Ofo5+bo5+bo5+X///+gnJoAAAAAAAAAAAAAAAAAAAAAAAChn5z////l5OPm5eTm5eTo5+bs6+ro5+Wf + n56Qj4/u7ezn5uXn5uXt7Ouop6eTkpKUk5OSkZGNjIzs6+rn5uXm5eTm5eTl5OP///+hn5wAAAAAAAAA + AAAAAAAAAAAAAACjoZ/////j4uLk4+Pk4+Pk4+Pl5OXo5+fr6erq6enm5ebk4+Pk4+Pm5eXq6ens6+vt + 7Ozs6+vq6enm5ebk4+Pk4+Pk4+Pj4uL///+joZ8AAAAAAAAAAAAAAAAAAAAAAAClo6H////h4N/i4eDj + 4uDj4uDj4uHj4uHj4uHj4uHj4uHj4uHj4uHj4uHj4uHk4+Hk4+Lk4+Lj4uHj4uHj4uHj4uDi4eDh4N// + //+lo6EAAAAAAAAAAAAAAAAAAAAAAACqp6P////i4N3i4d3j4d3j4d3j4d3j4d3j4d3j4d3j4d3j4d3j + 4d3j4d3j4d3j4d3j4d3j4d3j4d3j4d3j4d3j4d3i4d3i4N3///+qp6MAAAAAAAAAAAAAAAAAAAAAAAC6 + s6H///////////////////////////////////////////////////////////////////////////// + //////////////////+6s6EAAAAAAAAAAAAAAAAAAAAAAAAMMOEhQeEGKtwIK9wILN0ILeAHLeIILeEI + LN0ILNwILNwILNwILNwILNwILNwILNwILNwILN0ILeAHLeIILeEILN0IK9wGKtwhQeEMMOEAAAAAAAAA + AAAAAAAAAAAAAAAYQOVTcesXQOQaQuUZQuoMK6YKK6oNLKcaQ+obQ+UcQ+QcQ+QcQ+QcQ+QcQ+QcQ+Qb + Q+UZQuoMK6YKK6oNLKcaQ+oaQuUXQORTcesYQOUAAAAAAAAAAAAAAAAAAAAAAAAZRut4kvQXReobSOwX + RvNvdZCVjHdTWnUZSPUcSe0dSesdSesdSesdSesdSesdSescSewXRvNvdZCVjHdTWnUZSPUcSO0XRep4 + kvQZRusAAAAAAAAAAAAAAAAAAAAAAAAXS/GasPgQRfATSPIMRfqnn4vAu7F0bFkPSP0USfMVSfEVSfEV + SfEVSfEVSfEVSfEUSfIMRfqnn4vAu7F0bFkPSP0TSfMQRfCasPgXS/EAAAAAAAAAAAAAAAAAAAAAAAAX + UPenvfylvPylvP2fuf+fmInQzMdtZliivf+mvf6nvfynvfynvfynvfynvfynvfylvP2fuf+fmInQzMdt + Zliivf+lvf6lvPynvfwXUPcAAAAAAAAAAAAAAAAAAAAAAAATPa4XV/0VVf0TVP8JT/+gmIjl4dxuZlcN + U/8UVf8VVf0VVf0VVf0VVf0VVf0VVf0TVP8JT/+gmIjl4dxuZlcNU/8UVf8VVf0XV/0TPa4AAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgmov+/PdvaFoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAACgmov+/PdvaFoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AABsaGKDf31PTEcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABsaGKDf31PTEcAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD////////////////gAAAH4AAAB+AAAAfgAAAH4AAAB+AAAAfgAAAH4AAAB+AA + AAfgAAAH4AAAB+AAAAfgAAAH4AAAB+AAAAfgAAAH4AAAB+AAAAfgAAAH4AAAB+AAAAfgAAAH4AAAB+AA + AAfgAAAH4AAAB+AAAAf/H/j//x/4/w== + + \ No newline at end of file diff --git a/FileDateTime Manipulator/FileDateTime Manipulator.csproj b/FileDateTime Manipulator/FileDateTime Manipulator.csproj index 99740d3..419bf1c 100644 --- a/FileDateTime Manipulator/FileDateTime Manipulator.csproj +++ b/FileDateTime Manipulator/FileDateTime Manipulator.csproj @@ -22,8 +22,8 @@ false false true - 3 - 1.2.0.%2a + 4 + 1.3.0.%2a false true @@ -72,6 +72,9 @@ true 7.2 + + fdtm-logo-32.ico + @@ -100,6 +103,7 @@ True Resources.resx + True SettingsSingleFileGenerator @@ -118,5 +122,13 @@ true + + + + + + + + \ No newline at end of file diff --git a/FileDateTime Manipulator/Properties/AssemblyInfo.cs b/FileDateTime Manipulator/Properties/AssemblyInfo.cs index 5b87d4c..495ee5d 100644 --- a/FileDateTime Manipulator/Properties/AssemblyInfo.cs +++ b/FileDateTime Manipulator/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.0.3")] -[assembly: AssemblyFileVersion("1.2.0.3")] +[assembly: AssemblyVersion("1.3.0.4")] +[assembly: AssemblyFileVersion("1.3.0.4")] diff --git a/FileDateTime Manipulator/Properties/Resources.Designer.cs b/FileDateTime Manipulator/Properties/Resources.Designer.cs index 684a35b..d69dee0 100644 --- a/FileDateTime Manipulator/Properties/Resources.Designer.cs +++ b/FileDateTime Manipulator/Properties/Resources.Designer.cs @@ -1,71 +1,113 @@ //------------------------------------------------------------------------------ // // Dieser Code wurde von einem Tool generiert. -// Laufzeitversion: 4.0.30319.42000 +// Laufzeitversion:4.0.30319.42000 // -// Änderungen an dieser Datei können fehlerhaftes Verhalten verursachen und gehen verloren, wenn -// der Code neu generiert wird. +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. // //------------------------------------------------------------------------------ -namespace FileDateTime_Manipulator.Properties -{ - - - /// - /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. - /// - // Diese Klasse wurde von der StronglyTypedResourceBuilder-Klasse - // über ein Tool wie ResGen oder Visual Studio automatisch generiert. - // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen - // mit der Option /str erneut aus, oder erstellen Sie Ihr VS-Projekt neu. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources - { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { - } - - /// - /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FileDateTime_Manipulator.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - /// Ressourcenlookups, die diese stark typisierte Ressourcenklasse verwenden. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { - return resourceCulture; - } - set - { - resourceCulture = value; - } - } - } +namespace FileDateTime_Manipulator.Properties { + using System; + + + /// + /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + /// + // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert + // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. + // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen + // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FileDateTime_Manipulator.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap door_in { + get { + object obj = ResourceManager.GetObject("door_in", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap folder { + get { + object obj = ResourceManager.GetObject("folder", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap information { + get { + object obj = ResourceManager.GetObject("information", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap page_white { + get { + object obj = ResourceManager.GetObject("page_white", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap tick_button { + get { + object obj = ResourceManager.GetObject("tick_button", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + } } diff --git a/FileDateTime Manipulator/Properties/Resources.resx b/FileDateTime Manipulator/Properties/Resources.resx index ffecec8..5438244 100644 --- a/FileDateTime Manipulator/Properties/Resources.resx +++ b/FileDateTime Manipulator/Properties/Resources.resx @@ -46,7 +46,7 @@ mimetype: application/x-microsoft.net.object.binary.base64 value : The object must be serialized with - : System.Serialization.Formatters.Binary.BinaryFormatter + : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 @@ -60,6 +60,7 @@ : and then encoded with base64 encoding. --> + @@ -68,9 +69,10 @@ - + + @@ -85,9 +87,10 @@ - + + @@ -114,4 +117,20 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\door_in.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\information.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\tick_button.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\page_white.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\folder.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/FileDateTime Manipulator/Resources/door_in.png b/FileDateTime Manipulator/Resources/door_in.png new file mode 100644 index 0000000000000000000000000000000000000000..1903e23b9e959b8eda4d77887e0e8ec57fb4f246 GIT binary patch literal 773 zcmV+g1N!`lP);^?(Xf6qwzRfEc{Te| zRsM~8SB^``=(weaRel~xNpy1dcL9d7J45SCNJOP?5G;n20#X?X%?zwtVCd`{D6Cz>QB3R-h{6)2 z;54=c6fL~=KH#OA$JN{*Y;G8gPzkQ+kegE^-HeW*jYXsx!k`32dz`9&jUw2noFpb* z_26P|0Aa^nFyqmjX$VQISxXpag<2FuRx?L}D=R4ed&E|001!|2bQ z!&!9(+3^DeQ$tB7rA^>-l1sZ090v)_8II|X`D9k+Au&QB`a<%7x+_p!2x2ITH8o+l z`EVnecPv)MBk2}T=JQ$ivxC>$1=QLe^p9S~%E?3E=`vzsT~Se^Lu$fMmrWxq6)OlH zoWM@F1{CcV@VG{F;?l?<)=V7%_lXoiMzfrxBiP0yDmX>TVF77}pu6kfQ%e|Yw+$gK z3S1i-MdOoWV18Kfb>dV;CL{TX0Hd9Z7NueV)hP~XRX|>4`21`SI%?lQzi$E0M9#DL zWk>5?h7%G)91t2JCoB~p$z&2NPA&o?!`%PgNS||*6$3533z~BLT{X7Wm*A0k!XlAa zzaqIq+wqTas=KAVY3=g9)=iCq;s2tJa-AdShX4Zr4YwL(uI>`{00000NkvXXu0mjf DqjypN literal 0 HcmV?d00001 diff --git a/FileDateTime Manipulator/Resources/fdtm-logo-32.ico b/FileDateTime Manipulator/Resources/fdtm-logo-32.ico new file mode 100644 index 0000000000000000000000000000000000000000..c6dba4d25093f10a787ca2ed8c9b91629bfd18fd GIT binary patch literal 3262 zcmeH}YfMvT7{|LWlP#DnL5H_x?u%IlDuRh0oQXno6qjh?j2p|cX^e5v%`BOj#;Nm$ zV39(xfNe)%2=y{1h<8^61W`eU7w`gwwx@^QOYi4!dfM(^>KN;b&TPv*?d5-(bDqoZ zea`c~?+F6IOZb~PQ-I$og5&W5!5adB;2m5r2^Qmu*#95@umhic`pN!1yZ7$;ZqKeA z~@oJP_NT=Ke&IaQdxhx z)<9FYJ8!i#U+w9>Z?oA-ii=48!IAod!C>GygXf1?)@(9SdR_06$35K-&Yr0&mz6ne zwt)dnXUEO9)|P%vpR80$^7C@`qkb+B7=G?x7{+8Y>9hlnA3eN(?`~7$6?s{S-|xp8 z_4oJPY;V1DyQ5qoBl)7-9Pm*d%P?cbu`GufN9>Vb)^D|#DLtj>?M3}J+S}x%QY1QE z&d3y+-sY?7s)}-wk5xw)!=M)5sK5<{g0N#j8P?BnY$V3-rwx?FY@&49t~HJm~HwWm&y{Nlm_KwNI8%k@;4 z32jlx#+xWr;{T3VXd=f#R(7UZ%F+jgzxbnPjUUm__4#5puHDolly zmCI#OK3>Y@bh=$G++Yb1ERjgS$8i`*aX6hra9J&uGpB1weyLP~6ai?Qz-dIJHj`!LL1`BKh*8rEsB>QDLV!haB86t57J= zgupQCu-jm1Z@)f&{`^aqE*fbXUXR;_&W~o{1`t_U3CaIKRtA^ZXu|P_kkr|6s|35V z_y~Y#6f6+75Gudh)rGBvRlst3{%5@-H_;>i<^;P$WM-Mfdg+-OKOx#U=H{C2Qhl zYbVUs$IaG7?vr5|SAPym>O(ppK#}|@i|JKgTN4)>rlr$U(=G8yHLoU}oS3YdmSLHm zLC?rA#0bWiFeD-!5THo@)MeIf5^v&C%k)fJ;xf;ct%cJ3Z&zh+oto*JA+*0Kw8m(L zkO<4PBOMT+NPgmSm#mI`eW^1c(;dH*Qz=DFSL(mn{PAm4QQD375pEQC>)VBO;iHuNo6>8o^78 zG{qE{mYH6rbLMg`+qL$Yb9!btGpz}_lRbN%bM{)_+G~Al?L9&%1#UtJ#5D8x=}#^$ zKAstR_&9g@v$LmOqIV8jw^hq9wp>A38&avEqwgJq<*Fh5ymI?jGG=sc?cQ`T1!oAJ z2dO;3w(t=R)6);(dJ5|0_C?4PJj8lyWf>_^fq6Oe)pY2Ur~z%F;tZ+7r^q)R3DA1C z3NfiLJ3C9_6snQ4^lMU&H^3vgco_pa(n3Op^6ld!z5ywNc{E_ ze#||G{`@4$$j~>Vr2#@1Ps%6*E^L^r+m`;)7!IIXB|lA0Xe))Q2uPym%ID~#nM;a` zz3rq%K{X*18{nxJ843;4L$K~@y|jp=Vb9d_YqIF*hMk@E<3)BF%pDCX;LuXFLJIKK zo{(W7vLMmB37DJ3mYCKGB=AW7oJ?Afdr~d247>pIvfw~aLrFlKxoBF#JC4r~Y zeAjK=G7w_Ka=>$Zic0M~5#q1P3?agGL0D_hHGEZv5pRI!>Cup~t~5)Ub6OhG(288g zp(5k2m9*A0O+B&4LE+{1o{X1VOQ zzoGls*qA2g=#e96OSS2&iR$5&$)uYb5R#Bw7VTP5U1o^znLSW0mr*K}v2*86?Ao=9 z!jVOxPzW-}64%N~Ka529pf9cH=ruo;*SGgbvAz6o!LT zC$14EOv;Fbg#x+XKu>QE`iP+8;}gvdP|6MCh6eUJWZWBv4q;?uM7vs%Q4a0q+?g{v z{yEwy$GKdtAeYM_pUY#<@NP}qVzH>#Ox?f#1P2<@P=)SoymoLAva62vhOPx{0lg~` z>kCUuER4cp0hMY6IL zIqH+t=lyJ2Ho&a?WlBHA+h|;?a%rG$H(tyC_r|#Y2rvN8T%!(Iq)g-h00004gUbq(tw1lgoXx`HVs0gK|-QT;Nk*gBnKlTn_z-{ zmhYU)-7d3t&KJ-ik94}dotgJ$-pr9P27{QufTqgxGmAP3uNoaE7bGM|sxpx{$6x!S zseeO+ZJ)Bq=VzY*TTvP$C03r?ILjc0=nnu+A|W7D<`Wa0NdS!2oVvxShDKmPGuu1Z{X#D3g|-0BZ&qN9*G%zO46N zD4sVu^%@Qrc`Ds1baRPAMG7LbeA>HftOGIA&>{S+y14WB!(!4xyYUUh=}X*79hA*; zs@NUjK4So91b$-;-y6->tMfCSvO&Q{3%OG#fnJLTF^s=9aIa;Dv9bIfwI98O6QfM# z&RzC+V0j(IuuEljHs;@Ei!vnIlXu^Ym7iYmY~+PRvHvr>_inmd1OCpx1sDLU%fF)P S!b7P50000 literal 0 HcmV?d00001 diff --git a/FileDateTime Manipulator/Resources/information.png b/FileDateTime Manipulator/Resources/information.png new file mode 100644 index 0000000000000000000000000000000000000000..85c1876b5faba5f7af90b67c6fdad4b3d6306acd GIT binary patch literal 764 zcmVu(v^Re+QC2dv>+ zS85PT*?2b-#mvedY;HLS_$7`VEJS_vUX=JG9u7`nHNK^aZ~?&ubn4vQehQ!F6L>bh zgt^rux?8HS^tc{2srbE?MBl`+!kNc>Pr1%BcU-K**snOggySgm>quuD2$7x6XG!ca zrTWjfX$mm^i4*FjP^WMl=X&{p0KP6Hh-koP=*sTBp2x{MAK^E3Smg6BK-{Dx3nX)I(&_xHP}RoAokKf{z-79-zqTri*W7#Fn_5wN^~FL{ z!wD1>S=gpe*i;=rb8T?v%C-;8s$_$TBobSA^L85R&o3XLixk!g4`&wNca4t8o=XkK zQA|Zf=Ms1|9aEQxnxoin&=>+6lsr221I*_aR|Kt0000EKoEv!Cds`AO&-AF z6Vyvke1)POwD@=uFKtq!C+VdRBDTGS78FdVg3Y*-CYvm=)zX1sXC^xz|ITiZnc-

pABI64AWn7K>vX1k4%68@UnLiN z2m)|j7tVeEt{+8@b&Yl@G*4_xq$(F^1x6xRESKPU9$fhTZ8#h{s(hmXC4$ISj+&lj zoBC7h!{T71kO60+%=flJVMoA833`*)fcRkL($|O zAL+OOkQr<c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxKsVXI%uvD1M9IxIyg#@@$ndN=gc>^!3Zj z%k|2Q_413-^$jg8E%gnI^o@*kfhu&1EAvVcD|GXUm0>2hq!uR^WfqiV=I1GZOiWD5 zFD$Tv3bSNU;+l1ennz|zM-B0$V)JVzP|XC=H|jx7ncO3BHWAB;NpiyW)Z+ZoqGVvir744~DzI`cN=+=uFAB-e&w+(vKt_H^esM;Afr4|esh*)icxGNo zet9uiy|1s8XI^nhVqS8pr;Du;&;-5A%oJcyS{j(Sx|y0QEUIa|m8xq$a2ceW=-?%-?l3dwt+ zFUx`)0~@!V{UA~6*W&bP*5ngA&y-IJuCsEE_xXR+#nRL6$^X;l?n;|%_2o0gT5UJ1 zZ_wLwK)3f)#OJH}bzG;e_WMlX3%ujFG-wlx@qX2(uZ&ZxK6Jhg%ib{c?YDTR15Kwz l^gbB(|3A(yxVN6$fWi673X!TOw%wqz%hT1*Wt~$(69D42+@$~j literal 0 HcmV?d00001 diff --git a/FileDateTime Manipulator/fdtm-logo-32.ico b/FileDateTime Manipulator/fdtm-logo-32.ico new file mode 100644 index 0000000000000000000000000000000000000000..c6dba4d25093f10a787ca2ed8c9b91629bfd18fd GIT binary patch literal 3262 zcmeH}YfMvT7{|LWlP#DnL5H_x?u%IlDuRh0oQXno6qjh?j2p|cX^e5v%`BOj#;Nm$ zV39(xfNe)%2=y{1h<8^61W`eU7w`gwwx@^QOYi4!dfM(^>KN;b&TPv*?d5-(bDqoZ zea`c~?+F6IOZb~PQ-I$og5&W5!5adB;2m5r2^Qmu*#95@umhic`pN!1yZ7$;ZqKeA z~@oJP_NT=Ke&IaQdxhx z)<9FYJ8!i#U+w9>Z?oA-ii=48!IAod!C>GygXf1?)@(9SdR_06$35K-&Yr0&mz6ne zwt)dnXUEO9)|P%vpR80$^7C@`qkb+B7=G?x7{+8Y>9hlnA3eN(?`~7$6?s{S-|xp8 z_4oJPY;V1DyQ5qoBl)7-9Pm*d%P?cbu`GufN9>Vb)^D|#DLtj>?M3}J+S}x%QY1QE z&d3y+-sY?7s)}-wk5xw)!=M)5sK5<{g0N#j8P?BnY$V3-rwx?FY@&49t~HJm~HwWm&y{Nlm_KwNI8%k@;4 z32jlx#+xWr;{T3VXd=f#R(7UZ%F+jgzxbnPjUUm__4#5puHDolly zmCI#OK3>Y@bh=$G++Yb1ERjgS$8i`*aX6hra9J&uGpB1weyLP~6ai?Qz-dIJHj`!LL1`BKh*8rEsB>QDLV!haB86t57J= zgupQCu-jm1Z@)f&{`^aqE*fbXUXR;_&W~o{1`t_U3CaIKRtA^ZXu|P_kkr|6s|35V z_y~Y#6f6+75Gudh)rGBvRlst3{%5@-H_;>i<^;P$WM-Mfdg+-OKOx#U=H{C2Qhl zYbVUs$IaG7?vr5|SAPym>O(ppK#}|@i|JKgTN4)>rlr$U(=G8yHLoU}oS3YdmSLHm zLC?rA#0bWiFeD-!5THo@)MeIf5^v&C%k)fJ;xf;ct%cJ3Z&zh+oto*JA+*0Kw8m(L zkO<4PBOMT+NPgmSm#mI`eW^1c(;dH*Qz=DFSL(mn{PAm