1 namespace Projections
2 {
3     partial class RhumbPanel
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>
Dispose(bool disposing)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 Component 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>
InitializeComponent()29         private void InitializeComponent()
30         {
31             this.label1 = new System.Windows.Forms.Label();
32             this.label2 = new System.Windows.Forms.Label();
33             this.label3 = new System.Windows.Forms.Label();
34             this.label4 = new System.Windows.Forms.Label();
35             this.label5 = new System.Windows.Forms.Label();
36             this.label6 = new System.Windows.Forms.Label();
37             this.m_Lat1TextBox = new System.Windows.Forms.TextBox();
38             this.m_lon1TextBox = new System.Windows.Forms.TextBox();
39             this.m_lat2TextBox = new System.Windows.Forms.TextBox();
40             this.m_lon2TextBox = new System.Windows.Forms.TextBox();
41             this.m_s12TextBox = new System.Windows.Forms.TextBox();
42             this.m_azimuthTextBox = new System.Windows.Forms.TextBox();
43             this.button1 = new System.Windows.Forms.Button();
44             this.button2 = new System.Windows.Forms.Button();
45             this.label7 = new System.Windows.Forms.Label();
46             this.m_pointsView = new System.Windows.Forms.ListView();
47             this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
48             this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
49             this.button3 = new System.Windows.Forms.Button();
50             this.SuspendLayout();
51             //
52             // label1
53             //
54             this.label1.AutoSize = true;
55             this.label1.Location = new System.Drawing.Point(16, 15);
56             this.label1.Name = "label1";
57             this.label1.Size = new System.Drawing.Size(101, 13);
58             this.label1.TabIndex = 0;
59             this.label1.Text = "Latitude 1 (degrees)";
60             //
61             // label2
62             //
63             this.label2.AutoSize = true;
64             this.label2.Location = new System.Drawing.Point(16, 42);
65             this.label2.Name = "label2";
66             this.label2.Size = new System.Drawing.Size(110, 13);
67             this.label2.TabIndex = 1;
68             this.label2.Text = "Longitude 1 (degrees)";
69             //
70             // label3
71             //
72             this.label3.AutoSize = true;
73             this.label3.Location = new System.Drawing.Point(16, 69);
74             this.label3.Name = "label3";
75             this.label3.Size = new System.Drawing.Size(101, 13);
76             this.label3.TabIndex = 2;
77             this.label3.Text = "Latitude 2 (degrees)";
78             //
79             // label4
80             //
81             this.label4.AutoSize = true;
82             this.label4.Location = new System.Drawing.Point(16, 96);
83             this.label4.Name = "label4";
84             this.label4.Size = new System.Drawing.Size(110, 13);
85             this.label4.TabIndex = 3;
86             this.label4.Text = "Longitude 2 (degrees)";
87             //
88             // label5
89             //
90             this.label5.AutoSize = true;
91             this.label5.Location = new System.Drawing.Point(16, 123);
92             this.label5.Name = "label5";
93             this.label5.Size = new System.Drawing.Size(66, 13);
94             this.label5.TabIndex = 4;
95             this.label5.Text = "S12 (meters)";
96             //
97             // label6
98             //
99             this.label6.AutoSize = true;
100             this.label6.Location = new System.Drawing.Point(16, 150);
101             this.label6.Name = "label6";
102             this.label6.Size = new System.Drawing.Size(91, 13);
103             this.label6.TabIndex = 5;
104             this.label6.Text = "Azimuth (degrees)";
105             //
106             // m_Lat1TextBox
107             //
108             this.m_Lat1TextBox.Location = new System.Drawing.Point(131, 11);
109             this.m_Lat1TextBox.Name = "m_Lat1TextBox";
110             this.m_Lat1TextBox.Size = new System.Drawing.Size(129, 20);
111             this.m_Lat1TextBox.TabIndex = 6;
112             //
113             // m_lon1TextBox
114             //
115             this.m_lon1TextBox.Location = new System.Drawing.Point(131, 38);
116             this.m_lon1TextBox.Name = "m_lon1TextBox";
117             this.m_lon1TextBox.Size = new System.Drawing.Size(129, 20);
118             this.m_lon1TextBox.TabIndex = 7;
119             //
120             // m_lat2TextBox
121             //
122             this.m_lat2TextBox.Location = new System.Drawing.Point(131, 65);
123             this.m_lat2TextBox.Name = "m_lat2TextBox";
124             this.m_lat2TextBox.Size = new System.Drawing.Size(129, 20);
125             this.m_lat2TextBox.TabIndex = 8;
126             //
127             // m_lon2TextBox
128             //
129             this.m_lon2TextBox.Location = new System.Drawing.Point(131, 92);
130             this.m_lon2TextBox.Name = "m_lon2TextBox";
131             this.m_lon2TextBox.Size = new System.Drawing.Size(129, 20);
132             this.m_lon2TextBox.TabIndex = 9;
133             //
134             // m_s12TextBox
135             //
136             this.m_s12TextBox.Location = new System.Drawing.Point(131, 119);
137             this.m_s12TextBox.Name = "m_s12TextBox";
138             this.m_s12TextBox.Size = new System.Drawing.Size(129, 20);
139             this.m_s12TextBox.TabIndex = 10;
140             //
141             // m_azimuthTextBox
142             //
143             this.m_azimuthTextBox.Location = new System.Drawing.Point(131, 146);
144             this.m_azimuthTextBox.Name = "m_azimuthTextBox";
145             this.m_azimuthTextBox.Size = new System.Drawing.Size(129, 20);
146             this.m_azimuthTextBox.TabIndex = 11;
147             //
148             // button1
149             //
150             this.button1.Location = new System.Drawing.Point(19, 178);
151             this.button1.Name = "button1";
152             this.button1.Size = new System.Drawing.Size(75, 23);
153             this.button1.TabIndex = 12;
154             this.button1.Text = "Direct";
155             this.button1.UseVisualStyleBackColor = true;
156             this.button1.Click += new System.EventHandler(this.OnDirect);
157             //
158             // button2
159             //
160             this.button2.Location = new System.Drawing.Point(131, 177);
161             this.button2.Name = "button2";
162             this.button2.Size = new System.Drawing.Size(75, 23);
163             this.button2.TabIndex = 13;
164             this.button2.Text = "Inverse";
165             this.button2.UseVisualStyleBackColor = true;
166             this.button2.Click += new System.EventHandler(this.OnIndirect);
167             //
168             // label7
169             //
170             this.label7.AutoSize = true;
171             this.label7.Location = new System.Drawing.Point(306, 17);
172             this.label7.Name = "label7";
173             this.label7.Size = new System.Drawing.Size(96, 13);
174             this.label7.TabIndex = 14;
175             this.label7.Text = "Rhumb Line Points";
176             //
177             // m_pointsView
178             //
179             this.m_pointsView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
180             this.columnHeader1,
181             this.columnHeader2});
182             this.m_pointsView.Location = new System.Drawing.Point(309, 38);
183             this.m_pointsView.Name = "m_pointsView";
184             this.m_pointsView.Size = new System.Drawing.Size(321, 128);
185             this.m_pointsView.TabIndex = 15;
186             this.m_pointsView.UseCompatibleStateImageBehavior = false;
187             this.m_pointsView.View = System.Windows.Forms.View.Details;
188             //
189             // columnHeader1
190             //
191             this.columnHeader1.Text = "Latitude (deg)";
192             this.columnHeader1.Width = 161;
193             //
194             // columnHeader2
195             //
196             this.columnHeader2.Text = "Longitude (deg)";
197             this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
198             this.columnHeader2.Width = 120;
199             //
200             // button3
201             //
202             this.button3.Location = new System.Drawing.Point(309, 177);
203             this.button3.Name = "button3";
204             this.button3.Size = new System.Drawing.Size(75, 23);
205             this.button3.TabIndex = 16;
206             this.button3.Text = "Validate";
207             this.button3.UseVisualStyleBackColor = true;
208             this.button3.Click += new System.EventHandler(this.OnValidate);
209             //
210             // RhumbPanel
211             //
212             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
213             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
214             this.Controls.Add(this.button3);
215             this.Controls.Add(this.m_pointsView);
216             this.Controls.Add(this.label7);
217             this.Controls.Add(this.button2);
218             this.Controls.Add(this.button1);
219             this.Controls.Add(this.m_azimuthTextBox);
220             this.Controls.Add(this.m_s12TextBox);
221             this.Controls.Add(this.m_lon2TextBox);
222             this.Controls.Add(this.m_lat2TextBox);
223             this.Controls.Add(this.m_lon1TextBox);
224             this.Controls.Add(this.m_Lat1TextBox);
225             this.Controls.Add(this.label6);
226             this.Controls.Add(this.label5);
227             this.Controls.Add(this.label4);
228             this.Controls.Add(this.label3);
229             this.Controls.Add(this.label2);
230             this.Controls.Add(this.label1);
231             this.Name = "RhumbPanel";
232             this.Size = new System.Drawing.Size(662, 287);
233             this.ResumeLayout(false);
234             this.PerformLayout();
235 
236         }
237 
238         #endregion
239 
240         private System.Windows.Forms.Label label1;
241         private System.Windows.Forms.Label label2;
242         private System.Windows.Forms.Label label3;
243         private System.Windows.Forms.Label label4;
244         private System.Windows.Forms.Label label5;
245         private System.Windows.Forms.Label label6;
246         private System.Windows.Forms.TextBox m_Lat1TextBox;
247         private System.Windows.Forms.TextBox m_lon1TextBox;
248         private System.Windows.Forms.TextBox m_lat2TextBox;
249         private System.Windows.Forms.TextBox m_lon2TextBox;
250         private System.Windows.Forms.TextBox m_s12TextBox;
251         private System.Windows.Forms.TextBox m_azimuthTextBox;
252         private System.Windows.Forms.Button button1;
253         private System.Windows.Forms.Button button2;
254         private System.Windows.Forms.Label label7;
255         private System.Windows.Forms.ListView m_pointsView;
256         private System.Windows.Forms.ColumnHeader columnHeader1;
257         private System.Windows.Forms.ColumnHeader columnHeader2;
258         private System.Windows.Forms.Button button3;
259     }
260 }
261