1027 lines
64 KiB
C#
1027 lines
64 KiB
C#
namespace LFP_Manager.Controls
|
|
{
|
|
partial class UcAntiTheftControl
|
|
{
|
|
/// <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.LcMain = new DevExpress.XtraLayout.LayoutControl();
|
|
this.BtnGyroState = new DevExpress.XtraEditors.SimpleButton();
|
|
this.BtnFuncSw = new DevExpress.XtraEditors.SimpleButton();
|
|
this.BtnGyroPolSel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.BtnGyroZAxisSet = new DevExpress.XtraEditors.SimpleButton();
|
|
this.BtnGyroYAxisSet = new DevExpress.XtraEditors.SimpleButton();
|
|
this.BtnGyroXAxisSet = new DevExpress.XtraEditors.SimpleButton();
|
|
this.BtnATCommFuncSwSet = new DevExpress.XtraEditors.SimpleButton();
|
|
this.BtnATCommTimeoutSet = new DevExpress.XtraEditors.SimpleButton();
|
|
this.BtnGyroUnlock = new DevExpress.XtraEditors.SimpleButton();
|
|
this.BtnCommUnlock = new DevExpress.XtraEditors.SimpleButton();
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.TmrDisplay = new System.Windows.Forms.Timer(this.components);
|
|
this.TeGyroZAxisNew = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeGyroYAxisNew = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeGyroXAxisNew = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeGyroState = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeGyroFunctionSwitch = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeGyroPolSel = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeGyroZAxis = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeGyroYAxis = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeGyroXAxis = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeFunctionSwitch = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeTimeOutSet = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeTimeOutSetNew = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeFunctionSwitchNew = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeGyroPolSelNew = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeGyroFunctionSwitchNew = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeGyroStateNew = new DevExpress.XtraEditors.TextEdit();
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
((System.ComponentModel.ISupportInitialize)(this.LcMain)).BeginInit();
|
|
this.LcMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroZAxisNew.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroYAxisNew.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroXAxisNew.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroState.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroFunctionSwitch.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroPolSel.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroZAxis.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroYAxis.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroXAxis.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeFunctionSwitch.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeTimeOutSet.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeTimeOutSetNew.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeFunctionSwitchNew.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroPolSelNew.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroFunctionSwitchNew.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroStateNew.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// LcMain
|
|
//
|
|
this.LcMain.Controls.Add(this.BtnGyroState);
|
|
this.LcMain.Controls.Add(this.BtnFuncSw);
|
|
this.LcMain.Controls.Add(this.BtnGyroPolSel);
|
|
this.LcMain.Controls.Add(this.BtnGyroZAxisSet);
|
|
this.LcMain.Controls.Add(this.BtnGyroYAxisSet);
|
|
this.LcMain.Controls.Add(this.BtnGyroXAxisSet);
|
|
this.LcMain.Controls.Add(this.TeGyroZAxisNew);
|
|
this.LcMain.Controls.Add(this.TeGyroYAxisNew);
|
|
this.LcMain.Controls.Add(this.TeGyroXAxisNew);
|
|
this.LcMain.Controls.Add(this.BtnATCommFuncSwSet);
|
|
this.LcMain.Controls.Add(this.BtnATCommTimeoutSet);
|
|
this.LcMain.Controls.Add(this.BtnGyroUnlock);
|
|
this.LcMain.Controls.Add(this.TeGyroState);
|
|
this.LcMain.Controls.Add(this.TeGyroFunctionSwitch);
|
|
this.LcMain.Controls.Add(this.TeGyroPolSel);
|
|
this.LcMain.Controls.Add(this.TeGyroZAxis);
|
|
this.LcMain.Controls.Add(this.TeGyroYAxis);
|
|
this.LcMain.Controls.Add(this.TeGyroXAxis);
|
|
this.LcMain.Controls.Add(this.BtnCommUnlock);
|
|
this.LcMain.Controls.Add(this.TeFunctionSwitch);
|
|
this.LcMain.Controls.Add(this.TeTimeOutSet);
|
|
this.LcMain.Controls.Add(this.TeTimeOutSetNew);
|
|
this.LcMain.Controls.Add(this.TeFunctionSwitchNew);
|
|
this.LcMain.Controls.Add(this.TeGyroPolSelNew);
|
|
this.LcMain.Controls.Add(this.TeGyroFunctionSwitchNew);
|
|
this.LcMain.Controls.Add(this.TeGyroStateNew);
|
|
this.LcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.LcMain.Location = new System.Drawing.Point(0, 0);
|
|
this.LcMain.Name = "LcMain";
|
|
this.LcMain.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1097, 193, 650, 400);
|
|
this.LcMain.Root = this.Root;
|
|
this.LcMain.Size = new System.Drawing.Size(850, 190);
|
|
this.LcMain.TabIndex = 0;
|
|
this.LcMain.Text = "layoutControl1";
|
|
//
|
|
// BtnGyroState
|
|
//
|
|
this.BtnGyroState.Enabled = false;
|
|
this.BtnGyroState.Location = new System.Drawing.Point(792, 84);
|
|
this.BtnGyroState.Name = "BtnGyroState";
|
|
this.BtnGyroState.Size = new System.Drawing.Size(51, 24);
|
|
this.BtnGyroState.StyleController = this.LcMain;
|
|
this.BtnGyroState.TabIndex = 26;
|
|
this.BtnGyroState.Text = "Set";
|
|
this.BtnGyroState.Click += new System.EventHandler(this.BtnGyroState_Click);
|
|
//
|
|
// BtnFuncSw
|
|
//
|
|
this.BtnFuncSw.Location = new System.Drawing.Point(792, 56);
|
|
this.BtnFuncSw.Name = "BtnFuncSw";
|
|
this.BtnFuncSw.Size = new System.Drawing.Size(51, 24);
|
|
this.BtnFuncSw.StyleController = this.LcMain;
|
|
this.BtnFuncSw.TabIndex = 25;
|
|
this.BtnFuncSw.Text = "Set";
|
|
this.BtnFuncSw.Click += new System.EventHandler(this.BtnFuncSw_Click);
|
|
//
|
|
// BtnGyroPolSel
|
|
//
|
|
this.BtnGyroPolSel.Location = new System.Drawing.Point(791, 28);
|
|
this.BtnGyroPolSel.Name = "BtnGyroPolSel";
|
|
this.BtnGyroPolSel.Size = new System.Drawing.Size(52, 24);
|
|
this.BtnGyroPolSel.StyleController = this.LcMain;
|
|
this.BtnGyroPolSel.TabIndex = 24;
|
|
this.BtnGyroPolSel.Text = "Set";
|
|
this.BtnGyroPolSel.Click += new System.EventHandler(this.BtnGyroPolSel_Click);
|
|
//
|
|
// BtnGyroZAxisSet
|
|
//
|
|
this.BtnGyroZAxisSet.Enabled = false;
|
|
this.BtnGyroZAxisSet.Location = new System.Drawing.Point(492, 84);
|
|
this.BtnGyroZAxisSet.Name = "BtnGyroZAxisSet";
|
|
this.BtnGyroZAxisSet.Size = new System.Drawing.Size(56, 24);
|
|
this.BtnGyroZAxisSet.StyleController = this.LcMain;
|
|
this.BtnGyroZAxisSet.TabIndex = 23;
|
|
this.BtnGyroZAxisSet.Text = "Set";
|
|
this.BtnGyroZAxisSet.Click += new System.EventHandler(this.BtnGyroZAxisSet_Click);
|
|
//
|
|
// BtnGyroYAxisSet
|
|
//
|
|
this.BtnGyroYAxisSet.Enabled = false;
|
|
this.BtnGyroYAxisSet.Location = new System.Drawing.Point(492, 56);
|
|
this.BtnGyroYAxisSet.Name = "BtnGyroYAxisSet";
|
|
this.BtnGyroYAxisSet.Size = new System.Drawing.Size(56, 24);
|
|
this.BtnGyroYAxisSet.StyleController = this.LcMain;
|
|
this.BtnGyroYAxisSet.TabIndex = 22;
|
|
this.BtnGyroYAxisSet.Text = "Set";
|
|
this.BtnGyroYAxisSet.Click += new System.EventHandler(this.BtnGyroYAxisSet_Click);
|
|
//
|
|
// BtnGyroXAxisSet
|
|
//
|
|
this.BtnGyroXAxisSet.Enabled = false;
|
|
this.BtnGyroXAxisSet.Location = new System.Drawing.Point(492, 28);
|
|
this.BtnGyroXAxisSet.Name = "BtnGyroXAxisSet";
|
|
this.BtnGyroXAxisSet.Size = new System.Drawing.Size(56, 24);
|
|
this.BtnGyroXAxisSet.StyleController = this.LcMain;
|
|
this.BtnGyroXAxisSet.TabIndex = 21;
|
|
this.BtnGyroXAxisSet.Text = "Set";
|
|
this.BtnGyroXAxisSet.Click += new System.EventHandler(this.BtnGyroXAxisSet_Click);
|
|
//
|
|
// BtnATCommFuncSwSet
|
|
//
|
|
this.BtnATCommFuncSwSet.Location = new System.Drawing.Point(267, 56);
|
|
this.BtnATCommFuncSwSet.Name = "BtnATCommFuncSwSet";
|
|
this.BtnATCommFuncSwSet.Size = new System.Drawing.Size(56, 24);
|
|
this.BtnATCommFuncSwSet.StyleController = this.LcMain;
|
|
this.BtnATCommFuncSwSet.TabIndex = 17;
|
|
this.BtnATCommFuncSwSet.Text = "Set";
|
|
this.BtnATCommFuncSwSet.Click += new System.EventHandler(this.BtnATCommFuncSwSet_Click);
|
|
//
|
|
// BtnATCommTimeoutSet
|
|
//
|
|
this.BtnATCommTimeoutSet.Location = new System.Drawing.Point(267, 28);
|
|
this.BtnATCommTimeoutSet.Name = "BtnATCommTimeoutSet";
|
|
this.BtnATCommTimeoutSet.Size = new System.Drawing.Size(56, 24);
|
|
this.BtnATCommTimeoutSet.StyleController = this.LcMain;
|
|
this.BtnATCommTimeoutSet.TabIndex = 16;
|
|
this.BtnATCommTimeoutSet.Text = "Set";
|
|
this.BtnATCommTimeoutSet.Click += new System.EventHandler(this.BtnATCommTimeoutSet_Click);
|
|
//
|
|
// BtnGyroUnlock
|
|
//
|
|
this.BtnGyroUnlock.Location = new System.Drawing.Point(335, 155);
|
|
this.BtnGyroUnlock.Name = "BtnGyroUnlock";
|
|
this.BtnGyroUnlock.Size = new System.Drawing.Size(508, 28);
|
|
this.BtnGyroUnlock.StyleController = this.LcMain;
|
|
this.BtnGyroUnlock.TabIndex = 15;
|
|
this.BtnGyroUnlock.Text = "Anti-Theft Unlock";
|
|
this.BtnGyroUnlock.Click += new System.EventHandler(this.BtnGyroUnlock_Click);
|
|
//
|
|
// BtnCommUnlock
|
|
//
|
|
this.BtnCommUnlock.Location = new System.Drawing.Point(7, 155);
|
|
this.BtnCommUnlock.Name = "BtnCommUnlock";
|
|
this.BtnCommUnlock.Size = new System.Drawing.Size(316, 28);
|
|
this.BtnCommUnlock.StyleController = this.LcMain;
|
|
this.BtnCommUnlock.TabIndex = 8;
|
|
this.BtnCommUnlock.Text = "Anti-Theft Unlock";
|
|
this.BtnCommUnlock.Click += new System.EventHandler(this.BtnCommUnlock_Click);
|
|
//
|
|
// Root
|
|
//
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.Root.GroupBordersVisible = false;
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlGroup1,
|
|
this.layoutControlGroup2});
|
|
this.Root.Name = "Root";
|
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.Root.Size = new System.Drawing.Size(850, 190);
|
|
this.Root.TextVisible = false;
|
|
//
|
|
// layoutControlGroup1
|
|
//
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem3,
|
|
this.layoutControlItem1,
|
|
this.emptySpaceItem1,
|
|
this.layoutControlItem2,
|
|
this.layoutControlItem11,
|
|
this.layoutControlItem12,
|
|
this.layoutControlItem13,
|
|
this.layoutControlItem14});
|
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(328, 188);
|
|
this.layoutControlGroup1.Text = "Anti-theft (Comm.)";
|
|
//
|
|
// emptySpaceItem1
|
|
//
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 56);
|
|
this.emptySpaceItem1.MaxSize = new System.Drawing.Size(320, 0);
|
|
this.emptySpaceItem1.MinSize = new System.Drawing.Size(320, 24);
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
this.emptySpaceItem1.Size = new System.Drawing.Size(320, 71);
|
|
this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.Control = this.BtnCommUnlock;
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 127);
|
|
this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 32);
|
|
this.layoutControlItem2.MinSize = new System.Drawing.Size(89, 32);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(320, 32);
|
|
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem2.TextVisible = false;
|
|
//
|
|
// layoutControlItem13
|
|
//
|
|
this.layoutControlItem13.Control = this.BtnATCommTimeoutSet;
|
|
this.layoutControlItem13.CustomizationFormText = " Btn";
|
|
this.layoutControlItem13.Location = new System.Drawing.Point(260, 0);
|
|
this.layoutControlItem13.MinSize = new System.Drawing.Size(60, 26);
|
|
this.layoutControlItem13.Name = "layoutControlItem13";
|
|
this.layoutControlItem13.Size = new System.Drawing.Size(60, 28);
|
|
this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem13.TextVisible = false;
|
|
//
|
|
// layoutControlItem14
|
|
//
|
|
this.layoutControlItem14.Control = this.BtnATCommFuncSwSet;
|
|
this.layoutControlItem14.CustomizationFormText = " Btn";
|
|
this.layoutControlItem14.Location = new System.Drawing.Point(260, 28);
|
|
this.layoutControlItem14.MinSize = new System.Drawing.Size(60, 26);
|
|
this.layoutControlItem14.Name = "layoutControlItem14";
|
|
this.layoutControlItem14.Size = new System.Drawing.Size(60, 28);
|
|
this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem14.TextVisible = false;
|
|
//
|
|
// layoutControlGroup2
|
|
//
|
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem4,
|
|
this.layoutControlItem7,
|
|
this.layoutControlItem5,
|
|
this.layoutControlItem6,
|
|
this.emptySpaceItem2,
|
|
this.layoutControlItem8,
|
|
this.layoutControlItem9,
|
|
this.layoutControlItem10,
|
|
this.layoutControlItem15,
|
|
this.layoutControlItem16,
|
|
this.layoutControlItem17,
|
|
this.layoutControlItem18,
|
|
this.layoutControlItem19,
|
|
this.layoutControlItem20,
|
|
this.layoutControlItem21,
|
|
this.layoutControlItem22,
|
|
this.layoutControlItem23,
|
|
this.layoutControlItem24,
|
|
this.layoutControlItem25,
|
|
this.layoutControlItem26});
|
|
this.layoutControlGroup2.Location = new System.Drawing.Point(328, 0);
|
|
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
|
this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.layoutControlGroup2.Size = new System.Drawing.Size(520, 188);
|
|
this.layoutControlGroup2.Text = "Anti-theft (GyroScope)";
|
|
//
|
|
// emptySpaceItem2
|
|
//
|
|
this.emptySpaceItem2.AllowHotTrack = false;
|
|
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 84);
|
|
this.emptySpaceItem2.MinSize = new System.Drawing.Size(104, 24);
|
|
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
|
this.emptySpaceItem2.Size = new System.Drawing.Size(512, 43);
|
|
this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem10
|
|
//
|
|
this.layoutControlItem10.Control = this.BtnGyroUnlock;
|
|
this.layoutControlItem10.Location = new System.Drawing.Point(0, 127);
|
|
this.layoutControlItem10.MaxSize = new System.Drawing.Size(0, 32);
|
|
this.layoutControlItem10.MinSize = new System.Drawing.Size(89, 32);
|
|
this.layoutControlItem10.Name = "layoutControlItem10";
|
|
this.layoutControlItem10.Size = new System.Drawing.Size(512, 32);
|
|
this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem10.TextVisible = false;
|
|
//
|
|
// layoutControlItem18
|
|
//
|
|
this.layoutControlItem18.Control = this.BtnGyroXAxisSet;
|
|
this.layoutControlItem18.CustomizationFormText = " Btn";
|
|
this.layoutControlItem18.Location = new System.Drawing.Point(157, 0);
|
|
this.layoutControlItem18.MinSize = new System.Drawing.Size(60, 26);
|
|
this.layoutControlItem18.Name = "layoutControlItem18";
|
|
this.layoutControlItem18.Size = new System.Drawing.Size(60, 28);
|
|
this.layoutControlItem18.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem18.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem18.TextVisible = false;
|
|
//
|
|
// layoutControlItem19
|
|
//
|
|
this.layoutControlItem19.Control = this.BtnGyroYAxisSet;
|
|
this.layoutControlItem19.CustomizationFormText = " Btn";
|
|
this.layoutControlItem19.Location = new System.Drawing.Point(157, 28);
|
|
this.layoutControlItem19.MinSize = new System.Drawing.Size(60, 26);
|
|
this.layoutControlItem19.Name = "layoutControlItem19";
|
|
this.layoutControlItem19.Size = new System.Drawing.Size(60, 28);
|
|
this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem19.TextVisible = false;
|
|
//
|
|
// layoutControlItem20
|
|
//
|
|
this.layoutControlItem20.Control = this.BtnGyroZAxisSet;
|
|
this.layoutControlItem20.CustomizationFormText = " Btn";
|
|
this.layoutControlItem20.Location = new System.Drawing.Point(157, 56);
|
|
this.layoutControlItem20.MinSize = new System.Drawing.Size(60, 26);
|
|
this.layoutControlItem20.Name = "layoutControlItem20";
|
|
this.layoutControlItem20.Size = new System.Drawing.Size(60, 28);
|
|
this.layoutControlItem20.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem20.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem20.TextVisible = false;
|
|
//
|
|
// layoutControlItem21
|
|
//
|
|
this.layoutControlItem21.Control = this.BtnGyroPolSel;
|
|
this.layoutControlItem21.CustomizationFormText = " Btn";
|
|
this.layoutControlItem21.Location = new System.Drawing.Point(456, 0);
|
|
this.layoutControlItem21.MinSize = new System.Drawing.Size(55, 26);
|
|
this.layoutControlItem21.Name = "layoutControlItem21";
|
|
this.layoutControlItem21.Size = new System.Drawing.Size(56, 28);
|
|
this.layoutControlItem21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem21.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem21.TextVisible = false;
|
|
//
|
|
// layoutControlItem25
|
|
//
|
|
this.layoutControlItem25.Control = this.BtnFuncSw;
|
|
this.layoutControlItem25.CustomizationFormText = " Btn";
|
|
this.layoutControlItem25.Location = new System.Drawing.Point(457, 28);
|
|
this.layoutControlItem25.MinSize = new System.Drawing.Size(55, 26);
|
|
this.layoutControlItem25.Name = "layoutControlItem25";
|
|
this.layoutControlItem25.Size = new System.Drawing.Size(55, 28);
|
|
this.layoutControlItem25.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem25.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem25.TextVisible = false;
|
|
//
|
|
// layoutControlItem26
|
|
//
|
|
this.layoutControlItem26.Control = this.BtnGyroState;
|
|
this.layoutControlItem26.CustomizationFormText = " Btn";
|
|
this.layoutControlItem26.Location = new System.Drawing.Point(457, 56);
|
|
this.layoutControlItem26.MinSize = new System.Drawing.Size(55, 26);
|
|
this.layoutControlItem26.Name = "layoutControlItem26";
|
|
this.layoutControlItem26.Size = new System.Drawing.Size(55, 28);
|
|
this.layoutControlItem26.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem26.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem26.TextVisible = false;
|
|
//
|
|
// TmrDisplay
|
|
//
|
|
this.TmrDisplay.Interval = 500;
|
|
this.TmrDisplay.Tick += new System.EventHandler(this.TmrDisplay_Tick);
|
|
//
|
|
// TeGyroZAxisNew
|
|
//
|
|
this.TeGyroZAxisNew.Location = new System.Drawing.Point(440, 84);
|
|
this.TeGyroZAxisNew.Name = "TeGyroZAxisNew";
|
|
this.TeGyroZAxisNew.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeGyroZAxisNew.Properties.Appearance.Options.UseFont = true;
|
|
this.TeGyroZAxisNew.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeGyroZAxisNew.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeGyroZAxisNew.Size = new System.Drawing.Size(48, 24);
|
|
this.TeGyroZAxisNew.StyleController = this.LcMain;
|
|
this.TeGyroZAxisNew.TabIndex = 20;
|
|
//
|
|
// TeGyroYAxisNew
|
|
//
|
|
this.TeGyroYAxisNew.Location = new System.Drawing.Point(440, 56);
|
|
this.TeGyroYAxisNew.Name = "TeGyroYAxisNew";
|
|
this.TeGyroYAxisNew.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeGyroYAxisNew.Properties.Appearance.Options.UseFont = true;
|
|
this.TeGyroYAxisNew.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeGyroYAxisNew.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeGyroYAxisNew.Size = new System.Drawing.Size(48, 24);
|
|
this.TeGyroYAxisNew.StyleController = this.LcMain;
|
|
this.TeGyroYAxisNew.TabIndex = 19;
|
|
//
|
|
// TeGyroXAxisNew
|
|
//
|
|
this.TeGyroXAxisNew.Location = new System.Drawing.Point(440, 28);
|
|
this.TeGyroXAxisNew.Name = "TeGyroXAxisNew";
|
|
this.TeGyroXAxisNew.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeGyroXAxisNew.Properties.Appearance.Options.UseFont = true;
|
|
this.TeGyroXAxisNew.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeGyroXAxisNew.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeGyroXAxisNew.Size = new System.Drawing.Size(48, 24);
|
|
this.TeGyroXAxisNew.StyleController = this.LcMain;
|
|
this.TeGyroXAxisNew.TabIndex = 18;
|
|
//
|
|
// TeGyroState
|
|
//
|
|
this.TeGyroState.Location = new System.Drawing.Point(693, 84);
|
|
this.TeGyroState.Name = "TeGyroState";
|
|
this.TeGyroState.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeGyroState.Properties.Appearance.Options.UseFont = true;
|
|
this.TeGyroState.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeGyroState.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeGyroState.Properties.ReadOnly = true;
|
|
this.TeGyroState.Size = new System.Drawing.Size(42, 24);
|
|
this.TeGyroState.StyleController = this.LcMain;
|
|
this.TeGyroState.TabIndex = 14;
|
|
//
|
|
// TeGyroFunctionSwitch
|
|
//
|
|
this.TeGyroFunctionSwitch.Location = new System.Drawing.Point(693, 56);
|
|
this.TeGyroFunctionSwitch.Name = "TeGyroFunctionSwitch";
|
|
this.TeGyroFunctionSwitch.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeGyroFunctionSwitch.Properties.Appearance.Options.UseFont = true;
|
|
this.TeGyroFunctionSwitch.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeGyroFunctionSwitch.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeGyroFunctionSwitch.Properties.ReadOnly = true;
|
|
this.TeGyroFunctionSwitch.Size = new System.Drawing.Size(42, 24);
|
|
this.TeGyroFunctionSwitch.StyleController = this.LcMain;
|
|
this.TeGyroFunctionSwitch.TabIndex = 13;
|
|
//
|
|
// TeGyroPolSel
|
|
//
|
|
this.TeGyroPolSel.Location = new System.Drawing.Point(693, 28);
|
|
this.TeGyroPolSel.Name = "TeGyroPolSel";
|
|
this.TeGyroPolSel.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeGyroPolSel.Properties.Appearance.Options.UseFont = true;
|
|
this.TeGyroPolSel.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeGyroPolSel.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeGyroPolSel.Properties.ReadOnly = true;
|
|
this.TeGyroPolSel.Size = new System.Drawing.Size(42, 24);
|
|
this.TeGyroPolSel.StyleController = this.LcMain;
|
|
this.TeGyroPolSel.TabIndex = 12;
|
|
//
|
|
// TeGyroZAxis
|
|
//
|
|
this.TeGyroZAxis.Location = new System.Drawing.Point(390, 84);
|
|
this.TeGyroZAxis.Name = "TeGyroZAxis";
|
|
this.TeGyroZAxis.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeGyroZAxis.Properties.Appearance.Options.UseFont = true;
|
|
this.TeGyroZAxis.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeGyroZAxis.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeGyroZAxis.Properties.ReadOnly = true;
|
|
this.TeGyroZAxis.Size = new System.Drawing.Size(46, 24);
|
|
this.TeGyroZAxis.StyleController = this.LcMain;
|
|
this.TeGyroZAxis.TabIndex = 11;
|
|
//
|
|
// TeGyroYAxis
|
|
//
|
|
this.TeGyroYAxis.Location = new System.Drawing.Point(390, 56);
|
|
this.TeGyroYAxis.Name = "TeGyroYAxis";
|
|
this.TeGyroYAxis.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeGyroYAxis.Properties.Appearance.Options.UseFont = true;
|
|
this.TeGyroYAxis.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeGyroYAxis.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeGyroYAxis.Properties.ReadOnly = true;
|
|
this.TeGyroYAxis.Size = new System.Drawing.Size(46, 24);
|
|
this.TeGyroYAxis.StyleController = this.LcMain;
|
|
this.TeGyroYAxis.TabIndex = 10;
|
|
//
|
|
// TeGyroXAxis
|
|
//
|
|
this.TeGyroXAxis.Location = new System.Drawing.Point(390, 28);
|
|
this.TeGyroXAxis.Name = "TeGyroXAxis";
|
|
this.TeGyroXAxis.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeGyroXAxis.Properties.Appearance.Options.UseFont = true;
|
|
this.TeGyroXAxis.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeGyroXAxis.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeGyroXAxis.Properties.ReadOnly = true;
|
|
this.TeGyroXAxis.Size = new System.Drawing.Size(46, 24);
|
|
this.TeGyroXAxis.StyleController = this.LcMain;
|
|
this.TeGyroXAxis.TabIndex = 9;
|
|
//
|
|
// TeFunctionSwitch
|
|
//
|
|
this.TeFunctionSwitch.Location = new System.Drawing.Point(117, 56);
|
|
this.TeFunctionSwitch.Name = "TeFunctionSwitch";
|
|
this.TeFunctionSwitch.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeFunctionSwitch.Properties.Appearance.Options.UseFont = true;
|
|
this.TeFunctionSwitch.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeFunctionSwitch.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeFunctionSwitch.Properties.ReadOnly = true;
|
|
this.TeFunctionSwitch.Size = new System.Drawing.Size(66, 24);
|
|
this.TeFunctionSwitch.StyleController = this.LcMain;
|
|
this.TeFunctionSwitch.TabIndex = 7;
|
|
//
|
|
// TeTimeOutSet
|
|
//
|
|
this.TeTimeOutSet.Location = new System.Drawing.Point(117, 28);
|
|
this.TeTimeOutSet.Name = "TeTimeOutSet";
|
|
this.TeTimeOutSet.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeTimeOutSet.Properties.Appearance.Options.UseFont = true;
|
|
this.TeTimeOutSet.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeTimeOutSet.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeTimeOutSet.Properties.ReadOnly = true;
|
|
this.TeTimeOutSet.Size = new System.Drawing.Size(66, 24);
|
|
this.TeTimeOutSet.StyleController = this.LcMain;
|
|
this.TeTimeOutSet.TabIndex = 6;
|
|
//
|
|
// TeTimeOutSetNew
|
|
//
|
|
this.TeTimeOutSetNew.Location = new System.Drawing.Point(187, 28);
|
|
this.TeTimeOutSetNew.Name = "TeTimeOutSetNew";
|
|
this.TeTimeOutSetNew.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeTimeOutSetNew.Properties.Appearance.Options.UseFont = true;
|
|
this.TeTimeOutSetNew.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeTimeOutSetNew.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeTimeOutSetNew.Size = new System.Drawing.Size(76, 24);
|
|
this.TeTimeOutSetNew.StyleController = this.LcMain;
|
|
this.TeTimeOutSetNew.TabIndex = 6;
|
|
//
|
|
// TeFunctionSwitchNew
|
|
//
|
|
this.TeFunctionSwitchNew.Location = new System.Drawing.Point(187, 56);
|
|
this.TeFunctionSwitchNew.Name = "TeFunctionSwitchNew";
|
|
this.TeFunctionSwitchNew.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeFunctionSwitchNew.Properties.Appearance.Options.UseFont = true;
|
|
this.TeFunctionSwitchNew.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeFunctionSwitchNew.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeFunctionSwitchNew.Size = new System.Drawing.Size(76, 24);
|
|
this.TeFunctionSwitchNew.StyleController = this.LcMain;
|
|
this.TeFunctionSwitchNew.TabIndex = 6;
|
|
//
|
|
// TeGyroPolSelNew
|
|
//
|
|
this.TeGyroPolSelNew.Location = new System.Drawing.Point(739, 28);
|
|
this.TeGyroPolSelNew.Name = "TeGyroPolSelNew";
|
|
this.TeGyroPolSelNew.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeGyroPolSelNew.Properties.Appearance.Options.UseFont = true;
|
|
this.TeGyroPolSelNew.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeGyroPolSelNew.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeGyroPolSelNew.Size = new System.Drawing.Size(48, 24);
|
|
this.TeGyroPolSelNew.StyleController = this.LcMain;
|
|
this.TeGyroPolSelNew.TabIndex = 12;
|
|
//
|
|
// TeGyroFunctionSwitchNew
|
|
//
|
|
this.TeGyroFunctionSwitchNew.Location = new System.Drawing.Point(739, 56);
|
|
this.TeGyroFunctionSwitchNew.Name = "TeGyroFunctionSwitchNew";
|
|
this.TeGyroFunctionSwitchNew.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeGyroFunctionSwitchNew.Properties.Appearance.Options.UseFont = true;
|
|
this.TeGyroFunctionSwitchNew.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeGyroFunctionSwitchNew.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeGyroFunctionSwitchNew.Size = new System.Drawing.Size(49, 24);
|
|
this.TeGyroFunctionSwitchNew.StyleController = this.LcMain;
|
|
this.TeGyroFunctionSwitchNew.TabIndex = 12;
|
|
//
|
|
// TeGyroStateNew
|
|
//
|
|
this.TeGyroStateNew.Location = new System.Drawing.Point(739, 84);
|
|
this.TeGyroStateNew.Name = "TeGyroStateNew";
|
|
this.TeGyroStateNew.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.TeGyroStateNew.Properties.Appearance.Options.UseFont = true;
|
|
this.TeGyroStateNew.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeGyroStateNew.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.TeGyroStateNew.Size = new System.Drawing.Size(49, 24);
|
|
this.TeGyroStateNew.StyleController = this.LcMain;
|
|
this.TeGyroStateNew.TabIndex = 12;
|
|
//
|
|
// layoutControlItem3
|
|
//
|
|
this.layoutControlItem3.Control = this.TeTimeOutSet;
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 28);
|
|
this.layoutControlItem3.MinSize = new System.Drawing.Size(180, 28);
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(180, 28);
|
|
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem3.Text = " Time Out Setting";
|
|
this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(105, 14);
|
|
this.layoutControlItem3.TextToControlDistance = 5;
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.Control = this.TeFunctionSwitch;
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 28);
|
|
this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 28);
|
|
this.layoutControlItem1.MinSize = new System.Drawing.Size(164, 28);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(180, 28);
|
|
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem1.Text = " Functional Switch";
|
|
this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(105, 20);
|
|
this.layoutControlItem1.TextToControlDistance = 5;
|
|
//
|
|
// layoutControlItem11
|
|
//
|
|
this.layoutControlItem11.Control = this.TeTimeOutSetNew;
|
|
this.layoutControlItem11.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
this.layoutControlItem11.CustomizationFormText = " Set";
|
|
this.layoutControlItem11.Location = new System.Drawing.Point(180, 0);
|
|
this.layoutControlItem11.MinSize = new System.Drawing.Size(80, 28);
|
|
this.layoutControlItem11.Name = "layoutControlItem11";
|
|
this.layoutControlItem11.Size = new System.Drawing.Size(80, 28);
|
|
this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem11.Text = " Time Out Setting";
|
|
this.layoutControlItem11.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem11.TextToControlDistance = 0;
|
|
this.layoutControlItem11.TextVisible = false;
|
|
//
|
|
// layoutControlItem12
|
|
//
|
|
this.layoutControlItem12.Control = this.TeFunctionSwitchNew;
|
|
this.layoutControlItem12.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
this.layoutControlItem12.CustomizationFormText = " Set";
|
|
this.layoutControlItem12.Location = new System.Drawing.Point(180, 28);
|
|
this.layoutControlItem12.MinSize = new System.Drawing.Size(54, 28);
|
|
this.layoutControlItem12.Name = "layoutControlItem12";
|
|
this.layoutControlItem12.Size = new System.Drawing.Size(80, 28);
|
|
this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem12.Text = " Time Out Setting";
|
|
this.layoutControlItem12.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem12.TextToControlDistance = 0;
|
|
this.layoutControlItem12.TextVisible = false;
|
|
//
|
|
// layoutControlItem4
|
|
//
|
|
this.layoutControlItem4.Control = this.TeGyroXAxis;
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem4.MaxSize = new System.Drawing.Size(105, 28);
|
|
this.layoutControlItem4.MinSize = new System.Drawing.Size(105, 28);
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(105, 28);
|
|
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem4.Text = " X-Axis";
|
|
this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(50, 20);
|
|
this.layoutControlItem4.TextToControlDistance = 5;
|
|
//
|
|
// layoutControlItem7
|
|
//
|
|
this.layoutControlItem7.Control = this.TeGyroPolSel;
|
|
this.layoutControlItem7.Location = new System.Drawing.Point(217, 0);
|
|
this.layoutControlItem7.MinSize = new System.Drawing.Size(187, 28);
|
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|
this.layoutControlItem7.Size = new System.Drawing.Size(187, 28);
|
|
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem7.Text = " Gyro Policy Selection";
|
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(129, 14);
|
|
//
|
|
// layoutControlItem5
|
|
//
|
|
this.layoutControlItem5.Control = this.TeGyroYAxis;
|
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 28);
|
|
this.layoutControlItem5.MaxSize = new System.Drawing.Size(105, 28);
|
|
this.layoutControlItem5.MinSize = new System.Drawing.Size(105, 28);
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
this.layoutControlItem5.Size = new System.Drawing.Size(105, 28);
|
|
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem5.Text = " Y-Axis";
|
|
this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(50, 20);
|
|
this.layoutControlItem5.TextToControlDistance = 5;
|
|
//
|
|
// layoutControlItem6
|
|
//
|
|
this.layoutControlItem6.Control = this.TeGyroZAxis;
|
|
this.layoutControlItem6.Location = new System.Drawing.Point(0, 56);
|
|
this.layoutControlItem6.MaxSize = new System.Drawing.Size(105, 28);
|
|
this.layoutControlItem6.MinSize = new System.Drawing.Size(105, 28);
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
this.layoutControlItem6.Size = new System.Drawing.Size(105, 28);
|
|
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem6.Text = " Z-Axis";
|
|
this.layoutControlItem6.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(50, 20);
|
|
this.layoutControlItem6.TextToControlDistance = 5;
|
|
//
|
|
// layoutControlItem8
|
|
//
|
|
this.layoutControlItem8.Control = this.TeGyroFunctionSwitch;
|
|
this.layoutControlItem8.Location = new System.Drawing.Point(217, 28);
|
|
this.layoutControlItem8.MinSize = new System.Drawing.Size(187, 28);
|
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
|
this.layoutControlItem8.Size = new System.Drawing.Size(187, 28);
|
|
this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem8.Text = " Gyro Functional Switch";
|
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(129, 14);
|
|
//
|
|
// layoutControlItem9
|
|
//
|
|
this.layoutControlItem9.Control = this.TeGyroState;
|
|
this.layoutControlItem9.Location = new System.Drawing.Point(217, 56);
|
|
this.layoutControlItem9.MinSize = new System.Drawing.Size(187, 28);
|
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
|
this.layoutControlItem9.Size = new System.Drawing.Size(187, 28);
|
|
this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem9.Text = " Gyro State";
|
|
this.layoutControlItem9.TextSize = new System.Drawing.Size(129, 14);
|
|
//
|
|
// layoutControlItem15
|
|
//
|
|
this.layoutControlItem15.Control = this.TeGyroXAxisNew;
|
|
this.layoutControlItem15.CustomizationFormText = " Set";
|
|
this.layoutControlItem15.Location = new System.Drawing.Point(105, 0);
|
|
this.layoutControlItem15.MaxSize = new System.Drawing.Size(52, 0);
|
|
this.layoutControlItem15.MinSize = new System.Drawing.Size(52, 28);
|
|
this.layoutControlItem15.Name = "layoutControlItem15";
|
|
this.layoutControlItem15.Size = new System.Drawing.Size(52, 28);
|
|
this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem15.TextVisible = false;
|
|
//
|
|
// layoutControlItem16
|
|
//
|
|
this.layoutControlItem16.Control = this.TeGyroYAxisNew;
|
|
this.layoutControlItem16.CustomizationFormText = " Set";
|
|
this.layoutControlItem16.Location = new System.Drawing.Point(105, 28);
|
|
this.layoutControlItem16.MaxSize = new System.Drawing.Size(52, 0);
|
|
this.layoutControlItem16.MinSize = new System.Drawing.Size(52, 28);
|
|
this.layoutControlItem16.Name = "layoutControlItem16";
|
|
this.layoutControlItem16.Size = new System.Drawing.Size(52, 28);
|
|
this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem16.TextVisible = false;
|
|
//
|
|
// layoutControlItem17
|
|
//
|
|
this.layoutControlItem17.Control = this.TeGyroZAxisNew;
|
|
this.layoutControlItem17.CustomizationFormText = " Set";
|
|
this.layoutControlItem17.Location = new System.Drawing.Point(105, 56);
|
|
this.layoutControlItem17.MaxSize = new System.Drawing.Size(52, 0);
|
|
this.layoutControlItem17.MinSize = new System.Drawing.Size(52, 28);
|
|
this.layoutControlItem17.Name = "layoutControlItem17";
|
|
this.layoutControlItem17.Size = new System.Drawing.Size(52, 28);
|
|
this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem17.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem17.TextVisible = false;
|
|
//
|
|
// layoutControlItem22
|
|
//
|
|
this.layoutControlItem22.Control = this.TeGyroPolSelNew;
|
|
this.layoutControlItem22.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
this.layoutControlItem22.CustomizationFormText = " Set";
|
|
this.layoutControlItem22.Location = new System.Drawing.Point(404, 0);
|
|
this.layoutControlItem22.MaxSize = new System.Drawing.Size(52, 0);
|
|
this.layoutControlItem22.MinSize = new System.Drawing.Size(52, 28);
|
|
this.layoutControlItem22.Name = "layoutControlItem22";
|
|
this.layoutControlItem22.Size = new System.Drawing.Size(52, 28);
|
|
this.layoutControlItem22.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem22.Text = " Gyro Policy Selection";
|
|
this.layoutControlItem22.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem22.TextVisible = false;
|
|
//
|
|
// layoutControlItem23
|
|
//
|
|
this.layoutControlItem23.Control = this.TeGyroFunctionSwitchNew;
|
|
this.layoutControlItem23.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
this.layoutControlItem23.CustomizationFormText = " Set";
|
|
this.layoutControlItem23.Location = new System.Drawing.Point(404, 28);
|
|
this.layoutControlItem23.MinSize = new System.Drawing.Size(52, 28);
|
|
this.layoutControlItem23.Name = "layoutControlItem23";
|
|
this.layoutControlItem23.Size = new System.Drawing.Size(53, 28);
|
|
this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem23.Text = " Gyro Policy Selection";
|
|
this.layoutControlItem23.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem23.TextVisible = false;
|
|
//
|
|
// layoutControlItem24
|
|
//
|
|
this.layoutControlItem24.Control = this.TeGyroStateNew;
|
|
this.layoutControlItem24.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
this.layoutControlItem24.CustomizationFormText = " Set";
|
|
this.layoutControlItem24.Location = new System.Drawing.Point(404, 56);
|
|
this.layoutControlItem24.MinSize = new System.Drawing.Size(52, 28);
|
|
this.layoutControlItem24.Name = "layoutControlItem24";
|
|
this.layoutControlItem24.Size = new System.Drawing.Size(53, 28);
|
|
this.layoutControlItem24.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem24.Text = " Gyro Policy Selection";
|
|
this.layoutControlItem24.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem24.TextVisible = false;
|
|
//
|
|
// UcAntiTheftControl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.LcMain);
|
|
this.Name = "UcAntiTheftControl";
|
|
this.Size = new System.Drawing.Size(850, 190);
|
|
((System.ComponentModel.ISupportInitialize)(this.LcMain)).EndInit();
|
|
this.LcMain.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroZAxisNew.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroYAxisNew.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroXAxisNew.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroState.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroFunctionSwitch.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroPolSel.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroZAxis.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroYAxis.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroXAxis.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeFunctionSwitch.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeTimeOutSet.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeTimeOutSetNew.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeFunctionSwitchNew.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroPolSelNew.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroFunctionSwitchNew.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeGyroStateNew.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraLayout.LayoutControl LcMain;
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
private DevExpress.XtraEditors.TextEdit TeTimeOutSet;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
private DevExpress.XtraEditors.SimpleButton BtnCommUnlock;
|
|
private DevExpress.XtraEditors.TextEdit TeFunctionSwitch;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraEditors.SimpleButton BtnGyroUnlock;
|
|
private DevExpress.XtraEditors.TextEdit TeGyroState;
|
|
private DevExpress.XtraEditors.TextEdit TeGyroFunctionSwitch;
|
|
private DevExpress.XtraEditors.TextEdit TeGyroPolSel;
|
|
private DevExpress.XtraEditors.TextEdit TeGyroZAxis;
|
|
private DevExpress.XtraEditors.TextEdit TeGyroYAxis;
|
|
private DevExpress.XtraEditors.TextEdit TeGyroXAxis;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
|
private System.Windows.Forms.Timer TmrDisplay;
|
|
private DevExpress.XtraEditors.SimpleButton BtnATCommFuncSwSet;
|
|
private DevExpress.XtraEditors.SimpleButton BtnATCommTimeoutSet;
|
|
private DevExpress.XtraEditors.TextEdit TeTimeOutSetNew;
|
|
private DevExpress.XtraEditors.TextEdit TeFunctionSwitchNew;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
|
|
private DevExpress.XtraEditors.TextEdit TeGyroZAxisNew;
|
|
private DevExpress.XtraEditors.TextEdit TeGyroYAxisNew;
|
|
private DevExpress.XtraEditors.TextEdit TeGyroXAxisNew;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
|
|
private DevExpress.XtraEditors.SimpleButton BtnGyroZAxisSet;
|
|
private DevExpress.XtraEditors.SimpleButton BtnGyroYAxisSet;
|
|
private DevExpress.XtraEditors.SimpleButton BtnGyroXAxisSet;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
|
|
private DevExpress.XtraEditors.SimpleButton BtnGyroPolSel;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21;
|
|
private DevExpress.XtraEditors.TextEdit TeGyroPolSelNew;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22;
|
|
private DevExpress.XtraEditors.TextEdit TeGyroFunctionSwitchNew;
|
|
private DevExpress.XtraEditors.TextEdit TeGyroStateNew;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem24;
|
|
private DevExpress.XtraEditors.SimpleButton BtnGyroState;
|
|
private DevExpress.XtraEditors.SimpleButton BtnFuncSw;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem25;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem26;
|
|
}
|
|
}
|