433 lines
25 KiB
C#
433 lines
25 KiB
C#
namespace DataOrganizer
|
|
{
|
|
partial class FileManager
|
|
{
|
|
/// <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.MainLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
|
this.MainMenuStrip = new System.Windows.Forms.MenuStrip();
|
|
this.ManageMainMenuStrip = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ProfilesManageMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.NamingPatternsManageMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.SelectProfileComboBoxMainMenu = new System.Windows.Forms.ToolStripComboBox();
|
|
this.SelectFolderGroupComboBoxMainMenu = new System.Windows.Forms.ToolStripComboBox();
|
|
this.FileDetailsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.DiffResultsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.CommitFilesChangesButton = new System.Windows.Forms.Button();
|
|
this.MoveNewFilesButton = new System.Windows.Forms.Button();
|
|
this.DiffViewTreeView = new System.Windows.Forms.TreeView();
|
|
this.SelectedProfileInfoGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.ScanSelectedFolderGroupButton = new System.Windows.Forms.Button();
|
|
this.SelectedProfileDataLabel = new System.Windows.Forms.Label();
|
|
this.CompareAgainstGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.CompareButton = new System.Windows.Forms.Button();
|
|
this.CompareAgainstFolderGroupComboBox = new System.Windows.Forms.ComboBox();
|
|
this.CompareAgainstProfileComboBox = new System.Windows.Forms.ComboBox();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.StatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.SelectedGroupFolderViewGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.SelectedFolderViewGroupTreeView = new System.Windows.Forms.TreeView();
|
|
this.ComparisionFolderViewGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.ComparisionFolderViewTreeView = new System.Windows.Forms.TreeView();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.MainLayoutPanel.SuspendLayout();
|
|
this.MainMenuStrip.SuspendLayout();
|
|
this.DiffResultsGroupBox.SuspendLayout();
|
|
this.SelectedProfileInfoGroupBox.SuspendLayout();
|
|
this.CompareAgainstGroupBox.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.SelectedGroupFolderViewGroupBox.SuspendLayout();
|
|
this.ComparisionFolderViewGroupBox.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// MainLayoutPanel
|
|
//
|
|
this.MainLayoutPanel.ColumnCount = 3;
|
|
this.MainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
|
|
this.MainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F));
|
|
this.MainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
|
|
this.MainLayoutPanel.Controls.Add(this.MainMenuStrip, 0, 0);
|
|
this.MainLayoutPanel.Controls.Add(this.FileDetailsGroupBox, 1, 2);
|
|
this.MainLayoutPanel.Controls.Add(this.DiffResultsGroupBox, 1, 3);
|
|
this.MainLayoutPanel.Controls.Add(this.DiffViewTreeView, 0, 2);
|
|
this.MainLayoutPanel.Controls.Add(this.SelectedProfileInfoGroupBox, 0, 1);
|
|
this.MainLayoutPanel.Controls.Add(this.CompareAgainstGroupBox, 1, 1);
|
|
this.MainLayoutPanel.Controls.Add(this.statusStrip1, 0, 4);
|
|
this.MainLayoutPanel.Controls.Add(this.SelectedGroupFolderViewGroupBox, 2, 2);
|
|
this.MainLayoutPanel.Controls.Add(this.ComparisionFolderViewGroupBox, 2, 3);
|
|
this.MainLayoutPanel.Controls.Add(this.groupBox1, 2, 1);
|
|
this.MainLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.MainLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.MainLayoutPanel.Name = "MainLayoutPanel";
|
|
this.MainLayoutPanel.RowCount = 5;
|
|
this.MainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
this.MainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|
this.MainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
|
|
this.MainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
|
|
this.MainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.MainLayoutPanel.Size = new System.Drawing.Size(1306, 964);
|
|
this.MainLayoutPanel.TabIndex = 0;
|
|
//
|
|
// MainMenuStrip
|
|
//
|
|
this.MainLayoutPanel.SetColumnSpan(this.MainMenuStrip, 3);
|
|
this.MainMenuStrip.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2);
|
|
this.MainMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.MainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ManageMainMenuStrip,
|
|
this.SelectProfileComboBoxMainMenu,
|
|
this.SelectFolderGroupComboBoxMainMenu});
|
|
this.MainMenuStrip.Location = new System.Drawing.Point(0, 0);
|
|
this.MainMenuStrip.Name = "MainMenuStrip";
|
|
this.MainMenuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
this.MainMenuStrip.Size = new System.Drawing.Size(1306, 37);
|
|
this.MainMenuStrip.TabIndex = 0;
|
|
this.MainMenuStrip.Text = "menuStrip1";
|
|
//
|
|
// ManageMainMenuStrip
|
|
//
|
|
this.ManageMainMenuStrip.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ProfilesManageMainMenu,
|
|
this.NamingPatternsManageMainMenu});
|
|
this.ManageMainMenuStrip.Name = "ManageMainMenuStrip";
|
|
this.ManageMainMenuStrip.Size = new System.Drawing.Size(92, 33);
|
|
this.ManageMainMenuStrip.Text = "&Manage";
|
|
//
|
|
// ProfilesManageMainMenu
|
|
//
|
|
this.ProfilesManageMainMenu.Name = "ProfilesManageMainMenu";
|
|
this.ProfilesManageMainMenu.Size = new System.Drawing.Size(245, 34);
|
|
this.ProfilesManageMainMenu.Text = "&Profiles";
|
|
this.ProfilesManageMainMenu.Click += new System.EventHandler(this.ProfilesManageMainMenu_Click);
|
|
//
|
|
// NamingPatternsManageMainMenu
|
|
//
|
|
this.NamingPatternsManageMainMenu.Name = "NamingPatternsManageMainMenu";
|
|
this.NamingPatternsManageMainMenu.Size = new System.Drawing.Size(245, 34);
|
|
this.NamingPatternsManageMainMenu.Text = "&Naming Patterns";
|
|
this.NamingPatternsManageMainMenu.Click += new System.EventHandler(this.NamingPatternsManageMainMenu_Click);
|
|
//
|
|
// SelectProfileComboBoxMainMenu
|
|
//
|
|
this.SelectProfileComboBoxMainMenu.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.SelectProfileComboBoxMainMenu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.SelectProfileComboBoxMainMenu.Name = "SelectProfileComboBoxMainMenu";
|
|
this.SelectProfileComboBoxMainMenu.Size = new System.Drawing.Size(200, 33);
|
|
//
|
|
// SelectFolderGroupComboBoxMainMenu
|
|
//
|
|
this.SelectFolderGroupComboBoxMainMenu.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.SelectFolderGroupComboBoxMainMenu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.SelectFolderGroupComboBoxMainMenu.Name = "SelectFolderGroupComboBoxMainMenu";
|
|
this.SelectFolderGroupComboBoxMainMenu.Size = new System.Drawing.Size(200, 33);
|
|
//
|
|
// FileDetailsGroupBox
|
|
//
|
|
this.FileDetailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.FileDetailsGroupBox.Location = new System.Drawing.Point(433, 221);
|
|
this.FileDetailsGroupBox.Name = "FileDetailsGroupBox";
|
|
this.FileDetailsGroupBox.Size = new System.Drawing.Size(438, 351);
|
|
this.FileDetailsGroupBox.TabIndex = 5;
|
|
this.FileDetailsGroupBox.TabStop = false;
|
|
this.FileDetailsGroupBox.Text = "File Details:";
|
|
//
|
|
// DiffResultsGroupBox
|
|
//
|
|
this.DiffResultsGroupBox.Controls.Add(this.CommitFilesChangesButton);
|
|
this.DiffResultsGroupBox.Controls.Add(this.MoveNewFilesButton);
|
|
this.DiffResultsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.DiffResultsGroupBox.Location = new System.Drawing.Point(433, 578);
|
|
this.DiffResultsGroupBox.Name = "DiffResultsGroupBox";
|
|
this.DiffResultsGroupBox.Size = new System.Drawing.Size(438, 351);
|
|
this.DiffResultsGroupBox.TabIndex = 6;
|
|
this.DiffResultsGroupBox.TabStop = false;
|
|
this.DiffResultsGroupBox.Text = "Diff Results:";
|
|
//
|
|
// CommitFilesChangesButton
|
|
//
|
|
this.CommitFilesChangesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CommitFilesChangesButton.Enabled = false;
|
|
this.CommitFilesChangesButton.Location = new System.Drawing.Point(227, 299);
|
|
this.CommitFilesChangesButton.Name = "CommitFilesChangesButton";
|
|
this.CommitFilesChangesButton.Size = new System.Drawing.Size(205, 43);
|
|
this.CommitFilesChangesButton.TabIndex = 1;
|
|
this.CommitFilesChangesButton.Text = "Commit Changes to DB";
|
|
this.CommitFilesChangesButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// MoveNewFilesButton
|
|
//
|
|
this.MoveNewFilesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.MoveNewFilesButton.Enabled = false;
|
|
this.MoveNewFilesButton.Location = new System.Drawing.Point(6, 299);
|
|
this.MoveNewFilesButton.Name = "MoveNewFilesButton";
|
|
this.MoveNewFilesButton.Size = new System.Drawing.Size(200, 43);
|
|
this.MoveNewFilesButton.TabIndex = 0;
|
|
this.MoveNewFilesButton.Text = "Move File Changes";
|
|
this.MoveNewFilesButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// DiffViewTreeView
|
|
//
|
|
this.DiffViewTreeView.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.DiffViewTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.DiffViewTreeView.Location = new System.Drawing.Point(3, 221);
|
|
this.DiffViewTreeView.Name = "DiffViewTreeView";
|
|
this.MainLayoutPanel.SetRowSpan(this.DiffViewTreeView, 2);
|
|
this.DiffViewTreeView.Size = new System.Drawing.Size(424, 708);
|
|
this.DiffViewTreeView.TabIndex = 2;
|
|
//
|
|
// SelectedProfileInfoGroupBox
|
|
//
|
|
this.SelectedProfileInfoGroupBox.Controls.Add(this.ScanSelectedFolderGroupButton);
|
|
this.SelectedProfileInfoGroupBox.Controls.Add(this.SelectedProfileDataLabel);
|
|
this.SelectedProfileInfoGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.SelectedProfileInfoGroupBox.Location = new System.Drawing.Point(3, 43);
|
|
this.SelectedProfileInfoGroupBox.Name = "SelectedProfileInfoGroupBox";
|
|
this.SelectedProfileInfoGroupBox.Size = new System.Drawing.Size(424, 172);
|
|
this.SelectedProfileInfoGroupBox.TabIndex = 8;
|
|
this.SelectedProfileInfoGroupBox.TabStop = false;
|
|
this.SelectedProfileInfoGroupBox.Text = "Selected Profile Data:";
|
|
//
|
|
// ScanSelectedFolderGroupButton
|
|
//
|
|
this.ScanSelectedFolderGroupButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ScanSelectedFolderGroupButton.Location = new System.Drawing.Point(9, 111);
|
|
this.ScanSelectedFolderGroupButton.Name = "ScanSelectedFolderGroupButton";
|
|
this.ScanSelectedFolderGroupButton.Size = new System.Drawing.Size(185, 40);
|
|
this.ScanSelectedFolderGroupButton.TabIndex = 0;
|
|
this.ScanSelectedFolderGroupButton.Text = "Scan for Changes";
|
|
this.ScanSelectedFolderGroupButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// SelectedProfileDataLabel
|
|
//
|
|
this.SelectedProfileDataLabel.AutoSize = true;
|
|
this.SelectedProfileDataLabel.Location = new System.Drawing.Point(10, 34);
|
|
this.SelectedProfileDataLabel.Name = "SelectedProfileDataLabel";
|
|
this.SelectedProfileDataLabel.Size = new System.Drawing.Size(51, 20);
|
|
this.SelectedProfileDataLabel.TabIndex = 0;
|
|
this.SelectedProfileDataLabel.Text = "label1";
|
|
//
|
|
// CompareAgainstGroupBox
|
|
//
|
|
this.CompareAgainstGroupBox.Controls.Add(this.CompareButton);
|
|
this.CompareAgainstGroupBox.Controls.Add(this.CompareAgainstFolderGroupComboBox);
|
|
this.CompareAgainstGroupBox.Controls.Add(this.CompareAgainstProfileComboBox);
|
|
this.CompareAgainstGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.CompareAgainstGroupBox.Location = new System.Drawing.Point(433, 43);
|
|
this.CompareAgainstGroupBox.Name = "CompareAgainstGroupBox";
|
|
this.CompareAgainstGroupBox.Size = new System.Drawing.Size(438, 172);
|
|
this.CompareAgainstGroupBox.TabIndex = 7;
|
|
this.CompareAgainstGroupBox.TabStop = false;
|
|
this.CompareAgainstGroupBox.Text = "Compared Against:";
|
|
//
|
|
// CompareButton
|
|
//
|
|
this.CompareButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.CompareButton.Enabled = false;
|
|
this.CompareButton.Location = new System.Drawing.Point(6, 110);
|
|
this.CompareButton.Name = "CompareButton";
|
|
this.CompareButton.Size = new System.Drawing.Size(107, 41);
|
|
this.CompareButton.TabIndex = 2;
|
|
this.CompareButton.Text = "Compare";
|
|
this.CompareButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// CompareAgainstFolderGroupComboBox
|
|
//
|
|
this.CompareAgainstFolderGroupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CompareAgainstFolderGroupComboBox.FormattingEnabled = true;
|
|
this.CompareAgainstFolderGroupComboBox.Location = new System.Drawing.Point(6, 75);
|
|
this.CompareAgainstFolderGroupComboBox.Name = "CompareAgainstFolderGroupComboBox";
|
|
this.CompareAgainstFolderGroupComboBox.Size = new System.Drawing.Size(200, 28);
|
|
this.CompareAgainstFolderGroupComboBox.TabIndex = 1;
|
|
//
|
|
// CompareAgainstProfileComboBox
|
|
//
|
|
this.CompareAgainstProfileComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CompareAgainstProfileComboBox.FormattingEnabled = true;
|
|
this.CompareAgainstProfileComboBox.Location = new System.Drawing.Point(6, 34);
|
|
this.CompareAgainstProfileComboBox.Name = "CompareAgainstProfileComboBox";
|
|
this.CompareAgainstProfileComboBox.Size = new System.Drawing.Size(200, 28);
|
|
this.CompareAgainstProfileComboBox.TabIndex = 0;
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.MainLayoutPanel.SetColumnSpan(this.statusStrip1, 3);
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.StatusLabel});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 932);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(1306, 32);
|
|
this.statusStrip1.TabIndex = 9;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// StatusLabel
|
|
//
|
|
this.StatusLabel.Name = "StatusLabel";
|
|
this.StatusLabel.Size = new System.Drawing.Size(165, 25);
|
|
this.StatusLabel.Text = "Nothing to report...";
|
|
//
|
|
// SelectedGroupFolderViewGroupBox
|
|
//
|
|
this.SelectedGroupFolderViewGroupBox.Controls.Add(this.SelectedFolderViewGroupTreeView);
|
|
this.SelectedGroupFolderViewGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.SelectedGroupFolderViewGroupBox.Location = new System.Drawing.Point(877, 221);
|
|
this.SelectedGroupFolderViewGroupBox.Name = "SelectedGroupFolderViewGroupBox";
|
|
this.SelectedGroupFolderViewGroupBox.Size = new System.Drawing.Size(426, 351);
|
|
this.SelectedGroupFolderViewGroupBox.TabIndex = 10;
|
|
this.SelectedGroupFolderViewGroupBox.TabStop = false;
|
|
//
|
|
// SelectedFolderViewGroupTreeView
|
|
//
|
|
this.SelectedFolderViewGroupTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.SelectedFolderViewGroupTreeView.FullRowSelect = true;
|
|
this.SelectedFolderViewGroupTreeView.Location = new System.Drawing.Point(3, 22);
|
|
this.SelectedFolderViewGroupTreeView.Name = "SelectedFolderViewGroupTreeView";
|
|
this.SelectedFolderViewGroupTreeView.Size = new System.Drawing.Size(420, 326);
|
|
this.SelectedFolderViewGroupTreeView.TabIndex = 0;
|
|
//
|
|
// ComparisionFolderViewGroupBox
|
|
//
|
|
this.ComparisionFolderViewGroupBox.Controls.Add(this.ComparisionFolderViewTreeView);
|
|
this.ComparisionFolderViewGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ComparisionFolderViewGroupBox.Location = new System.Drawing.Point(877, 578);
|
|
this.ComparisionFolderViewGroupBox.Name = "ComparisionFolderViewGroupBox";
|
|
this.ComparisionFolderViewGroupBox.Size = new System.Drawing.Size(426, 351);
|
|
this.ComparisionFolderViewGroupBox.TabIndex = 11;
|
|
this.ComparisionFolderViewGroupBox.TabStop = false;
|
|
//
|
|
// ComparisionFolderViewTreeView
|
|
//
|
|
this.ComparisionFolderViewTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ComparisionFolderViewTreeView.FullRowSelect = true;
|
|
this.ComparisionFolderViewTreeView.Location = new System.Drawing.Point(3, 22);
|
|
this.ComparisionFolderViewTreeView.Name = "ComparisionFolderViewTreeView";
|
|
this.ComparisionFolderViewTreeView.Size = new System.Drawing.Size(420, 326);
|
|
this.ComparisionFolderViewTreeView.TabIndex = 0;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.button2);
|
|
this.groupBox1.Controls.Add(this.button1);
|
|
this.groupBox1.Controls.Add(this.textBox1);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox1.Location = new System.Drawing.Point(877, 43);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(426, 172);
|
|
this.groupBox1.TabIndex = 12;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "groupBox1";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(29, 34);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(239, 26);
|
|
this.textBox1.TabIndex = 0;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(296, 38);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 1;
|
|
this.button1.Text = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(16, 120);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(112, 46);
|
|
this.button2.TabIndex = 2;
|
|
this.button2.Text = "button2";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// FileManager
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1306, 964);
|
|
this.Controls.Add(this.MainLayoutPanel);
|
|
this.Name = "FileManager";
|
|
this.Text = "File Manager";
|
|
this.MainLayoutPanel.ResumeLayout(false);
|
|
this.MainLayoutPanel.PerformLayout();
|
|
this.MainMenuStrip.ResumeLayout(false);
|
|
this.MainMenuStrip.PerformLayout();
|
|
this.DiffResultsGroupBox.ResumeLayout(false);
|
|
this.SelectedProfileInfoGroupBox.ResumeLayout(false);
|
|
this.SelectedProfileInfoGroupBox.PerformLayout();
|
|
this.CompareAgainstGroupBox.ResumeLayout(false);
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.SelectedGroupFolderViewGroupBox.ResumeLayout(false);
|
|
this.ComparisionFolderViewGroupBox.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel MainLayoutPanel;
|
|
private System.Windows.Forms.MenuStrip MainMenuStrip;
|
|
private System.Windows.Forms.ToolStripComboBox SelectProfileComboBoxMainMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ManageMainMenuStrip;
|
|
private System.Windows.Forms.ToolStripMenuItem ProfilesManageMainMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem NamingPatternsManageMainMenu;
|
|
private System.Windows.Forms.ToolStripComboBox SelectFolderGroupComboBoxMainMenu;
|
|
private System.Windows.Forms.TreeView DiffViewTreeView;
|
|
private System.Windows.Forms.GroupBox FileDetailsGroupBox;
|
|
private System.Windows.Forms.GroupBox DiffResultsGroupBox;
|
|
private System.Windows.Forms.Button ScanSelectedFolderGroupButton;
|
|
private System.Windows.Forms.GroupBox CompareAgainstGroupBox;
|
|
private System.Windows.Forms.ComboBox CompareAgainstProfileComboBox;
|
|
private System.Windows.Forms.ComboBox CompareAgainstFolderGroupComboBox;
|
|
private System.Windows.Forms.Button CompareButton;
|
|
private System.Windows.Forms.GroupBox SelectedProfileInfoGroupBox;
|
|
private System.Windows.Forms.Label SelectedProfileDataLabel;
|
|
private System.Windows.Forms.Button CommitFilesChangesButton;
|
|
private System.Windows.Forms.Button MoveNewFilesButton;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel StatusLabel;
|
|
private System.Windows.Forms.GroupBox SelectedGroupFolderViewGroupBox;
|
|
private System.Windows.Forms.TreeView SelectedFolderViewGroupTreeView;
|
|
private System.Windows.Forms.GroupBox ComparisionFolderViewGroupBox;
|
|
private System.Windows.Forms.TreeView ComparisionFolderViewTreeView;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Button button2;
|
|
}
|
|
} |