1 |
william |
148 |
namespace RomCheater.Docking |
2 |
|
|
{ |
3 |
|
|
partial class FloatingRamDumperDialog |
4 |
|
|
{ |
5 |
|
|
/// <summary> |
6 |
|
|
/// Required designer variable. |
7 |
|
|
/// </summary> |
8 |
|
|
private System.ComponentModel.IContainer components = null; |
9 |
|
|
|
10 |
|
|
/// <summary> |
11 |
|
|
/// Clean up any resources being used. |
12 |
|
|
/// </summary> |
13 |
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
14 |
|
|
protected override void Dispose(bool disposing) |
15 |
|
|
{ |
16 |
|
|
if (disposing && (components != null)) |
17 |
|
|
{ |
18 |
|
|
components.Dispose(); |
19 |
|
|
} |
20 |
|
|
base.Dispose(disposing); |
21 |
|
|
} |
22 |
|
|
|
23 |
|
|
#region Windows Form Designer generated code |
24 |
|
|
|
25 |
|
|
/// <summary> |
26 |
|
|
/// Required method for Designer support - do not modify |
27 |
|
|
/// the contents of this method with the code editor. |
28 |
|
|
/// </summary> |
29 |
|
|
private void InitializeComponent() |
30 |
|
|
{ |
31 |
|
|
this.main_flow = new System.Windows.Forms.FlowLayoutPanel(); |
32 |
|
|
this.lblStart = new System.Windows.Forms.Label(); |
33 |
|
|
this.lblEnd = new System.Windows.Forms.Label(); |
34 |
|
|
this.txtStart = new System.Windows.Forms.MaskedHexBox(); |
35 |
|
|
this.txtEnd = new System.Windows.Forms.MaskedHexBox(); |
36 |
|
|
this.main_flow.SuspendLayout(); |
37 |
|
|
this.SuspendLayout(); |
38 |
|
|
// |
39 |
|
|
// main_flow |
40 |
|
|
// |
41 |
|
|
this.main_flow.Controls.Add(this.lblStart); |
42 |
|
|
this.main_flow.Controls.Add(this.txtStart); |
43 |
|
|
this.main_flow.Controls.Add(this.lblEnd); |
44 |
|
|
this.main_flow.Controls.Add(this.txtEnd); |
45 |
|
|
this.main_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
46 |
|
|
this.main_flow.Location = new System.Drawing.Point(0, 0); |
47 |
|
|
this.main_flow.Name = "main_flow"; |
48 |
|
|
this.main_flow.Size = new System.Drawing.Size(633, 398); |
49 |
|
|
this.main_flow.TabIndex = 0; |
50 |
|
|
// |
51 |
|
|
// lblStart |
52 |
|
|
// |
53 |
|
|
this.lblStart.AutoSize = true; |
54 |
|
|
this.lblStart.Location = new System.Drawing.Point(3, 0); |
55 |
|
|
this.lblStart.Name = "lblStart"; |
56 |
|
|
this.lblStart.Size = new System.Drawing.Size(73, 13); |
57 |
|
|
this.lblStart.TabIndex = 0; |
58 |
|
|
this.lblStart.Text = "Start Address:"; |
59 |
|
|
// |
60 |
|
|
// lblEnd |
61 |
|
|
// |
62 |
|
|
this.lblEnd.AutoSize = true; |
63 |
|
|
this.lblEnd.Location = new System.Drawing.Point(3, 24); |
64 |
|
|
this.lblEnd.Name = "lblEnd"; |
65 |
|
|
this.lblEnd.Size = new System.Drawing.Size(70, 13); |
66 |
|
|
this.lblEnd.TabIndex = 1; |
67 |
|
|
this.lblEnd.Text = "End Address:"; |
68 |
|
|
// |
69 |
|
|
// txtStart |
70 |
|
|
// |
71 |
|
|
this.txtStart.AutoSize = true; |
72 |
|
|
this.txtStart.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
73 |
|
|
this.main_flow.SetFlowBreak(this.txtStart, true); |
74 |
|
|
this.txtStart.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
75 |
|
|
this.txtStart.isAddressMask = true; |
76 |
|
|
this.txtStart.Location = new System.Drawing.Point(79, 0); |
77 |
|
|
this.txtStart.Margin = new System.Windows.Forms.Padding(0); |
78 |
|
|
this.txtStart.MaxLength = 8; |
79 |
|
|
this.txtStart.Name = "txtStart"; |
80 |
|
|
this.txtStart.ReadOnly = false; |
81 |
|
|
this.txtStart.Size = new System.Drawing.Size(185, 24); |
82 |
|
|
this.txtStart.TabIndex = 2; |
83 |
|
|
this.txtStart.TextLength = 8; |
84 |
|
|
this.txtStart.Value = ((ulong)(0ul)); |
85 |
|
|
// |
86 |
|
|
// txtEnd |
87 |
|
|
// |
88 |
|
|
this.txtEnd.AutoSize = true; |
89 |
|
|
this.txtEnd.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
90 |
|
|
this.txtEnd.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
91 |
|
|
this.txtEnd.isAddressMask = true; |
92 |
|
|
this.txtEnd.Location = new System.Drawing.Point(76, 24); |
93 |
|
|
this.txtEnd.Margin = new System.Windows.Forms.Padding(0); |
94 |
|
|
this.txtEnd.MaxLength = 8; |
95 |
|
|
this.txtEnd.Name = "txtEnd"; |
96 |
|
|
this.txtEnd.ReadOnly = false; |
97 |
|
|
this.txtEnd.Size = new System.Drawing.Size(188, 24); |
98 |
|
|
this.txtEnd.TabIndex = 3; |
99 |
|
|
this.txtEnd.TextLength = 8; |
100 |
|
|
this.txtEnd.Value = ((ulong)(0ul)); |
101 |
|
|
// |
102 |
|
|
// FloatingRamDumperDialog |
103 |
|
|
// |
104 |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
105 |
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
106 |
|
|
this.ClientSize = new System.Drawing.Size(633, 398); |
107 |
|
|
this.Controls.Add(this.main_flow); |
108 |
|
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
109 |
|
|
this.Name = "FloatingRamDumperDialog"; |
110 |
|
|
this.Text = "Ram Dump"; |
111 |
|
|
this.Load += new System.EventHandler(this.FloatingRamDumperDialog_Load); |
112 |
|
|
this.main_flow.ResumeLayout(false); |
113 |
|
|
this.main_flow.PerformLayout(); |
114 |
|
|
this.ResumeLayout(false); |
115 |
|
|
|
116 |
|
|
} |
117 |
|
|
|
118 |
|
|
#endregion |
119 |
|
|
|
120 |
|
|
private System.Windows.Forms.FlowLayoutPanel main_flow; |
121 |
|
|
private System.Windows.Forms.Label lblStart; |
122 |
|
|
private System.Windows.Forms.MaskedHexBox txtStart; |
123 |
|
|
private System.Windows.Forms.Label lblEnd; |
124 |
|
|
private System.Windows.Forms.MaskedHexBox txtEnd; |
125 |
|
|
} |
126 |
|
|
} |