41 |
this.btnLoad = new System.Windows.Forms.Button(); |
this.btnLoad = new System.Windows.Forms.Button(); |
42 |
this.btnRefresh = new System.Windows.Forms.Button(); |
this.btnRefresh = new System.Windows.Forms.Button(); |
43 |
this.lblRVA = new System.Windows.Forms.Label(); |
this.lblRVA = new System.Windows.Forms.Label(); |
44 |
|
this.txtRVA = new System.Windows.Forms.MaskedHexBox(); |
45 |
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
46 |
this.pnl_bottom_flow.SuspendLayout(); |
this.pnl_bottom_flow.SuspendLayout(); |
47 |
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
95 |
this.pnl_bottom_flow.Controls.Add(this.btnLoad); |
this.pnl_bottom_flow.Controls.Add(this.btnLoad); |
96 |
this.pnl_bottom_flow.Controls.Add(this.btnRefresh); |
this.pnl_bottom_flow.Controls.Add(this.btnRefresh); |
97 |
this.pnl_bottom_flow.Controls.Add(this.lblRVA); |
this.pnl_bottom_flow.Controls.Add(this.lblRVA); |
98 |
|
this.pnl_bottom_flow.Controls.Add(this.txtRVA); |
99 |
this.pnl_bottom_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
this.pnl_bottom_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
100 |
this.pnl_bottom_flow.Location = new System.Drawing.Point(0, 0); |
this.pnl_bottom_flow.Location = new System.Drawing.Point(0, 0); |
101 |
this.pnl_bottom_flow.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); |
this.pnl_bottom_flow.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); |
212 |
this.lblRVA.TabIndex = 11; |
this.lblRVA.TabIndex = 11; |
213 |
this.lblRVA.Text = "RVA:"; |
this.lblRVA.Text = "RVA:"; |
214 |
// |
// |
215 |
|
// txtRVA |
216 |
|
// |
217 |
|
this.txtRVA.AutoSize = true; |
218 |
|
this.txtRVA.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
219 |
|
this.txtRVA.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
220 |
|
this.txtRVA.isAddressMask = true; |
221 |
|
this.txtRVA.Location = new System.Drawing.Point(83, 40); |
222 |
|
this.txtRVA.Margin = new System.Windows.Forms.Padding(0); |
223 |
|
this.txtRVA.MaxLength = 8; |
224 |
|
this.txtRVA.Name = "txtRVA"; |
225 |
|
this.txtRVA.ReadOnly = false; |
226 |
|
this.txtRVA.Size = new System.Drawing.Size(193, 29); |
227 |
|
this.txtRVA.TabIndex = 12; |
228 |
|
this.txtRVA.TextLength = 8; |
229 |
|
this.txtRVA.Value = ((ulong)(0ul)); |
230 |
|
// |
231 |
// splitContainer1 |
// splitContainer1 |
232 |
// |
// |
233 |
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
284 |
private System.Windows.Forms.Button btnRefresh; |
private System.Windows.Forms.Button btnRefresh; |
285 |
private System.Windows.Forms.Label lblRVA; |
private System.Windows.Forms.Label lblRVA; |
286 |
private System.Windows.Forms.SplitContainer splitContainer1; |
private System.Windows.Forms.SplitContainer splitContainer1; |
287 |
|
private System.Windows.Forms.MaskedHexBox txtRVA; |
288 |
} |
} |
289 |
} |
} |