| 1 |
namespace Pybrary.Plot |
|---|
| 2 |
{ |
|---|
| 3 |
partial class ManualNumericAxisForm |
|---|
| 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.groupBox1 = new System.Windows.Forms.GroupBox(); |
|---|
| 32 |
this.minValueBox = new System.Windows.Forms.TextBox(); |
|---|
| 33 |
this.minManualButton = new System.Windows.Forms.RadioButton(); |
|---|
| 34 |
this.minAutoButton = new System.Windows.Forms.RadioButton(); |
|---|
| 35 |
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|---|
| 36 |
this.maxValueBox = new System.Windows.Forms.TextBox(); |
|---|
| 37 |
this.maxManualButton = new System.Windows.Forms.RadioButton(); |
|---|
| 38 |
this.maxAutoButton = new System.Windows.Forms.RadioButton(); |
|---|
| 39 |
this.okButton = new System.Windows.Forms.Button(); |
|---|
| 40 |
this.cancelButton = new System.Windows.Forms.Button(); |
|---|
| 41 |
this.groupBox1.SuspendLayout(); |
|---|
| 42 |
this.groupBox2.SuspendLayout(); |
|---|
| 43 |
this.SuspendLayout(); |
|---|
| 44 |
// |
|---|
| 45 |
// groupBox1 |
|---|
| 46 |
// |
|---|
| 47 |
this.groupBox1.Controls.Add(this.minValueBox); |
|---|
| 48 |
this.groupBox1.Controls.Add(this.minManualButton); |
|---|
| 49 |
this.groupBox1.Controls.Add(this.minAutoButton); |
|---|
| 50 |
this.groupBox1.Location = new System.Drawing.Point(12, 12); |
|---|
| 51 |
this.groupBox1.Name = "groupBox1"; |
|---|
| 52 |
this.groupBox1.Size = new System.Drawing.Size(123, 100); |
|---|
| 53 |
this.groupBox1.TabIndex = 0; |
|---|
| 54 |
this.groupBox1.TabStop = false; |
|---|
| 55 |
this.groupBox1.Text = "Minimum:"; |
|---|
| 56 |
// |
|---|
| 57 |
// minValueBox |
|---|
| 58 |
// |
|---|
| 59 |
this.minValueBox.Location = new System.Drawing.Point(12, 65); |
|---|
| 60 |
this.minValueBox.Name = "minValueBox"; |
|---|
| 61 |
this.minValueBox.Size = new System.Drawing.Size(100, 20); |
|---|
| 62 |
this.minValueBox.TabIndex = 3; |
|---|
| 63 |
// |
|---|
| 64 |
// minManualButton |
|---|
| 65 |
// |
|---|
| 66 |
this.minManualButton.AutoSize = true; |
|---|
| 67 |
this.minManualButton.Location = new System.Drawing.Point(6, 42); |
|---|
| 68 |
this.minManualButton.Name = "minManualButton"; |
|---|
| 69 |
this.minManualButton.Size = new System.Drawing.Size(60, 17); |
|---|
| 70 |
this.minManualButton.TabIndex = 2; |
|---|
| 71 |
this.minManualButton.TabStop = true; |
|---|
| 72 |
this.minManualButton.Text = "Manual"; |
|---|
| 73 |
this.minManualButton.UseVisualStyleBackColor = true; |
|---|
| 74 |
this.minManualButton.CheckedChanged += new System.EventHandler(this.minManualButton_CheckedChanged); |
|---|
| 75 |
// |
|---|
| 76 |
// minAutoButton |
|---|
| 77 |
// |
|---|
| 78 |
this.minAutoButton.AutoSize = true; |
|---|
| 79 |
this.minAutoButton.Location = new System.Drawing.Point(6, 19); |
|---|
| 80 |
this.minAutoButton.Name = "minAutoButton"; |
|---|
| 81 |
this.minAutoButton.Size = new System.Drawing.Size(72, 17); |
|---|
| 82 |
this.minAutoButton.TabIndex = 1; |
|---|
| 83 |
this.minAutoButton.TabStop = true; |
|---|
| 84 |
this.minAutoButton.Text = "Automatic"; |
|---|
| 85 |
this.minAutoButton.UseVisualStyleBackColor = true; |
|---|
| 86 |
this.minAutoButton.CheckedChanged += new System.EventHandler(this.minAutoButton_CheckedChanged); |
|---|
| 87 |
// |
|---|
| 88 |
// groupBox2 |
|---|
| 89 |
// |
|---|
| 90 |
this.groupBox2.Controls.Add(this.maxValueBox); |
|---|
| 91 |
this.groupBox2.Controls.Add(this.maxManualButton); |
|---|
| 92 |
this.groupBox2.Controls.Add(this.maxAutoButton); |
|---|
| 93 |
this.groupBox2.Location = new System.Drawing.Point(141, 12); |
|---|
| 94 |
this.groupBox2.Name = "groupBox2"; |
|---|
| 95 |
this.groupBox2.Size = new System.Drawing.Size(123, 100); |
|---|
| 96 |
this.groupBox2.TabIndex = 3; |
|---|
| 97 |
this.groupBox2.TabStop = false; |
|---|
| 98 |
this.groupBox2.Text = "Maximum:"; |
|---|
| 99 |
// |
|---|
| 100 |
// maxValueBox |
|---|
| 101 |
// |
|---|
| 102 |
this.maxValueBox.Location = new System.Drawing.Point(12, 65); |
|---|
| 103 |
this.maxValueBox.Name = "maxValueBox"; |
|---|
| 104 |
this.maxValueBox.Size = new System.Drawing.Size(100, 20); |
|---|
| 105 |
this.maxValueBox.TabIndex = 6; |
|---|
| 106 |
// |
|---|
| 107 |
// maxManualButton |
|---|
| 108 |
// |
|---|
| 109 |
this.maxManualButton.AutoSize = true; |
|---|
| 110 |
this.maxManualButton.Location = new System.Drawing.Point(6, 42); |
|---|
| 111 |
this.maxManualButton.Name = "maxManualButton"; |
|---|
| 112 |
this.maxManualButton.Size = new System.Drawing.Size(60, 17); |
|---|
| 113 |
this.maxManualButton.TabIndex = 5; |
|---|
| 114 |
this.maxManualButton.TabStop = true; |
|---|
| 115 |
this.maxManualButton.Text = "Manual"; |
|---|
| 116 |
this.maxManualButton.UseVisualStyleBackColor = true; |
|---|
| 117 |
this.maxManualButton.CheckedChanged += new System.EventHandler(this.maxManualButton_CheckedChanged); |
|---|
| 118 |
// |
|---|
| 119 |
// maxAutoButton |
|---|
| 120 |
// |
|---|
| 121 |
this.maxAutoButton.AutoSize = true; |
|---|
| 122 |
this.maxAutoButton.Location = new System.Drawing.Point(6, 19); |
|---|
| 123 |
this.maxAutoButton.Name = "maxAutoButton"; |
|---|
| 124 |
this.maxAutoButton.Size = new System.Drawing.Size(72, 17); |
|---|
| 125 |
this.maxAutoButton.TabIndex = 4; |
|---|
| 126 |
this.maxAutoButton.TabStop = true; |
|---|
| 127 |
this.maxAutoButton.Text = "Automatic"; |
|---|
| 128 |
this.maxAutoButton.UseVisualStyleBackColor = true; |
|---|
| 129 |
this.maxAutoButton.CheckedChanged += new System.EventHandler(this.maxAutoButton_CheckedChanged); |
|---|
| 130 |
// |
|---|
| 131 |
// okButton |
|---|
| 132 |
// |
|---|
| 133 |
this.okButton.Location = new System.Drawing.Point(58, 118); |
|---|
| 134 |
this.okButton.Name = "okButton"; |
|---|
| 135 |
this.okButton.Size = new System.Drawing.Size(75, 23); |
|---|
| 136 |
this.okButton.TabIndex = 7; |
|---|
| 137 |
this.okButton.Text = "OK"; |
|---|
| 138 |
this.okButton.UseVisualStyleBackColor = true; |
|---|
| 139 |
this.okButton.Click += new System.EventHandler(this.okButton_Click); |
|---|
| 140 |
// |
|---|
| 141 |
// cancelButton |
|---|
| 142 |
// |
|---|
| 143 |
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
|---|
| 144 |
this.cancelButton.Location = new System.Drawing.Point(139, 118); |
|---|
| 145 |
this.cancelButton.Name = "cancelButton"; |
|---|
| 146 |
this.cancelButton.Size = new System.Drawing.Size(75, 23); |
|---|
| 147 |
this.cancelButton.TabIndex = 8; |
|---|
| 148 |
this.cancelButton.Text = "Cancel"; |
|---|
| 149 |
this.cancelButton.UseVisualStyleBackColor = true; |
|---|
| 150 |
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); |
|---|
| 151 |
// |
|---|
| 152 |
// ManualNumericAxisForm |
|---|
| 153 |
// |
|---|
| 154 |
this.AcceptButton = this.okButton; |
|---|
| 155 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
|---|
| 156 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|---|
| 157 |
this.CancelButton = this.cancelButton; |
|---|
| 158 |
this.ClientSize = new System.Drawing.Size(273, 153); |
|---|
| 159 |
this.Controls.Add(this.cancelButton); |
|---|
| 160 |
this.Controls.Add(this.okButton); |
|---|
| 161 |
this.Controls.Add(this.groupBox2); |
|---|
| 162 |
this.Controls.Add(this.groupBox1); |
|---|
| 163 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; |
|---|
| 164 |
this.MaximizeBox = false; |
|---|
| 165 |
this.MinimizeBox = false; |
|---|
| 166 |
this.Name = "ManualNumericAxisForm"; |
|---|
| 167 |
this.ShowIcon = false; |
|---|
| 168 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
|---|
| 169 |
this.Text = "Manual Axis Scaling"; |
|---|
| 170 |
this.groupBox1.ResumeLayout(false); |
|---|
| 171 |
this.groupBox1.PerformLayout(); |
|---|
| 172 |
this.groupBox2.ResumeLayout(false); |
|---|
| 173 |
this.groupBox2.PerformLayout(); |
|---|
| 174 |
this.ResumeLayout(false); |
|---|
| 175 |
|
|---|
| 176 |
} |
|---|
| 177 |
|
|---|
| 178 |
#endregion |
|---|
| 179 |
|
|---|
| 180 |
private System.Windows.Forms.GroupBox groupBox1; |
|---|
| 181 |
private System.Windows.Forms.TextBox minValueBox; |
|---|
| 182 |
private System.Windows.Forms.RadioButton minManualButton; |
|---|
| 183 |
private System.Windows.Forms.RadioButton minAutoButton; |
|---|
| 184 |
private System.Windows.Forms.GroupBox groupBox2; |
|---|
| 185 |
private System.Windows.Forms.TextBox maxValueBox; |
|---|
| 186 |
private System.Windows.Forms.RadioButton maxManualButton; |
|---|
| 187 |
private System.Windows.Forms.RadioButton maxAutoButton; |
|---|
| 188 |
private System.Windows.Forms.Button okButton; |
|---|
| 189 |
private System.Windows.Forms.Button cancelButton; |
|---|
| 190 |
} |
|---|
| 191 |
} |
|---|