GravityPanel.Designer.cs 17.7 KB
Newer Older
Valentin Platzgummer's avatar
Valentin Platzgummer committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382
namespace Projections
{
    partial class GravityPanel
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Component Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.button1 = new System.Windows.Forms.Button();
            this.m_updateButton = new System.Windows.Forms.Button();
            this.m_gravityModelNameTextBox = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.m_nameTextBox = new System.Windows.Forms.TextBox();
            this.m_descriptionTextBox = new System.Windows.Forms.TextBox();
            this.m_dateTextBox = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.m_longitudetextBoxT = new System.Windows.Forms.TextBox();
            this.m_latitudeTextBox = new System.Windows.Forms.TextBox();
            this.m_altitudeTextBox = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.m_accelXTextBox = new System.Windows.Forms.TextBox();
            this.m_accelYTextBox = new System.Windows.Forms.TextBox();
            this.m_accelZTextBox = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.m_geoidTextBox = new System.Windows.Forms.TextBox();
            this.m_normGravButton = new System.Windows.Forms.Button();
            this.m_GravityCircleButton = new System.Windows.Forms.Button();
            this.m_validateButton = new System.Windows.Forms.Button();
            this.SuspendLayout();
            //
            // button1
            //
            this.button1.Location = new System.Drawing.Point(391, 21);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(29, 23);
            this.button1.TabIndex = 2;
            this.button1.Text = "...";
            this.toolTip1.SetToolTip(this.button1, "Select gravity model file");
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.OnSelectGravityModel);
            //
            // m_updateButton
            //
            this.m_updateButton.Enabled = false;
            this.m_updateButton.Location = new System.Drawing.Point(565, 106);
            this.m_updateButton.Name = "m_updateButton";
            this.m_updateButton.Size = new System.Drawing.Size(75, 23);
            this.m_updateButton.TabIndex = 24;
            this.m_updateButton.Text = "Update";
            this.toolTip1.SetToolTip(this.m_updateButton, "Calculate acceleration and geoid height");
            this.m_updateButton.UseVisualStyleBackColor = true;
            this.m_updateButton.Click += new System.EventHandler(this.OnUpdate);
            //
            // m_gravityModelNameTextBox
            //
            this.m_gravityModelNameTextBox.Location = new System.Drawing.Point(7, 22);
            this.m_gravityModelNameTextBox.Name = "m_gravityModelNameTextBox";
            this.m_gravityModelNameTextBox.Size = new System.Drawing.Size(377, 20);
            this.m_gravityModelNameTextBox.TabIndex = 0;
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(4, 6);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(72, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "Gravity Model";
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(7, 52);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(35, 13);
            this.label2.TabIndex = 3;
            this.label2.Text = "Name";
            //
            // label3
            //
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(10, 79);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(60, 13);
            this.label3.TabIndex = 4;
            this.label3.Text = "Description";
            //
            // label4
            //
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(13, 106);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(30, 13);
            this.label4.TabIndex = 5;
            this.label4.Text = "Date";
            //
            // m_nameTextBox
            //
            this.m_nameTextBox.Location = new System.Drawing.Point(85, 48);
            this.m_nameTextBox.Name = "m_nameTextBox";
            this.m_nameTextBox.ReadOnly = true;
            this.m_nameTextBox.Size = new System.Drawing.Size(299, 20);
            this.m_nameTextBox.TabIndex = 6;
            //
            // m_descriptionTextBox
            //
            this.m_descriptionTextBox.Location = new System.Drawing.Point(85, 75);
            this.m_descriptionTextBox.Name = "m_descriptionTextBox";
            this.m_descriptionTextBox.ReadOnly = true;
            this.m_descriptionTextBox.Size = new System.Drawing.Size(299, 20);
            this.m_descriptionTextBox.TabIndex = 7;
            //
            // m_dateTextBox
            //
            this.m_dateTextBox.Location = new System.Drawing.Point(85, 102);
            this.m_dateTextBox.Name = "m_dateTextBox";
            this.m_dateTextBox.ReadOnly = true;
            this.m_dateTextBox.Size = new System.Drawing.Size(299, 20);
            this.m_dateTextBox.TabIndex = 8;
            //
            // label5
            //
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(433, 32);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(101, 13);
            this.label5.TabIndex = 9;
            this.label5.Text = "Longitude (degrees)";
            //
            // label6
            //
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(433, 58);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(92, 13);
            this.label6.TabIndex = 10;
            this.label6.Text = "Latitude (degrees)";
            //
            // label7
            //
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(433, 84);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(82, 13);
            this.label7.TabIndex = 11;
            this.label7.Text = "Altitude (meters)";
            //
            // m_longitudetextBoxT
            //
            this.m_longitudetextBoxT.Location = new System.Drawing.Point(539, 28);
            this.m_longitudetextBoxT.Name = "m_longitudetextBoxT";
            this.m_longitudetextBoxT.Size = new System.Drawing.Size(126, 20);
            this.m_longitudetextBoxT.TabIndex = 12;
            //
            // m_latitudeTextBox
            //
            this.m_latitudeTextBox.Location = new System.Drawing.Point(539, 54);
            this.m_latitudeTextBox.Name = "m_latitudeTextBox";
            this.m_latitudeTextBox.Size = new System.Drawing.Size(126, 20);
            this.m_latitudeTextBox.TabIndex = 13;
            //
            // m_altitudeTextBox
            //
            this.m_altitudeTextBox.Location = new System.Drawing.Point(539, 80);
            this.m_altitudeTextBox.Name = "m_altitudeTextBox";
            this.m_altitudeTextBox.Size = new System.Drawing.Size(126, 20);
            this.m_altitudeTextBox.TabIndex = 14;
            //
            // label8
            //
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(670, 32);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(14, 13);
            this.label8.TabIndex = 15;
            this.label8.Text = "X";
            //
            // label9
            //
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(670, 58);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(14, 13);
            this.label9.TabIndex = 16;
            this.label9.Text = "Y";
            //
            // label10
            //
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(670, 84);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(14, 13);
            this.label10.TabIndex = 17;
            this.label10.Text = "Z";
            //
            // label11
            //
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(700, 6);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(105, 13);
            this.label11.TabIndex = 18;
            this.label11.Text = "Acceleration (m/s^2)";
            //
            // m_accelXTextBox
            //
            this.m_accelXTextBox.Location = new System.Drawing.Point(691, 28);
            this.m_accelXTextBox.Name = "m_accelXTextBox";
            this.m_accelXTextBox.ReadOnly = true;
            this.m_accelXTextBox.Size = new System.Drawing.Size(122, 20);
            this.m_accelXTextBox.TabIndex = 19;
            //
            // m_accelYTextBox
            //
            this.m_accelYTextBox.Location = new System.Drawing.Point(690, 54);
            this.m_accelYTextBox.Name = "m_accelYTextBox";
            this.m_accelYTextBox.ReadOnly = true;
            this.m_accelYTextBox.Size = new System.Drawing.Size(122, 20);
            this.m_accelYTextBox.TabIndex = 20;
            //
            // m_accelZTextBox
            //
            this.m_accelZTextBox.Location = new System.Drawing.Point(691, 80);
            this.m_accelZTextBox.Name = "m_accelZTextBox";
            this.m_accelZTextBox.ReadOnly = true;
            this.m_accelZTextBox.Size = new System.Drawing.Size(122, 20);
            this.m_accelZTextBox.TabIndex = 21;
            //
            // label12
            //
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(709, 106);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(86, 13);
            this.label12.TabIndex = 22;
            this.label12.Text = "Geoid Height (m)";
            //
            // m_geoidTextBox
            //
            this.m_geoidTextBox.Location = new System.Drawing.Point(691, 125);
            this.m_geoidTextBox.Name = "m_geoidTextBox";
            this.m_geoidTextBox.ReadOnly = true;
            this.m_geoidTextBox.Size = new System.Drawing.Size(122, 20);
            this.m_geoidTextBox.TabIndex = 23;
            //
            // m_normGravButton
            //
            this.m_normGravButton.Enabled = false;
            this.m_normGravButton.Location = new System.Drawing.Point(544, 135);
            this.m_normGravButton.Name = "m_normGravButton";
            this.m_normGravButton.Size = new System.Drawing.Size(117, 42);
            this.m_normGravButton.TabIndex = 25;
            this.m_normGravButton.Text = "Acceleration using NormalGravity";
            this.m_normGravButton.UseVisualStyleBackColor = true;
            this.m_normGravButton.Click += new System.EventHandler(this.OnNormGravity);
            //
            // m_GravityCircleButton
            //
            this.m_GravityCircleButton.Enabled = false;
            this.m_GravityCircleButton.Location = new System.Drawing.Point(403, 135);
            this.m_GravityCircleButton.Name = "m_GravityCircleButton";
            this.m_GravityCircleButton.Size = new System.Drawing.Size(131, 54);
            this.m_GravityCircleButton.TabIndex = 26;
            this.m_GravityCircleButton.Text = "Acceleration and geoid height using GravityCircle";
            this.m_GravityCircleButton.UseVisualStyleBackColor = true;
            this.m_GravityCircleButton.Click += new System.EventHandler(this.OnGravityCircle);
            //
            // m_validateButton
            //
            this.m_validateButton.Enabled = false;
            this.m_validateButton.Location = new System.Drawing.Point(43, 145);
            this.m_validateButton.Name = "m_validateButton";
            this.m_validateButton.Size = new System.Drawing.Size(75, 23);
            this.m_validateButton.TabIndex = 27;
            this.m_validateButton.Text = "Validate";
            this.m_validateButton.UseVisualStyleBackColor = true;
            this.m_validateButton.Click += new System.EventHandler(this.OnValidate);
            //
            // GravityPanel
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.m_validateButton);
            this.Controls.Add(this.m_GravityCircleButton);
            this.Controls.Add(this.m_normGravButton);
            this.Controls.Add(this.m_updateButton);
            this.Controls.Add(this.m_geoidTextBox);
            this.Controls.Add(this.label12);
            this.Controls.Add(this.m_accelZTextBox);
            this.Controls.Add(this.m_accelYTextBox);
            this.Controls.Add(this.m_accelXTextBox);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.m_altitudeTextBox);
            this.Controls.Add(this.m_latitudeTextBox);
            this.Controls.Add(this.m_longitudetextBoxT);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.m_dateTextBox);
            this.Controls.Add(this.m_descriptionTextBox);
            this.Controls.Add(this.m_nameTextBox);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.m_gravityModelNameTextBox);
            this.Name = "GravityPanel";
            this.Size = new System.Drawing.Size(1083, 403);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolTip toolTip1;
        private System.Windows.Forms.TextBox m_gravityModelNameTextBox;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox m_nameTextBox;
        private System.Windows.Forms.TextBox m_descriptionTextBox;
        private System.Windows.Forms.TextBox m_dateTextBox;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox m_longitudetextBoxT;
        private System.Windows.Forms.TextBox m_latitudeTextBox;
        private System.Windows.Forms.TextBox m_altitudeTextBox;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.TextBox m_accelXTextBox;
        private System.Windows.Forms.TextBox m_accelYTextBox;
        private System.Windows.Forms.TextBox m_accelZTextBox;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.TextBox m_geoidTextBox;
        private System.Windows.Forms.Button m_updateButton;
        private System.Windows.Forms.Button m_normGravButton;
        private System.Windows.Forms.Button m_GravityCircleButton;
        private System.Windows.Forms.Button m_validateButton;
    }
}