--- trunk/RomCheater.RVACalculator/RVACalculatorDockControl.Designer.cs 2013/06/17 02:21:49 659 +++ trunk/RomCheater.RVACalculator/RVACalculatorDockControl.Designer.cs 2013/06/17 02:55:56 663 @@ -41,6 +41,7 @@ this.btnLoad = new System.Windows.Forms.Button(); this.btnRefresh = 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.pnl_bottom_flow.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); @@ -94,6 +95,7 @@ this.pnl_bottom_flow.Controls.Add(this.btnLoad); this.pnl_bottom_flow.Controls.Add(this.btnRefresh); 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); @@ -210,6 +212,22 @@ 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(83, 40); + 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)); + // // splitContainer1 // this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; @@ -266,5 +284,6 @@ private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.Label lblRVA; private System.Windows.Forms.SplitContainer splitContainer1; + private System.Windows.Forms.MaskedHexBox txtRVA; } } \ No newline at end of file