396 lines
21 KiB
C#
396 lines
21 KiB
C#
namespace DataOrganizer
|
|
{
|
|
partial class FileViewer
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.MainMenu = new System.Windows.Forms.MenuStrip();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.SecondaryTreeView = new System.Windows.Forms.TreeView();
|
|
this.PrimaryFilesTreeView = new System.Windows.Forms.TreeView();
|
|
this.PanelOne = new System.Windows.Forms.Panel();
|
|
this.ScanRootFolderButton = new System.Windows.Forms.Button();
|
|
this.RootFolderComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.ProfileComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.SelectedFolderPanel = new System.Windows.Forms.Panel();
|
|
this.ActiveFolderGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.SelectedFolderComboBox = new System.Windows.Forms.ComboBox();
|
|
this.FolderSelectButton = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.FileInfoGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.ScanResultsLabel = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.FileDetailsFullPathLabel = new System.Windows.Forms.Label();
|
|
this.FileDetailsNameLabel = new System.Windows.Forms.Label();
|
|
this.StatusStrip = new System.Windows.Forms.StatusStrip();
|
|
this.StatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.ScanResultsDetailsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.CommitScanResultsButton = new System.Windows.Forms.Button();
|
|
this.MoveModifiedFilesButton = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.PanelOne.SuspendLayout();
|
|
this.SelectedFolderPanel.SuspendLayout();
|
|
this.ActiveFolderGroupBox.SuspendLayout();
|
|
this.FileInfoGroupBox.SuspendLayout();
|
|
this.StatusStrip.SuspendLayout();
|
|
this.ScanResultsDetailsGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// MainMenu
|
|
//
|
|
this.MainMenu.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2);
|
|
this.MainMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.MainMenu.Location = new System.Drawing.Point(0, 0);
|
|
this.MainMenu.Name = "MainMenu";
|
|
this.MainMenu.Size = new System.Drawing.Size(1472, 24);
|
|
this.MainMenu.TabIndex = 0;
|
|
this.MainMenu.Text = "menuStrip1";
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 4;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.Controls.Add(this.SecondaryTreeView, 2, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.PrimaryFilesTreeView, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.PanelOne, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.SelectedFolderPanel, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.FileInfoGroupBox, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.ScanResultsDetailsGroupBox, 1, 2);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 34F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1472, 882);
|
|
this.tableLayoutPanel1.TabIndex = 1;
|
|
//
|
|
// SecondaryTreeView
|
|
//
|
|
this.SecondaryTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.SecondaryTreeView.Location = new System.Drawing.Point(739, 294);
|
|
this.SecondaryTreeView.Name = "SecondaryTreeView";
|
|
this.tableLayoutPanel1.SetRowSpan(this.SecondaryTreeView, 2);
|
|
this.SecondaryTreeView.ShowNodeToolTips = true;
|
|
this.SecondaryTreeView.Size = new System.Drawing.Size(362, 585);
|
|
this.SecondaryTreeView.TabIndex = 2;
|
|
//
|
|
// PrimaryFilesTreeView
|
|
//
|
|
this.PrimaryFilesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.PrimaryFilesTreeView.FullRowSelect = true;
|
|
this.PrimaryFilesTreeView.Location = new System.Drawing.Point(3, 294);
|
|
this.PrimaryFilesTreeView.Name = "PrimaryFilesTreeView";
|
|
this.tableLayoutPanel1.SetRowSpan(this.PrimaryFilesTreeView, 2);
|
|
this.PrimaryFilesTreeView.ShowNodeToolTips = true;
|
|
this.PrimaryFilesTreeView.Size = new System.Drawing.Size(362, 585);
|
|
this.PrimaryFilesTreeView.TabIndex = 0;
|
|
//
|
|
// PanelOne
|
|
//
|
|
this.PanelOne.Controls.Add(this.ScanRootFolderButton);
|
|
this.PanelOne.Controls.Add(this.RootFolderComboBox);
|
|
this.PanelOne.Controls.Add(this.label3);
|
|
this.PanelOne.Controls.Add(this.ProfileComboBox);
|
|
this.PanelOne.Controls.Add(this.label1);
|
|
this.PanelOne.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.PanelOne.Location = new System.Drawing.Point(3, 3);
|
|
this.PanelOne.Name = "PanelOne";
|
|
this.PanelOne.Size = new System.Drawing.Size(362, 285);
|
|
this.PanelOne.TabIndex = 1;
|
|
//
|
|
// ScanRootFolderButton
|
|
//
|
|
this.ScanRootFolderButton.Location = new System.Drawing.Point(186, 238);
|
|
this.ScanRootFolderButton.Name = "ScanRootFolderButton";
|
|
this.ScanRootFolderButton.Size = new System.Drawing.Size(173, 44);
|
|
this.ScanRootFolderButton.TabIndex = 4;
|
|
this.ScanRootFolderButton.Text = "Scan Selected Folder";
|
|
this.ScanRootFolderButton.UseVisualStyleBackColor = true;
|
|
this.ScanRootFolderButton.Click += new System.EventHandler(this.ScanRootFolderButton_Click);
|
|
//
|
|
// RootFolderComboBox
|
|
//
|
|
this.RootFolderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.RootFolderComboBox.FormattingEnabled = true;
|
|
this.RootFolderComboBox.Location = new System.Drawing.Point(162, 57);
|
|
this.RootFolderComboBox.Name = "RootFolderComboBox";
|
|
this.RootFolderComboBox.Size = new System.Drawing.Size(197, 28);
|
|
this.RootFolderComboBox.TabIndex = 3;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(10, 60);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(146, 20);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "Select Root Folder:";
|
|
//
|
|
// ProfileComboBox
|
|
//
|
|
this.ProfileComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ProfileComboBox.FormattingEnabled = true;
|
|
this.ProfileComboBox.Location = new System.Drawing.Point(120, 17);
|
|
this.ProfileComboBox.Name = "ProfileComboBox";
|
|
this.ProfileComboBox.Size = new System.Drawing.Size(239, 28);
|
|
this.ProfileComboBox.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(10, 20);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(104, 20);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Active Profile:";
|
|
//
|
|
// SelectedFolderPanel
|
|
//
|
|
this.tableLayoutPanel1.SetColumnSpan(this.SelectedFolderPanel, 2);
|
|
this.SelectedFolderPanel.Controls.Add(this.ActiveFolderGroupBox);
|
|
this.SelectedFolderPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.SelectedFolderPanel.Location = new System.Drawing.Point(739, 3);
|
|
this.SelectedFolderPanel.Name = "SelectedFolderPanel";
|
|
this.SelectedFolderPanel.Size = new System.Drawing.Size(730, 285);
|
|
this.SelectedFolderPanel.TabIndex = 3;
|
|
//
|
|
// ActiveFolderGroupBox
|
|
//
|
|
this.ActiveFolderGroupBox.Controls.Add(this.SelectedFolderComboBox);
|
|
this.ActiveFolderGroupBox.Controls.Add(this.FolderSelectButton);
|
|
this.ActiveFolderGroupBox.Controls.Add(this.label2);
|
|
this.ActiveFolderGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ActiveFolderGroupBox.Location = new System.Drawing.Point(0, 0);
|
|
this.ActiveFolderGroupBox.Name = "ActiveFolderGroupBox";
|
|
this.ActiveFolderGroupBox.Size = new System.Drawing.Size(730, 285);
|
|
this.ActiveFolderGroupBox.TabIndex = 0;
|
|
this.ActiveFolderGroupBox.TabStop = false;
|
|
this.ActiveFolderGroupBox.Text = "Folder Options";
|
|
//
|
|
// SelectedFolderComboBox
|
|
//
|
|
this.SelectedFolderComboBox.FormattingEnabled = true;
|
|
this.SelectedFolderComboBox.Location = new System.Drawing.Point(157, 16);
|
|
this.SelectedFolderComboBox.Name = "SelectedFolderComboBox";
|
|
this.SelectedFolderComboBox.Size = new System.Drawing.Size(509, 28);
|
|
this.SelectedFolderComboBox.TabIndex = 3;
|
|
//
|
|
// FolderSelectButton
|
|
//
|
|
this.FolderSelectButton.Location = new System.Drawing.Point(672, 14);
|
|
this.FolderSelectButton.Name = "FolderSelectButton";
|
|
this.FolderSelectButton.Size = new System.Drawing.Size(49, 32);
|
|
this.FolderSelectButton.TabIndex = 2;
|
|
this.FolderSelectButton.Text = "...";
|
|
this.FolderSelectButton.UseVisualStyleBackColor = true;
|
|
this.FolderSelectButton.Click += new System.EventHandler(this.FolderSelectButton_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(6, 20);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(145, 20);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "Folder to Compare:";
|
|
//
|
|
// FileInfoGroupBox
|
|
//
|
|
this.FileInfoGroupBox.Controls.Add(this.label7);
|
|
this.FileInfoGroupBox.Controls.Add(this.label6);
|
|
this.FileInfoGroupBox.Controls.Add(this.FileDetailsFullPathLabel);
|
|
this.FileInfoGroupBox.Controls.Add(this.FileDetailsNameLabel);
|
|
this.FileInfoGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.FileInfoGroupBox.Location = new System.Drawing.Point(371, 3);
|
|
this.FileInfoGroupBox.Name = "FileInfoGroupBox";
|
|
this.FileInfoGroupBox.Size = new System.Drawing.Size(362, 285);
|
|
this.FileInfoGroupBox.TabIndex = 4;
|
|
this.FileInfoGroupBox.TabStop = false;
|
|
this.FileInfoGroupBox.Text = "File Details";
|
|
//
|
|
// ScanResultsLabel
|
|
//
|
|
this.ScanResultsLabel.AutoSize = true;
|
|
this.ScanResultsLabel.Location = new System.Drawing.Point(6, 22);
|
|
this.ScanResultsLabel.Name = "ScanResultsLabel";
|
|
this.ScanResultsLabel.Size = new System.Drawing.Size(0, 20);
|
|
this.ScanResultsLabel.TabIndex = 4;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(6, 140);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(55, 20);
|
|
this.label7.TabIndex = 3;
|
|
this.label7.Text = "Name:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(6, 100);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(55, 20);
|
|
this.label6.TabIndex = 2;
|
|
this.label6.Text = "Name:";
|
|
//
|
|
// FileDetailsFullPathLabel
|
|
//
|
|
this.FileDetailsFullPathLabel.AutoSize = true;
|
|
this.FileDetailsFullPathLabel.Location = new System.Drawing.Point(6, 60);
|
|
this.FileDetailsFullPathLabel.Name = "FileDetailsFullPathLabel";
|
|
this.FileDetailsFullPathLabel.Size = new System.Drawing.Size(75, 20);
|
|
this.FileDetailsFullPathLabel.TabIndex = 1;
|
|
this.FileDetailsFullPathLabel.Text = "Full Path:";
|
|
//
|
|
// FileDetailsNameLabel
|
|
//
|
|
this.FileDetailsNameLabel.AutoSize = true;
|
|
this.FileDetailsNameLabel.Location = new System.Drawing.Point(6, 20);
|
|
this.FileDetailsNameLabel.Name = "FileDetailsNameLabel";
|
|
this.FileDetailsNameLabel.Size = new System.Drawing.Size(55, 20);
|
|
this.FileDetailsNameLabel.TabIndex = 0;
|
|
this.FileDetailsNameLabel.Text = "Name:";
|
|
//
|
|
// StatusStrip
|
|
//
|
|
this.StatusStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.StatusLabel});
|
|
this.StatusStrip.Location = new System.Drawing.Point(0, 874);
|
|
this.StatusStrip.Name = "StatusStrip";
|
|
this.StatusStrip.Size = new System.Drawing.Size(1472, 32);
|
|
this.StatusStrip.TabIndex = 2;
|
|
this.StatusStrip.Text = "statusStrip1";
|
|
//
|
|
// StatusLabel
|
|
//
|
|
this.StatusLabel.Name = "StatusLabel";
|
|
this.StatusLabel.Size = new System.Drawing.Size(179, 25);
|
|
this.StatusLabel.Text = "toolStripStatusLabel1";
|
|
//
|
|
// ScanResultsDetailsGroupBox
|
|
//
|
|
this.ScanResultsDetailsGroupBox.Controls.Add(this.MoveModifiedFilesButton);
|
|
this.ScanResultsDetailsGroupBox.Controls.Add(this.CommitScanResultsButton);
|
|
this.ScanResultsDetailsGroupBox.Controls.Add(this.ScanResultsLabel);
|
|
this.ScanResultsDetailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ScanResultsDetailsGroupBox.Location = new System.Drawing.Point(371, 593);
|
|
this.ScanResultsDetailsGroupBox.Name = "ScanResultsDetailsGroupBox";
|
|
this.ScanResultsDetailsGroupBox.Size = new System.Drawing.Size(362, 286);
|
|
this.ScanResultsDetailsGroupBox.TabIndex = 5;
|
|
this.ScanResultsDetailsGroupBox.TabStop = false;
|
|
this.ScanResultsDetailsGroupBox.Text = "Scan Results";
|
|
//
|
|
// CommitScanResultsButton
|
|
//
|
|
this.CommitScanResultsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CommitScanResultsButton.Enabled = false;
|
|
this.CommitScanResultsButton.Location = new System.Drawing.Point(202, 216);
|
|
this.CommitScanResultsButton.Name = "CommitScanResultsButton";
|
|
this.CommitScanResultsButton.Size = new System.Drawing.Size(154, 38);
|
|
this.CommitScanResultsButton.TabIndex = 5;
|
|
this.CommitScanResultsButton.Text = "Update Database";
|
|
this.CommitScanResultsButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// MoveModifiedFilesButton
|
|
//
|
|
this.MoveModifiedFilesButton.Enabled = false;
|
|
this.MoveModifiedFilesButton.Location = new System.Drawing.Point(10, 216);
|
|
this.MoveModifiedFilesButton.Name = "MoveModifiedFilesButton";
|
|
this.MoveModifiedFilesButton.Size = new System.Drawing.Size(138, 38);
|
|
this.MoveModifiedFilesButton.TabIndex = 6;
|
|
this.MoveModifiedFilesButton.Text = "Move Files";
|
|
this.MoveModifiedFilesButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// FileViewer
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1472, 906);
|
|
this.Controls.Add(this.StatusStrip);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Controls.Add(this.MainMenu);
|
|
this.MainMenuStrip = this.MainMenu;
|
|
this.Name = "FileViewer";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "File Viewer & Comparison";
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.PanelOne.ResumeLayout(false);
|
|
this.PanelOne.PerformLayout();
|
|
this.SelectedFolderPanel.ResumeLayout(false);
|
|
this.ActiveFolderGroupBox.ResumeLayout(false);
|
|
this.ActiveFolderGroupBox.PerformLayout();
|
|
this.FileInfoGroupBox.ResumeLayout(false);
|
|
this.FileInfoGroupBox.PerformLayout();
|
|
this.StatusStrip.ResumeLayout(false);
|
|
this.StatusStrip.PerformLayout();
|
|
this.ScanResultsDetailsGroupBox.ResumeLayout(false);
|
|
this.ScanResultsDetailsGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip MainMenu;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.TreeView PrimaryFilesTreeView;
|
|
private System.Windows.Forms.Panel PanelOne;
|
|
private System.Windows.Forms.ComboBox ProfileComboBox;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TreeView SecondaryTreeView;
|
|
private System.Windows.Forms.ComboBox RootFolderComboBox;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Panel SelectedFolderPanel;
|
|
private System.Windows.Forms.GroupBox ActiveFolderGroupBox;
|
|
private System.Windows.Forms.ComboBox SelectedFolderComboBox;
|
|
private System.Windows.Forms.Button FolderSelectButton;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button ScanRootFolderButton;
|
|
private System.Windows.Forms.StatusStrip StatusStrip;
|
|
private System.Windows.Forms.ToolStripStatusLabel StatusLabel;
|
|
private System.Windows.Forms.GroupBox FileInfoGroupBox;
|
|
private System.Windows.Forms.Label ScanResultsLabel;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label FileDetailsFullPathLabel;
|
|
private System.Windows.Forms.Label FileDetailsNameLabel;
|
|
private System.Windows.Forms.GroupBox ScanResultsDetailsGroupBox;
|
|
private System.Windows.Forms.Button CommitScanResultsButton;
|
|
private System.Windows.Forms.Button MoveModifiedFilesButton;
|
|
}
|
|
} |