From: <che...@us...> - 2007-06-14 12:34:00
|
Revision: 546 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=546&view=rev Author: chef_koch Date: 2007-06-14 05:33:58 -0700 (Thu, 14 Jun 2007) Log Message: ----------- code cleanup Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.resx trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/GUIProgramsAlt.csproj Added Paths: ----------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.Designer.cs Added: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.Designer.cs (rev 0) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.Designer.cs 2007-06-14 12:33:58 UTC (rev 546) @@ -0,0 +1,564 @@ +namespace GUIPrograms.Design +{ + partial class FileDetailsForm + { + /// <summary> + /// Erforderliche Designervariable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Verwendete Ressourcen bereinigen. + /// </summary> + /// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Vom Windows Form-Designer generierter Code + + /// <summary> + /// Erforderliche Methode für die Designerunterstützung. + /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. + /// </summary> + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileDetailsForm)); + this.gameinfoURLTextBox = new System.Windows.Forms.TextBox(); + this.gameInfoURLLabel = new System.Windows.Forms.Label(); + this.buttonViewImg = new MediaPortal.UserInterface.Controls.MPButton(); + this.txtFilepath = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.btnOk = new MediaPortal.UserInterface.Controls.MPButton(); + this.cbRating = new MediaPortal.UserInterface.Controls.MPComboBox(); + this.txtOverview = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.lblOverview = new MediaPortal.UserInterface.Controls.MPLabel(); + this.txtSystem = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.lblSystem = new MediaPortal.UserInterface.Controls.MPLabel(); + this.txtCountry = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.lblCountry = new MediaPortal.UserInterface.Controls.MPLabel(); + this.txtCategoryData = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.lblCategoryData = new MediaPortal.UserInterface.Controls.MPLabel(); + this.gbExtended = new MediaPortal.UserInterface.Controls.MPGroupBox(); + this.txtTagData = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.lblTagData = new MediaPortal.UserInterface.Controls.MPLabel(); + this.tabPage2 = new MediaPortal.UserInterface.Controls.MPTabPage(); + this.lblRating = new MediaPortal.UserInterface.Controls.MPLabel(); + this.gbFileDetails = new MediaPortal.UserInterface.Controls.MPGroupBox(); + this.txtYear = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.lblYear = new MediaPortal.UserInterface.Controls.MPLabel(); + this.txtManufacturer = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.lblManufacturer = new MediaPortal.UserInterface.Controls.MPLabel(); + this.txtGenre = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.lblGenre = new MediaPortal.UserInterface.Controls.MPLabel(); + this.lblImageFile = new MediaPortal.UserInterface.Controls.MPLabel(); + this.btnImageFile = new MediaPortal.UserInterface.Controls.MPButton(); + this.txtFilename = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.txtImageFile = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.txtTitle = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.lblTitle = new MediaPortal.UserInterface.Controls.MPLabel(); + this.lblFilename = new MediaPortal.UserInterface.Controls.MPLabel(); + this.btnFilename = new MediaPortal.UserInterface.Controls.MPButton(); + this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); + this.tcFileItemData = new MediaPortal.UserInterface.Controls.MPTabControl(); + this.tabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage(); + this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); + this.btnCancel = new MediaPortal.UserInterface.Controls.MPButton(); + this.gbExtended.SuspendLayout(); + this.tabPage2.SuspendLayout(); + this.gbFileDetails.SuspendLayout(); + this.tcFileItemData.SuspendLayout(); + this.tabPage1.SuspendLayout(); + this.SuspendLayout(); + // + // gameinfoURLTextBox + // + this.gameinfoURLTextBox.Location = new System.Drawing.Point(96, 295); + this.gameinfoURLTextBox.Name = "gameinfoURLTextBox"; + this.gameinfoURLTextBox.Size = new System.Drawing.Size(372, 21); + this.gameinfoURLTextBox.TabIndex = 66; + // + // gameInfoURLLabel + // + this.gameInfoURLLabel.Location = new System.Drawing.Point(8, 295); + this.gameInfoURLLabel.Name = "gameInfoURLLabel"; + this.gameInfoURLLabel.Size = new System.Drawing.Size(82, 22); + this.gameInfoURLLabel.TabIndex = 65; + this.gameInfoURLLabel.Text = "Gameinfo URL:"; + // + // buttonViewImg + // + this.buttonViewImg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.buttonViewImg.Image = ((System.Drawing.Image)(resources.GetObject("buttonViewImg.Image"))); + this.buttonViewImg.Location = new System.Drawing.Point(440, 103); + this.buttonViewImg.Name = "buttonViewImg"; + this.buttonViewImg.Size = new System.Drawing.Size(20, 22); + this.buttonViewImg.TabIndex = 64; + this.toolTip1.SetToolTip(this.buttonViewImg, "View the default image for this file"); + this.buttonViewImg.UseVisualStyleBackColor = true; + this.buttonViewImg.Click += new System.EventHandler(this.buttonViewImg_Click); + // + // txtFilepath + // + this.txtFilepath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.txtFilepath.BorderColor = System.Drawing.Color.Empty; + this.txtFilepath.Location = new System.Drawing.Point(96, 78); + this.txtFilepath.Name = "txtFilepath"; + this.txtFilepath.ReadOnly = true; + this.txtFilepath.Size = new System.Drawing.Size(373, 21); + this.txtFilepath.TabIndex = 62; + // + // label1 + // + this.label1.Location = new System.Drawing.Point(8, 80); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(64, 17); + this.label1.TabIndex = 63; + this.label1.Text = "Filepath:"; + // + // btnOk + // + this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btnOk.Location = new System.Drawing.Point(349, 517); + this.btnOk.Name = "btnOk"; + this.btnOk.Size = new System.Drawing.Size(80, 25); + this.btnOk.TabIndex = 4; + this.btnOk.Text = "OK"; + this.btnOk.UseVisualStyleBackColor = true; + this.btnOk.Click += new System.EventHandler(this.btnOk_Click); + // + // cbRating + // + this.cbRating.BorderColor = System.Drawing.Color.Empty; + this.cbRating.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cbRating.Items.AddRange(new object[] { + "0 - poor", + "1", + "2", + "3", + "4", + "5 - average", + "6", + "7", + "8", + "9", + "10 - perfect"}); + this.cbRating.Location = new System.Drawing.Point(276, 206); + this.cbRating.Name = "cbRating"; + this.cbRating.Size = new System.Drawing.Size(192, 21); + this.cbRating.TabIndex = 8; + // + // txtOverview + // + this.txtOverview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.txtOverview.BorderColor = System.Drawing.Color.Empty; + this.txtOverview.Location = new System.Drawing.Point(8, 339); + this.txtOverview.Multiline = true; + this.txtOverview.Name = "txtOverview"; + this.txtOverview.ScrollBars = System.Windows.Forms.ScrollBars.Both; + this.txtOverview.Size = new System.Drawing.Size(489, 99); + this.txtOverview.TabIndex = 11; + this.txtOverview.Text = "txtOverview"; + // + // lblOverview + // + this.lblOverview.Location = new System.Drawing.Point(8, 319); + this.lblOverview.Name = "lblOverview"; + this.lblOverview.Size = new System.Drawing.Size(100, 17); + this.lblOverview.TabIndex = 61; + this.lblOverview.Text = "Overview:"; + // + // txtSystem + // + this.txtSystem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.txtSystem.BorderColor = System.Drawing.Color.Empty; + this.txtSystem.Location = new System.Drawing.Point(96, 261); + this.txtSystem.Name = "txtSystem"; + this.txtSystem.Size = new System.Drawing.Size(373, 21); + this.txtSystem.TabIndex = 10; + // + // lblSystem + // + this.lblSystem.Location = new System.Drawing.Point(8, 265); + this.lblSystem.Name = "lblSystem"; + this.lblSystem.Size = new System.Drawing.Size(64, 17); + this.lblSystem.TabIndex = 59; + this.lblSystem.Text = "System:"; + // + // txtCountry + // + this.txtCountry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.txtCountry.BorderColor = System.Drawing.Color.Empty; + this.txtCountry.Location = new System.Drawing.Point(96, 235); + this.txtCountry.Name = "txtCountry"; + this.txtCountry.Size = new System.Drawing.Size(373, 21); + this.txtCountry.TabIndex = 9; + // + // lblCountry + // + this.lblCountry.Location = new System.Drawing.Point(8, 239); + this.lblCountry.Name = "lblCountry"; + this.lblCountry.Size = new System.Drawing.Size(72, 17); + this.lblCountry.TabIndex = 57; + this.lblCountry.Text = "Country:"; + // + // txtCategoryData + // + this.txtCategoryData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.txtCategoryData.BorderColor = System.Drawing.Color.Empty; + this.txtCategoryData.Location = new System.Drawing.Point(8, 241); + this.txtCategoryData.Multiline = true; + this.txtCategoryData.Name = "txtCategoryData"; + this.txtCategoryData.ScrollBars = System.Windows.Forms.ScrollBars.Both; + this.txtCategoryData.Size = new System.Drawing.Size(489, 200); + this.txtCategoryData.TabIndex = 64; + // + // lblCategoryData + // + this.lblCategoryData.Location = new System.Drawing.Point(8, 215); + this.lblCategoryData.Name = "lblCategoryData"; + this.lblCategoryData.Size = new System.Drawing.Size(100, 18); + this.lblCategoryData.TabIndex = 65; + this.lblCategoryData.Text = "Category-Data:"; + // + // gbExtended + // + this.gbExtended.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.gbExtended.Controls.Add(this.txtCategoryData); + this.gbExtended.Controls.Add(this.lblCategoryData); + this.gbExtended.Controls.Add(this.txtTagData); + this.gbExtended.Controls.Add(this.lblTagData); + this.gbExtended.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.gbExtended.Location = new System.Drawing.Point(8, 9); + this.gbExtended.Name = "gbExtended"; + this.gbExtended.Size = new System.Drawing.Size(505, 449); + this.gbExtended.TabIndex = 0; + this.gbExtended.TabStop = false; + // + // txtTagData + // + this.txtTagData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.txtTagData.BorderColor = System.Drawing.Color.Empty; + this.txtTagData.Location = new System.Drawing.Point(8, 34); + this.txtTagData.Multiline = true; + this.txtTagData.Name = "txtTagData"; + this.txtTagData.ScrollBars = System.Windows.Forms.ScrollBars.Both; + this.txtTagData.Size = new System.Drawing.Size(489, 156); + this.txtTagData.TabIndex = 62; + // + // lblTagData + // + this.lblTagData.Location = new System.Drawing.Point(8, 17); + this.lblTagData.Name = "lblTagData"; + this.lblTagData.Size = new System.Drawing.Size(100, 17); + this.lblTagData.TabIndex = 63; + this.lblTagData.Text = "Tag-Data:"; + // + // tabPage2 + // + this.tabPage2.Controls.Add(this.gbExtended); + this.tabPage2.Location = new System.Drawing.Point(4, 22); + this.tabPage2.Name = "tabPage2"; + this.tabPage2.Size = new System.Drawing.Size(521, 466); + this.tabPage2.TabIndex = 1; + this.tabPage2.Text = "Extended"; + this.tabPage2.UseVisualStyleBackColor = true; + // + // lblRating + // + this.lblRating.Location = new System.Drawing.Point(223, 209); + this.lblRating.Name = "lblRating"; + this.lblRating.Size = new System.Drawing.Size(47, 17); + this.lblRating.TabIndex = 55; + this.lblRating.Text = "Rating:"; + // + // gbFileDetails + // + this.gbFileDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.gbFileDetails.Controls.Add(this.gameinfoURLTextBox); + this.gbFileDetails.Controls.Add(this.gameInfoURLLabel); + this.gbFileDetails.Controls.Add(this.buttonViewImg); + this.gbFileDetails.Controls.Add(this.txtFilepath); + this.gbFileDetails.Controls.Add(this.label1); + this.gbFileDetails.Controls.Add(this.cbRating); + this.gbFileDetails.Controls.Add(this.txtOverview); + this.gbFileDetails.Controls.Add(this.lblOverview); + this.gbFileDetails.Controls.Add(this.txtSystem); + this.gbFileDetails.Controls.Add(this.lblSystem); + this.gbFileDetails.Controls.Add(this.txtCountry); + this.gbFileDetails.Controls.Add(this.lblCountry); + this.gbFileDetails.Controls.Add(this.lblRating); + this.gbFileDetails.Controls.Add(this.txtYear); + this.gbFileDetails.Controls.Add(this.lblYear); + this.gbFileDetails.Controls.Add(this.txtManufacturer); + this.gbFileDetails.Controls.Add(this.lblManufacturer); + this.gbFileDetails.Controls.Add(this.txtGenre); + this.gbFileDetails.Controls.Add(this.lblGenre); + this.gbFileDetails.Controls.Add(this.lblImageFile); + this.gbFileDetails.Controls.Add(this.btnImageFile); + this.gbFileDetails.Controls.Add(this.txtFilename); + this.gbFileDetails.Controls.Add(this.txtImageFile); + this.gbFileDetails.Controls.Add(this.txtTitle); + this.gbFileDetails.Controls.Add(this.lblTitle); + this.gbFileDetails.Controls.Add(this.lblFilename); + this.gbFileDetails.Controls.Add(this.btnFilename); + this.gbFileDetails.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.gbFileDetails.Location = new System.Drawing.Point(8, 9); + this.gbFileDetails.Name = "gbFileDetails"; + this.gbFileDetails.Size = new System.Drawing.Size(505, 449); + this.gbFileDetails.TabIndex = 1; + this.gbFileDetails.TabStop = false; + // + // txtYear + // + this.txtYear.BorderColor = System.Drawing.Color.Empty; + this.txtYear.Location = new System.Drawing.Point(96, 209); + this.txtYear.MaxLength = 4; + this.txtYear.Name = "txtYear"; + this.txtYear.Size = new System.Drawing.Size(48, 21); + this.txtYear.TabIndex = 7; + // + // lblYear + // + this.lblYear.Location = new System.Drawing.Point(8, 209); + this.lblYear.Name = "lblYear"; + this.lblYear.Size = new System.Drawing.Size(64, 17); + this.lblYear.TabIndex = 53; + this.lblYear.Text = "Year:"; + // + // txtManufacturer + // + this.txtManufacturer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.txtManufacturer.BorderColor = System.Drawing.Color.Empty; + this.txtManufacturer.Location = new System.Drawing.Point(96, 183); + this.txtManufacturer.Name = "txtManufacturer"; + this.txtManufacturer.Size = new System.Drawing.Size(373, 21); + this.txtManufacturer.TabIndex = 6; + // + // lblManufacturer + // + this.lblManufacturer.Location = new System.Drawing.Point(8, 183); + this.lblManufacturer.Name = "lblManufacturer"; + this.lblManufacturer.Size = new System.Drawing.Size(80, 17); + this.lblManufacturer.TabIndex = 51; + this.lblManufacturer.Text = "Manufacturer:"; + // + // txtGenre + // + this.txtGenre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.txtGenre.BorderColor = System.Drawing.Color.Empty; + this.txtGenre.Location = new System.Drawing.Point(96, 129); + this.txtGenre.Multiline = true; + this.txtGenre.Name = "txtGenre"; + this.txtGenre.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.txtGenre.Size = new System.Drawing.Size(373, 52); + this.txtGenre.TabIndex = 5; + // + // lblGenre + // + this.lblGenre.Location = new System.Drawing.Point(8, 134); + this.lblGenre.Name = "lblGenre"; + this.lblGenre.Size = new System.Drawing.Size(64, 17); + this.lblGenre.TabIndex = 49; + this.lblGenre.Text = "Genre:"; + // + // lblImageFile + // + this.lblImageFile.Location = new System.Drawing.Point(8, 108); + this.lblImageFile.Name = "lblImageFile"; + this.lblImageFile.Size = new System.Drawing.Size(64, 17); + this.lblImageFile.TabIndex = 47; + this.lblImageFile.Text = "Imagefile:"; + // + // btnImageFile + // + this.btnImageFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.btnImageFile.Image = ((System.Drawing.Image)(resources.GetObject("btnImageFile.Image"))); + this.btnImageFile.Location = new System.Drawing.Point(476, 103); + this.btnImageFile.Name = "btnImageFile"; + this.btnImageFile.Size = new System.Drawing.Size(20, 22); + this.btnImageFile.TabIndex = 4; + this.btnImageFile.UseVisualStyleBackColor = true; + this.btnImageFile.Click += new System.EventHandler(this.btnImageFile_Click); + // + // txtFilename + // + this.txtFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.txtFilename.BorderColor = System.Drawing.Color.Empty; + this.txtFilename.Location = new System.Drawing.Point(96, 52); + this.txtFilename.Name = "txtFilename"; + this.txtFilename.Size = new System.Drawing.Size(373, 21); + this.txtFilename.TabIndex = 1; + // + // txtImageFile + // + this.txtImageFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.txtImageFile.BorderColor = System.Drawing.Color.Empty; + this.txtImageFile.Location = new System.Drawing.Point(96, 103); + this.txtImageFile.Name = "txtImageFile"; + this.txtImageFile.Size = new System.Drawing.Size(351, 21); + this.txtImageFile.TabIndex = 3; + // + // txtTitle + // + this.txtTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.txtTitle.BorderColor = System.Drawing.Color.Empty; + this.txtTitle.Location = new System.Drawing.Point(96, 26); + this.txtTitle.Name = "txtTitle"; + this.txtTitle.Size = new System.Drawing.Size(373, 21); + this.txtTitle.TabIndex = 0; + // + // lblTitle + // + this.lblTitle.Location = new System.Drawing.Point(8, 30); + this.lblTitle.Name = "lblTitle"; + this.lblTitle.Size = new System.Drawing.Size(56, 17); + this.lblTitle.TabIndex = 46; + this.lblTitle.Text = "Title:"; + // + // lblFilename + // + this.lblFilename.Location = new System.Drawing.Point(8, 54); + this.lblFilename.Name = "lblFilename"; + this.lblFilename.Size = new System.Drawing.Size(64, 17); + this.lblFilename.TabIndex = 45; + this.lblFilename.Text = "Filename:"; + // + // btnFilename + // + this.btnFilename.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.btnFilename.Image = ((System.Drawing.Image)(resources.GetObject("btnFilename.Image"))); + this.btnFilename.Location = new System.Drawing.Point(476, 52); + this.btnFilename.Name = "btnFilename"; + this.btnFilename.Size = new System.Drawing.Size(20, 21); + this.btnFilename.TabIndex = 2; + this.btnFilename.UseVisualStyleBackColor = true; + this.btnFilename.Click += new System.EventHandler(this.btnFilename_Click); + // + // tcFileItemData + // + this.tcFileItemData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.tcFileItemData.Controls.Add(this.tabPage1); + this.tcFileItemData.Controls.Add(this.tabPage2); + this.tcFileItemData.Location = new System.Drawing.Point(4, 8); + this.tcFileItemData.Name = "tcFileItemData"; + this.tcFileItemData.SelectedIndex = 0; + this.tcFileItemData.Size = new System.Drawing.Size(529, 492); + this.tcFileItemData.TabIndex = 6; + // + // tabPage1 + // + this.tabPage1.Controls.Add(this.gbFileDetails); + this.tabPage1.Location = new System.Drawing.Point(4, 22); + this.tabPage1.Name = "tabPage1"; + this.tabPage1.Size = new System.Drawing.Size(521, 466); + this.tabPage1.TabIndex = 0; + this.tabPage1.Text = "Properties"; + this.tabPage1.UseVisualStyleBackColor = true; + // + // btnCancel + // + this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.btnCancel.Location = new System.Drawing.Point(437, 517); + this.btnCancel.Name = "btnCancel"; + this.btnCancel.Size = new System.Drawing.Size(75, 25); + this.btnCancel.TabIndex = 5; + this.btnCancel.Text = "Cancel"; + this.btnCancel.UseVisualStyleBackColor = true; + // + // Form1 + // + this.AcceptButton = this.btnOk; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.btnCancel; + this.ClientSize = new System.Drawing.Size(537, 551); + this.Controls.Add(this.btnOk); + this.Controls.Add(this.tcFileItemData); + this.Controls.Add(this.btnCancel); + this.Name = "Form1"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "File-Details"; + this.Load += new System.EventHandler(this.FileDetailsForm_Load); + this.gbExtended.ResumeLayout(false); + this.gbExtended.PerformLayout(); + this.tabPage2.ResumeLayout(false); + this.gbFileDetails.ResumeLayout(false); + this.gbFileDetails.PerformLayout(); + this.tcFileItemData.ResumeLayout(false); + this.tabPage1.ResumeLayout(false); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.TextBox gameinfoURLTextBox; + private System.Windows.Forms.Label gameInfoURLLabel; + private MediaPortal.UserInterface.Controls.MPButton buttonViewImg; + private System.Windows.Forms.ToolTip toolTip1; + private MediaPortal.UserInterface.Controls.MPTextBox txtFilepath; + private MediaPortal.UserInterface.Controls.MPLabel label1; + private MediaPortal.UserInterface.Controls.MPButton btnOk; + private MediaPortal.UserInterface.Controls.MPComboBox cbRating; + private MediaPortal.UserInterface.Controls.MPTextBox txtOverview; + private MediaPortal.UserInterface.Controls.MPLabel lblOverview; + private MediaPortal.UserInterface.Controls.MPTextBox txtSystem; + private MediaPortal.UserInterface.Controls.MPLabel lblSystem; + private MediaPortal.UserInterface.Controls.MPTextBox txtCountry; + private MediaPortal.UserInterface.Controls.MPLabel lblCountry; + private MediaPortal.UserInterface.Controls.MPTextBox txtCategoryData; + private MediaPortal.UserInterface.Controls.MPLabel lblCategoryData; + private MediaPortal.UserInterface.Controls.MPGroupBox gbExtended; + private MediaPortal.UserInterface.Controls.MPTextBox txtTagData; + private MediaPortal.UserInterface.Controls.MPLabel lblTagData; + private MediaPortal.UserInterface.Controls.MPTabPage tabPage2; + private MediaPortal.UserInterface.Controls.MPLabel lblRating; + private MediaPortal.UserInterface.Controls.MPGroupBox gbFileDetails; + private MediaPortal.UserInterface.Controls.MPTextBox txtYear; + private MediaPortal.UserInterface.Controls.MPLabel lblYear; + private MediaPortal.UserInterface.Controls.MPTextBox txtManufacturer; + private MediaPortal.UserInterface.Controls.MPLabel lblManufacturer; + private MediaPortal.UserInterface.Controls.MPTextBox txtGenre; + private MediaPortal.UserInterface.Controls.MPLabel lblGenre; + private MediaPortal.UserInterface.Controls.MPLabel lblImageFile; + private MediaPortal.UserInterface.Controls.MPButton btnImageFile; + private MediaPortal.UserInterface.Controls.MPTextBox txtFilename; + private MediaPortal.UserInterface.Controls.MPTextBox txtImageFile; + private MediaPortal.UserInterface.Controls.MPTextBox txtTitle; + private MediaPortal.UserInterface.Controls.MPLabel lblTitle; + private MediaPortal.UserInterface.Controls.MPLabel lblFilename; + private MediaPortal.UserInterface.Controls.MPButton btnFilename; + private MediaPortal.UserInterface.Controls.MPTabControl tcFileItemData; + private MediaPortal.UserInterface.Controls.MPTabPage tabPage1; + private System.Windows.Forms.OpenFileDialog openFileDialog1; + private MediaPortal.UserInterface.Controls.MPButton btnCancel; + } +} \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.cs 2007-06-14 12:08:38 UTC (rev 545) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.cs 2007-06-14 12:33:58 UTC (rev 546) @@ -30,64 +30,18 @@ using System.Windows.Forms; using Core.Util; - using GUIPrograms; -using GUIPrograms.Database; using GUIPrograms.ApplicationItems; +using GUIPrograms.Database; using GUIPrograms.FileItems; - namespace GUIPrograms.Design { - /// <summary> - /// Summary description for FileDetailsForm. - /// </summary> - public class FileDetailsForm : Form + public partial class FileDetailsForm : Form { private ApplicationItem m_CurApp; private FileItem m_CurFile; private ConditionChecker conditionChecker; - private OpenFileDialog openFileDialog1; - private ToolTip toolTip1; - private MediaPortal.UserInterface.Controls.MPButton btnOk; - private MediaPortal.UserInterface.Controls.MPButton btnCancel; - private MediaPortal.UserInterface.Controls.MPTabPage tabPage1; - private MediaPortal.UserInterface.Controls.MPTabPage tabPage2; - private MediaPortal.UserInterface.Controls.MPTabControl tcFileItemData; - private MediaPortal.UserInterface.Controls.MPGroupBox gbFileDetails; - private MediaPortal.UserInterface.Controls.MPButton buttonViewImg; - private MediaPortal.UserInterface.Controls.MPTextBox txtFilepath; - private MediaPortal.UserInterface.Controls.MPLabel label1; - private MediaPortal.UserInterface.Controls.MPComboBox cbRating; - private MediaPortal.UserInterface.Controls.MPTextBox txtOverview; - private MediaPortal.UserInterface.Controls.MPLabel lblOverview; - private MediaPortal.UserInterface.Controls.MPTextBox txtSystem; - private MediaPortal.UserInterface.Controls.MPLabel lblSystem; - private MediaPortal.UserInterface.Controls.MPTextBox txtCountry; - private MediaPortal.UserInterface.Controls.MPLabel lblCountry; - private MediaPortal.UserInterface.Controls.MPLabel lblRating; - private MediaPortal.UserInterface.Controls.MPTextBox txtYear; - private MediaPortal.UserInterface.Controls.MPLabel lblYear; - private MediaPortal.UserInterface.Controls.MPTextBox txtManufacturer; - private MediaPortal.UserInterface.Controls.MPLabel lblManufacturer; - private MediaPortal.UserInterface.Controls.MPTextBox txtGenre; - private MediaPortal.UserInterface.Controls.MPLabel lblGenre; - private MediaPortal.UserInterface.Controls.MPLabel lblImageFile; - private MediaPortal.UserInterface.Controls.MPButton btnImageFile; - private MediaPortal.UserInterface.Controls.MPTextBox txtFilename; - private MediaPortal.UserInterface.Controls.MPTextBox txtImageFile; - private MediaPortal.UserInterface.Controls.MPTextBox txtTitle; - private MediaPortal.UserInterface.Controls.MPLabel lblTitle; - private MediaPortal.UserInterface.Controls.MPLabel lblFilename; - private MediaPortal.UserInterface.Controls.MPButton btnFilename; - private MediaPortal.UserInterface.Controls.MPGroupBox gbExtended; - private MediaPortal.UserInterface.Controls.MPLabel lblTagData; - private MediaPortal.UserInterface.Controls.MPLabel lblCategoryData; - private MediaPortal.UserInterface.Controls.MPTextBox txtTagData; - private MediaPortal.UserInterface.Controls.MPTextBox txtCategoryData; - private TextBox gameinfoURLTextBox; - private Label gameInfoURLLabel; - private IContainer components; public ApplicationItem CurApp { @@ -115,525 +69,12 @@ public FileDetailsForm() { - // // Required for Windows Form Designer support - // InitializeComponent(); - conditionChecker = new ConditionChecker(); + conditionChecker = new ConditionChecker(); } - /// <summary> - /// Clean up any resources being used. - /// </summary> - protected override void Dispose(bool disposing) - { - if (disposing) - { - if (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.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileDetailsForm)); - this.btnOk = new MediaPortal.UserInterface.Controls.MPButton(); - this.btnCancel = new MediaPortal.UserInterface.Controls.MPButton(); - this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); - this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); - this.buttonViewImg = new MediaPortal.UserInterface.Controls.MPButton(); - this.tcFileItemData = new MediaPortal.UserInterface.Controls.MPTabControl(); - this.tabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage(); - this.gbFileDetails = new MediaPortal.UserInterface.Controls.MPGroupBox(); - this.gameinfoURLTextBox = new System.Windows.Forms.TextBox(); - this.gameInfoURLLabel = new System.Windows.Forms.Label(); - this.txtFilepath = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.cbRating = new MediaPortal.UserInterface.Controls.MPComboBox(); - this.txtOverview = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.lblOverview = new MediaPortal.UserInterface.Controls.MPLabel(); - this.txtSystem = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.lblSystem = new MediaPortal.UserInterface.Controls.MPLabel(); - this.txtCountry = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.lblCountry = new MediaPortal.UserInterface.Controls.MPLabel(); - this.lblRating = new MediaPortal.UserInterface.Controls.MPLabel(); - this.txtYear = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.lblYear = new MediaPortal.UserInterface.Controls.MPLabel(); - this.txtManufacturer = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.lblManufacturer = new MediaPortal.UserInterface.Controls.MPLabel(); - this.txtGenre = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.lblGenre = new MediaPortal.UserInterface.Controls.MPLabel(); - this.lblImageFile = new MediaPortal.UserInterface.Controls.MPLabel(); - this.btnImageFile = new MediaPortal.UserInterface.Controls.MPButton(); - this.txtFilename = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.txtImageFile = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.txtTitle = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.lblTitle = new MediaPortal.UserInterface.Controls.MPLabel(); - this.lblFilename = new MediaPortal.UserInterface.Controls.MPLabel(); - this.btnFilename = new MediaPortal.UserInterface.Controls.MPButton(); - this.tabPage2 = new MediaPortal.UserInterface.Controls.MPTabPage(); - this.gbExtended = new MediaPortal.UserInterface.Controls.MPGroupBox(); - this.txtCategoryData = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.lblCategoryData = new MediaPortal.UserInterface.Controls.MPLabel(); - this.txtTagData = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.lblTagData = new MediaPortal.UserInterface.Controls.MPLabel(); - this.tcFileItemData.SuspendLayout(); - this.tabPage1.SuspendLayout(); - this.gbFileDetails.SuspendLayout(); - this.tabPage2.SuspendLayout(); - this.gbExtended.SuspendLayout(); - this.SuspendLayout(); - // - // btnOk - // - this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnOk.Location = new System.Drawing.Point(353, 521); - this.btnOk.Name = "btnOk"; - this.btnOk.Size = new System.Drawing.Size(80, 23); - this.btnOk.TabIndex = 1; - this.btnOk.Text = "OK"; - this.btnOk.UseVisualStyleBackColor = true; - this.btnOk.Click += new System.EventHandler(this.btnOk_Click); - // - // btnCancel - // - this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.btnCancel.Location = new System.Drawing.Point(441, 521); - this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(75, 23); - this.btnCancel.TabIndex = 2; - this.btnCancel.Text = "Cancel"; - this.btnCancel.UseVisualStyleBackColor = true; - // - // buttonViewImg - // - this.buttonViewImg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.buttonViewImg.Image = ((System.Drawing.Image)(resources.GetObject("buttonViewImg.Image"))); - this.buttonViewImg.Location = new System.Drawing.Point(440, 96); - this.buttonViewImg.Name = "buttonViewImg"; - this.buttonViewImg.Size = new System.Drawing.Size(20, 20); - this.buttonViewImg.TabIndex = 64; - this.toolTip1.SetToolTip(this.buttonViewImg, "View the default image for this file"); - this.buttonViewImg.UseVisualStyleBackColor = true; - this.buttonViewImg.Click += new System.EventHandler(this.buttonViewImg_Click); - // - // tcFileItemData - // - this.tcFileItemData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.tcFileItemData.Controls.Add(this.tabPage1); - this.tcFileItemData.Controls.Add(this.tabPage2); - this.tcFileItemData.Location = new System.Drawing.Point(8, 8); - this.tcFileItemData.Name = "tcFileItemData"; - this.tcFileItemData.SelectedIndex = 0; - this.tcFileItemData.Size = new System.Drawing.Size(529, 497); - this.tcFileItemData.TabIndex = 3; - // - // tabPage1 - // - this.tabPage1.Controls.Add(this.gbFileDetails); - this.tabPage1.Location = new System.Drawing.Point(4, 22); - this.tabPage1.Name = "tabPage1"; - this.tabPage1.Size = new System.Drawing.Size(521, 471); - this.tabPage1.TabIndex = 0; - this.tabPage1.Text = "Properties"; - this.tabPage1.UseVisualStyleBackColor = true; - // - // gbFileDetails - // - this.gbFileDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.gbFileDetails.Controls.Add(this.gameinfoURLTextBox); - this.gbFileDetails.Controls.Add(this.gameInfoURLLabel); - this.gbFileDetails.Controls.Add(this.buttonViewImg); - this.gbFileDetails.Controls.Add(this.txtFilepath); - this.gbFileDetails.Controls.Add(this.label1); - this.gbFileDetails.Controls.Add(this.cbRating); - this.gbFileDetails.Controls.Add(this.txtOverview); - this.gbFileDetails.Controls.Add(this.lblOverview); - this.gbFileDetails.Controls.Add(this.txtSystem); - this.gbFileDetails.Controls.Add(this.lblSystem); - this.gbFileDetails.Controls.Add(this.txtCountry); - this.gbFileDetails.Controls.Add(this.lblCountry); - this.gbFileDetails.Controls.Add(this.lblRating); - this.gbFileDetails.Controls.Add(this.txtYear); - this.gbFileDetails.Controls.Add(this.lblYear); - this.gbFileDetails.Controls.Add(this.txtManufacturer); - this.gbFileDetails.Controls.Add(this.lblManufacturer); - this.gbFileDetails.Controls.Add(this.txtGenre); - this.gbFileDetails.Controls.Add(this.lblGenre); - this.gbFileDetails.Controls.Add(this.lblImageFile); - this.gbFileDetails.Controls.Add(this.btnImageFile); - this.gbFileDetails.Controls.Add(this.txtFilename); - this.gbFileDetails.Controls.Add(this.txtImageFile); - this.gbFileDetails.Controls.Add(this.txtTitle); - this.gbFileDetails.Controls.Add(this.lblTitle); - this.gbFileDetails.Controls.Add(this.lblFilename); - this.gbFileDetails.Controls.Add(this.btnFilename); - this.gbFileDetails.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.gbFileDetails.Location = new System.Drawing.Point(8, 8); - this.gbFileDetails.Name = "gbFileDetails"; - this.gbFileDetails.Size = new System.Drawing.Size(505, 457); - this.gbFileDetails.TabIndex = 1; - this.gbFileDetails.TabStop = false; - // - // gameinfoURLTextBox - // - this.gameinfoURLTextBox.Location = new System.Drawing.Point(96, 274); - this.gameinfoURLTextBox.Name = "gameinfoURLTextBox"; - this.gameinfoURLTextBox.Size = new System.Drawing.Size(372, 20); - this.gameinfoURLTextBox.TabIndex = 66; - // - // gameInfoURLLabel - // - this.gameInfoURLLabel.Location = new System.Drawing.Point(8, 274); - this.gameInfoURLLabel.Name = "gameInfoURLLabel"; - this.gameInfoURLLabel.Size = new System.Drawing.Size(82, 20); - this.gameInfoURLLabel.TabIndex = 65; - this.gameInfoURLLabel.Text = "Gameinfo URL:"; - // - // txtFilepath - // - this.txtFilepath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtFilepath.BorderColor = System.Drawing.Color.Empty; - this.txtFilepath.Location = new System.Drawing.Point(96, 72); - this.txtFilepath.Name = "txtFilepath"; - this.txtFilepath.ReadOnly = true; - this.txtFilepath.Size = new System.Drawing.Size(373, 20); - this.txtFilepath.TabIndex = 62; - // - // label1 - // - this.label1.Location = new System.Drawing.Point(8, 74); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(64, 16); - this.label1.TabIndex = 63; - this.label1.Text = "Filepath:"; - // - // cbRating - // - this.cbRating.BorderColor = System.Drawing.Color.Empty; - this.cbRating.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.cbRating.Items.AddRange(new object[] { - "0 - poor", - "1", - "2", - "3", - "4", - "5 - average", - "6", - "7", - "8", - "9", - "10 - perfect"}); - this.cbRating.Location = new System.Drawing.Point(276, 191); - this.cbRating.Name = "cbRating"; - this.cbRating.Size = new System.Drawing.Size(192, 21); - this.cbRating.TabIndex = 8; - // - // txtOverview - // - this.txtOverview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtOverview.BorderColor = System.Drawing.Color.Empty; - this.txtOverview.Location = new System.Drawing.Point(8, 315); - this.txtOverview.Multiline = true; - this.txtOverview.Name = "txtOverview"; - this.txtOverview.ScrollBars = System.Windows.Forms.ScrollBars.Both; - this.txtOverview.Size = new System.Drawing.Size(489, 132); - this.txtOverview.TabIndex = 11; - this.txtOverview.Text = "txtOverview"; - // - // lblOverview - // - this.lblOverview.Location = new System.Drawing.Point(8, 296); - this.lblOverview.Name = "lblOverview"; - this.lblOverview.Size = new System.Drawing.Size(100, 16); - this.lblOverview.TabIndex = 61; - this.lblOverview.Text = "Overview:"; - // - // txtSystem - // - this.txtSystem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtSystem.BorderColor = System.Drawing.Color.Empty; - this.txtSystem.Location = new System.Drawing.Point(96, 242); - this.txtSystem.Name = "txtSystem"; - this.txtSystem.Size = new System.Drawing.Size(373, 20); - this.txtSystem.TabIndex = 10; - // - // lblSystem - // - this.lblSystem.Location = new System.Drawing.Point(8, 246); - this.lblSystem.Name = "lblSystem"; - this.lblSystem.Size = new System.Drawing.Size(64, 16); - this.lblSystem.TabIndex = 59; - this.lblSystem.Text = "System:"; - // - // txtCountry - // - this.txtCountry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtCountry.BorderColor = System.Drawing.Color.Empty; - this.txtCountry.Location = new System.Drawing.Point(96, 218); - this.txtCountry.Name = "txtCountry"; - this.txtCountry.Size = new System.Drawing.Size(373, 20); - this.txtCountry.TabIndex = 9; - // - // lblCountry - // - this.lblCountry.Location = new System.Drawing.Point(8, 222); - this.lblCountry.Name = "lblCountry"; - this.lblCountry.Size = new System.Drawing.Size(72, 16); - this.lblCountry.TabIndex = 57; - this.lblCountry.Text = "Country:"; - // - // lblRating - // - this.lblRating.Location = new System.Drawing.Point(223, 194); - this.lblRating.Name = "lblRating"; - this.lblRating.Size = new System.Drawing.Size(47, 16); - this.lblRating.TabIndex = 55; - this.lblRating.Text = "Rating:"; - // - // txtYear - // - this.txtYear.BorderColor = System.Drawing.Color.Empty; - this.txtYear.Location = new System.Drawing.Point(96, 194); - this.txtYear.MaxLength = 4; - this.txtYear.Name = "txtYear"; - this.txtYear.Size = new System.Drawing.Size(48, 20); - this.txtYear.TabIndex = 7; - // - // lblYear - // - this.lblYear.Location = new System.Drawing.Point(8, 194); - this.lblYear.Name = "lblYear"; - this.lblYear.Size = new System.Drawing.Size(64, 16); - this.lblYear.TabIndex = 53; - this.lblYear.Text = "Year:"; - // - // txtManufacturer - // - this.txtManufacturer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtManufacturer.BorderColor = System.Drawing.Color.Empty; - this.txtManufacturer.Location = new System.Drawing.Point(96, 170); - this.txtManufacturer.Name = "txtManufacturer"; - this.txtManufacturer.Size = new System.Drawing.Size(373, 20); - this.txtManufacturer.TabIndex = 6; - // - // lblManufacturer - // - this.lblManufacturer.Location = new System.Drawing.Point(8, 170); - this.lblManufacturer.Name = "lblManufacturer"; - this.lblManufacturer.Size = new System.Drawing.Size(80, 16); - this.lblManufacturer.TabIndex = 51; - this.lblManufacturer.Text = "Manufacturer:"; - // - // txtGenre - // - this.txtGenre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtGenre.BorderColor = System.Drawing.Color.Empty; - this.txtGenre.Location = new System.Drawing.Point(96, 120); - this.txtGenre.Multiline = true; - this.txtGenre.Name = "txtGenre"; - this.txtGenre.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.txtGenre.Size = new System.Drawing.Size(373, 48); - this.txtGenre.TabIndex = 5; - // - // lblGenre - // - this.lblGenre.Location = new System.Drawing.Point(8, 124); - this.lblGenre.Name = "lblGenre"; - this.lblGenre.Size = new System.Drawing.Size(64, 16); - this.lblGenre.TabIndex = 49; - this.lblGenre.Text = "Genre:"; - // - // lblImageFile - // - this.lblImageFile.Location = new System.Drawing.Point(8, 100); - this.lblImageFile.Name = "lblImageFile"; - this.lblImageFile.Size = new System.Drawing.Size(64, 16); - this.lblImageFile.TabIndex = 47; - this.lblImageFile.Text = "Imagefile:"; - // - // btnImageFile - // - this.btnImageFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnImageFile.Image = ((System.Drawing.Image)(resources.GetObject("btnImageFile.Image"))); - this.btnImageFile.Location = new System.Drawing.Point(476, 96); - this.btnImageFile.Name = "btnImageFile"; - this.btnImageFile.Size = new System.Drawing.Size(20, 20); - this.btnImageFile.TabIndex = 4; - this.btnImageFile.UseVisualStyleBackColor = true; - this.btnImageFile.Click += new System.EventHandler(this.btnImageFile_Click); - // - // txtFilename - // - this.txtFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtFilename.BorderColor = System.Drawing.Color.Empty; - this.txtFilename.Location = new System.Drawing.Point(96, 48); - this.txtFilename.Name = "txtFilename"; - this.txtFilename.Size = new System.Drawing.Size(373, 20); - this.txtFilename.TabIndex = 1; - // - // txtImageFile - // - this.txtImageFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtImageFile.BorderColor = System.Drawing.Color.Empty; - this.txtImageFile.Location = new System.Drawing.Point(96, 96); - this.txtImageFile.Name = "txtImageFile"; - this.txtImageFile.Size = new System.Drawing.Size(351, 20); - this.txtImageFile.TabIndex = 3; - // - // txtTitle - // - this.txtTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtTitle.BorderColor = System.Drawing.Color.Empty; - this.txtTitle.Location = new System.Drawing.Point(96, 24); - this.txtTitle.Name = "txtTitle"; - this.txtTitle.Size = new System.Drawing.Size(373, 20); - this.txtTitle.TabIndex = 0; - // - // lblTitle - // - this.lblTitle.Location = new System.Drawing.Point(8, 28); - this.lblTitle.Name = "lblTitle"; - this.lblTitle.Size = new System.Drawing.Size(56, 16); - this.lblTitle.TabIndex = 46; - this.lblTitle.Text = "Title:"; - // - // lblFilename - // - this.lblFilename.Location = new System.Drawing.Point(8, 50); - this.lblFilename.Name = "lblFilename"; - this.lblFilename.Size = new System.Drawing.Size(64, 16); - this.lblFilename.TabIndex = 45; - this.lblFilename.Text = "Filename:"; - // - // btnFilename - // - this.btnFilename.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnFilename.Image = ((System.Drawing.Image)(resources.GetObject("btnFilename.Image"))); - this.btnFilename.Location = new System.Drawing.Point(476, 48); - this.btnFilename.Name = "btnFilename"; - this.btnFilename.Size = new System.Drawing.Size(20, 20); - this.btnFilename.TabIndex = 2; - this.btnFilename.UseVisualStyleBackColor = true; - this.btnFilename.Click += new System.EventHandler(this.btnFilename_Click); - // - // tabPage2 - // - this.tabPage2.Controls.Add(this.gbExtended); - this.tabPage2.Location = new System.Drawing.Point(4, 22); - this.tabPage2.Name = "tabPage2"; - this.tabPage2.Size = new System.Drawing.Size(521, 471); - this.tabPage2.TabIndex = 1; - this.tabPage2.Text = "Extended"; - this.tabPage2.UseVisualStyleBackColor = true; - // - // gbExtended - // - this.gbExtended.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.gbExtended.Controls.Add(this.txtCategoryData); - this.gbExtended.Controls.Add(this.lblCategoryData); - this.gbExtended.Controls.Add(this.txtTagData); - this.gbExtended.Controls.Add(this.lblTagData); - this.gbExtended.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.gbExtended.Location = new System.Drawing.Point(8, 8); - this.gbExtended.Name = "gbExtended"; - this.gbExtended.Size = new System.Drawing.Size(505, 457); - this.gbExtended.TabIndex = 0; - this.gbExtended.TabStop = false; - // - // txtCategoryData - // - this.txtCategoryData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtCategoryData.BorderColor = System.Drawing.Color.Empty; - this.txtCategoryData.Location = new System.Drawing.Point(8, 224); - this.txtCategoryData.Multiline = true; - this.txtCategoryData.Name = "txtCategoryData"; - this.txtCategoryData.ScrollBars = System.Windows.Forms.ScrollBars.Both; - this.txtCategoryData.Size = new System.Drawing.Size(489, 225); - this.txtCategoryData.TabIndex = 64; - // - // lblCategoryData - // - this.lblCategoryData.Location = new System.Drawing.Point(8, 200); - this.lblCategoryData.Name = "lblCategoryData"; - this.lblCategoryData.Size = new System.Drawing.Size(100, 16); - this.lblCategoryData.TabIndex = 65; - this.lblCategoryData.Text = "Category-Data:"; - // - // txtTagData - // - this.txtTagData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtTagData.BorderColor = System.Drawing.Color.Empty; - this.txtTagData.Location = new System.Drawing.Point(8, 32); - this.txtTagData.Multiline = true; - this.txtTagData.Name = "txtTagData"; - this.txtTagData.ScrollBars = System.Windows.Forms.ScrollBars.Both; - this.txtTagData.Size = new System.Drawing.Size(489, 144); - this.txtTagData.TabIndex = 62; - // - // lblTagData - // - this.lblTagData.Location = new System.Drawing.Point(8, 16); - this.lblTagData.Name = "lblTagData"; - this.lblTagData.Size = new System.Drawing.Size(100, 16); - this.lblTagData.TabIndex = 63; - this.lblTagData.Text = "Tag-Data:"; - // - // FileDetailsForm - // - this.AcceptButton = this.btnOk; - this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); - this.CancelButton = this.btnCancel; - this.ClientSize = new System.Drawing.Size(539, 553); - this.Controls.Add(this.tcFileItemData); - this.Controls.Add(this.btnOk); - this.Controls.Add(this.btnCancel); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - this.Name = "FileDetailsForm"; - this.Text = "File-Details"; - this.Load += new System.EventHandler(this.FileDetailsForm_Load); - this.tcFileItemData.ResumeLayout(false); - this.tabPage1.ResumeLayout(false); - this.gbFileDetails.ResumeLayout(false); - this.gbFileDetails.PerformLayout(); - this.tabPage2.ResumeLayout(false); - this.gbExtended.ResumeLayout(false); - this.gbExtended.PerformLayout(); - this.ResumeLayout(false); - - } - #endregion - private void updateDisplay() { gbFileDetails.Text = CurApp.Title + ": " + CurFile.Title; @@ -693,7 +134,6 @@ } } - private bool EntriesOK() { conditionChecker.Clear(); @@ -772,6 +212,5 @@ // do nothing! } } - } -} +} \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.resx =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.resx 2007-06-14 12:08:38 UTC (rev 545) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.resx 2007-06-14 12:33:58 UTC (rev 546) @@ -117,33 +117,30 @@ <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> - <metadata name="openFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> - <value>17, 17</value> - </metadata> - <metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> - <value>147, 17</value> - </metadata> <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <data name="buttonViewImg.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> Qk2qAwAAAAAAADYAAAAoAAAAEQAAABEAAAABABgAAAAAAAAAAADEDgAAxA4AAAAAAAAAAAAA2Ons2Ons - 2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2OnsANjp7ICAgAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANjp7ADY6eyAgIAA//8AgAAAgAAA//8AAAAA - //8AgAAAAAAAgAAA//8AAAD//wAA//8AAADY6ewA2OnsgICAAAAAAP////8AAAAAAP//AIAAAAAA//8A - AP//AAAAAIAAAP//AAAAAAAA2OnsANjp7ICAgP//AAAAAAD//wCAAP//AACAAAD//wCAgAAAAACAAAD/ - /wAAAP//AAAAANjp7ADY6eyAgID//////wAAAAAA//8A//8AAAAAgAAAAAAA//8AgAAAAAD//wD///8A - AADY6ewA2OnsgICA//8A//////8AAAAA//8AAP//AAAA////AAAAAAAA//8A//////8AAAAA2OnsANjp - 7ICAgP//////AP//////AAAAAAAAAP//////AP//////AP//////AP///wAAANjp7ADY6eyAgID//wD/ - /////wD//////wD//////wD//////wD//////wD//////wAAAADY6ewA2OnsgICA//////8A//////8A - //////8A//////8A////AAAAAAAA//8A////AAAA2OnsANjp7ICAgP//AP//////AP... [truncated message content] |