Add project files.
This commit is contained in:
333
GpsTestApp/Form1.Designer.cs
generated
Normal file
333
GpsTestApp/Form1.Designer.cs
generated
Normal file
@@ -0,0 +1,333 @@
|
||||
|
||||
namespace GpsTestApp {
|
||||
partial class Form1 {
|
||||
/// <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 Windows Form 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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
||||
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
||||
this.ComPort = new DevExpress.XtraEditors.ComboBoxEdit();
|
||||
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
||||
this.BaudRate = new DevExpress.XtraEditors.TextEdit();
|
||||
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
|
||||
this.line1 = new DevComponents.DotNetBar.Controls.Line();
|
||||
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.UtcTime = new DevExpress.XtraEditors.TextEdit();
|
||||
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.LocalTime = new DevExpress.XtraEditors.TextEdit();
|
||||
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
||||
this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
|
||||
this.TimeOffset = new DevExpress.XtraEditors.TextEdit();
|
||||
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
||||
this.layoutControl1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ComPort.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.BaudRate.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.UtcTime.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.LocalTime.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TimeOffset.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// layoutControl1
|
||||
//
|
||||
this.layoutControl1.Controls.Add(this.TimeOffset);
|
||||
this.layoutControl1.Controls.Add(this.LocalTime);
|
||||
this.layoutControl1.Controls.Add(this.UtcTime);
|
||||
this.layoutControl1.Controls.Add(this.line1);
|
||||
this.layoutControl1.Controls.Add(this.simpleButton1);
|
||||
this.layoutControl1.Controls.Add(this.BaudRate);
|
||||
this.layoutControl1.Controls.Add(this.ComPort);
|
||||
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControl1.Name = "layoutControl1";
|
||||
this.layoutControl1.Root = this.Root;
|
||||
this.layoutControl1.Size = new System.Drawing.Size(464, 186);
|
||||
this.layoutControl1.TabIndex = 0;
|
||||
this.layoutControl1.Text = "layoutControl1";
|
||||
//
|
||||
// Root
|
||||
//
|
||||
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
||||
this.Root.GroupBordersVisible = false;
|
||||
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
||||
this.layoutControlItem1,
|
||||
this.emptySpaceItem1,
|
||||
this.layoutControlItem2,
|
||||
this.layoutControlItem3,
|
||||
this.layoutControlItem4,
|
||||
this.layoutControlItem5,
|
||||
this.layoutControlItem6,
|
||||
this.emptySpaceItem2,
|
||||
this.emptySpaceItem3,
|
||||
this.layoutControlItem7,
|
||||
this.emptySpaceItem4});
|
||||
this.Root.Name = "Root";
|
||||
this.Root.Size = new System.Drawing.Size(464, 186);
|
||||
this.Root.TextVisible = false;
|
||||
//
|
||||
// ComPort
|
||||
//
|
||||
this.ComPort.EditValue = "COM3";
|
||||
this.ComPort.Location = new System.Drawing.Point(84, 12);
|
||||
this.ComPort.Name = "ComPort";
|
||||
this.ComPort.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.ComPort.Size = new System.Drawing.Size(145, 20);
|
||||
this.ComPort.StyleController = this.layoutControl1;
|
||||
this.ComPort.TabIndex = 4;
|
||||
//
|
||||
// layoutControlItem1
|
||||
//
|
||||
this.layoutControlItem1.Control = this.ComPort;
|
||||
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlItem1.Name = "layoutControlItem1";
|
||||
this.layoutControlItem1.Size = new System.Drawing.Size(221, 24);
|
||||
this.layoutControlItem1.Text = "Port:";
|
||||
this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 13);
|
||||
//
|
||||
// emptySpaceItem1
|
||||
//
|
||||
this.emptySpaceItem1.AllowHotTrack = false;
|
||||
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 146);
|
||||
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
||||
this.emptySpaceItem1.Size = new System.Drawing.Size(444, 20);
|
||||
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
||||
//
|
||||
// BaudRate
|
||||
//
|
||||
this.BaudRate.EditValue = "4800";
|
||||
this.BaudRate.Location = new System.Drawing.Point(305, 12);
|
||||
this.BaudRate.Name = "BaudRate";
|
||||
this.BaudRate.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
||||
this.BaudRate.Size = new System.Drawing.Size(147, 20);
|
||||
this.BaudRate.StyleController = this.layoutControl1;
|
||||
this.BaudRate.TabIndex = 5;
|
||||
//
|
||||
// layoutControlItem2
|
||||
//
|
||||
this.layoutControlItem2.Control = this.BaudRate;
|
||||
this.layoutControlItem2.Location = new System.Drawing.Point(221, 0);
|
||||
this.layoutControlItem2.Name = "layoutControlItem2";
|
||||
this.layoutControlItem2.Size = new System.Drawing.Size(223, 24);
|
||||
this.layoutControlItem2.Text = "Baud Rate:";
|
||||
this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 13);
|
||||
//
|
||||
// simpleButton1
|
||||
//
|
||||
this.simpleButton1.Location = new System.Drawing.Point(12, 36);
|
||||
this.simpleButton1.Name = "simpleButton1";
|
||||
this.simpleButton1.Size = new System.Drawing.Size(440, 22);
|
||||
this.simpleButton1.StyleController = this.layoutControl1;
|
||||
this.simpleButton1.TabIndex = 6;
|
||||
this.simpleButton1.Text = "Connect to GPS...";
|
||||
this.simpleButton1.Click += new System.EventHandler(this.ConnectButtonClicked);
|
||||
//
|
||||
// layoutControlItem3
|
||||
//
|
||||
this.layoutControlItem3.Control = this.simpleButton1;
|
||||
this.layoutControlItem3.Location = new System.Drawing.Point(0, 24);
|
||||
this.layoutControlItem3.Name = "layoutControlItem3";
|
||||
this.layoutControlItem3.Size = new System.Drawing.Size(444, 26);
|
||||
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem3.TextVisible = false;
|
||||
//
|
||||
// memoEdit1
|
||||
//
|
||||
this.memoEdit1.Location = new System.Drawing.Point(12, 192);
|
||||
this.memoEdit1.Name = "memoEdit1";
|
||||
this.memoEdit1.Size = new System.Drawing.Size(440, 246);
|
||||
this.memoEdit1.TabIndex = 1;
|
||||
//
|
||||
// line1
|
||||
//
|
||||
this.line1.Location = new System.Drawing.Point(12, 62);
|
||||
this.line1.Name = "line1";
|
||||
this.line1.Size = new System.Drawing.Size(440, 20);
|
||||
this.line1.TabIndex = 7;
|
||||
this.line1.Text = "line1";
|
||||
//
|
||||
// layoutControlItem4
|
||||
//
|
||||
this.layoutControlItem4.Control = this.line1;
|
||||
this.layoutControlItem4.Location = new System.Drawing.Point(0, 50);
|
||||
this.layoutControlItem4.Name = "layoutControlItem4";
|
||||
this.layoutControlItem4.Size = new System.Drawing.Size(444, 24);
|
||||
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem4.TextVisible = false;
|
||||
//
|
||||
// UtcTime
|
||||
//
|
||||
this.UtcTime.Location = new System.Drawing.Point(84, 86);
|
||||
this.UtcTime.Name = "UtcTime";
|
||||
this.UtcTime.Properties.ReadOnly = true;
|
||||
this.UtcTime.Size = new System.Drawing.Size(145, 20);
|
||||
this.UtcTime.StyleController = this.layoutControl1;
|
||||
this.UtcTime.TabIndex = 8;
|
||||
//
|
||||
// layoutControlItem5
|
||||
//
|
||||
this.layoutControlItem5.Control = this.UtcTime;
|
||||
this.layoutControlItem5.Location = new System.Drawing.Point(0, 74);
|
||||
this.layoutControlItem5.Name = "layoutControlItem5";
|
||||
this.layoutControlItem5.Size = new System.Drawing.Size(221, 24);
|
||||
this.layoutControlItem5.Text = "UTC Time:";
|
||||
this.layoutControlItem5.TextSize = new System.Drawing.Size(60, 13);
|
||||
//
|
||||
// LocalTime
|
||||
//
|
||||
this.LocalTime.Location = new System.Drawing.Point(84, 110);
|
||||
this.LocalTime.Name = "LocalTime";
|
||||
this.LocalTime.Properties.ReadOnly = true;
|
||||
this.LocalTime.Size = new System.Drawing.Size(145, 20);
|
||||
this.LocalTime.StyleController = this.layoutControl1;
|
||||
this.LocalTime.TabIndex = 9;
|
||||
//
|
||||
// layoutControlItem6
|
||||
//
|
||||
this.layoutControlItem6.Control = this.LocalTime;
|
||||
this.layoutControlItem6.Location = new System.Drawing.Point(0, 98);
|
||||
this.layoutControlItem6.Name = "layoutControlItem6";
|
||||
this.layoutControlItem6.Size = new System.Drawing.Size(221, 24);
|
||||
this.layoutControlItem6.Text = "Local Time:";
|
||||
this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 13);
|
||||
//
|
||||
// emptySpaceItem2
|
||||
//
|
||||
this.emptySpaceItem2.AllowHotTrack = false;
|
||||
this.emptySpaceItem2.Location = new System.Drawing.Point(221, 74);
|
||||
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
||||
this.emptySpaceItem2.Size = new System.Drawing.Size(223, 24);
|
||||
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
||||
//
|
||||
// emptySpaceItem3
|
||||
//
|
||||
this.emptySpaceItem3.AllowHotTrack = false;
|
||||
this.emptySpaceItem3.Location = new System.Drawing.Point(221, 98);
|
||||
this.emptySpaceItem3.Name = "emptySpaceItem3";
|
||||
this.emptySpaceItem3.Size = new System.Drawing.Size(223, 24);
|
||||
this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
|
||||
//
|
||||
// TimeOffset
|
||||
//
|
||||
this.TimeOffset.Location = new System.Drawing.Point(84, 134);
|
||||
this.TimeOffset.Name = "TimeOffset";
|
||||
this.TimeOffset.Properties.ReadOnly = true;
|
||||
this.TimeOffset.Size = new System.Drawing.Size(145, 20);
|
||||
this.TimeOffset.StyleController = this.layoutControl1;
|
||||
this.TimeOffset.TabIndex = 10;
|
||||
//
|
||||
// layoutControlItem7
|
||||
//
|
||||
this.layoutControlItem7.Control = this.TimeOffset;
|
||||
this.layoutControlItem7.Location = new System.Drawing.Point(0, 122);
|
||||
this.layoutControlItem7.Name = "layoutControlItem7";
|
||||
this.layoutControlItem7.Size = new System.Drawing.Size(221, 24);
|
||||
this.layoutControlItem7.Text = "Time Offset:";
|
||||
this.layoutControlItem7.TextSize = new System.Drawing.Size(60, 13);
|
||||
//
|
||||
// emptySpaceItem4
|
||||
//
|
||||
this.emptySpaceItem4.AllowHotTrack = false;
|
||||
this.emptySpaceItem4.Location = new System.Drawing.Point(221, 122);
|
||||
this.emptySpaceItem4.Name = "emptySpaceItem4";
|
||||
this.emptySpaceItem4.Size = new System.Drawing.Size(223, 24);
|
||||
this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(464, 450);
|
||||
this.Controls.Add(this.memoEdit1);
|
||||
this.Controls.Add(this.layoutControl1);
|
||||
this.Name = "Form1";
|
||||
this.Text = "Form1";
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
||||
this.layoutControl1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ComPort.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.BaudRate.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.UtcTime.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.LocalTime.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TimeOffset.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
||||
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
||||
private DevExpress.XtraEditors.TextEdit BaudRate;
|
||||
private DevExpress.XtraEditors.ComboBoxEdit ComPort;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
||||
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
||||
private DevExpress.XtraEditors.MemoEdit memoEdit1;
|
||||
private DevComponents.DotNetBar.Controls.Line line1;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
||||
private DevExpress.XtraEditors.TextEdit LocalTime;
|
||||
private DevExpress.XtraEditors.TextEdit UtcTime;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
||||
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
||||
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
|
||||
private DevExpress.XtraEditors.TextEdit TimeOffset;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
||||
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user