- Tool mit dem der Copyright Vermerk in allen Assemblies im ausgewählten Ordner auf das aktuelle Jahr korrigiert wird
273 lines
14 KiB
C#
273 lines
14 KiB
C#
|
|
namespace CorrectDateInCopyright
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Erforderliche Designervariable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Verwendete Ressourcen bereinigen.
|
|
/// </summary>
|
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Vom Windows Form-Designer generierter Code
|
|
|
|
/// <summary>
|
|
/// Erforderliche Methode für die Designerunterstützung.
|
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.hilfeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.hilfeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.überToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.buttonStart = new System.Windows.Forms.Button();
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
this.buttonShowLogfile = new System.Windows.Forms.Button();
|
|
this.labelStartupDir = new System.Windows.Forms.Label();
|
|
this.buttonStartupDir = new System.Windows.Forms.Button();
|
|
this.textBoxStartupfolder = new System.Windows.Forms.TextBox();
|
|
this.labelLogfileName = new System.Windows.Forms.Label();
|
|
this.buttonLogfileName = new System.Windows.Forms.Button();
|
|
this.textBoxLogfileName = new System.Windows.Forms.TextBox();
|
|
this.statusStrip = new System.Windows.Forms.StatusStrip();
|
|
this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar();
|
|
this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.backgroundWorkerSearch = new System.ComponentModel.BackgroundWorker();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.statusStrip.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.startToolStripMenuItem,
|
|
this.hilfeToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(592, 24);
|
|
this.menuStrip1.TabIndex = 0;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// startToolStripMenuItem
|
|
//
|
|
this.startToolStripMenuItem.Enabled = false;
|
|
this.startToolStripMenuItem.Name = "startToolStripMenuItem";
|
|
this.startToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
|
|
this.startToolStripMenuItem.Text = "Start";
|
|
this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click);
|
|
//
|
|
// hilfeToolStripMenuItem
|
|
//
|
|
this.hilfeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.hilfeToolStripMenuItem1,
|
|
this.überToolStripMenuItem});
|
|
this.hilfeToolStripMenuItem.Name = "hilfeToolStripMenuItem";
|
|
this.hilfeToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
|
|
this.hilfeToolStripMenuItem.Text = "Hilfe";
|
|
//
|
|
// hilfeToolStripMenuItem1
|
|
//
|
|
this.hilfeToolStripMenuItem1.Name = "hilfeToolStripMenuItem1";
|
|
this.hilfeToolStripMenuItem1.Size = new System.Drawing.Size(99, 22);
|
|
this.hilfeToolStripMenuItem1.Text = "Hilfe";
|
|
this.hilfeToolStripMenuItem1.Click += new System.EventHandler(this.hilfeToolStripMenuItem1_Click);
|
|
//
|
|
// überToolStripMenuItem
|
|
//
|
|
this.überToolStripMenuItem.Name = "überToolStripMenuItem";
|
|
this.überToolStripMenuItem.Size = new System.Drawing.Size(99, 22);
|
|
this.überToolStripMenuItem.Text = "Über";
|
|
this.überToolStripMenuItem.Click += new System.EventHandler(this.überToolStripMenuItem_Click);
|
|
//
|
|
// buttonStart
|
|
//
|
|
this.buttonStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.buttonStart.Enabled = false;
|
|
this.buttonStart.Location = new System.Drawing.Point(12, 101);
|
|
this.buttonStart.Name = "buttonStart";
|
|
this.buttonStart.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonStart.TabIndex = 1;
|
|
this.buttonStart.Text = "Start";
|
|
this.buttonStart.UseVisualStyleBackColor = true;
|
|
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonCancel.Location = new System.Drawing.Point(505, 101);
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonCancel.TabIndex = 2;
|
|
this.buttonCancel.Text = "Cancel";
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|
//
|
|
// buttonShowLogfile
|
|
//
|
|
this.buttonShowLogfile.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.buttonShowLogfile.Enabled = false;
|
|
this.buttonShowLogfile.Location = new System.Drawing.Point(241, 101);
|
|
this.buttonShowLogfile.Name = "buttonShowLogfile";
|
|
this.buttonShowLogfile.Size = new System.Drawing.Size(110, 23);
|
|
this.buttonShowLogfile.TabIndex = 3;
|
|
this.buttonShowLogfile.Text = "Logdatei anzeigen";
|
|
this.buttonShowLogfile.UseVisualStyleBackColor = true;
|
|
this.buttonShowLogfile.Click += new System.EventHandler(this.buttonShowLogfile_Click);
|
|
//
|
|
// labelStartupDir
|
|
//
|
|
this.labelStartupDir.AutoSize = true;
|
|
this.labelStartupDir.Location = new System.Drawing.Point(12, 33);
|
|
this.labelStartupDir.Name = "labelStartupDir";
|
|
this.labelStartupDir.Size = new System.Drawing.Size(82, 13);
|
|
this.labelStartupDir.TabIndex = 4;
|
|
this.labelStartupDir.Text = "Startverzeichnis";
|
|
//
|
|
// buttonStartupDir
|
|
//
|
|
this.buttonStartupDir.Location = new System.Drawing.Point(100, 28);
|
|
this.buttonStartupDir.Name = "buttonStartupDir";
|
|
this.buttonStartupDir.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonStartupDir.TabIndex = 5;
|
|
this.buttonStartupDir.Text = "...";
|
|
this.buttonStartupDir.UseVisualStyleBackColor = true;
|
|
this.buttonStartupDir.Click += new System.EventHandler(this.buttonStartupDir_Click);
|
|
//
|
|
// textBoxStartupfolder
|
|
//
|
|
this.textBoxStartupfolder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBoxStartupfolder.Location = new System.Drawing.Point(181, 30);
|
|
this.textBoxStartupfolder.Name = "textBoxStartupfolder";
|
|
this.textBoxStartupfolder.Size = new System.Drawing.Size(399, 20);
|
|
this.textBoxStartupfolder.TabIndex = 6;
|
|
this.textBoxStartupfolder.MouseClick += new System.Windows.Forms.MouseEventHandler(this.textBoxStartupfolder_MouseClick);
|
|
this.textBoxStartupfolder.TextChanged += new System.EventHandler(this.textBoxStartupfolder_TextChanged);
|
|
//
|
|
// labelLogfileName
|
|
//
|
|
this.labelLogfileName.AutoSize = true;
|
|
this.labelLogfileName.Location = new System.Drawing.Point(12, 65);
|
|
this.labelLogfileName.Name = "labelLogfileName";
|
|
this.labelLogfileName.Size = new System.Drawing.Size(48, 13);
|
|
this.labelLogfileName.TabIndex = 7;
|
|
this.labelLogfileName.Text = "Logdatei";
|
|
//
|
|
// buttonLogfileName
|
|
//
|
|
this.buttonLogfileName.Location = new System.Drawing.Point(100, 60);
|
|
this.buttonLogfileName.Name = "buttonLogfileName";
|
|
this.buttonLogfileName.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonLogfileName.TabIndex = 8;
|
|
this.buttonLogfileName.Text = "...";
|
|
this.buttonLogfileName.UseVisualStyleBackColor = true;
|
|
this.buttonLogfileName.Click += new System.EventHandler(this.buttonLogfileName_Click);
|
|
//
|
|
// textBoxLogfileName
|
|
//
|
|
this.textBoxLogfileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBoxLogfileName.Location = new System.Drawing.Point(181, 62);
|
|
this.textBoxLogfileName.Name = "textBoxLogfileName";
|
|
this.textBoxLogfileName.Size = new System.Drawing.Size(399, 20);
|
|
this.textBoxLogfileName.TabIndex = 9;
|
|
this.textBoxLogfileName.MouseClick += new System.Windows.Forms.MouseEventHandler(this.textBoxLogfileName_MouseClick);
|
|
this.textBoxLogfileName.TextChanged += new System.EventHandler(this.textBoxLogfileName_TextChanged);
|
|
//
|
|
// statusStrip
|
|
//
|
|
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripProgressBar,
|
|
this.toolStripStatusLabel});
|
|
this.statusStrip.Location = new System.Drawing.Point(0, 127);
|
|
this.statusStrip.Name = "statusStrip";
|
|
this.statusStrip.Size = new System.Drawing.Size(592, 22);
|
|
this.statusStrip.TabIndex = 10;
|
|
this.statusStrip.Text = "statusStrip1";
|
|
//
|
|
// toolStripProgressBar
|
|
//
|
|
this.toolStripProgressBar.Name = "toolStripProgressBar";
|
|
this.toolStripProgressBar.Size = new System.Drawing.Size(200, 16);
|
|
//
|
|
// toolStripStatusLabel
|
|
//
|
|
this.toolStripStatusLabel.Name = "toolStripStatusLabel";
|
|
this.toolStripStatusLabel.Size = new System.Drawing.Size(218, 17);
|
|
this.toolStripStatusLabel.Text = "Startverzeichnis und Logdatei definieren";
|
|
//
|
|
// backgroundWorkerSearch
|
|
//
|
|
this.backgroundWorkerSearch.WorkerReportsProgress = true;
|
|
this.backgroundWorkerSearch.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerSearch_DoWork);
|
|
this.backgroundWorkerSearch.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorkerSearch_ProgressChanged);
|
|
this.backgroundWorkerSearch.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorkerSearch_RunWorkerCompleted);
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(592, 149);
|
|
this.Controls.Add(this.statusStrip);
|
|
this.Controls.Add(this.textBoxLogfileName);
|
|
this.Controls.Add(this.buttonLogfileName);
|
|
this.Controls.Add(this.labelLogfileName);
|
|
this.Controls.Add(this.textBoxStartupfolder);
|
|
this.Controls.Add(this.buttonStartupDir);
|
|
this.Controls.Add(this.labelStartupDir);
|
|
this.Controls.Add(this.buttonShowLogfile);
|
|
this.Controls.Add(this.buttonCancel);
|
|
this.Controls.Add(this.buttonStart);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Name = "Form1";
|
|
this.Text = "Correct Date in Copyright";
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.statusStrip.ResumeLayout(false);
|
|
this.statusStrip.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem startToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem hilfeToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem hilfeToolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem überToolStripMenuItem;
|
|
private System.Windows.Forms.Button buttonStart;
|
|
private System.Windows.Forms.Button buttonCancel;
|
|
private System.Windows.Forms.Button buttonShowLogfile;
|
|
private System.Windows.Forms.Label labelStartupDir;
|
|
private System.Windows.Forms.Button buttonStartupDir;
|
|
private System.Windows.Forms.TextBox textBoxStartupfolder;
|
|
private System.Windows.Forms.Label labelLogfileName;
|
|
private System.Windows.Forms.Button buttonLogfileName;
|
|
private System.Windows.Forms.TextBox textBoxLogfileName;
|
|
private System.Windows.Forms.StatusStrip statusStrip;
|
|
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
|
|
private System.ComponentModel.BackgroundWorker backgroundWorkerSearch;
|
|
}
|
|
}
|
|
|