Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/FloatingMemorySearcher.Designer.cs 2012/06/03 21:11:45 271 +++ trunk/RomCheater/Docking/FloatingMemorySearcher.Designer.cs 2012/06/03 21:25:47 272 @@ -64,12 +64,10 @@ this.chkRefreshResults = new System.Windows.Forms.CheckBox(); this.splitresults = new System.Windows.Forms.SplitContainer(); this.splitresultslist = new System.Windows.Forms.SplitContainer(); - this.lstResults = new System.Windows.Forms.AddressValuePairList(); this.mnuResults = new System.Windows.Forms.ContextMenuStrip(this.components); this.mnuItemAddToPatchList = new System.Windows.Forms.ToolStripMenuItem(); this.results_label_pnl = new System.Windows.Forms.Panel(); this.lblResultsList = new Utilities.TransparentControls.Label.TransDirectionalLabel(); - this.lstPatchList = new System.Windows.Forms.AddressValuePairList(); this.mnuAddedResults = new System.Windows.Forms.ContextMenuStrip(this.components); this.mnuItemRemoveResult = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemPatchSelectedEntry = new System.Windows.Forms.ToolStripMenuItem(); @@ -91,6 +89,8 @@ this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); this.SearchWorkerThread = new System.ComponentModel.BackgroundWorker(); this.search_progress_updater = new System.Windows.Forms.Timer(this.components); + this.lstResults = new System.Windows.Forms.AddressValuePairList(); + this.lstPatchList = new System.Windows.Forms.AddressValuePairList(); ((System.ComponentModel.ISupportInitialize)(this.mainsplit)).BeginInit(); this.mainsplit.Panel1.SuspendLayout(); this.mainsplit.Panel2.SuspendLayout(); @@ -575,7 +575,7 @@ // this.splitresults.Panel2.Controls.Add(this.resultsprogress); this.splitresults.Size = new System.Drawing.Size(750, 668); - this.splitresults.SplitterDistance = 554; + this.splitresults.SplitterDistance = 635; this.splitresults.TabIndex = 5; // // splitresultslist @@ -595,28 +595,10 @@ this.splitresultslist.Panel2.Controls.Add(this.lstPatchList); this.splitresultslist.Panel2.Controls.Add(this.patch_tool_pnl); this.splitresultslist.Panel2.Controls.Add(this.patch_label_pnl); - this.splitresultslist.Size = new System.Drawing.Size(746, 550); - this.splitresultslist.SplitterDistance = 274; + this.splitresultslist.Size = new System.Drawing.Size(746, 631); + this.splitresultslist.SplitterDistance = 314; this.splitresultslist.TabIndex = 4; // - // lstResults - // - this.lstResults.AcceptedPlugin = null; - this.lstResults.AcceptedProcess = null; - this.lstResults.AllowColumnReorder = true; - this.lstResults.ContextMenuStrip = this.mnuResults; - this.lstResults.Dock = System.Windows.Forms.DockStyle.Fill; - this.lstResults.FullRowSelect = true; - this.lstResults.HideSelection = false; - this.lstResults.Location = new System.Drawing.Point(37, 0); - this.lstResults.Name = "lstResults"; - this.lstResults.OverrideDetailsViewByDefault = false; - this.lstResults.ProcessID = 0; - this.lstResults.Size = new System.Drawing.Size(709, 274); - this.lstResults.TabIndex = 4; - this.lstResults.UseCompatibleStateImageBehavior = false; - this.lstResults.View = System.Windows.Forms.View.Details; - // // mnuResults // this.mnuResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -637,7 +619,7 @@ this.results_label_pnl.Dock = System.Windows.Forms.DockStyle.Left; this.results_label_pnl.Location = new System.Drawing.Point(0, 0); this.results_label_pnl.Name = "results_label_pnl"; - this.results_label_pnl.Size = new System.Drawing.Size(37, 274); + this.results_label_pnl.Size = new System.Drawing.Size(37, 314); this.results_label_pnl.TabIndex = 3; // // lblResultsList @@ -649,29 +631,11 @@ this.lblResultsList.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.lblResultsList.Name = "lblResultsList"; this.lblResultsList.Orientation = Utilities.TransparentControls.Label.Orientation.Vertical; - this.lblResultsList.Size = new System.Drawing.Size(37, 274); + this.lblResultsList.Size = new System.Drawing.Size(37, 314); this.lblResultsList.TabIndex = 4; this.lblResultsList.Text = "Results List"; this.lblResultsList.TextAlign = Utilities.TransparentControls.Label.TextAlign.Center; // - // lstPatchList - // - this.lstPatchList.AcceptedPlugin = null; - this.lstPatchList.AcceptedProcess = null; - this.lstPatchList.AllowColumnReorder = true; - this.lstPatchList.ContextMenuStrip = this.mnuAddedResults; - this.lstPatchList.Dock = System.Windows.Forms.DockStyle.Fill; - this.lstPatchList.FullRowSelect = true; - this.lstPatchList.HideSelection = false; - this.lstPatchList.Location = new System.Drawing.Point(37, 0); - this.lstPatchList.Name = "lstPatchList"; - this.lstPatchList.OverrideDetailsViewByDefault = false; - this.lstPatchList.ProcessID = 0; - this.lstPatchList.Size = new System.Drawing.Size(709, 202); - this.lstPatchList.TabIndex = 5; - this.lstPatchList.UseCompatibleStateImageBehavior = false; - this.lstPatchList.View = System.Windows.Forms.View.Details; - // // mnuAddedResults // this.mnuAddedResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -681,7 +645,7 @@ this.mnuItemFreezeSelectedPatches, this.mnuItemThawSelectedPatches}); this.mnuAddedResults.Name = "mnuAddedResults"; - this.mnuAddedResults.Size = new System.Drawing.Size(211, 136); + this.mnuAddedResults.Size = new System.Drawing.Size(211, 114); // // mnuItemRemoveResult // @@ -722,7 +686,7 @@ // this.patch_tool_pnl.Controls.Add(this.patch_tool_pnl_flow); this.patch_tool_pnl.Dock = System.Windows.Forms.DockStyle.Bottom; - this.patch_tool_pnl.Location = new System.Drawing.Point(37, 202); + this.patch_tool_pnl.Location = new System.Drawing.Point(37, 243); this.patch_tool_pnl.Name = "patch_tool_pnl"; this.patch_tool_pnl.Size = new System.Drawing.Size(709, 70); this.patch_tool_pnl.TabIndex = 3; @@ -826,7 +790,7 @@ this.patch_label_pnl.Dock = System.Windows.Forms.DockStyle.Left; this.patch_label_pnl.Location = new System.Drawing.Point(0, 0); this.patch_label_pnl.Name = "patch_label_pnl"; - this.patch_label_pnl.Size = new System.Drawing.Size(37, 272); + this.patch_label_pnl.Size = new System.Drawing.Size(37, 313); this.patch_label_pnl.TabIndex = 2; // // lblPatchList @@ -838,7 +802,7 @@ this.lblPatchList.Margin = new System.Windows.Forms.Padding(8, 6, 8, 6); this.lblPatchList.Name = "lblPatchList"; this.lblPatchList.Orientation = Utilities.TransparentControls.Label.Orientation.Vertical; - this.lblPatchList.Size = new System.Drawing.Size(37, 272); + this.lblPatchList.Size = new System.Drawing.Size(37, 313); this.lblPatchList.TabIndex = 5; this.lblPatchList.Text = "Patch List"; this.lblPatchList.TextAlign = Utilities.TransparentControls.Label.TextAlign.Center; @@ -877,6 +841,44 @@ // this.search_progress_updater.Tick += new System.EventHandler(this.search_progress_updater_Tick); // + // lstResults + // + this.lstResults.AcceptedPlugin = null; + this.lstResults.AcceptedProcess = null; + this.lstResults.AllowColumnReorder = true; + this.lstResults.ContextMenuStrip = this.mnuResults; + this.lstResults.Dock = System.Windows.Forms.DockStyle.Fill; + this.lstResults.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lstResults.FullRowSelect = true; + this.lstResults.HideSelection = false; + this.lstResults.Location = new System.Drawing.Point(37, 0); + this.lstResults.Name = "lstResults"; + this.lstResults.OverrideDetailsViewByDefault = false; + this.lstResults.ProcessID = 0; + this.lstResults.Size = new System.Drawing.Size(709, 314); + this.lstResults.TabIndex = 4; + this.lstResults.UseCompatibleStateImageBehavior = false; + this.lstResults.View = System.Windows.Forms.View.Details; + // + // lstPatchList + // + this.lstPatchList.AcceptedPlugin = null; + this.lstPatchList.AcceptedProcess = null; + this.lstPatchList.AllowColumnReorder = true; + this.lstPatchList.ContextMenuStrip = this.mnuAddedResults; + this.lstPatchList.Dock = System.Windows.Forms.DockStyle.Fill; + this.lstPatchList.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lstPatchList.FullRowSelect = true; + this.lstPatchList.HideSelection = false; + this.lstPatchList.Location = new System.Drawing.Point(37, 0); + this.lstPatchList.Name = "lstPatchList"; + this.lstPatchList.OverrideDetailsViewByDefault = false; + this.lstPatchList.ProcessID = 0; + this.lstPatchList.Size = new System.Drawing.Size(709, 243); + this.lstPatchList.TabIndex = 5; + this.lstPatchList.UseCompatibleStateImageBehavior = false; + this.lstPatchList.View = System.Windows.Forms.View.Details; + // // FloatingMemorySearcher // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
ViewVC Help | |
Powered by ViewVC 1.1.22 |