You can subscribe to this list here.
2007 |
Jan
(36) |
Feb
(79) |
Mar
(123) |
Apr
(95) |
May
(119) |
Jun
(172) |
Jul
(124) |
Aug
(100) |
Sep
(83) |
Oct
(52) |
Nov
(97) |
Dec
(87) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(131) |
Feb
(80) |
Mar
(163) |
Apr
(178) |
May
(73) |
Jun
(54) |
Jul
(106) |
Aug
(118) |
Sep
(50) |
Oct
(125) |
Nov
(100) |
Dec
(99) |
2009 |
Jan
(104) |
Feb
(99) |
Mar
(68) |
Apr
(81) |
May
(52) |
Jun
(87) |
Jul
(67) |
Aug
(33) |
Sep
(27) |
Oct
(37) |
Nov
(60) |
Dec
(116) |
2010 |
Jan
(82) |
Feb
(79) |
Mar
(38) |
Apr
(50) |
May
(45) |
Jun
(53) |
Jul
(23) |
Aug
(86) |
Sep
(22) |
Oct
(96) |
Nov
(97) |
Dec
(73) |
2011 |
Jan
(24) |
Feb
(45) |
Mar
(28) |
Apr
(31) |
May
(42) |
Jun
(25) |
Jul
|
Aug
(12) |
Sep
(28) |
Oct
(13) |
Nov
(43) |
Dec
(13) |
2012 |
Jan
(62) |
Feb
(28) |
Mar
(6) |
Apr
(16) |
May
(7) |
Jun
|
Jul
(16) |
Aug
(2) |
Sep
(1) |
Oct
(4) |
Nov
(1) |
Dec
(3) |
2013 |
Jan
(5) |
Feb
|
Mar
(34) |
Apr
(9) |
May
(6) |
Jun
(10) |
Jul
(32) |
Aug
(8) |
Sep
(11) |
Oct
(35) |
Nov
(24) |
Dec
(22) |
2014 |
Jan
(44) |
Feb
(9) |
Mar
(9) |
Apr
(15) |
May
(25) |
Jun
(34) |
Jul
(16) |
Aug
(11) |
Sep
(7) |
Oct
(6) |
Nov
(1) |
Dec
(12) |
2015 |
Jan
(33) |
Feb
(19) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(5) |
From: <che...@us...> - 2007-06-14 13:04:09
|
Revision: 548 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=548&view=rev Author: chef_koch Date: 2007-06-14 06:04:07 -0700 (Thu, 14 Jun 2007) Log Message: ----------- cleaned up the from Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.resx Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.Designer.cs 2007-06-14 12:46:12 UTC (rev 547) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.Designer.cs 2007-06-14 13:04:07 UTC (rev 548) @@ -33,27 +33,33 @@ this.btnOk = new MediaPortal.UserInterface.Controls.MPButton(); this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.gbData = new MediaPortal.UserInterface.Controls.MPGroupBox(); + this.splitContainer1 = new System.Windows.Forms.SplitContainer(); + this.tbPre = new MediaPortal.UserInterface.Controls.MPTextBox(); this.tbPost = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.tbPre = new MediaPortal.UserInterface.Controls.MPTextBox(); this.btnCancel = new MediaPortal.UserInterface.Controls.MPButton(); this.lblTitleData = new MediaPortal.UserInterface.Controls.MPLabel(); this.gbData.SuspendLayout(); + this.splitContainer1.Panel1.SuspendLayout(); + this.splitContainer1.Panel2.SuspendLayout(); + this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // lblPre // - this.lblPre.Location = new System.Drawing.Point(8, 26); + this.lblPre.AutoSize = true; + this.lblPre.Location = new System.Drawing.Point(5, 5); this.lblPre.Name = "lblPre"; - this.lblPre.Size = new System.Drawing.Size(100, 17); + this.lblPre.Size = new System.Drawing.Size(66, 13); this.lblPre.TabIndex = 2; this.lblPre.Text = "Pre-Execute"; // // lblTitle // + this.lblTitle.AutoSize = true; this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lblTitle.Location = new System.Drawing.Point(16, 12); + this.lblTitle.Location = new System.Drawing.Point(12, 9); this.lblTitle.Name = "lblTitle"; - this.lblTitle.Size = new System.Drawing.Size(72, 26); + this.lblTitle.Size = new System.Drawing.Size(78, 13); this.lblTitle.TabIndex = 11; this.lblTitle.Text = "Application: "; // @@ -61,7 +67,7 @@ // this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; - this.btnOk.Location = new System.Drawing.Point(248, 369); + this.btnOk.Location = new System.Drawing.Point(251, 369); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(80, 25); this.btnOk.TabIndex = 9; @@ -70,11 +76,10 @@ // // label1 // - this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.label1.Location = new System.Drawing.Point(8, 151); + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(5, 5); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(112, 17); + this.label1.Size = new System.Drawing.Size(71, 13); this.label1.TabIndex = 3; this.label1.Text = "Post-Execute"; // @@ -83,32 +88,35 @@ this.gbData.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.gbData.Controls.Add(this.label1); - this.gbData.Controls.Add(this.lblPre); - this.gbData.Controls.Add(this.tbPost); - this.gbData.Controls.Add(this.tbPre); + this.gbData.Controls.Add(this.splitContainer1); this.gbData.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.gbData.Location = new System.Drawing.Point(8, 47); + this.gbData.Location = new System.Drawing.Point(12, 31); this.gbData.Name = "gbData"; - this.gbData.Size = new System.Drawing.Size(408, 305); + this.gbData.Size = new System.Drawing.Size(400, 338); this.gbData.TabIndex = 8; this.gbData.TabStop = false; this.gbData.Text = "Commands to execute before / after launching"; // - // tbPost + // splitContainer1 // - this.tbPost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.tbPost.BorderColor = System.Drawing.Color.Empty; - this.tbPost.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.tbPost.Location = new System.Drawing.Point(8, 176); - this.tbPost.Multiline = true; - this.tbPost.Name = "tbPost"; - this.tbPost.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.tbPost.Size = new System.Drawing.Size(392, 120); - this.tbPost.TabIndex = 1; - this.tbPost.Text = "tbPost"; + this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; + this.splitContainer1.Location = new System.Drawing.Point(3, 17); + this.splitContainer1.Name = "splitContainer1"; + this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // + // splitContainer1.Panel1 + // + this.splitContainer1.Panel1.Controls.Add(this.tbPre); + this.splitContainer1.Panel1.Controls.Add(this.lblPre); + // + // splitContainer1.Panel2 + // + this.splitContainer1.Panel2.Controls.Add(this.tbPost); + this.splitContainer1.Panel2.Controls.Add(this.label1); + this.splitContainer1.Size = new System.Drawing.Size(394, 318); + this.splitContainer1.SplitterDistance = 157; + this.splitContainer1.TabIndex = 13; + // // tbPre // this.tbPre.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) @@ -116,19 +124,34 @@ | System.Windows.Forms.AnchorStyles.Right))); this.tbPre.BorderColor = System.Drawing.Color.Empty; this.tbPre.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.tbPre.Location = new System.Drawing.Point(8, 52); + this.tbPre.Location = new System.Drawing.Point(3, 23); this.tbPre.Multiline = true; this.tbPre.Name = "tbPre"; this.tbPre.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.tbPre.Size = new System.Drawing.Size(392, 81); + this.tbPre.Size = new System.Drawing.Size(388, 133); this.tbPre.TabIndex = 0; this.tbPre.Text = "tbPre"; // + // tbPost + // + this.tbPost.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.tbPost.BorderColor = System.Drawing.Color.Empty; + this.tbPost.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.tbPost.Location = new System.Drawing.Point(3, 23); + this.tbPost.Multiline = true; + this.tbPost.Name = "tbPost"; + this.tbPost.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.tbPost.Size = new System.Drawing.Size(388, 133); + this.tbPost.TabIndex = 1; + this.tbPost.Text = "tbPost"; + // // 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(336, 369); + this.btnCancel.Location = new System.Drawing.Point(337, 369); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 25); this.btnCancel.TabIndex = 10; @@ -139,13 +162,14 @@ // this.lblTitleData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.lblTitleData.Location = new System.Drawing.Point(91, 12); + this.lblTitleData.AutoSize = true; + this.lblTitleData.Location = new System.Drawing.Point(96, 9); this.lblTitleData.Name = "lblTitleData"; - this.lblTitleData.Size = new System.Drawing.Size(309, 17); + this.lblTitleData.Size = new System.Drawing.Size(27, 13); this.lblTitleData.TabIndex = 12; this.lblTitleData.Text = "Title"; // - // Form1 + // AppSettingsPrePost // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; @@ -156,13 +180,18 @@ this.Controls.Add(this.gbData); this.Controls.Add(this.btnCancel); this.Controls.Add(this.lblTitleData); - this.Name = "Form1"; + this.Name = "AppSettingsPrePost"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Pre-Launch / Post-Launch Options"; this.gbData.ResumeLayout(false); - this.gbData.PerformLayout(); + this.splitContainer1.Panel1.ResumeLayout(false); + this.splitContainer1.Panel1.PerformLayout(); + this.splitContainer1.Panel2.ResumeLayout(false); + this.splitContainer1.Panel2.PerformLayout(); + this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); + this.PerformLayout(); } @@ -177,5 +206,6 @@ private MediaPortal.UserInterface.Controls.MPTextBox tbPre; private MediaPortal.UserInterface.Controls.MPButton btnCancel; private MediaPortal.UserInterface.Controls.MPLabel lblTitleData; + private System.Windows.Forms.SplitContainer splitContainer1; } } \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.resx =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.resx 2007-06-14 12:46:12 UTC (rev 547) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.resx 2007-06-14 13:04:07 UTC (rev 548) @@ -117,4 +117,37 @@ <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> + <metadata name="lblPre.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>True</value> + </metadata> + <metadata name="lblTitle.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>True</value> + </metadata> + <metadata name="btnOk.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>True</value> + </metadata> + <metadata name="label1.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>True</value> + </metadata> + <metadata name="gbData.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>True</value> + </metadata> + <metadata name="splitContainer1.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>True</value> + </metadata> + <metadata name="tbPre.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>True</value> + </metadata> + <metadata name="tbPost.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>True</value> + </metadata> + <metadata name="btnCancel.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>True</value> + </metadata> + <metadata name="lblTitleData.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>True</value> + </metadata> + <metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>True</value> + </metadata> </root> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-14 12:46:14
|
Revision: 547 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=547&view=rev Author: chef_koch Date: 2007-06-14 05:46:12 -0700 (Thu, 14 Jun 2007) Log Message: ----------- yet another code cleanup ;) Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.resx trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/GUIProgramsAlt.csproj Added Paths: ----------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.Designer.cs Added: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.Designer.cs (rev 0) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.Designer.cs 2007-06-14 12:46:12 UTC (rev 547) @@ -0,0 +1,181 @@ +namespace GUIPrograms.Design +{ + partial class AppSettingsPrePost + { + /// <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.lblPre = new MediaPortal.UserInterface.Controls.MPLabel(); + this.lblTitle = new MediaPortal.UserInterface.Controls.MPLabel(); + this.btnOk = new MediaPortal.UserInterface.Controls.MPButton(); + this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.gbData = new MediaPortal.UserInterface.Controls.MPGroupBox(); + this.tbPost = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.tbPre = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.btnCancel = new MediaPortal.UserInterface.Controls.MPButton(); + this.lblTitleData = new MediaPortal.UserInterface.Controls.MPLabel(); + this.gbData.SuspendLayout(); + this.SuspendLayout(); + // + // lblPre + // + this.lblPre.Location = new System.Drawing.Point(8, 26); + this.lblPre.Name = "lblPre"; + this.lblPre.Size = new System.Drawing.Size(100, 17); + this.lblPre.TabIndex = 2; + this.lblPre.Text = "Pre-Execute"; + // + // lblTitle + // + this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblTitle.Location = new System.Drawing.Point(16, 12); + this.lblTitle.Name = "lblTitle"; + this.lblTitle.Size = new System.Drawing.Size(72, 26); + this.lblTitle.TabIndex = 11; + this.lblTitle.Text = "Application: "; + // + // btnOk + // + this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; + this.btnOk.Location = new System.Drawing.Point(248, 369); + this.btnOk.Name = "btnOk"; + this.btnOk.Size = new System.Drawing.Size(80, 25); + this.btnOk.TabIndex = 9; + this.btnOk.Text = "OK"; + this.btnOk.UseVisualStyleBackColor = true; + // + // label1 + // + this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.label1.Location = new System.Drawing.Point(8, 151); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(112, 17); + this.label1.TabIndex = 3; + this.label1.Text = "Post-Execute"; + // + // gbData + // + this.gbData.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.gbData.Controls.Add(this.label1); + this.gbData.Controls.Add(this.lblPre); + this.gbData.Controls.Add(this.tbPost); + this.gbData.Controls.Add(this.tbPre); + this.gbData.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.gbData.Location = new System.Drawing.Point(8, 47); + this.gbData.Name = "gbData"; + this.gbData.Size = new System.Drawing.Size(408, 305); + this.gbData.TabIndex = 8; + this.gbData.TabStop = false; + this.gbData.Text = "Commands to execute before / after launching"; + // + // tbPost + // + this.tbPost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.tbPost.BorderColor = System.Drawing.Color.Empty; + this.tbPost.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.tbPost.Location = new System.Drawing.Point(8, 176); + this.tbPost.Multiline = true; + this.tbPost.Name = "tbPost"; + this.tbPost.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.tbPost.Size = new System.Drawing.Size(392, 120); + this.tbPost.TabIndex = 1; + this.tbPost.Text = "tbPost"; + // + // tbPre + // + this.tbPre.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.tbPre.BorderColor = System.Drawing.Color.Empty; + this.tbPre.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.tbPre.Location = new System.Drawing.Point(8, 52); + this.tbPre.Multiline = true; + this.tbPre.Name = "tbPre"; + this.tbPre.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.tbPre.Size = new System.Drawing.Size(392, 81); + this.tbPre.TabIndex = 0; + this.tbPre.Text = "tbPre"; + // + // 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(336, 369); + this.btnCancel.Name = "btnCancel"; + this.btnCancel.Size = new System.Drawing.Size(75, 25); + this.btnCancel.TabIndex = 10; + this.btnCancel.Text = "Cancel"; + this.btnCancel.UseVisualStyleBackColor = true; + // + // lblTitleData + // + this.lblTitleData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.lblTitleData.Location = new System.Drawing.Point(91, 12); + this.lblTitleData.Name = "lblTitleData"; + this.lblTitleData.Size = new System.Drawing.Size(309, 17); + this.lblTitleData.TabIndex = 12; + this.lblTitleData.Text = "Title"; + // + // Form1 + // + 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(424, 406); + this.Controls.Add(this.lblTitle); + this.Controls.Add(this.btnOk); + this.Controls.Add(this.gbData); + this.Controls.Add(this.btnCancel); + this.Controls.Add(this.lblTitleData); + this.Name = "Form1"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Pre-Launch / Post-Launch Options"; + this.gbData.ResumeLayout(false); + this.gbData.PerformLayout(); + this.ResumeLayout(false); + + } + + #endregion + + private MediaPortal.UserInterface.Controls.MPLabel lblPre; + private MediaPortal.UserInterface.Controls.MPLabel lblTitle; + private MediaPortal.UserInterface.Controls.MPButton btnOk; + private MediaPortal.UserInterface.Controls.MPLabel label1; + private MediaPortal.UserInterface.Controls.MPGroupBox gbData; + private MediaPortal.UserInterface.Controls.MPTextBox tbPost; + private MediaPortal.UserInterface.Controls.MPTextBox tbPre; + private MediaPortal.UserInterface.Controls.MPButton btnCancel; + private MediaPortal.UserInterface.Controls.MPLabel lblTitleData; + } +} \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.cs 2007-06-14 12:33:58 UTC (rev 546) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.cs 2007-06-14 12:46:12 UTC (rev 547) @@ -31,35 +31,11 @@ namespace GUIPrograms.Design { - /// <summary> - /// Summary description for AppSettingsPrePost. - /// </summary> - public class AppSettingsPrePost : System.Windows.Forms.Form + public partial class AppSettingsPrePost : Form { - private MediaPortal.UserInterface.Controls.MPButton btnOk; - private MediaPortal.UserInterface.Controls.MPButton btnCancel; - private MediaPortal.UserInterface.Controls.MPGroupBox gbData; - private MediaPortal.UserInterface.Controls.MPLabel lblTitle; - private MediaPortal.UserInterface.Controls.MPTextBox tbPre; - private MediaPortal.UserInterface.Controls.MPTextBox tbPost; - private MediaPortal.UserInterface.Controls.MPLabel lblPre; - private MediaPortal.UserInterface.Controls.MPLabel label1; - private MediaPortal.UserInterface.Controls.MPLabel lblTitleData; - /// <summary> - /// Required designer variable. - /// </summary> - private System.ComponentModel.Container components = null; - public AppSettingsPrePost() { - // - // Required for Windows Form Designer support - // InitializeComponent(); - - // - // TODO: Add any constructor code after InitializeComponent call - // } public string Title @@ -79,158 +55,5 @@ get { return tbPost.Text; } set { tbPost.Text = value; } } - - /// <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() - { - System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(AppSettingsPrePost)); - this.btnOk = new MediaPortal.UserInterface.Controls.MPButton(); - this.btnCancel = new MediaPortal.UserInterface.Controls.MPButton(); - this.gbData = new MediaPortal.UserInterface.Controls.MPGroupBox(); - this.lblTitle = new MediaPortal.UserInterface.Controls.MPLabel(); - this.tbPre = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.tbPost = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.lblPre = new MediaPortal.UserInterface.Controls.MPLabel(); - this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.lblTitleData = new MediaPortal.UserInterface.Controls.MPLabel(); - this.gbData.SuspendLayout(); - this.SuspendLayout(); - // - // btnOk - // - this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; - this.btnOk.Location = new System.Drawing.Point(248, 376); - this.btnOk.Name = "btnOk"; - this.btnOk.Size = new System.Drawing.Size(80, 23); - this.btnOk.TabIndex = 1; - this.btnOk.Text = "OK"; - // - // 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(336, 376); - this.btnCancel.Name = "btnCancel"; - this.btnCancel.TabIndex = 2; - this.btnCancel.Text = "Cancel"; - // - // gbData - // - this.gbData.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.gbData.Controls.Add(this.label1); - this.gbData.Controls.Add(this.lblPre); - this.gbData.Controls.Add(this.tbPost); - this.gbData.Controls.Add(this.tbPre); - this.gbData.Location = new System.Drawing.Point(8, 48); - this.gbData.Name = "gbData"; - this.gbData.Size = new System.Drawing.Size(408, 312); - this.gbData.TabIndex = 0; - this.gbData.TabStop = false; - this.gbData.Text = "Commands to execute before / after launching"; - // - // lblTitle - // - this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); - this.lblTitle.Location = new System.Drawing.Point(16, 16); - this.lblTitle.Name = "lblTitle"; - this.lblTitle.Size = new System.Drawing.Size(72, 24); - this.lblTitle.TabIndex = 6; - this.lblTitle.Text = "Application: "; - // - // tbPre - // - this.tbPre.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.tbPre.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); - this.tbPre.Location = new System.Drawing.Point(8, 48); - this.tbPre.Multiline = true; - this.tbPre.Name = "tbPre"; - this.tbPre.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.tbPre.Size = new System.Drawing.Size(392, 104); - this.tbPre.TabIndex = 0; - this.tbPre.Text = "tbPre"; - // - // tbPost - // - this.tbPost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.tbPost.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); - this.tbPost.Location = new System.Drawing.Point(8, 192); - this.tbPost.Multiline = true; - this.tbPost.Name = "tbPost"; - this.tbPost.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.tbPost.Size = new System.Drawing.Size(392, 112); - this.tbPost.TabIndex = 1; - this.tbPost.Text = "tbPost"; - // - // lblPre - // - this.lblPre.Location = new System.Drawing.Point(8, 24); - this.lblPre.Name = "lblPre"; - this.lblPre.Size = new System.Drawing.Size(100, 16); - this.lblPre.TabIndex = 2; - this.lblPre.Text = "Pre-Execute"; - // - // label1 - // - this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.label1.Location = new System.Drawing.Point(8, 169); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(112, 16); - this.label1.TabIndex = 3; - this.label1.Text = "Post-Execute"; - // - // lblTitleData - // - this.lblTitleData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.lblTitleData.Location = new System.Drawing.Point(91, 16); - this.lblTitleData.Name = "lblTitleData"; - this.lblTitleData.Size = new System.Drawing.Size(309, 16); - this.lblTitleData.TabIndex = 7; - this.lblTitleData.Text = "Title"; - // - // AppSettingsPrePost - // - this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); - this.CancelButton = this.btnCancel; - this.ClientSize = new System.Drawing.Size(424, 406); - this.Controls.Add(this.lblTitleData); - this.Controls.Add(this.lblTitle); - this.Controls.Add(this.gbData); - this.Controls.Add(this.btnOk); - this.Controls.Add(this.btnCancel); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Name = "AppSettingsPrePost"; - this.Text = "Pre-Launch / Post-Launch Options"; - this.gbData.ResumeLayout(false); - this.ResumeLayout(false); - - } - #endregion } -} +} \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.resx =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.resx 2007-06-14 12:33:58 UTC (rev 546) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsPrePost.resx 2007-06-14 12:46:12 UTC (rev 547) @@ -3,7 +3,7 @@ <!-- Microsoft ResX Schema - Version 1.3 + Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the @@ -14,16 +14,17 @@ ... ado.net/XML headers & schema ... <resheader name="resmimetype">text/microsoft-resx</resheader> - <resheader name="version">1.3</resheader> + <resheader name="version">2.0</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> - <data name="Name1">this is my long string</data> + <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> - [base64 mime encoded serialized .NET Framework object] + <value>[base64 mime encoded serialized .NET Framework object]</value> </data> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - [base64 mime encoded string representing a byte array form of the .NET Framework object] + <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> + <comment>This is a comment</comment> </data> There are any number of "resheader" rows that contain simple @@ -35,7 +36,7 @@ Classes that don't support this are serialized and stored with the mimetype set. - The mimetype is used forserialized objects, and tells the + The mimetype is used for serialized objects, and tells the ResXResourceReader how to depersist the object. This is currently not extensible. For a given mimetype the value must be set accordingly: @@ -45,7 +46,7 @@ mimetype: application/x-microsoft.net.object.binary.base64 value : The object must be serialized with - : System.Serialization.Formatters.Binary.BinaryFormatter + : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 @@ -59,18 +60,37 @@ : and then encoded with base64 encoding. --> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> + <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> + <xsd:element name="metadata"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" /> + </xsd:sequence> + <xsd:attribute name="name" use="required" type="xsd:string" /> + <xsd:attribute name="type" type="xsd:string" /> + <xsd:attribute name="mimetype" type="xsd:string" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="assembly"> + <xsd:complexType> + <xsd:attribute name="alias" type="xsd:string" /> + <xsd:attribute name="name" type="xsd:string" /> + </xsd:complexType> + </xsd:element> <xsd:element name="data"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> </xsd:sequence> - <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" /> + <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> + <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="resheader"> @@ -89,424 +109,12 @@ <value>text/microsoft-resx</value> </resheader> <resheader name="version"> - <value>1.3</value> + <value>2.0</value> </resheader> <resheader name="reader"> - <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> - <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> - <data name="btnOk.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="btnOk.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="btnOk.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="btnCancel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="btnCancel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="btnCancel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="gbData.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="gbData.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> - <value>8, 8</value> - </data> - <data name="gbData.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>True</value> - </data> - <data name="gbData.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="gbData.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>True</value> - </data> - <data name="gbData.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblTitle.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="lblTitle.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblTitle.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="tbPre.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="tbPre.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="tbPre.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="tbPost.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="tbPost.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="tbPost.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblPre.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="lblPre.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblPre.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="label1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="label1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="label1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblTitleData.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="lblTitleData.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblTitleData.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>(Default)</value> - </data> - <data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> - <value>8, 8</value> - </data> - <data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>True</value> - </data> - <data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>80</value> - </data> - <data name="$this.Name"> - <value>AppSettingsPrePost</value> - </data> - <data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>True</value> - </data> - <data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" mimetype="application/x-microsoft.net.object.bytearray.base64"> - <value> - AAABAAcAEBAQAAAAAAAoAQAAdgAAABAQAAABAAgAaAUAAJ4BAAAQEAAAAQAYAGgDAAAGBwAAICAQAAAA - AADoAgAAbgoAACAgAAABAAgAqAgAAFYNAAAwMAAAAQAYAKgcAAD+FQAAICAAAAEAIACoEAAApjIAACgA - AAAQAAAAIAAAAAEABAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACAAAAAgIAAgAAAAIAA - gACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8ACwCwCwCwAAALC7C7ALu7AAu7 - u7sAsAsAALsLsAC7uwAAAAAAAAAAAAiIiIiAAAAAiIiIiIgAAACIiIiIiAAAAIiIiIiIAAAAiIiIiIgA - CACIiIiIiAiIgIiIiIiIiIiIiIiIiIiI/4iIiIiIiIj3iIiIiIiAiIiHCIcAiHAIiHC23wAApMMAAIDb - AADJwwAA//8AAAB/AAAAPwAAAD8AAAA/AAAAIwAAAAEAAAAAAAAAAAAAAAAAAABAAACMYQAAKAAAABAA - AAAgAAAAAQAIAAAAAABAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABFRUUAS0tLAEZHSABAQEAATU1NADw9 - PQArKisASUlJAEpKSgBeXl4AqampAJ6engCsrKwAREREAFVWVgCrq6sAnZ2dAK6urgBLS0oAMTQ2ALS0 - tQCYl5YAmpqaAKioqABoaWkAbm5uAJWVlQCgn58APUJFAKCgnwCWlpYAn5+fAD1BQwCqqqkAi4qJAL/I - zACpqqsAkpGRAGxrawCfn54AREhKAJeXlwBZXF4AoaGgAJGRkQD///8AgYB/AERHSgCYl5cAoKCgADU3 - OQCtrKwAiYmIAMvP0gCxsLAAj4+PAJqamwCVlZYAnp2dAFdYVwBFSEoAsrGxAJGRkACpqKgAZ2lpAG1s - bQCql40Ap5KGAK+bkQBHOzYAmZeVAJWWlgBQT08ALyEbAH5vaAB9fn8AT1JUAHReUwAgs/8ADL3/ACax - /QAEsf8AlpCNAKeUiQClkogAoJ6cAGVVTgADSWgAD4TIABG2/wAYLz4AIKnoAAk6VwAagLQACF6QAFeR - swAkqvQAG7v/AJqBdAAps/8AHcX/ABR0qgAIM0QAEFyMACn5/wAVdqwAABwvAFLF/QAAJkAAYbHVAAM/ - YgAOdbIAGpTPAAZFaAAGZ6AAF6HfAAo5WQATfLoAGJfQACG2/wACAwoAIMf/AAInPwBS0P8AACpGAGO+ - 4wAGUX0AElB1ACLb/wAdsfYADDlVACPS/wAhyf8AD010ABqk3QASd6oAIb//AB29/wAsUmwACDFKAAAG - DgABBwwAAggMAAk2VQAWExIAAxkpAAo3UwAILkYABy1EAA5NdAADFSAAHcf/AB69/wANTGcAD1Z1ABBg - hAATco8ABB4yACTm/wANWXMAD1t8AA5MaAAQXoEABiY6ABJqhQAGJTgAGp7gABd6rgAdo/EAGJjeACLF - /wARaZ4AGqDqABdsmAAesf8AFFmDABNrnwAduP8AG6jtABFilAAQYnwABiU3AB+4/wANTnMADUBeABiC - tgAaqvQAF5DUAAw/XAAl5P8ABSQ6AAskNgAUbqQAGYzPABBjgAACDhUACjVLAA9ghgAKOVEABB4sAAcj - NAAHIzYAEnGSAAYlMgAHLEQAEGWEAAcqQAAHKjUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAUgAAUgAAUgAAAAAAAFIAUlIA - UlIAAFJSUlIAAABSUlJSUlJSAABSAABSAAAAAFJSAFJSAAAAUlJSUgAAAAAAAAAAAAAAAAAAAAAAAEof - Hx9BAR8fHwAAAAAAAAAfHx8fKx8fHx8fAAAAAAAAHx8fHycfHx8fHwAAAAAAAB8fHx8nHx8fHx8AAAAA - AAAfHx8fJx8fHx8fAAAHBQAAHx8fHycfHx8fH5EfHx8fAB8fHx8nHx8fHwofHyY4HzkfHx8fJx8fHx8r - HyYuLhsfHx8fHycfHx8fCh8mLjYfHx8fHx8fJx8fHwAjHx8fHzYAHx8kAAAxHzYAADgfHzYAtt8AAKTD - AACA2wAAycMAAP//AAAAfwAAAD8AAAA/AAAAPwAAACMAAAABAAAAAAAAAAAAAAAAAAAAQAAAjGEAACgA - AAAQAAAAIAAAAAEAGAAAAAAAQAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAEsf8AAAAAAAAEsf8AAAAAAAAE - sf8AAAAAAAAEsf8AAAAAAAAAAAAAAAAAAAAAAAAEsf8AAAAEsf8Esf8AAAAEsf8Esf8AAAAAAAAEsf8E - sf8Esf8Esf8AAAAAAAAAAAAEsf8Esf8Esf8Esf8Esf8Esf8Esf8AAAAAAAAEsf8AAAAAAAAEsf8AAAAA - AAAAAAAAAAAEsf8Esf8AAAAEsf8Esf8AAAAAAAAAAAAEsf8Esf8Esf8Esf8AAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvIRuWlpaWlpaWlpZnaWlFRUWWlpaW - lpaWlpYAAAAAAAAAAAAAAAAAAAAAAAAAAACWlpaWlpaWlpaWlpZZXF6WlpaWlpaWlpaWlpaWlpYAAAAA - AAAAAAAAAAAAAAAAAACWlpaWlpaWlpaWlpZsa2uWlpaWlpaWlpaWlpaWlpYAAAAAAAAAAAAAAAAAAAAA - AACWlpaWlpaWlpaWlpZsa2uWlpaWlpaWlpaWlpaWlpYAAAAAAAAAAAAAAAAAAAAAAACWlpaWlpaWlpaW - lpZsa2uWlpaWlpaWlpaWlpaWlpYAAAAAAAArKitNTU0AAAAAAACWlpaWlpaWlpaWlpZsa2uWlpaWlpaW - lpaWlpaWlpYWExKWlpaWlpaWlpaWlpYAAACWlpaWlpaWlpaWlpZsa2uWlpaWlpaWlpaWlpZeXl6WlpaW - lpaSkZGPj4+WlpaampuWlpaWlpaWlpaWlpZsa2uWlpaWlpaWlpaWlpZZXF6WlpaSkZH///////+VlZWW - lpaWlpaWlpaWlpaWlpZsa2uWlpaWlpaWlpaWlpZeXl6WlpaSkZH////Lz9KWlpaWlpaWlpaWlpaWlpaW - lpaWlpaRkZGWlpaWlpaWlpYAAACLiomWlpaWlpaWlpaWlpbLz9IAAACWlpaWlpa/yMwAAAAAAACYl5eW - lpbLz9IAAAAAAACPj4+WlpaWlpbLz9IAAAC23wAApMMAAIDbAADJwwAA//8AAAB/AAAAPwAAAD8AAAA/ - AAAAIwAAAAEAAAAAAAAAAAAAAAAAAABAAACMYQAAKAAAACAAAABAAAAAAQAEAAAAAACAAgAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAIAAAIAAAACAgACAAAAAgACAAICAAADAwMAAgICAAAAA/wAA/wAAAP//AP8A - AAD/AP8A//8AAP///wAAAAAAAAAAAAAAAAAAAAAAA7AAALuzCzAAC7uwO7szsAOzAAOzuxswALszMLs7 - M7ADu7MDMDs7MAC7AAGzAzOwA7s7M7E7OzEQswAxszszsAOxC7O7uwu7szs7M7u7M7ADszuwO7MAuzO7 - u7M7swOwAbu7MAAAAAAAuwAAAAADsAADMwAAAAAAAAMAAAAAADAAOAEwAzADM4ADMwAxADMzA7gDuAsw - u7uwO7swswu7uwO4A7gLM7szMLs7MbM7M7sDuAO4CzOzAzOzA7OzOwC7A7gDuAszszsxszuzszszuwOz - A7MLuLu7iLu7s7M7u7ODsxOzO7iLuIiLO7AAA7swiLu7u7uIiIiIgwOzswAAAIiLu4uziIiIiIALsbMA - AACIiIiIgIiIiIiAAACIgzAAiIiIiICIiIiIgACIiIiIAIiIiIiAiIiIiIAIiIiIiICIiIiIgIiIiIiI - OIiIiIiIiIiIiICIiIiIgIiIh3iIiIiIiIiAiIiIiICIiP/3iIiIiIiIgIiIiIiIiIf//4iIiIiIiICI - iIiIg4iH//+IiIiIiIiAiIiIiICIiP/3iIiIiIiIgIiIiIiAiIiIiIiIiIiIiHCIiIiIcAiIiIiIiAiI - iIiACIiIh4AIeIiIiIAAiHd4AACId4gAAIh3d3gAAAAAAAAAAAAAAAAAAAAAAP////+PCcEBjgHAAYAB - jiGAAAABgAgAAYEMAAmB/8/54//v/cmQIzCIgAAgiIAAAIiAAACIgAAAgAAAAAAAAOEAAAg/AAAYPwAA - HgcAABwDAAAYAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQBAAAGAYAcDgPAP/////KAAAACAA - AABAAAAAAQAIAAAAAACABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEB - AQACAgIABAQEAAUGBwAFCQsABQoNAAQLDgAECw8ABQ0RAAUOEwAFDxUABRAXAAUSGQAHFBwACRYdAAsY - HwAOGSAAERshABMdIgAWHiMAGSAkABsiJQAcIycAGiQqABYlLQASJTAADiYzAAwnNQAKKToACSs/AAgu - QwAIMUcACTRNAAk2UAAKOVMACjxZAApAXgAMQWAAEENgABpEXAAjQ1YAKURTADFETwA7REkAP0RHAEFF - RgBERkcAR0hIAEtKSgBPTk4AVlVVAFxcWwBhYWAAZmVlAG1sbAB0dXUAd3p8AHh9gAB9gIIAhISFAIiH - hgCJiIcAiomIAIqKiQCLi4oAi4uLAIyMjACOjo4AkJCQAJKSkgCUk5MAlJSTAJWUlACXlZQAmJWTAJqV - kgCalZIAmpWSAJqVkgCalZIAmZWTAJiVlACWlpUAlpaVAJaWlQCWlpUAlpaVAJaVlQCWlpYAlpaWAJaW - lgCWlpYAl5eXAJeXlwCYmJgAmJiYAJiYmACYmJgAmZmZAJmZmQCampoAm5ubAJubmwCcnJwAnZ2dAJ6e - ngCgoKAAoKCgAKGhoQCioqIAoqKiAKOjowClpaUApaWmAKSlpgCgo6UAm6KmAJahpwCNn6kAgp2sAHub - rQB1ma8AbZiwAGeXtABjl7YAYpa0AGKTsABhkq4AX5CsAFqMqQBWiaYAUIWkAEqCoQBGfp8APHmcADBx - lgAoao8AIGOJABldgwAWWoAAElh/AA5WfwAOVn4ADVV9AA1WfwAOWIIADlqFAA9chwAPXYkAD16MABBg - jQAQYY8AEWSTABFmlgASaJkAEmqdABJtoQASb6QAEnKoABNzqwAUda0AFXiwABZ5sgAXe7QAGH64ABiA - uwAYgb4AGIK/ABeDwQAXhMIAGIXEABqHxgAaickAGovLABuNzgAaj9EAG5DUABuS1gAclNkAHJbcAByY - 3wAdmuEAHJvkACCf5wAen+kAG6DrABqg7AAaoO0AGqHuABmi7wAZovAAGqPyABqk8wAapfUAGqb2ABun - 9wAcqPcAHKn5ABuq+wAbqvsAG6v8ABus/QAbrP4AG63+ABut/gAbrv4AG6/+ABqv/gAbr/4AG7D+AByx - /gAbsv4AG7L+AByz/gAetP4AHrX+AB+2/gAgt/4AILj+AB+5/gAeuv4AHrr+AB67/gAeu/4AHrz+AB69 - /gAfvv4AH7/+ACDA/gAgwv4AIMP+ACDE/gAhxf4AIcX+ACHG/gAlxv0AK8b8ADLG+gBDyPgAXcz0AH7R - 8QCd1u4Aut/uANDm7wDe6vAA6O/yAPD09gD09vcA////APj4+AADAwMDAwMDAwMDAwMDAwMDAwMDAwMD - AwMDAwMDAwMDAwOU2iEDAwMDv+jglwPOtgMDAyK/6+vhAyvX5uqxlfADA5zcKwMDA6/nuM7TKs63AwMD - xemlqawf6dy32LSi6wMDmd/S17kJubwJleegy6kDAw/nvgMDAyjpnwO5taDrAwOc4ca04KmtySmz4J+/ - tycoH920FSIrJeauK9CwnuwDA5zeJxHC0Lrc09jpA8jb09+vvNy8vry5wtrY6JWU7wMDleOkntTrA7nr - 6rwDA/DqvCvQ0+jo7LW06uq8A5rvAwMn6eHh6LoDAwMDAwMDAwMDA/DrAwMDAwMDAwMDqPADAwMDpqks - AwMDAwMDAwMDAwMDA7EDAwMDAwMDAwMDqQMDA6s8AyiqAwOZKwMNnKWxiwsDlaivAwOxKgMDpqCgpgOe - 6oIDsOg+A821CsXj5eXHDrrl4eefI/CdA9Tj49jcA5vhggOs3j8Dw6ss5eCiq5Ei6tyq1Lkn6ZWi47es - 1NIDmuGCA6zePwPCsaHgkAOkqpXmngOuyCvmmbLhDQ7f0gOY4YIDrN4/A8GyluOmldq7KuevK8LCleid - qN+dptjYA5bjjAOq3DAIv706x93f14I5wt3m2NSh6qQr1N7c3rM6K+WmJbrak5XSv1+AvcqCVVV/yrbJ - yxMDAwO48PC8AzY70Nre2NLb39uDVVFTUVNPX28wA7HLlfCfAwMDAwMDNlWAytO9gs/UoEFiX11dWl9f - cwMD58kq26MDAwMDAwM2X1FTUVNTVUIZRGVfX19fX19zAwMDAwk0NTcyMgMDAzZfX11dWl9lRhxFZV9f - X19fX3UDAwM3Q2ptbU0+PQMDNl9fX19fX2VHHEVlX19fX19fawMDO3ZpX2JfYmprQgM2X19fX19fZUcc - RWVfX19fX2JIMzFtX19dSEtfX19uPjZfX19fX19lRxxFZV9fX19fZUUJXWVfTEx3ckldX19qNl9fX19f - X2VHHEVlX19fX19lQhxzX01I+v//d0lfX182X19fX19fZUccRWVfX19fX2VBM29fSnf////8R01fXzZf - X19fX19lRxxFZV9fX19fZUEyb19Kd/////tFTV9fNl9fX19fX2VHHEVlX19fX19lRRtzX11F+f37d0tf - X182Yl9fX19fZUgPR2lfX19fX2JdDkRqX11LYl1LX19fajZuX19fX19fcgM3a19fX19fX3gDHWViX11N - TV9fX28+A0duYl9fX29AAwM+b2JfX2VwQgMDN3dpX19fX19vQgMDA0FrdXN3QAMDAxw+anV4Sz0DAwMD - N0F3c3Nzd0IDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/////48JwQGOAcABgAGOIYAA - AAGACAABgQwACYH/z/nj/+/9yZAjMIiAACCIgAAAiIAAAIiAAACAAAAAAAAA4QAACD8AABg/AAAeBwAA - HAMAABgBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAEAAAYBgBwOA8A/////8oAAAAMAAAAGAA - AAABABgAAAAAAIAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQMF - D1iBHaz+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACz9dGJDUHKb0GpvkF4nKAQkNAAAAD1qEFobFFobF - CTRNAAAAAAAAAAAAAAAAAAECByxBFoK/HKTyG6DsHKb0Haz9EWWVAAAAAQUIDU90GZffG6TxG5/qHaz9 - GpnhBBomDU91Ha3/Ha3/AAAAAAAAAgwRFX+7Ha3/F4jJBR8uAAAAAAAAAAAAAAAAAAAACThSG5/rHaz+ - Ha3/Ha3/G6HuDlV+AQcLFX66Ha3/Ha3/CTRNAAAAAAAAAAAAAAAABR4sGI7SHaz9Ha3/Ha3/Ha3/Ha3/ - FoTDAQcLC0JhHKXzHa3/Ha3/Ha3/Ha3/Haz+Cj5bFoTDHa3/Ha3/AAAAAAAAAg4UFoTCHa3/FYC8AxAX - AAAAAAAAAAAAAAAABRsoGZbdHa3/Ha3/Ha3/Ha3/Ha3/GJHVByxBFYC9Ha3/Ha3/CTRNAAAAAAAAAAAA - AgwSE3GnHa3/Ha3/Ha3/Ha3/Ha3/Ha3/EGCNBSEwG5/qHa3/Ha3/Ha3/Ha3/Ha3/Ha3/DElrF4vNHa3/ - Ha3/AAAAAAAAAg0TFoLAHa3/G6HuF4bGFoK/FHWtCDJKAAAAC0NjHKf2Ha3/G6DsCTNLFHixHa3/HKb1 - D1qEFX66Ha3/Ha3/CTRNAAAAAAAAAAEBBiU3Gp3oHa3/Ha3/AAAAAAAAAAAADUtvAAIDDlJ5Haz+Ha3/ - GZffCjtXFX66Ha3/Ha3/DEdoF4nKHa3/Ha3/AAAAAAAAAg0TFoPBHa3/Ha3/Ha3/Ha3/Ha3/GpvlBRwp - DU5zHKf2Ha3/Cj5bAAAABiExHaz9Ha3/E3ClFoLAHa3/GI7RCTRNAAAAAAAAAAEBCC1DHKf2Ha3/E2+j - AAAAAAAAAAAAAAAAAAAAEWiZHa3/G6HtCDJJAAAACjxZHav8Ha3/DEdpF4nKHa3/Ha3/AAAAAAAAAg0T - F4jIHa3/Ha3/HKr6G6LvHav8Ha3/FoK/DlF4G6PwHa3/EWOSAxMcD1qFHa3/Haz+EmqcFHmyHa3/G6Lv - CTRNAxEZBBonAw8WByxBHKTyHa3/EWOSAxQdAxAYBBomDU1yAQUHD1yHHa3/HKb0D1eAAxIaE3GmHa3/ - Ha3/C0JhF4rLHa3/Ha3/AAAAAAAAAg0TFobFHa3/Hav8EmiaCjpVGIzPHa3/Haz+EWOSGJHWHa3/Hav8 - GZbdHaz+Ha3/Ha3/E3GnEWSUHaz9Ha3/G6HuGIzPGpnhFX66DEZnGZffHa3/G5/rEWOSEWOSEWOSEWOS - EWOSDEptHKXzHa3/HKn5GpvlHaz+Ha3/G6HuBiIyF4fHHa3/Ha3/AAAAAAAAAg4UFoXEHa3/F4fHAgwR - AAAAEWaWHa3/Ha3/Ha3/GI7SHav8Ha3/Ha3/Ha3/Ha3/Ha3/AAAAF4jJGp7pHa3/Ha3/Ha3/Ha3/Ha3/ - FoPBGJLXHa3/Ha3/Ha3/Ha3/Ha3/Ha3/Ha3/Ha3/GJLXHaz+Ha3/Ha3/Ha3/Ha3/EWaXAQUHF4nKHa3/ - Ha3/AAAAAAAAAw8WFX24Ha3/GZffDEVmCC9FGZXbHa3/Ha3/Ha3/AAAAHa3/Ha3/Ha3/Ha3/Ha3/Ha3/ - AAAAAAAAHa3/Ha3/Ha3/Ha3/Har7F4rLD1qFGpvlHa3/Ha3/Ha3/Ha3/Ha3/Ha3/Ha3/Ha3/Ha3/Ha3/ - Ha3/Ha3/Ha3/Ha3/Ag4VAAAAF4rMHa3/Ha3/AAAAAAAAAxMcEWOSHa3/Ha3/HKTyG6PwHa3/Ha3/Ha3/ - Ha3/AAAAAAAAHa3/Ha3/Ha3/Ha3/AAAAAAAAAAAAAAAAHa3/Ha3/Ha3/F4vNByxBByg7HKj4Ha3/Ha3/ - Ha3/Ha3/Ha3/Ha3/Ha3/AAAAAAAAHa3/Ha3/Ha3/Ha3/AAAAAAAAAQMFGZTaHa3/Ha3/AAAAAAAAAAAA - DUtuGpniHa3/Ha3/Ha3/Ha3/Ha3/Ha3/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAHa3/Ha3/Ha3/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAHa3/Ha3/Ha3/AAAAAAAAAAAAAAAABSAvE3ClHKj3Ha3/F4jJD1iCCDJJAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHa3/Ha3/AAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHa3/Ha3/Ha3/AAAAAAAAAAAAAAAAAwMDHx8fOjo6 - ICAgAAAAGxsbGxsbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICAgICBQUFAgICBAQEQkJCMzMzJCQk - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAIDDUdoHa3+TqLSdXZ3HR0dAxAXIIO8Iqr4Q4KlDxUXAAAABys/G5/qGIzPBBUfAwMD - AxAXD1yHGpvlHKXzG6PwHqn4LKryPl1vAQEBAgsQDlF3GpzmHaz+G6DsHa3/AxAYAAAAByk9G6TxHa3/ - CDBHAAAAAQkNDlJ5GpniHKf2G6LvHKj3Haz9Ha3/AAAAAg4UGIK+Ha3/MqntX4CTGRkZCTNLHpzkHa3/ - R6XbRE1TAQEBEF2JHa3/G6HtDDxXAQMFEmyfHav8Ha3/Ha3/Ha3/Ha3/Hq3+FGiYAAAAD1iBHav8Ha3/ - Ha3/Haz+Haz+FoPBAAAADlV+Ha3/Hav8C0FgAAAAEF6LHKn5Haz+Ha3/Ha3/Har7Ha3/Ha3/AAAAAg4V - GYbFHa3/L6rwXYKXGhoaCTdRHp7nHa3/RqXcV2BlBAQED1yIHa3/HKDrCThSC0FgHar6Ha3/Ha3+Hqz9 - Hqz9Hq3+H6v6C0NjBiMzHaz+Ha3/Haz+Hav8Haz+Ha3/HKj3Byk9DUtuHa3/HKf2CTRNCC5EG6PwHa3/ - Haz+Hav8Haz+HKn5Ha3/Ha3/AAAAAw4VGYXCHa3/MKnvXoGVGhoaCTdRHp7nHa3/R6XbWGBkBgYGEFuG - Ha3/HZ/pC0NjGXWpHa3/Hq3+PaXfJWCDEkViSIqwNWyMAQQGFWSRHa3/Ha3/G6TxD1yHF4jJHaz+Ha3/ - EWSTDEdoHa3/G6PwCj1aEWSTHa3/Ha3/GpvkC0JhFoTCHar7Haz+Ha3/AAAAAw4VGYXCHa3/MKnvXoGV - GhoaCTdRHp7nHa3/R6XbWGBkBwcHEFuGHa3/HqHrDU91GIK/Ha3/LKfuPVdlAgICAQYJJozHK5POBSEw - FnWrHa3/I6r3DlV+AAAACTRMG6TxHa3/E3SrDU90Ha3/G6TxDEhqE3OpHa3/HKn5C0JiAAAACjlUHKf2 - Haz+Ha3/AAAAAw4VGYTBHa3/MKnvXoGVGhoaCTdRHp7nHa3/R6XbWWBlCAgIEFyHHa3/IaPtDk90FX+7 - Ha3/HpnfDDBEAQcLEWWVHa3/Ha3/EF6KEWWVHa3/HKDrC0BeAQcKC0FgHKTyHa3/E3KoDU90Ha3/HKf2 - DElrE2+kHa3/Gp3oC0JiAxAYD1mDHKn5Ha3/Ha3/ODg4Aw4VGYO/Ha3/MKnvYoWZHBwcCTdRHp7nHa3/ - R6XbWGBkBgYGEFuGHa3/JafxH1RyEmmbHa3/Ha3/FoG+EWaWHaTxHa3/Ha3/J1t4DEdpHa3/Ha3/GI7S - EWSUGZPZHa3/Ha3/FHq0D1qEHa3/Haz9DU91D1mDHa3/Ha3/GZTaFHewG6TxHaz9Ha3/Ha3/JCQkAw4V - F4LAHa3/MKfrTm+CDg4OCTRMHJvjHa3/RJ/TNz1BAQEBD1mDHa3/JKn1WIWeJlJqHKb0Ha3/Ha3/Ha3/ - Ha3/Ha3/L6nveYOJLEdWG5/qHa3/Ha3/Ha3/Ha3/Ha3/Ha3/G6DsFXy3Ha3/Ha3/E3ClCThTGp3oHa3/ - Ha3/Ha3/Ha3/Ha3/Ha3/Ha3/JCQkAg0TFYC8Ha3/H53lGT1RAAAACjpWGp7pHa3/IInFCREWAAAAE2+j - Ha3/I6r2a567g4iLQ4mxH6v6Ha3/Ha3/Ha3/MKnvd5yxlpaWiY2PSoWmH6n4Ha3/Ha3/Ha3/Ha3/Ha3/ - GI7RBBYhF4vNHa3/AAAABic5FXu2HKn5Ha3/Ha3/Ha3/Ha3/Ha3/AAAAJCQkKS8yEWeYHa3/HKn5FXu1 - DVB2FoLAHav8Ha3/HKb0EWSTD1yIHaLuHa3/JKn2dZyylpaWkZebb524TKTXQqbfVaLOgJqplpaWlpaW - lpaWk5eZZ5++GZbdFHewFoPBHKn5Ha3/FHewAAECAAAAAAAAAAAAAAAAAAAAHa3/Ha3/Ha3/Ha3/Ha3/ - AAAAAAAAJCQkgICAK1RtHar7Ha3/HKn5Haj2Haz+Ha3/Ha3/Ha3/HKj4Hqr6Ha3/Ha3/Np/cjZidlpaW - lpaWlpaWj5ecjJifkZealpaWlpaWlpaWlpaWlpaWlpaWCThTAxAXCTdRG6PwHa3/E3KoCjpWHKb1Ha3/ - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJCQklpaWhIyQQY+8Ha3/Ha3/Ha3/Ha3/H6z9Iqf0 - Ha3/Ha3/Ha3/Ha3/Hp7nY4eblpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWAAAA - AAAADlV9Haz9Ha3/GZbdFHWtHa3/Haz+Gp3oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJCQklpaW - lpaWjpabZZ6+NKjrJav4Oqflb524gJimVKLOLKryKav1NZHGIz5NeXp7lpaWlpaWlpaWlpaWlpaWlpaW - lpaWlpaWlpaWlpaWlpaWlpaWlpaWAAAAAAAAGJHVG6TxHKXzDElsBys/GZffF4rMBiIyAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAJCQklpaWlpaWlpaWlpaWkpeajJifkZealpaWlpaWlpaWjpedjZidXmBg - JCQkenp6lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWAAAAAAAAAAAAAAAAAAAA - AAAABwcHIiktLTM3MTExMDAwLy8vJCQkSkpKAAAAAAAAAAAAAAAAAAAAJCQklpaWlpaWlpaWlpaWlpaW - lpaWlpaWlpaWlpaWlpaWlpaWlpaWX19fJCQkenp6lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaW - lpaWlpaWlpaWAAAAAAAAAAAAAAAABgYGMjIyXl5ef39/jo6OkZGRkJCQh4eHbGxsSkpKSkpKAAAAAAAA - AAAAAAAAJCQklpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWX19fJCQkenp6lpaWlpaW - lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlZWVAAAAAAAAAAAAFRUVWVlZjY2NlpaWlpaWlpaW - lpaWlpaWlpaWlpaWlpaWfHx8SkpKAAAAAAAAAAAAJCQklpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaW - lpaWlpaWlpaWX19fJCQkenp6lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWioqKAAAA - AAAAFRUVampqlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWjo6OSkpKAAAAAAAAJCQklpaW - lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWX19fJCQkenp6lpaWlpaWlpaWlpaWlpaWlpaW - lpaWlpaWlpaWlpaWlpaWlpaWc3NzAAAABwcHXV1dlpaWlpaWlpaWlpaWlpaWlpaWl5eXlpaWlpaWlpaW - lpaWlpaWlpaWlJSUSkpKAAAAJCQklpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWX19f - JCQkenp6lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWY2NjSkpKNTU1kpKSlpaWlpaW - lpaWlpaWl5eXk5OTj4+PkZGRlpaWlpaWlpaWlpaWlpaWlpaWlpaWSkpKJCQklpaWlpaWlpaWlpaWlpaW - lpaWlpaWlpaWlpaWlpaWlpaWlpaWX19fJCQkenp6lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaW - lpaWlZWVXV1dBAQEc3NzlpaWlpaWlpaWlpaWlpaWj4+PkpKSnp6elpaWjY2NlJSUlpaWlpaWlpaWlpaW - lpaWSkpKJCQklpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWX19fJCQkenp6lpaWlpaW - lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlZWVWVlZGRkZkpKSlpaWlpaWlpaWlpaWkJCQpaWl0dHR - 5OTk3d3dsrKykpKSlZWVlpaWlpaWlpaWlpaWlpaWJCQklpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaW - lpaWlpaWlpaWX19fJCQkenp6lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlJSUWFhYMzMz - lpaWlpaWlpaWlpaWkJCQn5+f3d3d/v7+////////8vLyr6+vkpKSlZWVlpaWlpaWlpaWlpaWJCQklpaW - lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWX19fJCQkenp6lpaWlpaWlpaWlpaWlpaWlpaW - lpaWlpaWlpaWlpaWlpaWlJSUW1tbRUVFlpaWlpaWlpaWlZWVkpKSu7u7+fn5////////////////1NTU - lZWVlJSUlpaWlpaWlpaWlpaWJCQklpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWX19f - JCQkenp6lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlJSUXl5eTExMlpaWlpaWlpaWlJSU - k5OTxMTE/v7+////////////////4ODgl5eXlJSUlpaWlpaWlpaWlpaWJCQklpaWlpaWlpaWlpaWlpaW - lpaWlpaWlpaWlpaWlpaWlpaWlpaWX19fJCQkenp6lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaW - lpaWlZWVWVlZQEBAlpaWlpaWlpaWlpaWj4+Ps7Oz9/f3////////////////zs7OlJSUlJSUlpaWlpaW - lpaWlpaWJCQklpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWX19fJiYmenp6lpaWlpaW - lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlZWVXFxcLS0tlpaWlpaWlpaWlpaWkpKSlZWVzc3N//// - ////////5OTko6Ojk5OTlpaWlpaWlpaWlpaWlpaWJCQklpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaW - lpaWlpaWlpaWY2NjISEheXl5lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWaWlpDw8P - jo6OlpaWlpaWlpaWlpaWk5OTmJiYs7OzxMTEvb29oKCglJSUlpaWlpaWlpaWlpaWlpaWlpaWJCQklpaW - lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWYmJiBgYGcHBwlpaWlpaWlpaWlpaWlpaWlpaW - lpaWlpaWlpaWlpaWlpaWlpaWenp6AQEBYmJilpaWlpaWlpaWlpaWlpaWlJSUkJCQj4+PkJCQk5OTlpaW - lpaWlpaWlpaWlpaWlpaWlpaWExMTlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWfn5+ - AAAAS0tLkZGRlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWi4uLAAAAIyMji4uLlpaWlpaW - lpaWlpaWlpaWlpaWlpaWlZWVlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWExMTf39/lpaWlpaWlpaWlpaW - lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWAAAAFhYWdHR0lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaW - lpaWlpaWlpaWAAAABwcHQkJClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaW - lpaWAAAAAAAAExMTkpKSlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWAAAAAAAABQUFKysrfHx8 - lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWAAAAAAAAAAAAExMTUVFRlpaWlpaWlpaWlpaWlpaW - lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWAAAAAAAAAAAAAAAASkpKgoKClpaWlpaWlpaWlpaWlpaWlpaW - lpaWlpaWlpaWAAAAAAAAAAAAMjIyTk5OeXl5kpKSlpaWlpaWlpaWlpaWlpaWlpaWlpaWAAAAAAAAAAAA - AAAAAAAALi4uXV1dg4ODlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWAAAAAAAAAAAAAAAAAAAA - AAAASkpKSkpKlpaWlpaWlpaWlpaWlpaWlpaWAAAAAAAAAAAAAAAAAAAAAAAAAAAASkpKSkpKlpaWlpaW - lpaWlpaWlpaWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASkpKSkpKlpaWlpaWlpaWlpaWlpaWlpaW - lpaWlpaWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////+P8CHgEAH//4Pg - AeAAAf//g8ABwAAB//+AQAGDgAH//4AAAYPAAf//gAAAAAAB//+AAAAAAAH//4AAIAAAAf//gBAwAAAB - //+AGHgAGGH//8A//+P/8f//4D//8//x///gP8A//////4AIAAAhAP//gAAAACEA//+AAAAAAAD//4AA - AAAAAP//gAAAAAAA//+AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAgH//wAAAAAPg///AAAAAAP/ - //8AAAAGAf///wAAAAYB////AAAAB+Af//8AAAAHgA///wAAAAcAB///AAAABgAD//8AAAAEAAH//wAA - AAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA - //8AAAAAAAD//wAAAAAAAP//AAIABAAA//8AAgAEAAH//4AGAA4AA///wAcAHwAH///gH8B/wA////// - ////////KAAAACAAAABAAAAAAQAgAAAAAACAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAbAAA - AJAAAABsAAAAJAAAAAAAAAAMAAAAPAAAAHgAAACQAAAAkAAAAJAAAACQAAAAkAAAAGwAAAAkAAAADAAA - ADwAAAB4AAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAABsAAAAAAAE - CP8dsv//BiU3/wAAAJwAAABUAAAAMAAAAEgbnur/IL7//x64//8OWIP/AxUe/xyr/P8YkdX/AAAAkAAA - ADAAAAAkBSY5/xqf6v8gwv//IMH//x+5//8EHCr/C0Ji/x2w//8fvP//IMD//xeHyP8NVHz/I9P//wAA - AJAAAAAAAAQI/x20//8MSWv/AAAAtAAAAJwAAACQFYTD/x+9//8ZlNv/HKv8/x2u//8KQF7/HKv9/xiT - 2P8AAACcAAAAVAAAAP8bo/H/IL///xNzqv8UerX/FoG//wUgMP8gv///HbT//xiR1v8dsf//F4zP/xFt - oP8gwv//AAAAkAAAAAAABAj/Hrf//x2t//8dsP//GJTc/wEFB/8Yldz/Gp3n/wAFB/8OVHz/H73//xFn - mP8cqfr/FHq0/wAAALQAAACcAg0U/x+9//8anun/AAAAtAAAAJwAAACQCTlV/x+///8QZpb/AAAB/xmV - 3P8XjtL/EWmb/yDC//8AAACQAAAAAAAECP8fuf//G6Xz/xiMz/8euP//FHy3/xaCv/8cpvf/Cj1a/xeK - y/8fuP//EWaW/xqg6/8Ykdf/CTZP/wk6Vv8FHi7/HrX//xeMzv8EGib/Bic5/wtDYv8HMEb/H7z//xWC - wf8KQ2P/Haz+/xaGxv8QZJP/IMP//wAAAJAAAAAAAAQI/x62//8JNlD/AxAY/xqh7f8crP7/GZff/x6z - //8drv//HbH//x+///8AAABsG6b0/x2z//8drv//Hrf//xWEw/8Zm+X/HrL//xqb5f8anej/Gpvl/xmW - 3f8boe3/HbL//x2x//8fvv//DU5z/w5Vfv8gxf//AAAAkAAAAAAABAj/H7r//xJxqP8RZJP/Ha///yDB - //8AAACQGZXc/yDB//8gwP//Gpzm/wAAACQAAAAMIcf//yDA//8am+X/DEZo/xys//8drv//H77//x++ - //8gw///GI/T/xeN0P8gwP//IMD//xqb5P8AAAD/D12K/yHF//8AAACEAAAAAAk2UP8fv///Hbn//x65 - //8fvv//GJjh/wAAAJwAAABIAAAAGAAAACQAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwItH//yDC - //8AAACEAAAAVAAAACQAAAAMAAAADAAAACQAAAAkAAAAGAAAACQUebP/Icr//wAAAIQAAAAAAAAAJAQP - FP8ed6r/GXuy/xBBXf8EAQD/AAAAtAAAAIQAAABgAAAAeAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAA - AJAAAACQFofH/wAAAKgAAACcAAAAeAAAAEgAAABIAAAAeAAAAGwAAABIAAAAbAAAAJAUerX/AAAAqAAA - AAAABAj/IYK5/2tra/8LAAD/EjxT/yp/sP8SHCD/AAAAtA9ch/8MSWz/AAAA/wILEP8RYI7/E3Ss/yWK - w/89f6b/Eg8N/wAAAP8NTnP/FHmz/xWEw/8AAAC0AAAAnBaHx/8KP13/AAAAnAQZJf8Uda7/EWma/xFp - m/8Tdq3/AAAAAAAECP8gwP//W5zC/wwLCv8VhcX/Kr7//1p4iv8ACxL/HKr8/xiO0f8BBwr/G6Pw/x26 - //8eu///G7v//xil9v8BDBL/GZfe/x+7//8fuf//H73//xFml/8GKz//Isr//xBikf8AAAC0HK///x+6 - //8fuv//HbH//x60//8AAAAAAAQI/x+5//9bl7z/DAsK/xSBvv8otv//YHyM/wAIEP8aou//FoC9/w9L - bf8cu///Mbj//x5vnv82i7v/IVNw/wcpPP8fwP//HrT//xV+uv8dr///GZbc/wk3UP8fv///DU91/xJu - ov8fuv//GJHW/xWBvv8dr///Ha3//wAAACQABAj/H7n//1uXuv8MCwn/FIG+/yi2//9ge4r/AAsR/xqh - 7v8ZiMb/EWqd/yG4//8zX3j/AAAA/xlzqP8dfrT/DVN7/yG8//8SY5H/AAAA/xWDv/8cpvX/DEpt/x+8 - //8PW4b/FonK/x65//8BChD/AgwR/x63//8drf//YGZq/wAECP8fuf//YJ3B/w8NDf8Ugb7/Kbb//2R/ - j/8AChH/GqDt/yCKyP8LVoD/Hbr//xJ1rv8NUnn/HLL//xeZ4v8IPlz/Hb3//xaExP8LRWb/G6Hu/xuh - 7f8NUHT/IL7//w9ikf8UebL/Hrf//xBikv8Td67/HbH//x2x//8lJSX/CFWC/yG6//8/dpX/AAAA/xR9 - uf8ntP//MUZS/wAECP8Wnuv/Oano/1Viaf8Zpfb/GLX//xq3//8UsP//Y6DE/2deWf8Zoe3/G7X//x+8 - //8dsf//HK///xJrn/8gwP//E3Ko/wtHav8dr///Hrb//x6z//8etv//F4vN/yUlJf8DRmz/Hbv//xV2 - rf8GMEj/GZjh/x2y//8OVn//DEtv/xmt//81quv/l5aW/3CUqv88p+X/LKrw/1ehzP+alpP/npeT/3KV - p/8nq/f/FpDW/xun9v8cqfr/AxMd/wAAALQAAACcAAAAbBiT2f8hyP//Icf//xmb5v8AAAAkJSUl/2Bm - av8Xq///GLL//x22//8Ysf//F63//xqz//8et///FLP//1+VtP+clpL/m5WS/5uUkP+alZL/nJSP/5eV - lf+Wlpb/p5+a/zE/R/8AAAD/FofH/xyp+v8OVHv/Is3//xFml/8AAACcAAAAVAAAADAAAAAkAAAADAAA - AAAlJSX/nJaT/2mWr/8qqvP/FK7//0ak2/9bncP/Iaz7/x2v//8YaZf/iYSC/5mXl/+Wlpb/lpWV/5aV - lf+WlpX/lpaW/5aWlv+ioqL/AAAAkAAAADAfvf//G6f3/whAYP8WtP//Cmyk/wAAALQAAACcAAAAkAAA - AHgAAAA8AAAADCUlJf+Wlpb/nJWR/5+Ujv+clZD/npSN/56Ujv+glpH/kIeC/ycdF/+KiYj/mJiY/5aW - lv+Wlpb/lpaW/5aWlv+Wlpb/lpaW/6Kiov8AAACQAAAAPAAAACQAAABIEQkE/0U6Nf9QR0L/UVFR/0BA - QP89PT3/AAAAtAAAAIQAAAAAJSUl/5aWlv+Wlpb/lpWV/5aVlf+WlpX/lpaW/5iYl/+Li4r/JSUl/4qK - iv+YmJj/lpaW/5aWlv+Wlpb/lpaW/5aWlv+Wlpb/o6Oj/wAAAJwAAABsAAAAeFBQUP+IiIj/mpqZ/5yc - nP+cnJz/lJSU/3p6ev9xcXH/AAAAtAAAAAwlJSX/lpaW/5aWlv+Wlpb/lpaW/5aWlv+Wlpb/mJiY/4uL - i/8lJSX/ioqK/5iYmP+Wlpb/lpaW/5aWlv+Wlpb/lpaW/5aWlv+bm5v/AAAAtAAAAP9nZ2f/paWl/5mZ - mf+Wlpb/l5eX/5aWlv+Xl5f/mpqa/5ubm/+Hh4f/AAAADCUlJf+Wlpb/lpaW/5aWlv+Wlpb/lpaW/5aW - lv+YmJj/i4uL/yUlJf+Kior/mJiY/5aWlv+Wlpb/lpaW/5aWlv+Wlpb/l5eX/4yMjP9BQUH/ODg4/5yc - nP+Wlpb/lpaW/5WVlf+NjY3/kZGR/5aWlv+Wlpb/lpaW/52dnf94eHj/JSUl/5aWlv+Wlpb/lpaW/5aW - lv+Wlpb/lpaW/5iYmP+Li4v/JSUl/4qKiv+YmJj/lpaW/5aWlv+Wlpb/lpaW/5aWlv+YmJj/ioqK/wgI - CP+VlZX/mJiY/5aWlv+Tk5P/k5OT/6+vr/+hoaH/j4+P/5WVlf+Wlpb/lpaW/5qamv8lJSX/lpaW/5aW - lv+Wlpb/lpaW/5aWlv+Wlpb/mJiY/4uLi/8lJSX/ioqK/5iYmP+Wlpb/lpaW/5aWlv+Wlpb/lpaW/5iY - mP+Ghob/JCQk/6Kiov+Wlpb/lJSU/42Njf/d3d3///////j4+P+0tLT/jo6O/5aWlv+Wlpb/lpaW/yUl - Jf+Wlpb/lpaW/5aWlv+Wlpb/lpaW/5aWlv+YmJj/i4uL/yUlJf+Kior/mJiY/5aWlv+Wlpb/lpaW/5aW - lv+Wlpb/mJiY/4WFhf9BQUH/n5+f/5aWlv+QkJD/rKys//////////////////Hx8f+Li4v/lJSU/5aW - lv+Wlpb/JSUl/5aWlv+Wlpb/lpaW/5aWlv+Wlpb/lpaW/5iYmP+Li4v/JSUl/4qKiv+YmJj/lpaW/5aW - lv+Wlpb/lpaW/5aWlv+YmJj/hYWF/z09Pf+fn5//lpaW/5CQkP+mpqb/////////////////7u7u/4qK - iv+UlJT/lpaW/5aWlv8lJSX/lpaW/5aWlv+Wlpb/lpaW/5aWlv+Wlpb/mJiY/4uLi/8nJyf/ioqK/5iY - mP+Wlpb/lpaW/5aWlv+Wlpb/lpaW/5iYmP+Kior/ISEh/6Kiov+Wlpb/lZWV/4qKiv/MzMz/9fX1/+np - 6f+np6f/kZGR/5aWlv+Wlpb/lpaW/xMTE/+Li4v/mZmZ/5aWlv+Wlpb/lpaW/5aWlv+YmJj/jIyM/xMT - E/+Li4v/mZmZ/5aWlv+Wlpb/lpaW/5aWlv+Wlpb/l5eX/5WVlf8RERH/iYmJ/5qamv+Wlpb/lZWV/5GR - kf+Xl5f/lZWV/5KSkv+Wlpb/lpaW/5aWlv+ampr/AAAAeFFRUf+bm5v/lpaW/5aWlv+Wlpb/lpaW/5aW - lv+hoaH/AAAAeFFRUf+bm5v/lpaW/5aWlv+Wlpb/lpaW/5aWlv+Wlpb/pKSk/wAAAHgrKyv/mJiY/5eX - l/+Wlpb/lZWV/5SUlP+UlJT/lpaW/5aWlv+Wlpb/np6e/3h4eP8AAAAAEBAQ/3h4eP+fn5//l5eX/5aW - lv+Wlpb/np6e/39/f/8AAAAAEBAQ/3h4eP+fn5//l5eX/5aWlv+Wlpb/mJiY/6CgoP+Hh4f/AAAAPAAA - AP9QUFD/p6en/5mZmf+Wlpb/lpaW/5aWlv+Wlpb/lpaW/56env+Hh4f/AAAAAAAAAAwAAAAAJycn/3h4 - eP+ampr/oqKi/6ampv9/f3//AAAAAAAAAAwAAAAAJycn/3h4eP+ampr/o6Oj/6SkpP+RkZH/cnJy/wAA - ACQAAAAMAAAAAAAAAABRUVH/goKC/6ampv+ioqL/oqKi/6Kiov+mpqb/h4eH/wAAAAAAAAAMAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AACCAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAQAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIBA - AAFAoAwC/////w== -</value> - </data> </root> \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/GUIProgramsAlt.csproj =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/GUIProgramsAlt.csproj 2007-06-14 12:33:58 UTC (rev 546) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/GUIProgramsAlt.csproj 2007-06-14 12:46:12 UTC (rev 547) @@ -106,9 +106,6 @@ <Compile Include="Design\AppSettingsMame.Designer.cs"> <DependentUpon>AppSettingsMame.cs</DependentUpon> </Compile> - <Compile Include="Design\AppSettingsPrePost.cs"> - <SubType>Form</SubType> - </Compile> <Compile Include="Design\AppSettingsRoot.cs"> <SubType>UserControl</SubType> </Compile> @@ -127,6 +124,12 @@ <Compile Include="Design\FileDetailsForm.Designer.cs"> <DependentUpon>FileDetailsForm.cs</DependentUpon> </Compile> + <Compile Include="Design\AppSettingsPrePost.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="Design\AppSettingsPrePost.Designer.cs"> + <DependentUpon>AppSettingsPrePost.cs</DependentUpon> + </Compile> <Compile Include="Design\SetupForm.cs"> <SubType>Form</SubType> </Compile> @@ -189,10 +192,6 @@ <DependentUpon>AppSettingsMame.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> - <EmbeddedResource Include="Design\AppSettingsPrePost.resx"> - <DependentUpon>AppSettingsPrePost.cs</DependentUpon> - <SubType>Designer</SubType> - </EmbeddedResource> <EmbeddedResource Include="Design\AppSettingsRoot.resx"> <DependentUpon>AppSettingsRoot.cs</DependentUpon> <SubType>Designer</SubType> @@ -205,6 +204,10 @@ <SubType>Designer</SubType> <DependentUpon>FileDetailsForm.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Design\AppSettingsPrePost.resx"> + <SubType>Designer</SubType> + <DependentUpon>AppSettingsPrePost.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Design\SetupForm.resx"> <DependentUpon>SetupForm.cs</DependentUpon> <SubType>Designer</SubType> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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] |
From: <che...@us...> - 2007-06-14 12:08:40
|
Revision: 545 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=545&view=rev Author: chef_koch Date: 2007-06-14 05:08:38 -0700 (Thu, 14 Jun 2007) Log Message: ----------- code cleanup Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/ProgramViews.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/GUIProgramsAlt.csproj Added Paths: ----------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/ProgramViews.Designer.cs Added: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/ProgramViews.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/ProgramViews.Designer.cs (rev 0) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/ProgramViews.Designer.cs 2007-06-14 12:08:38 UTC (rev 545) @@ -0,0 +1,170 @@ +namespace GUIPrograms.Design +{ + partial class ProgramViews + { + /// <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 Komponenten-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.dataGrid = new System.Windows.Forms.DataGrid(); + this.cbViews = new MediaPortal.UserInterface.Controls.MPComboBox(); + this.label3 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.tbViewName = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.label2 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.btnDelete = new MediaPortal.UserInterface.Controls.MPButton(); + this.btnSave = new MediaPortal.UserInterface.Controls.MPButton(); + this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); + ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).BeginInit(); + this.SuspendLayout(); + // + // dataGrid + // + this.dataGrid.AlternatingBackColor = System.Drawing.Color.Lavender; + this.dataGrid.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.dataGrid.BackColor = System.Drawing.Color.WhiteSmoke; + this.dataGrid.BackgroundColor = System.Drawing.Color.LightGray; + this.dataGrid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.dataGrid.CaptionBackColor = System.Drawing.Color.LightSteelBlue; + this.dataGrid.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.dataGrid.CaptionForeColor = System.Drawing.Color.MidnightBlue; + this.dataGrid.DataMember = ""; + this.dataGrid.FlatMode = true; + this.dataGrid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.dataGrid.ForeColor = System.Drawing.Color.MidnightBlue; + this.dataGrid.GridLineColor = System.Drawing.Color.Gainsboro; + this.dataGrid.GridLineStyle = System.Windows.Forms.DataGridLineStyle.None; + this.dataGrid.HeaderBackColor = System.Drawing.Color.MidnightBlue; + this.dataGrid.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.dataGrid.HeaderForeColor = System.Drawing.Color.WhiteSmoke; + this.dataGrid.LinkColor = System.Drawing.Color.Teal; + this.dataGrid.Location = new System.Drawing.Point(5, 113); + this.dataGrid.Name = "dataGrid"; + this.dataGrid.ParentRowsBackColor = System.Drawing.Color.Gainsboro; + this.dataGrid.ParentRowsForeColor = System.Drawing.Color.MidnightBlue; + this.dataGrid.SelectionBackColor = System.Drawing.Color.CadetBlue; + this.dataGrid.SelectionForeColor = System.Drawing.Color.WhiteSmoke; + this.dataGrid.Size = new System.Drawing.Size(426, 256); + this.dataGrid.TabIndex = 83; + // + // cbViews + // + this.cbViews.BorderColor = System.Drawing.SystemColors.ActiveCaptionText; + this.cbViews.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cbViews.Location = new System.Drawing.Point(69, 49); + this.cbViews.Name = "cbViews"; + this.cbViews.Size = new System.Drawing.Size(168, 21); + this.cbViews.TabIndex = 85; + this.cbViews.SelectedIndexChanged += new System.EventHandler(this.cbViews_SelectedIndexChanged); + // + // label3 + // + this.label3.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label3.Location = new System.Drawing.Point(5, 9); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(216, 32); + this.label3.TabIndex = 90; + this.label3.Text = "Program Views"; + // + // tbViewName + // + this.tbViewName.BorderColor = System.Drawing.Color.Empty; + this.tbViewName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.tbViewName.Location = new System.Drawing.Point(69, 81); + this.tbViewName.Name = "tbViewName"; + this.tbViewName.Size = new System.Drawing.Size(168, 21); + this.tbViewName.TabIndex = 89; + // + // label2 + // + this.label2.Location = new System.Drawing.Point(13, 81); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(40, 20); + this.label2.TabIndex = 88; + this.label2.Text = "Name:"; + // + // btnDelete + // + this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btnDelete.Location = new System.Drawing.Point(370, 377); + this.btnDelete.Name = "btnDelete"; + this.btnDelete.Size = new System.Drawing.Size(48, 23); + this.btnDelete.TabIndex = 87; + this.btnDelete.Text = "Delete"; + this.btnDelete.UseVisualStyleBackColor = true; + this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); + // + // btnSave + // + this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btnSave.Location = new System.Drawing.Point(314, 377); + this.btnSave.Name = "btnSave"; + this.btnSave.Size = new System.Drawing.Size(48, 23); + this.btnSave.TabIndex = 86; + this.btnSave.Text = "Save"; + this.btnSave.UseVisualStyleBackColor = true; + this.btnSave.Click += new System.EventHandler(this.btnSave_Click); + // + // label1 + // + this.label1.Location = new System.Drawing.Point(13, 54); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(40, 16); + this.label1.TabIndex = 84; + this.label1.Text = "View:"; + // + // ProgramViews + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.dataGrid); + this.Controls.Add(this.cbViews); + this.Controls.Add(this.label3); + this.Controls.Add(this.tbViewName); + this.Controls.Add(this.label2); + this.Controls.Add(this.btnDelete); + this.Controls.Add(this.btnSave); + this.Controls.Add(this.label1); + this.Name = "ProgramViews"; + this.Size = new System.Drawing.Size(437, 408); + ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).EndInit(); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.DataGrid dataGrid; + private MediaPortal.UserInterface.Controls.MPComboBox cbViews; + private MediaPortal.UserInterface.Controls.MPLabel label3; + private MediaPortal.UserInterface.Controls.MPTextBox tbViewName; + private MediaPortal.UserInterface.Controls.MPLabel label2; + private MediaPortal.UserInterface.Controls.MPButton btnDelete; + private MediaPortal.UserInterface.Controls.MPButton btnSave; + private MediaPortal.UserInterface.Controls.MPLabel label1; + } +} Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/ProgramViews.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/ProgramViews.cs 2007-06-14 11:48:46 UTC (rev 544) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/ProgramViews.cs 2007-06-14 12:08:38 UTC (rev 545) @@ -39,10 +39,7 @@ namespace GUIPrograms.Design { - /// <summary> - /// Summary description for ProgramViews. - /// </summary> - public class ProgramViews : UserControl + public partial class ProgramViews : UserControl { #region Helper Classes @@ -147,173 +144,6 @@ #endregion Helper Classes - #region Designer Code - - /// <summary> - /// Required designer variable. - /// </summary> - private System.ComponentModel.Container components = null; - - /// <summary> - /// Clean up any resources being used. - /// </summary> - /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Component 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.dataGrid = new System.Windows.Forms.DataGrid(); - this.label3 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.tbViewName = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.label2 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.btnDelete = new MediaPortal.UserInterface.Controls.MPButton(); - this.btnSave = new MediaPortal.UserInterface.Controls.MPButton(); - this.cbViews = new MediaPortal.UserInterface.Controls.MPComboBox(); - this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); - ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).BeginInit(); - this.SuspendLayout(); - // - // dataGrid - // - this.dataGrid.AlternatingBackColor = System.Drawing.Color.Lavender; - this.dataGrid.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.dataGrid.BackColor = System.Drawing.Color.WhiteSmoke; - this.dataGrid.BackgroundColor = System.Drawing.Color.LightGray; - this.dataGrid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.dataGrid.CaptionBackColor = System.Drawing.Color.LightSteelBlue; - this.dataGrid.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); - this.dataGrid.CaptionForeColor = System.Drawing.Color.MidnightBlue; - this.dataGrid.DataMember = ""; - this.dataGrid.FlatMode = true; - this.dataGrid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); - this.dataGrid.ForeColor = System.Drawing.Color.MidnightBlue; - this.dataGrid.GridLineColor = System.Drawing.Color.Gainsboro; - this.dataGrid.GridLineStyle = System.Windows.Forms.DataGridLineStyle.None; - this.dataGrid.HeaderBackColor = System.Drawing.Color.MidnightBlue; - this.dataGrid.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); - this.dataGrid.HeaderForeColor = System.Drawing.Color.WhiteSmoke; - this.dataGrid.LinkColor = System.Drawing.Color.Teal; - this.dataGrid.Location = new System.Drawing.Point(8, 112); - this.dataGrid.Name = "dataGrid"; - this.dataGrid.ParentRowsBackColor = System.Drawing.Color.Gainsboro; - this.dataGrid.ParentRowsForeColor = System.Drawing.Color.MidnightBlue; - this.dataGrid.SelectionBackColor = System.Drawing.Color.CadetBlue; - this.dataGrid.SelectionForeColor = System.Drawing.Color.WhiteSmoke; - this.dataGrid.Size = new System.Drawing.Size(426, 256); - this.dataGrid.TabIndex = 14; - // - // label3 - // - this.label3.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label3.Location = new System.Drawing.Point(8, 8); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(216, 32); - this.label3.TabIndex = 82; - this.label3.Text = "Program Views"; - // - // tbViewName - // - this.tbViewName.BorderColor = System.Drawing.Color.Empty; - this.tbViewName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.tbViewName.Location = new System.Drawing.Point(72, 80); - this.tbViewName.Name = "tbViewName"; - this.tbViewName.Size = new System.Drawing.Size(168, 21); - this.tbViewName.TabIndex = 20; - // - // label2 - // - this.label2.Location = new System.Drawing.Point(16, 80); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(40, 20); - this.label2.TabIndex = 19; - this.label2.Text = "Name:"; - // - // btnDelete - // - this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnDelete.Location = new System.Drawing.Point(373, 376); - this.btnDelete.Name = "btnDelete"; - this.btnDelete.Size = new System.Drawing.Size(48, 23); - this.btnDelete.TabIndex = 18; - this.btnDelete.Text = "Delete"; - this.btnDelete.UseVisualStyleBackColor = true; - this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); - // - // btnSave - // - this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnSave.Location = new System.Drawing.Point(317, 376); - this.btnSave.Name = "btnSave"; - this.btnSave.Size = new System.Drawing.Size(48, 23); - this.btnSave.TabIndex = 17; - this.btnSave.Text = "Save"; - this.btnSave.UseVisualStyleBackColor = true; - this.btnSave.Click += new System.EventHandler(this.btnSave_Click); - // - // cbViews - // - this.cbViews.BorderColor = System.Drawing.SystemColors.ActiveCaptionText; - this.cbViews.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.cbViews.Location = new System.Drawing.Point(72, 48); - this.cbViews.Name = "cbViews"; - this.cbViews.Size = new System.Drawing.Size(168, 21); - this.cbViews.TabIndex = 16; - this.cbViews.SelectedIndexChanged += new System.EventHandler(this.cbViews_SelectedIndexChanged); - // - // label1 - // - this.label1.Location = new System.Drawing.Point(16, 53); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(40, 16); - this.label1.TabIndex = 15; - this.label1.Text = "View:"; - // - // ProgramViews - // - this.Controls.Add(this.dataGrid); - this.Controls.Add(this.cbViews); - this.Controls.Add(this.label3); - this.Controls.Add(this.tbViewName); - this.Controls.Add(this.label2); - this.Controls.Add(this.btnDelete); - this.Controls.Add(this.btnSave); - this.Controls.Add(this.label1); - this.Name = "ProgramViews"; - this.Size = new System.Drawing.Size(437, 408); - ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); - - } - - #endregion - - private MediaPortal.UserInterface.Controls.MPTextBox tbViewName; - private MediaPortal.UserInterface.Controls.MPLabel label2; - private MediaPortal.UserInterface.Controls.MPButton btnDelete; - private MediaPortal.UserInterface.Controls.MPButton btnSave; - private MediaPortal.UserInterface.Controls.MPComboBox cbViews; - private MediaPortal.UserInterface.Controls.MPLabel label1; - private System.Windows.Forms.DataGrid dataGrid; - private MediaPortal.UserInterface.Controls.MPLabel label3; - - #endregion Designer Code - #region Variables ViewDefinition currentView; Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/GUIProgramsAlt.csproj =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/GUIProgramsAlt.csproj 2007-06-14 11:48:46 UTC (rev 544) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/GUIProgramsAlt.csproj 2007-06-14 12:08:38 UTC (rev 545) @@ -124,15 +124,18 @@ <Compile Include="Design\FileInfoScraperForm.Designer.cs"> <DependentUpon>FileInfoScraperForm.cs</DependentUpon> </Compile> - <Compile Include="Design\ProgramViews.cs"> - <SubType>UserControl</SubType> - </Compile> <Compile Include="Design\SetupForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Design\SetupForm.Designer.cs"> <DependentUpon>SetupForm.cs</DependentUpon> </Compile> + <Compile Include="Design\ProgramViews.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Design\ProgramViews.Designer.cs"> + <DependentUpon>ProgramViews.cs</DependentUpon> + </Compile> <Compile Include="FileItems\FileItem.cs" /> <Compile Include="FileItems\FileItemInfo.cs" /> <Compile Include="FileItems\FileItemList.cs" /> @@ -199,14 +202,14 @@ <SubType>Designer</SubType> <DependentUpon>FileInfoScraperForm.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="Design\ProgramViews.resx"> - <DependentUpon>ProgramViews.cs</DependentUpon> - <SubType>Designer</SubType> - </EmbeddedResource> <EmbeddedResource Include="Design\SetupForm.resx"> <DependentUpon>SetupForm.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> + <EmbeddedResource Include="Design\ProgramViews.resx"> + <SubType>Designer</SubType> + <DependentUpon>ProgramViews.cs</DependentUpon> + </EmbeddedResource> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-14 11:48:49
|
Revision: 544 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=544&view=rev Author: chef_koch Date: 2007-06-14 04:48:46 -0700 (Thu, 14 Jun 2007) Log Message: ----------- small formatting changes Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsDirCache.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGrouper.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsMame.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsRoot.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.cs 2007-06-14 11:34:48 UTC (rev 543) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.cs 2007-06-14 11:48:46 UTC (rev 544) @@ -1,19 +1,43 @@ +#region Copyright (C) 2005-2007 Team MediaPortal + +/* + * Copyright (C) 2005-2007 Team MediaPortal + * http://www.team-mediaportal.com + * + * This Program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This Program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GNU Make; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + +#endregion + using System; using System.Collections.Generic; using System.ComponentModel; +using System.Data; using System.Drawing; -using System.Data; using System.Text; using System.Windows.Forms; -using GUIPrograms.Database; using GUIPrograms.ApplicationItems; +using GUIPrograms.Database; namespace GUIPrograms.Design { public partial class AppFilesImportProgress : AppSettingsBase { - private bool isImportRunning; private ApplicationItem curApp; const string importStartedText = "=== import started..."; @@ -54,7 +78,6 @@ prePostButton.Visible = false; } - public void RunImport() { // RunImport(); @@ -113,6 +136,5 @@ isImportRunning = value; } } - } -} +} \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.cs 2007-06-14 11:34:48 UTC (rev 543) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.cs 2007-06-14 11:48:46 UTC (rev 544) @@ -1,16 +1,41 @@ +#region Copyright (C) 2005-2007 Team MediaPortal + +/* + * Copyright (C) 2005-2007 Team MediaPortal + * http://www.team-mediaportal.com + * + * This Program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This Program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GNU Make; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + +#endregion + using System; using System.Collections.Generic; using System.ComponentModel; +using System.Data; using System.Drawing; -using System.Data; using System.IO; using System.Text; using System.Windows.Forms; using GUIPrograms; +using GUIPrograms.ApplicationItems; using GUIPrograms.Database; using GUIPrograms.FileItems; -using GUIPrograms.ApplicationItems; namespace GUIPrograms.Design { @@ -150,7 +175,6 @@ // filePathsLabel.Text = currentApplication.CurrentFilePath().Replace("&", "&&"); } - public string FileExtensionsText { @@ -261,7 +285,6 @@ } } - private void DeleteItems() { if (fileListView.SelectedItems.Count >= 1) @@ -439,7 +462,6 @@ } } - private void addFavoriteButton_Click(object sender, EventArgs e) { this.contextFavouritesMenuStrip.Show(addFavouriteButton, new Point(0, addFavouriteButton.Height)); @@ -449,6 +471,7 @@ { ShowFileScraper(); } + void ShowFileScraper() { if (FirstImageDirectoryValid()) @@ -588,7 +611,6 @@ } } - private void AppFilesView_Load(object sender, EventArgs e) { @@ -687,7 +709,6 @@ } - protected void fileDirButton_Click(object sender, EventArgs e) { folderBrowserDialog.SelectedPath = this.fileDirTextBox.Text; @@ -705,7 +726,6 @@ } } - /* void FillMameDirs() { string mameExe = this.applicationExeTextBox.Text; @@ -848,7 +868,5 @@ SetSourceDirectories(); } - - } -} +} \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.cs 2007-06-14 11:34:48 UTC (rev 543) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.cs 2007-06-14 11:48:46 UTC (rev 544) @@ -1,3 +1,28 @@ +#region Copyright (C) 2005-2007 Team MediaPortal + +/* + * Copyright (C) 2005-2007 Team MediaPortal + * http://www.team-mediaportal.com + * + * This Program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This Program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GNU Make; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + +#endregion + using System; using System.Collections.Generic; using System.ComponentModel; @@ -13,16 +38,13 @@ using GUIPrograms.ApplicationItems; using GUIPrograms.Database; - namespace GUIPrograms.Design { - public partial class AppSettingsBase : UserControl { string preLaunch = string.Empty; string postLaunch = string.Empty; - protected ConditionChecker conditionChecker = new ConditionChecker(); public AppSettingsBase() @@ -31,7 +53,6 @@ InitDefault(); } - public virtual bool AppItemToForm(ApplicationItem curApp) { if (curApp != null) @@ -48,7 +69,6 @@ return true; } - public virtual void FormToAppItem(ApplicationItem curApp) { if (curApp != null) @@ -158,7 +178,6 @@ } } - private void prePostButton_Click(object sender, EventArgs e) { using (AppSettingsPrePost prePostForm = new AppSettingsPrePost()) @@ -202,4 +221,4 @@ startupDirComboBox.Items.Add(Path.GetDirectoryName(applicationExeTextBox.Text)); } } -} +} \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsDirCache.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsDirCache.cs 2007-06-14 11:34:48 UTC (rev 543) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsDirCache.cs 2007-06-14 11:48:46 UTC (rev 544) @@ -1,17 +1,41 @@ +#region Copyright (C) 2005-2007 Team MediaPortal + +/* + * Copyright (C) 2005-2007 Team MediaPortal + * http://www.team-mediaportal.com + * + * This Program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This Program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GNU Make; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + +#endregion + using System; using System.Collections.Generic; using System.ComponentModel; +using System.Data; +using System.Diagnostics; using System.Drawing; -using System.Diagnostics; -using System.Data; using System.Text; using System.Windows.Forms; + using GUIPrograms; +using GUIPrograms.ApplicationItems; using GUIPrograms.Database; -using GUIPrograms.ApplicationItems; - - namespace GUIPrograms.Design { public partial class AppSettingsDirCache : AppSettingsBase @@ -38,7 +62,6 @@ return true; } - public override void FormToAppItem(ApplicationItem curApp) { base.FormToAppItem(curApp); @@ -100,4 +123,4 @@ allowRefreshCheckBox.Visible = false; } } -} +} \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.cs 2007-06-14 11:34:48 UTC (rev 543) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.cs 2007-06-14 11:48:46 UTC (rev 544) @@ -1,19 +1,42 @@ +#region Copyright (C) 2005-2007 Team MediaPortal + +/* + * Copyright (C) 2005-2007 Team MediaPortal + * http://www.team-mediaportal.com + * + * This Program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This Program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GNU Make; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + +#endregion + using System; using System.Collections.Generic; using System.ComponentModel; +using System.Data; +using System.Diagnostics; using System.Drawing; -using System.Data; +using System.IO; using System.Text; using System.Windows.Forms; -using System.Diagnostics; -using System.IO; -using GUIPrograms.Database; using GUIPrograms; - using GUIPrograms.ApplicationItems; +using GUIPrograms.Database; - namespace GUIPrograms.Design { public partial class AppSettingsGamebase : AppSettingsBase @@ -54,7 +77,6 @@ return true; } - public override void FormToAppItem(ApplicationItem curApp) { base.FormToAppItem(curApp); @@ -72,6 +94,7 @@ curApp.EnableGUIRefresh = this.allowRefreshCheckBox.Checked; } + public override bool EntriesOK(ApplicationItem curApp) { conditionChecker.Clear(); @@ -92,9 +115,6 @@ return conditionChecker.IsOk; } - - - private void informationLabel_Click(object sender, EventArgs e) { ProcessStartInfo startInfo = new ProcessStartInfo(@"http://www.bu22.com/"); @@ -113,4 +133,4 @@ this.Cursor = Cursors.Default; } } -} +} \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGrouper.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGrouper.cs 2007-06-14 11:34:48 UTC (rev 543) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGrouper.cs 2007-06-14 11:48:46 UTC (rev 544) @@ -1,14 +1,39 @@ +#region Copyright (C) 2005-2007 Team MediaPortal + +/* + * Copyright (C) 2005-2007 Team MediaPortal + * http://www.team-mediaportal.com + * + * This Program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This Program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GNU Make; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + +#endregion + using System; using System.Collections.Generic; using System.ComponentModel; +using System.Data; using System.Drawing; -using System.Data; using System.Text; using System.Windows.Forms; -using GUIPrograms.Database; + using GUIPrograms; - using GUIPrograms.ApplicationItems; +using GUIPrograms.Database; namespace GUIPrograms.Design { @@ -56,7 +81,6 @@ } - public override bool AppItemToForm(ApplicationItem curApp) { base.AppItemToForm(curApp); @@ -66,7 +90,5 @@ return true; } - - } -} +} \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsMame.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsMame.cs 2007-06-14 11:34:48 UTC (rev 543) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsMame.cs 2007-06-14 11:48:46 UTC (rev 544) @@ -1,19 +1,42 @@ +#region Copyright (C) 2005-2007 Team MediaPortal + +/* + * Copyright (C) 2005-2007 Team MediaPortal + * http://www.team-mediaportal.com + * + * This Program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This Program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GNU Make; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + +#endregion + using System; using System.Collections.Generic; using System.ComponentModel; +using System.Data; +using System.Diagnostics; using System.Drawing; -using System.Data; +using System.IO; using System.Text; using System.Windows.Forms; -using System.Diagnostics; -using GUIPrograms.Database; + using GUIPrograms; -using System.IO; - - using GUIPrograms.ApplicationItems; +using GUIPrograms.Database; - namespace GUIPrograms.Design { public partial class AppSettingsMame : AppSettingsBase @@ -23,7 +46,6 @@ InitializeComponent(); } - public override bool AppItemToForm(ApplicationItem curApp) { base.AppItemToForm(curApp); @@ -37,8 +59,6 @@ return true; } - - public override void FormToAppItem(ApplicationItem curApp) { @@ -77,8 +97,6 @@ } } - - private void AppSettingsMameDirect_Load(object sender, EventArgs e) { this.startupDirButton.Visible = false; @@ -111,7 +129,5 @@ { this.Cursor = Cursors.Default; } - - } -} +} \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsRoot.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsRoot.cs 2007-06-14 11:34:48 UTC (rev 543) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsRoot.cs 2007-06-14 11:48:46 UTC (rev 544) @@ -1,21 +1,44 @@ +#region Copyright (C) 2005-2007 Team MediaPortal + +/* + * Copyright (C) 2005-2007 Team MediaPortal + * http://www.team-mediaportal.com + * + * This Program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This Program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GNU Make; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + +#endregion + using System; using System.Collections.Generic; using System.ComponentModel; +using System.Data; using System.Drawing; -using System.Data; using System.Text; using System.Windows.Forms; + using GUIPrograms; +using GUIPrograms.ApplicationItems; using GUIPrograms.Database; -using GUIPrograms.ApplicationItems; - - namespace GUIPrograms.Design { public partial class AppSettingsRoot : AppSettingsBase { - bool Loaded = false; public AppSettingsRoot() @@ -62,7 +85,6 @@ } - public override bool AppItemToForm(ApplicationItem curApp) { base.AppItemToForm(curApp); @@ -75,7 +97,6 @@ return true; } - public override void FormToAppItem(ApplicationItem curApp) { // currentApplication is null! @@ -92,12 +113,9 @@ } } - private void button1_Click(object sender, EventArgs e) { titleTextBox.Text = "My Programs Alt."; } - - } -} +} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-14 11:34:50
|
Revision: 543 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=543&view=rev Author: chef_koch Date: 2007-06-14 04:34:48 -0700 (Thu, 14 Jun 2007) Log Message: ----------- fixed: after you set a filter, which hides the previously selected match, no new selection was made Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs 2007-06-14 11:30:58 UTC (rev 542) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs 2007-06-14 11:34:48 UTC (rev 543) @@ -89,14 +89,21 @@ #region Properties / Helper Routines - private FileItem GetSelectedFileItem() + private ListViewItem GetSelectedListViewItem() { if (listViewFileList.FocusedItem == null) return null; - if (listViewFileList.FocusedItem.Tag == null) return null; - return listViewFileList.FocusedItem.Tag as FileItem; + return listViewFileList.FocusedItem; } + private FileItem GetSelectedFileItem() + { + if (GetSelectedListViewItem() == null) return null; + if (GetSelectedListViewItem().Tag == null) return null; + + return GetSelectedListViewItem().Tag as FileItem; + } + private FileItemInfo GetSelectedMatchItem() { if (listViewMatchList.CheckedItems == null) return null; @@ -126,6 +133,14 @@ foreach (FileItemInfo info in file.FileInfoList) { + // is current favourite a good match? + // - info is from platform, which is set in combobox + // - has minimum relevance + // if not set favourite null + if (file.FileInfoFavourite != null) + if (!IsGoodMatch(file.FileInfoFavourite)) + file.FileInfoFavourite = null; + // check if // - info is from platform, which is set in combobox // - has minimum relevance @@ -224,6 +239,10 @@ private void ChangeFileSelection() { + if (GetSelectedListViewItem() == null) return; + if (GetSelectedFileItem() == null) return; + + SelectBestMatch(GetSelectedListViewItem()); SyncMatchList(GetSelectedFileItem()); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-14 11:30:59
|
Revision: 542 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=542&view=rev Author: chef_koch Date: 2007-06-14 04:30:58 -0700 (Thu, 14 Jun 2007) Log Message: ----------- fixed: after starting the search a second time, no match was selected automatically Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItem.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItem.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItem.cs 2007-06-13 23:25:00 UTC (rev 541) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItem.cs 2007-06-14 11:30:58 UTC (rev 542) @@ -879,6 +879,7 @@ } } fileItemInfoList = scraper.GameList; + fileItemInfoFavourite = null; } break; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-13 23:25:05
|
Revision: 541 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=541&view=rev Author: chef_koch Date: 2007-06-13 16:25:00 -0700 (Wed, 13 Jun 2007) Log Message: ----------- default mpconfig icon will be used now in taskbar Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/SetupForm.Designer.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/SetupForm.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/SetupForm.Designer.cs 2007-06-13 23:00:49 UTC (rev 540) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/SetupForm.Designer.cs 2007-06-13 23:25:00 UTC (rev 541) @@ -226,6 +226,7 @@ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MainMenuStrip = this.menuStrip; this.Name = "SetupForm"; + this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SetupForm"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SetupForm_FormClosed); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-13 23:01:03
|
Revision: 540 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=540&view=rev Author: northern_sky Date: 2007-06-13 16:00:49 -0700 (Wed, 13 Jun 2007) Log Message: ----------- workaround for possible frameworkbug Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs 2007-06-13 22:57:56 UTC (rev 539) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs 2007-06-13 23:00:49 UTC (rev 540) @@ -167,14 +167,23 @@ private void UpdateButtonStates() { - if (groupBoxFileList == null) return; - // labels to update - groupBoxFileList.Text = String.Format("Files ({0} of {1} selected)", listViewFileList.CheckedItems.Count, listViewFileList.Items.Count); + //frameworkbug...? listViewFileList.CheckedItems.COUNT throws null exceptions sometimes... gaaa - // button states to update - buttonStartSearch.Enabled = (listViewFileList.CheckedItems.Count > 0); + // labels to update + if (listViewFileList.SelectedItems.Count > 0) + { + groupBoxFileList.Text = String.Format("Files ({0} of {1} selected)", listViewFileList.CheckedItems.Count, listViewFileList.Items.Count); + // button states to update + buttonStartSearch.Enabled = (listViewFileList.CheckedItems.Count > 0); + } + else + { + groupBoxFileList.Text = String.Format("Files (0) of {0} selected)", listViewFileList.Items.Count); + buttonStartSearch.Enabled = false; + } + if (!buttonStartSearch.Enabled) buttonSaveSearch.Enabled = false; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-13 22:57:58
|
Revision: 539 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=539&view=rev Author: chef_koch Date: 2007-06-13 15:57:56 -0700 (Wed, 13 Jun 2007) Log Message: ----------- changed startupDirTextBox to startupDirComboBox containing - %FILEDIR% - DirectoryName of applicationExeTextBox Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsDirCache.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsDirCache.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGrouper.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGrouper.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsMame.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsMame.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsRoot.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsRoot.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.Designer.cs 2007-06-13 22:08:24 UTC (rev 538) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.Designer.cs 2007-06-13 22:57:56 UTC (rev 539) @@ -68,7 +68,7 @@ // // startupDirTextBox // - this.toolTip.SetToolTip(this.startupDirTextBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FIL" + + this.toolTip.SetToolTip(this.startupDirComboBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FIL" + "EDIR% if you want to use the directory where the launched file is stored)"); // // quoteCheckBox @@ -121,7 +121,7 @@ this.Controls.SetChildIndex(this.applicationArgumentsTextBox, 0); this.Controls.SetChildIndex(this.winStyleLabel, 0); this.Controls.SetChildIndex(this.winStyleComboBox, 0); - this.Controls.SetChildIndex(this.startupDirTextBox, 0); + this.Controls.SetChildIndex(this.startupDirComboBox, 0); this.Controls.SetChildIndex(this.startupDirLabel, 0); this.Controls.SetChildIndex(this.quoteCheckBox, 0); this.Controls.SetChildIndex(this.applicationImageButton, 0); Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.cs 2007-06-13 22:08:24 UTC (rev 538) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.cs 2007-06-13 22:57:56 UTC (rev 539) @@ -43,7 +43,7 @@ winStyleComboBox.Visible = false; startupDirButton.Visible = false; startupDirLabel.Visible = false; - startupDirTextBox.Visible = false; + startupDirComboBox.Visible = false; quoteCheckBox.Visible = false; Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.Designer.cs 2007-06-13 22:08:24 UTC (rev 538) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.Designer.cs 2007-06-13 22:57:56 UTC (rev 539) @@ -44,7 +44,6 @@ this.applicationArgumentsTextBox = new System.Windows.Forms.TextBox(); this.winStyleLabel = new System.Windows.Forms.Label(); this.winStyleComboBox = new System.Windows.Forms.ComboBox(); - this.startupDirTextBox = new System.Windows.Forms.TextBox(); this.startupDirLabel = new System.Windows.Forms.Label(); this.quoteCheckBox = new System.Windows.Forms.CheckBox(); this.applicationImageButton = new System.Windows.Forms.Button(); @@ -56,6 +55,7 @@ this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); this.applicationExeTextBox = new System.Windows.Forms.TextBox(); this.prePostButton = new System.Windows.Forms.Button(); + this.startupDirComboBox = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // winTypeLabel @@ -73,7 +73,7 @@ this.enabledCheckbox.AutoSize = true; this.enabledCheckbox.Location = new System.Drawing.Point(427, 17); this.enabledCheckbox.Name = "enabledCheckbox"; - this.enabledCheckbox.Size = new System.Drawing.Size(65, 17); + this.enabledCheckbox.Size = new System.Drawing.Size(64, 17); this.enabledCheckbox.TabIndex = 1; this.enabledCheckbox.Text = "Enabled"; this.enabledCheckbox.UseVisualStyleBackColor = true; @@ -101,7 +101,7 @@ this.titleTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.titleTextBox.Location = new System.Drawing.Point(94, 44); this.titleTextBox.Name = "titleTextBox"; - this.titleTextBox.Size = new System.Drawing.Size(325, 20); + this.titleTextBox.Size = new System.Drawing.Size(325, 21); this.titleTextBox.TabIndex = 4; // // applicationExeButton @@ -119,7 +119,7 @@ this.shellexecuteCheckBox.AutoSize = true; this.shellexecuteCheckBox.Location = new System.Drawing.Point(7, 322); this.shellexecuteCheckBox.Name = "shellexecuteCheckBox"; - this.shellexecuteCheckBox.Size = new System.Drawing.Size(88, 17); + this.shellexecuteCheckBox.Size = new System.Drawing.Size(87, 17); this.shellexecuteCheckBox.TabIndex = 7; this.shellexecuteCheckBox.Text = "ShellExecute"; this.shellexecuteCheckBox.UseVisualStyleBackColor = true; @@ -130,7 +130,7 @@ this.waitExitCheckBox.AutoSize = true; this.waitExitCheckBox.Location = new System.Drawing.Point(7, 368); this.waitExitCheckBox.Name = "waitExitCheckBox"; - this.waitExitCheckBox.Size = new System.Drawing.Size(82, 17); + this.waitExitCheckBox.Size = new System.Drawing.Size(86, 17); this.waitExitCheckBox.TabIndex = 8; this.waitExitCheckBox.Text = "Wait for exit"; this.waitExitCheckBox.UseVisualStyleBackColor = true; @@ -158,7 +158,7 @@ this.applicationImageTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.applicationImageTextBox.Location = new System.Drawing.Point(94, 97); this.applicationImageTextBox.Name = "applicationImageTextBox"; - this.applicationImageTextBox.Size = new System.Drawing.Size(325, 20); + this.applicationImageTextBox.Size = new System.Drawing.Size(325, 21); this.applicationImageTextBox.TabIndex = 13; // // applicationArgumentsTextBox @@ -166,7 +166,7 @@ this.applicationArgumentsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.applicationArgumentsTextBox.Location = new System.Drawing.Point(94, 123); this.applicationArgumentsTextBox.Name = "applicationArgumentsTextBox"; - this.applicationArgumentsTextBox.Size = new System.Drawing.Size(325, 20); + this.applicationArgumentsTextBox.Size = new System.Drawing.Size(325, 21); this.applicationArgumentsTextBox.TabIndex = 14; // // winStyleLabel @@ -193,14 +193,6 @@ this.winStyleComboBox.Size = new System.Drawing.Size(325, 21); this.winStyleComboBox.TabIndex = 16; // - // startupDirTextBox - // - this.startupDirTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.startupDirTextBox.Location = new System.Drawing.Point(94, 177); - this.startupDirTextBox.Name = "startupDirTextBox"; - this.startupDirTextBox.Size = new System.Drawing.Size(325, 20); - this.startupDirTextBox.TabIndex = 17; - // // startupDirLabel // this.startupDirLabel.Location = new System.Drawing.Point(3, 177); @@ -215,7 +207,7 @@ this.quoteCheckBox.AutoSize = true; this.quoteCheckBox.Location = new System.Drawing.Point(7, 299); this.quoteCheckBox.Name = "quoteCheckBox"; - this.quoteCheckBox.Size = new System.Drawing.Size(102, 17); + this.quoteCheckBox.Size = new System.Drawing.Size(104, 17); this.quoteCheckBox.TabIndex = 19; this.quoteCheckBox.Text = "Quote filenames"; this.quoteCheckBox.UseVisualStyleBackColor = true; @@ -245,7 +237,7 @@ this.allowRefreshCheckBox.AutoSize = true; this.allowRefreshCheckBox.Location = new System.Drawing.Point(7, 345); this.allowRefreshCheckBox.Name = "allowRefreshCheckBox"; - this.allowRefreshCheckBox.Size = new System.Drawing.Size(154, 17); + this.allowRefreshCheckBox.Size = new System.Drawing.Size(159, 17); this.allowRefreshCheckBox.TabIndex = 30; this.allowRefreshCheckBox.Text = "Allow refresh in mediaportal"; this.allowRefreshCheckBox.UseVisualStyleBackColor = true; @@ -266,8 +258,9 @@ this.applicationExeTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.applicationExeTextBox.Location = new System.Drawing.Point(94, 71); this.applicationExeTextBox.Name = "applicationExeTextBox"; - this.applicationExeTextBox.Size = new System.Drawing.Size(325, 20); + this.applicationExeTextBox.Size = new System.Drawing.Size(325, 21); this.applicationExeTextBox.TabIndex = 32; + this.applicationExeTextBox.TextChanged += new System.EventHandler(this.applicationExeTextBox_TextChanged); // // prePostButton // @@ -279,10 +272,19 @@ this.prePostButton.UseVisualStyleBackColor = true; this.prePostButton.Click += new System.EventHandler(this.prePostButton_Click); // + // startupDirComboBox + // + this.startupDirComboBox.FormattingEnabled = true; + this.startupDirComboBox.Location = new System.Drawing.Point(94, 177); + this.startupDirComboBox.Name = "startupDirComboBox"; + this.startupDirComboBox.Size = new System.Drawing.Size(325, 21); + this.startupDirComboBox.TabIndex = 36; + // // AppSettingsBase // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.startupDirComboBox); this.Controls.Add(this.prePostButton); this.Controls.Add(this.applicationExeTextBox); this.Controls.Add(this.informationLabel); @@ -291,7 +293,6 @@ this.Controls.Add(this.applicationImageButton); this.Controls.Add(this.quoteCheckBox); this.Controls.Add(this.startupDirLabel); - this.Controls.Add(this.startupDirTextBox); this.Controls.Add(this.winStyleComboBox); this.Controls.Add(this.winStyleLabel); this.Controls.Add(this.applicationArgumentsTextBox); @@ -329,7 +330,6 @@ protected System.Windows.Forms.TextBox applicationArgumentsTextBox; protected System.Windows.Forms.Label winStyleLabel; protected System.Windows.Forms.ComboBox winStyleComboBox; - protected System.Windows.Forms.TextBox startupDirTextBox; protected System.Windows.Forms.Label startupDirLabel; protected System.Windows.Forms.CheckBox quoteCheckBox; protected System.Windows.Forms.Button applicationImageButton; @@ -341,5 +341,6 @@ protected System.Windows.Forms.OpenFileDialog openFileDialog; protected System.Windows.Forms.TextBox applicationExeTextBox; protected System.Windows.Forms.Button prePostButton; + protected System.Windows.Forms.ComboBox startupDirComboBox; } } \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.cs 2007-06-13 22:08:24 UTC (rev 538) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.cs 2007-06-13 22:57:56 UTC (rev 539) @@ -1,21 +1,22 @@ using System; using System.Collections.Generic; using System.ComponentModel; +using System.Data; +using System.Diagnostics; using System.Drawing; -using System.Data; +using System.IO; using System.Text; -using System.Diagnostics; using System.Windows.Forms; using Core.Util; -using GUIPrograms.Database; + using GUIPrograms; using GUIPrograms.ApplicationItems; +using GUIPrograms.Database; namespace GUIPrograms.Design { - public partial class AppSettingsBase : UserControl { string preLaunch = string.Empty; @@ -115,7 +116,7 @@ toolTip.SetToolTip(shellexecuteCheckBox, "Enable this if you want to run a program that is associated with a specific file-" + "extension.\r\n Omit the \"Launching Application\" in this case."); toolTip.SetToolTip(quoteCheckBox, "Quotes are usually needed to handle filenames with spaces correctly. \r\nAvoid double" + " quotes though!"); - toolTip.SetToolTip(startupDirTextBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FILEDIR" + + toolTip.SetToolTip(startupDirComboBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FILEDIR" + "% if you want to use the directory where the launched file is stored)"); toolTip.SetToolTip(winStyleComboBox, "Appearance of the launched program. \r\nTry HIDDEN or MINIMIZED for a seamless integr" + "ation in MediaPortal"); toolTip.SetToolTip(applicationArgumentsTextBox, "Optional arguments that are needed to launch the program \r\n\r\n(advanced hint: Use %FIL" + @@ -150,10 +151,10 @@ protected void startupDirButton_Click(object sender, EventArgs e) { - folderBrowserDialog.SelectedPath = startupDirTextBox.Text; + folderBrowserDialog.SelectedPath = startupDirComboBox.Text; if (folderBrowserDialog.ShowDialog(null) == DialogResult.OK) { - startupDirTextBox.Text = folderBrowserDialog.SelectedPath; + startupDirComboBox.Text = folderBrowserDialog.SelectedPath; } } @@ -192,5 +193,13 @@ this.applicationExeButton.Enabled = true; } } + + private void applicationExeTextBox_TextChanged(object sender, EventArgs e) + { + startupDirComboBox.Items.Clear(); + startupDirComboBox.Items.Add("%FILEDIR%"); + if (File.Exists(applicationExeTextBox.Text)) + startupDirComboBox.Items.Add(Path.GetDirectoryName(applicationExeTextBox.Text)); + } } } Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsDirCache.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsDirCache.Designer.cs 2007-06-13 22:08:24 UTC (rev 538) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsDirCache.Designer.cs 2007-06-13 22:57:56 UTC (rev 539) @@ -60,7 +60,7 @@ // // startupDirTextBox // - this.toolTip.SetToolTip(this.startupDirTextBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FIL" + + this.toolTip.SetToolTip(this.startupDirComboBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FIL" + "EDIR% if you want to use the directory where the launched file is stored)"); // // quoteCheckBox Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsDirCache.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsDirCache.cs 2007-06-13 22:08:24 UTC (rev 538) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsDirCache.cs 2007-06-13 22:57:56 UTC (rev 539) @@ -29,7 +29,7 @@ applicationExeTextBox.Text = curApp.Filename; applicationArgumentsTextBox.Text = curApp.Arguments; SetWindowStyle(curApp.WindowStyle); - startupDirTextBox.Text = curApp.Startupdir; + startupDirComboBox.Text = curApp.Startupdir; shellexecuteCheckBox.Checked = (curApp.UseShellExecute); quoteCheckBox.Checked = (curApp.UseQuotes); waitExitCheckBox.Checked = (curApp.WaitForExit); @@ -47,7 +47,7 @@ curApp.Filename = applicationExeTextBox.Text; curApp.Arguments = applicationArgumentsTextBox.Text; curApp.WindowStyle = GetSelectedWindowStyle(); - curApp.Startupdir = startupDirTextBox.Text; + curApp.Startupdir = startupDirComboBox.Text; curApp.UseShellExecute = (shellexecuteCheckBox.Checked); curApp.UseQuotes = (quoteCheckBox.Checked); curApp.WaitForExit = (waitExitCheckBox.Checked); @@ -84,7 +84,7 @@ applicationArgumentsTextBox.Text = applicationItem.Arguments; SetWindowStyle(applicationItem.WindowStyle); - startupDirTextBox.Text = applicationItem.Startupdir; + startupDirComboBox.Text = applicationItem.Startupdir; shellexecuteCheckBox.Checked = applicationItem.UseShellExecute; quoteCheckBox.Checked = applicationItem.UseQuotes; waitExitCheckBox.Checked = applicationItem.WaitForExit; Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.Designer.cs 2007-06-13 22:08:24 UTC (rev 538) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.Designer.cs 2007-06-13 22:57:56 UTC (rev 539) @@ -66,7 +66,7 @@ // // startupDirTextBox // - this.toolTip.SetToolTip(this.startupDirTextBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FIL" + + this.toolTip.SetToolTip(this.startupDirComboBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FIL" + "EDIR% if you want to use the directory where the launched file is stored)"); // // quoteCheckBox Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.cs 2007-06-13 22:08:24 UTC (rev 538) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.cs 2007-06-13 22:57:56 UTC (rev 539) @@ -42,7 +42,7 @@ this.titleTextBox.Text = curApp.Title; this.applicationExeTextBox.Text = curApp.Filename; this.applicationArgumentsTextBox.Text = curApp.Arguments; - this.startupDirTextBox.Text = curApp.Startupdir; + this.startupDirComboBox.Text = curApp.Startupdir; this.quoteCheckBox.Checked = true; //(curApp.UseQuotes); this.waitExitCheckBox.Checked = (curApp.WaitForExit); @@ -63,7 +63,7 @@ curApp.Filename = this.applicationExeTextBox.Text; curApp.Arguments = this.applicationArgumentsTextBox.Text; curApp.WindowStyle = GetSelectedWindowStyle(); - curApp.Startupdir = this.startupDirTextBox.Text; + curApp.Startupdir = this.startupDirComboBox.Text; curApp.UseShellExecute = (this.shellexecuteCheckBox.Checked); curApp.UseQuotes = (this.quoteCheckBox.Checked); curApp.WaitForExit = (this.waitExitCheckBox.Checked); Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGrouper.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGrouper.Designer.cs 2007-06-13 22:08:24 UTC (rev 538) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGrouper.Designer.cs 2007-06-13 22:57:56 UTC (rev 539) @@ -60,7 +60,7 @@ // // startupDirTextBox // - this.toolTip.SetToolTip(this.startupDirTextBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FIL" + + this.toolTip.SetToolTip(this.startupDirComboBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FIL" + "EDIR% if you want to use the directory where the launched file is stored)"); // // quoteCheckBox Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGrouper.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGrouper.cs 2007-06-13 22:08:24 UTC (rev 538) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGrouper.cs 2007-06-13 22:57:56 UTC (rev 539) @@ -35,7 +35,7 @@ winStyleComboBox.Visible = false; startupDirButton.Visible = false; startupDirLabel.Visible = false; - startupDirTextBox.Visible = false; + startupDirComboBox.Visible = false; quoteCheckBox.Visible = false; allowRefreshCheckBox.Visible = false; Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsMame.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsMame.Designer.cs 2007-06-13 22:08:24 UTC (rev 538) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsMame.Designer.cs 2007-06-13 22:57:56 UTC (rev 539) @@ -66,7 +66,7 @@ // // startupDirTextBox // - this.toolTip.SetToolTip(this.startupDirTextBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FIL" + + this.toolTip.SetToolTip(this.startupDirComboBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FIL" + "EDIR% if you want to use the directory where the launched file is stored)"); // // quoteCheckBox @@ -161,7 +161,7 @@ this.Controls.SetChildIndex(this.applicationArgumentsTextBox, 0); this.Controls.SetChildIndex(this.winStyleLabel, 0); this.Controls.SetChildIndex(this.winStyleComboBox, 0); - this.Controls.SetChildIndex(this.startupDirTextBox, 0); + this.Controls.SetChildIndex(this.startupDirComboBox, 0); this.Controls.SetChildIndex(this.startupDirLabel, 0); this.Controls.SetChildIndex(this.quoteCheckBox, 0); this.Controls.SetChildIndex(this.applicationImageButton, 0); Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsMame.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsMame.cs 2007-06-13 22:08:24 UTC (rev 538) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsMame.cs 2007-06-13 22:57:56 UTC (rev 539) @@ -83,7 +83,7 @@ { this.startupDirButton.Visible = false; this.startupDirLabel.Visible = false; - this.startupDirTextBox.Visible = false; + this.startupDirComboBox.Visible = false; quoteCheckBox.Visible = false; waitExitCheckBox.Visible = false; Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsRoot.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsRoot.Designer.cs 2007-06-13 22:08:24 UTC (rev 538) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsRoot.Designer.cs 2007-06-13 22:57:56 UTC (rev 539) @@ -69,7 +69,7 @@ // // startupDirTextBox // - this.toolTip.SetToolTip(this.startupDirTextBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FIL" + + this.toolTip.SetToolTip(this.startupDirComboBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FIL" + "EDIR% if you want to use the directory where the launched file is stored)"); // // quoteCheckBox @@ -120,7 +120,7 @@ this.Controls.SetChildIndex(this.applicationArgumentsTextBox, 0); this.Controls.SetChildIndex(this.winStyleLabel, 0); this.Controls.SetChildIndex(this.winStyleComboBox, 0); - this.Controls.SetChildIndex(this.startupDirTextBox, 0); + this.Controls.SetChildIndex(this.startupDirComboBox, 0); this.Controls.SetChildIndex(this.startupDirLabel, 0); this.Controls.SetChildIndex(this.quoteCheckBox, 0); this.Controls.SetChildIndex(this.startupDirButton, 0); Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsRoot.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsRoot.cs 2007-06-13 22:08:24 UTC (rev 538) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsRoot.cs 2007-06-13 22:57:56 UTC (rev 539) @@ -49,7 +49,7 @@ startupDirButton.Visible = false; startupDirLabel.Visible = false; - startupDirTextBox.Visible = false; + startupDirComboBox.Visible = false; quoteCheckBox.Visible = false; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-13 22:08:26
|
Revision: 538 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=538&view=rev Author: northern_sky Date: 2007-06-13 15:08:24 -0700 (Wed, 13 Jun 2007) Log Message: ----------- small changes Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-13 22:07:13 UTC (rev 537) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-13 22:08:24 UTC (rev 538) @@ -22,6 +22,7 @@ Database/views: grouping added, fileinfodetails back again. Allgamesupport updated. +Fileinfoscraper reworked Mame, Gamebase support partially rewritten.much faster. Some new options: Skip mahjong games,etc @@ -29,14 +30,19 @@ ---------------- .: To-do next :. ---------------- -Revise the code, clear out bugs +Revise the code, clear out BUGS: +-fileinfodetails : fixup + Add some more specific emulator support.. - bring/keep the profiles up-to-date + - Maybe some more "special" items like mame,gamebase ConfigurationTool redesign: - InfoScraperForm redesign -> first redesign done, still needs some work + - Appsettingsrootform: do not use inheritance, make this individual, so we easily can add global-options etc. + DB redesign/restructure: - small changes @@ -57,9 +63,6 @@ - saving the path to file for import - saving the path to image dir, or using thumbsDir of MP, are there any pros? -DB redesign/restructure: - - saving gameURL from AllGame.com??? or maybe only the AllGame.com-ID? - Iso mounting -> pro/contra??? "Minimize MP before starting a file" as a new option for application items: @@ -78,6 +81,7 @@ ....... -Add some of chef_koch fixes? UPDATE: chef_koch is also doing updates on this version. Great,it will for sure speed up development! -Quit key for joystick.. -Fileoptions etc \ No newline at end of file +Add some of chef_koch fixes? +UPDATE: chef_koch is also doing updates on this version now. Great,it will for sure speed-up development! +Quit key for joystick..don't know, there is joy2key and scripting too... +Fileoptions etc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-13 22:07:19
|
Revision: 537 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=537&view=rev Author: chef_koch Date: 2007-06-13 15:07:13 -0700 (Wed, 13 Jun 2007) Log Message: ----------- small cleanup Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs 2007-06-13 21:54:37 UTC (rev 536) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs 2007-06-13 22:07:13 UTC (rev 537) @@ -42,21 +42,6 @@ { public partial class FileInfoScraperForm : Form { - #region InitControls - - private ToolTip toolTip1; - private ContextMenu menuFileList; - private MenuItem mnuCheckWithoutImages; - private MenuItem mnuCheckWithoutOverview; - - private ContextMenu menuSaveDetails; - private MenuItem menuItem4; - private MenuItem menuDataAndImages; - private MenuItem menuData; - private MenuItem menuImages; - - #endregion - #region Variables / Init int mStartTime = 0; @@ -549,24 +534,21 @@ int numberOfSearches = 0; bool bSuccess = true; InitProgressBar("Starting search"); + foreach (ListViewItem curItem in listViewFileList.CheckedItems) { if (stopSearching) break; if (curItem.Tag == null) continue; - FileItem file = curItem.Tag as FileItem; if (file == null) continue; ListViewItem nextItem = null; if (curItem.Index < listViewFileList.Items.Count - 1) - { nextItem = listViewFileList.Items[curItem.Index + 1]; - } else - { nextItem = curItem; - } + nextItem.EnsureVisible(); // if (!bSuccess) // { @@ -578,29 +560,23 @@ { curItem.SubItems[1].Text = String.Format("waiting..."); System.Threading.Thread.Sleep(20000); - System.Windows.Forms.Application.DoEvents(); numberOfSearches = 0; } curItem.SubItems[1].Text = String.Format("searching..."); curItem.Font = new Font(curItem.Font, curItem.Font.Style | FontStyle.Bold); - System.Windows.Forms.Application.DoEvents(); bSuccess = file.FindFileInfo(ScraperType.ALLGAME); SelectBestMatch(curItem); StepProgressBar(); - System.Windows.Forms.Application.DoEvents(); } - ChangeFileSelection(); + if (stopSearching) - { DeInitProgressBar("Search aborted"); - } else - { DeInitProgressBar("Search finished"); - } + ChangeFileSelection(); stopSearching = false; isSearching = false; UpdateButtonStates(); @@ -625,21 +601,15 @@ foreach (ListViewItem curItem in listViewFileList.CheckedItems) { - if (stopSearching) - break; + if (stopSearching) break; FileItem file = (FileItem)curItem.Tag; + if (file == null) continue; - if (file == null) - continue; - if (curItem.Index < listViewFileList.Items.Count - 1) - { nextItem = listViewFileList.Items[curItem.Index + 1]; - } else - { nextItem = curItem; - } + nextItem.EnsureVisible(); StepProgressBar(); if (file.FileInfoFavourite != null) @@ -649,29 +619,21 @@ if (numberOfSearches > 20) { curItem.SubItems[1].Text = String.Format("waiting..."); - System.Windows.Forms.Application.DoEvents(); System.Threading.Thread.Sleep(20000); numberOfSearches = 0; } curItem.SubItems[1].Text = String.Format("<searching...>"); - System.Windows.Forms.Application.DoEvents(); file.FindFileInfoDetail(curApp, file.FileInfoFavourite, ScraperType.ALLGAME, saveType); if ((saveType == ScraperSaveType.DataAndImages) || (saveType == ScraperSaveType.Data)) - { file.SaveFromFileInfoFavourite(); - } curItem.SubItems[1].Text = String.Format("<saved>"); - System.Windows.Forms.Application.DoEvents(); } } + if (stopSearching) - { DeInitProgressBar("Search aborted"); - } else - { DeInitProgressBar("Search finished"); - } stopSearching = false; isSearching = false; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-13 21:54:38
|
Revision: 536 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=536&view=rev Author: chef_koch Date: 2007-06-13 14:54:37 -0700 (Wed, 13 Jun 2007) Log Message: ----------- first try to fix a null pointer exception SelectBestMatch() will now use gameInfoURL for previous selected info item Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs 2007-06-13 21:05:50 UTC (rev 535) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileInfoScraperForm.cs 2007-06-13 21:54:37 UTC (rev 536) @@ -60,7 +60,7 @@ #region Variables / Init int mStartTime = 0; - ApplicationItem m_CurApp; + ApplicationItem curApp; bool isSearching = false; bool stopSearching = false; @@ -71,7 +71,7 @@ { get { - return m_CurApp; + return curApp; } set { @@ -81,10 +81,10 @@ void SetCurApp(ApplicationItem value) { - m_CurApp = value; - if (m_CurApp != null) + curApp = value; + if (curApp != null) { - filterComboBox.Text = m_CurApp.SystemDefault; + filterComboBox.Text = curApp.SystemDefault; } } @@ -153,14 +153,12 @@ continue; } - /* // prevously selected infoitem - if (file.GameURL == info.GameURL) + if (file.GameInfoURL == info.GameURL) { file.FileInfoFavourite = info; continue; } - */ // file has already a favourite // is info's relevance better than current favourite's relevance @@ -184,6 +182,8 @@ private void UpdateButtonStates() { + if (groupBoxFileList == null) return; + // labels to update groupBoxFileList.Text = String.Format("Files ({0} of {1} selected)", listViewFileList.CheckedItems.Count, listViewFileList.Items.Count); @@ -235,7 +235,7 @@ private void SyncFileList() { - if (m_CurApp == null) return; + if (curApp == null) return; listViewFileList.BeginUpdate(); try @@ -243,7 +243,7 @@ listViewFileList.Items.Clear(); // add all files - foreach (FileItem file in m_CurApp.Files) + foreach (FileItem file in curApp.Files) { ListViewItem curItem = new ListViewItem(file.Title); file.ToFileInfoFavourite(); @@ -424,9 +424,9 @@ private void buttonClose_Click(object sender, EventArgs e) { - if ((m_CurApp != null) && (filterComboBox.Text != "")) + if ((curApp != null) && (filterComboBox.Text != "")) { - m_CurApp.SystemDefault = filterComboBox.Text; + curApp.SystemDefault = filterComboBox.Text; //m_CurApp.Write(); } this.Close(); @@ -655,7 +655,7 @@ } curItem.SubItems[1].Text = String.Format("<searching...>"); System.Windows.Forms.Application.DoEvents(); - file.FindFileInfoDetail(m_CurApp, file.FileInfoFavourite, ScraperType.ALLGAME, saveType); + file.FindFileInfoDetail(curApp, file.FileInfoFavourite, ScraperType.ALLGAME, saveType); if ((saveType == ScraperSaveType.DataAndImages) || (saveType == ScraperSaveType.Data)) { file.SaveFromFileInfoFavourite(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <nor...@us...> - 2007-06-13 21:01:11
|
Revision: 534 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=534&view=rev Author: northern_sky Date: 2007-06-13 14:01:09 -0700 (Wed, 13 Jun 2007) Log Message: ----------- removed old method Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItem.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItem.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItem.cs 2007-06-13 20:59:32 UTC (rev 533) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItem.cs 2007-06-13 21:01:09 UTC (rev 534) @@ -942,54 +942,6 @@ } } - /* public string GetNewImageFile(ApplicationItem curApp, string strExtension) - { - if (curApp == null) - return ""; - if (curApp.imageDirs == null) - return ""; - if (curApp.imageDirs.Length == 0) - return ""; - if ((this.Imagefile == "") && (this.Filename == "")) - return ""; - - string strFolder = ""; - string strFileName = ""; - string strCand = ""; - int iImgIndex = -1; - bool bFound = false; - - strFolder = curApp.imageDirs[0]; - - if (Imagefile != "") - { - strFileName = Imagefile.TrimEnd('\"'); - strFileName = strFileName.TrimStart('\"'); - strFileName = Path.GetFileName(strFileName); - } - else - { - strFileName = Filename.TrimEnd('\"'); - strFileName = strFileName.TrimStart('\"'); - strFileName = Path.GetFileName(strFileName); - } - strFileName = Path.ChangeExtension(strFileName, null); - - while (!bFound) - { - iImgIndex++; - if (iImgIndex == 0) - { - strCand = String.Format("{0}\\{1}{2}", strFolder, strFileName, strExtension); - } - else - { - strCand = String.Format("{0}\\{1}_{2}{3}", strFolder, strFileName, iImgIndex, strExtension); - } - bFound = !File.Exists(strCand); - } - return strCand; - }*/ public string GetNewValidImageFile(ApplicationItem curApp, string strExtension) { if (curApp == null) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-13 20:59:34
|
Revision: 533 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=533&view=rev Author: northern_sky Date: 2007-06-13 13:59:32 -0700 (Wed, 13 Jun 2007) Log Message: ----------- forgot to add gameinfourl mapping Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItemList.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItemList.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItemList.cs 2007-06-13 16:27:57 UTC (rev 532) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItemList.cs 2007-06-13 20:59:32 UTC (rev 533) @@ -96,6 +96,7 @@ newFile.IsFolder = ProgramUtils.GetBool(results, iRecord, "isfolder"); newFile.TagData = ProgramUtils.Get(results, iRecord, "tagdata"); newFile.CategoryData = ProgramUtils.Get(results, iRecord, "categorydata"); + newFile.GameInfoURL= ProgramUtils.Get(results, iRecord, "gameInfoUrl"); string fieldtype2 = ProgramUtils.Get(results, iRecord, "fieldtype2"); if (fieldtype2 == "INT") @@ -148,7 +149,6 @@ return newFilter; } - public void Load(int appID, string pathSubfolders) { //Debugger.Launch(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fr...@us...> - 2007-06-13 16:28:01
|
Revision: 532 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=532&view=rev Author: framug Date: 2007-06-13 09:27:57 -0700 (Wed, 13 Jun 2007) Log Message: ----------- Added direct download link and modified msgbox in configuration. Modified Paths: -------------- trunk/plugins/MyStatus/My Status.csproj trunk/plugins/MyStatus/SetupForm.cs trunk/plugins/MyStatus/SetupForm.resx Modified: trunk/plugins/MyStatus/My Status.csproj =================================================================== --- trunk/plugins/MyStatus/My Status.csproj 2007-06-12 23:14:40 UTC (rev 531) +++ trunk/plugins/MyStatus/My Status.csproj 2007-06-13 16:27:57 UTC (rev 532) @@ -36,7 +36,11 @@ <SpecificVersion>False</SpecificVersion> <HintPath>..\..\MediaPortal\Dialogs\bin\Release\Dialogs.dll</HintPath> </Reference> - <Reference Include="mbm5, Version=1.0.1778.42739, Culture=neutral" /> + <Reference Include="mbm5, Version=1.0.1778.42739, Culture=neutral"> + <SpecificVersion>False</SpecificVersion> + <HintPath>.\mbm5.dll</HintPath> + <Private>False</Private> + </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> Modified: trunk/plugins/MyStatus/SetupForm.cs =================================================================== --- trunk/plugins/MyStatus/SetupForm.cs 2007-06-12 23:14:40 UTC (rev 531) +++ trunk/plugins/MyStatus/SetupForm.cs 2007-06-13 16:27:57 UTC (rev 532) @@ -29,6 +29,7 @@ using System.Management; using System.ComponentModel; using System.Windows.Forms; +using System.Diagnostics; using MediaPortal.GUI.Library; using mbm5.MBMInfo; @@ -118,6 +119,7 @@ private MediaPortal.UserInterface.Controls.MPLabel label20; private MediaPortal.UserInterface.Controls.MPComboBox comboBox1; private MediaPortal.UserInterface.Controls.MPGroupBox groupBox3; + private LinkLabel linkLabel1; /// <summary> /// Required designer variable. /// </summary> @@ -157,757 +159,903 @@ /// </summary> private void InitializeComponent() { - this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.label2 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.label3 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.label4 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.label5 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.label6 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.label9 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.label10 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.label11 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.label12 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox(); - this.button1 = new MediaPortal.UserInterface.Controls.MPButton(); - this.checkBox1 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox2 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox3 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.label7 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.label8 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.checkBox4 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox5 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox6 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.label13 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.checkBox7 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox8 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox9 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox10 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox11 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox12 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.label14 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.checkBox15 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.label15 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.checkBox13 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.button2 = new MediaPortal.UserInterface.Controls.MPButton(); - this.checkBox14 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox16 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox17 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.groupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox(); - this.groupBox3 = new MediaPortal.UserInterface.Controls.MPGroupBox(); - this.textBox1 = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.label16 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.button3 = new MediaPortal.UserInterface.Controls.MPButton(); - this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); - this.label17 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.textBox2 = new MediaPortal.UserInterface.Controls.MPTextBox(); - this.checkBox18 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox19 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox20 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox21 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox22 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox23 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox24 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox25 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox26 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox27 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox28 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox29 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox30 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox31 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox32 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox33 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox34 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox35 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox36 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox37 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox38 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.label18 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.checkBox39 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.label19 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.checkBox40 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.checkBox41 = new MediaPortal.UserInterface.Controls.MPCheckBox(); - this.label20 = new MediaPortal.UserInterface.Controls.MPLabel(); - this.comboBox1 = new MediaPortal.UserInterface.Controls.MPComboBox(); - this.groupBox2.SuspendLayout(); - this.SuspendLayout(); - // - // label1 - // - this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); - this.label1.Location = new System.Drawing.Point(24, 16); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(96, 16); - this.label1.TabIndex = 0; - this.label1.Text = "MBM Version:"; - // - // label2 - // - this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); - this.label2.Location = new System.Drawing.Point(120, 16); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(232, 16); - this.label2.TabIndex = 1; - // - // label3 - // - this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); - this.label3.Location = new System.Drawing.Point(120, 64); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(544, 16); - this.label3.TabIndex = 3; - // - // label4 - // - this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); - this.label4.Location = new System.Drawing.Point(24, 64); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(88, 16); - this.label4.TabIndex = 2; - this.label4.Text = "MBM Path:"; - // - // label5 - // - this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); - this.label5.Location = new System.Drawing.Point(120, 40); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(232, 16); - this.label5.TabIndex = 5; - // - // label6 - // - this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); - this.label6.Location = new System.Drawing.Point(24, 40); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(104, 16); - this.label6.TabIndex = 4; - this.label6.Text = "MBM started at:"; - // - // label9 - // - this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); - this.label9.Location = new System.Drawing.Point(480, 40); - this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(184, 16); - this.label9.TabIndex = 9; - // - // label10 - // - this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); - this.label10.Location = new System.Drawing.Point(368, 40); - this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(80, 16); - this.label10.TabIndex = 8; - this.label10.Text = "SMB chip:"; - // - // label11 - // - this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); - this.label11.Location = new System.Drawing.Point(480, 16); - this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(184, 16); - this.label11.TabIndex = 7; - // - // label12 - // - this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); - this.label12.Location = new System.Drawing.Point(368, 16); - this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(104, 16); - this.label12.TabIndex = 6; - this.label12.Text = "MBM last update:"; - // - // groupBox1 - // - this.groupBox1.Location = new System.Drawing.Point(304, 280); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(376, 8); - this.groupBox1.TabIndex = 10; - this.groupBox1.TabStop = false; - // - // button1 - // - this.button1.Enabled = false; - this.button1.Location = new System.Drawing.Point(584, 392); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(88, 24); - this.button1.TabIndex = 11; - this.button1.Text = "OK"; - this.button1.Click += new System.EventHandler(this.button1_Click); - // - // checkBox1 - // - this.checkBox1.Enabled = false; - this.checkBox1.Location = new System.Drawing.Point(32, 136); - this.checkBox1.Name = "checkBox1"; - this.checkBox1.Size = new System.Drawing.Size(104, 16); - this.checkBox1.TabIndex = 13; - // - // checkBox2 - // - this.checkBox2.Enabled = false; - this.checkBox2.Location = new System.Drawing.Point(32, 160); - this.checkBox2.Name = "checkBox2"; - this.checkBox2.Size = new System.Drawing.Size(104, 16); - this.checkBox2.TabIndex = 14; - // - // checkBox3 - // - this.checkBox3.Enabled = false; - this.checkBox3.Location = new System.Drawing.Point(32, 184); - this.checkBox3.Name = "checkBox3"; - this.checkBox3.Size = new System.Drawing.Size(104, 16); - this.checkBox3.TabIndex = 15; - // - // label7 - // - this.label7.Location = new System.Drawing.Point(16, 112); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(72, 16); - this.label7.TabIndex = 16; - this.label7.Text = "Temperature"; - // - // label8 - // - this.label8.Location = new System.Drawing.Point(136, 112); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(48, 16); - this.label8.TabIndex = 20; - this.label8.Text = "Fan"; - // - // checkBox4 - // - this.checkBox4.Enabled = false; - this.checkBox4.Location = new System.Drawing.Point(136, 184); - this.checkBox4.Name = "checkBox4"; - this.checkBox4.Size = new System.Drawing.Size(104, 16); - this.checkBox4.TabIndex = 19; - // - // checkBox5 - // - this.checkBox5.Enabled = false; - this.checkBox5.Location = new System.Drawing.Point(136, 160); - this.checkBox5.Name = "checkBox5"; - this.checkBox5.Size = new System.Drawing.Size(104, 16); - this.checkBox5.TabIndex = 18; - // - // checkBox6 - // - this.checkBox6.Enabled = false; - this.checkBox6.Location = new System.Drawing.Point(136, 136); - this.checkBox6.Name = "checkBox6"; - this.checkBox6.Size = new System.Drawing.Size(104, 16); - this.checkBox6.TabIndex = 17; - // - // label13 - // - this.label13.Location = new System.Drawing.Point(288, 112); - this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(48, 16); - this.label13.TabIndex = 24; - this.label13.Text = "Voltage"; - // - // checkBox7 - // - this.checkBox7.Enabled = false; - this.checkBox7.Location = new System.Drawing.Point(240, 184); - this.checkBox7.Name = "checkBox7"; - this.checkBox7.Size = new System.Drawing.Size(96, 16); - this.checkBox7.TabIndex = 23; - // - // checkBox8 - // - this.checkBox8.Enabled = false; - this.checkBox8.Location = new System.Drawing.Point(240, 160); - this.checkBox8.Name = "checkBox8"; - this.checkBox8.Size = new System.Drawing.Size(96, 16); - this.checkBox8.TabIndex = 22; - // - // checkBox9 - // - this.checkBox9.Enabled = false; - this.checkBox9.Location = new System.Drawing.Point(240, 136); - this.checkBox9.Name = "checkBox9"; - this.checkBox9.Size = new System.Drawing.Size(96, 16); - this.checkBox9.TabIndex = 21; - // - // checkBox10 - // - this.checkBox10.Enabled = false; - this.checkBox10.Location = new System.Drawing.Point(336, 184); - this.checkBox10.Name = "checkBox10"; - this.checkBox10.Size = new System.Drawing.Size(112, 16); - this.checkBox10.TabIndex = 27; - // - // checkBox11 - // - this.checkBox11.Enabled = false; - this.checkBox11.Location = new System.Drawing.Point(336, 160); - this.checkBox11.Name = "checkBox11"; - this.checkBox11.Size = new System.Drawing.Size(112, 16); - this.checkBox11.TabIndex = 26; - // - // checkBox12 - // - this.checkBox12.Enabled = false; - this.checkBox12.Location = new System.Drawing.Point(336, 136); - this.checkBox12.Name = "checkBox12"; - this.checkBox12.Size = new System.Drawing.Size(112, 16); - this.checkBox12.TabIndex = 25; - // - // label14 - // - this.label14.Location = new System.Drawing.Point(440, 112); - this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(64, 16); - this.label14.TabIndex = 31; - this.label14.Text = "Percentage"; - // - // checkBox15 - // - this.checkBox15.Enabled = false; - this.checkBox15.Location = new System.Drawing.Point(448, 136); - this.checkBox15.Name = "checkBox15"; - this.checkBox15.Size = new System.Drawing.Size(96, 16); - this.checkBox15.TabIndex = 28; - // - // label15 - // - this.label15.Location = new System.Drawing.Point(544, 112); - this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(64, 16); - this.label15.TabIndex = 33; - this.label15.Text = "mHz"; - // - // checkBox13 - // - this.checkBox13.Enabled = false; - this.checkBox13.Location = new System.Drawing.Point(552, 136); - this.checkBox13.Name = "checkBox13"; - this.checkBox13.Size = new System.Drawing.Size(136, 16); - this.checkBox13.TabIndex = 32; - // - // button2 - // - this.button2.Location = new System.Drawing.Point(480, 392); - this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(88, 24); - this.button2.TabIndex = 34; - this.button2.Text = "Load Sensors"; - this.button2.Click += new System.EventHandler(this.button2_Click); - // - // checkBox14 - // - this.checkBox14.Enabled = false; - this.checkBox14.Location = new System.Drawing.Point(32, 224); - this.checkBox14.Name = "checkBox14"; - this.checkBox14.Size = new System.Drawing.Size(56, 24); - this.checkBox14.TabIndex = 35; - this.checkBox14.Text = "HD C:"; - // - // checkBox16 - // - this.checkBox16.Enabled = false; - this.checkBox16.Location = new System.Drawing.Point(32, 248); - this.checkBox16.Name = "checkBox16"; - this.checkBox16.Size = new System.Drawing.Size(56, 24); - this.checkBox16.TabIndex = 36; - this.checkBox16.Text = "HD D:"; - // - // checkBox17 - // - this.checkBox17.Enabled = false; - this.checkBox17.Location = new System.Drawing.Point(32, 272); - this.checkBox17.Name = "checkBox17"; - this.checkBox17.Size = new System.Drawing.Size(56, 24); - this.checkBox17.TabIndex = 37; - this.checkBox17.Text = "HD E:"; - // - // groupBox2 - // - this.groupBox2.Controls.Add(this.groupBox3); - this.groupBox2.Location = new System.Drawing.Point(24, 208); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(640, 8); - this.groupBox2.TabIndex = 38; - this.groupBox2.TabStop = false; - // - // groupBox3 - // - this.groupBox3.Location = new System.Drawing.Point(0, 0); - this.groupBox3.Name = "groupBox3"; - this.groupBox3.Size = new System.Drawing.Size(640, 8); - this.groupBox3.TabIndex = 39; - this.groupBox3.TabStop = false; - // - // textBox1 - // - this.textBox1.Location = new System.Drawing.Point(456, 224); - this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(200, 20); - this.textBox1.TabIndex = 39; - this.textBox1.Text = "C:\\WINDOWS\\Media"; - // - // label16 - // - this.label16.Location = new System.Drawing.Point(296, 232); - this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(144, 16); - this.label16.TabIndex = 40; - this.label16.Text = "Status Alarm Sound Folder"; - // - // button3 - // - this.button3.Location = new System.Drawing.Point(664, 224); - this.button3.Name = "button3"; - this.button3.Size = new System.Drawing.Size(24, 23); - this.button3.TabIndex = 41; - this.button3.Text = "..."; - this.button3.Click += new System.EventHandler(this.button3_Click); - // - // label17 - // - this.label17.Location = new System.Drawing.Point(296, 256); - this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(176, 16); - this.label17.TabIndex = 42; - this.label17.Text = "Alarm threshold for HD (in MB)"; - // - // textBox2 - // - this.textBox2.Location = new System.Drawing.Point(456, 248); - this.textBox2.Name = "textBox2"; - this.textBox2.Size = new System.Drawing.Size(72, 20); - this.textBox2.TabIndex = 43; - this.textBox2.Text = "200"; - // - // checkBox18 - // - this.checkBox18.Enabled = false; - this.checkBox18.Location = new System.Drawing.Point(32, 344); - this.checkBox18.Name = "checkBox18"; - this.checkBox18.Size = new System.Drawing.Size(56, 24); - this.checkBox18.TabIndex = 46; - this.checkBox18.Text = "HD H:"; - // - // checkBox19 - // - this.checkBox19.Enabled = false; - this.checkBox19.Location = new System.Drawing.Point(32, 320); - this.checkBox19.Name = "checkBox19"; - this.checkBox19.Size = new System.Drawing.Size(56, 24); - this.checkBox19.TabIndex = 45; - this.checkBox19.Text = "HD G:"; - // - // checkBox20 - // - this.checkBox20.Enabled = false; - this.checkBox20.Location = new System.Drawing.Point(32, 296); - this.checkBox20.Name = "checkBox20"; - this.checkBox20.Size = new System.Drawing.Size(56, 24); - this.checkBox20.TabIndex = 44; - this.checkBox20.Text = "HD F:"; - // - // checkBox21 - // - this.checkBox21.Enabled = false; - this.checkBox21.Location = new System.Drawing.Point(96, 344); - this.checkBox21.Name = "checkBox21"; - this.checkBox21.Size = new System.Drawing.Size(64, 24); - this.checkBox21.TabIndex = 52; - this.checkBox21.Text = "HD N:"; - // - // checkBox22 - // - this.checkBox22.Enabled = false; - this.checkBox22.Location = new System.Drawing.Point(96, 320); - this.checkBox22.Name = "checkBox22"; - this.checkBox22.Size = new System.Drawing.Size(64, 24); - this.checkBox22.TabIndex = 51; - this.checkBox22.Text = "HD M:"; - // - // checkBox23 - // - this.checkBox23.Enabled = false; - this.checkBox23.Location = new System.Drawing.Point(96, 296); - this.checkBox23.Name = "checkBox23"; - this.checkBox23.Size = new System.Drawing.Size(64, 24); - this.checkBox23.TabIndex = 50; - this.checkBox23.Text = "HD L:"; - // - // checkBox24 - // - this.checkBox24.Enabled = false; - this.checkBox24.Location = new System.Drawing.Point(96, 272); - this.checkBox24.Name = "checkBox24"; - this.checkBox24.Size = new System.Drawing.Size(64, 24); - this.checkBox24.TabIndex = 49; - this.checkBox24.Text = "HD K:"; - // - // checkBox25 - // - this.checkBox25.Enabled = false; - this.checkBox25.Location = new System.Drawing.Point(96, 248); - this.checkBox25.Name = "checkBox25"; - this.checkBox25.Size = new System.Drawing.Size(64, 24); - this.checkBox25.TabIndex = 48; - this.checkBox25.Text = "HD J:"; - // - // checkBox26 - // - this.checkBox26.Enabled = false; - this.checkBox26.Location = new System.Drawing.Point(96, 224); - this.checkBox26.Name = "checkBox26"; - this.checkBox26.Size = new System.Drawing.Size(64, 24); - this.checkBox26.TabIndex = 47; - this.checkBox26.Text = "HD I:"; - // - // checkBox27 - // - this.checkBox27.Enabled = false; - this.checkBox27.Location = new System.Drawing.Point(160, 344); - this.checkBox27.Name = "checkBox27"; - this.checkBox27.Size = new System.Drawing.Size(64, 24); - this.checkBox27.TabIndex = 58; - this.checkBox27.Text = "HD T:"; - // - // checkBox28 - // - this.checkBox28.Enabled = false; - this.checkBox28.Location = new System.Drawing.Point(160, 320); - this.checkBox28.Name = "checkBox28"; - this.checkBox28.Size = new System.Drawing.Size(64, 24); - this.checkBox28.TabIndex = 57; - this.checkBox28.Text = "HD S:"; - // - // checkBox29 - // - this.checkBox29.Enabled = false; - this.checkBox29.Location = new System.Drawing.Point(160, 296); - this.checkBox29.Name = "checkBox29"; - this.checkBox29.Size = new System.Drawing.Size(64, 24); - this.checkBox29.TabIndex = 56; - this.checkBox29.Text = "HD R:"; - // - // checkBox30 - // - this.checkBox30.Enabled = false; - this.checkBox30.Location = new System.Drawing.Point(160, 272); - this.checkBox30.Name = "checkBox30"; - this.checkBox30.Size = new System.Drawing.Size(64, 24); - this.checkBox30.TabIndex = 55; - this.checkBox30.Text = "HD Q:"; - // - // checkBox31 - // - this.checkBox31.Enabled = false; - this.checkBox31.Location = new System.Drawing.Point(160, 248); - this.checkBox31.Name = "checkBox31"; - this.checkBox31.Size = new System.Drawing.Size(64, 24); - this.checkBox31.TabIndex = 54; - this.checkBox31.Text = "HD P:"; - // - // checkBox32 - // - this.checkBox32.Enabled = false; - this.checkBox32.Location = new System.Drawing.Point(160, 224); - this.checkBox32.Name = "checkBox32"; - this.checkBox32.Size = new System.Drawing.Size(64, 24); - this.checkBox32.TabIndex = 53; - this.checkBox32.Text = "HD O :"; - // - // checkBox33 - // - this.checkBox33.Enabled = false; - this.checkBox33.Location = new System.Drawing.Point(224, 344); - this.checkBox33.Name = "checkBox33"; - this.checkBox33.Size = new System.Drawing.Size(64, 24); - this.checkBox33.TabIndex = 64; - this.checkBox33.Text = "HD Z:"; - // - // checkBox34 - // - this.checkBox34.Enabled = false; - this.checkBox34.Location = new System.Drawing.Point(224, 320); - this.checkBox34.Name = "checkBox34"; - this.checkBox34.Size = new System.Drawing.Size(64, 24); - this.checkBox34.TabIndex = 63; - this.checkBox34.Text = "HD Y:"; - // - // checkBox35 - // - this.checkBox35.Enabled = false; - this.checkBox35.Location = new System.Drawing.Point(224, 296); - this.checkBox35.Name = "checkBox35"; - this.checkBox35.Size = new System.Drawing.Size(64, 24); - this.checkBox35.TabIndex = 62; - this.checkBox35.Text = "HD X:"; - // - // checkBox36 - // - this.checkBox36.Enabled = false; - this.checkBox36.Location = new System.Drawing.Point(224, 272); - this.checkBox36.Name = "checkBox36"; - this.checkBox36.Size = new System.Drawing.Size(64, 24); - this.checkBox36.TabIndex = 61; - this.checkBox36.Text = "HD W:"; - // - // checkBox37 - // - this.checkBox37.Enabled = false; - this.checkBox37.Location = new System.Drawing.Point(224, 248); - this.checkBox37.Name = "checkBox37"; - this.checkBox37.Size = new System.Drawing.Size(64, 24); - this.checkBox37.TabIndex = 60; - this.checkBox37.Text = "HD U:"; - // - // checkBox38 - // - this.checkBox38.Enabled = false; - this.checkBox38.Location = new System.Drawing.Point(224, 224); - this.checkBox38.Name = "checkBox38"; - this.checkBox38.Size = new System.Drawing.Size(64, 24); - this.checkBox38.TabIndex = 59; - this.checkBox38.Text = "HD U :"; - // - // label18 - // - this.label18.Location = new System.Drawing.Point(296, 304); - this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(152, 16); - this.label18.TabIndex = 65; - this.label18.Text = "Enable statusbar"; - // - // checkBox39 - // - this.checkBox39.Enabled = false; - this.checkBox39.Location = new System.Drawing.Point(456, 296); - this.checkBox39.Name = "checkBox39"; - this.checkBox39.Size = new System.Drawing.Size(48, 24); - this.checkBox39.TabIndex = 66; - this.checkBox39.CheckedChanged += new System.EventHandler(this.checkBox39_CheckedChanged); - // - // label19 - // - this.label19.Location = new System.Drawing.Point(296, 328); - this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(152, 16); - this.label19.TabIndex = 67; - this.label19.Text = "Statusbar positon"; - // - // checkBox40 - // - this.checkBox40.Enabled = false; - this.checkBox40.Location = new System.Drawing.Point(456, 328); - this.checkBox40.Name = "checkBox40"; - this.checkBox40.Size = new System.Drawing.Size(48, 16); - this.checkBox40.TabIndex = 68; - this.checkBox40.Text = "Top"; - this.checkBox40.CheckedChanged += new System.EventHandler(this.checkBox40_CheckedChanged); - // - // checkBox41 - // - this.checkBox41.Enabled = false; - this.checkBox41.Location = new System.Drawing.Point(520, 328); - this.checkBox41.Name = "checkBox41"; - this.checkBox41.Size = new System.Drawing.Size(64, 16); - this.checkBox41.TabIndex = 69; - this.checkBox41.Text = "Bottom"; - this.checkBox41.CheckedChanged += new System.EventHandler(this.checkBox41_CheckedChanged); - // - // label20 - // - this.label20.Location = new System.Drawing.Point(296, 352); - this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(152, 16); - this.label20.TabIndex = 70; - this.label20.Text = "Select statusbar sensor"; - // - // comboBox1 - // - this.comboBox1.Enabled = false; - this.comboBox1.Location = new System.Drawing.Point(456, 352); - this.comboBox1.Name = "comboBox1"; - this.comboBox1.Size = new System.Drawing.Size(216, 21); - this.comboBox1.TabIndex = 71; - this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); - // - // SetupForm - // - this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); - this.ClientSize = new System.Drawing.Size(704, 430); - this.Controls.Add(this.comboBox1); - this.Controls.Add(this.label20); - this.Controls.Add(this.checkBox41); - this.Controls.Add(this.checkBox40); - this.Controls.Add(this.label19); - this.Controls.Add(this.checkBox39); - this.Controls.Add(this.label18); - this.Controls.Add(this.checkBox33); - this.Controls.Add(this.checkBox34); - this.Controls.Add(this.checkBox35); - this.Controls.Add(this.checkBox36); - this.Controls.Add(this.checkBox37); - this.Controls.Add(this.checkBox38); - this.Controls.Add(this.checkBox27); - this.Controls.Add(this.checkBox28); - this.Controls.Add(this.checkBox29); - this.Controls.Add(this.checkBox30); - this.Controls.Add(this.checkBox31); - this.Controls.Add(this.checkBox32); - this.Controls.Add(this.checkBox21); - this.Controls.Add(this.checkBox22); - this.Controls.Add(this.checkBox23); - this.Controls.Add(this.checkBox24); - this.Controls.Add(this.checkBox25); - this.Controls.Add(this.checkBox26); - this.Controls.Add(this.checkBox18); - this.Controls.Add(this.checkBox19); - this.Controls.Add(this.checkBox20); - this.Controls.Add(this.textBox2); - this.Controls.Add(this.textBox1); - this.Controls.Add(this.label17); - this.Controls.Add(this.button3); - this.Controls.Add(this.label16); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.checkBox17); - this.Controls.Add(this.checkBox16); - this.Controls.Add(this.checkBox14); - this.Controls.Add(this.button2); - this.Controls.Add(this.label15); - this.Controls.Add(this.checkBox13); - this.Controls.Add(this.label14); - this.Controls.Add(this.checkBox15); - this.Controls.Add(this.checkBox10); - this.Controls.Add(this.checkBox11); - this.Controls.Add(this.checkBox12); - this.Controls.Add(this.label13); - this.Controls.Add(this.checkBox7); - this.Controls.Add(this.checkBox8); - this.Controls.Add(this.checkBox9); - this.Controls.Add(this.label8); - this.Controls.Add(this.checkBox4); - this.Controls.Add(this.checkBox5); - this.Controls.Add(this.checkBox6); - this.Controls.Add(this.label7); - this.Controls.Add(this.checkBox3); - this.Controls.Add(this.checkBox2); - this.Controls.Add(this.checkBox1); - this.Controls.Add(this.button1); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.label9); - this.Controls.Add(this.label10); - this.Controls.Add(this.label11); - this.Controls.Add(this.label12); - this.Controls.Add(this.label5); - this.Controls.Add(this.label6); - this.Controls.Add(this.label3); - this.Controls.Add(this.label4); - this.Controls.Add(this.label2); - this.Controls.Add(this.label1); - this.Name = "SetupForm"; - this.Text = "SetupForm"; - this.groupBox2.ResumeLayout(false); - this.ResumeLayout(false); + this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.label2 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.label3 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.label4 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.label5 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.label6 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.label9 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.label10 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.label11 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.label12 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox(); + this.button1 = new MediaPortal.UserInterface.Controls.MPButton(); + this.checkBox1 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox2 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox3 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.label7 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.label8 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.checkBox4 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox5 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox6 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.label13 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.checkBox7 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox8 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox9 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox10 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox11 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox12 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.label14 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.checkBox15 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.label15 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.checkBox13 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.button2 = new MediaPortal.UserInterface.Controls.MPButton(); + this.checkBox14 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox16 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox17 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.groupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox(); + this.groupBox3 = new MediaPortal.UserInterface.Controls.MPGroupBox(); + this.textBox1 = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.label16 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.button3 = new MediaPortal.UserInterface.Controls.MPButton(); + this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); + this.label17 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.textBox2 = new MediaPortal.UserInterface.Controls.MPTextBox(); + this.checkBox18 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox19 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox20 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox21 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox22 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox23 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox24 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox25 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox26 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox27 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox28 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox29 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox30 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox31 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox32 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox33 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox34 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox35 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox36 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox37 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox38 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.label18 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.checkBox39 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.label19 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.checkBox40 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.checkBox41 = new MediaPortal.UserInterface.Controls.MPCheckBox(); + this.label20 = new MediaPortal.UserInterface.Controls.MPLabel(); + this.comboBox1 = new MediaPortal.UserInterface.Controls.MPComboBox(); + this.linkLabel1 = new System.Windows.Forms.LinkLabel(); + this.groupBox2.SuspendLayout(); + this.SuspendLayout(); + // + // label1 + // + this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.Location = new System.Drawing.Point(29, 18); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(115, 19); + this.label1.TabIndex = 0; + this.label1.Text = "MBM Version:"; + // + // label2 + // + this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label2.Location = new System.Drawing.Point(144, 18); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(278, 19); + this.label2.TabIndex = 1; + // + // label3 + // + this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label3.Location = new System.Drawing.Point(144, 74); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(653, 18); + this.label3.TabIndex = 3; + // + // label4 + // + this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label4.Location = new System.Drawing.Point(29, 74); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(105, 18); + this.label4.TabIndex = 2; + this.label4.Text = "MBM Path:"; + // + // label5 + // + this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label5.Location = new System.Drawing.Point(144, 46); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(278, 19); + this.label5.TabIndex = 5; + // + // label6 + // + this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label6.Location = new System.Drawing.Point(29, 46); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(125, 19); + this.label6.TabIndex = 4; + this.label6.Text = "MBM started at:"; + // + // label9 + // + this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label9.Location = new System.Drawing.Point(576, 46); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(221, 19); + this.label9.TabIndex = 9; + // + // label10 + // + this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label10.Location = new System.Drawing.Point(442, 46); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(96, 19); + this.label10.TabIndex = 8; + this.label10.Text = "SMB chip:"; + // + // label11 + // + this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label11.Location = new System.Drawing.Point(576, 18); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(221, 19); + this.label11.TabIndex = 7; + // + // label12 + // + this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label12.Location = new System.Drawing.Point(442, 18); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(124, 19); + this.label12.TabIndex = 6; + this.label12.Text = "MBM last update:"; + // + // groupBox1 + // + this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.groupBox1.Location = new System.Drawing.Point(365, 323); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(451, 9); + this.groupBox1.TabIndex = 10; + this.groupBox1.TabStop = false; + // + // button1 + // + this.button1.Enabled = false; + this.button1.Location = new System.Drawing.Point(701, 452); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(105, 28); + this.button1.TabIndex = 11; + this.button1.Text = "OK"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // checkBox1 + // + this.checkBox1.AutoSize = true; + this.checkBox1.Enabled = false; + this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox1.Location = new System.Drawing.Point(38, 157); + this.checkBox1.Name = "checkBox1"; + this.checkBox1.Size = new System.Drawing.Size(13, 12); + this.checkBox1.TabIndex = 13; + this.checkBox1.UseVisualStyleBackColor = true; + // + // checkBox2 + // + this.checkBox2.AutoSize = true; + this.checkBox2.Enabled = false; + this.checkBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox2.Location = new System.Drawing.Point(38, 185); + this.checkBox2.Name = "checkBox2"; + this.checkBox2.Size = new System.Drawing.Size(13, 12); + this.checkBox2.TabIndex = 14; + this.checkBox2.UseVisualStyleBackColor = true; + // + // checkBox3 + // + this.checkBox3.AutoSize = true; + this.checkBox3.Enabled = false; + this.checkBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox3.Location = new System.Drawing.Point(38, 212); + this.checkBox3.Name = "checkBox3"; + this.checkBox3.Size = new System.Drawing.Size(13, 12); + this.checkBox3.TabIndex = 15; + this.checkBox3.UseVisualStyleBackColor = true; + // + // label7 + // + this.label7.Location = new System.Drawing.Point(19, 129); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(87, 19); + this.label7.TabIndex = 16; + this.label7.Text = "Temperature"; + // + // label8 + // + this.label8.Location = new System.Drawing.Point(163, 129); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(58, 19); + this.label8.TabIndex = 20; + this.label8.Text = "Fan"; + // + // checkBox4 + // + this.checkBox4.AutoSize = true; + this.checkBox4.Enabled = false; + this.checkBox4.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox4.Location = new System.Drawing.Point(163, 212); + this.checkBox4.Name = "checkBox4"; + this.checkBox4.Size = new System.Drawing.Size(13, 12); + this.checkBox4.TabIndex = 19; + this.checkBox4.UseVisualStyleBackColor = true; + // + // checkBox5 + // + this.checkBox5.AutoSize = true; + this.checkBox5.Enabled = false; + this.checkBox5.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox5.Location = new System.Drawing.Point(163, 185); + this.checkBox5.Name = "checkBox5"; + this.checkBox5.Size = new System.Drawing.Size(13, 12); + this.checkBox5.TabIndex = 18; + this.checkBox5.UseVisualStyleBackColor = true; + // + // checkBox6 + // + this.checkBox6.AutoSize = true; + this.checkBox6.Enabled = false; + this.checkBox6.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox6.Location = new System.Drawing.Point(163, 157); + this.checkBox6.Name = "checkBox6"; + this.checkBox6.Size = new System.Drawing.Size(13, 12); + this.checkBox6.TabIndex = 17; + this.checkBox6.UseVisualStyleBackColor = true; + // + // label13 + // + this.label13.Location = new System.Drawing.Point(346, 129); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(57, 19); + this.label13.TabIndex = 24; + this.label13.Text = "Voltage"; + // + // checkBox7 + // + this.checkBox7.AutoSize = true; + this.checkBox7.Enabled = false; + this.checkBox7.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox7.Location = new System.Drawing.Point(288, 212); + this.checkBox7.Name = "checkBox7"; + this.checkBox7.Size = new System.Drawing.Size(13, 12); + this.checkBox7.TabIndex = 23; + this.checkBox7.UseVisualStyleBackColor = true; + // + // checkBox8 + // + this.checkBox8.AutoSize = true; + this.checkBox8.Enabled = false; + this.checkBox8.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox8.Location = new System.Drawing.Point(288, 185); + this.checkBox8.Name = "checkBox8"; + this.checkBox8.Size = new System.Drawing.Size(13, 12); + this.checkBox8.TabIndex = 22; + this.checkBox8.UseVisualStyleBackColor = true; + // + // checkBox9 + // + this.checkBox9.AutoSize = true; + this.checkBox9.Enabled = false; + this.checkBox9.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox9.Location = new System.Drawing.Point(288, 157); + this.checkBox9.Name = "checkBox9"; + this.checkBox9.Size = new System.Drawing.Size(13, 12); + this.checkBox9.TabIndex = 21; + this.checkBox9.UseVisualStyleBackColor = true; + // + // checkBox10 + // + this.checkBox10.AutoSize = true; + this.checkBox10.Enabled = false; + this.checkBox10.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox10.Location = new System.Drawing.Point(403, 212); + this.checkBox10.Name = "checkBox10"; + this.checkBox10.Size = new System.Drawing.Size(13, 12); + this.checkBox10.TabIndex = 27; + this.checkBox10.UseVisualStyleBackColor = true; + // + // checkBox11 + // + this.checkBox11.AutoSize = true; + this.checkBox11.Enabled = false; + this.checkBox11.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox11.Location = new System.Drawing.Point(403, 185); + this.checkBox11.Name = "checkBox11"; + this.checkBox11.Size = new System.Drawing.Size(13, 12); + this.checkBox11.TabIndex = 26; + this.checkBox11.UseVisualStyleBackColor = true; + // + // checkBox12 + // + this.checkBox12.AutoSize = true; + this.checkBox12.Enabled = false; + this.checkBox12.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox12.Location = new System.Drawing.Point(403, 157); + this.checkBox12.Name = "checkBox12"; + this.checkBox12.Size = new System.Drawing.Size(13, 12); + this.checkBox12.TabIndex = 25; + this.checkBox12.UseVisualStyleBackColor = true; + // + // label14 + // + this.label14.Location = new System.Drawing.Point(528, 129); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(77, 19); + this.label14.TabIndex = 31; + this.label14.Text = "Percentage"; + // + // checkBox15 + // + this.checkBox15.AutoSize = true; + this.checkBox15.Enabled = false; + this.checkBox15.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox15.Location = new System.Drawing.Point(538, 157); + this.checkBox15.Name = "checkBox15"; + this.checkBox15.Size = new System.Drawing.Size(13, 12); + this.checkBox15.TabIndex = 28; + this.checkBox15.UseVisualStyleBackColor = true; + // + // label15 + // + this.label15.Location = new System.Drawing.Point(653, 129); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(77, 19); + this.label15.TabIndex = 33; + this.label15.Text = "mHz"; + // + // checkBox13 + // + this.checkBox13.AutoSize = true; + this.checkBox13.Enabled = false; + this.checkBox13.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox13.Location = new System.Drawing.Point(662, 157); + this.checkBox13.Name = "checkBox13"; + this.checkBox13.Size = new System.Drawing.Size(13, 12); + this.checkBox13.TabIndex = 32; + this.checkBox13.UseVisualStyleBackColor = true; + // + // button2 + // + this.button2.Location = new System.Drawing.Point(576, 452); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(106, 28); + this.button2.TabIndex = 34; + this.button2.Text = "Load Sensors"; + this.button2.UseVisualStyleBackColor = true; + this.button2.Click += new System.EventHandler(this.button2_Click); + // + // checkBox14 + // + this.checkBox14.AutoSize = true; + this.checkBox14.Enabled = false; + this.checkBox14.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox14.Location = new System.Drawing.Point(38, 258); + this.checkBox14.Name = "checkBox14"; + this.checkBox14.Size = new System.Drawing.Size(62, 21); + this.checkBox14.TabIndex = 35; + this.checkBox14.Text = "HD C:"; + this.checkBox14.UseVisualStyleBackColor = true; + // + // checkBox16 + // + this.checkBox16.AutoSize = true; + this.checkBox16.Enabled = false; + this.checkBox16.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox16.Location = new System.Drawing.Point(38, 286); + this.checkBox16.Name = "checkBox16"; + this.checkBox16.Size = new System.Drawing.Size(63, 21); + this.checkBox16.TabIndex = 36; + this.checkBox16.Text = "HD D:"; + this.checkBox16.UseVisualStyleBackColor = true; + // + // checkBox17 + // + this.checkBox17.AutoSize = true; + this.checkBox17.Enabled = false; + this.checkBox17.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox17.Location = new System.Drawing.Point(38, 314); + this.checkBox17.Name = "checkBox17"; + this.checkBox17.Size = new System.Drawing.Size(62, 21); + this.checkBox17.TabIndex = 37; + this.checkBox17.Text = "HD E:"; + this.checkBox17.UseVisualStyleBackColor = true; + // + // groupBox2 + // + this.groupBox2.Controls.Add(this.groupBox3); + this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.groupBox2.Location = new System.Drawing.Point(29, 240); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(768, 9); + this.groupBox2.TabIndex = 38; + this.groupBox2.TabStop = false; + // + // groupBox3 + // + this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.groupBox3.Location = new System.Drawing.Point(0, 0); + this.groupBox3.Name = "groupBox3"; + this.groupBox3.Size = new System.Drawing.Size(768, 9); + this.groupBox3.TabIndex = 39; + this.groupBox3.TabStop = false; + // + // textBox1 + // + this.textBox1.BorderColor = System.Drawing.Color.Empty; + this.textBox1.Location = new System.Drawing.Point(547, 258); + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size(240, 22); + this.textBox1.TabIndex = 39; + this.textBox1.Text = "C:\\WINDOWS\\Media"; + // + // label16 + // + this.label16.Location = new System.Drawing.Point(355, 268); + this.label16.Name = "label16"; + this.label16.Size = new System.Drawing.Size(173, 18); + this.label16.TabIndex = 40; + this.label16.Text = "Status Alarm Sound Folder"; + // + // button3 + // + this.button3.Location = new System.Drawing.Point(797, 258); + this.button3.Name = "button3"; + this.button3.Size = new System.Drawing.Size(29, 27); + this.button3.TabIndex = 41; + this.button3.Text = "..."; + this.button3.UseVisualStyleBackColor = true; + this.button3.Click += new System.EventHandler(this.button3_Click); + // + // label17 + // + this.label17.Location = new System.Drawing.Point(355, 295); + this.label17.Name = "label17"; + this.label17.Size = new System.Drawing.Size(211, 19); + this.label17.TabIndex = 42; + this.label17.Text = "Alarm threshold for HD (in MB)"; + // + // textBox2 + // + this.textBox2.BorderColor = System.Drawing.Color.Empty; + this.textBox2.Location = new System.Drawing.Point(547, 286); + this.textBox2.Name = "textBox2"; + this.textBox2.Size = new System.Drawing.Size(87, 22); + this.textBox2.TabIndex = 43; + this.textBox2.Text = "200"; + // + // checkBox18 + // + this.checkBox18.AutoSize = true; + this.checkBox18.Enabled = false; + this.checkBox18.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox18.Location = new System.Drawing.Point(38, 397); + this.checkBox18.Name = "checkBox18"; + this.checkBox18.Size = new System.Drawing.Size(63, 21); + this.checkBox18.TabIndex = 46; + this.checkBox18.Text = "HD H:"; + this.checkBox18.UseVisualStyleBackColor = true; + // + // checkBox19 + // + this.checkBox19.AutoSize = true; + this.checkBox19.Enabled = false; + this.checkBox19.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox19.Location = new System.Drawing.Point(38, 369); + this.checkBox19.Name = "checkBox19"; + this.checkBox19.Size = new System.Drawing.Size(64, 21); + this.checkBox19.TabIndex = 45; + this.checkBox19.Text = "HD G:"; + this.checkBox19.UseVisualStyleBackColor = true; + // + // checkBox20 + // + this.checkBox20.AutoSize = true; + this.checkBox20.Enabled = false; + this.checkBox20.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox20.Location = new System.Drawing.Point(38, 342); + this.checkBox20.Name = "checkBox20"; + this.checkBox20.Size = new System.Drawing.Size(61, 21); + this.checkBox20.TabIndex = 44; + this.checkBox20.Text = "HD F:"; + this.checkBox20.UseVisualStyleBackColor = true; + // + // checkBox21 + // + this.checkBox21.AutoSize = true; + this.checkBox21.Enabled = false; + this.checkBox21.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox21.Location = new System.Drawing.Point(115, 397); + this.checkBox21.Name = "checkBox21"; + this.checkBox21.Size = new System.Drawing.Size(63, 21); + this.checkBox21.TabIndex = 52; + this.checkBox21.Text = "HD N:"; + this.checkBox21.UseVisualStyleBackColor = true; + // + // checkBox22 + // + this.checkBox22.AutoSize = true; + this.checkBox22.Enabled = false; + this.checkBox22.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.checkBox22.Location = new System.Drawing.Point(115, 369); + this.checkBox22.Name = "checkBox22"; + this.checkBox22.Size = new System.Drawing.Size(64, 21); + this.checkBox22.TabIndex = 51; + this.checkBox22.Text = "HD M:"; + this.checkBox22.UseVisualStyleBackColor = true; + // + // checkBox23 + // + this.checkBox23.AutoSize = true; + this.checkBox23.Enabled = false; + ... [truncated message content] |
From: <nor...@us...> - 2007-06-12 23:14:43
|
Revision: 531 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=531&view=rev Author: northern_sky Date: 2007-06-12 16:14:40 -0700 (Tue, 12 Jun 2007) Log Message: ----------- added gameurl Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItem.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItem.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItem.cs 2007-06-12 23:09:40 UTC (rev 530) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FileItem.cs 2007-06-12 23:14:40 UTC (rev 531) @@ -64,6 +64,9 @@ string tagData; string categoryData; bool isFolder; + string gameInfoURL; + + List<FileItemInfo> fileItemInfoList = null; FileItemInfo fileItemInfoFavourite = null; @@ -99,6 +102,7 @@ extFileID = -1; tagData = ""; categoryData = ""; + gameInfoURL = string.Empty; } private string GetYearManu() @@ -775,7 +779,7 @@ try { string strSQL = String.Format( - "UPDATE tblFileItem SET title = '{1}', filename = '{2}', filepath = '{3}', imagefile = '{4}', mainGenre = '{5}', subGenre = '{6}', country = '{7}', manufacturer = '{8}', year = '{9}', rating = '{10}', overview = '{11}', system = '{12}', uppertitle = '{13}', tagdata = '{14}', categorydata = '{15}' where fileid = {0}", FileID, ProgramUtils.Encode(Title), ProgramUtils.Encode(Filename), ProgramUtils.Encode(Filepath), ProgramUtils.Encode(Imagefile), ProgramUtils.Encode(MainGenre), ProgramUtils.Encode(SubGenre), ProgramUtils.Encode(Country), ProgramUtils.Encode(Manufacturer), strYear, Rating, ProgramUtils.Encode(Overview), ProgramUtils.Encode(System_), ProgramUtils.Encode(Title.ToUpper()), ProgramUtils.Encode(TagData), ProgramUtils.Encode(CategoryData)); + "UPDATE tblFileItem SET title = '{1}', filename = '{2}', filepath = '{3}', imagefile = '{4}', mainGenre = '{5}', subGenre = '{6}', country = '{7}', manufacturer = '{8}', year = '{9}', rating = '{10}', overview = '{11}', system = '{12}', uppertitle = '{13}', tagdata = '{14}', categorydata = '{15}', gameInfoURL = '" + ProgramUtils.Encode(GameInfoURL) +"' where fileid = {0}", FileID, ProgramUtils.Encode(Title), ProgramUtils.Encode(Filename), ProgramUtils.Encode(Filepath), ProgramUtils.Encode(Imagefile), ProgramUtils.Encode(MainGenre), ProgramUtils.Encode(SubGenre), ProgramUtils.Encode(Country), ProgramUtils.Encode(Manufacturer), strYear, Rating, ProgramUtils.Encode(Overview), ProgramUtils.Encode(System_), ProgramUtils.Encode(Title.ToUpper()), ProgramUtils.Encode(TagData), ProgramUtils.Encode(CategoryData)); sqlDB.Execute(strSQL); } catch (SQLiteException ex) @@ -847,6 +851,13 @@ } } + public string GameInfoURL + { + get { return gameInfoURL; } + set { gameInfoURL = value; } + } + + public bool FindFileInfo(ScraperType ScraperType) { int iRetries = 0; @@ -926,6 +937,7 @@ this.Overview = FileInfoFavourite.Overview; this.Rating = FileInfoFavourite.RatingNorm; this.System_ = FileInfoFavourite.Platform; + this.GameInfoURL = FileInfoFavourite.GameURL; this.Write(); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-12 23:09:42
|
Revision: 530 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=530&view=rev Author: northern_sky Date: 2007-06-12 16:09:40 -0700 (Tue, 12 Jun 2007) Log Message: ----------- fixed genrebug Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FilelinkList.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FilelinkList.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FilelinkList.cs 2007-06-12 23:06:25 UTC (rev 529) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/FileItems/FilelinkList.cs 2007-06-12 23:09:40 UTC (rev 530) @@ -87,8 +87,8 @@ // applicationItem. // SPECIAL: the current application IS NOT the application with the launchinfo! strSQL = String.Format( - "SELECT fi.appid AS targetappid, fi.grouperappid AS grouperappid, f.fileid AS fileid, title, uppertitle, f.filename as filename, filepath, imagefile, genre, genre2, genre3, genre4, genre5, country, manufacturer, YEAR, rating, overview, SYSTEM, import_flag, manualfilename, lasttimelaunched, launchcount, isfolder, external_id FROM tblFileItem f, tblFilterItem fi WHERE f.fileid = fi.fileid AND grouperappid = {0} ORDER BY filepath, uppertitle", nAppID); - results = sqlDB.Execute(strSQL); + "SELECT fi.appid AS targetappid, fi.grouperappid AS grouperappid, f.fileid AS fileid, title, uppertitle, f.filename as filename, filepath, imagefile, mainGenre, subGenre, country, manufacturer, YEAR, rating, overview, SYSTEM, import_flag, manualfilename, lasttimelaunched, launchcount, isfolder, external_id FROM tblFileItem f, tblFilterItem fi WHERE f.fileid = fi.fileid AND grouperappid = {0} ORDER BY filepath, uppertitle", nAppID); + results = sqlDB.Execute(strSQL); if (results.Rows.Count == 0) return; for (int iRow = 0; iRow < results.Rows.Count; iRow++) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-12 23:06:27
|
Revision: 529 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=529&view=rev Author: northern_sky Date: 2007-06-12 16:06:25 -0700 (Tue, 12 Jun 2007) Log Message: ----------- added filepath Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Imports/MameImport.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Imports/MameImport.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Imports/MameImport.cs 2007-06-12 23:06:01 UTC (rev 528) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Imports/MameImport.cs 2007-06-12 23:06:25 UTC (rev 529) @@ -373,6 +373,8 @@ curFile.AppID = currentApplication.AppID; curFile.Filename = fullRomname; curFile.Imagefile = GetImageFile(curRomname); + curFile.Filepath = Path.GetDirectoryName(fullRomname); + if ((curFile.Imagefile == "") && (currentApplication.ImportValidImagesOnly)) { this.SendText("", (int)(100 * (((double)count) / total))); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-12 23:06:03
|
Revision: 528 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=528&view=rev Author: northern_sky Date: 2007-06-12 16:06:01 -0700 (Tue, 12 Jun 2007) Log Message: ----------- added filepath Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Imports/GamebaseImport.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Imports/GamebaseImport.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Imports/GamebaseImport.cs 2007-06-12 23:05:03 UTC (rev 527) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Imports/GamebaseImport.cs 2007-06-12 23:06:01 UTC (rev 528) @@ -67,6 +67,7 @@ curFile.AppID = applicationItem.AppID; curFile.Title = myReader["name"].ToString(); curFile.Filename = romFilename; + curFile.Filepath = Path.GetDirectoryName(romFilename); curFile.Imagefile = imgFilename; string strGenre1 = myReader["ParentGenre"].ToString(); string strGenre2 = myReader["Genre"].ToString(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-12 23:05:08
|
Revision: 527 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=527&view=rev Author: northern_sky Date: 2007-06-12 16:05:03 -0700 (Tue, 12 Jun 2007) Log Message: ----------- genrebug fixed Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Imports/AllGameScraper.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Imports/AllGameScraper.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Imports/AllGameScraper.cs 2007-06-12 22:59:18 UTC (rev 526) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Imports/AllGameScraper.cs 2007-06-12 23:05:03 UTC (rev 527) @@ -169,12 +169,12 @@ match = Regex.Match(tableData[4], regexpYear, RegexOptions.IgnoreCase); newGame.Year = match.Groups["year"].Value; - match = Regex.Match(tableData[5], regexpGameStyle, RegexOptions.IgnoreCase); - newGame.Style = match.Groups["style"].Value; - - match = Regex.Match(tableData[6], regexpGenre, RegexOptions.IgnoreCase); + match = Regex.Match(tableData[5], regexpGenre, RegexOptions.IgnoreCase); newGame.MainGenre = match.Groups["genre"].Value; + match = Regex.Match(tableData[6], regexpGameStyle, RegexOptions.IgnoreCase); + newGame.SubGenre = match.Groups["style"].Value; + match = Regex.Match(tableData[7], regexpPlatform, RegexOptions.IgnoreCase); newGame.Platform = match.Groups["platform"].Value; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-12 22:59:19
|
Revision: 526 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=526&view=rev Author: northern_sky Date: 2007-06-12 15:59:18 -0700 (Tue, 12 Jun 2007) Log Message: ----------- added gameinfourl Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.resx Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.cs 2007-06-12 22:58:41 UTC (rev 525) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.cs 2007-06-12 22:59:18 UTC (rev 526) @@ -49,42 +49,44 @@ private ConditionChecker conditionChecker; private OpenFileDialog openFileDialog1; private ToolTip toolTip1; - private Button btnOk; - private Button btnCancel; - private TabPage tabPage1; - private TabPage tabPage2; - private TabControl tcFileItemData; - private GroupBox gbFileDetails; - private Button buttonViewImg; - private TextBox txtFilepath; - private Label label1; - private ComboBox cbRating; - private TextBox txtOverview; - private Label lblOverview; - private TextBox txtSystem; - private Label lblSystem; - private TextBox txtCountry; - private Label lblCountry; - private Label lblRating; - private TextBox txtYear; - private Label lblYear; - private TextBox txtManufacturer; - private Label lblManufacturer; - private TextBox txtGenre; - private Label lblGenre; - private Label lblImageFile; - private Button btnImageFile; - private TextBox txtFilename; - private TextBox txtImageFile; - private TextBox txtTitle; - private Label lblTitle; - private Label lblFilename; - private Button btnFilename; - private GroupBox gbExtended; - private Label lblTagData; - private Label lblCategoryData; - private TextBox txtTagData; - private TextBox txtCategoryData; + 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 @@ -144,7 +146,7 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FileDetailsForm)); + 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(); @@ -153,6 +155,8 @@ 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(); @@ -193,44 +197,48 @@ // 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(312, 472); + 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(400, 472); + 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(399, 96); + 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))); + | 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(488, 448); + this.tcFileItemData.Size = new System.Drawing.Size(529, 497); this.tcFileItemData.TabIndex = 3; // // tabPage1 @@ -238,15 +246,18 @@ 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(480, 422); + 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))); + | 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); @@ -272,22 +283,38 @@ 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(464, 408); + 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.Location = new System.Drawing.Point(88, 72); + | 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(332, 20); + this.txtFilepath.Size = new System.Drawing.Size(373, 20); this.txtFilepath.TabIndex = 62; - this.txtFilepath.Text = ""; // // label1 // @@ -299,20 +326,21 @@ // // 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(230, 194); + "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; @@ -320,19 +348,20 @@ // 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.Location = new System.Drawing.Point(8, 288); + | 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(448, 110); + 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, 272); + 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; @@ -341,12 +370,12 @@ // 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.Location = new System.Drawing.Point(88, 242); + | 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(332, 20); + this.txtSystem.Size = new System.Drawing.Size(373, 20); this.txtSystem.TabIndex = 10; - this.txtSystem.Text = ""; // // lblSystem // @@ -359,12 +388,12 @@ // 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.Location = new System.Drawing.Point(88, 218); + | 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(332, 20); + this.txtCountry.Size = new System.Drawing.Size(373, 20); this.txtCountry.TabIndex = 9; - this.txtCountry.Text = ""; // // lblCountry // @@ -376,7 +405,7 @@ // // lblRating // - this.lblRating.Location = new System.Drawing.Point(177, 197); + 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; @@ -384,12 +413,12 @@ // // txtYear // - this.txtYear.Location = new System.Drawing.Point(88, 194); + 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; - this.txtYear.Text = ""; // // lblYear // @@ -402,12 +431,12 @@ // 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.Location = new System.Drawing.Point(88, 170); + | 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(332, 20); + this.txtManufacturer.Size = new System.Drawing.Size(373, 20); this.txtManufacturer.TabIndex = 6; - this.txtManufacturer.Text = ""; // // lblManufacturer // @@ -420,14 +449,14 @@ // 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.Location = new System.Drawing.Point(88, 120); + | 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(332, 48); + this.txtGenre.Size = new System.Drawing.Size(373, 48); this.txtGenre.TabIndex = 5; - this.txtGenre.Text = ""; // // lblGenre // @@ -449,41 +478,42 @@ // 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(432, 96); + 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.Location = new System.Drawing.Point(88, 48); + | 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(332, 20); + this.txtFilename.Size = new System.Drawing.Size(373, 20); this.txtFilename.TabIndex = 1; - this.txtFilename.Text = ""; // // 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.Location = new System.Drawing.Point(88, 96); + | 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(310, 20); + this.txtImageFile.Size = new System.Drawing.Size(351, 20); this.txtImageFile.TabIndex = 3; - this.txtImageFile.Text = ""; // // 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.Location = new System.Drawing.Point(88, 24); + | 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(332, 20); + this.txtTitle.Size = new System.Drawing.Size(373, 20); this.txtTitle.TabIndex = 0; - this.txtTitle.Text = ""; // // lblTitle // @@ -505,10 +535,11 @@ // 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(432, 48); + 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 @@ -516,37 +547,39 @@ 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(480, 422); + 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))); + | 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(464, 408); + 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))); + | 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(448, 176); + this.txtCategoryData.Size = new System.Drawing.Size(489, 225); this.txtCategoryData.TabIndex = 64; - this.txtCategoryData.Text = ""; // // lblCategoryData // @@ -559,14 +592,14 @@ // txtTagData // this.txtTagData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + | 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(448, 144); + this.txtTagData.Size = new System.Drawing.Size(489, 144); this.txtTagData.TabIndex = 62; - this.txtTagData.Text = ""; // // lblTagData // @@ -581,7 +614,7 @@ this.AcceptButton = this.btnOk; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.btnCancel; - this.ClientSize = new System.Drawing.Size(498, 504); + this.ClientSize = new System.Drawing.Size(539, 553); this.Controls.Add(this.tcFileItemData); this.Controls.Add(this.btnOk); this.Controls.Add(this.btnCancel); @@ -592,8 +625,10 @@ 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); } @@ -622,6 +657,7 @@ txtOverview.Text = m_CurFile.Overview; txtTagData.Text = m_CurFile.TagData; txtCategoryData.Text = m_CurFile.CategoryData; + gameinfoURLTextBox.Text = m_CurFile.GameInfoURL; } private void FileDetailsForm_Load(object sender, EventArgs e) @@ -712,6 +748,7 @@ CurFile.Overview = txtOverview.Text; CurFile.TagData = txtTagData.Text; CurFile.CategoryData = txtCategoryData.Text; + CurFile.GameInfoURL = this.gameinfoURLTextBox.Text; if (EntriesOK()) { this.DialogResult = DialogResult.OK; Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.resx =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.resx 2007-06-12 22:58:41 UTC (rev 525) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.resx 2007-06-12 22:59:18 UTC (rev 526) @@ -3,7 +3,7 @@ <!-- Microsoft ResX Schema - Version 1.3 + Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the @@ -14,16 +14,17 @@ ... ado.net/XML headers & schema ... <resheader name="resmimetype">text/microsoft-resx</resheader> - <resheader name="version">1.3</resheader> + <resheader name="version">2.0</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> - <data name="Name1">this is my long string</data> + <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> - [base64 mime encoded serialized .NET Framework object] + <value>[base64 mime encoded serialized .NET Framework object]</value> </data> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - [base64 mime encoded string representing a byte array form of the .NET Framework object] + <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> + <comment>This is a comment</comment> </data> There are any number of "resheader" rows that contain simple @@ -35,7 +36,7 @@ Classes that don't support this are serialized and stored with the mimetype set. - The mimetype is used forserialized objects, and tells the + The mimetype is used for serialized objects, and tells the ResXResourceReader how to depersist the object. This is currently not extensible. For a given mimetype the value must be set accordingly: @@ -45,7 +46,7 @@ mimetype: application/x-microsoft.net.object.binary.base64 value : The object must be serialized with - : System.Serialization.Formatters.Binary.BinaryFormatter + : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 @@ -59,18 +60,37 @@ : and then encoded with base64 encoding. --> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> + <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> + <xsd:element name="metadata"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" /> + </xsd:sequence> + <xsd:attribute name="name" use="required" type="xsd:string" /> + <xsd:attribute name="type" type="xsd:string" /> + <xsd:attribute name="mimetype" type="xsd:string" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="assembly"> + <xsd:complexType> + <xsd:attribute name="alias" type="xsd:string" /> + <xsd:attribute name="name" type="xsd:string" /> + </xsd:complexType> + </xsd:element> <xsd:element name="data"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> </xsd:sequence> - <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" /> + <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> + <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="resheader"> @@ -89,296 +109,42 @@ <value>text/microsoft-resx</value> </resheader> <resheader name="version"> - <value>1.3</value> + <value>2.0</value> </resheader> <resheader name="reader"> - <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> - <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> - <data name="btnOk.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="btnOk.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="btnOk.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="btnCancel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="btnCancel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="btnCancel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="openFileDialog1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="openFileDialog1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="openFileDialog1.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <metadata name="openFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>17, 17</value> - </data> - <data name="toolTip1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="toolTip1.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + </metadata> + <metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>147, 17</value> - </data> - <data name="toolTip1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="buttonViewImg.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="buttonViewImg.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="buttonViewImg.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="buttonViewImg.Image" type="System.Drawing.Bitmap, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" mimetype="application/x-microsoft.net.object.bytearray.base64"> + </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 - 2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Onsgdjp7ICAgAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANjp7IHY6eyAgIAA//8AgAAAgAAA//8AAAAA - //8AgAAAAAAAgAAA//8AAAD//wAA//8AAADY6eyB2OnsgICAAAAAAP////8AAAAAAP//AIAAAAAA//8A - AP//AAAAAIAAAP//AAAAAAAA2Onsgdjp7ICAgP//AAAAAAD//wCAAP//AACAAAD//wCAgAAAAACAAAD/ - /wAAAP//AAAAANjp7IHY6eyAgID//////wAAAAAA//8A//8AAAAAgAAAAAAA//8AgAAAAAD//wD///8A - AADY6eyB2OnsgICA//8A//////8AAAAA//8AAP//AAAA////AAAAAAAA//8A//////8AAAAA2Onsgdjp - 7ICAgP//////AP//////AAAAAAAAAP//////AP//////AP//////AP///wAAANjp7IHY6eyAgID//wD/ - /////wD//////wD//////wD//////wD//////wD//////wAAAADY6eyB2OnsgICA//////8A//////8A - //////8A//////8A////AAAAAAAA//8A////AAAA2Onsgdjp7ICAgP//AP//////AP//////AP////// - AP///wAAAP///wD//wAAAP//AAAAANjp7IHY6eyAgID//////wD//////wD//////wD//////wAAAAAA - //////8AAAD///8AAADY6eyB2OnsgICA//8A//////8A//////8A//////8A//////8AAAAAAAAA//// - //8AAAAA2Onsgdjp7ICAgP//////AP//////AP//////AP//////AP//////AP//////AP///wAAANjp - 7IHY6eyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDY6eyB2Ons2Ons - 2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Onsgdjp7Njp7Njp7Njp7Njp - 7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7IE= + 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//////AP////// + AP///wAAAP///wD//wAAAP//AAAAANjp7ADY6eyAgID//////wD//////wD//////wD//////wAAAAAA + //////8AAAD///8AAADY6ewA2OnsgICA//8A//////8A//////8A//////8A//////8AAAAAAAAA//// + //8AAAAA2OnsANjp7ICAgP//////AP//////AP//////AP//////AP//////AP//////AP///wAAANjp + 7ADY6eyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDY6ewA2Ons2Ons + 2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2OnsANjp7Njp7Njp7Njp7Njp + 7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7AA= </value> </data> - <data name="tcFileItemData.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>True</value> - </data> - <data name="tcFileItemData.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="tcFileItemData.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>True</value> - </data> - <data name="tcFileItemData.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="tcFileItemData.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="tcFileItemData.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> - <value>8, 8</value> - </data> - <data name="tabPage1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="tabPage1.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>True</value> - </data> - <data name="tabPage1.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>True</value> - </data> - <data name="tabPage1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="tabPage1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="tabPage1.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> - <value>8, 8</value> - </data> - <data name="gbFileDetails.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="gbFileDetails.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> - <value>8, 8</value> - </data> - <data name="gbFileDetails.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>True</value> - </data> - <data name="gbFileDetails.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="gbFileDetails.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>True</value> - </data> - <data name="gbFileDetails.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtFilepath.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtFilepath.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="txtFilepath.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="label1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="label1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="label1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="cbRating.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="cbRating.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="cbRating.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtOverview.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtOverview.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="txtOverview.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblOverview.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="lblOverview.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblOverview.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtSystem.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtSystem.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="txtSystem.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblSystem.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="lblSystem.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblSystem.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtCountry.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtCountry.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="txtCountry.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblCountry.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="lblCountry.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblCountry.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblRating.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="lblRating.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblRating.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtYear.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtYear.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtYear.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="lblYear.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="lblYear.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblYear.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtManufacturer.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtManufacturer.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="txtManufacturer.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblManufacturer.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="lblManufacturer.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblManufacturer.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtGenre.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtGenre.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="txtGenre.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblGenre.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="lblGenre.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblGenre.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblImageFile.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="lblImageFile.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblImageFile.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="btnImageFile.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="btnImageFile.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="btnImageFile.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="btnImageFile.Image" type="System.Drawing.Bitmap, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <data name="btnImageFile.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> Qk2mAgAAAAAAADYAAAAoAAAADwAAAA0AAAABABgAAAAAAAAAAADEDgAAxA4AAAAAAAAAAAAA////AAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAQMDAQMDAQMDAQMDAQMDA @@ -394,61 +160,7 @@ ////////////////////AAAA </value> </data> - <data name="txtFilename.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtFilename.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtFilename.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="txtImageFile.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtImageFile.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="txtImageFile.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtTitle.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtTitle.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="txtTitle.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblTitle.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="lblTitle.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblTitle.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblFilename.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="lblFilename.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="lblFilename.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="btnFilename.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="btnFilename.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="btnFilename.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="btnFilename.Image" type="System.Drawing.Bitmap, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <data name="btnFilename.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> Qk2mAgAAAAAAADYAAAAoAAAADwAAAA0AAAABABgAAAAAAAAAAADEDgAAxA4AAAAAAAAAAAAA////AAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAQMDAQMDAQMDAQMDAQMDA @@ -464,106 +176,7 @@ ////////////////////AAAA </value> </data> - <data name="tabPage2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="tabPage2.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>True</value> - </data> - <data name="tabPage2.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>True</value> - </data> - <data name="tabPage2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="tabPage2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="tabPage2.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> - <value>8, 8</value> - </data> - <data name="gbExtended.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="gbExtended.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> - <value>8, 8</value> - </data> - <data name="gbExtended.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>True</value> - </data> - <data name="gbExtended.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>False</value> - </data> - <data name="gbExtended.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>True</value> - </data> - <data name="gbExtended.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtCategoryData.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>Private</value> - </data> - <data name="txtCategoryData.Locked" type="System.Boolean, mscorlib, ... [truncated message content] |
From: <nor...@us...> - 2007-06-12 22:58:43
|
Revision: 525 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=525&view=rev Author: northern_sky Date: 2007-06-12 15:58:41 -0700 (Tue, 12 Jun 2007) Log Message: ----------- some bugs fixed Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.cs 2007-06-12 22:57:46 UTC (rev 524) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.cs 2007-06-12 22:58:41 UTC (rev 525) @@ -43,7 +43,7 @@ this.applicationExeTextBox.Text = curApp.Filename; this.applicationArgumentsTextBox.Text = curApp.Arguments; this.startupDirTextBox.Text = curApp.Startupdir; - this.shellexecuteCheckBox.Checked = true;//0 (curApp.UseShellExecute); + this.quoteCheckBox.Checked = true; //(curApp.UseQuotes); this.waitExitCheckBox.Checked = (curApp.WaitForExit); SetWindowStyle(curApp.WindowStyle); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-12 22:58:33
|
Revision: 524 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=524&view=rev Author: northern_sky Date: 2007-06-12 15:57:46 -0700 (Tue, 12 Jun 2007) Log Message: ----------- added gameInfoURL - renamed db Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Database/DatabaseHandler.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Database/DatabaseHandler.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Database/DatabaseHandler.cs 2007-06-12 21:43:17 UTC (rev 523) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Database/DatabaseHandler.cs 2007-06-12 22:57:46 UTC (rev 524) @@ -64,7 +64,7 @@ } catch (Exception) { } - sqlDB = new SQLiteClient(Config.GetFile(Config.Dir.Database, "ProgramDatabaseV5.db3")); + sqlDB = new SQLiteClient(Config.GetFile(Config.Dir.Database, "myProgramsAltDatabaseV1.db3")); MediaPortal.Database.DatabaseUtility.SetPragmas(sqlDB); @@ -183,7 +183,7 @@ return false; skipPrePostPatch = DatabaseUtility.AddTable(sqlDB, "tblApplicationItem", "CREATE TABLE tblApplicationItem (appid integer primary key, fatherID integer, title text, shorttitle text, filename text, arguments text, windowstyle text, startupdir text, useshellexecute text, usequotes text, source_type text, source text, imagefile text, filedirectory text, imagedirectory text, validextensions text, enabled text, importvalidimagesonly text, iposition integer, enableGUIRefresh text, GUIRefreshPossible text, contentID integer, systemdefault text, waitforexit text, pincode integer, preLaunch text, postLaunch text)"); - DatabaseUtility.AddTable(sqlDB, "tblFileItem", "CREATE TABLE tblFileItem (fileid integer primary key, appid integer, title text, filename text, filepath text, imagefile text, mainGenre text, subGenre text, country text, manufacturer text, year integer, rating integer, overview text, system text, import_flag integer, manualfilename text, lastTimeLaunched text, launchcount integer, isfolder text, external_id integer, uppertitle text, tagdata text, categorydata text)"); + DatabaseUtility.AddTable(sqlDB, "tblFileItem", "CREATE TABLE tblFileItem (fileid integer primary key, appid integer, title text, filename text, filepath text, imagefile text, mainGenre text, subGenre text, country text, manufacturer text, year integer, rating integer, overview text, system text, import_flag integer, manualfilename text, lastTimeLaunched text, launchcount integer, isfolder text, external_id integer, uppertitle text, tagdata text, categorydata text, gameInfoUrl text)"); DatabaseUtility.AddTable(sqlDB, "tblFilterItem", "CREATE TABLE tblFilterItem (appid integer, grouperAppID integer, fileID integer, filename text, tag integer)"); DatabaseUtility.AddTable(sqlDB, "tblSetting", "CREATE TABLE tblSetting (settingid integer primary key, key text, value text)"); DatabaseUtility.AddIndex(sqlDB, "idxFile1", "CREATE INDEX idxFile1 ON tblFileItem(appid)"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |