1 |
|
namespace System.Windows.Forms |
2 |
|
{ |
3 |
< |
partial class NumericBox |
3 |
> |
partial class NumericBoxBase |
4 |
|
{ |
5 |
|
/// <summary> |
6 |
|
/// Required designer variable. |
35 |
|
// |
36 |
|
// txtValueBox |
37 |
|
// |
38 |
< |
this.txtValueBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
39 |
< |
| System.Windows.Forms.AnchorStyles.Right))); |
38 |
> |
this.txtValueBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
39 |
> |
| System.Windows.Forms.AnchorStyles.Right))); |
40 |
|
this.txtValueBox.Location = new System.Drawing.Point(4, 2); |
41 |
|
this.txtValueBox.Margin = new System.Windows.Forms.Padding(0); |
42 |
|
this.txtValueBox.Name = "txtValueBox"; |
43 |
< |
this.txtValueBox.Size = new System.Drawing.Size(168, 26); |
43 |
> |
this.txtValueBox.Size = new System.Drawing.Size(78, 26); |
44 |
|
this.txtValueBox.TabIndex = 3; |
45 |
|
this.txtValueBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; |
46 |
|
// |
50 |
|
this.btnCopy.AutoSize = true; |
51 |
|
this.btnCopy.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
52 |
|
this.btnCopy.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
53 |
< |
this.btnCopy.Location = new System.Drawing.Point(176, 0); |
53 |
> |
this.btnCopy.Location = new System.Drawing.Point(86, 0); |
54 |
|
this.btnCopy.Margin = new System.Windows.Forms.Padding(0); |
55 |
|
this.btnCopy.Name = "btnCopy"; |
56 |
|
this.btnCopy.Size = new System.Drawing.Size(28, 28); |
65 |
|
this.btnPaste.AutoSize = true; |
66 |
|
this.btnPaste.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
67 |
|
this.btnPaste.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
68 |
< |
this.btnPaste.Location = new System.Drawing.Point(206, 0); |
68 |
> |
this.btnPaste.Location = new System.Drawing.Point(116, 0); |
69 |
|
this.btnPaste.Margin = new System.Windows.Forms.Padding(0); |
70 |
|
this.btnPaste.Name = "btnPaste"; |
71 |
|
this.btnPaste.Size = new System.Drawing.Size(28, 28); |
74 |
|
this.btnPaste.UseVisualStyleBackColor = true; |
75 |
|
this.btnPaste.Click += new System.EventHandler(this.btnPaste_Click); |
76 |
|
// |
77 |
< |
// NumericBox |
77 |
> |
// NumericBoxBase |
78 |
|
// |
79 |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); |
80 |
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
85 |
|
this.Controls.Add(this.btnPaste); |
86 |
|
this.Font = new System.Drawing.Font("Courier New", 12F); |
87 |
|
this.Margin = new System.Windows.Forms.Padding(0); |
88 |
< |
this.Name = "NumericBox"; |
89 |
< |
this.Size = new System.Drawing.Size(240, 28); |
88 |
> |
this.Name = "NumericBoxBase"; |
89 |
> |
this.Size = new System.Drawing.Size(150, 28); |
90 |
|
this.ResumeLayout(false); |
91 |
|
this.PerformLayout(); |
92 |
|
|