--- trunk/RomCheater.RVACalculator/RVACalculatorDockControl.Designer.cs 2013/06/17 02:55:56 663 +++ trunk/RomCheater.RVACalculator/RVACalculatorDockControl.Designer.cs 2013/06/17 04:49:09 668 @@ -43,6 +43,8 @@ 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(); this.pnl_bottom_flow.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); @@ -247,6 +249,18 @@ this.splitContainer1.SplitterDistance = 429; this.splitContainer1.TabIndex = 1; // + // CheatLoader + // + this.CheatLoader.DefaultExt = "cheat"; + this.CheatLoader.Filter = "Cheat Files|*.cheat|All Files|*.*"; + this.CheatLoader.Title = "Please choose the cheat file to load"; + // + // CheatSaver + // + this.CheatSaver.DefaultExt = "cheat"; + this.CheatSaver.Filter = "Cheat Files|*.cheat|All Files|*.*"; + this.CheatSaver.Title = "Please choose the cheat file to save"; + // // RVACalculatorDockControl // this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 30F); @@ -285,5 +299,7 @@ private System.Windows.Forms.Label lblRVA; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.MaskedHexBox txtRVA; + private System.Windows.Forms.OpenFileDialog CheatLoader; + private System.Windows.Forms.SaveFileDialog CheatSaver; } } \ No newline at end of file