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

Comparing trunk/RomCheater/Docking/FloatingRamDumperDialog.Designer.cs (file contents):
Revision 154 by william, Mon May 28 03:04:05 2012 UTC vs.
Revision 156 by william, Mon May 28 04:14:03 2012 UTC

# Line 43 | Line 43
43              this.btnCalcStartAddr = new System.Windows.Forms.Button();
44              this.btnCalcEndAddr = new System.Windows.Forms.Button();
45              this.btnCalcDumpSize = new System.Windows.Forms.Button();
46 +            this.btnDumpRam = new System.Windows.Forms.Button();
47 +            this.dumpsaver = new System.Windows.Forms.SaveFileDialog();
48              this.main_flow.SuspendLayout();
49              this.grpBoxDumpSize.SuspendLayout();
50              this.SuspendLayout();
# Line 57 | Line 59
59              this.main_flow.Controls.Add(this.btnCalcEndAddr);
60              this.main_flow.Controls.Add(this.btnCalcStartAddr);
61              this.main_flow.Controls.Add(this.btnCalcDumpSize);
62 +            this.main_flow.Controls.Add(this.btnDumpRam);
63              this.main_flow.Dock = System.Windows.Forms.DockStyle.Fill;
64              this.main_flow.Location = new System.Drawing.Point(0, 0);
65              this.main_flow.Name = "main_flow";
66 <            this.main_flow.Size = new System.Drawing.Size(633, 398);
66 >            this.main_flow.Size = new System.Drawing.Size(295, 398);
67              this.main_flow.TabIndex = 0;
68              //
69              // lblStart
# Line 227 | Line 230
230              this.btnCalcDumpSize.UseVisualStyleBackColor = true;
231              this.btnCalcDumpSize.Click += new System.EventHandler(this.btnCalcDumpSize_Click);
232              //
233 +            // btnDumpRam
234 +            //
235 +            this.btnDumpRam.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
236 +            this.btnDumpRam.Location = new System.Drawing.Point(3, 306);
237 +            this.btnDumpRam.Name = "btnDumpRam";
238 +            this.btnDumpRam.Size = new System.Drawing.Size(280, 50);
239 +            this.btnDumpRam.TabIndex = 11;
240 +            this.btnDumpRam.Text = "Dump Ram";
241 +            this.btnDumpRam.UseVisualStyleBackColor = true;
242 +            this.btnDumpRam.Click += new System.EventHandler(this.btnDumpRam_Click);
243 +            //
244 +            // dumpsaver
245 +            //
246 +            this.dumpsaver.DefaultExt = "rawdump";
247 +            this.dumpsaver.FileName = "dump.rawdump";
248 +            this.dumpsaver.Filter = "Raw Dump Files|*.rawdump";
249 +            this.dumpsaver.SupportMultiDottedExtensions = true;
250 +            this.dumpsaver.Title = "Please choose the file to save the ram dump to";
251 +            //
252              // FloatingRamDumperDialog
253              //
254              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
255              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
256 <            this.ClientSize = new System.Drawing.Size(633, 398);
256 >            this.ClientSize = new System.Drawing.Size(295, 398);
257              this.Controls.Add(this.main_flow);
258              this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
259              this.Name = "FloatingRamDumperDialog";
# Line 262 | Line 284
284          internal System.Windows.Forms.Button btnCalcEndAddr;
285          internal System.Windows.Forms.Button btnCalcStartAddr;
286          internal System.Windows.Forms.Button btnCalcDumpSize;
287 +        internal System.Windows.Forms.Button btnDumpRam;
288 +        private System.Windows.Forms.SaveFileDialog dumpsaver;
289      }
290   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines