Updated the Main form to include subtitles in the details pane. Minor tweaks to the serializer engine. Focus my shift from this to FNRenamer from here.
This commit is contained in:
Generated
+20
-28
@@ -33,14 +33,13 @@
|
||||
this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
|
||||
this.fileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.openFolderFileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.selectFileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.inputFilesListView = new System.Windows.Forms.ListView();
|
||||
this.detailsGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.currentTitleLabel = new System.Windows.Forms.Label();
|
||||
this.buttonPanel = new System.Windows.Forms.Panel();
|
||||
this.applyChangesButton = new System.Windows.Forms.Button();
|
||||
this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
this.mainMenuStrip.SuspendLayout();
|
||||
this.detailsGroupBox.SuspendLayout();
|
||||
@@ -52,7 +51,7 @@
|
||||
//
|
||||
this.selectFolderButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.selectFolderButton.Location = new System.Drawing.Point(4, 12);
|
||||
this.selectFolderButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.selectFolderButton.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.selectFolderButton.Name = "selectFolderButton";
|
||||
this.selectFolderButton.Size = new System.Drawing.Size(147, 54);
|
||||
this.selectFolderButton.TabIndex = 1;
|
||||
@@ -72,7 +71,7 @@
|
||||
this.tableLayoutPanel1.Controls.Add(this.buttonPanel, 2, 4);
|
||||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
||||
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(6);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 5;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
|
||||
@@ -89,8 +88,7 @@
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.mainMenuStrip, 3);
|
||||
this.mainMenuStrip.ImageScalingSize = new System.Drawing.Size(28, 28);
|
||||
this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.fileMainMenu,
|
||||
this.debugToolStripMenuItem});
|
||||
this.fileMainMenu});
|
||||
this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
|
||||
this.mainMenuStrip.Name = "mainMenuStrip";
|
||||
this.mainMenuStrip.Padding = new System.Windows.Forms.Padding(11, 4, 0, 4);
|
||||
@@ -102,7 +100,7 @@
|
||||
//
|
||||
this.fileMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.openFolderFileMainMenu,
|
||||
this.selectFileMainMenu});
|
||||
this.exitToolStripMenuItem});
|
||||
this.fileMainMenu.Name = "fileMainMenu";
|
||||
this.fileMainMenu.Size = new System.Drawing.Size(56, 34);
|
||||
this.fileMainMenu.Text = "&File";
|
||||
@@ -110,14 +108,9 @@
|
||||
// openFolderFileMainMenu
|
||||
//
|
||||
this.openFolderFileMainMenu.Name = "openFolderFileMainMenu";
|
||||
this.openFolderFileMainMenu.Size = new System.Drawing.Size(218, 34);
|
||||
this.openFolderFileMainMenu.Size = new System.Drawing.Size(239, 34);
|
||||
this.openFolderFileMainMenu.Text = "&Open Folder";
|
||||
//
|
||||
// selectFileMainMenu
|
||||
//
|
||||
this.selectFileMainMenu.Name = "selectFileMainMenu";
|
||||
this.selectFileMainMenu.Size = new System.Drawing.Size(218, 34);
|
||||
this.selectFileMainMenu.Text = "&Select File";
|
||||
this.openFolderFileMainMenu.Click += new System.EventHandler(this.openFolderFileMainMenu_Click);
|
||||
//
|
||||
// inputFilesListView
|
||||
//
|
||||
@@ -125,7 +118,7 @@
|
||||
this.inputFilesListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.inputFilesListView.LabelWrap = false;
|
||||
this.inputFilesListView.Location = new System.Drawing.Point(6, 61);
|
||||
this.inputFilesListView.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
||||
this.inputFilesListView.Margin = new System.Windows.Forms.Padding(6);
|
||||
this.inputFilesListView.Name = "inputFilesListView";
|
||||
this.tableLayoutPanel1.SetRowSpan(this.inputFilesListView, 4);
|
||||
this.inputFilesListView.Size = new System.Drawing.Size(603, 673);
|
||||
@@ -138,9 +131,9 @@
|
||||
this.detailsGroupBox.Controls.Add(this.flowLayoutPanel1);
|
||||
this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.detailsGroupBox.Location = new System.Drawing.Point(621, 61);
|
||||
this.detailsGroupBox.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
||||
this.detailsGroupBox.Margin = new System.Windows.Forms.Padding(6);
|
||||
this.detailsGroupBox.Name = "detailsGroupBox";
|
||||
this.detailsGroupBox.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
||||
this.detailsGroupBox.Padding = new System.Windows.Forms.Padding(6);
|
||||
this.tableLayoutPanel1.SetRowSpan(this.detailsGroupBox, 3);
|
||||
this.detailsGroupBox.Size = new System.Drawing.Size(400, 592);
|
||||
this.detailsGroupBox.TabIndex = 5;
|
||||
@@ -153,7 +146,7 @@
|
||||
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||
this.flowLayoutPanel1.Location = new System.Drawing.Point(6, 28);
|
||||
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
||||
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(6);
|
||||
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
||||
this.flowLayoutPanel1.Size = new System.Drawing.Size(388, 558);
|
||||
this.flowLayoutPanel1.TabIndex = 0;
|
||||
@@ -174,7 +167,7 @@
|
||||
this.buttonPanel.Controls.Add(this.selectFolderButton);
|
||||
this.buttonPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.buttonPanel.Location = new System.Drawing.Point(621, 665);
|
||||
this.buttonPanel.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
||||
this.buttonPanel.Margin = new System.Windows.Forms.Padding(6);
|
||||
this.buttonPanel.Name = "buttonPanel";
|
||||
this.buttonPanel.Size = new System.Drawing.Size(400, 69);
|
||||
this.buttonPanel.TabIndex = 8;
|
||||
@@ -184,7 +177,7 @@
|
||||
this.applyChangesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.applyChangesButton.Enabled = false;
|
||||
this.applyChangesButton.Location = new System.Drawing.Point(205, 10);
|
||||
this.applyChangesButton.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
||||
this.applyChangesButton.Margin = new System.Windows.Forms.Padding(6);
|
||||
this.applyChangesButton.Name = "applyChangesButton";
|
||||
this.applyChangesButton.Size = new System.Drawing.Size(187, 54);
|
||||
this.applyChangesButton.TabIndex = 2;
|
||||
@@ -192,12 +185,12 @@
|
||||
this.applyChangesButton.UseVisualStyleBackColor = true;
|
||||
this.applyChangesButton.Click += new System.EventHandler(this.applyChangesButton_Click);
|
||||
//
|
||||
// debugToolStripMenuItem
|
||||
// exitToolStripMenuItem
|
||||
//
|
||||
this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";
|
||||
this.debugToolStripMenuItem.Size = new System.Drawing.Size(87, 34);
|
||||
this.debugToolStripMenuItem.Text = "Debug";
|
||||
this.debugToolStripMenuItem.Click += new System.EventHandler(this.debugToolStripMenuItem_Click);
|
||||
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
||||
this.exitToolStripMenuItem.Size = new System.Drawing.Size(239, 34);
|
||||
this.exitToolStripMenuItem.Text = "E&xit";
|
||||
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
@@ -207,7 +200,7 @@
|
||||
this.ClientSize = new System.Drawing.Size(1027, 740);
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.MainMenuStrip = this.mainMenuStrip;
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.Name = "Form1";
|
||||
this.Text = "Form1";
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
@@ -228,14 +221,13 @@
|
||||
private System.Windows.Forms.MenuStrip mainMenuStrip;
|
||||
private System.Windows.Forms.ToolStripMenuItem fileMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem openFolderFileMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem selectFileMainMenu;
|
||||
private System.Windows.Forms.ListView inputFilesListView;
|
||||
private System.Windows.Forms.GroupBox detailsGroupBox;
|
||||
private System.Windows.Forms.Panel buttonPanel;
|
||||
private System.Windows.Forms.Button applyChangesButton;
|
||||
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
||||
private System.Windows.Forms.Label currentTitleLabel;
|
||||
private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user