404 lines
20 KiB
C#
404 lines
20 KiB
C#
namespace DataOrganizer
|
|
{
|
|
partial class ProfileManager
|
|
{
|
|
/// <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.MainPanel = new System.Windows.Forms.Panel();
|
|
this.ProfilesComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.ProfileInfoPanel = new System.Windows.Forms.Panel();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.FolderNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.NamingConventionComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.FolderGroupPathTextBox = new System.Windows.Forms.TextBox();
|
|
this.InsertGroupName = new System.Windows.Forms.Button();
|
|
this.FolderGroupListView = new System.Windows.Forms.ListView();
|
|
this.NameColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.FolderGroupPathButton = new System.Windows.Forms.Button();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.NewContentLocationTextBox = new System.Windows.Forms.TextBox();
|
|
this.MachineNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.AddOrUpdateProfileButton = new System.Windows.Forms.Button();
|
|
this.DeleteProfileButton = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.ProfileNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.SelectNewContentLocationButton = new System.Windows.Forms.Button();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.MachineNameLabel = new System.Windows.Forms.Label();
|
|
this.MainLayoutPanel.SuspendLayout();
|
|
this.MainPanel.SuspendLayout();
|
|
this.ProfileInfoPanel.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// MainLayoutPanel
|
|
//
|
|
this.MainLayoutPanel.ColumnCount = 1;
|
|
this.MainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.MainLayoutPanel.Controls.Add(this.MainPanel, 0, 0);
|
|
this.MainLayoutPanel.Controls.Add(this.ProfileInfoPanel, 0, 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 = 2;
|
|
this.MainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
|
|
this.MainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
|
|
this.MainLayoutPanel.Size = new System.Drawing.Size(1289, 524);
|
|
this.MainLayoutPanel.TabIndex = 0;
|
|
//
|
|
// MainPanel
|
|
//
|
|
this.MainPanel.Controls.Add(this.ProfilesComboBox);
|
|
this.MainPanel.Controls.Add(this.label3);
|
|
this.MainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.MainPanel.Location = new System.Drawing.Point(3, 3);
|
|
this.MainPanel.Name = "MainPanel";
|
|
this.MainPanel.Size = new System.Drawing.Size(1283, 72);
|
|
this.MainPanel.TabIndex = 0;
|
|
//
|
|
// ProfilesComboBox
|
|
//
|
|
this.ProfilesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ProfilesComboBox.FormattingEnabled = true;
|
|
this.ProfilesComboBox.Location = new System.Drawing.Point(590, 22);
|
|
this.ProfilesComboBox.Name = "ProfilesComboBox";
|
|
this.ProfilesComboBox.Size = new System.Drawing.Size(311, 28);
|
|
this.ProfilesComboBox.TabIndex = 0;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(444, 22);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(65, 20);
|
|
this.label3.TabIndex = 7;
|
|
this.label3.Text = "Profiles:";
|
|
//
|
|
// ProfileInfoPanel
|
|
//
|
|
this.ProfileInfoPanel.Controls.Add(this.groupBox2);
|
|
this.ProfileInfoPanel.Controls.Add(this.groupBox1);
|
|
this.ProfileInfoPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ProfileInfoPanel.Location = new System.Drawing.Point(3, 81);
|
|
this.ProfileInfoPanel.Name = "ProfileInfoPanel";
|
|
this.ProfileInfoPanel.Size = new System.Drawing.Size(1283, 440);
|
|
this.ProfileInfoPanel.TabIndex = 1;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.FolderNameTextBox);
|
|
this.groupBox2.Controls.Add(this.label7);
|
|
this.groupBox2.Controls.Add(this.NamingConventionComboBox);
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
this.groupBox2.Controls.Add(this.FolderGroupPathTextBox);
|
|
this.groupBox2.Controls.Add(this.InsertGroupName);
|
|
this.groupBox2.Controls.Add(this.FolderGroupListView);
|
|
this.groupBox2.Controls.Add(this.FolderGroupPathButton);
|
|
this.groupBox2.Controls.Add(this.label6);
|
|
this.groupBox2.Location = new System.Drawing.Point(620, 3);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(658, 430);
|
|
this.groupBox2.TabIndex = 18;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Folder Group Details";
|
|
//
|
|
// FolderNameTextBox
|
|
//
|
|
this.FolderNameTextBox.Location = new System.Drawing.Point(163, 273);
|
|
this.FolderNameTextBox.Name = "FolderNameTextBox";
|
|
this.FolderNameTextBox.Size = new System.Drawing.Size(311, 26);
|
|
this.FolderNameTextBox.TabIndex = 5;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(6, 276);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(104, 20);
|
|
this.label7.TabIndex = 15;
|
|
this.label7.Text = "Group Name:";
|
|
//
|
|
// NamingConventionComboBox
|
|
//
|
|
this.NamingConventionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.NamingConventionComboBox.FormattingEnabled = true;
|
|
this.NamingConventionComboBox.Location = new System.Drawing.Point(163, 377);
|
|
this.NamingConventionComboBox.Name = "NamingConventionComboBox";
|
|
this.NamingConventionComboBox.Size = new System.Drawing.Size(311, 28);
|
|
this.NamingConventionComboBox.TabIndex = 8;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(6, 380);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(151, 20);
|
|
this.label5.TabIndex = 15;
|
|
this.label5.Text = "Naming Convention:";
|
|
//
|
|
// FolderGroupPathTextBox
|
|
//
|
|
this.FolderGroupPathTextBox.Location = new System.Drawing.Point(163, 325);
|
|
this.FolderGroupPathTextBox.Name = "FolderGroupPathTextBox";
|
|
this.FolderGroupPathTextBox.Size = new System.Drawing.Size(311, 26);
|
|
this.FolderGroupPathTextBox.TabIndex = 6;
|
|
//
|
|
// InsertGroupName
|
|
//
|
|
this.InsertGroupName.Enabled = false;
|
|
this.InsertGroupName.Location = new System.Drawing.Point(480, 371);
|
|
this.InsertGroupName.Name = "InsertGroupName";
|
|
this.InsertGroupName.Size = new System.Drawing.Size(159, 39);
|
|
this.InsertGroupName.TabIndex = 9;
|
|
this.InsertGroupName.Text = "Insert Folder Group";
|
|
this.InsertGroupName.UseVisualStyleBackColor = true;
|
|
this.InsertGroupName.Click += new System.EventHandler(this.InsertGroupName_Click);
|
|
//
|
|
// FolderGroupListView
|
|
//
|
|
this.FolderGroupListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.NameColumn});
|
|
this.FolderGroupListView.FullRowSelect = true;
|
|
this.FolderGroupListView.HideSelection = false;
|
|
this.FolderGroupListView.Location = new System.Drawing.Point(10, 39);
|
|
this.FolderGroupListView.MultiSelect = false;
|
|
this.FolderGroupListView.Name = "FolderGroupListView";
|
|
this.FolderGroupListView.Scrollable = false;
|
|
this.FolderGroupListView.Size = new System.Drawing.Size(520, 220);
|
|
this.FolderGroupListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
|
|
this.FolderGroupListView.TabIndex = 14;
|
|
this.FolderGroupListView.TabStop = false;
|
|
this.FolderGroupListView.UseCompatibleStateImageBehavior = false;
|
|
this.FolderGroupListView.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// NameColumn
|
|
//
|
|
this.NameColumn.Text = "Name";
|
|
this.NameColumn.Width = 623;
|
|
//
|
|
// FolderGroupPathButton
|
|
//
|
|
this.FolderGroupPathButton.Location = new System.Drawing.Point(480, 323);
|
|
this.FolderGroupPathButton.Name = "FolderGroupPathButton";
|
|
this.FolderGroupPathButton.Size = new System.Drawing.Size(50, 30);
|
|
this.FolderGroupPathButton.TabIndex = 7;
|
|
this.FolderGroupPathButton.Text = "...";
|
|
this.FolderGroupPathButton.UseVisualStyleBackColor = true;
|
|
this.FolderGroupPathButton.Click += new System.EventHandler(this.FolderGroupPathButton_Click);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(6, 328);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(144, 20);
|
|
this.label6.TabIndex = 11;
|
|
this.label6.Text = "Folder Group Path:";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.NewContentLocationTextBox);
|
|
this.groupBox1.Controls.Add(this.MachineNameTextBox);
|
|
this.groupBox1.Controls.Add(this.AddOrUpdateProfileButton);
|
|
this.groupBox1.Controls.Add(this.DeleteProfileButton);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.ProfileNameTextBox);
|
|
this.groupBox1.Controls.Add(this.SelectNewContentLocationButton);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.MachineNameLabel);
|
|
this.groupBox1.Location = new System.Drawing.Point(3, 3);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(611, 430);
|
|
this.groupBox1.TabIndex = 17;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Profile Details";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(13, 83);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(529, 20);
|
|
this.label8.TabIndex = 10;
|
|
this.label8.Text = "New content location is the default location where you will add new files to.";
|
|
//
|
|
// NewContentLocationTextBox
|
|
//
|
|
this.NewContentLocationTextBox.Location = new System.Drawing.Point(195, 121);
|
|
this.NewContentLocationTextBox.Name = "NewContentLocationTextBox";
|
|
this.NewContentLocationTextBox.Size = new System.Drawing.Size(311, 26);
|
|
this.NewContentLocationTextBox.TabIndex = 2;
|
|
//
|
|
// MachineNameTextBox
|
|
//
|
|
this.MachineNameTextBox.Location = new System.Drawing.Point(195, 253);
|
|
this.MachineNameTextBox.Name = "MachineNameTextBox";
|
|
this.MachineNameTextBox.Size = new System.Drawing.Size(311, 26);
|
|
this.MachineNameTextBox.TabIndex = 4;
|
|
//
|
|
// AddOrUpdateProfileButton
|
|
//
|
|
this.AddOrUpdateProfileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.AddOrUpdateProfileButton.Location = new System.Drawing.Point(519, 380);
|
|
this.AddOrUpdateProfileButton.Name = "AddOrUpdateProfileButton";
|
|
this.AddOrUpdateProfileButton.Size = new System.Drawing.Size(86, 40);
|
|
this.AddOrUpdateProfileButton.TabIndex = 10;
|
|
this.AddOrUpdateProfileButton.Text = "button1";
|
|
this.AddOrUpdateProfileButton.UseVisualStyleBackColor = true;
|
|
this.AddOrUpdateProfileButton.Click += new System.EventHandler(this.AddOrUpdateProfileButton_Click);
|
|
//
|
|
// DeleteProfileButton
|
|
//
|
|
this.DeleteProfileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.DeleteProfileButton.Location = new System.Drawing.Point(14, 380);
|
|
this.DeleteProfileButton.Name = "DeleteProfileButton";
|
|
this.DeleteProfileButton.Size = new System.Drawing.Size(75, 40);
|
|
this.DeleteProfileButton.TabIndex = 8;
|
|
this.DeleteProfileButton.TabStop = false;
|
|
this.DeleteProfileButton.Text = "Delete";
|
|
this.DeleteProfileButton.UseVisualStyleBackColor = true;
|
|
this.DeleteProfileButton.Click += new System.EventHandler(this.DeleteProfileButton_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(13, 124);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(170, 20);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "New Content Location:";
|
|
//
|
|
// ProfileNameTextBox
|
|
//
|
|
this.ProfileNameTextBox.Location = new System.Drawing.Point(198, 39);
|
|
this.ProfileNameTextBox.Name = "ProfileNameTextBox";
|
|
this.ProfileNameTextBox.Size = new System.Drawing.Size(311, 26);
|
|
this.ProfileNameTextBox.TabIndex = 1;
|
|
//
|
|
// SelectNewContentLocationButton
|
|
//
|
|
this.SelectNewContentLocationButton.Location = new System.Drawing.Point(512, 119);
|
|
this.SelectNewContentLocationButton.Name = "SelectNewContentLocationButton";
|
|
this.SelectNewContentLocationButton.Size = new System.Drawing.Size(50, 30);
|
|
this.SelectNewContentLocationButton.TabIndex = 3;
|
|
this.SelectNewContentLocationButton.Text = "...";
|
|
this.SelectNewContentLocationButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(10, 256);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(119, 20);
|
|
this.label4.TabIndex = 7;
|
|
this.label4.Text = "Machine Name:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(13, 42);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(103, 20);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Profile Name:";
|
|
//
|
|
// MachineNameLabel
|
|
//
|
|
this.MachineNameLabel.AutoSize = true;
|
|
this.MachineNameLabel.Location = new System.Drawing.Point(13, 186);
|
|
this.MachineNameLabel.Name = "MachineNameLabel";
|
|
this.MachineNameLabel.Size = new System.Drawing.Size(88, 20);
|
|
this.MachineNameLabel.TabIndex = 5;
|
|
this.MachineNameLabel.Text = "profile stuff";
|
|
//
|
|
// ProfileManager
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1289, 524);
|
|
this.Controls.Add(this.MainLayoutPanel);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "ProfileManager";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Profile Manager";
|
|
this.MainLayoutPanel.ResumeLayout(false);
|
|
this.MainPanel.ResumeLayout(false);
|
|
this.MainPanel.PerformLayout();
|
|
this.ProfileInfoPanel.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel MainLayoutPanel;
|
|
private System.Windows.Forms.Panel MainPanel;
|
|
private System.Windows.Forms.ComboBox ProfilesComboBox;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Panel ProfileInfoPanel;
|
|
private System.Windows.Forms.TextBox ProfileNameTextBox;
|
|
private System.Windows.Forms.Label MachineNameLabel;
|
|
private System.Windows.Forms.Button AddOrUpdateProfileButton;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button SelectNewContentLocationButton;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox NewContentLocationTextBox;
|
|
private System.Windows.Forms.TextBox MachineNameTextBox;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Button DeleteProfileButton;
|
|
private System.Windows.Forms.Button InsertGroupName;
|
|
private System.Windows.Forms.Button FolderGroupPathButton;
|
|
private System.Windows.Forms.TextBox FolderGroupPathTextBox;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.ListView FolderGroupListView;
|
|
private System.Windows.Forms.ColumnHeader NameColumn;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ComboBox NamingConventionComboBox;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TextBox FolderNameTextBox;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label label8;
|
|
}
|
|
} |