Created a properties form, testing dynamic UI building for the relevant MKV attributes.
This commit is contained in:
Generated
+11
-12
@@ -34,13 +34,13 @@
|
||||
this.fileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.openFolderFileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.debugToolStripMenuItem = 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.tableLayoutPanel1.SuspendLayout();
|
||||
this.mainMenuStrip.SuspendLayout();
|
||||
this.detailsGroupBox.SuspendLayout();
|
||||
@@ -52,7 +52,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(2, 9);
|
||||
this.selectFolderButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.selectFolderButton.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.selectFolderButton.Name = "selectFolderButton";
|
||||
this.selectFolderButton.Size = new System.Drawing.Size(80, 29);
|
||||
this.selectFolderButton.TabIndex = 1;
|
||||
@@ -119,6 +119,13 @@
|
||||
this.exitToolStripMenuItem.Text = "E&xit";
|
||||
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
||||
//
|
||||
// debugToolStripMenuItem
|
||||
//
|
||||
this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";
|
||||
this.debugToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
|
||||
this.debugToolStripMenuItem.Text = "Debug";
|
||||
this.debugToolStripMenuItem.Click += new System.EventHandler(this.debugToolStripMenuItem_Click);
|
||||
//
|
||||
// inputFilesListView
|
||||
//
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.inputFilesListView, 2);
|
||||
@@ -138,7 +145,7 @@
|
||||
this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.detailsGroupBox.Location = new System.Drawing.Point(339, 33);
|
||||
this.detailsGroupBox.Name = "detailsGroupBox";
|
||||
this.tableLayoutPanel1.SetRowSpan(this.detailsGroupBox, 2);
|
||||
this.tableLayoutPanel1.SetRowSpan(this.detailsGroupBox, 3);
|
||||
this.detailsGroupBox.Size = new System.Drawing.Size(218, 320);
|
||||
this.detailsGroupBox.TabIndex = 5;
|
||||
this.detailsGroupBox.TabStop = false;
|
||||
@@ -148,7 +155,6 @@
|
||||
//
|
||||
this.flowLayoutPanel1.Controls.Add(this.currentTitleLabel);
|
||||
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 16);
|
||||
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
||||
this.flowLayoutPanel1.Size = new System.Drawing.Size(212, 301);
|
||||
@@ -186,13 +192,6 @@
|
||||
this.applyChangesButton.UseVisualStyleBackColor = true;
|
||||
this.applyChangesButton.Click += new System.EventHandler(this.applyChangesButton_Click);
|
||||
//
|
||||
// debugToolStripMenuItem
|
||||
//
|
||||
this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";
|
||||
this.debugToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
|
||||
this.debugToolStripMenuItem.Text = "Debug";
|
||||
this.debugToolStripMenuItem.Click += new System.EventHandler(this.debugToolStripMenuItem_Click);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AcceptButton = this.selectFolderButton;
|
||||
@@ -201,7 +200,7 @@
|
||||
this.ClientSize = new System.Drawing.Size(560, 401);
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.MainMenuStrip = this.mainMenuStrip;
|
||||
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.Name = "Form1";
|
||||
this.Text = "Form1";
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user