namespace IBCNDecoder { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.btnOpenFile = new System.Windows.Forms.Button(); this.rtbRawMessage = new System.Windows.Forms.RichTextBox(); this.tbLatitude = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tbLongitude = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tbGPSTime = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.tbNumSats = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.tbHDOP = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.tbFileName = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // btnOpenFile // this.btnOpenFile.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnOpenFile.Location = new System.Drawing.Point(33, 376); this.btnOpenFile.Name = "btnOpenFile"; this.btnOpenFile.Size = new System.Drawing.Size(284, 49); this.btnOpenFile.TabIndex = 0; this.btnOpenFile.Text = "Open iBCN Attachment"; this.btnOpenFile.UseVisualStyleBackColor = true; this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click); // // rtbRawMessage // this.rtbRawMessage.Location = new System.Drawing.Point(344, 376); this.rtbRawMessage.Name = "rtbRawMessage"; this.rtbRawMessage.Size = new System.Drawing.Size(448, 51); this.rtbRawMessage.TabIndex = 1; this.rtbRawMessage.Text = ""; // // tbLatitude // this.tbLatitude.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbLatitude.Location = new System.Drawing.Point(183, 49); this.tbLatitude.Name = "tbLatitude"; this.tbLatitude.Size = new System.Drawing.Size(257, 49); this.tbLatitude.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(29, 58); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(139, 37); this.label1.TabIndex = 3; this.label1.Text = "Latitude"; // // tbLongitude // this.tbLongitude.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbLongitude.Location = new System.Drawing.Point(648, 52); this.tbLongitude.Name = "tbLongitude"; this.tbLongitude.Size = new System.Drawing.Size(261, 49); this.tbLongitude.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(466, 61); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(167, 37); this.label2.TabIndex = 3; this.label2.Text = "Longitude"; // // tbGPSTime // this.tbGPSTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbGPSTime.Location = new System.Drawing.Point(183, 211); this.tbGPSTime.Name = "tbGPSTime"; this.tbGPSTime.Size = new System.Drawing.Size(428, 49); this.tbGPSTime.TabIndex = 2; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(-4, 217); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(172, 37); this.label3.TabIndex = 3; this.label3.Text = "GPS Time"; // // tbNumSats // this.tbNumSats.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbNumSats.Location = new System.Drawing.Point(648, 135); this.tbNumSats.Name = "tbNumSats"; this.tbNumSats.Size = new System.Drawing.Size(261, 49); this.tbNumSats.TabIndex = 2; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(466, 144); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(167, 37); this.label4.TabIndex = 3; this.label4.Text = "Num Sats"; // // tbHDOP // this.tbHDOP.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbHDOP.Location = new System.Drawing.Point(183, 135); this.tbHDOP.Name = "tbHDOP"; this.tbHDOP.Size = new System.Drawing.Size(209, 49); this.tbHDOP.TabIndex = 2; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(29, 144); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(113, 37); this.label5.TabIndex = 3; this.label5.Text = "HDOP"; // // tbFileName // this.tbFileName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbFileName.Location = new System.Drawing.Point(344, 444); this.tbFileName.Multiline = true; this.tbFileName.Name = "tbFileName"; this.tbFileName.Size = new System.Drawing.Size(565, 66); this.tbFileName.TabIndex = 2; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(154, 453); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(172, 37); this.label6.TabIndex = 3; this.label6.Text = "File Name"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(952, 522); this.Controls.Add(this.label2); this.Controls.Add(this.label4); this.Controls.Add(this.label5); this.Controls.Add(this.label6); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.tbLongitude); this.Controls.Add(this.tbNumSats); this.Controls.Add(this.tbHDOP); this.Controls.Add(this.tbFileName); this.Controls.Add(this.tbGPSTime); this.Controls.Add(this.tbLatitude); this.Controls.Add(this.rtbRawMessage); this.Controls.Add(this.btnOpenFile); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Button btnOpenFile; private System.Windows.Forms.RichTextBox rtbRawMessage; private System.Windows.Forms.TextBox tbLatitude; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbLongitude; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbGPSTime; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tbNumSats; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tbHDOP; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox tbFileName; private System.Windows.Forms.Label label6; } }