ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.RVACalculator/RVACheatListDockControl.Designer.cs
(Generate patch)

Comparing:
trunk/RomCheater.RVACalculator/RVACalculatorDockControl.Designer.cs (file contents), Revision 840 by william, Wed Jun 19 15:41:32 2013 UTC vs.
trunk/RomCheater.RVACalculator/RVACheatListDockControl.Designer.cs (file contents), Revision 856 by william, Tue Sep 16 21:23:53 2014 UTC

--- trunk/RomCheater.RVACalculator/RVACalculatorDockControl.Designer.cs	2014/09/16 01:15:38	840
+++ trunk/RomCheater.RVACalculator/RVACheatListDockControl.Designer.cs	2014/09/16 21:23:53	856
@@ -1,6 +1,6 @@
-namespace RomCheater.RVACalculator
+namespace RomCheater.RVACheatList
 {
-    partial class RVACalculatorDockControl
+    partial class RVACheatListDockControl
     {
         /// <summary>
         /// Required designer variable.
@@ -33,6 +33,8 @@
             this.colCheatAddress = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
             this.colPhysicalAddress = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
             this.pnl_bottom_flow = new System.Windows.Forms.FlowLayoutPanel();
+            this.lblRVA = new System.Windows.Forms.Label();
+            this.txtRVA = new System.Windows.Forms.MaskedHexBox();
             this.btnAdd = new System.Windows.Forms.Button();
             this.btnRemove = new System.Windows.Forms.Button();
             this.btnUpdate = new System.Windows.Forms.Button();
@@ -41,8 +43,6 @@
             this.btnLoad = new System.Windows.Forms.Button();
             this.btnRefresh = new System.Windows.Forms.Button();
             this.btnCopyAll = new System.Windows.Forms.Button();
-            this.lblRVA = new System.Windows.Forms.Label();
-            this.txtRVA = new System.Windows.Forms.MaskedHexBox();
             this.splitContainer1 = new System.Windows.Forms.SplitContainer();
             this.CheatLoader = new System.Windows.Forms.OpenFileDialog();
             this.CheatSaver = new System.Windows.Forms.SaveFileDialog();
@@ -67,7 +67,7 @@
             this.lstCheats.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
             this.lstCheats.MultiSelect = false;
             this.lstCheats.Name = "lstCheats";
-            this.lstCheats.Size = new System.Drawing.Size(1173, 511);
+            this.lstCheats.Size = new System.Drawing.Size(603, 413);
             this.lstCheats.TabIndex = 0;
             this.lstCheats.UseCompatibleStateImageBehavior = false;
             this.lstCheats.View = System.Windows.Forms.View.Details;
@@ -91,6 +91,8 @@
             // 
             this.pnl_bottom_flow.AutoScroll = true;
             this.pnl_bottom_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
+            this.pnl_bottom_flow.Controls.Add(this.lblRVA);
+            this.pnl_bottom_flow.Controls.Add(this.txtRVA);
             this.pnl_bottom_flow.Controls.Add(this.btnAdd);
             this.pnl_bottom_flow.Controls.Add(this.btnRemove);
             this.pnl_bottom_flow.Controls.Add(this.btnUpdate);
@@ -99,21 +101,47 @@
             this.pnl_bottom_flow.Controls.Add(this.btnLoad);
             this.pnl_bottom_flow.Controls.Add(this.btnRefresh);
             this.pnl_bottom_flow.Controls.Add(this.btnCopyAll);
-            this.pnl_bottom_flow.Controls.Add(this.lblRVA);
-            this.pnl_bottom_flow.Controls.Add(this.txtRVA);
             this.pnl_bottom_flow.Dock = System.Windows.Forms.DockStyle.Fill;
             this.pnl_bottom_flow.Location = new System.Drawing.Point(0, 0);
             this.pnl_bottom_flow.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
             this.pnl_bottom_flow.Name = "pnl_bottom_flow";
-            this.pnl_bottom_flow.Size = new System.Drawing.Size(1173, 50);
+            this.pnl_bottom_flow.Size = new System.Drawing.Size(603, 148);
             this.pnl_bottom_flow.TabIndex = 0;
             // 
+            // lblRVA
+            // 
+            this.lblRVA.AutoSize = true;
+            this.lblRVA.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lblRVA.Location = new System.Drawing.Point(3, 0);
+            this.lblRVA.Name = "lblRVA";
+            this.lblRVA.Size = new System.Drawing.Size(77, 30);
+            this.lblRVA.TabIndex = 11;
+            this.lblRVA.Text = "RVA:";
+            // 
+            // txtRVA
+            // 
+            this.txtRVA.AutoSize = true;
+            this.txtRVA.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+            this.pnl_bottom_flow.SetFlowBreak(this.txtRVA, true);
+            this.txtRVA.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.txtRVA.isAddressMask = true;
+            this.txtRVA.Location = new System.Drawing.Point(83, 0);
+            this.txtRVA.Margin = new System.Windows.Forms.Padding(0);
+            this.txtRVA.MaxLength = 8;
+            this.txtRVA.Name = "txtRVA";
+            this.txtRVA.ReadOnly = false;
+            this.txtRVA.Size = new System.Drawing.Size(193, 29);
+            this.txtRVA.TabIndex = 12;
+            this.txtRVA.TextLength = 8;
+            this.txtRVA.Value = ((ulong)(0ul));
+            this.txtRVA.ValueChanged += new System.EventHandler<System.Windows.Forms.ValueChangedEventArgs>(this.txtRVA_ValueChanged);
+            // 
             // btnAdd
             // 
             this.btnAdd.AutoSize = true;
             this.btnAdd.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.btnAdd.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.btnAdd.Location = new System.Drawing.Point(0, 0);
+            this.btnAdd.Location = new System.Drawing.Point(0, 30);
             this.btnAdd.Margin = new System.Windows.Forms.Padding(0);
             this.btnAdd.Name = "btnAdd";
             this.btnAdd.Size = new System.Drawing.Size(71, 40);
@@ -127,7 +155,7 @@
             this.btnRemove.AutoSize = true;
             this.btnRemove.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.btnRemove.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.btnRemove.Location = new System.Drawing.Point(71, 0);
+            this.btnRemove.Location = new System.Drawing.Point(71, 30);
             this.btnRemove.Margin = new System.Windows.Forms.Padding(0);
             this.btnRemove.Name = "btnRemove";
             this.btnRemove.Size = new System.Drawing.Size(119, 40);
@@ -141,7 +169,7 @@
             this.btnUpdate.AutoSize = true;
             this.btnUpdate.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.btnUpdate.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.btnUpdate.Location = new System.Drawing.Point(190, 0);
+            this.btnUpdate.Location = new System.Drawing.Point(190, 30);
             this.btnUpdate.Margin = new System.Windows.Forms.Padding(0);
             this.btnUpdate.Name = "btnUpdate";
             this.btnUpdate.Size = new System.Drawing.Size(119, 40);
@@ -155,7 +183,7 @@
             this.btnCopy.AutoSize = true;
             this.btnCopy.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.btnCopy.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.btnCopy.Location = new System.Drawing.Point(309, 0);
+            this.btnCopy.Location = new System.Drawing.Point(309, 30);
             this.btnCopy.Margin = new System.Windows.Forms.Padding(0);
             this.btnCopy.Name = "btnCopy";
             this.btnCopy.Size = new System.Drawing.Size(87, 40);
@@ -168,8 +196,9 @@
             // 
             this.btnSave.AutoSize = true;
             this.btnSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+            this.pnl_bottom_flow.SetFlowBreak(this.btnSave, true);
             this.btnSave.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.btnSave.Location = new System.Drawing.Point(396, 0);
+            this.btnSave.Location = new System.Drawing.Point(396, 30);
             this.btnSave.Margin = new System.Windows.Forms.Padding(0);
             this.btnSave.Name = "btnSave";
             this.btnSave.Size = new System.Drawing.Size(87, 40);
@@ -183,7 +212,7 @@
             this.btnLoad.AutoSize = true;
             this.btnLoad.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.btnLoad.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.btnLoad.Location = new System.Drawing.Point(483, 0);
+            this.btnLoad.Location = new System.Drawing.Point(0, 70);
             this.btnLoad.Margin = new System.Windows.Forms.Padding(0);
             this.btnLoad.Name = "btnLoad";
             this.btnLoad.Size = new System.Drawing.Size(87, 40);
@@ -197,7 +226,7 @@
             this.btnRefresh.AutoSize = true;
             this.btnRefresh.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.btnRefresh.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.btnRefresh.Location = new System.Drawing.Point(570, 0);
+            this.btnRefresh.Location = new System.Drawing.Point(87, 70);
             this.btnRefresh.Margin = new System.Windows.Forms.Padding(0);
             this.btnRefresh.Name = "btnRefresh";
             this.btnRefresh.Size = new System.Drawing.Size(135, 40);
@@ -211,7 +240,7 @@
             this.btnCopyAll.AutoSize = true;
             this.btnCopyAll.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.btnCopyAll.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.btnCopyAll.Location = new System.Drawing.Point(705, 0);
+            this.btnCopyAll.Location = new System.Drawing.Point(222, 70);
             this.btnCopyAll.Margin = new System.Windows.Forms.Padding(0);
             this.btnCopyAll.Name = "btnCopyAll";
             this.btnCopyAll.Size = new System.Drawing.Size(151, 40);
@@ -220,33 +249,6 @@
             this.btnCopyAll.UseVisualStyleBackColor = true;
             this.btnCopyAll.Click += new System.EventHandler(this.btnCopyAll_Click);
             // 
-            // lblRVA
-            // 
-            this.lblRVA.AutoSize = true;
-            this.lblRVA.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.lblRVA.Location = new System.Drawing.Point(859, 0);
-            this.lblRVA.Name = "lblRVA";
-            this.lblRVA.Size = new System.Drawing.Size(77, 30);
-            this.lblRVA.TabIndex = 11;
-            this.lblRVA.Text = "RVA:";
-            // 
-            // txtRVA
-            // 
-            this.txtRVA.AutoSize = true;
-            this.txtRVA.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
-            this.txtRVA.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.txtRVA.isAddressMask = true;
-            this.txtRVA.Location = new System.Drawing.Point(939, 0);
-            this.txtRVA.Margin = new System.Windows.Forms.Padding(0);
-            this.txtRVA.MaxLength = 8;
-            this.txtRVA.Name = "txtRVA";
-            this.txtRVA.ReadOnly = false;
-            this.txtRVA.Size = new System.Drawing.Size(193, 29);
-            this.txtRVA.TabIndex = 12;
-            this.txtRVA.TextLength = 8;
-            this.txtRVA.Value = ((ulong)(0ul));
-            this.txtRVA.ValueChanged += new System.EventHandler<System.Windows.Forms.ValueChangedEventArgs>(this.txtRVA_ValueChanged);
-            // 
             // splitContainer1
             // 
             this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
@@ -262,8 +264,8 @@
             // splitContainer1.Panel2
             // 
             this.splitContainer1.Panel2.Controls.Add(this.pnl_bottom_flow);
-            this.splitContainer1.Size = new System.Drawing.Size(1177, 573);
-            this.splitContainer1.SplitterDistance = 515;
+            this.splitContainer1.Size = new System.Drawing.Size(607, 573);
+            this.splitContainer1.SplitterDistance = 417;
             this.splitContainer1.TabIndex = 1;
             // 
             // CheatLoader
@@ -278,16 +280,16 @@
             this.CheatSaver.Filter = "Cheat Files|*.cheat|All Files|*.*";
             this.CheatSaver.Title = "Please choose the cheat file to save";
             // 
-            // RVACalculatorDockControl
+            // RVACheatListDockControl
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 30F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(1177, 573);
+            this.ClientSize = new System.Drawing.Size(607, 573);
             this.Controls.Add(this.splitContainer1);
             this.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
-            this.Name = "RVACalculatorDockControl";
-            this.Text = "RVA Calculator";
+            this.Name = "RVACheatListDockControl";
+            this.Text = "RVA Cheat List";
             this.Shown += new System.EventHandler(this.RVACalculatorDockControl_Shown);
             this.pnl_bottom_flow.ResumeLayout(false);
             this.pnl_bottom_flow.PerformLayout();