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. |