From dd8d460a66ae9bd35f8a03c7e907e5f0e8c29acd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bellai=20=C3=81d=C3=A1m?= Date: Tue, 3 Oct 2017 09:41:41 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30511 --- client/Maestro/ArchiveMetadata.Designer.cs | 24 +++++++++++----------- client/Maestro/MaestroForm.Target.cs | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/client/Maestro/ArchiveMetadata.Designer.cs b/client/Maestro/ArchiveMetadata.Designer.cs index 7d69dc51..d8a9a7f3 100644 --- a/client/Maestro/ArchiveMetadata.Designer.cs +++ b/client/Maestro/ArchiveMetadata.Designer.cs @@ -95,7 +95,7 @@ this.textBox_stuffID.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox_stuffID.Location = new System.Drawing.Point(3, 23); this.textBox_stuffID.Name = "textBox_stuffID"; - this.textBox_stuffID.Size = new System.Drawing.Size(238, 20); + this.textBox_stuffID.Size = new System.Drawing.Size(295, 20); this.textBox_stuffID.TabIndex = 6; // // textBox_stuffTitle @@ -103,7 +103,7 @@ this.textBox_stuffTitle.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox_stuffTitle.Location = new System.Drawing.Point(3, 63); this.textBox_stuffTitle.Name = "textBox_stuffTitle"; - this.textBox_stuffTitle.Size = new System.Drawing.Size(238, 20); + this.textBox_stuffTitle.Size = new System.Drawing.Size(295, 20); this.textBox_stuffTitle.TabIndex = 7; // // textBox_stuffDescription @@ -113,7 +113,7 @@ this.textBox_stuffDescription.Multiline = true; this.textBox_stuffDescription.Name = "textBox_stuffDescription"; this.textBox_stuffDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both; - this.textBox_stuffDescription.Size = new System.Drawing.Size(238, 48); + this.textBox_stuffDescription.Size = new System.Drawing.Size(295, 48); this.textBox_stuffDescription.TabIndex = 8; // // textBox_mediaID @@ -121,7 +121,7 @@ this.textBox_mediaID.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox_mediaID.Location = new System.Drawing.Point(3, 177); this.textBox_mediaID.Name = "textBox_mediaID"; - this.textBox_mediaID.Size = new System.Drawing.Size(238, 20); + this.textBox_mediaID.Size = new System.Drawing.Size(295, 20); this.textBox_mediaID.TabIndex = 9; // // textBox_mediaTitle @@ -129,7 +129,7 @@ this.textBox_mediaTitle.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox_mediaTitle.Location = new System.Drawing.Point(3, 217); this.textBox_mediaTitle.Name = "textBox_mediaTitle"; - this.textBox_mediaTitle.Size = new System.Drawing.Size(238, 20); + this.textBox_mediaTitle.Size = new System.Drawing.Size(295, 20); this.textBox_mediaTitle.TabIndex = 10; // // textBox_mediaDescription @@ -139,7 +139,7 @@ this.textBox_mediaDescription.Multiline = true; this.textBox_mediaDescription.Name = "textBox_mediaDescription"; this.textBox_mediaDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both; - this.textBox_mediaDescription.Size = new System.Drawing.Size(238, 153); + this.textBox_mediaDescription.Size = new System.Drawing.Size(295, 153); this.textBox_mediaDescription.TabIndex = 11; // // label_stuffTitle @@ -158,14 +158,14 @@ this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox1.Location = new System.Drawing.Point(0, 413); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(244, 48); + this.groupBox1.Size = new System.Drawing.Size(301, 48); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; // // button_Ok // this.button_Ok.Anchor = System.Windows.Forms.AnchorStyles.Right; - this.button_Ok.Location = new System.Drawing.Point(167, 19); + this.button_Ok.Location = new System.Drawing.Point(224, 19); this.button_Ok.Name = "button_Ok"; this.button_Ok.Size = new System.Drawing.Size(75, 23); this.button_Ok.TabIndex = 1; @@ -176,7 +176,7 @@ // buttonCancel // this.buttonCancel.Anchor = System.Windows.Forms.AnchorStyles.Right; - this.buttonCancel.Location = new System.Drawing.Point(88, 19); + this.buttonCancel.Location = new System.Drawing.Point(145, 19); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 0; @@ -216,20 +216,20 @@ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F)); - this.tableLayoutPanel1.Size = new System.Drawing.Size(244, 413); + this.tableLayoutPanel1.Size = new System.Drawing.Size(301, 413); this.tableLayoutPanel1.TabIndex = 3; // // ArchiveMetadata // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(244, 461); + this.ClientSize = new System.Drawing.Size(301, 461); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.groupBox1); this.Icon = global::Maestro.Properties.Resources.AppIcon; this.Name = "ArchiveMetadata"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "Metaadat"; + this.Text = "Archive metaadatok módosítása"; this.groupBox1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); diff --git a/client/Maestro/MaestroForm.Target.cs b/client/Maestro/MaestroForm.Target.cs index 5eff6f4a..5af541b8 100644 --- a/client/Maestro/MaestroForm.Target.cs +++ b/client/Maestro/MaestroForm.Target.cs @@ -134,7 +134,7 @@ namespace Maestro { model.StuffTitle = actualResult.ProgTitle; model.StuffDescription = actualResult.ProgDescription; model.MediaID = actualResult.EpisodeID; - model.MediaTitle = String.IsNullOrEmpty(actualResult.EpisodeTitle) ? actualResult.EpisodeTitle : actualResult.ProgTitle; + model.MediaTitle = !String.IsNullOrEmpty(actualResult.EpisodeTitle) ? actualResult.EpisodeTitle : actualResult.ProgTitle; model.MediaDescription = actualResult.EpisodeDescription; } -- 2.54.0