From: <che...@us...> - 2007-06-13 21:05:52
|
Revision: 535 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=535&view=rev Author: chef_koch Date: 2007-06-13 14:05:50 -0700 (Wed, 13 Jun 2007) Log Message: ----------- changed MPcontrols to System.Windows.Forms controls Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.Designer.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.Designer.cs 2007-06-13 21:01:09 UTC (rev 534) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.Designer.cs 2007-06-13 21:05:50 UTC (rev 535) @@ -39,28 +39,28 @@ this.imagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cancelSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.splitContainer = new System.Windows.Forms.SplitContainer(); - this.groupBoxFileList = new MediaPortal.UserInterface.Controls.MPGroupBox(); - this.checkboxFileList = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.listViewFileList = new MediaPortal.UserInterface.Controls.MPListView(); + this.groupBoxFileList = new System.Windows.Forms.GroupBox(); + this.checkboxFileList = new System.Windows.Forms.CheckBox(); + this.listViewFileList = new System.Windows.Forms.ListView(); this.FileTitle = new System.Windows.Forms.ColumnHeader(); this.status = new System.Windows.Forms.ColumnHeader(); - this.groupBoxMatchList = new MediaPortal.UserInterface.Controls.MPGroupBox(); - this.labelLaunchUrlInfo = new MediaPortal.UserInterface.Controls.MPLabel(); - this.listViewMatchList = new MediaPortal.UserInterface.Controls.MPListView(); + this.groupBoxMatchList = new System.Windows.Forms.GroupBox(); + this.labelLaunchUrlInfo = new System.Windows.Forms.Label(); + this.listViewMatchList = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.bottomPanel = new System.Windows.Forms.Panel(); - this.label2 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.groupBoxFilter = new MediaPortal.UserInterface.Controls.MPGroupBox(); - this.labelPlatform = new MediaPortal.UserInterface.Controls.MPLabel(); - this.filterComboBox = new MediaPortal.UserInterface.Controls.MPComboBox(); - this.ResetFilterButton = new MediaPortal.UserInterface.Controls.MPButton(); + this.label2 = new System.Windows.Forms.Label(); + this.groupBoxFilter = new System.Windows.Forms.GroupBox(); + this.labelPlatform = new System.Windows.Forms.Label(); + this.filterComboBox = new System.Windows.Forms.ComboBox(); + this.ResetFilterButton = new System.Windows.Forms.Button(); this.MinRelevanceNum = new System.Windows.Forms.NumericUpDown(); - this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.label1 = new System.Windows.Forms.Label(); this.linkLabelAllGame = new System.Windows.Forms.LinkLabel(); - this.buttonClose = new MediaPortal.UserInterface.Controls.MPButton(); - this.buttonSaveSearch = new MediaPortal.UserInterface.Controls.MPButton(); - this.buttonStartSearch = new MediaPortal.UserInterface.Controls.MPButton(); + this.buttonClose = new System.Windows.Forms.Button(); + this.buttonSaveSearch = new System.Windows.Forms.Button(); + this.buttonStartSearch = new System.Windows.Forms.Button(); this.statusStrip.SuspendLayout(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); @@ -194,7 +194,6 @@ // listViewFileList // this.listViewFileList.AllowDrop = true; - this.listViewFileList.AllowRowReorder = false; this.listViewFileList.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))); @@ -250,7 +249,6 @@ // listViewMatchList // this.listViewMatchList.AllowDrop = true; - this.listViewMatchList.AllowRowReorder = false; this.listViewMatchList.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))); @@ -336,7 +334,6 @@ // this.filterComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.filterComboBox.BorderColor = System.Drawing.Color.Empty; this.filterComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.filterComboBox.Items.AddRange(new object[] { "Arcade", @@ -493,28 +490,28 @@ private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1; private System.Windows.Forms.ToolStripMenuItem cancelSearchToolStripMenuItem; private System.Windows.Forms.SplitContainer splitContainer; - private MediaPortal.UserInterface.Controls.MPGroupBox groupBoxFileList; - private MediaPortal.UserInterface.Controls.MPCheckBox checkboxFileList; - private MediaPortal.UserInterface.Controls.MPListView listViewFileList; + private System.Windows.Forms.GroupBox groupBoxFileList; + private System.Windows.Forms.CheckBox checkboxFileList; + private System.Windows.Forms.ListView listViewFileList; private System.Windows.Forms.ColumnHeader FileTitle; private System.Windows.Forms.ColumnHeader status; - private MediaPortal.UserInterface.Controls.MPGroupBox groupBoxMatchList; - private MediaPortal.UserInterface.Controls.MPLabel labelLaunchUrlInfo; - private MediaPortal.UserInterface.Controls.MPListView listViewMatchList; + private System.Windows.Forms.GroupBox groupBoxMatchList; + private System.Windows.Forms.Label labelLaunchUrlInfo; + private System.Windows.Forms.ListView listViewMatchList; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.Panel bottomPanel; - private MediaPortal.UserInterface.Controls.MPLabel label2; - private MediaPortal.UserInterface.Controls.MPGroupBox groupBoxFilter; - private MediaPortal.UserInterface.Controls.MPLabel labelPlatform; - private MediaPortal.UserInterface.Controls.MPComboBox filterComboBox; - private MediaPortal.UserInterface.Controls.MPButton ResetFilterButton; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.GroupBox groupBoxFilter; + private System.Windows.Forms.Label labelPlatform; + private System.Windows.Forms.ComboBox filterComboBox; + private System.Windows.Forms.Button ResetFilterButton; private System.Windows.Forms.NumericUpDown MinRelevanceNum; - private MediaPortal.UserInterface.Controls.MPLabel label1; + private System.Windows.Forms.Label label1; private System.Windows.Forms.LinkLabel linkLabelAllGame; - private MediaPortal.UserInterface.Controls.MPButton buttonClose; - private MediaPortal.UserInterface.Controls.MPButton buttonSaveSearch; - private MediaPortal.UserInterface.Controls.MPButton buttonStartSearch; + private System.Windows.Forms.Button buttonClose; + private System.Windows.Forms.Button buttonSaveSearch; + private System.Windows.Forms.Button buttonStartSearch; private System.Windows.Forms.ToolStripMenuItem scraperSaveTypeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dataAndImagesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dataToolStripMenuItem; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |