コード例 #1
0
ファイル: Screen1.cs プロジェクト: toxema/iotjson-webservice
 private void InitializeComponent()
 {
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     this.SuspendLayout();
     //
     // Screen1
     //
     this.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.String;
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 20;
     this.m_AnalogNumeric.Height = 54;
     this.m_AnalogNumeric.Left = 91;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.Padding = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_AnalogNumeric.ScreenOwnerName = "Screen1";
     this.m_AnalogNumeric.Top = 185;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 643;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(800, 480);
     this.IsCacheable = true;
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = true;
     this.Name = "Screen1";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     this.m_Initialized_Screen1 = true;
     this.AddControlsAndPrimitives();
     this.ResumeLayout(false);
 }
コード例 #2
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_CheckBox = new Neo.ApplicationFramework.Controls.Controls.CheckBox();
     this.m_Slider = new Neo.ApplicationFramework.Controls.Controls.SliderCF();
     this.m_Text = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric1 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Text1 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button3 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button4 = new Neo.ApplicationFramework.Controls.Controls.Button();
     ((System.ComponentModel.ISupportInitialize)(this.m_CheckBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Slider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).BeginInit();
     this.SuspendLayout();
     //
     // DisplayBacklight
     //
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_CheckBox
     //
     this.m_CheckBox.EnabledDynamicsValue = true;
     this.m_CheckBox.FontFamily = "Tahoma";
     this.m_CheckBox.FontSizePixels = 14;
     this.m_CheckBox.ForeColor = System.Drawing.Color.Black;
     this.m_CheckBox.Location = new System.Drawing.Point(142, 56);
     this.m_CheckBox.Name = "m_CheckBox";
     this.m_CheckBox.Size = new System.Drawing.Size(318, 20);
     this.m_CheckBox.TabIndex = 2147483647;
     this.m_CheckBox.VisibleDynamicsValue = true;
     this.Controls.Add(this.m_CheckBox);
     //
     // m_Slider
     //
     this.m_Slider.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Slider.BlinkDynamicsValue = false;
     this.m_Slider.EnabledDynamicsValue = true;
     this.m_Slider.Focus = false;
     this.m_Slider.FontSizePixels = 16;
     this.m_Slider.Foreground = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Slider.Height = 58;
     this.m_Slider.IndicatorColor = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Slider.IndicatorMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(11D, 6D, 11D, 6D);
     this.m_Slider.InvalidateAtValueChanged = true;
     this.m_Slider.Left = 137;
     this.m_Slider.MajorScaleMarginFirst = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(0D, 0D, 323D, 58D);
     this.m_Slider.MajorScaleMarginSecond = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(double.NaN, double.NaN, double.NaN, double.NaN);
     this.m_Slider.MajorTickCount = 3;
     this.m_Slider.Maximum = 100D;
     this.m_Slider.Minimum = 1D;
     this.m_Slider.MinorScaleMarginFirst = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(0D, 0D, 323D, 58D);
     this.m_Slider.MinorScaleMarginSecond = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(double.NaN, double.NaN, double.NaN, double.NaN);
     this.m_Slider.MinorTickCount = 0;
     this.m_Slider.Name = "m_Slider";
     this.m_Slider.Orientation = Neo.ApplicationFramework.Controls.Controls.OrientationCF.Horizontal;
     this.m_Slider.ScaleColor = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Slider.ScaleVisible = false;
     this.m_Slider.ScreenOwnerName = "DisplayBacklight";
     this.m_Slider.TextScaleMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(0D, 0D, 323D, 58D);
     this.m_Slider.Top = 192;
     this.m_Slider.VisibleDynamicsValue = true;
     this.m_Slider.Width = 323;
     //
     // m_Text
     //
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.EnabledDynamicsValue = true;
     this.m_Text.FontSizePixels = 14;
     this.m_Text.Height = 21;
     this.m_Text.Left = 143;
     this.m_Text.Name = "m_Text";
     this.m_Text.ScreenOwnerName = "DisplayBacklight";
     stringintervalmappercf1.DefaultValue = "Adjust Brightness (1-100)";
     this.m_Text.TextIntervalMapper = stringintervalmappercf1;
     this.m_Text.Top = 163;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width = 134;
     //
     // m_AnalogNumeric1
     //
     this.m_AnalogNumeric1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric1.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric1.BlinkDynamicsValue = false;
     this.m_AnalogNumeric1.Bold = true;
     this.m_AnalogNumeric1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric1.EnabledDynamicsValue = true;
     this.m_AnalogNumeric1.FontSizePixels = 20;
     this.m_AnalogNumeric1.Height = 50;
     this.m_AnalogNumeric1.Left = 231;
     this.m_AnalogNumeric1.MaxValue = 10000D;
     this.m_AnalogNumeric1.MinValue = 1D;
     this.m_AnalogNumeric1.Name = "m_AnalogNumeric1";
     this.m_AnalogNumeric1.ReadOnly = true;
     this.m_AnalogNumeric1.ScreenOwnerName = "DisplayBacklight";
     this.m_AnalogNumeric1.Top = 111;
     this.m_AnalogNumeric1.VisibleDynamicsValue = true;
     this.m_AnalogNumeric1.Width = 140;
     //
     // m_Text1
     //
     this.m_Text1.BlinkDynamicsValue = false;
     this.m_Text1.EnabledDynamicsValue = true;
     this.m_Text1.FontSizePixels = 14;
     this.m_Text1.Height = 21;
     this.m_Text1.Left = 226;
     this.m_Text1.Name = "m_Text1";
     this.m_Text1.ScreenOwnerName = "DisplayBacklight";
     stringintervalmappercf2.DefaultValue = "Idle timeout(minutes)";
     this.m_Text1.TextIntervalMapper = stringintervalmappercf2;
     this.m_Text1.Top = 84;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width = 114;
     //
     // m_Button3
     //
     this.m_Button3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BlinkDynamicsValue = false;
     this.m_Button3.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button3.EnabledDynamicsValue = true;
     this.m_Button3.FontSizePixels = 9;
     this.m_Button3.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button3.Height = 50;
     this.m_Button3.IndicatorMargin = null;
     this.m_Button3.Left = 371;
     this.m_Button3.Name = "m_Button3";
     this.m_Button3.ScreenOwnerName = "DisplayBacklight";
     this.m_Button3.StyleName = "Glossy";
     this.m_Button3.SymbolHeight = 44;
     this.m_Button3.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button3.SymbolName = "path2985";
     this.m_Button3.SymbolWidth = 38;
     this.m_Button3.TextHeight = 11;
     stringintervalmappercf3.DefaultValue = "";
     this.m_Button3.TextIntervalMapper = stringintervalmappercf3;
     this.m_Button3.TextValue = 0D;
     this.m_Button3.TextWidth = 58;
     this.m_Button3.Top = 111;
     this.m_Button3.Value = 0D;
     this.m_Button3.VisibleDynamicsValue = true;
     this.m_Button3.Width = 64;
     //
     // m_Button4
     //
     this.m_Button4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BlinkDynamicsValue = false;
     this.m_Button4.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button4.EnabledDynamicsValue = true;
     this.m_Button4.FontSizePixels = 9;
     this.m_Button4.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button4.Height = 50;
     this.m_Button4.IndicatorMargin = null;
     this.m_Button4.Left = 167;
     this.m_Button4.Name = "m_Button4";
     this.m_Button4.ScreenOwnerName = "DisplayBacklight";
     this.m_Button4.StyleName = "Glossy";
     this.m_Button4.SymbolHeight = 44;
     this.m_Button4.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_Button4.SymbolName = "path29851";
     this.m_Button4.SymbolWidth = 38;
     this.m_Button4.TextHeight = 11;
     stringintervalmappercf4.DefaultValue = "";
     this.m_Button4.TextIntervalMapper = stringintervalmappercf4;
     this.m_Button4.TextValue = 0D;
     this.m_Button4.TextWidth = 58;
     this.m_Button4.Top = 111;
     this.m_Button4.Value = 0D;
     this.m_Button4.VisibleDynamicsValue = true;
     this.m_Button4.Width = 64;
     this.DrawingPrimitives.Add(this.m_Slider);
     this.DrawingPrimitives.Add(this.m_Text);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric1);
     this.DrawingPrimitives.Add(this.m_Text1);
     this.DrawingPrimitives.Add(this.m_Button3);
     this.DrawingPrimitives.Add(this.m_Button4);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(480, 272);
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = true;
     this.Name = "DisplayBacklight";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_CheckBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Slider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #3
0
 private void InitializeComponent()
 {
     this.m_Rectangle4     = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_SymbolViewbox  = new Neo.ApplicationFramework.Controls.Controls.SymbolViewboxCF();
     this.m_SymbolViewbox1 = new Neo.ApplicationFramework.Controls.Controls.SymbolViewboxCF();
     this.m_Picture1       = new Neo.ApplicationFramework.Controls.Symbol.PictureCF();
     this.m_Rectangle3     = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text3          = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Rectangle      = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text           = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric  = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Picture        = new Neo.ApplicationFramework.Controls.Symbol.PictureCF();
     this.m_AnalogNumeric1 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Rectangle1     = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text1          = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Rectangle2     = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text2          = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric2 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric3 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric4 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Text4          = new Neo.ApplicationFramework.Controls.Controls.Label();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text4)).BeginInit();
     this.SuspendLayout();
     //
     // AYARLAR_5
     //
     this.Background  = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.SingleBorder;
     this.ControlBox  = false;
     //
     // m_Rectangle4
     //
     this.m_Rectangle4.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle4.BlinkDynamicsValue    = false;
     this.m_Rectangle4.DelayMouseInputPeriod = 0;
     this.m_Rectangle4.EnabledDynamicsValue  = true;
     this.m_Rectangle4.Fill                 = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(172)))), ((int)(((byte)(198))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle4.Height               = 64;
     this.m_Rectangle4.Left                 = 162;
     this.m_Rectangle4.Name                 = "m_Rectangle4";
     this.m_Rectangle4.ScreenOwnerName      = "AYARLAR_5";
     this.m_Rectangle4.Stroke               = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle4.Top                  = 113;
     this.m_Rectangle4.VisibleDynamicsValue = true;
     this.m_Rectangle4.Width                = 481;
     //
     // m_SymbolViewbox
     //
     this.m_SymbolViewbox.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.White, System.Drawing.Color.White, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_SymbolViewbox.BlinkDynamicsValue    = false;
     this.m_SymbolViewbox.DelayMouseInputPeriod = 0;
     this.m_SymbolViewbox.EnabledDynamicsValue  = true;
     this.m_SymbolViewbox.ForceTransparency     = false;
     this.m_SymbolViewbox.Height               = 75;
     this.m_SymbolViewbox.IndicatorMargin      = null;
     this.m_SymbolViewbox.Left                 = 692;
     this.m_SymbolViewbox.Name                 = "m_SymbolViewbox";
     this.m_SymbolViewbox.RequiresTransparency = false;
     this.m_SymbolViewbox.ScreenOwnerName      = "AYARLAR_5";
     this.m_SymbolViewbox.Top   = 21;
     this.m_SymbolViewbox.Value = 0D;
     this.m_SymbolViewbox.VisibleDynamicsValue = true;
     this.m_SymbolViewbox.Width = 75;
     //
     // m_SymbolViewbox1
     //
     this.m_SymbolViewbox1.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.White, System.Drawing.Color.White, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_SymbolViewbox1.BlinkDynamicsValue    = false;
     this.m_SymbolViewbox1.DelayMouseInputPeriod = 0;
     this.m_SymbolViewbox1.EnabledDynamicsValue  = true;
     this.m_SymbolViewbox1.ForceTransparency     = false;
     this.m_SymbolViewbox1.Height               = 75;
     this.m_SymbolViewbox1.IndicatorMargin      = null;
     this.m_SymbolViewbox1.Left                 = 26;
     this.m_SymbolViewbox1.Name                 = "m_SymbolViewbox1";
     this.m_SymbolViewbox1.RequiresTransparency = false;
     this.m_SymbolViewbox1.ScreenOwnerName      = "AYARLAR_5";
     this.m_SymbolViewbox1.Top   = 21;
     this.m_SymbolViewbox1.Value = 0D;
     this.m_SymbolViewbox1.VisibleDynamicsValue = true;
     this.m_SymbolViewbox1.Width = 75;
     //
     // m_Picture1
     //
     this.m_Picture1.BlinkDynamicsValue    = false;
     this.m_Picture1.DelayMouseInputPeriod = 0;
     this.m_Picture1.EnabledDynamicsValue  = true;
     this.m_Picture1.Height               = 51;
     this.m_Picture1.Left                 = 467;
     this.m_Picture1.Name                 = "m_Picture1";
     this.m_Picture1.ScreenOwnerName      = "AYARLAR_5";
     this.m_Picture1.Stretch              = true;
     this.m_Picture1.SymbolName           = "12312313121";
     this.m_Picture1.Top                  = 53;
     this.m_Picture1.VisibleDynamicsValue = true;
     this.m_Picture1.Width                = 133;
     //
     // m_Rectangle3
     //
     this.m_Rectangle3.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle3.BlinkDynamicsValue    = false;
     this.m_Rectangle3.DelayMouseInputPeriod = 0;
     this.m_Rectangle3.EnabledDynamicsValue  = true;
     this.m_Rectangle3.Fill                 = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(172)))), ((int)(((byte)(198))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle3.Height               = 64;
     this.m_Rectangle3.Left                 = 26;
     this.m_Rectangle3.Name                 = "m_Rectangle3";
     this.m_Rectangle3.ScreenOwnerName      = "AYARLAR_5";
     this.m_Rectangle3.Stroke               = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle3.Top                  = 185;
     this.m_Rectangle3.VisibleDynamicsValue = true;
     this.m_Rectangle3.Width                = 741;
     //
     // m_Text3
     //
     this.m_Text3.BlinkDynamicsValue = false;
     this.m_Text3.Bold = true;
     this.m_Text3.DelayMouseInputPeriod = 0;
     this.m_Text3.EnabledDynamicsValue  = true;
     this.m_Text3.FontSizePixels        = 20;
     this.m_Text3.Height                = 21;
     this.m_Text3.Left                  = 34;
     this.m_Text3.Name                  = "m_Text3";
     this.m_Text3.ScreenOwnerName       = "AYARLAR_5";
     this.m_Text3.TextVerticalAlignment = "Center";
     this.m_Text3.Top = 202;
     this.m_Text3.VisibleDynamicsValue = true;
     this.m_Text3.Width = 192;
     //
     // m_Rectangle
     //
     this.m_Rectangle.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle.BlinkDynamicsValue    = false;
     this.m_Rectangle.DelayMouseInputPeriod = 0;
     this.m_Rectangle.EnabledDynamicsValue  = true;
     this.m_Rectangle.Fill                 = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(172)))), ((int)(((byte)(198))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Height               = 64;
     this.m_Rectangle.Left                 = 26;
     this.m_Rectangle.Name                 = "m_Rectangle";
     this.m_Rectangle.ScreenOwnerName      = "AYARLAR_5";
     this.m_Rectangle.Stroke               = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Top                  = 258;
     this.m_Rectangle.VisibleDynamicsValue = true;
     this.m_Rectangle.Width                = 741;
     //
     // m_Text
     //
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.Bold = true;
     this.m_Text.DelayMouseInputPeriod = 0;
     this.m_Text.EnabledDynamicsValue  = true;
     this.m_Text.FontSizePixels        = 20;
     this.m_Text.Height                = 21;
     this.m_Text.Left                  = 37;
     this.m_Text.Name                  = "m_Text";
     this.m_Text.ScreenOwnerName       = "AYARLAR_5";
     this.m_Text.TextVerticalAlignment = "Center";
     this.m_Text.Top = 275;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width = 191;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.Bold                  = true;
     this.m_AnalogNumeric.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric.DisplayFormat         = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric.FontSizePixels        = 24;
     this.m_AnalogNumeric.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric.Height                = 46;
     this.m_AnalogNumeric.Left                  = 552;
     this.m_AnalogNumeric.Name                  = "m_AnalogNumeric";
     this.m_AnalogNumeric.NumberOfDecimals      = 2;
     this.m_AnalogNumeric.ScreenOwnerName       = "AYARLAR_5";
     this.m_AnalogNumeric.Top = 267;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 198;
     //
     // m_Picture
     //
     this.m_Picture.BlinkDynamicsValue    = false;
     this.m_Picture.DelayMouseInputPeriod = 0;
     this.m_Picture.EnabledDynamicsValue  = true;
     this.m_Picture.Height               = 101;
     this.m_Picture.Left                 = 201;
     this.m_Picture.Name                 = "m_Picture";
     this.m_Picture.ScreenOwnerName      = "AYARLAR_5";
     this.m_Picture.Stretch              = true;
     this.m_Picture.SymbolName           = "1074100_612878878863480_419287768912462570_o";
     this.m_Picture.Top                  = -5;
     this.m_Picture.VisibleDynamicsValue = true;
     this.m_Picture.Width                = 258;
     //
     // m_AnalogNumeric1
     //
     this.m_AnalogNumeric1.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric1.BlinkDynamicsValue = false;
     this.m_AnalogNumeric1.Bold                  = true;
     this.m_AnalogNumeric1.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric1.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric1.DisplayFormat         = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric1.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric1.FontSizePixels        = 24;
     this.m_AnalogNumeric1.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric1.Height                = 46;
     this.m_AnalogNumeric1.Left                  = 552;
     this.m_AnalogNumeric1.Name                  = "m_AnalogNumeric1";
     this.m_AnalogNumeric1.NumberOfDecimals      = 2;
     this.m_AnalogNumeric1.ScreenOwnerName       = "AYARLAR_5";
     this.m_AnalogNumeric1.Top = 194;
     this.m_AnalogNumeric1.VisibleDynamicsValue = true;
     this.m_AnalogNumeric1.Width = 198;
     //
     // m_Rectangle1
     //
     this.m_Rectangle1.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle1.BlinkDynamicsValue    = false;
     this.m_Rectangle1.DelayMouseInputPeriod = 0;
     this.m_Rectangle1.EnabledDynamicsValue  = true;
     this.m_Rectangle1.Fill                 = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(172)))), ((int)(((byte)(198))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle1.Height               = 64;
     this.m_Rectangle1.Left                 = 26;
     this.m_Rectangle1.Name                 = "m_Rectangle1";
     this.m_Rectangle1.ScreenOwnerName      = "AYARLAR_5";
     this.m_Rectangle1.Stroke               = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle1.Top                  = 330;
     this.m_Rectangle1.VisibleDynamicsValue = true;
     this.m_Rectangle1.Width                = 741;
     //
     // m_Text1
     //
     this.m_Text1.BlinkDynamicsValue = false;
     this.m_Text1.Bold = true;
     this.m_Text1.DelayMouseInputPeriod = 0;
     this.m_Text1.EnabledDynamicsValue  = true;
     this.m_Text1.FontSizePixels        = 20;
     this.m_Text1.Height                = 21;
     this.m_Text1.Left                  = 37;
     this.m_Text1.Name                  = "m_Text1";
     this.m_Text1.ScreenOwnerName       = "AYARLAR_5";
     this.m_Text1.TextVerticalAlignment = "Center";
     this.m_Text1.Top = 347;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width = 125;
     //
     // m_Rectangle2
     //
     this.m_Rectangle2.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle2.BlinkDynamicsValue    = false;
     this.m_Rectangle2.DelayMouseInputPeriod = 0;
     this.m_Rectangle2.EnabledDynamicsValue  = true;
     this.m_Rectangle2.Fill                 = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(172)))), ((int)(((byte)(198))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle2.Height               = 64;
     this.m_Rectangle2.Left                 = 26;
     this.m_Rectangle2.Name                 = "m_Rectangle2";
     this.m_Rectangle2.ScreenOwnerName      = "AYARLAR_5";
     this.m_Rectangle2.Stroke               = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle2.Top                  = 403;
     this.m_Rectangle2.VisibleDynamicsValue = true;
     this.m_Rectangle2.Width                = 741;
     //
     // m_Text2
     //
     this.m_Text2.BlinkDynamicsValue = false;
     this.m_Text2.Bold = true;
     this.m_Text2.DelayMouseInputPeriod = 0;
     this.m_Text2.EnabledDynamicsValue  = true;
     this.m_Text2.FontSizePixels        = 20;
     this.m_Text2.Height                = 21;
     this.m_Text2.Left                  = 40;
     this.m_Text2.Name                  = "m_Text2";
     this.m_Text2.ScreenOwnerName       = "AYARLAR_5";
     this.m_Text2.TextVerticalAlignment = "Center";
     this.m_Text2.Top = 420;
     this.m_Text2.VisibleDynamicsValue = true;
     this.m_Text2.Width = 124;
     //
     // m_AnalogNumeric2
     //
     this.m_AnalogNumeric2.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric2.BlinkDynamicsValue = false;
     this.m_AnalogNumeric2.Bold                  = true;
     this.m_AnalogNumeric2.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric2.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric2.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric2.DisplayFormat         = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric2.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric2.FontSizePixels        = 24;
     this.m_AnalogNumeric2.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric2.Height                = 46;
     this.m_AnalogNumeric2.Left                  = 552;
     this.m_AnalogNumeric2.Name                  = "m_AnalogNumeric2";
     this.m_AnalogNumeric2.NumberOfDecimals      = 2;
     this.m_AnalogNumeric2.ScreenOwnerName       = "AYARLAR_5";
     this.m_AnalogNumeric2.Top = 412;
     this.m_AnalogNumeric2.VisibleDynamicsValue = true;
     this.m_AnalogNumeric2.Width = 198;
     //
     // m_AnalogNumeric3
     //
     this.m_AnalogNumeric3.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric3.BlinkDynamicsValue = false;
     this.m_AnalogNumeric3.Bold                  = true;
     this.m_AnalogNumeric3.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric3.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric3.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric3.DisplayFormat         = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric3.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric3.FontSizePixels        = 24;
     this.m_AnalogNumeric3.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric3.Height                = 46;
     this.m_AnalogNumeric3.Left                  = 552;
     this.m_AnalogNumeric3.Name                  = "m_AnalogNumeric3";
     this.m_AnalogNumeric3.NumberOfDecimals      = 2;
     this.m_AnalogNumeric3.ScreenOwnerName       = "AYARLAR_5";
     this.m_AnalogNumeric3.Top = 339;
     this.m_AnalogNumeric3.VisibleDynamicsValue = true;
     this.m_AnalogNumeric3.Width = 198;
     //
     // m_AnalogNumeric4
     //
     this.m_AnalogNumeric4.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric4.BlinkDynamicsValue = false;
     this.m_AnalogNumeric4.Bold                  = true;
     this.m_AnalogNumeric4.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric4.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric4.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric4.DisplayFormat         = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric4.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric4.FontSizePixels        = 24;
     this.m_AnalogNumeric4.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric4.Height                = 42;
     this.m_AnalogNumeric4.Left                  = 455;
     this.m_AnalogNumeric4.Name                  = "m_AnalogNumeric4";
     this.m_AnalogNumeric4.NumberOfDecimals      = 2;
     this.m_AnalogNumeric4.ReadOnly              = true;
     this.m_AnalogNumeric4.ScreenOwnerName       = "AYARLAR_5";
     this.m_AnalogNumeric4.Top = 124;
     this.m_AnalogNumeric4.VisibleDynamicsValue = true;
     this.m_AnalogNumeric4.Width = 173;
     //
     // m_Text4
     //
     this.m_Text4.BlinkDynamicsValue = false;
     this.m_Text4.Bold = true;
     this.m_Text4.DelayMouseInputPeriod = 0;
     this.m_Text4.EnabledDynamicsValue  = true;
     this.m_Text4.FontSizePixels        = 20;
     this.m_Text4.Height                = 21;
     this.m_Text4.Left                  = 201;
     this.m_Text4.Name                  = "m_Text4";
     this.m_Text4.ScreenOwnerName       = "AYARLAR_5";
     this.m_Text4.TextVerticalAlignment = "Center";
     this.m_Text4.Top = 130;
     this.m_Text4.VisibleDynamicsValue = true;
     this.m_Text4.Width           = 59;
     this.FormBorderStyle         = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize              = new System.Drawing.Size(800, 480);
     this.IsCacheable             = true;
     this.Location                = new System.Drawing.Point(0, 0);
     this.ModalScreen             = true;
     this.Name                    = "AYARLAR_5";
     this.PopupScreen             = false;
     this.ScreenID                = null;
     this.ScreenTitle             = "";
     this.StyleName               = "";
     this.WindowState             = System.Windows.Forms.FormWindowState.Normal;
     this.m_Initialized_AYARLAR_5 = true;
     this.AddControlsAndPrimitives();
     this.ResumeLayout(false);
 }
コード例 #4
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf5 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf6 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf7 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf8 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf9 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf10 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper4 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf11 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf12 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf13 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf14 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper5 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf15 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper6 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf16 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper7 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf17 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper8 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf18 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper9 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf19 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper10 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf20 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper11 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf21 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper12 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf22 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper13 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf23 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper14 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf24 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper15 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf25 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper16 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf26 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper17 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf27 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper18 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf28 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper19 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf29 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper20 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf30 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf31 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf32 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper21 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf33 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper22 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf34 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_Rectangle2 = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Rectangle1 = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Rectangle = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button3 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button4 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text1 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text2 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text3 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text4 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text5 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text6 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Rectangle3 = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Rectangle4 = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Button11 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text7 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text8 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text9 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric1 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button1 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button2 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric2 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button5 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button6 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric4 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button9 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button10 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric5 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button12 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button13 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric6 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button14 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button15 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric7 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button16 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button17 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric8 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button18 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button19 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric9 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button20 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button21 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text10 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text11 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button7 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button8 = new Neo.ApplicationFramework.Controls.Controls.Button();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button8)).BeginInit();
     this.SuspendLayout();
     //
     // StabilityScreen
     //
     this.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140))))), System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalWithMiddleStop);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_Rectangle2
     //
     this.m_Rectangle2.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle2.BlinkDynamicsValue = false;
     this.m_Rectangle2.EnabledDynamicsValue = true;
     this.m_Rectangle2.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(6)))), ((int)(((byte)(6))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle2.Height = 31;
     this.m_Rectangle2.Left = -4;
     this.m_Rectangle2.Name = "m_Rectangle2";
     this.m_Rectangle2.ScreenOwnerName = "StabilityScreen";
     this.m_Rectangle2.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF();
     this.m_Rectangle2.Top = 107;
     this.m_Rectangle2.VisibleDynamicsValue = true;
     this.m_Rectangle2.Width = 485;
     //
     // m_Rectangle1
     //
     this.m_Rectangle1.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle1.BlinkDynamicsValue = false;
     this.m_Rectangle1.EnabledDynamicsValue = true;
     this.m_Rectangle1.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle1.Height = 27;
     this.m_Rectangle1.Left = -4;
     this.m_Rectangle1.Name = "m_Rectangle1";
     this.m_Rectangle1.ScreenOwnerName = "StabilityScreen";
     this.m_Rectangle1.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF();
     this.m_Rectangle1.Top = 74;
     this.m_Rectangle1.VisibleDynamicsValue = true;
     this.m_Rectangle1.Width = 485;
     //
     // m_Rectangle
     //
     this.m_Rectangle.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle.BlinkDynamicsValue = false;
     this.m_Rectangle.EnabledDynamicsValue = true;
     this.m_Rectangle.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Height = 42;
     this.m_Rectangle.Left = -4;
     this.m_Rectangle.Name = "m_Rectangle";
     this.m_Rectangle.ScreenOwnerName = "StabilityScreen";
     this.m_Rectangle.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Top = -5;
     this.m_Rectangle.VisibleDynamicsValue = true;
     this.m_Rectangle.Width = 485;
     //
     // m_Text
     //
     this.m_Text.AutoSize = false;
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.Bold = true;
     this.m_Text.EnabledDynamicsValue = true;
     this.m_Text.FontFamily = "Arial";
     this.m_Text.FontSizePixels = 20;
     this.m_Text.Height = 30;
     this.m_Text.Left = -4;
     this.m_Text.Name = "m_Text";
     this.m_Text.ScreenOwnerName = "StabilityScreen";
     this.m_Text.TextHorizontalAlignment = "Center";
     stringintervalmappercf1.DefaultValue = "STABILITY";
     this.m_Text.TextIntervalMapper = stringintervalmappercf1;
     this.m_Text.TextVerticalAlignment = "Center";
     this.m_Text.Top = 1;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width = 480;
     //
     // m_Button
     //
     this.m_Button.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button.EnabledDynamicsValue = true;
     this.m_Button.FontSizePixels = 14;
     this.m_Button.Height = 26;
     this.m_Button.IndicatorMargin = null;
     this.m_Button.Left = 389;
     this.m_Button.Name = "m_Button";
     this.m_Button.ScreenOwnerName = "StabilityScreen";
     this.m_Button.StyleName = "Glossy";
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper1;
     stringintervalmappercf2.DefaultValue = "ON";
     this.m_Button.TextIntervalMapper = stringintervalmappercf2;
     this.m_Button.TextValue = 0D;
     this.m_Button.TextWidth = 62;
     this.m_Button.Top = 5;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue = true;
     this.m_Button.Width = 68;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 12;
     this.m_AnalogNumeric.Height = 29;
     this.m_AnalogNumeric.Left = 107;
     this.m_AnalogNumeric.MaxValue = 100D;
     this.m_AnalogNumeric.MinValue = 0.01D;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.NumberOfDecimals = 2;
     this.m_AnalogNumeric.ScreenOwnerName = "StabilityScreen";
     this.m_AnalogNumeric.Top = 108;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 48;
     //
     // m_Button3
     //
     this.m_Button3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BlinkDynamicsValue = false;
     this.m_Button3.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button3.EnabledDynamicsValue = true;
     this.m_Button3.FontSizePixels = 9;
     this.m_Button3.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button3.Height = 29;
     this.m_Button3.IndicatorMargin = null;
     this.m_Button3.Left = 154;
     this.m_Button3.Name = "m_Button3";
     this.m_Button3.ScreenOwnerName = "StabilityScreen";
     this.m_Button3.StyleName = "Glossy";
     this.m_Button3.SymbolHeight = 23;
     this.m_Button3.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_Button3.SymbolName = "path2985";
     this.m_Button3.SymbolWidth = 20;
     this.m_Button3.TextHeight = 11;
     stringintervalmappercf3.DefaultValue = "";
     this.m_Button3.TextIntervalMapper = stringintervalmappercf3;
     this.m_Button3.TextValue = 0D;
     this.m_Button3.TextWidth = 24;
     this.m_Button3.Top = 108;
     this.m_Button3.Value = 0D;
     this.m_Button3.VisibleDynamicsValue = true;
     this.m_Button3.Width = 30;
     //
     // m_Button4
     //
     this.m_Button4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BlinkDynamicsValue = false;
     this.m_Button4.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button4.EnabledDynamicsValue = true;
     this.m_Button4.FontSizePixels = 9;
     this.m_Button4.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button4.Height = 29;
     this.m_Button4.IndicatorMargin = null;
     this.m_Button4.Left = 77;
     this.m_Button4.Name = "m_Button4";
     this.m_Button4.ScreenOwnerName = "StabilityScreen";
     this.m_Button4.StyleName = "Glossy";
     this.m_Button4.SymbolHeight = 23;
     this.m_Button4.SymbolIntervalMapper = symbolintervalmapper3;
     this.m_Button4.SymbolName = "path29851";
     this.m_Button4.SymbolWidth = 20;
     this.m_Button4.TextHeight = 11;
     stringintervalmappercf4.DefaultValue = "";
     this.m_Button4.TextIntervalMapper = stringintervalmappercf4;
     this.m_Button4.TextValue = 0D;
     this.m_Button4.TextWidth = 24;
     this.m_Button4.Top = 108;
     this.m_Button4.Value = 0D;
     this.m_Button4.VisibleDynamicsValue = true;
     this.m_Button4.Width = 30;
     //
     // m_Text1
     //
     this.m_Text1.AutoSize = false;
     this.m_Text1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text1.BlinkDynamicsValue = false;
     this.m_Text1.EnabledDynamicsValue = true;
     this.m_Text1.FontSizePixels = 12;
     this.m_Text1.Height = 25;
     this.m_Text1.Left = 11;
     this.m_Text1.Name = "m_Text1";
     this.m_Text1.ScreenOwnerName = "StabilityScreen";
     this.m_Text1.TextHorizontalAlignment = "Center";
     stringintervalmappercf5.DefaultValue = "%FSR";
     this.m_Text1.TextIntervalMapper = stringintervalmappercf5;
     this.m_Text1.TextVerticalAlignment = "Center";
     this.m_Text1.Top = 43;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width = 51;
     //
     // m_Text2
     //
     this.m_Text2.AutoSize = false;
     this.m_Text2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(227)))), ((int)(((byte)(244))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text2.BlinkDynamicsValue = false;
     this.m_Text2.Bold = true;
     this.m_Text2.EnabledDynamicsValue = true;
     this.m_Text2.FontSizePixels = 14;
     this.m_Text2.Height = 25;
     this.m_Text2.Left = 78;
     this.m_Text2.Name = "m_Text2";
     this.m_Text2.ScreenOwnerName = "StabilityScreen";
     this.m_Text2.TextHorizontalAlignment = "Center";
     stringintervalmappercf6.DefaultValue = "LOW";
     this.m_Text2.TextIntervalMapper = stringintervalmappercf6;
     this.m_Text2.TextVerticalAlignment = "Center";
     this.m_Text2.Top = 43;
     this.m_Text2.VisibleDynamicsValue = true;
     this.m_Text2.Width = 107;
     //
     // m_Text3
     //
     this.m_Text3.AutoSize = false;
     this.m_Text3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(217)))), ((int)(((byte)(217))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text3.BlinkDynamicsValue = false;
     this.m_Text3.Bold = true;
     this.m_Text3.EnabledDynamicsValue = true;
     this.m_Text3.FontSizePixels = 14;
     this.m_Text3.Height = 25;
     this.m_Text3.Left = 204;
     this.m_Text3.Name = "m_Text3";
     this.m_Text3.ScreenOwnerName = "StabilityScreen";
     this.m_Text3.TextHorizontalAlignment = "Center";
     stringintervalmappercf7.DefaultValue = "MID";
     this.m_Text3.TextIntervalMapper = stringintervalmappercf7;
     this.m_Text3.TextVerticalAlignment = "Center";
     this.m_Text3.Top = 43;
     this.m_Text3.VisibleDynamicsValue = true;
     this.m_Text3.Width = 107;
     //
     // m_Text4
     //
     this.m_Text4.AutoSize = false;
     this.m_Text4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(223)))), ((int)(((byte)(235))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text4.BlinkDynamicsValue = false;
     this.m_Text4.Bold = true;
     this.m_Text4.EnabledDynamicsValue = true;
     this.m_Text4.FontSizePixels = 14;
     this.m_Text4.Height = 25;
     this.m_Text4.Left = 330;
     this.m_Text4.Name = "m_Text4";
     this.m_Text4.ScreenOwnerName = "StabilityScreen";
     this.m_Text4.TextHorizontalAlignment = "Center";
     stringintervalmappercf8.DefaultValue = "HI";
     this.m_Text4.TextIntervalMapper = stringintervalmappercf8;
     this.m_Text4.TextVerticalAlignment = "Center";
     this.m_Text4.Top = 43;
     this.m_Text4.VisibleDynamicsValue = true;
     this.m_Text4.Width = 107;
     //
     // m_Text5
     //
     this.m_Text5.AutoSize = false;
     this.m_Text5.BlinkDynamicsValue = false;
     this.m_Text5.EnabledDynamicsValue = true;
     this.m_Text5.FontFamily = "Arial";
     this.m_Text5.FontSizePixels = 12;
     this.m_Text5.Height = 25;
     this.m_Text5.Left = 4;
     this.m_Text5.Name = "m_Text5";
     this.m_Text5.ScreenOwnerName = "StabilityScreen";
     stringintervalmappercf9.DefaultValue = "DARK RED";
     this.m_Text5.TextIntervalMapper = stringintervalmappercf9;
     this.m_Text5.TextVerticalAlignment = "Center";
     this.m_Text5.Top = 75;
     this.m_Text5.VisibleDynamicsValue = true;
     this.m_Text5.Width = 79;
     //
     // m_Text6
     //
     this.m_Text6.AutoSize = false;
     this.m_Text6.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(227)))), ((int)(((byte)(244))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text6.BlinkDynamicsValue = false;
     this.m_Text6.EnabledDynamicsValue = true;
     this.m_Text6.FontSizePixels = 12;
     this.m_Text6.Height = 25;
     this.m_Text6.Left = 78;
     this.m_Text6.Name = "m_Text6";
     this.m_Text6.ScreenOwnerName = "StabilityScreen";
     this.m_Text6.TextHorizontalAlignment = "Center";
     stringintervalmappercf10.DefaultValue = "";
     this.m_Text6.TextIntervalMapper = stringintervalmappercf10;
     this.m_Text6.TextVerticalAlignment = "Center";
     this.m_Text6.Top = 75;
     this.m_Text6.VisibleDynamicsValue = true;
     this.m_Text6.Width = 107;
     //
     // m_Rectangle3
     //
     this.m_Rectangle3.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle3.BlinkDynamicsValue = false;
     this.m_Rectangle3.EnabledDynamicsValue = true;
     this.m_Rectangle3.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(165)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle3.Height = 31;
     this.m_Rectangle3.Left = -4;
     this.m_Rectangle3.Name = "m_Rectangle3";
     this.m_Rectangle3.ScreenOwnerName = "StabilityScreen";
     this.m_Rectangle3.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF();
     this.m_Rectangle3.Top = 142;
     this.m_Rectangle3.VisibleDynamicsValue = true;
     this.m_Rectangle3.Width = 485;
     //
     // m_Rectangle4
     //
     this.m_Rectangle4.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle4.BlinkDynamicsValue = false;
     this.m_Rectangle4.EnabledDynamicsValue = true;
     this.m_Rectangle4.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle4.Height = 31;
     this.m_Rectangle4.Left = -5;
     this.m_Rectangle4.Name = "m_Rectangle4";
     this.m_Rectangle4.ScreenOwnerName = "StabilityScreen";
     this.m_Rectangle4.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF();
     this.m_Rectangle4.Top = 178;
     this.m_Rectangle4.VisibleDynamicsValue = true;
     this.m_Rectangle4.Width = 485;
     //
     // m_Button11
     //
     this.m_Button11.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button11.BlinkDynamicsValue = false;
     this.m_Button11.Bold = true;
     this.m_Button11.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button11.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button11.EnabledDynamicsValue = true;
     this.m_Button11.FontFamily = "Arial";
     this.m_Button11.FontSizePixels = 16;
     this.m_Button11.Height = 47;
     this.m_Button11.IndicatorMargin = null;
     this.m_Button11.Left = 14;
     this.m_Button11.Name = "m_Button11";
     this.m_Button11.ScreenOwnerName = "StabilityScreen";
     this.m_Button11.StyleName = "Chrome";
     this.m_Button11.SymbolIntervalMapper = symbolintervalmapper4;
     this.m_Button11.SymbolName = "";
     this.m_Button11.TextHeight = 19;
     stringintervalmappercf11.DefaultValue = "OK";
     this.m_Button11.TextIntervalMapper = stringintervalmappercf11;
     this.m_Button11.TextValue = 0D;
     this.m_Button11.TextWidth = 101;
     this.m_Button11.Top = 220;
     this.m_Button11.Value = 0D;
     this.m_Button11.VisibleDynamicsValue = true;
     this.m_Button11.Width = 107;
     //
     // m_Text7
     //
     this.m_Text7.AutoSize = false;
     this.m_Text7.BlinkDynamicsValue = false;
     this.m_Text7.EnabledDynamicsValue = true;
     this.m_Text7.FontFamily = "Arial";
     this.m_Text7.FontSizePixels = 12;
     this.m_Text7.Height = 25;
     this.m_Text7.Left = 4;
     this.m_Text7.Name = "m_Text7";
     this.m_Text7.ScreenOwnerName = "StabilityScreen";
     stringintervalmappercf12.DefaultValue = "GREEN";
     this.m_Text7.TextIntervalMapper = stringintervalmappercf12;
     this.m_Text7.TextVerticalAlignment = "Center";
     this.m_Text7.Top = 180;
     this.m_Text7.VisibleDynamicsValue = true;
     this.m_Text7.Width = 79;
     //
     // m_Text8
     //
     this.m_Text8.AutoSize = false;
     this.m_Text8.BlinkDynamicsValue = false;
     this.m_Text8.EnabledDynamicsValue = true;
     this.m_Text8.FontFamily = "Arial";
     this.m_Text8.FontSizePixels = 12;
     this.m_Text8.Height = 25;
     this.m_Text8.Left = 4;
     this.m_Text8.Name = "m_Text8";
     this.m_Text8.ScreenOwnerName = "StabilityScreen";
     stringintervalmappercf13.DefaultValue = "RED";
     this.m_Text8.TextIntervalMapper = stringintervalmappercf13;
     this.m_Text8.TextVerticalAlignment = "Center";
     this.m_Text8.Top = 110;
     this.m_Text8.VisibleDynamicsValue = true;
     this.m_Text8.Width = 79;
     //
     // m_Text9
     //
     this.m_Text9.AutoSize = false;
     this.m_Text9.BlinkDynamicsValue = false;
     this.m_Text9.EnabledDynamicsValue = true;
     this.m_Text9.FontFamily = "Arial";
     this.m_Text9.FontSizePixels = 12;
     this.m_Text9.Height = 25;
     this.m_Text9.Left = 4;
     this.m_Text9.Name = "m_Text9";
     this.m_Text9.ScreenOwnerName = "StabilityScreen";
     stringintervalmappercf14.DefaultValue = "ORANGE";
     this.m_Text9.TextIntervalMapper = stringintervalmappercf14;
     this.m_Text9.TextVerticalAlignment = "Center";
     this.m_Text9.Top = 145;
     this.m_Text9.VisibleDynamicsValue = true;
     this.m_Text9.Width = 79;
     //
     // m_AnalogNumeric1
     //
     this.m_AnalogNumeric1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric1.BlinkDynamicsValue = false;
     this.m_AnalogNumeric1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric1.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric1.EnabledDynamicsValue = true;
     this.m_AnalogNumeric1.FontSizePixels = 12;
     this.m_AnalogNumeric1.Height = 29;
     this.m_AnalogNumeric1.Left = 107;
     this.m_AnalogNumeric1.Name = "m_AnalogNumeric1";
     this.m_AnalogNumeric1.NumberOfDecimals = 2;
     this.m_AnalogNumeric1.ScreenOwnerName = "StabilityScreen";
     this.m_AnalogNumeric1.Top = 143;
     this.m_AnalogNumeric1.VisibleDynamicsValue = true;
     this.m_AnalogNumeric1.Width = 48;
     //
     // m_Button1
     //
     this.m_Button1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BlinkDynamicsValue = false;
     this.m_Button1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button1.EnabledDynamicsValue = true;
     this.m_Button1.FontSizePixels = 9;
     this.m_Button1.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button1.Height = 29;
     this.m_Button1.IndicatorMargin = null;
     this.m_Button1.Left = 154;
     this.m_Button1.Name = "m_Button1";
     this.m_Button1.ScreenOwnerName = "StabilityScreen";
     this.m_Button1.StyleName = "Glossy";
     this.m_Button1.SymbolHeight = 23;
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper5;
     this.m_Button1.SymbolName = "path2985";
     this.m_Button1.SymbolWidth = 20;
     this.m_Button1.TextHeight = 11;
     stringintervalmappercf15.DefaultValue = "";
     this.m_Button1.TextIntervalMapper = stringintervalmappercf15;
     this.m_Button1.TextValue = 0D;
     this.m_Button1.TextWidth = 24;
     this.m_Button1.Top = 143;
     this.m_Button1.Value = 0D;
     this.m_Button1.VisibleDynamicsValue = true;
     this.m_Button1.Width = 30;
     //
     // m_Button2
     //
     this.m_Button2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BlinkDynamicsValue = false;
     this.m_Button2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button2.EnabledDynamicsValue = true;
     this.m_Button2.FontSizePixels = 9;
     this.m_Button2.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button2.Height = 29;
     this.m_Button2.IndicatorMargin = null;
     this.m_Button2.Left = 77;
     this.m_Button2.Name = "m_Button2";
     this.m_Button2.ScreenOwnerName = "StabilityScreen";
     this.m_Button2.StyleName = "Glossy";
     this.m_Button2.SymbolHeight = 23;
     this.m_Button2.SymbolIntervalMapper = symbolintervalmapper6;
     this.m_Button2.SymbolName = "path29851";
     this.m_Button2.SymbolWidth = 20;
     this.m_Button2.TextHeight = 11;
     stringintervalmappercf16.DefaultValue = "";
     this.m_Button2.TextIntervalMapper = stringintervalmappercf16;
     this.m_Button2.TextValue = 0D;
     this.m_Button2.TextWidth = 24;
     this.m_Button2.Top = 143;
     this.m_Button2.Value = 0D;
     this.m_Button2.VisibleDynamicsValue = true;
     this.m_Button2.Width = 30;
     //
     // m_AnalogNumeric2
     //
     this.m_AnalogNumeric2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric2.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric2.BlinkDynamicsValue = false;
     this.m_AnalogNumeric2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric2.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric2.EnabledDynamicsValue = true;
     this.m_AnalogNumeric2.FontSizePixels = 12;
     this.m_AnalogNumeric2.Height = 29;
     this.m_AnalogNumeric2.Left = 107;
     this.m_AnalogNumeric2.Name = "m_AnalogNumeric2";
     this.m_AnalogNumeric2.NumberOfDecimals = 2;
     this.m_AnalogNumeric2.ScreenOwnerName = "StabilityScreen";
     this.m_AnalogNumeric2.Top = 179;
     this.m_AnalogNumeric2.VisibleDynamicsValue = true;
     this.m_AnalogNumeric2.Width = 48;
     //
     // m_Button5
     //
     this.m_Button5.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BlinkDynamicsValue = false;
     this.m_Button5.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button5.EnabledDynamicsValue = true;
     this.m_Button5.FontSizePixels = 9;
     this.m_Button5.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button5.Height = 29;
     this.m_Button5.IndicatorMargin = null;
     this.m_Button5.Left = 154;
     this.m_Button5.Name = "m_Button5";
     this.m_Button5.ScreenOwnerName = "StabilityScreen";
     this.m_Button5.StyleName = "Glossy";
     this.m_Button5.SymbolHeight = 23;
     this.m_Button5.SymbolIntervalMapper = symbolintervalmapper7;
     this.m_Button5.SymbolName = "path2985";
     this.m_Button5.SymbolWidth = 20;
     this.m_Button5.TextHeight = 11;
     stringintervalmappercf17.DefaultValue = "";
     this.m_Button5.TextIntervalMapper = stringintervalmappercf17;
     this.m_Button5.TextValue = 0D;
     this.m_Button5.TextWidth = 24;
     this.m_Button5.Top = 179;
     this.m_Button5.Value = 0D;
     this.m_Button5.VisibleDynamicsValue = true;
     this.m_Button5.Width = 30;
     //
     // m_Button6
     //
     this.m_Button6.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button6.BlinkDynamicsValue = false;
     this.m_Button6.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button6.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button6.EnabledDynamicsValue = true;
     this.m_Button6.FontSizePixels = 9;
     this.m_Button6.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button6.Height = 29;
     this.m_Button6.IndicatorMargin = null;
     this.m_Button6.Left = 77;
     this.m_Button6.Name = "m_Button6";
     this.m_Button6.ScreenOwnerName = "StabilityScreen";
     this.m_Button6.StyleName = "Glossy";
     this.m_Button6.SymbolHeight = 23;
     this.m_Button6.SymbolIntervalMapper = symbolintervalmapper8;
     this.m_Button6.SymbolName = "path29851";
     this.m_Button6.SymbolWidth = 20;
     this.m_Button6.TextHeight = 11;
     stringintervalmappercf18.DefaultValue = "";
     this.m_Button6.TextIntervalMapper = stringintervalmappercf18;
     this.m_Button6.TextValue = 0D;
     this.m_Button6.TextWidth = 24;
     this.m_Button6.Top = 179;
     this.m_Button6.Value = 0D;
     this.m_Button6.VisibleDynamicsValue = true;
     this.m_Button6.Width = 30;
     //
     // m_AnalogNumeric4
     //
     this.m_AnalogNumeric4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric4.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric4.BlinkDynamicsValue = false;
     this.m_AnalogNumeric4.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric4.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric4.EnabledDynamicsValue = true;
     this.m_AnalogNumeric4.FontSizePixels = 12;
     this.m_AnalogNumeric4.Height = 29;
     this.m_AnalogNumeric4.Left = 234;
     this.m_AnalogNumeric4.Name = "m_AnalogNumeric4";
     this.m_AnalogNumeric4.NumberOfDecimals = 0;
     this.m_AnalogNumeric4.ScreenOwnerName = "StabilityScreen";
     this.m_AnalogNumeric4.Top = 108;
     this.m_AnalogNumeric4.VisibleDynamicsValue = true;
     this.m_AnalogNumeric4.Width = 48;
     //
     // m_Button9
     //
     this.m_Button9.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button9.BlinkDynamicsValue = false;
     this.m_Button9.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button9.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button9.EnabledDynamicsValue = true;
     this.m_Button9.FontSizePixels = 9;
     this.m_Button9.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button9.Height = 29;
     this.m_Button9.IndicatorMargin = null;
     this.m_Button9.Left = 281;
     this.m_Button9.Name = "m_Button9";
     this.m_Button9.ScreenOwnerName = "StabilityScreen";
     this.m_Button9.StyleName = "Glossy";
     this.m_Button9.SymbolHeight = 23;
     this.m_Button9.SymbolIntervalMapper = symbolintervalmapper9;
     this.m_Button9.SymbolName = "path2985";
     this.m_Button9.SymbolWidth = 20;
     this.m_Button9.TextHeight = 11;
     stringintervalmappercf19.DefaultValue = "";
     this.m_Button9.TextIntervalMapper = stringintervalmappercf19;
     this.m_Button9.TextValue = 0D;
     this.m_Button9.TextWidth = 24;
     this.m_Button9.Top = 108;
     this.m_Button9.Value = 0D;
     this.m_Button9.VisibleDynamicsValue = true;
     this.m_Button9.Width = 30;
     //
     // m_Button10
     //
     this.m_Button10.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button10.BlinkDynamicsValue = false;
     this.m_Button10.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button10.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button10.EnabledDynamicsValue = true;
     this.m_Button10.FontSizePixels = 9;
     this.m_Button10.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button10.Height = 29;
     this.m_Button10.IndicatorMargin = null;
     this.m_Button10.Left = 204;
     this.m_Button10.Name = "m_Button10";
     this.m_Button10.ScreenOwnerName = "StabilityScreen";
     this.m_Button10.StyleName = "Glossy";
     this.m_Button10.SymbolHeight = 23;
     this.m_Button10.SymbolIntervalMapper = symbolintervalmapper10;
     this.m_Button10.SymbolName = "path29851";
     this.m_Button10.SymbolWidth = 20;
     this.m_Button10.TextHeight = 11;
     stringintervalmappercf20.DefaultValue = "";
     this.m_Button10.TextIntervalMapper = stringintervalmappercf20;
     this.m_Button10.TextValue = 0D;
     this.m_Button10.TextWidth = 24;
     this.m_Button10.Top = 108;
     this.m_Button10.Value = 0D;
     this.m_Button10.VisibleDynamicsValue = true;
     this.m_Button10.Width = 30;
     //
     // m_AnalogNumeric5
     //
     this.m_AnalogNumeric5.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric5.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric5.BlinkDynamicsValue = false;
     this.m_AnalogNumeric5.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric5.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric5.EnabledDynamicsValue = true;
     this.m_AnalogNumeric5.FontSizePixels = 12;
     this.m_AnalogNumeric5.Height = 29;
     this.m_AnalogNumeric5.Left = 234;
     this.m_AnalogNumeric5.Name = "m_AnalogNumeric5";
     this.m_AnalogNumeric5.NumberOfDecimals = 0;
     this.m_AnalogNumeric5.ScreenOwnerName = "StabilityScreen";
     this.m_AnalogNumeric5.Top = 143;
     this.m_AnalogNumeric5.VisibleDynamicsValue = true;
     this.m_AnalogNumeric5.Width = 48;
     //
     // m_Button12
     //
     this.m_Button12.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button12.BlinkDynamicsValue = false;
     this.m_Button12.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button12.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button12.EnabledDynamicsValue = true;
     this.m_Button12.FontSizePixels = 9;
     this.m_Button12.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button12.Height = 29;
     this.m_Button12.IndicatorMargin = null;
     this.m_Button12.Left = 281;
     this.m_Button12.Name = "m_Button12";
     this.m_Button12.ScreenOwnerName = "StabilityScreen";
     this.m_Button12.StyleName = "Glossy";
     this.m_Button12.SymbolHeight = 23;
     this.m_Button12.SymbolIntervalMapper = symbolintervalmapper11;
     this.m_Button12.SymbolName = "path2985";
     this.m_Button12.SymbolWidth = 20;
     this.m_Button12.TextHeight = 11;
     stringintervalmappercf21.DefaultValue = "";
     this.m_Button12.TextIntervalMapper = stringintervalmappercf21;
     this.m_Button12.TextValue = 0D;
     this.m_Button12.TextWidth = 24;
     this.m_Button12.Top = 143;
     this.m_Button12.Value = 0D;
     this.m_Button12.VisibleDynamicsValue = true;
     this.m_Button12.Width = 30;
     //
     // m_Button13
     //
     this.m_Button13.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button13.BlinkDynamicsValue = false;
     this.m_Button13.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button13.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button13.EnabledDynamicsValue = true;
     this.m_Button13.FontSizePixels = 9;
     this.m_Button13.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button13.Height = 29;
     this.m_Button13.IndicatorMargin = null;
     this.m_Button13.Left = 204;
     this.m_Button13.Name = "m_Button13";
     this.m_Button13.ScreenOwnerName = "StabilityScreen";
     this.m_Button13.StyleName = "Glossy";
     this.m_Button13.SymbolHeight = 23;
     this.m_Button13.SymbolIntervalMapper = symbolintervalmapper12;
     this.m_Button13.SymbolName = "path29851";
     this.m_Button13.SymbolWidth = 20;
     this.m_Button13.TextHeight = 11;
     stringintervalmappercf22.DefaultValue = "";
     this.m_Button13.TextIntervalMapper = stringintervalmappercf22;
     this.m_Button13.TextValue = 0D;
     this.m_Button13.TextWidth = 24;
     this.m_Button13.Top = 143;
     this.m_Button13.Value = 0D;
     this.m_Button13.VisibleDynamicsValue = true;
     this.m_Button13.Width = 30;
     //
     // m_AnalogNumeric6
     //
     this.m_AnalogNumeric6.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric6.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric6.BlinkDynamicsValue = false;
     this.m_AnalogNumeric6.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric6.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric6.EnabledDynamicsValue = true;
     this.m_AnalogNumeric6.FontSizePixels = 12;
     this.m_AnalogNumeric6.Height = 29;
     this.m_AnalogNumeric6.Left = 234;
     this.m_AnalogNumeric6.Name = "m_AnalogNumeric6";
     this.m_AnalogNumeric6.NumberOfDecimals = 0;
     this.m_AnalogNumeric6.ScreenOwnerName = "StabilityScreen";
     this.m_AnalogNumeric6.Top = 179;
     this.m_AnalogNumeric6.VisibleDynamicsValue = true;
     this.m_AnalogNumeric6.Width = 48;
     //
     // m_Button14
     //
     this.m_Button14.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button14.BlinkDynamicsValue = false;
     this.m_Button14.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button14.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button14.EnabledDynamicsValue = true;
     this.m_Button14.FontSizePixels = 9;
     this.m_Button14.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button14.Height = 29;
     this.m_Button14.IndicatorMargin = null;
     this.m_Button14.Left = 281;
     this.m_Button14.Name = "m_Button14";
     this.m_Button14.ScreenOwnerName = "StabilityScreen";
     this.m_Button14.StyleName = "Glossy";
     this.m_Button14.SymbolHeight = 23;
     this.m_Button14.SymbolIntervalMapper = symbolintervalmapper13;
     this.m_Button14.SymbolName = "path2985";
     this.m_Button14.SymbolWidth = 20;
     this.m_Button14.TextHeight = 11;
     stringintervalmappercf23.DefaultValue = "";
     this.m_Button14.TextIntervalMapper = stringintervalmappercf23;
     this.m_Button14.TextValue = 0D;
     this.m_Button14.TextWidth = 24;
     this.m_Button14.Top = 179;
     this.m_Button14.Value = 0D;
     this.m_Button14.VisibleDynamicsValue = true;
     this.m_Button14.Width = 30;
     //
     // m_Button15
     //
     this.m_Button15.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button15.BlinkDynamicsValue = false;
     this.m_Button15.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button15.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button15.EnabledDynamicsValue = true;
     this.m_Button15.FontSizePixels = 9;
     this.m_Button15.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button15.Height = 29;
     this.m_Button15.IndicatorMargin = null;
     this.m_Button15.Left = 204;
     this.m_Button15.Name = "m_Button15";
     this.m_Button15.ScreenOwnerName = "StabilityScreen";
     this.m_Button15.StyleName = "Glossy";
     this.m_Button15.SymbolHeight = 23;
     this.m_Button15.SymbolIntervalMapper = symbolintervalmapper14;
     this.m_Button15.SymbolName = "path29851";
     this.m_Button15.SymbolWidth = 20;
     this.m_Button15.TextHeight = 11;
     stringintervalmappercf24.DefaultValue = "";
     this.m_Button15.TextIntervalMapper = stringintervalmappercf24;
     this.m_Button15.TextValue = 0D;
     this.m_Button15.TextWidth = 24;
     this.m_Button15.Top = 179;
     this.m_Button15.Value = 0D;
     this.m_Button15.VisibleDynamicsValue = true;
     this.m_Button15.Width = 30;
     //
     // m_AnalogNumeric7
     //
     this.m_AnalogNumeric7.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric7.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric7.BlinkDynamicsValue = false;
     this.m_AnalogNumeric7.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric7.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric7.EnabledDynamicsValue = true;
     this.m_AnalogNumeric7.FontSizePixels = 12;
     this.m_AnalogNumeric7.Height = 29;
     this.m_AnalogNumeric7.Left = 360;
     this.m_AnalogNumeric7.Name = "m_AnalogNumeric7";
     this.m_AnalogNumeric7.NumberOfDecimals = 0;
     this.m_AnalogNumeric7.ScreenOwnerName = "StabilityScreen";
     this.m_AnalogNumeric7.Top = 108;
     this.m_AnalogNumeric7.VisibleDynamicsValue = true;
     this.m_AnalogNumeric7.Width = 48;
     //
     // m_Button16
     //
     this.m_Button16.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button16.BlinkDynamicsValue = false;
     this.m_Button16.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button16.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button16.EnabledDynamicsValue = true;
     this.m_Button16.FontSizePixels = 9;
     this.m_Button16.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button16.Height = 29;
     this.m_Button16.IndicatorMargin = null;
     this.m_Button16.Left = 407;
     this.m_Button16.Name = "m_Button16";
     this.m_Button16.ScreenOwnerName = "StabilityScreen";
     this.m_Button16.StyleName = "Glossy";
     this.m_Button16.SymbolHeight = 23;
     this.m_Button16.SymbolIntervalMapper = symbolintervalmapper15;
     this.m_Button16.SymbolName = "path2985";
     this.m_Button16.SymbolWidth = 20;
     this.m_Button16.TextHeight = 11;
     stringintervalmappercf25.DefaultValue = "";
     this.m_Button16.TextIntervalMapper = stringintervalmappercf25;
     this.m_Button16.TextValue = 0D;
     this.m_Button16.TextWidth = 24;
     this.m_Button16.Top = 108;
     this.m_Button16.Value = 0D;
     this.m_Button16.VisibleDynamicsValue = true;
     this.m_Button16.Width = 30;
     //
     // m_Button17
     //
     this.m_Button17.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button17.BlinkDynamicsValue = false;
     this.m_Button17.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button17.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button17.EnabledDynamicsValue = true;
     this.m_Button17.FontSizePixels = 9;
     this.m_Button17.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button17.Height = 29;
     this.m_Button17.IndicatorMargin = null;
     this.m_Button17.Left = 330;
     this.m_Button17.Name = "m_Button17";
     this.m_Button17.ScreenOwnerName = "StabilityScreen";
     this.m_Button17.StyleName = "Glossy";
     this.m_Button17.SymbolHeight = 23;
     this.m_Button17.SymbolIntervalMapper = symbolintervalmapper16;
     this.m_Button17.SymbolName = "path29851";
     this.m_Button17.SymbolWidth = 20;
     this.m_Button17.TextHeight = 11;
     stringintervalmappercf26.DefaultValue = "";
     this.m_Button17.TextIntervalMapper = stringintervalmappercf26;
     this.m_Button17.TextValue = 0D;
     this.m_Button17.TextWidth = 24;
     this.m_Button17.Top = 108;
     this.m_Button17.Value = 0D;
     this.m_Button17.VisibleDynamicsValue = true;
     this.m_Button17.Width = 30;
     //
     // m_AnalogNumeric8
     //
     this.m_AnalogNumeric8.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric8.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric8.BlinkDynamicsValue = false;
     this.m_AnalogNumeric8.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric8.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric8.EnabledDynamicsValue = true;
     this.m_AnalogNumeric8.FontSizePixels = 12;
     this.m_AnalogNumeric8.Height = 29;
     this.m_AnalogNumeric8.Left = 360;
     this.m_AnalogNumeric8.Name = "m_AnalogNumeric8";
     this.m_AnalogNumeric8.NumberOfDecimals = 0;
     this.m_AnalogNumeric8.ScreenOwnerName = "StabilityScreen";
     this.m_AnalogNumeric8.Top = 143;
     this.m_AnalogNumeric8.VisibleDynamicsValue = true;
     this.m_AnalogNumeric8.Width = 48;
     //
     // m_Button18
     //
     this.m_Button18.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button18.BlinkDynamicsValue = false;
     this.m_Button18.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button18.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button18.EnabledDynamicsValue = true;
     this.m_Button18.FontSizePixels = 9;
     this.m_Button18.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button18.Height = 29;
     this.m_Button18.IndicatorMargin = null;
     this.m_Button18.Left = 407;
     this.m_Button18.Name = "m_Button18";
     this.m_Button18.ScreenOwnerName = "StabilityScreen";
     this.m_Button18.StyleName = "Glossy";
     this.m_Button18.SymbolHeight = 23;
     this.m_Button18.SymbolIntervalMapper = symbolintervalmapper17;
     this.m_Button18.SymbolName = "path2985";
     this.m_Button18.SymbolWidth = 20;
     this.m_Button18.TextHeight = 11;
     stringintervalmappercf27.DefaultValue = "";
     this.m_Button18.TextIntervalMapper = stringintervalmappercf27;
     this.m_Button18.TextValue = 0D;
     this.m_Button18.TextWidth = 24;
     this.m_Button18.Top = 143;
     this.m_Button18.Value = 0D;
     this.m_Button18.VisibleDynamicsValue = true;
     this.m_Button18.Width = 30;
     //
     // m_Button19
     //
     this.m_Button19.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button19.BlinkDynamicsValue = false;
     this.m_Button19.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button19.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button19.EnabledDynamicsValue = true;
     this.m_Button19.FontSizePixels = 9;
     this.m_Button19.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button19.Height = 29;
     this.m_Button19.IndicatorMargin = null;
     this.m_Button19.Left = 330;
     this.m_Button19.Name = "m_Button19";
     this.m_Button19.ScreenOwnerName = "StabilityScreen";
     this.m_Button19.StyleName = "Glossy";
     this.m_Button19.SymbolHeight = 23;
     this.m_Button19.SymbolIntervalMapper = symbolintervalmapper18;
     this.m_Button19.SymbolName = "path29851";
     this.m_Button19.SymbolWidth = 20;
     this.m_Button19.TextHeight = 11;
     stringintervalmappercf28.DefaultValue = "";
     this.m_Button19.TextIntervalMapper = stringintervalmappercf28;
     this.m_Button19.TextValue = 0D;
     this.m_Button19.TextWidth = 24;
     this.m_Button19.Top = 143;
     this.m_Button19.Value = 0D;
     this.m_Button19.VisibleDynamicsValue = true;
     this.m_Button19.Width = 30;
     //
     // m_AnalogNumeric9
     //
     this.m_AnalogNumeric9.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric9.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric9.BlinkDynamicsValue = false;
     this.m_AnalogNumeric9.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric9.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric9.EnabledDynamicsValue = true;
     this.m_AnalogNumeric9.FontSizePixels = 12;
     this.m_AnalogNumeric9.Height = 29;
     this.m_AnalogNumeric9.Left = 360;
     this.m_AnalogNumeric9.Name = "m_AnalogNumeric9";
     this.m_AnalogNumeric9.NumberOfDecimals = 0;
     this.m_AnalogNumeric9.ScreenOwnerName = "StabilityScreen";
     this.m_AnalogNumeric9.Top = 179;
     this.m_AnalogNumeric9.VisibleDynamicsValue = true;
     this.m_AnalogNumeric9.Width = 48;
     //
     // m_Button20
     //
     this.m_Button20.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button20.BlinkDynamicsValue = false;
     this.m_Button20.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button20.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button20.EnabledDynamicsValue = true;
     this.m_Button20.FontSizePixels = 9;
     this.m_Button20.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button20.Height = 29;
     this.m_Button20.IndicatorMargin = null;
     this.m_Button20.Left = 407;
     this.m_Button20.Name = "m_Button20";
     this.m_Button20.ScreenOwnerName = "StabilityScreen";
     this.m_Button20.StyleName = "Glossy";
     this.m_Button20.SymbolHeight = 23;
     this.m_Button20.SymbolIntervalMapper = symbolintervalmapper19;
     this.m_Button20.SymbolName = "path2985";
     this.m_Button20.SymbolWidth = 20;
     this.m_Button20.TextHeight = 11;
     stringintervalmappercf29.DefaultValue = "";
     this.m_Button20.TextIntervalMapper = stringintervalmappercf29;
     this.m_Button20.TextValue = 0D;
     this.m_Button20.TextWidth = 24;
     this.m_Button20.Top = 179;
     this.m_Button20.Value = 0D;
     this.m_Button20.VisibleDynamicsValue = true;
     this.m_Button20.Width = 30;
     //
     // m_Button21
     //
     this.m_Button21.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button21.BlinkDynamicsValue = false;
     this.m_Button21.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button21.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button21.EnabledDynamicsValue = true;
     this.m_Button21.FontSizePixels = 9;
     this.m_Button21.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button21.Height = 29;
     this.m_Button21.IndicatorMargin = null;
     this.m_Button21.Left = 330;
     this.m_Button21.Name = "m_Button21";
     this.m_Button21.ScreenOwnerName = "StabilityScreen";
     this.m_Button21.StyleName = "Glossy";
     this.m_Button21.SymbolHeight = 23;
     this.m_Button21.SymbolIntervalMapper = symbolintervalmapper20;
     this.m_Button21.SymbolName = "path29851";
     this.m_Button21.SymbolWidth = 20;
     this.m_Button21.TextHeight = 11;
     stringintervalmappercf30.DefaultValue = "";
     this.m_Button21.TextIntervalMapper = stringintervalmappercf30;
     this.m_Button21.TextValue = 0D;
     this.m_Button21.TextWidth = 24;
     this.m_Button21.Top = 179;
     this.m_Button21.Value = 0D;
     this.m_Button21.VisibleDynamicsValue = true;
     this.m_Button21.Width = 30;
     //
     // m_Text10
     //
     this.m_Text10.AutoSize = false;
     this.m_Text10.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(217)))), ((int)(((byte)(217))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text10.BlinkDynamicsValue = false;
     this.m_Text10.EnabledDynamicsValue = true;
     this.m_Text10.FontSizePixels = 12;
     this.m_Text10.Height = 25;
     this.m_Text10.Left = 204;
     this.m_Text10.Name = "m_Text10";
     this.m_Text10.ScreenOwnerName = "StabilityScreen";
     this.m_Text10.TextHorizontalAlignment = "Center";
     stringintervalmappercf31.DefaultValue = "";
     this.m_Text10.TextIntervalMapper = stringintervalmappercf31;
     this.m_Text10.TextVerticalAlignment = "Center";
     this.m_Text10.Top = 75;
     this.m_Text10.VisibleDynamicsValue = true;
     this.m_Text10.Width = 107;
     //
     // m_Text11
     //
     this.m_Text11.AutoSize = false;
     this.m_Text11.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(223)))), ((int)(((byte)(235))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text11.BlinkDynamicsValue = false;
     this.m_Text11.EnabledDynamicsValue = true;
     this.m_Text11.FontSizePixels = 12;
     this.m_Text11.Height = 25;
     this.m_Text11.Left = 330;
     this.m_Text11.Name = "m_Text11";
     this.m_Text11.ScreenOwnerName = "StabilityScreen";
     this.m_Text11.TextHorizontalAlignment = "Center";
     stringintervalmappercf32.DefaultValue = "";
     this.m_Text11.TextIntervalMapper = stringintervalmappercf32;
     this.m_Text11.TextVerticalAlignment = "Center";
     this.m_Text11.Top = 75;
     this.m_Text11.VisibleDynamicsValue = true;
     this.m_Text11.Width = 107;
     //
     // m_Button7
     //
     this.m_Button7.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(119)))), ((int)(((byte)(119))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button7.BlinkDynamicsValue = false;
     this.m_Button7.Bold = true;
     this.m_Button7.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button7.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button7.EnabledDynamicsValue = true;
     this.m_Button7.FontFamily = "Arial";
     this.m_Button7.FontSizePixels = 9;
     this.m_Button7.Height = 51;
     this.m_Button7.IndicatorMargin = null;
     this.m_Button7.Left = 389;
     this.m_Button7.Name = "m_Button7";
     this.m_Button7.ScreenOwnerName = "StabilityScreen";
     this.m_Button7.StyleName = "Eclipse";
     this.m_Button7.SymbolIntervalMapper = symbolintervalmapper21;
     this.m_Button7.TextHeight = 12;
     stringintervalmappercf33.DefaultValue = "RESTORE";
     this.m_Button7.TextIntervalMapper = stringintervalmappercf33;
     this.m_Button7.TextValue = 0D;
     this.m_Button7.TextWidth = 45;
     this.m_Button7.Top = 214;
     this.m_Button7.Value = 0D;
     this.m_Button7.VisibleDynamicsValue = true;
     this.m_Button7.Width = 51;
     //
     // m_Button8
     //
     this.m_Button8.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(119)))), ((int)(((byte)(119))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button8.BlinkDynamicsValue = false;
     this.m_Button8.Bold = true;
     this.m_Button8.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button8.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button8.EnabledDynamicsValue = true;
     this.m_Button8.FontFamily = "Arial";
     this.m_Button8.FontSizePixels = 11;
     this.m_Button8.Height = 51;
     this.m_Button8.IndicatorMargin = null;
     this.m_Button8.Left = 318;
     this.m_Button8.Name = "m_Button8";
     this.m_Button8.ScreenOwnerName = "StabilityScreen";
     this.m_Button8.StyleName = "Eclipse";
     this.m_Button8.SymbolIntervalMapper = symbolintervalmapper22;
     this.m_Button8.TextHeight = 14;
     stringintervalmappercf34.DefaultValue = "SAVE";
     this.m_Button8.TextIntervalMapper = stringintervalmappercf34;
     this.m_Button8.TextValue = 0D;
     this.m_Button8.TextWidth = 45;
     this.m_Button8.Top = 214;
     this.m_Button8.Value = 0D;
     this.m_Button8.VisibleDynamicsValue = true;
     this.m_Button8.Width = 51;
     this.DrawingPrimitives.Add(this.m_Rectangle2);
     this.DrawingPrimitives.Add(this.m_Rectangle1);
     this.DrawingPrimitives.Add(this.m_Rectangle);
     this.DrawingPrimitives.Add(this.m_Text);
     this.DrawingPrimitives.Add(this.m_Button);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric);
     this.DrawingPrimitives.Add(this.m_Button3);
     this.DrawingPrimitives.Add(this.m_Button4);
     this.DrawingPrimitives.Add(this.m_Text1);
     this.DrawingPrimitives.Add(this.m_Text2);
     this.DrawingPrimitives.Add(this.m_Text3);
     this.DrawingPrimitives.Add(this.m_Text4);
     this.DrawingPrimitives.Add(this.m_Text5);
     this.DrawingPrimitives.Add(this.m_Text6);
     this.DrawingPrimitives.Add(this.m_Rectangle3);
     this.DrawingPrimitives.Add(this.m_Rectangle4);
     this.DrawingPrimitives.Add(this.m_Button11);
     this.DrawingPrimitives.Add(this.m_Text7);
     this.DrawingPrimitives.Add(this.m_Text8);
     this.DrawingPrimitives.Add(this.m_Text9);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric1);
     this.DrawingPrimitives.Add(this.m_Button1);
     this.DrawingPrimitives.Add(this.m_Button2);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric2);
     this.DrawingPrimitives.Add(this.m_Button5);
     this.DrawingPrimitives.Add(this.m_Button6);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric4);
     this.DrawingPrimitives.Add(this.m_Button9);
     this.DrawingPrimitives.Add(this.m_Button10);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric5);
     this.DrawingPrimitives.Add(this.m_Button12);
     this.DrawingPrimitives.Add(this.m_Button13);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric6);
     this.DrawingPrimitives.Add(this.m_Button14);
     this.DrawingPrimitives.Add(this.m_Button15);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric7);
     this.DrawingPrimitives.Add(this.m_Button16);
     this.DrawingPrimitives.Add(this.m_Button17);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric8);
     this.DrawingPrimitives.Add(this.m_Button18);
     this.DrawingPrimitives.Add(this.m_Button19);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric9);
     this.DrawingPrimitives.Add(this.m_Button20);
     this.DrawingPrimitives.Add(this.m_Button21);
     this.DrawingPrimitives.Add(this.m_Text10);
     this.DrawingPrimitives.Add(this.m_Text11);
     this.DrawingPrimitives.Add(this.m_Button7);
     this.DrawingPrimitives.Add(this.m_Button8);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(480, 272);
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = true;
     this.Name = "StabilityScreen";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button8)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #5
0
ファイル: ANA_SAYFA.cs プロジェクト: tesamedikal/ekran
 private void InitializeComponent()
 {
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     this.m_Picture2       = new Neo.ApplicationFramework.Controls.Symbol.PictureCF();
     this.m_Button         = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button11       = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text           = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric4 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric  = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric1 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric2 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Text1          = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text2          = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button1        = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text3          = new Neo.ApplicationFramework.Controls.Controls.Label();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).BeginInit();
     this.SuspendLayout();
     //
     // ANA_SAYFA
     //
     this.Background  = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.SingleBorder;
     this.ControlBox  = false;
     //
     // m_Picture2
     //
     this.m_Picture2.BlinkDynamicsValue    = false;
     this.m_Picture2.DelayMouseInputPeriod = 0;
     this.m_Picture2.EnabledDynamicsValue  = true;
     this.m_Picture2.Height               = 492;
     this.m_Picture2.Left                 = 0;
     this.m_Picture2.Name                 = "m_Picture2";
     this.m_Picture2.ScreenOwnerName      = "ANA_SAYFA";
     this.m_Picture2.Stretch              = true;
     this.m_Picture2.SymbolName           = "tesa o2p";
     this.m_Picture2.Top                  = -4;
     this.m_Picture2.VisibleDynamicsValue = true;
     this.m_Picture2.Width                = 805;
     //
     // m_Button
     //
     this.m_Button.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.Bold                     = true;
     this.m_Button.BorderBrush              = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness          = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button.DelayMouseInputPeriod    = 0;
     this.m_Button.EnabledDynamicsValue     = true;
     this.m_Button.FontSizePixels           = 24;
     this.m_Button.ForceTransparency        = true;
     this.m_Button.Foreground               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button.Height                   = 68;
     this.m_Button.ImageHorizontalAlignment = "Left";
     this.m_Button.ImageMargin              = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(4D, 4D, 4D, 4D);
     this.m_Button.ImageStretch             = true;
     this.m_Button.IndicatorMargin          = null;
     this.m_Button.Left                     = 27;
     this.m_Button.Name                     = "m_Button";
     this.m_Button.RequiresTransparency     = true;
     this.m_Button.ScreenOwnerName          = "ANA_SAYFA";
     this.m_Button.StyleName                = "Glossy";
     this.m_Button.SymbolHeight             = 58;
     this.m_Button.SymbolIntervalMapper     = symbolintervalmapper1;
     this.m_Button.SymbolName               = "home";
     this.m_Button.SymbolWidth              = 58;
     this.m_Button.TextHeight               = 29;
     this.m_Button.TextMargin               = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(47D, 2D, 2D, 2D);
     this.m_Button.TextValue                = 0D;
     this.m_Button.TextWidth                = 177;
     this.m_Button.Top   = 390;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue     = true;
     this.m_Button.VisualPropertiesHashCode = 1916604426;
     this.m_Button.Width = 228;
     //
     // m_Button11
     //
     this.m_Button11.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button11.BlinkDynamicsValue = false;
     this.m_Button11.Bold                     = true;
     this.m_Button11.BorderBrush              = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button11.BorderThickness          = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button11.DelayMouseInputPeriod    = 0;
     this.m_Button11.EnabledDynamicsValue     = true;
     this.m_Button11.FontSizePixels           = 24;
     this.m_Button11.ForceTransparency        = true;
     this.m_Button11.Foreground               = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227)))));
     this.m_Button11.Height                   = 68;
     this.m_Button11.ImageHorizontalAlignment = "Left";
     this.m_Button11.ImageMargin              = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(4D, 4D, 4D, 4D);
     this.m_Button11.ImageStretch             = true;
     this.m_Button11.IndicatorMargin          = null;
     this.m_Button11.Left                     = 552;
     this.m_Button11.Name                     = "m_Button11";
     this.m_Button11.RequiresTransparency     = true;
     this.m_Button11.ScreenOwnerName          = "ANA_SAYFA";
     this.m_Button11.StyleName                = "Glossy";
     this.m_Button11.SymbolHeight             = 58;
     this.m_Button11.SymbolIntervalMapper     = symbolintervalmapper2;
     this.m_Button11.SymbolName               = "globe";
     this.m_Button11.SymbolWidth              = 58;
     this.m_Button11.TextHeight               = 29;
     this.m_Button11.TextMargin               = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(47D, 2D, 2D, 2D);
     this.m_Button11.TextValue                = 0D;
     this.m_Button11.TextWidth                = 177;
     this.m_Button11.Top   = 390;
     this.m_Button11.Value = 0D;
     this.m_Button11.VisibleDynamicsValue     = true;
     this.m_Button11.VisualPropertiesHashCode = -1818594472;
     this.m_Button11.Width = 228;
     //
     // m_Text
     //
     this.m_Text.BlinkDynamicsValue    = false;
     this.m_Text.DelayMouseInputPeriod = 0;
     this.m_Text.EnabledDynamicsValue  = true;
     this.m_Text.FontFamily            = "Brush Script MT";
     this.m_Text.FontSizePixels        = 28;
     this.m_Text.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Text.Height               = 21;
     this.m_Text.Left                 = 98;
     this.m_Text.Name                 = "m_Text";
     this.m_Text.ScreenOwnerName      = "ANA_SAYFA";
     this.m_Text.Top                  = 14;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width                = 134;
     //
     // m_AnalogNumeric4
     //
     this.m_AnalogNumeric4.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric4.BlinkDynamicsValue = false;
     this.m_AnalogNumeric4.Bold                  = true;
     this.m_AnalogNumeric4.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric4.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric4.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric4.DisplayFormat         = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.String;
     this.m_AnalogNumeric4.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric4.FontSizePixels        = 20;
     this.m_AnalogNumeric4.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric4.Height                = 34;
     this.m_AnalogNumeric4.Left                  = 507;
     this.m_AnalogNumeric4.MaxNumberOfCharacters = 30;
     this.m_AnalogNumeric4.Name                  = "m_AnalogNumeric4";
     this.m_AnalogNumeric4.ReadOnly              = true;
     this.m_AnalogNumeric4.ScreenOwnerName       = "ANA_SAYFA";
     this.m_AnalogNumeric4.Top                  = 17;
     this.m_AnalogNumeric4.Transparent          = true;
     this.m_AnalogNumeric4.VisibleDynamicsValue = true;
     this.m_AnalogNumeric4.Width                = 285;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.Bold                  = true;
     this.m_AnalogNumeric.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric.FontSizePixels        = 20;
     this.m_AnalogNumeric.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric.Height                = 34;
     this.m_AnalogNumeric.Left                  = 266;
     this.m_AnalogNumeric.MaxNumberOfCharacters = 30;
     this.m_AnalogNumeric.Name                  = "m_AnalogNumeric";
     this.m_AnalogNumeric.ScreenOwnerName       = "ANA_SAYFA";
     this.m_AnalogNumeric.Top                  = 390;
     this.m_AnalogNumeric.Transparent          = true;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width                = 94;
     //
     // m_AnalogNumeric1
     //
     this.m_AnalogNumeric1.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric1.BlinkDynamicsValue = false;
     this.m_AnalogNumeric1.Bold                  = true;
     this.m_AnalogNumeric1.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric1.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric1.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric1.FontSizePixels        = 20;
     this.m_AnalogNumeric1.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric1.Height                = 34;
     this.m_AnalogNumeric1.Left                  = 370;
     this.m_AnalogNumeric1.MaxNumberOfCharacters = 30;
     this.m_AnalogNumeric1.Name                  = "m_AnalogNumeric1";
     this.m_AnalogNumeric1.ScreenOwnerName       = "ANA_SAYFA";
     this.m_AnalogNumeric1.Top                  = 390;
     this.m_AnalogNumeric1.Transparent          = true;
     this.m_AnalogNumeric1.VisibleDynamicsValue = true;
     this.m_AnalogNumeric1.Width                = 83;
     //
     // m_AnalogNumeric2
     //
     this.m_AnalogNumeric2.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric2.BlinkDynamicsValue = false;
     this.m_AnalogNumeric2.Bold                  = true;
     this.m_AnalogNumeric2.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric2.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric2.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric2.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric2.FontSizePixels        = 20;
     this.m_AnalogNumeric2.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric2.Height                = 34;
     this.m_AnalogNumeric2.Left                  = 470;
     this.m_AnalogNumeric2.MaxNumberOfCharacters = 30;
     this.m_AnalogNumeric2.Name                  = "m_AnalogNumeric2";
     this.m_AnalogNumeric2.ScreenOwnerName       = "ANA_SAYFA";
     this.m_AnalogNumeric2.Top                  = 390;
     this.m_AnalogNumeric2.Transparent          = true;
     this.m_AnalogNumeric2.VisibleDynamicsValue = true;
     this.m_AnalogNumeric2.Width                = 74;
     //
     // m_Text1
     //
     this.m_Text1.BlinkDynamicsValue    = false;
     this.m_Text1.DelayMouseInputPeriod = 0;
     this.m_Text1.EnabledDynamicsValue  = true;
     this.m_Text1.FontSizePixels        = 20;
     this.m_Text1.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Text1.Height               = 21;
     this.m_Text1.Left                 = 360;
     this.m_Text1.Name                 = "m_Text1";
     this.m_Text1.ScreenOwnerName      = "ANA_SAYFA";
     this.m_Text1.Top                  = 392;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width                = 10;
     //
     // m_Text2
     //
     this.m_Text2.BlinkDynamicsValue    = false;
     this.m_Text2.DelayMouseInputPeriod = 0;
     this.m_Text2.EnabledDynamicsValue  = true;
     this.m_Text2.FontSizePixels        = 20;
     this.m_Text2.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Text2.Height               = 21;
     this.m_Text2.Left                 = 440;
     this.m_Text2.Name                 = "m_Text2";
     this.m_Text2.ScreenOwnerName      = "ANA_SAYFA";
     this.m_Text2.Top                  = 392;
     this.m_Text2.VisibleDynamicsValue = true;
     this.m_Text2.Width                = 10;
     //
     // m_Button1
     //
     this.m_Button1.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_Button1.BlinkDynamicsValue    = false;
     this.m_Button1.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(112)))), ((int)(((byte)(112))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button1.DelayMouseInputPeriod = 0;
     this.m_Button1.EnabledDynamicsValue  = true;
     this.m_Button1.FontSizePixels        = 15;
     this.m_Button1.ForceTransparency     = true;
     this.m_Button1.Height               = 144;
     this.m_Button1.IndicatorMargin      = null;
     this.m_Button1.Left                 = 0;
     this.m_Button1.Name                 = "m_Button1";
     this.m_Button1.RequiresTransparency = true;
     this.m_Button1.ScreenOwnerName      = "ANA_SAYFA";
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper3;
     this.m_Button1.TextHeight           = 18;
     this.m_Button1.TextValue            = 0D;
     this.m_Button1.TextWidth            = 372;
     this.m_Button1.Top                      = 109;
     this.m_Button1.Transparent              = true;
     this.m_Button1.Value                    = 0D;
     this.m_Button1.VisibleDynamicsValue     = true;
     this.m_Button1.VisualPropertiesHashCode = 567919092;
     this.m_Button1.Width                    = 382;
     //
     // m_Text3
     //
     this.m_Text3.BlinkDynamicsValue = false;
     this.m_Text3.Bold = true;
     this.m_Text3.DelayMouseInputPeriod = 0;
     this.m_Text3.EnabledDynamicsValue  = true;
     this.m_Text3.FontSizePixels        = 20;
     this.m_Text3.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Text3.Height               = 21;
     this.m_Text3.Left                 = 274;
     this.m_Text3.Name                 = "m_Text3";
     this.m_Text3.ScreenOwnerName      = "ANA_SAYFA";
     this.m_Text3.Top                  = 432;
     this.m_Text3.VisibleDynamicsValue = true;
     this.m_Text3.Width                = 131;
     this.FormBorderStyle              = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize              = new System.Drawing.Size(800, 480);
     this.IsCacheable             = true;
     this.Location                = new System.Drawing.Point(0, 0);
     this.ModalScreen             = true;
     this.Name                    = "ANA_SAYFA";
     this.PopupScreen             = false;
     this.ScreenID                = null;
     this.ScreenTitle             = "";
     this.StyleName               = "";
     this.WindowState             = System.Windows.Forms.FormWindowState.Normal;
     this.m_Initialized_ANA_SAYFA = true;
     this.AddControlsAndPrimitives();
     this.ResumeLayout(false);
 }
コード例 #6
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper4 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper5 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf5 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper6 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf6 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf7 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf8 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf9 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf10 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric1 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric2 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button7 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button1 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button2 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button3 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button4 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Line = new Neo.ApplicationFramework.Controls.Controls.Line();
     this.m_Text = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text1 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text2 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text3 = new Neo.ApplicationFramework.Controls.Controls.Label();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).BeginInit();
     this.SuspendLayout();
     //
     // DisplaySystemDate
     //
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.Bold = true;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 18;
     this.m_AnalogNumeric.Height = 40;
     this.m_AnalogNumeric.Left = 189;
     this.m_AnalogNumeric.MaxNumberOfCharacters = 2;
     this.m_AnalogNumeric.MaxValue = 12D;
     this.m_AnalogNumeric.MinValue = 1D;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.NumberOfDecimals = 0;
     this.m_AnalogNumeric.ReadOnly = true;
     this.m_AnalogNumeric.ScreenOwnerName = "DisplaySystemDate";
     this.m_AnalogNumeric.Top = 156;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 60;
     //
     // m_AnalogNumeric1
     //
     this.m_AnalogNumeric1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric1.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric1.BlinkDynamicsValue = false;
     this.m_AnalogNumeric1.Bold = true;
     this.m_AnalogNumeric1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric1.EnabledDynamicsValue = true;
     this.m_AnalogNumeric1.FontSizePixels = 18;
     this.m_AnalogNumeric1.Height = 40;
     this.m_AnalogNumeric1.Left = 259;
     this.m_AnalogNumeric1.MaxNumberOfCharacters = 2;
     this.m_AnalogNumeric1.MinValue = 1D;
     this.m_AnalogNumeric1.Name = "m_AnalogNumeric1";
     this.m_AnalogNumeric1.NumberOfDecimals = 0;
     this.m_AnalogNumeric1.ReadOnly = true;
     this.m_AnalogNumeric1.ScreenOwnerName = "DisplaySystemDate";
     this.m_AnalogNumeric1.Top = 156;
     this.m_AnalogNumeric1.VisibleDynamicsValue = true;
     this.m_AnalogNumeric1.Width = 60;
     //
     // m_AnalogNumeric2
     //
     this.m_AnalogNumeric2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric2.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric2.BlinkDynamicsValue = false;
     this.m_AnalogNumeric2.Bold = true;
     this.m_AnalogNumeric2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric2.EnabledDynamicsValue = true;
     this.m_AnalogNumeric2.FontSizePixels = 18;
     this.m_AnalogNumeric2.Height = 40;
     this.m_AnalogNumeric2.Left = 330;
     this.m_AnalogNumeric2.MaxNumberOfCharacters = 4;
     this.m_AnalogNumeric2.MaxValue = 2100D;
     this.m_AnalogNumeric2.MinValue = 2000D;
     this.m_AnalogNumeric2.Name = "m_AnalogNumeric2";
     this.m_AnalogNumeric2.NumberOfDecimals = 0;
     this.m_AnalogNumeric2.ReadOnly = true;
     this.m_AnalogNumeric2.ScreenOwnerName = "DisplaySystemDate";
     this.m_AnalogNumeric2.Top = 156;
     this.m_AnalogNumeric2.ValidateValueOnInput = true;
     this.m_AnalogNumeric2.VisibleDynamicsValue = true;
     this.m_AnalogNumeric2.Width = 76;
     //
     // m_Button7
     //
     this.m_Button7.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button7.BlinkDynamicsValue = false;
     this.m_Button7.Bold = true;
     this.m_Button7.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button7.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button7.EnabledDynamicsValue = true;
     this.m_Button7.FontSizePixels = 18;
     this.m_Button7.Height = 45;
     this.m_Button7.ImageMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 5D, 2D, 5D);
     this.m_Button7.IndicatorMargin = null;
     this.m_Button7.Left = 189;
     this.m_Button7.MultiLine = true;
     this.m_Button7.Name = "m_Button7";
     this.m_Button7.ScreenOwnerName = "DisplaySystemDate";
     this.m_Button7.StyleName = "Glossy";
     this.m_Button7.SymbolHeight = 33;
     this.m_Button7.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button7.SymbolName = "path2924";
     this.m_Button7.SymbolWidth = 38;
     this.m_Button7.TextHeight = 22;
     stringintervalmappercf1.DefaultValue = "";
     this.m_Button7.TextIntervalMapper = stringintervalmappercf1;
     this.m_Button7.TextValue = 0D;
     this.m_Button7.TextWidth = 54;
     this.m_Button7.Top = 103;
     this.m_Button7.Value = 0D;
     this.m_Button7.VisibleDynamicsValue = true;
     this.m_Button7.Width = 60;
     //
     // m_Button
     //
     this.m_Button.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.Bold = true;
     this.m_Button.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button.EnabledDynamicsValue = true;
     this.m_Button.FontSizePixels = 18;
     this.m_Button.Height = 45;
     this.m_Button.ImageMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 5D, 2D, 5D);
     this.m_Button.IndicatorMargin = null;
     this.m_Button.Left = 189;
     this.m_Button.MultiLine = true;
     this.m_Button.Name = "m_Button";
     this.m_Button.ScreenOwnerName = "DisplaySystemDate";
     this.m_Button.StyleName = "Glossy";
     this.m_Button.SymbolHeight = 33;
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_Button.SymbolName = "path2923";
     this.m_Button.SymbolWidth = 38;
     this.m_Button.TextHeight = 22;
     stringintervalmappercf2.DefaultValue = "";
     this.m_Button.TextIntervalMapper = stringintervalmappercf2;
     this.m_Button.TextValue = 0D;
     this.m_Button.TextWidth = 54;
     this.m_Button.Top = 204;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue = true;
     this.m_Button.Width = 60;
     //
     // m_Button1
     //
     this.m_Button1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BlinkDynamicsValue = false;
     this.m_Button1.Bold = true;
     this.m_Button1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button1.EnabledDynamicsValue = true;
     this.m_Button1.FontSizePixels = 18;
     this.m_Button1.Height = 45;
     this.m_Button1.ImageMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 5D, 2D, 5D);
     this.m_Button1.IndicatorMargin = null;
     this.m_Button1.Left = 259;
     this.m_Button1.MultiLine = true;
     this.m_Button1.Name = "m_Button1";
     this.m_Button1.ScreenOwnerName = "DisplaySystemDate";
     this.m_Button1.StyleName = "Glossy";
     this.m_Button1.SymbolHeight = 33;
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper3;
     this.m_Button1.SymbolName = "path2924";
     this.m_Button1.SymbolWidth = 38;
     this.m_Button1.TextHeight = 22;
     stringintervalmappercf3.DefaultValue = "";
     this.m_Button1.TextIntervalMapper = stringintervalmappercf3;
     this.m_Button1.TextValue = 0D;
     this.m_Button1.TextWidth = 54;
     this.m_Button1.Top = 103;
     this.m_Button1.Value = 0D;
     this.m_Button1.VisibleDynamicsValue = true;
     this.m_Button1.Width = 60;
     //
     // m_Button2
     //
     this.m_Button2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BlinkDynamicsValue = false;
     this.m_Button2.Bold = true;
     this.m_Button2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button2.EnabledDynamicsValue = true;
     this.m_Button2.FontSizePixels = 18;
     this.m_Button2.Height = 45;
     this.m_Button2.ImageMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 5D, 2D, 5D);
     this.m_Button2.IndicatorMargin = null;
     this.m_Button2.Left = 259;
     this.m_Button2.MultiLine = true;
     this.m_Button2.Name = "m_Button2";
     this.m_Button2.ScreenOwnerName = "DisplaySystemDate";
     this.m_Button2.StyleName = "Glossy";
     this.m_Button2.SymbolHeight = 33;
     this.m_Button2.SymbolIntervalMapper = symbolintervalmapper4;
     this.m_Button2.SymbolName = "path2923";
     this.m_Button2.SymbolWidth = 38;
     this.m_Button2.TextHeight = 22;
     stringintervalmappercf4.DefaultValue = "";
     this.m_Button2.TextIntervalMapper = stringintervalmappercf4;
     this.m_Button2.TextValue = 0D;
     this.m_Button2.TextWidth = 54;
     this.m_Button2.Top = 204;
     this.m_Button2.Value = 0D;
     this.m_Button2.VisibleDynamicsValue = true;
     this.m_Button2.Width = 60;
     //
     // m_Button3
     //
     this.m_Button3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BlinkDynamicsValue = false;
     this.m_Button3.Bold = true;
     this.m_Button3.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button3.EnabledDynamicsValue = true;
     this.m_Button3.FontSizePixels = 18;
     this.m_Button3.Height = 45;
     this.m_Button3.ImageMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 5D, 2D, 5D);
     this.m_Button3.IndicatorMargin = null;
     this.m_Button3.Left = 330;
     this.m_Button3.MultiLine = true;
     this.m_Button3.Name = "m_Button3";
     this.m_Button3.ScreenOwnerName = "DisplaySystemDate";
     this.m_Button3.StyleName = "Glossy";
     this.m_Button3.SymbolHeight = 33;
     this.m_Button3.SymbolIntervalMapper = symbolintervalmapper5;
     this.m_Button3.SymbolName = "path2924";
     this.m_Button3.SymbolWidth = 38;
     this.m_Button3.TextHeight = 22;
     stringintervalmappercf5.DefaultValue = "";
     this.m_Button3.TextIntervalMapper = stringintervalmappercf5;
     this.m_Button3.TextValue = 0D;
     this.m_Button3.TextWidth = 70;
     this.m_Button3.Top = 103;
     this.m_Button3.Value = 0D;
     this.m_Button3.VisibleDynamicsValue = true;
     this.m_Button3.Width = 76;
     //
     // m_Button4
     //
     this.m_Button4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BlinkDynamicsValue = false;
     this.m_Button4.Bold = true;
     this.m_Button4.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button4.EnabledDynamicsValue = true;
     this.m_Button4.FontSizePixels = 18;
     this.m_Button4.Height = 45;
     this.m_Button4.ImageMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 5D, 2D, 5D);
     this.m_Button4.IndicatorMargin = null;
     this.m_Button4.Left = 330;
     this.m_Button4.MultiLine = true;
     this.m_Button4.Name = "m_Button4";
     this.m_Button4.ScreenOwnerName = "DisplaySystemDate";
     this.m_Button4.StyleName = "Glossy";
     this.m_Button4.SymbolHeight = 33;
     this.m_Button4.SymbolIntervalMapper = symbolintervalmapper6;
     this.m_Button4.SymbolName = "path2923";
     this.m_Button4.SymbolWidth = 38;
     this.m_Button4.TextHeight = 22;
     stringintervalmappercf6.DefaultValue = "";
     this.m_Button4.TextIntervalMapper = stringintervalmappercf6;
     this.m_Button4.TextValue = 0D;
     this.m_Button4.TextWidth = 70;
     this.m_Button4.Top = 204;
     this.m_Button4.Value = 0D;
     this.m_Button4.VisibleDynamicsValue = true;
     this.m_Button4.Width = 76;
     //
     // m_Line
     //
     this.m_Line.BlinkDynamicsValue = false;
     this.m_Line.EnabledDynamicsValue = true;
     this.m_Line.Fill = null;
     this.m_Line.Name = "m_Line";
     this.m_Line.ScreenOwnerName = "DisplaySystemDate";
     this.m_Line.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Line.VisibleDynamicsValue = true;
     this.m_Line.X1 = 136;
     this.m_Line.X2 = 466;
     this.m_Line.Y1 = 67;
     this.m_Line.Y2 = 67;
     //
     // m_Text
     //
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.EnabledDynamicsValue = true;
     this.m_Text.FontSizePixels = 14;
     this.m_Text.Height = 21;
     this.m_Text.Left = 134;
     this.m_Text.Name = "m_Text";
     this.m_Text.ScreenOwnerName = "DisplaySystemDate";
     stringintervalmappercf7.DefaultValue = "System Date";
     this.m_Text.TextIntervalMapper = stringintervalmappercf7;
     this.m_Text.Top = 41;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width = 69;
     //
     // m_Text1
     //
     this.m_Text1.AutoSize = false;
     this.m_Text1.BlinkDynamicsValue = false;
     this.m_Text1.EnabledDynamicsValue = true;
     this.m_Text1.FontSizePixels = 14;
     this.m_Text1.Height = 23;
     this.m_Text1.Left = 189;
     this.m_Text1.Name = "m_Text1";
     this.m_Text1.ScreenOwnerName = "DisplaySystemDate";
     this.m_Text1.TextHorizontalAlignment = "Center";
     stringintervalmappercf8.DefaultValue = "Month";
     this.m_Text1.TextIntervalMapper = stringintervalmappercf8;
     this.m_Text1.Top = 72;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width = 60;
     //
     // m_Text2
     //
     this.m_Text2.AutoSize = false;
     this.m_Text2.BlinkDynamicsValue = false;
     this.m_Text2.EnabledDynamicsValue = true;
     this.m_Text2.FontSizePixels = 14;
     this.m_Text2.Height = 23;
     this.m_Text2.Left = 263;
     this.m_Text2.Name = "m_Text2";
     this.m_Text2.ScreenOwnerName = "DisplaySystemDate";
     this.m_Text2.TextHorizontalAlignment = "Center";
     stringintervalmappercf9.DefaultValue = "Day";
     this.m_Text2.TextIntervalMapper = stringintervalmappercf9;
     this.m_Text2.Top = 72;
     this.m_Text2.VisibleDynamicsValue = true;
     this.m_Text2.Width = 56;
     //
     // m_Text3
     //
     this.m_Text3.AutoSize = false;
     this.m_Text3.BlinkDynamicsValue = false;
     this.m_Text3.EnabledDynamicsValue = true;
     this.m_Text3.FontSizePixels = 14;
     this.m_Text3.Height = 23;
     this.m_Text3.Left = 330;
     this.m_Text3.Name = "m_Text3";
     this.m_Text3.ScreenOwnerName = "DisplaySystemDate";
     this.m_Text3.TextHorizontalAlignment = "Center";
     stringintervalmappercf10.DefaultValue = "Year";
     this.m_Text3.TextIntervalMapper = stringintervalmappercf10;
     this.m_Text3.Top = 72;
     this.m_Text3.VisibleDynamicsValue = true;
     this.m_Text3.Width = 76;
     this.DrawingPrimitives.Add(this.m_AnalogNumeric);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric1);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric2);
     this.DrawingPrimitives.Add(this.m_Button7);
     this.DrawingPrimitives.Add(this.m_Button);
     this.DrawingPrimitives.Add(this.m_Button1);
     this.DrawingPrimitives.Add(this.m_Button2);
     this.DrawingPrimitives.Add(this.m_Button3);
     this.DrawingPrimitives.Add(this.m_Button4);
     this.DrawingPrimitives.Add(this.m_Line);
     this.DrawingPrimitives.Add(this.m_Text);
     this.DrawingPrimitives.Add(this.m_Text1);
     this.DrawingPrimitives.Add(this.m_Text2);
     this.DrawingPrimitives.Add(this.m_Text3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(480, 272);
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = true;
     this.Name = "DisplaySystemDate";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #7
0
 private void InitializeComponent()
 {
     this.brushdynamicsconvertercf1 = new Neo.ApplicationFramework.Common.Dynamics.BrushDynamicsConverterCF();
     this.linearconvertercf1 = new Neo.ApplicationFramework.Common.Dynamics.LinearConverterCF();
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval1 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval2 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_Picture = new Neo.ApplicationFramework.Controls.Symbol.PictureCF();
     this.m_LinearMeter = new Neo.ApplicationFramework.Controls.Controls.LinearMeterCF();
     this.m_Picture1 = new Neo.ApplicationFramework.Controls.Symbol.PictureCF();
     this.m_Picture2 = new Neo.ApplicationFramework.Controls.Symbol.PictureCF();
     this.m_Picture4 = new Neo.ApplicationFramework.Controls.Symbol.PictureCF();
     this.m_Picture3 = new Neo.ApplicationFramework.Controls.Symbol.PictureCF();
     this.m_lblQuickFill = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text1 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button1 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_lblStatus = new Neo.ApplicationFramework.Controls.Controls.Label();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_LinearMeter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_lblQuickFill)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_lblStatus)).BeginInit();
     this.SuspendLayout();
     //
     // QuickFillScreen3
     //
     this.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(187)))), ((int)(((byte)(187))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), Neo.ApplicationFramework.Interfaces.FillDirection.DiagonalBottomRightToTopLeft);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_Picture
     //
     this.m_Picture.BlinkDynamicsValue = false;
     this.m_Picture.EnabledDynamicsValue = true;
     this.m_Picture.Height = 148;
     this.m_Picture.Left = 124;
     this.m_Picture.Name = "m_Picture";
     this.m_Picture.ScreenOwnerName = "QuickFillScreen3";
     this.m_Picture.Stretch = true;
     this.m_Picture.SymbolName = "tank medium 1";
     this.m_Picture.Top = 77;
     this.m_Picture.VisibleDynamicsValue = true;
     this.m_Picture.Width = 100;
     //
     // m_LinearMeter
     //
     this.m_LinearMeter.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_LinearMeter.BlinkDynamicsValue = false;
     linearconvertercf1.EndDataValue = 100D;
     linearconvertercf1.EndPropertyValue = 100D;
     linearconvertercf1.StartDataValue = 0D;
     linearconvertercf1.StartPropertyValue = 0D;
     this.m_LinearMeter.EnabledDynamicsValue = true;
     this.m_LinearMeter.FontSizePixels = 7;
     this.m_LinearMeter.Foreground = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_LinearMeter.Height = 104;
     this.m_LinearMeter.IndicatorColor = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_LinearMeter.IndicatorMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(7D, 7D, 7D, 7D);
     this.m_LinearMeter.InvalidateAtValueChanged = true;
     this.m_LinearMeter.Left = 135;
     this.m_LinearMeter.MajorScaleMarginFirst = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(0D, 0D, 80D, 104D);
     this.m_LinearMeter.MajorScaleMarginSecond = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(double.NaN, double.NaN, double.NaN, double.NaN);
     this.m_LinearMeter.MajorTickCount = 6;
     this.m_LinearMeter.Maximum = 100D;
     this.m_LinearMeter.Minimum = 0D;
     this.m_LinearMeter.MinorScaleMarginFirst = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(0D, 0D, 80D, 104D);
     this.m_LinearMeter.MinorScaleMarginSecond = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(double.NaN, double.NaN, double.NaN, double.NaN);
     this.m_LinearMeter.MinorTickCount = 1;
     this.m_LinearMeter.Name = "m_LinearMeter";
     this.m_LinearMeter.Orientation = Neo.ApplicationFramework.Controls.Controls.OrientationCF.Vertical;
     this.m_LinearMeter.ScaleColor = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_LinearMeter.ScaleVisible = false;
     this.m_LinearMeter.ScreenOwnerName = "QuickFillScreen3";
     this.m_LinearMeter.TextScaleMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(0D, 0D, 80D, 104D);
     this.m_LinearMeter.Top = 99;
     this.m_LinearMeter.VisibleDynamicsValue = true;
     this.m_LinearMeter.Width = 80;
     //
     // m_Picture1
     //
     this.m_Picture1.BlinkDynamicsValue = false;
     this.m_Picture1.EnabledDynamicsValue = true;
     this.m_Picture1.Height = 20;
     this.m_Picture1.Left = 162;
     this.m_Picture1.Name = "m_Picture1";
     this.m_Picture1.ScreenOwnerName = "QuickFillScreen3";
     this.m_Picture1.Stretch = true;
     this.m_Picture1.SymbolName = "pipe bend 4";
     this.m_Picture1.Top = 61;
     this.m_Picture1.VisibleDynamicsValue = true;
     this.m_Picture1.Width = 20;
     //
     // m_Picture2
     //
     this.m_Picture2.BlinkDynamicsValue = false;
     this.m_Picture2.EnabledDynamicsValue = true;
     this.m_Picture2.Height = 14;
     this.m_Picture2.Left = 86;
     this.m_Picture2.Name = "m_Picture2";
     this.m_Picture2.ScreenOwnerName = "QuickFillScreen3";
     this.m_Picture2.Stretch = true;
     this.m_Picture2.SymbolName = "pipe 1";
     this.m_Picture2.Top = 62;
     this.m_Picture2.VisibleDynamicsValue = true;
     this.m_Picture2.Width = 76;
     //
     // m_Picture4
     //
     this.m_Picture4.BlinkDynamicsValue = false;
     this.m_Picture4.EnabledDynamicsValue = true;
     this.m_Picture4.Height = 14;
     this.m_Picture4.Left = 6;
     this.m_Picture4.Name = "m_Picture4";
     this.m_Picture4.ScreenOwnerName = "QuickFillScreen3";
     this.m_Picture4.Stretch = true;
     this.m_Picture4.SymbolName = "pipe 1";
     this.m_Picture4.Top = 62;
     this.m_Picture4.VisibleDynamicsValue = true;
     this.m_Picture4.Width = 45;
     //
     // m_Picture3
     //
     this.m_Picture3.BlinkDynamicsValue = false;
     this.m_Picture3.EnabledDynamicsValue = true;
     this.m_Picture3.Height = 34;
     this.m_Picture3.Left = 40;
     this.m_Picture3.Name = "m_Picture3";
     this.m_Picture3.ScreenOwnerName = "QuickFillScreen3";
     this.m_Picture3.Stretch = true;
     this.m_Picture3.SymbolName = "valve 5 on";
     this.m_Picture3.Top = 44;
     this.m_Picture3.VisibleDynamicsValue = true;
     this.m_Picture3.Width = 54;
     //
     // m_lblQuickFill
     //
     this.m_lblQuickFill.AutoSize = false;
     this.m_lblQuickFill.BlinkDynamicsValue = false;
     this.m_lblQuickFill.BlinkInterval = 2000;
     this.m_lblQuickFill.EnabledDynamicsValue = true;
     this.m_lblQuickFill.FontSizePixels = 16;
     this.m_lblQuickFill.Height = 25;
     this.m_lblQuickFill.Left = 16;
     this.m_lblQuickFill.Name = "m_lblQuickFill";
     this.m_lblQuickFill.ScreenOwnerName = "QuickFillScreen3";
     this.m_lblQuickFill.TextHorizontalAlignment = "Center";
     stringintervalmappercf1.DefaultValue = "Quick Filling in Progress";
     this.m_lblQuickFill.TextIntervalMapper = stringintervalmappercf1;
     this.m_lblQuickFill.TextVerticalAlignment = "Center";
     this.m_lblQuickFill.Top = 8;
     this.m_lblQuickFill.VisibleDynamicsValue = true;
     this.m_lblQuickFill.Width = 446;
     //
     // m_Text1
     //
     this.m_Text1.BlinkDynamicsValue = false;
     this.m_Text1.EnabledDynamicsValue = true;
     this.m_Text1.FontSizePixels = 18;
     this.m_Text1.Height = 21;
     this.m_Text1.Left = 248;
     this.m_Text1.Name = "m_Text1";
     this.m_Text1.ScreenOwnerName = "QuickFillScreen3";
     stringintervalmappercf2.DefaultValue = "Test Pressure Reading";
     this.m_Text1.TextIntervalMapper = stringintervalmappercf2;
     this.m_Text1.Top = 77;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width = 117;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.Bold = true;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     brushdynamicsconvertercf1.BrushIntervalMapper.DefaultValue = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.Black, System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushcfinterval1.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(20)))), ((int)(((byte)(25))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushcfinterval2.End = 1D;
     brushcfinterval2.Start = 1D;
     brushcfinterval2.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(177)))), ((int)(((byte)(76))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushdynamicsconvertercf1.BrushIntervalMapper.Intervals.Add(brushcfinterval1);
     brushdynamicsconvertercf1.BrushIntervalMapper.Intervals.Add(brushcfinterval2);
     this.m_AnalogNumeric.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.String;
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 26;
     this.m_AnalogNumeric.Height = 57;
     this.m_AnalogNumeric.Left = 264;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.ReadOnly = true;
     this.m_AnalogNumeric.ScreenOwnerName = "QuickFillScreen3";
     this.m_AnalogNumeric.Top = 110;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 171;
     //
     // m_Button1
     //
     this.m_Button1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BlinkDynamicsValue = false;
     this.m_Button1.Bold = true;
     this.m_Button1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button1.EnabledDynamicsValue = true;
     this.m_Button1.FontSizePixels = 16;
     this.m_Button1.Height = 58;
     this.m_Button1.IndicatorMargin = null;
     this.m_Button1.Left = 279;
     this.m_Button1.Name = "m_Button1";
     this.m_Button1.ScreenOwnerName = "QuickFillScreen3";
     this.m_Button1.StyleName = "Glossy";
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button1.TextHeight = 19;
     stringintervalmappercf3.DefaultValue = "EXIT";
     this.m_Button1.TextIntervalMapper = stringintervalmappercf3;
     this.m_Button1.TextValue = 0D;
     this.m_Button1.TextWidth = 136;
     this.m_Button1.Top = 177;
     this.m_Button1.Value = 0D;
     this.m_Button1.VisibleDynamicsValue = true;
     this.m_Button1.Width = 142;
     //
     // m_lblStatus
     //
     this.m_lblStatus.AutoSize = false;
     this.m_lblStatus.BlinkDynamicsValue = false;
     this.m_lblStatus.BlinkInterval = 2000;
     this.m_lblStatus.EnabledDynamicsValue = true;
     this.m_lblStatus.FontSizePixels = 12;
     this.m_lblStatus.Height = 25;
     this.m_lblStatus.Left = 16;
     this.m_lblStatus.Name = "m_lblStatus";
     this.m_lblStatus.ScreenOwnerName = "QuickFillScreen3";
     this.m_lblStatus.TextHorizontalAlignment = "Center";
     stringintervalmappercf4.DefaultValue = "20 min(s) left";
     this.m_lblStatus.TextIntervalMapper = stringintervalmappercf4;
     this.m_lblStatus.TextVerticalAlignment = "Center";
     this.m_lblStatus.Top = 28;
     this.m_lblStatus.VisibleDynamicsValue = true;
     this.m_lblStatus.Width = 446;
     this.DrawingPrimitives.Add(this.m_Picture);
     this.DrawingPrimitives.Add(this.m_LinearMeter);
     this.DrawingPrimitives.Add(this.m_Picture1);
     this.DrawingPrimitives.Add(this.m_Picture2);
     this.DrawingPrimitives.Add(this.m_Picture4);
     this.DrawingPrimitives.Add(this.m_Picture3);
     this.DrawingPrimitives.Add(this.m_lblQuickFill);
     this.DrawingPrimitives.Add(this.m_Text1);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric);
     this.DrawingPrimitives.Add(this.m_Button1);
     this.DrawingPrimitives.Add(this.m_lblStatus);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(480, 272);
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = false;
     this.Name = "QuickFillScreen3";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "Quick Fill";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_LinearMeter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_lblQuickFill)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_lblStatus)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #8
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf5 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper4 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf6 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf7 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_Text2 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Line = new Neo.ApplicationFramework.Controls.Controls.Line();
     this.m_lblMin = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button22 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button23 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text15 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_lblSec = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button1 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text = new Neo.ApplicationFramework.Controls.Controls.Label();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_lblMin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_lblSec)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     this.SuspendLayout();
     //
     // RcrdInterval
     //
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_Text2
     //
     this.m_Text2.AutoSize = false;
     this.m_Text2.BlinkDynamicsValue = false;
     this.m_Text2.EnabledDynamicsValue = true;
     this.m_Text2.FontFamily = "Arial";
     this.m_Text2.FontSizePixels = 18;
     this.m_Text2.Height = 27;
     this.m_Text2.Left = 125;
     this.m_Text2.Name = "m_Text2";
     this.m_Text2.ScreenOwnerName = "RcrdInterval";
     stringintervalmappercf1.DefaultValue = "Recording Interval";
     this.m_Text2.TextIntervalMapper = stringintervalmappercf1;
     this.m_Text2.TextVerticalAlignment = "Center";
     this.m_Text2.Top = 38;
     this.m_Text2.VisibleDynamicsValue = true;
     this.m_Text2.Width = 341;
     //
     // m_Line
     //
     this.m_Line.BlinkDynamicsValue = false;
     this.m_Line.EnabledDynamicsValue = true;
     this.m_Line.Fill = null;
     this.m_Line.Name = "m_Line";
     this.m_Line.ScreenOwnerName = "RcrdInterval";
     this.m_Line.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Line.VisibleDynamicsValue = true;
     this.m_Line.X1 = 134;
     this.m_Line.X2 = 466;
     this.m_Line.Y1 = 65;
     this.m_Line.Y2 = 65;
     //
     // m_lblMin
     //
     this.m_lblMin.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_lblMin.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_lblMin.BlinkDynamicsValue = false;
     this.m_lblMin.Bold = true;
     this.m_lblMin.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_lblMin.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_lblMin.EnabledDynamicsValue = true;
     this.m_lblMin.FontSizePixels = 20;
     this.m_lblMin.Height = 48;
     this.m_lblMin.Left = 227;
     this.m_lblMin.MaxValue = 60D;
     this.m_lblMin.Name = "m_lblMin";
     this.m_lblMin.NumberOfDecimals = 0;
     this.m_lblMin.ScreenOwnerName = "RcrdInterval";
     this.m_lblMin.Top = 97;
     this.m_lblMin.ValidateValueOnInput = true;
     this.m_lblMin.VisibleDynamicsValue = true;
     this.m_lblMin.Width = 117;
     //
     // m_Button22
     //
     this.m_Button22.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button22.BlinkDynamicsValue = false;
     this.m_Button22.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button22.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button22.EnabledDynamicsValue = true;
     this.m_Button22.FontSizePixels = 9;
     this.m_Button22.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button22.Height = 48;
     this.m_Button22.IndicatorMargin = null;
     this.m_Button22.Left = 344;
     this.m_Button22.Name = "m_Button22";
     this.m_Button22.ScreenOwnerName = "RcrdInterval";
     this.m_Button22.StyleName = "Glossy";
     this.m_Button22.SymbolHeight = 42;
     this.m_Button22.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button22.SymbolName = "path2985";
     this.m_Button22.SymbolWidth = 36;
     this.m_Button22.TextHeight = 11;
     stringintervalmappercf2.DefaultValue = "";
     this.m_Button22.TextIntervalMapper = stringintervalmappercf2;
     this.m_Button22.TextValue = 0D;
     this.m_Button22.TextWidth = 50;
     this.m_Button22.Top = 97;
     this.m_Button22.Value = 0D;
     this.m_Button22.VisibleDynamicsValue = true;
     this.m_Button22.Width = 56;
     //
     // m_Button23
     //
     this.m_Button23.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button23.BlinkDynamicsValue = false;
     this.m_Button23.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button23.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button23.EnabledDynamicsValue = true;
     this.m_Button23.FontSizePixels = 9;
     this.m_Button23.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button23.Height = 48;
     this.m_Button23.IndicatorMargin = null;
     this.m_Button23.Left = 171;
     this.m_Button23.Name = "m_Button23";
     this.m_Button23.ScreenOwnerName = "RcrdInterval";
     this.m_Button23.StyleName = "Glossy";
     this.m_Button23.SymbolHeight = 42;
     this.m_Button23.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_Button23.SymbolName = "path29851";
     this.m_Button23.SymbolWidth = 36;
     this.m_Button23.TextHeight = 11;
     stringintervalmappercf3.DefaultValue = "";
     this.m_Button23.TextIntervalMapper = stringintervalmappercf3;
     this.m_Button23.TextValue = 0D;
     this.m_Button23.TextWidth = 50;
     this.m_Button23.Top = 97;
     this.m_Button23.Value = 0D;
     this.m_Button23.VisibleDynamicsValue = true;
     this.m_Button23.Width = 56;
     //
     // m_Text15
     //
     this.m_Text15.AutoSize = false;
     this.m_Text15.BlinkDynamicsValue = false;
     this.m_Text15.EnabledDynamicsValue = true;
     this.m_Text15.FontSizePixels = 14;
     this.m_Text15.Height = 37;
     this.m_Text15.Left = 249;
     this.m_Text15.Name = "m_Text15";
     this.m_Text15.ScreenOwnerName = "RcrdInterval";
     stringintervalmappercf4.DefaultValue = "MINUTES";
     this.m_Text15.TextIntervalMapper = stringintervalmappercf4;
     this.m_Text15.TextVerticalAlignment = "Center";
     this.m_Text15.Top = 64;
     this.m_Text15.VisibleDynamicsValue = true;
     this.m_Text15.Width = 107;
     //
     // m_lblSec
     //
     this.m_lblSec.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_lblSec.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_lblSec.BlinkDynamicsValue = false;
     this.m_lblSec.Bold = true;
     this.m_lblSec.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_lblSec.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_lblSec.EnabledDynamicsValue = true;
     this.m_lblSec.FontSizePixels = 20;
     this.m_lblSec.Height = 47;
     this.m_lblSec.Left = 228;
     this.m_lblSec.MaxValue = 59D;
     this.m_lblSec.Name = "m_lblSec";
     this.m_lblSec.NumberOfDecimals = 0;
     this.m_lblSec.ScreenOwnerName = "RcrdInterval";
     this.m_lblSec.Top = 192;
     this.m_lblSec.ValidateValueOnInput = true;
     this.m_lblSec.VisibleDynamicsValue = true;
     this.m_lblSec.Width = 117;
     //
     // m_Button
     //
     this.m_Button.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button.EnabledDynamicsValue = true;
     this.m_Button.FontSizePixels = 9;
     this.m_Button.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button.Height = 47;
     this.m_Button.IndicatorMargin = null;
     this.m_Button.Left = 345;
     this.m_Button.Name = "m_Button";
     this.m_Button.ScreenOwnerName = "RcrdInterval";
     this.m_Button.StyleName = "Glossy";
     this.m_Button.SymbolHeight = 41;
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper3;
     this.m_Button.SymbolName = "path2985";
     this.m_Button.SymbolWidth = 35;
     this.m_Button.TextHeight = 11;
     stringintervalmappercf5.DefaultValue = "";
     this.m_Button.TextIntervalMapper = stringintervalmappercf5;
     this.m_Button.TextValue = 0D;
     this.m_Button.TextWidth = 50;
     this.m_Button.Top = 192;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue = true;
     this.m_Button.Width = 56;
     //
     // m_Button1
     //
     this.m_Button1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BlinkDynamicsValue = false;
     this.m_Button1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button1.EnabledDynamicsValue = true;
     this.m_Button1.FontSizePixels = 9;
     this.m_Button1.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button1.Height = 47;
     this.m_Button1.IndicatorMargin = null;
     this.m_Button1.Left = 172;
     this.m_Button1.Name = "m_Button1";
     this.m_Button1.ScreenOwnerName = "RcrdInterval";
     this.m_Button1.StyleName = "Glossy";
     this.m_Button1.SymbolHeight = 41;
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper4;
     this.m_Button1.SymbolName = "path29851";
     this.m_Button1.SymbolWidth = 35;
     this.m_Button1.TextHeight = 11;
     stringintervalmappercf6.DefaultValue = "";
     this.m_Button1.TextIntervalMapper = stringintervalmappercf6;
     this.m_Button1.TextValue = 0D;
     this.m_Button1.TextWidth = 50;
     this.m_Button1.Top = 192;
     this.m_Button1.Value = 0D;
     this.m_Button1.VisibleDynamicsValue = true;
     this.m_Button1.Width = 56;
     //
     // m_Text
     //
     this.m_Text.AutoSize = false;
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.EnabledDynamicsValue = true;
     this.m_Text.FontSizePixels = 14;
     this.m_Text.Height = 37;
     this.m_Text.Left = 247;
     this.m_Text.Name = "m_Text";
     this.m_Text.ScreenOwnerName = "RcrdInterval";
     stringintervalmappercf7.DefaultValue = "SECONDS";
     this.m_Text.TextIntervalMapper = stringintervalmappercf7;
     this.m_Text.TextVerticalAlignment = "Center";
     this.m_Text.Top = 157;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width = 107;
     this.DrawingPrimitives.Add(this.m_Text2);
     this.DrawingPrimitives.Add(this.m_Line);
     this.DrawingPrimitives.Add(this.m_lblMin);
     this.DrawingPrimitives.Add(this.m_Button22);
     this.DrawingPrimitives.Add(this.m_Button23);
     this.DrawingPrimitives.Add(this.m_Text15);
     this.DrawingPrimitives.Add(this.m_lblSec);
     this.DrawingPrimitives.Add(this.m_Button);
     this.DrawingPrimitives.Add(this.m_Button1);
     this.DrawingPrimitives.Add(this.m_Text);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(480, 272);
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = true;
     this.Name = "RcrdInterval";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_lblMin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_lblSec)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #9
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text = new Neo.ApplicationFramework.Controls.Controls.Label();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     this.SuspendLayout();
     //
     // KeyBoardScreen
     //
     this.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.SingleBorder;
     this.ControlBox = false;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.String;
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 18;
     this.m_AnalogNumeric.Height = 42;
     this.m_AnalogNumeric.Left = 31;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.ScreenOwnerName = "KeyBoardScreen";
     this.m_AnalogNumeric.Top = 71;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 285;
     //
     // m_Button
     //
     this.m_Button.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.Bold = true;
     this.m_Button.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(112)))), ((int)(((byte)(112))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button.EnabledDynamicsValue = true;
     this.m_Button.FontSizePixels = 20;
     this.m_Button.Height = 42;
     this.m_Button.IndicatorMargin = null;
     this.m_Button.Left = 118;
     this.m_Button.Name = "m_Button";
     this.m_Button.ScreenOwnerName = "KeyBoardScreen";
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button.TextHeight = 24;
     stringintervalmappercf1.DefaultValue = "ADD";
     this.m_Button.TextIntervalMapper = stringintervalmappercf1;
     this.m_Button.TextValue = 0D;
     this.m_Button.TextWidth = 98;
     this.m_Button.Top = 141;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue = true;
     this.m_Button.Width = 108;
     //
     // m_Text
     //
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.EnabledDynamicsValue = true;
     this.m_Text.FontSizePixels = 18;
     this.m_Text.Height = 21;
     this.m_Text.Left = 37;
     this.m_Text.Name = "m_Text";
     this.m_Text.ScreenOwnerName = "KeyBoardScreen";
     stringintervalmappercf2.DefaultValue = "Press below textbox to enter text";
     this.m_Text.TextIntervalMapper = stringintervalmappercf2;
     this.m_Text.Top = 29;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width = 171;
     this.DrawingPrimitives.Add(this.m_AnalogNumeric);
     this.DrawingPrimitives.Add(this.m_Button);
     this.DrawingPrimitives.Add(this.m_Text);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.ClientSize = new System.Drawing.Size(349, 197);
     this.Location = new System.Drawing.Point(62, 18);
     this.ModalScreen = true;
     this.Name = "KeyBoardScreen";
     this.PopupScreen = true;
     this.ScreenID = null;
     this.ScreenTitle = "";
     this.StyleName = "Default";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #10
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper4 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper5 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf5 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper6 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf6 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper7 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf7 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper8 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf8 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper9 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf9 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper10 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf10 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper11 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf11 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper12 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf12 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper13 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf13 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_btnPass7 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_btnPass8 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_btnPass9 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_btnPassDel = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_btnPass4 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_btnPass5 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_btnPass6 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_btnPass1 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_btnPass2 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_btnPass3 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_btnPass0 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_btnPassEnter = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_btnPassClose = new Neo.ApplicationFramework.Controls.Controls.Button();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPassDel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass0)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPassEnter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPassClose)).BeginInit();
     this.SuspendLayout();
     //
     // popPasscode
     //
     this.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.SingleBorder;
     this.ControlBox = false;
     //
     // m_btnPass7
     //
     this.m_btnPass7.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass7.BlinkDynamicsValue = false;
     this.m_btnPass7.Bold = true;
     this.m_btnPass7.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass7.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_btnPass7.EnabledDynamicsValue = true;
     this.m_btnPass7.FontSizePixels = 24;
     this.m_btnPass7.Height = 49;
     this.m_btnPass7.IndicatorMargin = null;
     this.m_btnPass7.Left = 11;
     this.m_btnPass7.Name = "m_btnPass7";
     this.m_btnPass7.ScreenOwnerName = "popPasscode";
     this.m_btnPass7.StyleName = "Eclipse";
     this.m_btnPass7.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_btnPass7.TextHeight = 29;
     stringintervalmappercf1.DefaultValue = "7";
     this.m_btnPass7.TextIntervalMapper = stringintervalmappercf1;
     this.m_btnPass7.TextValue = 0D;
     this.m_btnPass7.TextWidth = 60;
     this.m_btnPass7.Top = 37;
     this.m_btnPass7.Value = 0D;
     this.m_btnPass7.VisibleDynamicsValue = true;
     this.m_btnPass7.Width = 66;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.String;
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 18;
     this.m_AnalogNumeric.Height = 29;
     this.m_AnalogNumeric.Left = 11;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.ScreenOwnerName = "popPasscode";
     this.m_AnalogNumeric.Top = 4;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 263;
     //
     // m_btnPass8
     //
     this.m_btnPass8.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass8.BlinkDynamicsValue = false;
     this.m_btnPass8.Bold = true;
     this.m_btnPass8.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass8.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_btnPass8.EnabledDynamicsValue = true;
     this.m_btnPass8.FontSizePixels = 24;
     this.m_btnPass8.Height = 49;
     this.m_btnPass8.IndicatorMargin = null;
     this.m_btnPass8.Left = 76;
     this.m_btnPass8.Name = "m_btnPass8";
     this.m_btnPass8.ScreenOwnerName = "popPasscode";
     this.m_btnPass8.StyleName = "Eclipse";
     this.m_btnPass8.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_btnPass8.TextHeight = 29;
     stringintervalmappercf2.DefaultValue = "8";
     this.m_btnPass8.TextIntervalMapper = stringintervalmappercf2;
     this.m_btnPass8.TextValue = 0D;
     this.m_btnPass8.TextWidth = 60;
     this.m_btnPass8.Top = 37;
     this.m_btnPass8.Value = 0D;
     this.m_btnPass8.VisibleDynamicsValue = true;
     this.m_btnPass8.Width = 66;
     //
     // m_btnPass9
     //
     this.m_btnPass9.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass9.BlinkDynamicsValue = false;
     this.m_btnPass9.Bold = true;
     this.m_btnPass9.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass9.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_btnPass9.EnabledDynamicsValue = true;
     this.m_btnPass9.FontSizePixels = 24;
     this.m_btnPass9.Height = 49;
     this.m_btnPass9.IndicatorMargin = null;
     this.m_btnPass9.Left = 142;
     this.m_btnPass9.Name = "m_btnPass9";
     this.m_btnPass9.ScreenOwnerName = "popPasscode";
     this.m_btnPass9.StyleName = "Eclipse";
     this.m_btnPass9.SymbolIntervalMapper = symbolintervalmapper3;
     this.m_btnPass9.TextHeight = 29;
     stringintervalmappercf3.DefaultValue = "9";
     this.m_btnPass9.TextIntervalMapper = stringintervalmappercf3;
     this.m_btnPass9.TextValue = 0D;
     this.m_btnPass9.TextWidth = 60;
     this.m_btnPass9.Top = 37;
     this.m_btnPass9.Value = 0D;
     this.m_btnPass9.VisibleDynamicsValue = true;
     this.m_btnPass9.Width = 66;
     //
     // m_btnPassDel
     //
     this.m_btnPassDel.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPassDel.BlinkDynamicsValue = false;
     this.m_btnPassDel.Bold = true;
     this.m_btnPassDel.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPassDel.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_btnPassDel.EnabledDynamicsValue = true;
     this.m_btnPassDel.FontSizePixels = 24;
     this.m_btnPassDel.Height = 49;
     this.m_btnPassDel.ImageMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 10D, 1D, 10D);
     this.m_btnPassDel.IndicatorMargin = null;
     this.m_btnPassDel.Left = 208;
     this.m_btnPassDel.Name = "m_btnPassDel";
     this.m_btnPassDel.ScreenOwnerName = "popPasscode";
     this.m_btnPassDel.StyleName = "Eclipse";
     this.m_btnPassDel.SymbolHeight = 27;
     this.m_btnPassDel.SymbolIntervalMapper = symbolintervalmapper4;
     this.m_btnPassDel.SymbolName = "path5894";
     this.m_btnPassDel.SymbolWidth = 46;
     this.m_btnPassDel.TextHeight = 29;
     stringintervalmappercf4.DefaultValue = "";
     this.m_btnPassDel.TextIntervalMapper = stringintervalmappercf4;
     this.m_btnPassDel.TextValue = 0D;
     this.m_btnPassDel.TextWidth = 60;
     this.m_btnPassDel.Top = 37;
     this.m_btnPassDel.Value = 0D;
     this.m_btnPassDel.VisibleDynamicsValue = true;
     this.m_btnPassDel.Width = 66;
     //
     // m_btnPass4
     //
     this.m_btnPass4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass4.BlinkDynamicsValue = false;
     this.m_btnPass4.Bold = true;
     this.m_btnPass4.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass4.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_btnPass4.EnabledDynamicsValue = true;
     this.m_btnPass4.FontSizePixels = 24;
     this.m_btnPass4.Height = 49;
     this.m_btnPass4.IndicatorMargin = null;
     this.m_btnPass4.Left = 11;
     this.m_btnPass4.Name = "m_btnPass4";
     this.m_btnPass4.ScreenOwnerName = "popPasscode";
     this.m_btnPass4.StyleName = "Eclipse";
     this.m_btnPass4.SymbolIntervalMapper = symbolintervalmapper5;
     this.m_btnPass4.TextHeight = 29;
     stringintervalmappercf5.DefaultValue = "4";
     this.m_btnPass4.TextIntervalMapper = stringintervalmappercf5;
     this.m_btnPass4.TextValue = 0D;
     this.m_btnPass4.TextWidth = 60;
     this.m_btnPass4.Top = 86;
     this.m_btnPass4.Value = 0D;
     this.m_btnPass4.VisibleDynamicsValue = true;
     this.m_btnPass4.Width = 66;
     //
     // m_btnPass5
     //
     this.m_btnPass5.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass5.BlinkDynamicsValue = false;
     this.m_btnPass5.Bold = true;
     this.m_btnPass5.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass5.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_btnPass5.EnabledDynamicsValue = true;
     this.m_btnPass5.FontSizePixels = 24;
     this.m_btnPass5.Height = 49;
     this.m_btnPass5.IndicatorMargin = null;
     this.m_btnPass5.Left = 76;
     this.m_btnPass5.Name = "m_btnPass5";
     this.m_btnPass5.ScreenOwnerName = "popPasscode";
     this.m_btnPass5.StyleName = "Eclipse";
     this.m_btnPass5.SymbolIntervalMapper = symbolintervalmapper6;
     this.m_btnPass5.TextHeight = 29;
     stringintervalmappercf6.DefaultValue = "5";
     this.m_btnPass5.TextIntervalMapper = stringintervalmappercf6;
     this.m_btnPass5.TextValue = 0D;
     this.m_btnPass5.TextWidth = 60;
     this.m_btnPass5.Top = 86;
     this.m_btnPass5.Value = 0D;
     this.m_btnPass5.VisibleDynamicsValue = true;
     this.m_btnPass5.Width = 66;
     //
     // m_btnPass6
     //
     this.m_btnPass6.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass6.BlinkDynamicsValue = false;
     this.m_btnPass6.Bold = true;
     this.m_btnPass6.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass6.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_btnPass6.EnabledDynamicsValue = true;
     this.m_btnPass6.FontSizePixels = 24;
     this.m_btnPass6.Height = 49;
     this.m_btnPass6.IndicatorMargin = null;
     this.m_btnPass6.Left = 142;
     this.m_btnPass6.Name = "m_btnPass6";
     this.m_btnPass6.ScreenOwnerName = "popPasscode";
     this.m_btnPass6.StyleName = "Eclipse";
     this.m_btnPass6.SymbolIntervalMapper = symbolintervalmapper7;
     this.m_btnPass6.TextHeight = 29;
     stringintervalmappercf7.DefaultValue = "6";
     this.m_btnPass6.TextIntervalMapper = stringintervalmappercf7;
     this.m_btnPass6.TextValue = 0D;
     this.m_btnPass6.TextWidth = 60;
     this.m_btnPass6.Top = 86;
     this.m_btnPass6.Value = 0D;
     this.m_btnPass6.VisibleDynamicsValue = true;
     this.m_btnPass6.Width = 66;
     //
     // m_btnPass1
     //
     this.m_btnPass1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass1.BlinkDynamicsValue = false;
     this.m_btnPass1.Bold = true;
     this.m_btnPass1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_btnPass1.EnabledDynamicsValue = true;
     this.m_btnPass1.FontSizePixels = 24;
     this.m_btnPass1.Height = 49;
     this.m_btnPass1.ImageMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 5D, 2D, 5D);
     this.m_btnPass1.IndicatorMargin = null;
     this.m_btnPass1.Left = 11;
     this.m_btnPass1.Name = "m_btnPass1";
     this.m_btnPass1.ScreenOwnerName = "popPasscode";
     this.m_btnPass1.StyleName = "Eclipse";
     this.m_btnPass1.SymbolIntervalMapper = symbolintervalmapper8;
     this.m_btnPass1.SymbolName = "";
     this.m_btnPass1.TextHeight = 29;
     stringintervalmappercf8.DefaultValue = "1";
     this.m_btnPass1.TextIntervalMapper = stringintervalmappercf8;
     this.m_btnPass1.TextValue = 0D;
     this.m_btnPass1.TextWidth = 60;
     this.m_btnPass1.Top = 135;
     this.m_btnPass1.Value = 0D;
     this.m_btnPass1.VisibleDynamicsValue = true;
     this.m_btnPass1.Width = 66;
     //
     // m_btnPass2
     //
     this.m_btnPass2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass2.BlinkDynamicsValue = false;
     this.m_btnPass2.Bold = true;
     this.m_btnPass2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_btnPass2.EnabledDynamicsValue = true;
     this.m_btnPass2.FontSizePixels = 24;
     this.m_btnPass2.Height = 49;
     this.m_btnPass2.IndicatorMargin = null;
     this.m_btnPass2.Left = 76;
     this.m_btnPass2.Name = "m_btnPass2";
     this.m_btnPass2.ScreenOwnerName = "popPasscode";
     this.m_btnPass2.StyleName = "Eclipse";
     this.m_btnPass2.SymbolIntervalMapper = symbolintervalmapper9;
     this.m_btnPass2.TextHeight = 29;
     stringintervalmappercf9.DefaultValue = "2";
     this.m_btnPass2.TextIntervalMapper = stringintervalmappercf9;
     this.m_btnPass2.TextValue = 0D;
     this.m_btnPass2.TextWidth = 60;
     this.m_btnPass2.Top = 135;
     this.m_btnPass2.Value = 0D;
     this.m_btnPass2.VisibleDynamicsValue = true;
     this.m_btnPass2.Width = 66;
     //
     // m_btnPass3
     //
     this.m_btnPass3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass3.BlinkDynamicsValue = false;
     this.m_btnPass3.Bold = true;
     this.m_btnPass3.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass3.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_btnPass3.EnabledDynamicsValue = true;
     this.m_btnPass3.FontSizePixels = 24;
     this.m_btnPass3.Height = 49;
     this.m_btnPass3.IndicatorMargin = null;
     this.m_btnPass3.Left = 142;
     this.m_btnPass3.Name = "m_btnPass3";
     this.m_btnPass3.ScreenOwnerName = "popPasscode";
     this.m_btnPass3.StyleName = "Eclipse";
     this.m_btnPass3.SymbolIntervalMapper = symbolintervalmapper10;
     this.m_btnPass3.TextHeight = 29;
     stringintervalmappercf10.DefaultValue = "3";
     this.m_btnPass3.TextIntervalMapper = stringintervalmappercf10;
     this.m_btnPass3.TextValue = 0D;
     this.m_btnPass3.TextWidth = 60;
     this.m_btnPass3.Top = 135;
     this.m_btnPass3.Value = 0D;
     this.m_btnPass3.VisibleDynamicsValue = true;
     this.m_btnPass3.Width = 66;
     //
     // m_btnPass0
     //
     this.m_btnPass0.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass0.BlinkDynamicsValue = false;
     this.m_btnPass0.Bold = true;
     this.m_btnPass0.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPass0.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_btnPass0.EnabledDynamicsValue = true;
     this.m_btnPass0.FontSizePixels = 24;
     this.m_btnPass0.Height = 49;
     this.m_btnPass0.IndicatorMargin = null;
     this.m_btnPass0.Left = 11;
     this.m_btnPass0.Name = "m_btnPass0";
     this.m_btnPass0.ScreenOwnerName = "popPasscode";
     this.m_btnPass0.StyleName = "Eclipse";
     this.m_btnPass0.SymbolIntervalMapper = symbolintervalmapper11;
     this.m_btnPass0.TextHeight = 29;
     stringintervalmappercf11.DefaultValue = "0";
     this.m_btnPass0.TextIntervalMapper = stringintervalmappercf11;
     this.m_btnPass0.TextValue = 0D;
     this.m_btnPass0.TextWidth = 60;
     this.m_btnPass0.Top = 184;
     this.m_btnPass0.Value = 0D;
     this.m_btnPass0.VisibleDynamicsValue = true;
     this.m_btnPass0.Width = 66;
     //
     // m_btnPassEnter
     //
     this.m_btnPassEnter.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPassEnter.BlinkDynamicsValue = false;
     this.m_btnPassEnter.Bold = true;
     this.m_btnPassEnter.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPassEnter.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_btnPassEnter.EnabledDynamicsValue = true;
     this.m_btnPassEnter.FontSizePixels = 24;
     this.m_btnPassEnter.Height = 49;
     this.m_btnPassEnter.IndicatorMargin = null;
     this.m_btnPassEnter.Left = 76;
     this.m_btnPassEnter.Name = "m_btnPassEnter";
     this.m_btnPassEnter.ScreenOwnerName = "popPasscode";
     this.m_btnPassEnter.StyleName = "Eclipse";
     this.m_btnPassEnter.SymbolIntervalMapper = symbolintervalmapper12;
     this.m_btnPassEnter.TextHeight = 29;
     stringintervalmappercf12.DefaultValue = "ENTER";
     this.m_btnPassEnter.TextIntervalMapper = stringintervalmappercf12;
     this.m_btnPassEnter.TextValue = 0D;
     this.m_btnPassEnter.TextWidth = 89;
     this.m_btnPassEnter.Top = 184;
     this.m_btnPassEnter.Value = 0D;
     this.m_btnPassEnter.VisibleDynamicsValue = true;
     this.m_btnPassEnter.Width = 95;
     //
     // m_btnPassClose
     //
     this.m_btnPassClose.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPassClose.BlinkDynamicsValue = false;
     this.m_btnPassClose.Bold = true;
     this.m_btnPassClose.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnPassClose.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_btnPassClose.EnabledDynamicsValue = true;
     this.m_btnPassClose.FontSizePixels = 24;
     this.m_btnPassClose.Height = 49;
     this.m_btnPassClose.IndicatorMargin = null;
     this.m_btnPassClose.Left = 171;
     this.m_btnPassClose.Name = "m_btnPassClose";
     this.m_btnPassClose.ScreenOwnerName = "popPasscode";
     this.m_btnPassClose.StyleName = "Eclipse";
     this.m_btnPassClose.SymbolIntervalMapper = symbolintervalmapper13;
     this.m_btnPassClose.TextHeight = 29;
     stringintervalmappercf13.DefaultValue = "BACK";
     this.m_btnPassClose.TextIntervalMapper = stringintervalmappercf13;
     this.m_btnPassClose.TextValue = 0D;
     this.m_btnPassClose.TextWidth = 97;
     this.m_btnPassClose.Top = 184;
     this.m_btnPassClose.Value = 0D;
     this.m_btnPassClose.VisibleDynamicsValue = true;
     this.m_btnPassClose.Width = 103;
     this.DrawingPrimitives.Add(this.m_btnPass7);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric);
     this.DrawingPrimitives.Add(this.m_btnPass8);
     this.DrawingPrimitives.Add(this.m_btnPass9);
     this.DrawingPrimitives.Add(this.m_btnPassDel);
     this.DrawingPrimitives.Add(this.m_btnPass4);
     this.DrawingPrimitives.Add(this.m_btnPass5);
     this.DrawingPrimitives.Add(this.m_btnPass6);
     this.DrawingPrimitives.Add(this.m_btnPass1);
     this.DrawingPrimitives.Add(this.m_btnPass2);
     this.DrawingPrimitives.Add(this.m_btnPass3);
     this.DrawingPrimitives.Add(this.m_btnPass0);
     this.DrawingPrimitives.Add(this.m_btnPassEnter);
     this.DrawingPrimitives.Add(this.m_btnPassClose);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.ClientSize = new System.Drawing.Size(304, 237);
     this.Location = new System.Drawing.Point(88, 5);
     this.ModalScreen = true;
     this.Name = "popPasscode";
     this.PopupScreen = true;
     this.ScreenID = null;
     this.ScreenTitle = "ENTER ACCESS CODE";
     this.StyleName = "Default";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPassDel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPass0)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPassEnter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPassClose)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #11
0
 private void InitializeComponent()
 {
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper4 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Controls.Trend.CurveCF curvecf1 = new Neo.ApplicationFramework.Controls.Trend.CurveCF();
     Neo.ApplicationFramework.Controls.Trend.CurveCF curvecf2 = new Neo.ApplicationFramework.Controls.Trend.CurveCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper5 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     this.m_AnalogNumeric13 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric14 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric   = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button29        = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button30        = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric1  = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button          = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button1         = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_TrendViewer     = new Neo.ApplicationFramework.Controls.Trend.TrendViewerCF();
     this.m_Button2         = new Neo.ApplicationFramework.Controls.Controls.Button();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button29)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button30)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_TrendViewer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).BeginInit();
     this.SuspendLayout();
     //
     // scren1
     //
     this.Background  = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox  = false;
     //
     // m_AnalogNumeric13
     //
     this.m_AnalogNumeric13.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric13.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric13.BlinkDynamicsValue    = false;
     this.m_AnalogNumeric13.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric13.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric13.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric13.DisplayFormat         = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric13.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric13.FontSizePixels        = 20;
     this.m_AnalogNumeric13.Height = 57;
     this.m_AnalogNumeric13.Left   = 41;
     this.m_AnalogNumeric13.LimitNumberOfCharacters = true;
     this.m_AnalogNumeric13.MaxNumberOfCharacters   = 4;
     this.m_AnalogNumeric13.Name             = "m_AnalogNumeric13";
     this.m_AnalogNumeric13.NumberOfDecimals = 2;
     this.m_AnalogNumeric13.ScreenOwnerName  = "scren1";
     this.m_AnalogNumeric13.Top = 129;
     this.m_AnalogNumeric13.VisibleDynamicsValue = true;
     this.m_AnalogNumeric13.Width = 133;
     //
     // m_AnalogNumeric14
     //
     this.m_AnalogNumeric14.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric14.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric14.BlinkDynamicsValue    = false;
     this.m_AnalogNumeric14.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric14.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric14.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric14.DisplayFormat         = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric14.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric14.FontSizePixels        = 20;
     this.m_AnalogNumeric14.Height = 55;
     this.m_AnalogNumeric14.Left   = 41;
     this.m_AnalogNumeric14.LimitNumberOfCharacters = true;
     this.m_AnalogNumeric14.MaxNumberOfCharacters   = 4;
     this.m_AnalogNumeric14.MaxValue         = 50D;
     this.m_AnalogNumeric14.Name             = "m_AnalogNumeric14";
     this.m_AnalogNumeric14.NumberOfDecimals = 2;
     this.m_AnalogNumeric14.ScreenOwnerName  = "scren1";
     this.m_AnalogNumeric14.Top = 39;
     this.m_AnalogNumeric14.VisibleDynamicsValue = true;
     this.m_AnalogNumeric14.Width = 133;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue    = false;
     this.m_AnalogNumeric.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric.FontSizePixels        = 20;
     this.m_AnalogNumeric.Height               = 66;
     this.m_AnalogNumeric.Left                 = 41;
     this.m_AnalogNumeric.Name                 = "m_AnalogNumeric";
     this.m_AnalogNumeric.ScreenOwnerName      = "scren1";
     this.m_AnalogNumeric.Top                  = 255;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width                = 102;
     //
     // m_Button29
     //
     this.m_Button29.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button29.BlinkDynamicsValue    = false;
     this.m_Button29.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button29.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(4D, 4D, 4D, 4D);
     this.m_Button29.DelayMouseInputPeriod = 0;
     this.m_Button29.EnabledDynamicsValue  = true;
     this.m_Button29.FontSizePixels        = 16;
     this.m_Button29.ForceTransparency     = true;
     this.m_Button29.Height = 40;
     this.m_Button29.ImageHorizontalAlignment = "Left";
     this.m_Button29.ImageMargin          = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(5D, 5D, 5D, 5D);
     this.m_Button29.ImageStretch         = true;
     this.m_Button29.IndicatorMargin      = null;
     this.m_Button29.Left                 = 151;
     this.m_Button29.Name                 = "m_Button29";
     this.m_Button29.RequiresTransparency = true;
     this.m_Button29.ScreenOwnerName      = "scren1";
     this.m_Button29.StyleName            = "Chrome";
     this.m_Button29.SymbolHeight         = 25;
     this.m_Button29.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button29.SymbolName           = "panup";
     this.m_Button29.SymbolWidth          = 25;
     this.m_Button29.TextHeight           = 19;
     this.m_Button29.TextMargin           = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(47D, 2D, 2D, 2D);
     this.m_Button29.TextValue            = 0D;
     this.m_Button29.TextWidth            = 20;
     this.m_Button29.Top   = 251;
     this.m_Button29.Value = 0D;
     this.m_Button29.VisibleDynamicsValue     = true;
     this.m_Button29.VisualPropertiesHashCode = -981842080;
     this.m_Button29.Width = 37;
     //
     // m_Button30
     //
     this.m_Button30.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button30.BlinkDynamicsValue    = false;
     this.m_Button30.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button30.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(4D, 4D, 4D, 4D);
     this.m_Button30.DelayMouseInputPeriod = 0;
     this.m_Button30.EnabledDynamicsValue  = true;
     this.m_Button30.FontSizePixels        = 16;
     this.m_Button30.ForceTransparency     = true;
     this.m_Button30.Height = 38;
     this.m_Button30.ImageHorizontalAlignment = "Left";
     this.m_Button30.ImageMargin          = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(5D, 5D, 5D, 5D);
     this.m_Button30.ImageStretch         = true;
     this.m_Button30.IndicatorMargin      = null;
     this.m_Button30.Left                 = 151;
     this.m_Button30.Name                 = "m_Button30";
     this.m_Button30.RequiresTransparency = true;
     this.m_Button30.ScreenOwnerName      = "scren1";
     this.m_Button30.StyleName            = "Chrome";
     this.m_Button30.SymbolHeight         = 25;
     this.m_Button30.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_Button30.SymbolName           = "pandown (1)";
     this.m_Button30.SymbolWidth          = 25;
     this.m_Button30.TextHeight           = 19;
     this.m_Button30.TextMargin           = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(47D, 2D, 2D, 2D);
     this.m_Button30.TextValue            = 0D;
     this.m_Button30.TextWidth            = 41;
     this.m_Button30.Top   = 289;
     this.m_Button30.Value = 0D;
     this.m_Button30.VisibleDynamicsValue     = true;
     this.m_Button30.VisualPropertiesHashCode = -932772112;
     this.m_Button30.Width = 37;
     //
     // m_AnalogNumeric1
     //
     this.m_AnalogNumeric1.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric1.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric1.BlinkDynamicsValue    = false;
     this.m_AnalogNumeric1.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric1.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric1.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric1.FontSizePixels        = 20;
     this.m_AnalogNumeric1.Height               = 66;
     this.m_AnalogNumeric1.Left                 = 41;
     this.m_AnalogNumeric1.Name                 = "m_AnalogNumeric1";
     this.m_AnalogNumeric1.ScreenOwnerName      = "scren1";
     this.m_AnalogNumeric1.Top                  = 381;
     this.m_AnalogNumeric1.VisibleDynamicsValue = true;
     this.m_AnalogNumeric1.Width                = 102;
     //
     // m_Button
     //
     this.m_Button.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue    = false;
     this.m_Button.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(4D, 4D, 4D, 4D);
     this.m_Button.DelayMouseInputPeriod = 0;
     this.m_Button.EnabledDynamicsValue  = true;
     this.m_Button.FontSizePixels        = 16;
     this.m_Button.ForceTransparency     = true;
     this.m_Button.Height = 40;
     this.m_Button.ImageHorizontalAlignment = "Left";
     this.m_Button.ImageMargin          = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(5D, 5D, 5D, 5D);
     this.m_Button.ImageStretch         = true;
     this.m_Button.IndicatorMargin      = null;
     this.m_Button.Left                 = 151;
     this.m_Button.Name                 = "m_Button";
     this.m_Button.RequiresTransparency = true;
     this.m_Button.ScreenOwnerName      = "scren1";
     this.m_Button.StyleName            = "Chrome";
     this.m_Button.SymbolHeight         = 25;
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper3;
     this.m_Button.SymbolName           = "panup";
     this.m_Button.SymbolWidth          = 25;
     this.m_Button.TextHeight           = 19;
     this.m_Button.TextMargin           = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(47D, 2D, 2D, 2D);
     this.m_Button.TextValue            = 0D;
     this.m_Button.TextWidth            = 20;
     this.m_Button.Top   = 377;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue     = true;
     this.m_Button.VisualPropertiesHashCode = -981842080;
     this.m_Button.Width = 37;
     //
     // m_Button1
     //
     this.m_Button1.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BlinkDynamicsValue    = false;
     this.m_Button1.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(4D, 4D, 4D, 4D);
     this.m_Button1.DelayMouseInputPeriod = 0;
     this.m_Button1.EnabledDynamicsValue  = true;
     this.m_Button1.FontSizePixels        = 16;
     this.m_Button1.ForceTransparency     = true;
     this.m_Button1.Height = 38;
     this.m_Button1.ImageHorizontalAlignment = "Left";
     this.m_Button1.ImageMargin          = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(5D, 5D, 5D, 5D);
     this.m_Button1.ImageStretch         = true;
     this.m_Button1.IndicatorMargin      = null;
     this.m_Button1.Left                 = 151;
     this.m_Button1.Name                 = "m_Button1";
     this.m_Button1.RequiresTransparency = true;
     this.m_Button1.ScreenOwnerName      = "scren1";
     this.m_Button1.StyleName            = "Chrome";
     this.m_Button1.SymbolHeight         = 25;
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper4;
     this.m_Button1.SymbolName           = "pandown (1)";
     this.m_Button1.SymbolWidth          = 25;
     this.m_Button1.TextHeight           = 19;
     this.m_Button1.TextMargin           = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(47D, 2D, 2D, 2D);
     this.m_Button1.TextValue            = 0D;
     this.m_Button1.TextWidth            = 41;
     this.m_Button1.Top   = 418;
     this.m_Button1.Value = 0D;
     this.m_Button1.VisibleDynamicsValue     = true;
     this.m_Button1.VisualPropertiesHashCode = -932772112;
     this.m_Button1.Width = 37;
     //
     // m_TrendViewer
     //
     this.m_TrendViewer.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_TrendViewer.BlinkDynamicsValue = false;
     curvecf1.BlinkDynamicsValue           = false;
     curvecf1.Color                 = System.Drawing.Color.Red;
     curvecf1.DataSourceName        = "Tags.Temp_current";
     curvecf1.DelayMouseInputPeriod = 0;
     curvecf1.DisplayName           = "Curve";
     curvecf1.EnabledDynamicsValue  = true;
     curvecf1.Height                = 331;
     curvecf1.ScreenOwnerName       = null;
     curvecf1.Stroke                = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.Red, System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     curvecf1.VisibleDynamicsValue  = true;
     curvecf1.Width                 = 371;
     curvecf2.BlinkDynamicsValue    = false;
     curvecf2.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(73)))), ((int)(((byte)(125)))));
     curvecf2.DataSourceName        = "Tags.Humidity_current";
     curvecf2.DelayMouseInputPeriod = 0;
     curvecf2.DisplayName           = "Curve1";
     curvecf2.EnabledDynamicsValue  = true;
     curvecf2.Height                = 331;
     curvecf2.ScreenOwnerName       = null;
     curvecf2.Stroke                = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(73)))), ((int)(((byte)(125))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     curvecf2.VisibleDynamicsValue  = true;
     curvecf2.Width                 = 371;
     this.m_TrendViewer.Curves.Add(curvecf1);
     this.m_TrendViewer.Curves.Add(curvecf2);
     this.m_TrendViewer.DelayMouseInputPeriod = 0;
     this.m_TrendViewer.EnabledDynamicsValue  = true;
     this.m_TrendViewer.FontSizePixels        = 11;
     this.m_TrendViewer.ForceTransparency     = false;
     this.m_TrendViewer.Foreground            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_TrendViewer.GridLineColor         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_TrendViewer.Height               = 432;
     this.m_TrendViewer.IndicatorMargin      = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(51.007D, 30.671999999999969D, 51.007000000000005D, 70.77600000000001D);
     this.m_TrendViewer.Left                 = 235;
     this.m_TrendViewer.Name                 = "m_TrendViewer";
     this.m_TrendViewer.RequiresTransparency = false;
     this.m_TrendViewer.ScaleColor           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_TrendViewer.ScreenOwnerName      = "scren1";
     this.m_TrendViewer.TimeOffset           = System.TimeSpan.Parse("00:00:00");
     this.m_TrendViewer.TimeRange            = System.TimeSpan.Parse("00:04:00");
     this.m_TrendViewer.TimeScaleMaximum     = 39083.5D;
     this.m_TrendViewer.TimeScaleMinimum     = 39083.49722222222D;
     this.m_TrendViewer.TimeTextScaleMargin  = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(51.007D, 370.224D, 51.007000000000005D, 0D);
     this.m_TrendViewer.Top   = 24;
     this.m_TrendViewer.Value = 0D;
     this.m_TrendViewer.ValueMajorScaleMargin    = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(31.006999999999998D, 30.671999999999969D, 431.993D, 70.77600000000001D);
     this.m_TrendViewer.ValueMajorScaleMaxMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(431.993D, 30.671999999999969D, 31.007000000000005D, 70.77600000000001D);
     this.m_TrendViewer.ValueMinorScaleMargin    = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(33.507D, 30.671999999999969D, 434.493D, 70.77600000000001D);
     this.m_TrendViewer.ValueMinorScaleMaxMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(434.493D, 30.671999999999969D, 33.507000000000005D, 70.77600000000001D);
     this.m_TrendViewer.ValueScaleMajorTickCount = 11;
     this.m_TrendViewer.ValueScaleMaximum        = 50D;
     this.m_TrendViewer.ValueScaleMinimum        = 20D;
     this.m_TrendViewer.ValueScaleMinorTickCount = 4;
     this.m_TrendViewer.ValueTextScaleMargin     = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(15D, 30.671999999999969D, 445.99333333333334D, 70.77600000000001D);
     this.m_TrendViewer.ValueTextScaleMaxMargin  = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(445.99333333333334D, 30.671999999999969D, 15D, 70.77600000000001D);
     this.m_TrendViewer.VisibleDynamicsValue     = true;
     this.m_TrendViewer.Width = 473;
     //
     // m_Button2
     //
     this.m_Button2.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_Button2.BlinkDynamicsValue    = false;
     this.m_Button2.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(112)))), ((int)(((byte)(112))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button2.DelayMouseInputPeriod = 0;
     this.m_Button2.EnabledDynamicsValue  = true;
     this.m_Button2.FontSizePixels        = 15;
     this.m_Button2.ForceTransparency     = true;
     this.m_Button2.Height               = 64;
     this.m_Button2.IndicatorMargin      = null;
     this.m_Button2.Left                 = 730;
     this.m_Button2.Name                 = "m_Button2";
     this.m_Button2.RequiresTransparency = true;
     this.m_Button2.ScreenOwnerName      = "scren1";
     this.m_Button2.SymbolHeight         = 54;
     this.m_Button2.SymbolIntervalMapper = symbolintervalmapper5;
     this.m_Button2.SymbolName           = "bb_arrow right";
     this.m_Button2.SymbolWidth          = 54;
     this.m_Button2.TextHeight           = 18;
     this.m_Button2.TextValue            = 0D;
     this.m_Button2.TextWidth            = 62;
     this.m_Button2.Top   = -5;
     this.m_Button2.Value = 0D;
     this.m_Button2.VisibleDynamicsValue     = true;
     this.m_Button2.VisualPropertiesHashCode = -86705278;
     this.m_Button2.Width      = 72;
     this.FormBorderStyle      = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize           = new System.Drawing.Size(800, 480);
     this.IsCacheable          = true;
     this.Location             = new System.Drawing.Point(0, 0);
     this.ModalScreen          = true;
     this.Name                 = "scren1";
     this.PopupScreen          = false;
     this.ScreenID             = null;
     this.ScreenTitle          = "";
     this.StyleName            = "";
     this.WindowState          = System.Windows.Forms.FormWindowState.Normal;
     this.m_Initialized_scren1 = true;
     this.AddControlsAndPrimitives();
     this.ResumeLayout(false);
 }
コード例 #12
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_lblTitle = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button1 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text1 = new Neo.ApplicationFramework.Controls.Controls.Label();
     ((System.ComponentModel.ISupportInitialize)(this.m_lblTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     this.SuspendLayout();
     //
     // QuickFillScreen1
     //
     this.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(207)))), ((int)(((byte)(207))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), Neo.ApplicationFramework.Interfaces.FillDirection.DiagonalBottomRightToTopLeft);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_lblTitle
     //
     this.m_lblTitle.AutoSize = false;
     this.m_lblTitle.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_lblTitle.BlinkDynamicsValue = false;
     this.m_lblTitle.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_lblTitle.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_lblTitle.EnabledDynamicsValue = true;
     this.m_lblTitle.FontSizePixels = 20;
     this.m_lblTitle.Height = 34;
     this.m_lblTitle.Left = 32;
     this.m_lblTitle.Name = "m_lblTitle";
     this.m_lblTitle.ScreenOwnerName = "QuickFillScreen1";
     this.m_lblTitle.TextHorizontalAlignment = "Center";
     stringintervalmappercf1.DefaultValue = "Open regulator and set target test pressure";
     this.m_lblTitle.TextIntervalMapper = stringintervalmappercf1;
     this.m_lblTitle.Top = 21;
     this.m_lblTitle.VisibleDynamicsValue = true;
     this.m_lblTitle.Width = 421;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.Bold = true;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.String;
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 28;
     this.m_AnalogNumeric.Height = 53;
     this.m_AnalogNumeric.Left = 133;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.ReadOnly = true;
     this.m_AnalogNumeric.ScreenOwnerName = "QuickFillScreen1";
     this.m_AnalogNumeric.Top = 108;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 192;
     //
     // m_Button
     //
     this.m_Button.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.Bold = true;
     this.m_Button.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button.EnabledDynamicsValue = true;
     this.m_Button.FontSizePixels = 20;
     this.m_Button.Height = 55;
     this.m_Button.IndicatorMargin = null;
     this.m_Button.Left = 87;
     this.m_Button.Name = "m_Button";
     this.m_Button.ScreenOwnerName = "QuickFillScreen1";
     this.m_Button.StyleName = "Glossy";
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button.TextHeight = 24;
     stringintervalmappercf2.DefaultValue = "SET";
     this.m_Button.TextIntervalMapper = stringintervalmappercf2;
     this.m_Button.TextValue = 0D;
     this.m_Button.TextWidth = 129;
     this.m_Button.Top = 179;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue = true;
     this.m_Button.Width = 135;
     //
     // m_Button1
     //
     this.m_Button1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BlinkDynamicsValue = false;
     this.m_Button1.Bold = true;
     this.m_Button1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button1.EnabledDynamicsValue = true;
     this.m_Button1.FontSizePixels = 20;
     this.m_Button1.Height = 55;
     this.m_Button1.IndicatorMargin = null;
     this.m_Button1.Left = 234;
     this.m_Button1.Name = "m_Button1";
     this.m_Button1.ScreenOwnerName = "QuickFillScreen1";
     this.m_Button1.StyleName = "Glossy";
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_Button1.TextHeight = 24;
     stringintervalmappercf3.DefaultValue = "EXIT";
     this.m_Button1.TextIntervalMapper = stringintervalmappercf3;
     this.m_Button1.TextValue = 0D;
     this.m_Button1.TextWidth = 129;
     this.m_Button1.Top = 179;
     this.m_Button1.Value = 0D;
     this.m_Button1.VisibleDynamicsValue = true;
     this.m_Button1.Width = 135;
     //
     // m_Text1
     //
     this.m_Text1.BlinkDynamicsValue = false;
     this.m_Text1.EnabledDynamicsValue = true;
     this.m_Text1.FontSizePixels = 20;
     this.m_Text1.Height = 21;
     this.m_Text1.Left = 124;
     this.m_Text1.Name = "m_Text1";
     this.m_Text1.ScreenOwnerName = "QuickFillScreen1";
     stringintervalmappercf4.DefaultValue = "Test Pressure Reading";
     this.m_Text1.TextIntervalMapper = stringintervalmappercf4;
     this.m_Text1.Top = 71;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width = 117;
     this.DrawingPrimitives.Add(this.m_lblTitle);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric);
     this.DrawingPrimitives.Add(this.m_Button);
     this.DrawingPrimitives.Add(this.m_Button1);
     this.DrawingPrimitives.Add(this.m_Text1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(480, 272);
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = true;
     this.Name = "QuickFillScreen1";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "Quick Fill";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_lblTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #13
0
 private void InitializeComponent()
 {
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     this.m_Button       = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Rectangle    = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text         = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_CancelButton = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_LoginButton  = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text1        = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text2        = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Password_Num = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_CancelButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_LoginButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Password_Num)).BeginInit();
     this.SuspendLayout();
     //
     // LoginScreen
     //
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox  = false;
     //
     // m_Button
     //
     this.m_Button.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue    = false;
     this.m_Button.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(5D, 5D, 5D, 5D);
     this.m_Button.DelayMouseInputPeriod = 0;
     this.m_Button.EnabledDynamicsValue  = true;
     this.m_Button.FontSizePixels        = 15;
     this.m_Button.ForceTransparency     = true;
     this.m_Button.Height               = 480;
     this.m_Button.IndicatorMargin      = null;
     this.m_Button.Left                 = 0;
     this.m_Button.Name                 = "m_Button";
     this.m_Button.RequiresTransparency = true;
     this.m_Button.ScreenOwnerName      = "LoginScreen";
     this.m_Button.StyleName            = "Classic";
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button.TextHeight           = 18;
     this.m_Button.TextValue            = 0D;
     this.m_Button.TextWidth            = 794;
     this.m_Button.Top                      = 0;
     this.m_Button.Transparent              = true;
     this.m_Button.Value                    = 0D;
     this.m_Button.VisibleDynamicsValue     = true;
     this.m_Button.VisualPropertiesHashCode = -881359728;
     this.m_Button.Width                    = 800;
     //
     // m_Rectangle
     //
     this.m_Rectangle.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle.BlinkDynamicsValue    = false;
     this.m_Rectangle.DelayMouseInputPeriod = 0;
     this.m_Rectangle.EnabledDynamicsValue  = true;
     this.m_Rectangle.Fill                 = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Height               = 300;
     this.m_Rectangle.Left                 = 150;
     this.m_Rectangle.Name                 = "m_Rectangle";
     this.m_Rectangle.ScreenOwnerName      = "LoginScreen";
     this.m_Rectangle.Stroke               = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.StrokeThickness      = 2;
     this.m_Rectangle.Top                  = 70;
     this.m_Rectangle.VisibleDynamicsValue = true;
     this.m_Rectangle.Width                = 500;
     //
     // m_Text
     //
     this.m_Text.AutoSize           = false;
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.Bold = true;
     this.m_Text.DelayMouseInputPeriod = 0;
     this.m_Text.EnabledDynamicsValue  = true;
     this.m_Text.FontSizePixels        = 20;
     this.m_Text.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(121)))), ((int)(((byte)(33)))));
     this.m_Text.Height                  = 35;
     this.m_Text.Left                    = 150;
     this.m_Text.Name                    = "m_Text";
     this.m_Text.Padding                 = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(5D, 0D, 5D, 1D);
     this.m_Text.ScreenOwnerName         = "LoginScreen";
     this.m_Text.TextHorizontalAlignment = "Center";
     this.m_Text.TextVerticalAlignment   = "Center";
     this.m_Text.Top                  = 80;
     this.m_Text.Underline            = true;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width                = 500;
     //
     // m_CancelButton
     //
     this.m_CancelButton.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_CancelButton.BlinkDynamicsValue = false;
     this.m_CancelButton.Bold                  = true;
     this.m_CancelButton.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_CancelButton.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_CancelButton.DelayMouseInputPeriod = 0;
     this.m_CancelButton.EnabledDynamicsValue  = true;
     this.m_CancelButton.FontSizePixels        = 15;
     this.m_CancelButton.ForceTransparency     = true;
     this.m_CancelButton.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.m_CancelButton.Height                = 55;
     this.m_CancelButton.IndicatorMargin       = null;
     this.m_CancelButton.Left                  = 220;
     this.m_CancelButton.Name                  = "m_CancelButton";
     this.m_CancelButton.RequiresTransparency  = true;
     this.m_CancelButton.ScreenOwnerName       = "LoginScreen";
     this.m_CancelButton.StyleName             = "Chrome";
     this.m_CancelButton.SymbolIntervalMapper  = symbolintervalmapper2;
     this.m_CancelButton.TextHeight            = 18;
     this.m_CancelButton.TextValue             = 0D;
     this.m_CancelButton.TextWidth             = 144;
     this.m_CancelButton.Top   = 280;
     this.m_CancelButton.Value = 0D;
     this.m_CancelButton.VisibleDynamicsValue     = true;
     this.m_CancelButton.VisualPropertiesHashCode = 1502699914;
     this.m_CancelButton.Width = 150;
     //
     // m_LoginButton
     //
     this.m_LoginButton.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_LoginButton.BlinkDynamicsValue = false;
     this.m_LoginButton.Bold                  = true;
     this.m_LoginButton.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_LoginButton.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_LoginButton.DelayMouseInputPeriod = 0;
     this.m_LoginButton.EnabledDynamicsValue  = true;
     this.m_LoginButton.FontSizePixels        = 15;
     this.m_LoginButton.ForceTransparency     = true;
     this.m_LoginButton.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(49)))), ((int)(((byte)(146)))));
     this.m_LoginButton.Height                = 55;
     this.m_LoginButton.IndicatorMargin       = null;
     this.m_LoginButton.Left                  = 430;
     this.m_LoginButton.Name                  = "m_LoginButton";
     this.m_LoginButton.RequiresTransparency  = true;
     this.m_LoginButton.ScreenOwnerName       = "LoginScreen";
     this.m_LoginButton.StyleName             = "Chrome";
     this.m_LoginButton.SymbolIntervalMapper  = symbolintervalmapper3;
     this.m_LoginButton.TextHeight            = 18;
     this.m_LoginButton.TextValue             = 0D;
     this.m_LoginButton.TextWidth             = 144;
     this.m_LoginButton.Top   = 280;
     this.m_LoginButton.Value = 0D;
     this.m_LoginButton.VisibleDynamicsValue     = true;
     this.m_LoginButton.VisualPropertiesHashCode = 1502699914;
     this.m_LoginButton.Width = 150;
     //
     // m_Text1
     //
     this.m_Text1.BlinkDynamicsValue    = false;
     this.m_Text1.DelayMouseInputPeriod = 0;
     this.m_Text1.EnabledDynamicsValue  = true;
     this.m_Text1.FontSizePixels        = 20;
     this.m_Text1.Height          = 21;
     this.m_Text1.Left            = 535;
     this.m_Text1.Name            = "m_Text1";
     this.m_Text1.Padding         = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(5D, 0D, 5D, 1D);
     this.m_Text1.ScreenOwnerName = "LoginScreen";
     this.m_Text1.Top             = 21;
     this.m_Text1.Visible         = false;
     this.m_Text1.Width           = 51;
     //
     // m_Text2
     //
     this.m_Text2.BlinkDynamicsValue    = false;
     this.m_Text2.DelayMouseInputPeriod = 0;
     this.m_Text2.EnabledDynamicsValue  = true;
     this.m_Text2.FontSizePixels        = 20;
     this.m_Text2.Height          = 21;
     this.m_Text2.Left            = 342;
     this.m_Text2.Name            = "m_Text2";
     this.m_Text2.Padding         = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(5D, 0D, 5D, 1D);
     this.m_Text2.ScreenOwnerName = "LoginScreen";
     this.m_Text2.Top             = 21;
     this.m_Text2.Visible         = false;
     this.m_Text2.Width           = 93;
     //
     // m_Password_Num
     //
     this.m_Password_Num.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_Password_Num.BitmapEffect       = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_Password_Num.BlinkDynamicsValue = false;
     this.m_Password_Num.Bold                    = true;
     this.m_Password_Num.BorderBrush             = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(121)))), ((int)(((byte)(33))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Password_Num.BorderThickness         = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Password_Num.DelayMouseInputPeriod   = 0;
     this.m_Password_Num.EnabledDynamicsValue    = true;
     this.m_Password_Num.FontSizePixels          = 20;
     this.m_Password_Num.Height                  = 50;
     this.m_Password_Num.Left                    = 250;
     this.m_Password_Num.LimitNumberOfCharacters = true;
     this.m_Password_Num.MaxNumberOfCharacters   = 4;
     this.m_Password_Num.MaxValue                = 9999D;
     this.m_Password_Num.Name                    = "m_Password_Num";
     this.m_Password_Num.NumberOfDecimals        = 0;
     this.m_Password_Num.Padding                 = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Password_Num.ScreenOwnerName         = "LoginScreen";
     this.m_Password_Num.Top = 155;
     this.m_Password_Num.ValidateValueOnInput = true;
     this.m_Password_Num.VisibleDynamicsValue = true;
     this.m_Password_Num.Width = 300;
     this.FormBorderStyle      = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize           = new System.Drawing.Size(800, 480);
     this.IsCacheable          = true;
     this.Location             = new System.Drawing.Point(0, 0);
     this.ModalScreen          = true;
     this.Name        = "LoginScreen";
     this.PopupScreen = false;
     this.ScreenID    = null;
     this.ScreenTitle = "";
     this.StyleName   = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     this.m_Initialized_LoginScreen = true;
     this.AddControlsAndPrimitives();
     this.ResumeLayout(false);
 }
コード例 #14
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf5 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf6 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf7 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper4 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf8 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper5 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf9 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper6 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf10 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper7 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf11 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf12 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_Text5 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text7 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text8 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text9 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric2 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button5 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button6 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button1 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric1 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button2 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button3 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button7 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text2 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Line = new Neo.ApplicationFramework.Controls.Controls.Line();
     this.m_AnalogNumeric3 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric3)).BeginInit();
     this.SuspendLayout();
     //
     // StabHigh
     //
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_Text5
     //
     this.m_Text5.AutoSize = false;
     this.m_Text5.BlinkDynamicsValue = false;
     this.m_Text5.Bold = true;
     this.m_Text5.EnabledDynamicsValue = true;
     this.m_Text5.FontFamily = "Arial";
     this.m_Text5.FontSizePixels = 16;
     this.m_Text5.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.m_Text5.Height = 41;
     this.m_Text5.Left = 124;
     this.m_Text5.MultiLine = true;
     this.m_Text5.Name = "m_Text5";
     this.m_Text5.ScreenOwnerName = "StabHigh";
     this.m_Text5.TextHorizontalAlignment = "Right";
     stringintervalmappercf1.DefaultValue = "DARK\r\nRED";
     this.m_Text5.TextIntervalMapper = stringintervalmappercf1;
     this.m_Text5.TextVerticalAlignment = "Center";
     this.m_Text5.Top = 210;
     this.m_Text5.VisibleDynamicsValue = true;
     this.m_Text5.Width = 97;
     this.m_Text5.WordWrap = true;
     //
     // m_Text7
     //
     this.m_Text7.AutoSize = false;
     this.m_Text7.BlinkDynamicsValue = false;
     this.m_Text7.Bold = true;
     this.m_Text7.EnabledDynamicsValue = true;
     this.m_Text7.FontFamily = "Arial";
     this.m_Text7.FontSizePixels = 16;
     this.m_Text7.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.m_Text7.Height = 38;
     this.m_Text7.Left = 127;
     this.m_Text7.Name = "m_Text7";
     this.m_Text7.ScreenOwnerName = "StabHigh";
     this.m_Text7.TextHorizontalAlignment = "Right";
     stringintervalmappercf2.DefaultValue = "GREEN";
     this.m_Text7.TextIntervalMapper = stringintervalmappercf2;
     this.m_Text7.TextVerticalAlignment = "Center";
     this.m_Text7.Top = 71;
     this.m_Text7.VisibleDynamicsValue = true;
     this.m_Text7.Width = 95;
     //
     // m_Text8
     //
     this.m_Text8.AutoSize = false;
     this.m_Text8.BlinkDynamicsValue = false;
     this.m_Text8.Bold = true;
     this.m_Text8.EnabledDynamicsValue = true;
     this.m_Text8.FontFamily = "Arial";
     this.m_Text8.FontSizePixels = 16;
     this.m_Text8.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.m_Text8.Height = 25;
     this.m_Text8.Left = 136;
     this.m_Text8.Name = "m_Text8";
     this.m_Text8.ScreenOwnerName = "StabHigh";
     this.m_Text8.TextHorizontalAlignment = "Right";
     stringintervalmappercf3.DefaultValue = "RED";
     this.m_Text8.TextIntervalMapper = stringintervalmappercf3;
     this.m_Text8.TextVerticalAlignment = "Center";
     this.m_Text8.Top = 170;
     this.m_Text8.VisibleDynamicsValue = true;
     this.m_Text8.Width = 87;
     //
     // m_Text9
     //
     this.m_Text9.AutoSize = false;
     this.m_Text9.BlinkDynamicsValue = false;
     this.m_Text9.Bold = true;
     this.m_Text9.EnabledDynamicsValue = true;
     this.m_Text9.FontFamily = "Arial";
     this.m_Text9.FontSizePixels = 16;
     this.m_Text9.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(165)))), ((int)(((byte)(0)))));
     this.m_Text9.Height = 38;
     this.m_Text9.Left = 138;
     this.m_Text9.Name = "m_Text9";
     this.m_Text9.ScreenOwnerName = "StabHigh";
     this.m_Text9.TextHorizontalAlignment = "Right";
     stringintervalmappercf4.DefaultValue = "ORANGE";
     this.m_Text9.TextIntervalMapper = stringintervalmappercf4;
     this.m_Text9.TextVerticalAlignment = "Center";
     this.m_Text9.Top = 120;
     this.m_Text9.VisibleDynamicsValue = true;
     this.m_Text9.Width = 84;
     //
     // m_AnalogNumeric2
     //
     this.m_AnalogNumeric2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric2.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric2.BlinkDynamicsValue = false;
     this.m_AnalogNumeric2.Bold = true;
     this.m_AnalogNumeric2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric2.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric2.EnabledDynamicsValue = true;
     this.m_AnalogNumeric2.FontSizePixels = 16;
     this.m_AnalogNumeric2.Height = 45;
     this.m_AnalogNumeric2.Left = 274;
     this.m_AnalogNumeric2.Name = "m_AnalogNumeric2";
     this.m_AnalogNumeric2.NumberOfDecimals = 2;
     this.m_AnalogNumeric2.ScreenOwnerName = "StabHigh";
     this.m_AnalogNumeric2.Top = 68;
     this.m_AnalogNumeric2.VisibleDynamicsValue = true;
     this.m_AnalogNumeric2.Width = 67;
     //
     // m_Button5
     //
     this.m_Button5.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BlinkDynamicsValue = false;
     this.m_Button5.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button5.EnabledDynamicsValue = true;
     this.m_Button5.FontSizePixels = 9;
     this.m_Button5.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button5.Height = 45;
     this.m_Button5.IndicatorMargin = null;
     this.m_Button5.Left = 341;
     this.m_Button5.Name = "m_Button5";
     this.m_Button5.ScreenOwnerName = "StabHigh";
     this.m_Button5.StyleName = "Glossy";
     this.m_Button5.SymbolHeight = 39;
     this.m_Button5.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button5.SymbolName = "path2985";
     this.m_Button5.SymbolWidth = 33;
     this.m_Button5.TextHeight = 11;
     stringintervalmappercf5.DefaultValue = "";
     this.m_Button5.TextIntervalMapper = stringintervalmappercf5;
     this.m_Button5.TextValue = 0D;
     this.m_Button5.TextWidth = 42;
     this.m_Button5.Top = 68;
     this.m_Button5.Value = 0D;
     this.m_Button5.VisibleDynamicsValue = true;
     this.m_Button5.Width = 48;
     //
     // m_Button6
     //
     this.m_Button6.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button6.BlinkDynamicsValue = false;
     this.m_Button6.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button6.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button6.EnabledDynamicsValue = true;
     this.m_Button6.FontSizePixels = 9;
     this.m_Button6.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button6.Height = 45;
     this.m_Button6.IndicatorMargin = null;
     this.m_Button6.Left = 226;
     this.m_Button6.Name = "m_Button6";
     this.m_Button6.ScreenOwnerName = "StabHigh";
     this.m_Button6.StyleName = "Glossy";
     this.m_Button6.SymbolHeight = 39;
     this.m_Button6.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_Button6.SymbolName = "path29851";
     this.m_Button6.SymbolWidth = 33;
     this.m_Button6.TextHeight = 11;
     stringintervalmappercf6.DefaultValue = "";
     this.m_Button6.TextIntervalMapper = stringintervalmappercf6;
     this.m_Button6.TextValue = 0D;
     this.m_Button6.TextWidth = 42;
     this.m_Button6.Top = 68;
     this.m_Button6.Value = 0D;
     this.m_Button6.VisibleDynamicsValue = true;
     this.m_Button6.Width = 48;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(165)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.Bold = true;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 16;
     this.m_AnalogNumeric.Height = 45;
     this.m_AnalogNumeric.Left = 274;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.NumberOfDecimals = 2;
     this.m_AnalogNumeric.ScreenOwnerName = "StabHigh";
     this.m_AnalogNumeric.Top = 116;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 67;
     //
     // m_Button
     //
     this.m_Button.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(165)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button.EnabledDynamicsValue = true;
     this.m_Button.FontSizePixels = 9;
     this.m_Button.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button.Height = 45;
     this.m_Button.IndicatorMargin = null;
     this.m_Button.Left = 341;
     this.m_Button.Name = "m_Button";
     this.m_Button.ScreenOwnerName = "StabHigh";
     this.m_Button.StyleName = "Glossy";
     this.m_Button.SymbolHeight = 39;
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper3;
     this.m_Button.SymbolName = "path2985";
     this.m_Button.SymbolWidth = 33;
     this.m_Button.TextHeight = 11;
     stringintervalmappercf7.DefaultValue = "";
     this.m_Button.TextIntervalMapper = stringintervalmappercf7;
     this.m_Button.TextValue = 0D;
     this.m_Button.TextWidth = 42;
     this.m_Button.Top = 116;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue = true;
     this.m_Button.Width = 48;
     //
     // m_Button1
     //
     this.m_Button1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(165)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BlinkDynamicsValue = false;
     this.m_Button1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button1.EnabledDynamicsValue = true;
     this.m_Button1.FontSizePixels = 9;
     this.m_Button1.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button1.Height = 45;
     this.m_Button1.IndicatorMargin = null;
     this.m_Button1.Left = 226;
     this.m_Button1.Name = "m_Button1";
     this.m_Button1.ScreenOwnerName = "StabHigh";
     this.m_Button1.StyleName = "Glossy";
     this.m_Button1.SymbolHeight = 39;
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper4;
     this.m_Button1.SymbolName = "path29851";
     this.m_Button1.SymbolWidth = 33;
     this.m_Button1.TextHeight = 11;
     stringintervalmappercf8.DefaultValue = "";
     this.m_Button1.TextIntervalMapper = stringintervalmappercf8;
     this.m_Button1.TextValue = 0D;
     this.m_Button1.TextWidth = 42;
     this.m_Button1.Top = 116;
     this.m_Button1.Value = 0D;
     this.m_Button1.VisibleDynamicsValue = true;
     this.m_Button1.Width = 48;
     //
     // m_AnalogNumeric1
     //
     this.m_AnalogNumeric1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric1.BlinkDynamicsValue = false;
     this.m_AnalogNumeric1.Bold = true;
     this.m_AnalogNumeric1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric1.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric1.EnabledDynamicsValue = true;
     this.m_AnalogNumeric1.FontSizePixels = 16;
     this.m_AnalogNumeric1.Height = 45;
     this.m_AnalogNumeric1.Left = 274;
     this.m_AnalogNumeric1.Name = "m_AnalogNumeric1";
     this.m_AnalogNumeric1.NumberOfDecimals = 2;
     this.m_AnalogNumeric1.ScreenOwnerName = "StabHigh";
     this.m_AnalogNumeric1.Top = 166;
     this.m_AnalogNumeric1.VisibleDynamicsValue = true;
     this.m_AnalogNumeric1.Width = 67;
     //
     // m_Button2
     //
     this.m_Button2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BlinkDynamicsValue = false;
     this.m_Button2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button2.EnabledDynamicsValue = true;
     this.m_Button2.FontSizePixels = 9;
     this.m_Button2.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button2.Height = 45;
     this.m_Button2.IndicatorMargin = null;
     this.m_Button2.Left = 341;
     this.m_Button2.Name = "m_Button2";
     this.m_Button2.ScreenOwnerName = "StabHigh";
     this.m_Button2.StyleName = "Glossy";
     this.m_Button2.SymbolHeight = 39;
     this.m_Button2.SymbolIntervalMapper = symbolintervalmapper5;
     this.m_Button2.SymbolName = "path2985";
     this.m_Button2.SymbolWidth = 33;
     this.m_Button2.TextHeight = 11;
     stringintervalmappercf9.DefaultValue = "";
     this.m_Button2.TextIntervalMapper = stringintervalmappercf9;
     this.m_Button2.TextValue = 0D;
     this.m_Button2.TextWidth = 42;
     this.m_Button2.Top = 166;
     this.m_Button2.Value = 0D;
     this.m_Button2.VisibleDynamicsValue = true;
     this.m_Button2.Width = 48;
     //
     // m_Button3
     //
     this.m_Button3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BlinkDynamicsValue = false;
     this.m_Button3.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button3.EnabledDynamicsValue = true;
     this.m_Button3.FontSizePixels = 9;
     this.m_Button3.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button3.Height = 45;
     this.m_Button3.IndicatorMargin = null;
     this.m_Button3.Left = 226;
     this.m_Button3.Name = "m_Button3";
     this.m_Button3.ScreenOwnerName = "StabHigh";
     this.m_Button3.StyleName = "Glossy";
     this.m_Button3.SymbolHeight = 39;
     this.m_Button3.SymbolIntervalMapper = symbolintervalmapper6;
     this.m_Button3.SymbolName = "path29851";
     this.m_Button3.SymbolWidth = 33;
     this.m_Button3.TextHeight = 11;
     stringintervalmappercf10.DefaultValue = "";
     this.m_Button3.TextIntervalMapper = stringintervalmappercf10;
     this.m_Button3.TextValue = 0D;
     this.m_Button3.TextWidth = 42;
     this.m_Button3.Top = 166;
     this.m_Button3.Value = 0D;
     this.m_Button3.VisibleDynamicsValue = true;
     this.m_Button3.Width = 48;
     //
     // m_Button7
     //
     this.m_Button7.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(119)))), ((int)(((byte)(119))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button7.BlinkDynamicsValue = false;
     this.m_Button7.Bold = true;
     this.m_Button7.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button7.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button7.EnabledDynamicsValue = true;
     this.m_Button7.FontFamily = "Arial";
     this.m_Button7.FontSizePixels = 9;
     this.m_Button7.Height = 57;
     this.m_Button7.IndicatorMargin = null;
     this.m_Button7.Left = 410;
     this.m_Button7.Name = "m_Button7";
     this.m_Button7.ScreenOwnerName = "StabHigh";
     this.m_Button7.StyleName = "Eclipse";
     this.m_Button7.SymbolIntervalMapper = symbolintervalmapper7;
     this.m_Button7.TextHeight = 12;
     stringintervalmappercf11.DefaultValue = "RESTORE";
     this.m_Button7.TextIntervalMapper = stringintervalmappercf11;
     this.m_Button7.TextValue = 0D;
     this.m_Button7.TextWidth = 53;
     this.m_Button7.Top = 202;
     this.m_Button7.Value = 0D;
     this.m_Button7.VisibleDynamicsValue = true;
     this.m_Button7.Width = 59;
     //
     // m_Text2
     //
     this.m_Text2.AutoSize = false;
     this.m_Text2.BlinkDynamicsValue = false;
     this.m_Text2.EnabledDynamicsValue = true;
     this.m_Text2.FontFamily = "Arial";
     this.m_Text2.FontSizePixels = 14;
     this.m_Text2.Height = 22;
     this.m_Text2.Left = 122;
     this.m_Text2.Name = "m_Text2";
     this.m_Text2.ScreenOwnerName = "StabHigh";
     this.m_Text2.TextHorizontalAlignment = "Center";
     stringintervalmappercf12.DefaultValue = "High Range";
     this.m_Text2.TextIntervalMapper = stringintervalmappercf12;
     this.m_Text2.TextVerticalAlignment = "Center";
     this.m_Text2.Top = 39;
     this.m_Text2.VisibleDynamicsValue = true;
     this.m_Text2.Width = 114;
     //
     // m_Line
     //
     this.m_Line.BlinkDynamicsValue = false;
     this.m_Line.EnabledDynamicsValue = true;
     this.m_Line.Fill = null;
     this.m_Line.Name = "m_Line";
     this.m_Line.ScreenOwnerName = "StabHigh";
     this.m_Line.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Line.VisibleDynamicsValue = true;
     this.m_Line.X1 = 135;
     this.m_Line.X2 = 467;
     this.m_Line.Y1 = 60;
     this.m_Line.Y2 = 60;
     //
     // m_AnalogNumeric3
     //
     this.m_AnalogNumeric3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric3.BlinkDynamicsValue = false;
     this.m_AnalogNumeric3.Bold = true;
     this.m_AnalogNumeric3.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric3.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric3.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric3.EnabledDynamicsValue = true;
     this.m_AnalogNumeric3.FontSizePixels = 16;
     this.m_AnalogNumeric3.Height = 41;
     this.m_AnalogNumeric3.Left = 226;
     this.m_AnalogNumeric3.Name = "m_AnalogNumeric3";
     this.m_AnalogNumeric3.NumberOfDecimals = 2;
     this.m_AnalogNumeric3.ReadOnly = true;
     this.m_AnalogNumeric3.ScreenOwnerName = "StabHigh";
     this.m_AnalogNumeric3.Top = 215;
     this.m_AnalogNumeric3.VisibleDynamicsValue = true;
     this.m_AnalogNumeric3.Width = 163;
     this.DrawingPrimitives.Add(this.m_Text5);
     this.DrawingPrimitives.Add(this.m_Text7);
     this.DrawingPrimitives.Add(this.m_Text8);
     this.DrawingPrimitives.Add(this.m_Text9);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric2);
     this.DrawingPrimitives.Add(this.m_Button5);
     this.DrawingPrimitives.Add(this.m_Button6);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric);
     this.DrawingPrimitives.Add(this.m_Button);
     this.DrawingPrimitives.Add(this.m_Button1);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric1);
     this.DrawingPrimitives.Add(this.m_Button2);
     this.DrawingPrimitives.Add(this.m_Button3);
     this.DrawingPrimitives.Add(this.m_Button7);
     this.DrawingPrimitives.Add(this.m_Text2);
     this.DrawingPrimitives.Add(this.m_Line);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(480, 272);
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = true;
     this.Name = "StabHigh";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_Text5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric3)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #15
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf5 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf6 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf7 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper4 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf8 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper5 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf9 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_AnalogNumeric1 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button1 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text5 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text6 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text7 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Line = new Neo.ApplicationFramework.Controls.Controls.Line();
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button2 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button3 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button8 = new Neo.ApplicationFramework.Controls.Controls.Button();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button8)).BeginInit();
     this.SuspendLayout();
     //
     // FilterHigh
     //
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_AnalogNumeric1
     //
     this.m_AnalogNumeric1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric1.BlinkDynamicsValue = false;
     this.m_AnalogNumeric1.Bold = true;
     this.m_AnalogNumeric1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric1.EnabledDynamicsValue = true;
     this.m_AnalogNumeric1.FontSizePixels = 16;
     this.m_AnalogNumeric1.Height = 45;
     this.m_AnalogNumeric1.Left = 241;
     this.m_AnalogNumeric1.Name = "m_AnalogNumeric1";
     this.m_AnalogNumeric1.NumberOfDecimals = 0;
     this.m_AnalogNumeric1.ReadOnly = true;
     this.m_AnalogNumeric1.ScreenOwnerName = "FilterHigh";
     this.m_AnalogNumeric1.Top = 119;
     this.m_AnalogNumeric1.VisibleDynamicsValue = true;
     this.m_AnalogNumeric1.Width = 76;
     //
     // m_Button
     //
     this.m_Button.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button.EnabledDynamicsValue = true;
     this.m_Button.FontSizePixels = 9;
     this.m_Button.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button.Height = 45;
     this.m_Button.IndicatorMargin = null;
     this.m_Button.Left = 316;
     this.m_Button.Name = "m_Button";
     this.m_Button.ScreenOwnerName = "FilterHigh";
     this.m_Button.StyleName = "Glossy";
     this.m_Button.SymbolHeight = 39;
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button.SymbolName = "path2985";
     this.m_Button.SymbolWidth = 33;
     this.m_Button.TextHeight = 11;
     stringintervalmappercf1.DefaultValue = "";
     this.m_Button.TextIntervalMapper = stringintervalmappercf1;
     this.m_Button.TextValue = 0D;
     this.m_Button.TextWidth = 52;
     this.m_Button.Top = 119;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue = true;
     this.m_Button.Width = 58;
     //
     // m_Button1
     //
     this.m_Button1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BlinkDynamicsValue = false;
     this.m_Button1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button1.EnabledDynamicsValue = true;
     this.m_Button1.FontSizePixels = 9;
     this.m_Button1.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button1.Height = 45;
     this.m_Button1.IndicatorMargin = null;
     this.m_Button1.Left = 186;
     this.m_Button1.Name = "m_Button1";
     this.m_Button1.ScreenOwnerName = "FilterHigh";
     this.m_Button1.StyleName = "Glossy";
     this.m_Button1.SymbolHeight = 39;
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_Button1.SymbolName = "path29851";
     this.m_Button1.SymbolWidth = 33;
     this.m_Button1.TextHeight = 11;
     stringintervalmappercf2.DefaultValue = "";
     this.m_Button1.TextIntervalMapper = stringintervalmappercf2;
     this.m_Button1.TextValue = 0D;
     this.m_Button1.TextWidth = 50;
     this.m_Button1.Top = 119;
     this.m_Button1.Value = 0D;
     this.m_Button1.VisibleDynamicsValue = true;
     this.m_Button1.Width = 56;
     //
     // m_Text5
     //
     this.m_Text5.AutoSize = false;
     this.m_Text5.BlinkDynamicsValue = false;
     this.m_Text5.EnabledDynamicsValue = true;
     this.m_Text5.FontFamily = "Arial";
     this.m_Text5.FontSizePixels = 14;
     this.m_Text5.Height = 23;
     this.m_Text5.Left = 186;
     this.m_Text5.Name = "m_Text5";
     this.m_Text5.ScreenOwnerName = "FilterHigh";
     stringintervalmappercf3.DefaultValue = "9 --> MAX ALLOWED FILTERING";
     this.m_Text5.TextIntervalMapper = stringintervalmappercf3;
     this.m_Text5.TextVerticalAlignment = "Center";
     this.m_Text5.Top = 94;
     this.m_Text5.VisibleDynamicsValue = true;
     this.m_Text5.Width = 242;
     //
     // m_Text6
     //
     this.m_Text6.AutoSize = false;
     this.m_Text6.BlinkDynamicsValue = false;
     this.m_Text6.EnabledDynamicsValue = true;
     this.m_Text6.FontFamily = "Arial";
     this.m_Text6.FontSizePixels = 14;
     this.m_Text6.Height = 23;
     this.m_Text6.Left = 186;
     this.m_Text6.Name = "m_Text6";
     this.m_Text6.ScreenOwnerName = "FilterHigh";
     stringintervalmappercf4.DefaultValue = "0 --> IMMEDIATE RESPONSE";
     this.m_Text6.TextIntervalMapper = stringintervalmappercf4;
     this.m_Text6.TextVerticalAlignment = "Center";
     this.m_Text6.Top = 75;
     this.m_Text6.VisibleDynamicsValue = true;
     this.m_Text6.Width = 221;
     //
     // m_Text7
     //
     this.m_Text7.AutoSize = false;
     this.m_Text7.BlinkDynamicsValue = false;
     this.m_Text7.EnabledDynamicsValue = true;
     this.m_Text7.FontFamily = "Arial";
     this.m_Text7.FontSizePixels = 14;
     this.m_Text7.Height = 37;
     this.m_Text7.Left = 182;
     this.m_Text7.MultiLine = true;
     this.m_Text7.Name = "m_Text7";
     this.m_Text7.ScreenOwnerName = "FilterHigh";
     this.m_Text7.TextHorizontalAlignment = "Center";
     stringintervalmappercf5.DefaultValue = "% FSR\nUPPER THRESHOLD";
     this.m_Text7.TextIntervalMapper = stringintervalmappercf5;
     this.m_Text7.TextVerticalAlignment = "Center";
     this.m_Text7.Top = 167;
     this.m_Text7.VisibleDynamicsValue = true;
     this.m_Text7.Width = 193;
     //
     // m_Text
     //
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.EnabledDynamicsValue = true;
     this.m_Text.FontSizePixels = 14;
     this.m_Text.Height = 21;
     this.m_Text.Left = 134;
     this.m_Text.Name = "m_Text";
     this.m_Text.ScreenOwnerName = "FilterHigh";
     stringintervalmappercf6.DefaultValue = "High Range Filter Constant";
     this.m_Text.TextIntervalMapper = stringintervalmappercf6;
     this.m_Text.Top = 41;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width = 139;
     //
     // m_Line
     //
     this.m_Line.BlinkDynamicsValue = false;
     this.m_Line.EnabledDynamicsValue = true;
     this.m_Line.Fill = null;
     this.m_Line.Name = "m_Line";
     this.m_Line.ScreenOwnerName = "FilterHigh";
     this.m_Line.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Line.VisibleDynamicsValue = true;
     this.m_Line.X1 = 136;
     this.m_Line.X2 = 466;
     this.m_Line.Y1 = 67;
     this.m_Line.Y2 = 67;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.Bold = true;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 16;
     this.m_AnalogNumeric.Height = 45;
     this.m_AnalogNumeric.Left = 242;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.NumberOfDecimals = 0;
     this.m_AnalogNumeric.ReadOnly = true;
     this.m_AnalogNumeric.ScreenOwnerName = "FilterHigh";
     this.m_AnalogNumeric.Top = 206;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 76;
     //
     // m_Button2
     //
     this.m_Button2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BlinkDynamicsValue = false;
     this.m_Button2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button2.EnabledDynamicsValue = true;
     this.m_Button2.FontSizePixels = 9;
     this.m_Button2.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button2.Height = 45;
     this.m_Button2.IndicatorMargin = null;
     this.m_Button2.Left = 317;
     this.m_Button2.Name = "m_Button2";
     this.m_Button2.ScreenOwnerName = "FilterHigh";
     this.m_Button2.StyleName = "Glossy";
     this.m_Button2.SymbolHeight = 39;
     this.m_Button2.SymbolIntervalMapper = symbolintervalmapper3;
     this.m_Button2.SymbolName = "path2985";
     this.m_Button2.SymbolWidth = 33;
     this.m_Button2.TextHeight = 11;
     stringintervalmappercf7.DefaultValue = "";
     this.m_Button2.TextIntervalMapper = stringintervalmappercf7;
     this.m_Button2.TextValue = 0D;
     this.m_Button2.TextWidth = 52;
     this.m_Button2.Top = 206;
     this.m_Button2.Value = 0D;
     this.m_Button2.VisibleDynamicsValue = true;
     this.m_Button2.Width = 58;
     //
     // m_Button3
     //
     this.m_Button3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BlinkDynamicsValue = false;
     this.m_Button3.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button3.EnabledDynamicsValue = true;
     this.m_Button3.FontSizePixels = 9;
     this.m_Button3.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button3.Height = 45;
     this.m_Button3.IndicatorMargin = null;
     this.m_Button3.Left = 187;
     this.m_Button3.Name = "m_Button3";
     this.m_Button3.ScreenOwnerName = "FilterHigh";
     this.m_Button3.StyleName = "Glossy";
     this.m_Button3.SymbolHeight = 39;
     this.m_Button3.SymbolIntervalMapper = symbolintervalmapper4;
     this.m_Button3.SymbolName = "path29851";
     this.m_Button3.SymbolWidth = 33;
     this.m_Button3.TextHeight = 11;
     stringintervalmappercf8.DefaultValue = "";
     this.m_Button3.TextIntervalMapper = stringintervalmappercf8;
     this.m_Button3.TextValue = 0D;
     this.m_Button3.TextWidth = 50;
     this.m_Button3.Top = 206;
     this.m_Button3.Value = 0D;
     this.m_Button3.VisibleDynamicsValue = true;
     this.m_Button3.Width = 56;
     //
     // m_Button8
     //
     this.m_Button8.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(119)))), ((int)(((byte)(119))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button8.BlinkDynamicsValue = false;
     this.m_Button8.Bold = true;
     this.m_Button8.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button8.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button8.EnabledDynamicsValue = true;
     this.m_Button8.FontSizePixels = 14;
     this.m_Button8.Height = 79;
     this.m_Button8.IndicatorMargin = null;
     this.m_Button8.Left = 387;
     this.m_Button8.MultiLine = true;
     this.m_Button8.Name = "m_Button8";
     this.m_Button8.ScreenOwnerName = "FilterHigh";
     this.m_Button8.StyleName = "Eclipse";
     this.m_Button8.SymbolIntervalMapper = symbolintervalmapper5;
     this.m_Button8.TextHeight = 34;
     stringintervalmappercf9.DefaultValue = "RESTORE\nDEFAULT";
     this.m_Button8.TextIntervalMapper = stringintervalmappercf9;
     this.m_Button8.TextValue = 0D;
     this.m_Button8.TextWidth = 73;
     this.m_Button8.Top = 172;
     this.m_Button8.Value = 0D;
     this.m_Button8.VisibleDynamicsValue = true;
     this.m_Button8.Width = 79;
     this.DrawingPrimitives.Add(this.m_AnalogNumeric1);
     this.DrawingPrimitives.Add(this.m_Button);
     this.DrawingPrimitives.Add(this.m_Button1);
     this.DrawingPrimitives.Add(this.m_Text5);
     this.DrawingPrimitives.Add(this.m_Text6);
     this.DrawingPrimitives.Add(this.m_Text7);
     this.DrawingPrimitives.Add(this.m_Text);
     this.DrawingPrimitives.Add(this.m_Line);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric);
     this.DrawingPrimitives.Add(this.m_Button2);
     this.DrawingPrimitives.Add(this.m_Button3);
     this.DrawingPrimitives.Add(this.m_Button8);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(480, 272);
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = true;
     this.Name = "FilterHigh";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button8)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #16
0
ファイル: AYARLAR_2.cs プロジェクト: tesamedikal/ekran
 private void InitializeComponent()
 {
     this.brushdynamicsconvertercf1 = new Neo.ApplicationFramework.Common.Dynamics.BrushDynamicsConverterCF();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval      brushcfinterval1      = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval      brushcfinterval2      = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     this.m_SymbolViewbox  = new Neo.ApplicationFramework.Controls.Controls.SymbolViewboxCF();
     this.m_SymbolViewbox1 = new Neo.ApplicationFramework.Controls.Controls.SymbolViewboxCF();
     this.m_Picture1       = new Neo.ApplicationFramework.Controls.Symbol.PictureCF();
     this.m_Picture        = new Neo.ApplicationFramework.Controls.Symbol.PictureCF();
     this.m_Rectangle3     = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text3          = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Rectangle4     = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text4          = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric4 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Rectangle      = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text           = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric  = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Rectangle1     = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text1          = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric1 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric3 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Rectangle2     = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text2          = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button         = new Neo.ApplicationFramework.Controls.Controls.Button();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     this.SuspendLayout();
     //
     // AYARLAR_2
     //
     this.Background  = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.SingleBorder;
     this.ControlBox  = false;
     //
     // m_SymbolViewbox
     //
     this.m_SymbolViewbox.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.White, System.Drawing.Color.White, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_SymbolViewbox.BlinkDynamicsValue    = false;
     this.m_SymbolViewbox.DelayMouseInputPeriod = 0;
     this.m_SymbolViewbox.EnabledDynamicsValue  = true;
     this.m_SymbolViewbox.ForceTransparency     = false;
     this.m_SymbolViewbox.Height               = 75;
     this.m_SymbolViewbox.IndicatorMargin      = null;
     this.m_SymbolViewbox.Left                 = 692;
     this.m_SymbolViewbox.Name                 = "m_SymbolViewbox";
     this.m_SymbolViewbox.RequiresTransparency = false;
     this.m_SymbolViewbox.ScreenOwnerName      = "AYARLAR_2";
     this.m_SymbolViewbox.Top   = 21;
     this.m_SymbolViewbox.Value = 0D;
     this.m_SymbolViewbox.VisibleDynamicsValue = true;
     this.m_SymbolViewbox.Width = 75;
     //
     // m_SymbolViewbox1
     //
     this.m_SymbolViewbox1.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.White, System.Drawing.Color.White, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_SymbolViewbox1.BlinkDynamicsValue    = false;
     this.m_SymbolViewbox1.DelayMouseInputPeriod = 0;
     this.m_SymbolViewbox1.EnabledDynamicsValue  = true;
     this.m_SymbolViewbox1.ForceTransparency     = false;
     this.m_SymbolViewbox1.Height               = 75;
     this.m_SymbolViewbox1.IndicatorMargin      = null;
     this.m_SymbolViewbox1.Left                 = 26;
     this.m_SymbolViewbox1.Name                 = "m_SymbolViewbox1";
     this.m_SymbolViewbox1.RequiresTransparency = false;
     this.m_SymbolViewbox1.ScreenOwnerName      = "AYARLAR_2";
     this.m_SymbolViewbox1.Top   = 21;
     this.m_SymbolViewbox1.Value = 0D;
     this.m_SymbolViewbox1.VisibleDynamicsValue = true;
     this.m_SymbolViewbox1.Width = 75;
     //
     // m_Picture1
     //
     this.m_Picture1.BlinkDynamicsValue    = false;
     this.m_Picture1.DelayMouseInputPeriod = 0;
     this.m_Picture1.EnabledDynamicsValue  = true;
     this.m_Picture1.Height               = 51;
     this.m_Picture1.Left                 = 467;
     this.m_Picture1.Name                 = "m_Picture1";
     this.m_Picture1.ScreenOwnerName      = "AYARLAR_2";
     this.m_Picture1.Stretch              = true;
     this.m_Picture1.SymbolName           = "12312313121";
     this.m_Picture1.Top                  = 53;
     this.m_Picture1.VisibleDynamicsValue = true;
     this.m_Picture1.Width                = 133;
     //
     // m_Picture
     //
     this.m_Picture.BlinkDynamicsValue    = false;
     this.m_Picture.DelayMouseInputPeriod = 0;
     this.m_Picture.EnabledDynamicsValue  = true;
     this.m_Picture.Height               = 101;
     this.m_Picture.Left                 = 201;
     this.m_Picture.Name                 = "m_Picture";
     this.m_Picture.ScreenOwnerName      = "AYARLAR_2";
     this.m_Picture.Stretch              = true;
     this.m_Picture.SymbolName           = "1074100_612878878863480_419287768912462570_o";
     this.m_Picture.Top                  = -5;
     this.m_Picture.VisibleDynamicsValue = true;
     this.m_Picture.Width                = 258;
     //
     // m_Rectangle3
     //
     this.m_Rectangle3.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle3.BlinkDynamicsValue    = false;
     this.m_Rectangle3.DelayMouseInputPeriod = 0;
     this.m_Rectangle3.EnabledDynamicsValue  = true;
     this.m_Rectangle3.Fill                 = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(172)))), ((int)(((byte)(198))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle3.Height               = 64;
     this.m_Rectangle3.Left                 = 26;
     this.m_Rectangle3.Name                 = "m_Rectangle3";
     this.m_Rectangle3.ScreenOwnerName      = "AYARLAR_2";
     this.m_Rectangle3.Stroke               = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle3.Top                  = 115;
     this.m_Rectangle3.VisibleDynamicsValue = true;
     this.m_Rectangle3.Width                = 741;
     //
     // m_Text3
     //
     this.m_Text3.BlinkDynamicsValue = false;
     this.m_Text3.Bold = true;
     this.m_Text3.DelayMouseInputPeriod = 0;
     this.m_Text3.EnabledDynamicsValue  = true;
     this.m_Text3.FontSizePixels        = 24;
     this.m_Text3.Height               = 21;
     this.m_Text3.Left                 = 54;
     this.m_Text3.Name                 = "m_Text3";
     this.m_Text3.ScreenOwnerName      = "AYARLAR_2";
     this.m_Text3.Top                  = 129;
     this.m_Text3.VisibleDynamicsValue = true;
     this.m_Text3.Width                = 94;
     //
     // m_Rectangle4
     //
     this.m_Rectangle4.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle4.BlinkDynamicsValue    = false;
     this.m_Rectangle4.DelayMouseInputPeriod = 0;
     this.m_Rectangle4.EnabledDynamicsValue  = true;
     this.m_Rectangle4.Fill                 = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(172)))), ((int)(((byte)(198))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle4.Height               = 64;
     this.m_Rectangle4.Left                 = 26;
     this.m_Rectangle4.Name                 = "m_Rectangle4";
     this.m_Rectangle4.ScreenOwnerName      = "AYARLAR_2";
     this.m_Rectangle4.Stroke               = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle4.Top                  = 187;
     this.m_Rectangle4.VisibleDynamicsValue = true;
     this.m_Rectangle4.Width                = 741;
     //
     // m_Text4
     //
     this.m_Text4.BlinkDynamicsValue = false;
     this.m_Text4.Bold = true;
     this.m_Text4.DelayMouseInputPeriod = 0;
     this.m_Text4.EnabledDynamicsValue  = true;
     this.m_Text4.FontSizePixels        = 24;
     this.m_Text4.Height               = 21;
     this.m_Text4.Left                 = 54;
     this.m_Text4.Name                 = "m_Text4";
     this.m_Text4.ScreenOwnerName      = "AYARLAR_2";
     this.m_Text4.Top                  = 201;
     this.m_Text4.VisibleDynamicsValue = true;
     this.m_Text4.Width                = 132;
     //
     // m_AnalogNumeric4
     //
     this.m_AnalogNumeric4.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric4.BlinkDynamicsValue = false;
     this.m_AnalogNumeric4.Bold                  = true;
     this.m_AnalogNumeric4.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric4.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric4.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric4.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric4.FontSizePixels        = 24;
     this.m_AnalogNumeric4.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric4.Height                = 46;
     this.m_AnalogNumeric4.Left                  = 552;
     this.m_AnalogNumeric4.Name                  = "m_AnalogNumeric4";
     this.m_AnalogNumeric4.ScreenOwnerName       = "AYARLAR_2";
     this.m_AnalogNumeric4.Top = 196;
     this.m_AnalogNumeric4.VisibleDynamicsValue = true;
     this.m_AnalogNumeric4.Width = 198;
     //
     // m_Rectangle
     //
     this.m_Rectangle.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle.BlinkDynamicsValue    = false;
     this.m_Rectangle.DelayMouseInputPeriod = 0;
     this.m_Rectangle.EnabledDynamicsValue  = true;
     this.m_Rectangle.Fill                 = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(172)))), ((int)(((byte)(198))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Height               = 64;
     this.m_Rectangle.Left                 = 26;
     this.m_Rectangle.Name                 = "m_Rectangle";
     this.m_Rectangle.ScreenOwnerName      = "AYARLAR_2";
     this.m_Rectangle.Stroke               = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Top                  = 259;
     this.m_Rectangle.VisibleDynamicsValue = true;
     this.m_Rectangle.Width                = 741;
     //
     // m_Text
     //
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.Bold = true;
     this.m_Text.DelayMouseInputPeriod = 0;
     this.m_Text.EnabledDynamicsValue  = true;
     this.m_Text.FontSizePixels        = 24;
     this.m_Text.Height               = 21;
     this.m_Text.Left                 = 54;
     this.m_Text.Name                 = "m_Text";
     this.m_Text.ScreenOwnerName      = "AYARLAR_2";
     this.m_Text.Top                  = 273;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width                = 157;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.Bold                  = true;
     this.m_AnalogNumeric.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric.FontSizePixels        = 24;
     this.m_AnalogNumeric.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric.Height                = 46;
     this.m_AnalogNumeric.Left                  = 552;
     this.m_AnalogNumeric.Name                  = "m_AnalogNumeric";
     this.m_AnalogNumeric.ScreenOwnerName       = "AYARLAR_2";
     this.m_AnalogNumeric.Top = 268;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 198;
     //
     // m_Rectangle1
     //
     this.m_Rectangle1.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle1.BlinkDynamicsValue    = false;
     this.m_Rectangle1.DelayMouseInputPeriod = 0;
     this.m_Rectangle1.EnabledDynamicsValue  = true;
     this.m_Rectangle1.Fill                 = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(172)))), ((int)(((byte)(198))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle1.Height               = 64;
     this.m_Rectangle1.Left                 = 26;
     this.m_Rectangle1.Name                 = "m_Rectangle1";
     this.m_Rectangle1.ScreenOwnerName      = "AYARLAR_2";
     this.m_Rectangle1.Stroke               = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle1.Top                  = 331;
     this.m_Rectangle1.VisibleDynamicsValue = true;
     this.m_Rectangle1.Width                = 741;
     //
     // m_Text1
     //
     this.m_Text1.BlinkDynamicsValue = false;
     this.m_Text1.Bold = true;
     this.m_Text1.DelayMouseInputPeriod = 0;
     this.m_Text1.EnabledDynamicsValue  = true;
     this.m_Text1.FontSizePixels        = 24;
     this.m_Text1.Height               = 21;
     this.m_Text1.Left                 = 54;
     this.m_Text1.Name                 = "m_Text1";
     this.m_Text1.ScreenOwnerName      = "AYARLAR_2";
     this.m_Text1.Top                  = 345;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width                = 145;
     //
     // m_AnalogNumeric1
     //
     this.m_AnalogNumeric1.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric1.BlinkDynamicsValue = false;
     this.m_AnalogNumeric1.Bold                  = true;
     this.m_AnalogNumeric1.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric1.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric1.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric1.FontSizePixels        = 24;
     this.m_AnalogNumeric1.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric1.Height                = 46;
     this.m_AnalogNumeric1.Left                  = 552;
     this.m_AnalogNumeric1.Name                  = "m_AnalogNumeric1";
     this.m_AnalogNumeric1.ScreenOwnerName       = "AYARLAR_2";
     this.m_AnalogNumeric1.Top = 340;
     this.m_AnalogNumeric1.VisibleDynamicsValue = true;
     this.m_AnalogNumeric1.Width = 198;
     //
     // m_AnalogNumeric3
     //
     this.m_AnalogNumeric3.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric3.BlinkDynamicsValue = false;
     this.m_AnalogNumeric3.Bold                  = true;
     this.m_AnalogNumeric3.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric3.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric3.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric3.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric3.FontSizePixels        = 24;
     this.m_AnalogNumeric3.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric3.Height                = 46;
     this.m_AnalogNumeric3.Left                  = 552;
     this.m_AnalogNumeric3.Name                  = "m_AnalogNumeric3";
     this.m_AnalogNumeric3.ScreenOwnerName       = "AYARLAR_2";
     this.m_AnalogNumeric3.Top = 124;
     this.m_AnalogNumeric3.VisibleDynamicsValue = true;
     this.m_AnalogNumeric3.Width = 198;
     //
     // m_Rectangle2
     //
     this.m_Rectangle2.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle2.BlinkDynamicsValue    = false;
     this.m_Rectangle2.DelayMouseInputPeriod = 0;
     this.m_Rectangle2.EnabledDynamicsValue  = true;
     this.m_Rectangle2.Fill                 = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(172)))), ((int)(((byte)(198))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle2.Height               = 64;
     this.m_Rectangle2.Left                 = 26;
     this.m_Rectangle2.Name                 = "m_Rectangle2";
     this.m_Rectangle2.ScreenOwnerName      = "AYARLAR_2";
     this.m_Rectangle2.Stroke               = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle2.Top                  = 403;
     this.m_Rectangle2.VisibleDynamicsValue = true;
     this.m_Rectangle2.Width                = 741;
     //
     // m_Text2
     //
     this.m_Text2.BlinkDynamicsValue = false;
     this.m_Text2.Bold = true;
     this.m_Text2.DelayMouseInputPeriod = 0;
     this.m_Text2.EnabledDynamicsValue  = true;
     this.m_Text2.FontSizePixels        = 24;
     this.m_Text2.Height               = 21;
     this.m_Text2.Left                 = 54;
     this.m_Text2.Name                 = "m_Text2";
     this.m_Text2.ScreenOwnerName      = "AYARLAR_2";
     this.m_Text2.Top                  = 417;
     this.m_Text2.VisibleDynamicsValue = true;
     this.m_Text2.Width                = 80;
     //
     // m_Button
     //
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.Bold            = true;
     this.m_Button.BorderBrush     = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(112)))), ((int)(((byte)(112))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     brushdynamicsconvertercf1.BrushIntervalMapper.DefaultValue = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     brushcfinterval1.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(218)))), ((int)(((byte)(78))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushcfinterval2.End   = 1D;
     brushcfinterval2.Start = 1D;
     brushcfinterval2.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(28)))), ((int)(((byte)(36))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushdynamicsconvertercf1.BrushIntervalMapper.Intervals.Add(brushcfinterval1);
     brushdynamicsconvertercf1.BrushIntervalMapper.Intervals.Add(brushcfinterval2);
     this.m_Button.DelayMouseInputPeriod = 0;
     this.m_Button.EnabledDynamicsValue  = true;
     this.m_Button.FontSizePixels        = 20;
     this.m_Button.ForceTransparency     = true;
     this.m_Button.Height               = 46;
     this.m_Button.IndicatorMargin      = null;
     this.m_Button.Left                 = 552;
     this.m_Button.Name                 = "m_Button";
     this.m_Button.RequiresTransparency = true;
     this.m_Button.ScreenOwnerName      = "AYARLAR_2";
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button.TextHeight           = 24;
     this.m_Button.TextValue            = 0D;
     this.m_Button.TextWidth            = 188;
     this.m_Button.Top   = 412;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue     = true;
     this.m_Button.VisualPropertiesHashCode = 1868002783;
     this.m_Button.Width          = 198;
     this.FormBorderStyle         = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize              = new System.Drawing.Size(800, 480);
     this.IsCacheable             = true;
     this.Location                = new System.Drawing.Point(0, 0);
     this.ModalScreen             = true;
     this.Name                    = "AYARLAR_2";
     this.PopupScreen             = false;
     this.ScreenID                = null;
     this.ScreenTitle             = "";
     this.StyleName               = "";
     this.WindowState             = System.Windows.Forms.FormWindowState.Normal;
     this.m_Initialized_AYARLAR_2 = true;
     this.AddControlsAndPrimitives();
     this.ResumeLayout(false);
 }
コード例 #17
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf5 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf6 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf7 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf8 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf9 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf10 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf11 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper4 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf12 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf13 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper5 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf14 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper6 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf15 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper7 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf16 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper8 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf17 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_Rectangle = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text1 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text2 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text3 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text4 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Rectangle1 = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text5 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button1 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button2 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text6 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text7 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button5 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text8 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button11 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button3 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button4 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button6 = new Neo.ApplicationFramework.Controls.Controls.Button();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button6)).BeginInit();
     this.SuspendLayout();
     //
     // DisplayScreen
     //
     this.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140))))), System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalWithMiddleStop);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_Rectangle
     //
     this.m_Rectangle.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle.BlinkDynamicsValue = false;
     this.m_Rectangle.EnabledDynamicsValue = true;
     this.m_Rectangle.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Height = 42;
     this.m_Rectangle.Left = -3;
     this.m_Rectangle.Name = "m_Rectangle";
     this.m_Rectangle.ScreenOwnerName = "DisplayScreen";
     this.m_Rectangle.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Top = -5;
     this.m_Rectangle.VisibleDynamicsValue = true;
     this.m_Rectangle.Width = 485;
     //
     // m_Text
     //
     this.m_Text.AutoSize = false;
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.Bold = true;
     this.m_Text.EnabledDynamicsValue = true;
     this.m_Text.FontFamily = "Arial";
     this.m_Text.FontSizePixels = 20;
     this.m_Text.Height = 30;
     this.m_Text.Left = 1;
     this.m_Text.Name = "m_Text";
     this.m_Text.ScreenOwnerName = "DisplayScreen";
     this.m_Text.TextHorizontalAlignment = "Center";
     stringintervalmappercf1.DefaultValue = "MONITOR SETTINGS";
     this.m_Text.TextIntervalMapper = stringintervalmappercf1;
     this.m_Text.TextVerticalAlignment = "Center";
     this.m_Text.Top = 1;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width = 480;
     //
     // m_Text1
     //
     this.m_Text1.AutoSize = false;
     this.m_Text1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text1.BlinkDynamicsValue = false;
     this.m_Text1.EnabledDynamicsValue = true;
     this.m_Text1.FontSizePixels = 12;
     this.m_Text1.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Text1.Height = 24;
     this.m_Text1.Left = 31;
     this.m_Text1.Name = "m_Text1";
     this.m_Text1.ScreenOwnerName = "DisplayScreen";
     this.m_Text1.TextHorizontalAlignment = "Center";
     stringintervalmappercf2.DefaultValue = "DATE(MM/DD/YYYY)";
     this.m_Text1.TextIntervalMapper = stringintervalmappercf2;
     this.m_Text1.Top = 46;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width = 133;
     //
     // m_Text2
     //
     this.m_Text2.AutoSize = false;
     this.m_Text2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text2.BlinkDynamicsValue = false;
     this.m_Text2.EnabledDynamicsValue = true;
     this.m_Text2.FontSizePixels = 18;
     this.m_Text2.Height = 41;
     this.m_Text2.Left = 31;
     this.m_Text2.Name = "m_Text2";
     this.m_Text2.ScreenOwnerName = "DisplayScreen";
     this.m_Text2.TextHorizontalAlignment = "Center";
     stringintervalmappercf3.DefaultValue = "6/8/2015";
     this.m_Text2.TextIntervalMapper = stringintervalmappercf3;
     this.m_Text2.TextVerticalAlignment = "Center";
     this.m_Text2.Top = 70;
     this.m_Text2.VisibleDynamicsValue = true;
     this.m_Text2.Width = 133;
     //
     // m_Text3
     //
     this.m_Text3.AutoSize = false;
     this.m_Text3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text3.BlinkDynamicsValue = false;
     this.m_Text3.EnabledDynamicsValue = true;
     this.m_Text3.FontSizePixels = 12;
     this.m_Text3.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Text3.Height = 24;
     this.m_Text3.Left = 194;
     this.m_Text3.Name = "m_Text3";
     this.m_Text3.ScreenOwnerName = "DisplayScreen";
     this.m_Text3.TextHorizontalAlignment = "Center";
     stringintervalmappercf4.DefaultValue = "TIME(HH:MM)";
     this.m_Text3.TextIntervalMapper = stringintervalmappercf4;
     this.m_Text3.Top = 46;
     this.m_Text3.VisibleDynamicsValue = true;
     this.m_Text3.Width = 133;
     //
     // m_Text4
     //
     this.m_Text4.AutoSize = false;
     this.m_Text4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text4.BlinkDynamicsValue = false;
     this.m_Text4.EnabledDynamicsValue = true;
     this.m_Text4.FontSizePixels = 18;
     this.m_Text4.Height = 41;
     this.m_Text4.Left = 194;
     this.m_Text4.Name = "m_Text4";
     this.m_Text4.ScreenOwnerName = "DisplayScreen";
     this.m_Text4.TextHorizontalAlignment = "Center";
     stringintervalmappercf5.DefaultValue = "09:15";
     this.m_Text4.TextIntervalMapper = stringintervalmappercf5;
     this.m_Text4.TextVerticalAlignment = "Center";
     this.m_Text4.Top = 70;
     this.m_Text4.VisibleDynamicsValue = true;
     this.m_Text4.Width = 133;
     //
     // m_Rectangle1
     //
     this.m_Rectangle1.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle1.BlinkDynamicsValue = false;
     this.m_Rectangle1.EnabledDynamicsValue = true;
     this.m_Rectangle1.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle1.Height = 42;
     this.m_Rectangle1.Left = -4;
     this.m_Rectangle1.Name = "m_Rectangle1";
     this.m_Rectangle1.ScreenOwnerName = "DisplayScreen";
     this.m_Rectangle1.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle1.Top = 119;
     this.m_Rectangle1.VisibleDynamicsValue = true;
     this.m_Rectangle1.Width = 485;
     //
     // m_Text5
     //
     this.m_Text5.AutoSize = false;
     this.m_Text5.BlinkDynamicsValue = false;
     this.m_Text5.Bold = true;
     this.m_Text5.EnabledDynamicsValue = true;
     this.m_Text5.FontFamily = "Arial";
     this.m_Text5.FontSizePixels = 24;
     this.m_Text5.Height = 30;
     this.m_Text5.Left = 10;
     this.m_Text5.Name = "m_Text5";
     this.m_Text5.ScreenOwnerName = "DisplayScreen";
     this.m_Text5.TextHorizontalAlignment = "Center";
     stringintervalmappercf6.DefaultValue = "LEAK RATE DISPLAY";
     this.m_Text5.TextIntervalMapper = stringintervalmappercf6;
     this.m_Text5.Top = 125;
     this.m_Text5.VisibleDynamicsValue = true;
     this.m_Text5.Width = 362;
     //
     // m_Button1
     //
     this.m_Button1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BlinkDynamicsValue = false;
     this.m_Button1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button1.EnabledDynamicsValue = true;
     this.m_Button1.FontSizePixels = 14;
     this.m_Button1.Height = 42;
     this.m_Button1.IndicatorMargin = null;
     this.m_Button1.Left = 366;
     this.m_Button1.MultiLine = true;
     this.m_Button1.Name = "m_Button1";
     this.m_Button1.ScreenOwnerName = "DisplayScreen";
     this.m_Button1.StyleName = "Glossy";
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button1.TextHeight = 34;
     stringintervalmappercf7.DefaultValue = "RESTORE\r\nDEFAULT";
     this.m_Button1.TextIntervalMapper = stringintervalmappercf7;
     this.m_Button1.TextValue = 0D;
     this.m_Button1.TextWidth = 70;
     this.m_Button1.Top = 119;
     this.m_Button1.Value = 0D;
     this.m_Button1.VisibleDynamicsValue = true;
     this.m_Button1.Width = 76;
     //
     // m_Button
     //
     this.m_Button.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button.EnabledDynamicsValue = true;
     this.m_Button.FontFamily = "Arial";
     this.m_Button.FontSizePixels = 14;
     this.m_Button.Height = 38;
     this.m_Button.IndicatorMargin = null;
     this.m_Button.Left = 352;
     this.m_Button.MultiLine = true;
     this.m_Button.Name = "m_Button";
     this.m_Button.ScreenOwnerName = "DisplayScreen";
     this.m_Button.StyleName = "Glossy";
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_Button.TextHeight = 32;
     stringintervalmappercf8.DefaultValue = "Change \r\nDate/Time";
     this.m_Button.TextIntervalMapper = stringintervalmappercf8;
     this.m_Button.TextValue = 0D;
     this.m_Button.TextWidth = 92;
     this.m_Button.Top = 39;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue = true;
     this.m_Button.Width = 98;
     //
     // m_Button2
     //
     this.m_Button2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BlinkDynamicsValue = false;
     this.m_Button2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button2.EnabledDynamicsValue = true;
     this.m_Button2.FontSizePixels = 14;
     this.m_Button2.Height = 30;
     this.m_Button2.IndicatorMargin = null;
     this.m_Button2.Left = 111;
     this.m_Button2.MultiLine = true;
     this.m_Button2.Name = "m_Button2";
     this.m_Button2.ScreenOwnerName = "DisplayScreen";
     this.m_Button2.StyleName = "Glossy";
     this.m_Button2.SymbolIntervalMapper = symbolintervalmapper3;
     stringintervalmappercf9.DefaultValue = "LOW";
     this.m_Button2.TextIntervalMapper = stringintervalmappercf9;
     this.m_Button2.TextValue = 0D;
     this.m_Button2.TextWidth = 103;
     this.m_Button2.Top = 187;
     this.m_Button2.Value = 0D;
     this.m_Button2.VisibleDynamicsValue = true;
     this.m_Button2.Width = 109;
     //
     // m_Text6
     //
     this.m_Text6.AutoSize = false;
     this.m_Text6.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text6.BlinkDynamicsValue = false;
     this.m_Text6.EnabledDynamicsValue = true;
     this.m_Text6.FontSizePixels = 9;
     this.m_Text6.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Text6.Height = 17;
     this.m_Text6.Left = 111;
     this.m_Text6.Name = "m_Text6";
     this.m_Text6.ScreenOwnerName = "DisplayScreen";
     this.m_Text6.TextHorizontalAlignment = "Center";
     stringintervalmappercf10.DefaultValue = "TOGGLE METER";
     this.m_Text6.TextIntervalMapper = stringintervalmappercf10;
     this.m_Text6.Top = 171;
     this.m_Text6.VisibleDynamicsValue = true;
     this.m_Text6.Width = 109;
     //
     // m_Text7
     //
     this.m_Text7.AutoSize = false;
     this.m_Text7.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text7.BlinkDynamicsValue = false;
     this.m_Text7.EnabledDynamicsValue = true;
     this.m_Text7.FontSizePixels = 9;
     this.m_Text7.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Text7.Height = 17;
     this.m_Text7.Left = 174;
     this.m_Text7.Name = "m_Text7";
     this.m_Text7.ScreenOwnerName = "DisplayScreen";
     this.m_Text7.TextHorizontalAlignment = "Center";
     stringintervalmappercf11.DefaultValue = "NUMBER OF DECIMALS";
     this.m_Text7.TextIntervalMapper = stringintervalmappercf11;
     this.m_Text7.Top = 223;
     this.m_Text7.VisibleDynamicsValue = true;
     this.m_Text7.Width = 131;
     //
     // m_Button5
     //
     this.m_Button5.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BlinkDynamicsValue = false;
     this.m_Button5.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button5.EnabledDynamicsValue = true;
     this.m_Button5.FontSizePixels = 16;
     this.m_Button5.Height = 30;
     this.m_Button5.IndicatorMargin = null;
     this.m_Button5.Left = 254;
     this.m_Button5.MultiLine = true;
     this.m_Button5.Name = "m_Button5";
     this.m_Button5.ScreenOwnerName = "DisplayScreen";
     this.m_Button5.StyleName = "Glossy";
     this.m_Button5.SymbolIntervalMapper = symbolintervalmapper4;
     this.m_Button5.TextHeight = 19;
     stringintervalmappercf12.DefaultValue = "sccm";
     this.m_Button5.TextIntervalMapper = stringintervalmappercf12;
     this.m_Button5.TextValue = 0D;
     this.m_Button5.TextWidth = 103;
     this.m_Button5.Top = 187;
     this.m_Button5.Value = 0D;
     this.m_Button5.VisibleDynamicsValue = true;
     this.m_Button5.Width = 109;
     //
     // m_Text8
     //
     this.m_Text8.AutoSize = false;
     this.m_Text8.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(131)))), ((int)(((byte)(180))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text8.BlinkDynamicsValue = false;
     this.m_Text8.EnabledDynamicsValue = true;
     this.m_Text8.FontSizePixels = 9;
     this.m_Text8.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Text8.Height = 17;
     this.m_Text8.Left = 254;
     this.m_Text8.Name = "m_Text8";
     this.m_Text8.ScreenOwnerName = "DisplayScreen";
     this.m_Text8.TextHorizontalAlignment = "Center";
     stringintervalmappercf13.DefaultValue = "TOGGLE UNIT";
     this.m_Text8.TextIntervalMapper = stringintervalmappercf13;
     this.m_Text8.Top = 171;
     this.m_Text8.VisibleDynamicsValue = true;
     this.m_Text8.Width = 109;
     //
     // m_Button11
     //
     this.m_Button11.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button11.BlinkDynamicsValue = false;
     this.m_Button11.Bold = true;
     this.m_Button11.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button11.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button11.EnabledDynamicsValue = true;
     this.m_Button11.FontFamily = "Arial";
     this.m_Button11.FontSizePixels = 16;
     this.m_Button11.Height = 47;
     this.m_Button11.IndicatorMargin = null;
     this.m_Button11.Left = 14;
     this.m_Button11.Name = "m_Button11";
     this.m_Button11.ScreenOwnerName = "DisplayScreen";
     this.m_Button11.StyleName = "Chrome";
     this.m_Button11.SymbolIntervalMapper = symbolintervalmapper5;
     this.m_Button11.SymbolName = "";
     this.m_Button11.TextHeight = 19;
     stringintervalmappercf14.DefaultValue = "BACK";
     this.m_Button11.TextIntervalMapper = stringintervalmappercf14;
     this.m_Button11.TextValue = 0D;
     this.m_Button11.TextWidth = 101;
     this.m_Button11.Top = 220;
     this.m_Button11.Value = 0D;
     this.m_Button11.VisibleDynamicsValue = true;
     this.m_Button11.Width = 107;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 12;
     this.m_AnalogNumeric.Height = 29;
     this.m_AnalogNumeric.Left = 216;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.NumberOfDecimals = 0;
     this.m_AnalogNumeric.ScreenOwnerName = "DisplayScreen";
     this.m_AnalogNumeric.Top = 239;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 48;
     //
     // m_Button3
     //
     this.m_Button3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BlinkDynamicsValue = false;
     this.m_Button3.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button3.EnabledDynamicsValue = true;
     this.m_Button3.FontSizePixels = 9;
     this.m_Button3.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button3.Height = 28;
     this.m_Button3.IndicatorMargin = null;
     this.m_Button3.Left = 263;
     this.m_Button3.Name = "m_Button3";
     this.m_Button3.ScreenOwnerName = "DisplayScreen";
     this.m_Button3.StyleName = "Glossy";
     this.m_Button3.SymbolHeight = 22;
     this.m_Button3.SymbolIntervalMapper = symbolintervalmapper6;
     this.m_Button3.SymbolName = "path2985";
     this.m_Button3.SymbolWidth = 19;
     this.m_Button3.TextHeight = 11;
     stringintervalmappercf15.DefaultValue = "";
     this.m_Button3.TextIntervalMapper = stringintervalmappercf15;
     this.m_Button3.TextValue = 0D;
     this.m_Button3.TextWidth = 36;
     this.m_Button3.Top = 240;
     this.m_Button3.Value = 0D;
     this.m_Button3.VisibleDynamicsValue = true;
     this.m_Button3.Width = 42;
     //
     // m_Button4
     //
     this.m_Button4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BlinkDynamicsValue = false;
     this.m_Button4.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button4.EnabledDynamicsValue = true;
     this.m_Button4.FontSizePixels = 9;
     this.m_Button4.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button4.Height = 28;
     this.m_Button4.IndicatorMargin = null;
     this.m_Button4.Left = 174;
     this.m_Button4.Name = "m_Button4";
     this.m_Button4.ScreenOwnerName = "DisplayScreen";
     this.m_Button4.StyleName = "Glossy";
     this.m_Button4.SymbolHeight = 22;
     this.m_Button4.SymbolIntervalMapper = symbolintervalmapper7;
     this.m_Button4.SymbolName = "path29851";
     this.m_Button4.SymbolWidth = 19;
     this.m_Button4.TextHeight = 11;
     stringintervalmappercf16.DefaultValue = "";
     this.m_Button4.TextIntervalMapper = stringintervalmappercf16;
     this.m_Button4.TextValue = 0D;
     this.m_Button4.TextWidth = 36;
     this.m_Button4.Top = 240;
     this.m_Button4.Value = 0D;
     this.m_Button4.VisibleDynamicsValue = true;
     this.m_Button4.Width = 42;
     //
     // m_Button6
     //
     this.m_Button6.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button6.BlinkDynamicsValue = false;
     this.m_Button6.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button6.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button6.EnabledDynamicsValue = true;
     this.m_Button6.FontFamily = "Arial";
     this.m_Button6.FontSizePixels = 14;
     this.m_Button6.Height = 38;
     this.m_Button6.IndicatorMargin = null;
     this.m_Button6.Left = 352;
     this.m_Button6.MultiLine = true;
     this.m_Button6.Name = "m_Button6";
     this.m_Button6.ScreenOwnerName = "DisplayScreen";
     this.m_Button6.StyleName = "Glossy";
     this.m_Button6.SymbolIntervalMapper = symbolintervalmapper8;
     this.m_Button6.TextHeight = 32;
     stringintervalmappercf17.DefaultValue = "Change \nBacklight";
     this.m_Button6.TextIntervalMapper = stringintervalmappercf17;
     this.m_Button6.TextValue = 0D;
     this.m_Button6.TextWidth = 92;
     this.m_Button6.Top = 78;
     this.m_Button6.Value = 0D;
     this.m_Button6.VisibleDynamicsValue = true;
     this.m_Button6.Width = 98;
     this.DrawingPrimitives.Add(this.m_Rectangle);
     this.DrawingPrimitives.Add(this.m_Text);
     this.DrawingPrimitives.Add(this.m_Text1);
     this.DrawingPrimitives.Add(this.m_Text2);
     this.DrawingPrimitives.Add(this.m_Text3);
     this.DrawingPrimitives.Add(this.m_Text4);
     this.DrawingPrimitives.Add(this.m_Rectangle1);
     this.DrawingPrimitives.Add(this.m_Text5);
     this.DrawingPrimitives.Add(this.m_Button1);
     this.DrawingPrimitives.Add(this.m_Button);
     this.DrawingPrimitives.Add(this.m_Button2);
     this.DrawingPrimitives.Add(this.m_Text6);
     this.DrawingPrimitives.Add(this.m_Text7);
     this.DrawingPrimitives.Add(this.m_Button5);
     this.DrawingPrimitives.Add(this.m_Text8);
     this.DrawingPrimitives.Add(this.m_Button11);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric);
     this.DrawingPrimitives.Add(this.m_Button3);
     this.DrawingPrimitives.Add(this.m_Button4);
     this.DrawingPrimitives.Add(this.m_Button6);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(480, 272);
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = true;
     this.Name = "DisplayScreen";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button6)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #18
0
 private void InitializeComponent()
 {
     this.brushdynamicsconvertercf1 = new Neo.ApplicationFramework.Common.Dynamics.BrushDynamicsConverterCF();
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper4 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper5 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf5 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper6 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf6 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf7 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf8 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf9 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper7 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf10 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf11 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf12 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval1 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval2 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper8 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf13 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalCF stringintervalcf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalCF stringintervalcf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalCF();
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric1 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric2 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button7 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button1 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button2 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button3 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button4 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text1 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text2 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text3 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button21 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text4 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button5 = new Neo.ApplicationFramework.Controls.Controls.Button();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).BeginInit();
     this.SuspendLayout();
     //
     // CalDueDateSetting
     //
     this.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalWithMiddleStop);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.Bold = true;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 18;
     this.m_AnalogNumeric.Height = 41;
     this.m_AnalogNumeric.Left = 137;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.ReadOnly = true;
     this.m_AnalogNumeric.ScreenOwnerName = "CalDueDateSetting";
     this.m_AnalogNumeric.Top = 103;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 60;
     //
     // m_AnalogNumeric1
     //
     this.m_AnalogNumeric1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric1.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric1.BlinkDynamicsValue = false;
     this.m_AnalogNumeric1.Bold = true;
     this.m_AnalogNumeric1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric1.EnabledDynamicsValue = true;
     this.m_AnalogNumeric1.FontSizePixels = 18;
     this.m_AnalogNumeric1.Height = 41;
     this.m_AnalogNumeric1.Left = 209;
     this.m_AnalogNumeric1.Name = "m_AnalogNumeric1";
     this.m_AnalogNumeric1.ReadOnly = true;
     this.m_AnalogNumeric1.ScreenOwnerName = "CalDueDateSetting";
     this.m_AnalogNumeric1.Top = 103;
     this.m_AnalogNumeric1.VisibleDynamicsValue = true;
     this.m_AnalogNumeric1.Width = 60;
     //
     // m_AnalogNumeric2
     //
     this.m_AnalogNumeric2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric2.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric2.BlinkDynamicsValue = false;
     this.m_AnalogNumeric2.Bold = true;
     this.m_AnalogNumeric2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric2.EnabledDynamicsValue = true;
     this.m_AnalogNumeric2.FontSizePixels = 18;
     this.m_AnalogNumeric2.Height = 41;
     this.m_AnalogNumeric2.Left = 281;
     this.m_AnalogNumeric2.Name = "m_AnalogNumeric2";
     this.m_AnalogNumeric2.ReadOnly = true;
     this.m_AnalogNumeric2.ScreenOwnerName = "CalDueDateSetting";
     this.m_AnalogNumeric2.Top = 103;
     this.m_AnalogNumeric2.VisibleDynamicsValue = true;
     this.m_AnalogNumeric2.Width = 76;
     //
     // m_Button7
     //
     this.m_Button7.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button7.BlinkDynamicsValue = false;
     this.m_Button7.Bold = true;
     this.m_Button7.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button7.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button7.EnabledDynamicsValue = true;
     this.m_Button7.FontSizePixels = 18;
     this.m_Button7.Height = 41;
     this.m_Button7.ImageMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 5D, 2D, 5D);
     this.m_Button7.IndicatorMargin = null;
     this.m_Button7.Left = 137;
     this.m_Button7.MultiLine = true;
     this.m_Button7.Name = "m_Button7";
     this.m_Button7.ScreenOwnerName = "CalDueDateSetting";
     this.m_Button7.StyleName = "Glossy";
     this.m_Button7.SymbolHeight = 29;
     this.m_Button7.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button7.SymbolName = "path2924";
     this.m_Button7.SymbolWidth = 34;
     this.m_Button7.TextHeight = 22;
     stringintervalmappercf1.DefaultValue = "";
     this.m_Button7.TextIntervalMapper = stringintervalmappercf1;
     this.m_Button7.TextValue = 0D;
     this.m_Button7.TextWidth = 54;
     this.m_Button7.Top = 58;
     this.m_Button7.Value = 0D;
     this.m_Button7.VisibleDynamicsValue = true;
     this.m_Button7.Width = 60;
     //
     // m_Button
     //
     this.m_Button.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.Bold = true;
     this.m_Button.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button.EnabledDynamicsValue = true;
     this.m_Button.FontSizePixels = 18;
     this.m_Button.Height = 41;
     this.m_Button.ImageMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 5D, 2D, 5D);
     this.m_Button.IndicatorMargin = null;
     this.m_Button.Left = 137;
     this.m_Button.MultiLine = true;
     this.m_Button.Name = "m_Button";
     this.m_Button.ScreenOwnerName = "CalDueDateSetting";
     this.m_Button.StyleName = "Glossy";
     this.m_Button.SymbolHeight = 29;
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_Button.SymbolName = "path2923";
     this.m_Button.SymbolWidth = 34;
     this.m_Button.TextHeight = 22;
     stringintervalmappercf2.DefaultValue = "";
     this.m_Button.TextIntervalMapper = stringintervalmappercf2;
     this.m_Button.TextValue = 0D;
     this.m_Button.TextWidth = 54;
     this.m_Button.Top = 148;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue = true;
     this.m_Button.Width = 60;
     //
     // m_Button1
     //
     this.m_Button1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BlinkDynamicsValue = false;
     this.m_Button1.Bold = true;
     this.m_Button1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button1.EnabledDynamicsValue = true;
     this.m_Button1.FontSizePixels = 18;
     this.m_Button1.Height = 41;
     this.m_Button1.ImageMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 5D, 2D, 5D);
     this.m_Button1.IndicatorMargin = null;
     this.m_Button1.Left = 209;
     this.m_Button1.MultiLine = true;
     this.m_Button1.Name = "m_Button1";
     this.m_Button1.ScreenOwnerName = "CalDueDateSetting";
     this.m_Button1.StyleName = "Glossy";
     this.m_Button1.SymbolHeight = 29;
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper3;
     this.m_Button1.SymbolName = "path2924";
     this.m_Button1.SymbolWidth = 34;
     this.m_Button1.TextHeight = 22;
     stringintervalmappercf3.DefaultValue = "";
     this.m_Button1.TextIntervalMapper = stringintervalmappercf3;
     this.m_Button1.TextValue = 0D;
     this.m_Button1.TextWidth = 54;
     this.m_Button1.Top = 58;
     this.m_Button1.Value = 0D;
     this.m_Button1.VisibleDynamicsValue = true;
     this.m_Button1.Width = 60;
     //
     // m_Button2
     //
     this.m_Button2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BlinkDynamicsValue = false;
     this.m_Button2.Bold = true;
     this.m_Button2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button2.EnabledDynamicsValue = true;
     this.m_Button2.FontSizePixels = 18;
     this.m_Button2.Height = 41;
     this.m_Button2.ImageMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 5D, 2D, 5D);
     this.m_Button2.IndicatorMargin = null;
     this.m_Button2.Left = 209;
     this.m_Button2.MultiLine = true;
     this.m_Button2.Name = "m_Button2";
     this.m_Button2.ScreenOwnerName = "CalDueDateSetting";
     this.m_Button2.StyleName = "Glossy";
     this.m_Button2.SymbolHeight = 29;
     this.m_Button2.SymbolIntervalMapper = symbolintervalmapper4;
     this.m_Button2.SymbolName = "path2923";
     this.m_Button2.SymbolWidth = 34;
     this.m_Button2.TextHeight = 22;
     stringintervalmappercf4.DefaultValue = "";
     this.m_Button2.TextIntervalMapper = stringintervalmappercf4;
     this.m_Button2.TextValue = 0D;
     this.m_Button2.TextWidth = 54;
     this.m_Button2.Top = 148;
     this.m_Button2.Value = 0D;
     this.m_Button2.VisibleDynamicsValue = true;
     this.m_Button2.Width = 60;
     //
     // m_Button3
     //
     this.m_Button3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BlinkDynamicsValue = false;
     this.m_Button3.Bold = true;
     this.m_Button3.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button3.EnabledDynamicsValue = true;
     this.m_Button3.FontSizePixels = 18;
     this.m_Button3.Height = 41;
     this.m_Button3.ImageMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 5D, 2D, 5D);
     this.m_Button3.IndicatorMargin = null;
     this.m_Button3.Left = 281;
     this.m_Button3.MultiLine = true;
     this.m_Button3.Name = "m_Button3";
     this.m_Button3.ScreenOwnerName = "CalDueDateSetting";
     this.m_Button3.StyleName = "Glossy";
     this.m_Button3.SymbolHeight = 29;
     this.m_Button3.SymbolIntervalMapper = symbolintervalmapper5;
     this.m_Button3.SymbolName = "path2924";
     this.m_Button3.SymbolWidth = 34;
     this.m_Button3.TextHeight = 22;
     stringintervalmappercf5.DefaultValue = "";
     this.m_Button3.TextIntervalMapper = stringintervalmappercf5;
     this.m_Button3.TextValue = 0D;
     this.m_Button3.TextWidth = 70;
     this.m_Button3.Top = 58;
     this.m_Button3.Value = 0D;
     this.m_Button3.VisibleDynamicsValue = true;
     this.m_Button3.Width = 76;
     //
     // m_Button4
     //
     this.m_Button4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BlinkDynamicsValue = false;
     this.m_Button4.Bold = true;
     this.m_Button4.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button4.EnabledDynamicsValue = true;
     this.m_Button4.FontSizePixels = 18;
     this.m_Button4.Height = 41;
     this.m_Button4.ImageMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 5D, 2D, 5D);
     this.m_Button4.IndicatorMargin = null;
     this.m_Button4.Left = 281;
     this.m_Button4.MultiLine = true;
     this.m_Button4.Name = "m_Button4";
     this.m_Button4.ScreenOwnerName = "CalDueDateSetting";
     this.m_Button4.StyleName = "Glossy";
     this.m_Button4.SymbolHeight = 29;
     this.m_Button4.SymbolIntervalMapper = symbolintervalmapper6;
     this.m_Button4.SymbolName = "path2923";
     this.m_Button4.SymbolWidth = 34;
     this.m_Button4.TextHeight = 22;
     stringintervalmappercf6.DefaultValue = "";
     this.m_Button4.TextIntervalMapper = stringintervalmappercf6;
     this.m_Button4.TextValue = 0D;
     this.m_Button4.TextWidth = 70;
     this.m_Button4.Top = 148;
     this.m_Button4.Value = 0D;
     this.m_Button4.VisibleDynamicsValue = true;
     this.m_Button4.Width = 76;
     //
     // m_Text1
     //
     this.m_Text1.AutoSize = false;
     this.m_Text1.BlinkDynamicsValue = false;
     this.m_Text1.EnabledDynamicsValue = true;
     this.m_Text1.FontSizePixels = 14;
     this.m_Text1.Height = 23;
     this.m_Text1.Left = 138;
     this.m_Text1.Name = "m_Text1";
     this.m_Text1.ScreenOwnerName = "CalDueDateSetting";
     this.m_Text1.TextHorizontalAlignment = "Center";
     stringintervalmappercf7.DefaultValue = "Month";
     this.m_Text1.TextIntervalMapper = stringintervalmappercf7;
     this.m_Text1.Top = 37;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width = 60;
     //
     // m_Text2
     //
     this.m_Text2.AutoSize = false;
     this.m_Text2.BlinkDynamicsValue = false;
     this.m_Text2.EnabledDynamicsValue = true;
     this.m_Text2.FontSizePixels = 14;
     this.m_Text2.Height = 23;
     this.m_Text2.Left = 213;
     this.m_Text2.Name = "m_Text2";
     this.m_Text2.ScreenOwnerName = "CalDueDateSetting";
     this.m_Text2.TextHorizontalAlignment = "Center";
     stringintervalmappercf8.DefaultValue = "Day";
     this.m_Text2.TextIntervalMapper = stringintervalmappercf8;
     this.m_Text2.Top = 37;
     this.m_Text2.VisibleDynamicsValue = true;
     this.m_Text2.Width = 56;
     //
     // m_Text3
     //
     this.m_Text3.AutoSize = false;
     this.m_Text3.BlinkDynamicsValue = false;
     this.m_Text3.EnabledDynamicsValue = true;
     this.m_Text3.FontSizePixels = 14;
     this.m_Text3.Height = 23;
     this.m_Text3.Left = 281;
     this.m_Text3.Name = "m_Text3";
     this.m_Text3.ScreenOwnerName = "CalDueDateSetting";
     this.m_Text3.TextHorizontalAlignment = "Center";
     stringintervalmappercf9.DefaultValue = "Year";
     this.m_Text3.TextIntervalMapper = stringintervalmappercf9;
     this.m_Text3.Top = 37;
     this.m_Text3.VisibleDynamicsValue = true;
     this.m_Text3.Width = 76;
     //
     // m_Button21
     //
     this.m_Button21.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button21.BlinkDynamicsValue = false;
     this.m_Button21.Bold = true;
     this.m_Button21.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button21.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button21.EnabledDynamicsValue = true;
     this.m_Button21.FontFamily = "Arial";
     this.m_Button21.FontSizePixels = 16;
     this.m_Button21.Height = 52;
     this.m_Button21.IndicatorMargin = null;
     this.m_Button21.Left = 11;
     this.m_Button21.Name = "m_Button21";
     this.m_Button21.ScreenOwnerName = "CalDueDateSetting";
     this.m_Button21.StyleName = "Chrome";
     this.m_Button21.SymbolIntervalMapper = symbolintervalmapper7;
     this.m_Button21.SymbolName = "";
     this.m_Button21.TextHeight = 19;
     stringintervalmappercf10.DefaultValue = "OK";
     this.m_Button21.TextIntervalMapper = stringintervalmappercf10;
     this.m_Button21.TextValue = 0D;
     this.m_Button21.TextWidth = 98;
     this.m_Button21.Top = 214;
     this.m_Button21.Value = 0D;
     this.m_Button21.VisibleDynamicsValue = true;
     this.m_Button21.Width = 104;
     //
     // m_Text
     //
     this.m_Text.AutoSize = false;
     this.m_Text.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.EnabledDynamicsValue = true;
     this.m_Text.FontSizePixels = 18;
     this.m_Text.Height = 33;
     this.m_Text.Left = -1;
     this.m_Text.Name = "m_Text";
     this.m_Text.ScreenOwnerName = "CalDueDateSetting";
     this.m_Text.TextHorizontalAlignment = "Center";
     stringintervalmappercf11.DefaultValue = "Set Up Calibration Due Date";
     this.m_Text.TextIntervalMapper = stringintervalmappercf11;
     this.m_Text.TextVerticalAlignment = "Center";
     this.m_Text.Top = 0;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width = 486;
     //
     // m_Text4
     //
     this.m_Text4.AutoSize = false;
     this.m_Text4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(233)))), ((int)(((byte)(213))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text4.BlinkDynamicsValue = false;
     this.m_Text4.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text4.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Text4.EnabledDynamicsValue = true;
     this.m_Text4.FontSizePixels = 12;
     this.m_Text4.Height = 72;
     this.m_Text4.Left = 137;
     this.m_Text4.Name = "m_Text4";
     this.m_Text4.ScreenOwnerName = "CalDueDateSetting";
     stringintervalmappercf12.DefaultValue = "Display Cal Due Date on Home Screen";
     this.m_Text4.TextIntervalMapper = stringintervalmappercf12;
     this.m_Text4.Top = 195;
     this.m_Text4.VisibleDynamicsValue = true;
     this.m_Text4.Width = 220;
     //
     // m_Button5
     //
     this.m_Button5.BlinkDynamicsValue = false;
     this.m_Button5.Bold = true;
     this.m_Button5.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(112)))), ((int)(((byte)(112))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     brushdynamicsconvertercf1.BrushIntervalMapper.DefaultValue = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.Green, System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushcfinterval1.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(20)))), ((int)(((byte)(25))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushcfinterval2.End = 1D;
     brushcfinterval2.Start = 1D;
     brushcfinterval2.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.Green, System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushdynamicsconvertercf1.BrushIntervalMapper.Intervals.Add(brushcfinterval1);
     brushdynamicsconvertercf1.BrushIntervalMapper.Intervals.Add(brushcfinterval2);
     this.m_Button5.EnabledDynamicsValue = true;
     this.m_Button5.FontSizePixels = 20;
     this.m_Button5.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button5.Height = 46;
     this.m_Button5.IndicatorMargin = null;
     this.m_Button5.Left = 188;
     this.m_Button5.Name = "m_Button5";
     this.m_Button5.ScreenOwnerName = "CalDueDateSetting";
     this.m_Button5.SymbolIntervalMapper = symbolintervalmapper8;
     this.m_Button5.TextHeight = 24;
     stringintervalmappercf13.DefaultValue = "ON";
     stringintervalcf1.Value = "OFF";
     stringintervalcf2.End = 1D;
     stringintervalcf2.Start = 1D;
     stringintervalcf2.Value = "ON";
     stringintervalmappercf13.Intervals.Add(stringintervalcf1);
     stringintervalmappercf13.Intervals.Add(stringintervalcf2);
     this.m_Button5.TextIntervalMapper = stringintervalmappercf13;
     this.m_Button5.TextValue = 0D;
     this.m_Button5.TextWidth = 103;
     this.m_Button5.Top = 217;
     this.m_Button5.Value = 0D;
     this.m_Button5.VisibleDynamicsValue = true;
     this.m_Button5.Width = 113;
     this.DrawingPrimitives.Add(this.m_AnalogNumeric);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric1);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric2);
     this.DrawingPrimitives.Add(this.m_Button7);
     this.DrawingPrimitives.Add(this.m_Button);
     this.DrawingPrimitives.Add(this.m_Button1);
     this.DrawingPrimitives.Add(this.m_Button2);
     this.DrawingPrimitives.Add(this.m_Button3);
     this.DrawingPrimitives.Add(this.m_Button4);
     this.DrawingPrimitives.Add(this.m_Text1);
     this.DrawingPrimitives.Add(this.m_Text2);
     this.DrawingPrimitives.Add(this.m_Text3);
     this.DrawingPrimitives.Add(this.m_Button21);
     this.DrawingPrimitives.Add(this.m_Text);
     this.DrawingPrimitives.Add(this.m_Text4);
     this.DrawingPrimitives.Add(this.m_Button5);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(480, 272);
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = false;
     this.Name = "CalDueDateSetting";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "Set Up Cal Due Date";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #19
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf5 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf6 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf7 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf8 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf9 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper4 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf10 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper5 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf11 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper6 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf12 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper7 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf13 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf14 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf15 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf16 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf17 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf18 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper8 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf19 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper9 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf20 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper10 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf21 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper11 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf22 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper12 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf23 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper13 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf24 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper14 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf25 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf26 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf27 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf28 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper15 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf29 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper16 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf30 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper17 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf31 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper18 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf32 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf33 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper19 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf34 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper20 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf35 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf36 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper21 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf37 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper22 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf38 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf39 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf40 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf41 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper23 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf42 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper24 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf43 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper25 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf44 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper26 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf45 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper27 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf46 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper28 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf47 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper29 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf48 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper30 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf49 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper31 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf50 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper32 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf51 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper33 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf52 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper34 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf53 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf54 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf55 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf56 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf57 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper35 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf58 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper36 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf59 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper37 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf60 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper38 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf61 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_Rectangle = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Rectangle1 = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text2 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text3 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text4 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text1 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text5 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button1 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button2 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button3 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button4 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button5 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button6 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Line = new Neo.ApplicationFramework.Controls.Controls.Line();
     this.m_Rectangle2 = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text6 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text7 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text8 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text9 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text10 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button7 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button8 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button9 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button10 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button11 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button12 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button13 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Line1 = new Neo.ApplicationFramework.Controls.Controls.Line();
     this.m_Rectangle3 = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text11 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text12 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text13 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button14 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button16 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button17 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Line2 = new Neo.ApplicationFramework.Controls.Controls.Line();
     this.m_Button21 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Rectangle4 = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Line3 = new Neo.ApplicationFramework.Controls.Controls.Line();
     this.m_Text14 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button22 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button23 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text15 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric1 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button24 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button25 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text16 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text17 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text18 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button15 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button18 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button19 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button20 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button26 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button27 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button28 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button29 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button30 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button31 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button32 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button33 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text19 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text20 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text21 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text22 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button34 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button35 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button36 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button37 = new Neo.ApplicationFramework.Controls.Controls.Button();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button24)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button25)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button26)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button27)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button28)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button29)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button30)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button31)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button32)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button33)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button34)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button35)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button36)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button37)).BeginInit();
     this.SuspendLayout();
     //
     // RcrdCfgScreen
     //
     this.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140))))), System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalWithMiddleStop);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_Rectangle
     //
     this.m_Rectangle.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle.BlinkDynamicsValue = false;
     this.m_Rectangle.EnabledDynamicsValue = true;
     this.m_Rectangle.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Height = 42;
     this.m_Rectangle.Left = -4;
     this.m_Rectangle.Name = "m_Rectangle";
     this.m_Rectangle.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Rectangle.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Top = -5;
     this.m_Rectangle.VisibleDynamicsValue = true;
     this.m_Rectangle.Width = 485;
     //
     // m_Text
     //
     this.m_Text.AutoSize = false;
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.Bold = true;
     this.m_Text.EnabledDynamicsValue = true;
     this.m_Text.FontFamily = "Arial";
     this.m_Text.FontSizePixels = 20;
     this.m_Text.Height = 30;
     this.m_Text.Left = -4;
     this.m_Text.Name = "m_Text";
     this.m_Text.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text.TextHorizontalAlignment = "Center";
     stringintervalmappercf1.DefaultValue = "RECORDING CONFIG";
     this.m_Text.TextIntervalMapper = stringintervalmappercf1;
     this.m_Text.TextVerticalAlignment = "Center";
     this.m_Text.Top = 1;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width = 480;
     //
     // m_Rectangle1
     //
     this.m_Rectangle1.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(1, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.UpperLeft);
     this.m_Rectangle1.BlinkDynamicsValue = false;
     this.m_Rectangle1.EnabledDynamicsValue = true;
     this.m_Rectangle1.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(233)))), ((int)(((byte)(213))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle1.Height = 93;
     this.m_Rectangle1.Left = 7;
     this.m_Rectangle1.Name = "m_Rectangle1";
     this.m_Rectangle1.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Rectangle1.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(118)))), ((int)(((byte)(157))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle1.StrokeThickness = 2;
     this.m_Rectangle1.Top = 45;
     this.m_Rectangle1.VisibleDynamicsValue = true;
     this.m_Rectangle1.Width = 224;
     //
     // m_Text2
     //
     this.m_Text2.AutoSize = false;
     this.m_Text2.BlinkDynamicsValue = false;
     this.m_Text2.EnabledDynamicsValue = true;
     this.m_Text2.FontFamily = "Arial";
     this.m_Text2.FontSizePixels = 10;
     this.m_Text2.Height = 20;
     this.m_Text2.Left = 3;
     this.m_Text2.Name = "m_Text2";
     this.m_Text2.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text2.TextHorizontalAlignment = "Center";
     stringintervalmappercf2.DefaultValue = "DATE FORMAT";
     this.m_Text2.TextIntervalMapper = stringintervalmappercf2;
     this.m_Text2.TextVerticalAlignment = "Center";
     this.m_Text2.Top = 43;
     this.m_Text2.VisibleDynamicsValue = true;
     this.m_Text2.Width = 93;
     //
     // m_Text3
     //
     this.m_Text3.AutoSize = false;
     this.m_Text3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text3.BlinkDynamicsValue = false;
     this.m_Text3.EnabledDynamicsValue = true;
     this.m_Text3.FontSizePixels = 12;
     this.m_Text3.Height = 18;
     this.m_Text3.Left = 56;
     this.m_Text3.Name = "m_Text3";
     this.m_Text3.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text3.TextHorizontalAlignment = "Center";
     stringintervalmappercf3.DefaultValue = "Text";
     this.m_Text3.TextIntervalMapper = stringintervalmappercf3;
     this.m_Text3.TextVerticalAlignment = "Center";
     this.m_Text3.Top = 67;
     this.m_Text3.VisibleDynamicsValue = true;
     this.m_Text3.Width = 119;
     //
     // m_Text4
     //
     this.m_Text4.AutoSize = false;
     this.m_Text4.BlinkDynamicsValue = false;
     this.m_Text4.EnabledDynamicsValue = true;
     this.m_Text4.FontFamily = "Arial";
     this.m_Text4.FontSizePixels = 9;
     this.m_Text4.Height = 34;
     this.m_Text4.Left = 2;
     this.m_Text4.MultiLine = true;
     this.m_Text4.Name = "m_Text4";
     this.m_Text4.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text4.TextHorizontalAlignment = "Center";
     stringintervalmappercf4.DefaultValue = "Today\'s\r\nDate";
     this.m_Text4.TextIntervalMapper = stringintervalmappercf4;
     this.m_Text4.TextVerticalAlignment = "Center";
     this.m_Text4.Top = 60;
     this.m_Text4.VisibleDynamicsValue = true;
     this.m_Text4.Width = 62;
     //
     // m_Text1
     //
     this.m_Text1.AutoSize = false;
     this.m_Text1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text1.BlinkDynamicsValue = false;
     this.m_Text1.EnabledDynamicsValue = true;
     this.m_Text1.FontSizePixels = 12;
     this.m_Text1.Height = 18;
     this.m_Text1.Left = 56;
     this.m_Text1.Name = "m_Text1";
     this.m_Text1.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text1.TextHorizontalAlignment = "Center";
     stringintervalmappercf5.DefaultValue = "Text";
     this.m_Text1.TextIntervalMapper = stringintervalmappercf5;
     this.m_Text1.TextVerticalAlignment = "Center";
     this.m_Text1.Top = 88;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width = 119;
     //
     // m_Text5
     //
     this.m_Text5.AutoSize = false;
     this.m_Text5.BlinkDynamicsValue = false;
     this.m_Text5.EnabledDynamicsValue = true;
     this.m_Text5.FontFamily = "Arial";
     this.m_Text5.FontSizePixels = 9;
     this.m_Text5.Height = 34;
     this.m_Text5.Left = 2;
     this.m_Text5.MultiLine = true;
     this.m_Text5.Name = "m_Text5";
     this.m_Text5.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text5.TextHorizontalAlignment = "Center";
     stringintervalmappercf6.DefaultValue = "Format";
     this.m_Text5.TextIntervalMapper = stringintervalmappercf6;
     this.m_Text5.TextVerticalAlignment = "Center";
     this.m_Text5.Top = 80;
     this.m_Text5.VisibleDynamicsValue = true;
     this.m_Text5.Width = 62;
     //
     // m_Button
     //
     this.m_Button.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button.EnabledDynamicsValue = true;
     this.m_Button.FontSizePixels = 9;
     this.m_Button.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button.Height = 20;
     this.m_Button.IndicatorMargin = null;
     this.m_Button.Left = 183;
     this.m_Button.Name = "m_Button";
     this.m_Button.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button.StyleName = "Glossy";
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button.TextHeight = 11;
     stringintervalmappercf7.DefaultValue = "Clear";
     this.m_Button.TextIntervalMapper = stringintervalmappercf7;
     this.m_Button.TextValue = 0D;
     this.m_Button.TextWidth = 36;
     this.m_Button.Top = 66;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue = true;
     this.m_Button.Width = 42;
     //
     // m_Button1
     //
     this.m_Button1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BlinkDynamicsValue = false;
     this.m_Button1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button1.EnabledDynamicsValue = true;
     this.m_Button1.FontSizePixels = 9;
     this.m_Button1.Height = 20;
     this.m_Button1.IndicatorMargin = null;
     this.m_Button1.Left = 183;
     this.m_Button1.Name = "m_Button1";
     this.m_Button1.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button1.StyleName = "Chrome";
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_Button1.TextHeight = 11;
     stringintervalmappercf8.DefaultValue = "Back";
     this.m_Button1.TextIntervalMapper = stringintervalmappercf8;
     this.m_Button1.TextValue = 0D;
     this.m_Button1.TextWidth = 36;
     this.m_Button1.Top = 87;
     this.m_Button1.Value = 0D;
     this.m_Button1.VisibleDynamicsValue = true;
     this.m_Button1.Width = 42;
     //
     // m_Button2
     //
     this.m_Button2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BlinkDynamicsValue = false;
     this.m_Button2.Bold = true;
     this.m_Button2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button2.EnabledDynamicsValue = true;
     this.m_Button2.FontSizePixels = 18;
     this.m_Button2.Height = 24;
     this.m_Button2.IndicatorMargin = null;
     this.m_Button2.Left = 21;
     this.m_Button2.Name = "m_Button2";
     this.m_Button2.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button2.StyleName = "Chrome";
     this.m_Button2.SymbolIntervalMapper = symbolintervalmapper3;
     this.m_Button2.TextHeight = 22;
     stringintervalmappercf9.DefaultValue = "M";
     this.m_Button2.TextIntervalMapper = stringintervalmappercf9;
     this.m_Button2.TextValue = 0D;
     this.m_Button2.TextWidth = 28;
     this.m_Button2.Top = 110;
     this.m_Button2.Value = 0D;
     this.m_Button2.VisibleDynamicsValue = true;
     this.m_Button2.Width = 34;
     //
     // m_Button3
     //
     this.m_Button3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BlinkDynamicsValue = false;
     this.m_Button3.Bold = true;
     this.m_Button3.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button3.EnabledDynamicsValue = true;
     this.m_Button3.FontSizePixels = 18;
     this.m_Button3.Height = 24;
     this.m_Button3.IndicatorMargin = null;
     this.m_Button3.Left = 62;
     this.m_Button3.Name = "m_Button3";
     this.m_Button3.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button3.StyleName = "Chrome";
     this.m_Button3.SymbolIntervalMapper = symbolintervalmapper4;
     this.m_Button3.TextHeight = 22;
     stringintervalmappercf10.DefaultValue = "D";
     this.m_Button3.TextIntervalMapper = stringintervalmappercf10;
     this.m_Button3.TextValue = 0D;
     this.m_Button3.TextWidth = 28;
     this.m_Button3.Top = 110;
     this.m_Button3.Value = 0D;
     this.m_Button3.VisibleDynamicsValue = true;
     this.m_Button3.Width = 34;
     //
     // m_Button4
     //
     this.m_Button4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BlinkDynamicsValue = false;
     this.m_Button4.Bold = true;
     this.m_Button4.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button4.EnabledDynamicsValue = true;
     this.m_Button4.FontSizePixels = 18;
     this.m_Button4.Height = 24;
     this.m_Button4.IndicatorMargin = null;
     this.m_Button4.Left = 102;
     this.m_Button4.Name = "m_Button4";
     this.m_Button4.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button4.StyleName = "Chrome";
     this.m_Button4.SymbolIntervalMapper = symbolintervalmapper5;
     this.m_Button4.TextHeight = 22;
     stringintervalmappercf11.DefaultValue = "Y";
     this.m_Button4.TextIntervalMapper = stringintervalmappercf11;
     this.m_Button4.TextValue = 0D;
     this.m_Button4.TextWidth = 28;
     this.m_Button4.Top = 110;
     this.m_Button4.Value = 0D;
     this.m_Button4.VisibleDynamicsValue = true;
     this.m_Button4.Width = 34;
     //
     // m_Button5
     //
     this.m_Button5.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BlinkDynamicsValue = false;
     this.m_Button5.Bold = true;
     this.m_Button5.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button5.EnabledDynamicsValue = true;
     this.m_Button5.FontSizePixels = 18;
     this.m_Button5.Height = 24;
     this.m_Button5.IndicatorMargin = null;
     this.m_Button5.Left = 143;
     this.m_Button5.Name = "m_Button5";
     this.m_Button5.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button5.StyleName = "Chrome";
     this.m_Button5.SymbolIntervalMapper = symbolintervalmapper6;
     this.m_Button5.TextHeight = 22;
     stringintervalmappercf12.DefaultValue = "/";
     this.m_Button5.TextIntervalMapper = stringintervalmappercf12;
     this.m_Button5.TextValue = 0D;
     this.m_Button5.TextWidth = 28;
     this.m_Button5.Top = 110;
     this.m_Button5.Value = 0D;
     this.m_Button5.VisibleDynamicsValue = true;
     this.m_Button5.Width = 34;
     //
     // m_Button6
     //
     this.m_Button6.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button6.BlinkDynamicsValue = false;
     this.m_Button6.Bold = true;
     this.m_Button6.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button6.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button6.EnabledDynamicsValue = true;
     this.m_Button6.FontSizePixels = 18;
     this.m_Button6.Height = 24;
     this.m_Button6.IndicatorMargin = null;
     this.m_Button6.Left = 187;
     this.m_Button6.Name = "m_Button6";
     this.m_Button6.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button6.StyleName = "Chrome";
     this.m_Button6.SymbolIntervalMapper = symbolintervalmapper7;
     this.m_Button6.TextHeight = 22;
     stringintervalmappercf13.DefaultValue = "-";
     this.m_Button6.TextIntervalMapper = stringintervalmappercf13;
     this.m_Button6.TextValue = 0D;
     this.m_Button6.TextWidth = 28;
     this.m_Button6.Top = 110;
     this.m_Button6.Value = 0D;
     this.m_Button6.VisibleDynamicsValue = true;
     this.m_Button6.Width = 34;
     //
     // m_Line
     //
     this.m_Line.BlinkDynamicsValue = false;
     this.m_Line.EnabledDynamicsValue = true;
     this.m_Line.Fill = null;
     this.m_Line.Name = "m_Line";
     this.m_Line.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Line.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Line.VisibleDynamicsValue = true;
     this.m_Line.X1 = 9;
     this.m_Line.X2 = 229;
     this.m_Line.Y1 = 61;
     this.m_Line.Y2 = 61;
     //
     // m_Rectangle2
     //
     this.m_Rectangle2.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.UpperLeft);
     this.m_Rectangle2.BlinkDynamicsValue = false;
     this.m_Rectangle2.EnabledDynamicsValue = true;
     this.m_Rectangle2.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(233)))), ((int)(((byte)(213))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle2.Height = 93;
     this.m_Rectangle2.Left = 243;
     this.m_Rectangle2.Name = "m_Rectangle2";
     this.m_Rectangle2.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Rectangle2.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(118)))), ((int)(((byte)(157))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle2.StrokeThickness = 2;
     this.m_Rectangle2.Top = 45;
     this.m_Rectangle2.VisibleDynamicsValue = true;
     this.m_Rectangle2.Width = 224;
     //
     // m_Text6
     //
     this.m_Text6.AutoSize = false;
     this.m_Text6.BlinkDynamicsValue = false;
     this.m_Text6.EnabledDynamicsValue = true;
     this.m_Text6.FontFamily = "Arial";
     this.m_Text6.FontSizePixels = 10;
     this.m_Text6.Height = 20;
     this.m_Text6.Left = 243;
     this.m_Text6.Name = "m_Text6";
     this.m_Text6.ScreenOwnerName = "RcrdCfgScreen";
     stringintervalmappercf14.DefaultValue = "TIME FORMAT";
     this.m_Text6.TextIntervalMapper = stringintervalmappercf14;
     this.m_Text6.TextVerticalAlignment = "Center";
     this.m_Text6.Top = 43;
     this.m_Text6.VisibleDynamicsValue = true;
     this.m_Text6.Width = 218;
     //
     // m_Text7
     //
     this.m_Text7.AutoSize = false;
     this.m_Text7.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text7.BlinkDynamicsValue = false;
     this.m_Text7.EnabledDynamicsValue = true;
     this.m_Text7.FontSizePixels = 12;
     this.m_Text7.Height = 18;
     this.m_Text7.Left = 292;
     this.m_Text7.Name = "m_Text7";
     this.m_Text7.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text7.TextHorizontalAlignment = "Center";
     stringintervalmappercf15.DefaultValue = "Text";
     this.m_Text7.TextIntervalMapper = stringintervalmappercf15;
     this.m_Text7.TextVerticalAlignment = "Center";
     this.m_Text7.Top = 67;
     this.m_Text7.VisibleDynamicsValue = true;
     this.m_Text7.Width = 119;
     //
     // m_Text8
     //
     this.m_Text8.AutoSize = false;
     this.m_Text8.BlinkDynamicsValue = false;
     this.m_Text8.EnabledDynamicsValue = true;
     this.m_Text8.FontFamily = "Arial";
     this.m_Text8.FontSizePixels = 9;
     this.m_Text8.Height = 34;
     this.m_Text8.Left = 239;
     this.m_Text8.MultiLine = true;
     this.m_Text8.Name = "m_Text8";
     this.m_Text8.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text8.TextHorizontalAlignment = "Center";
     stringintervalmappercf16.DefaultValue = "Current\r\nTime";
     this.m_Text8.TextIntervalMapper = stringintervalmappercf16;
     this.m_Text8.TextVerticalAlignment = "Center";
     this.m_Text8.Top = 59;
     this.m_Text8.VisibleDynamicsValue = true;
     this.m_Text8.Width = 62;
     //
     // m_Text9
     //
     this.m_Text9.AutoSize = false;
     this.m_Text9.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text9.BlinkDynamicsValue = false;
     this.m_Text9.EnabledDynamicsValue = true;
     this.m_Text9.FontSizePixels = 12;
     this.m_Text9.Height = 18;
     this.m_Text9.Left = 292;
     this.m_Text9.Name = "m_Text9";
     this.m_Text9.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text9.TextHorizontalAlignment = "Center";
     stringintervalmappercf17.DefaultValue = "Text";
     this.m_Text9.TextIntervalMapper = stringintervalmappercf17;
     this.m_Text9.TextVerticalAlignment = "Center";
     this.m_Text9.Top = 88;
     this.m_Text9.VisibleDynamicsValue = true;
     this.m_Text9.Width = 119;
     //
     // m_Text10
     //
     this.m_Text10.AutoSize = false;
     this.m_Text10.BlinkDynamicsValue = false;
     this.m_Text10.EnabledDynamicsValue = true;
     this.m_Text10.FontFamily = "Arial";
     this.m_Text10.FontSizePixels = 9;
     this.m_Text10.Height = 34;
     this.m_Text10.Left = 237;
     this.m_Text10.MultiLine = true;
     this.m_Text10.Name = "m_Text10";
     this.m_Text10.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text10.TextHorizontalAlignment = "Center";
     stringintervalmappercf18.DefaultValue = "Format";
     this.m_Text10.TextIntervalMapper = stringintervalmappercf18;
     this.m_Text10.TextVerticalAlignment = "Center";
     this.m_Text10.Top = 80;
     this.m_Text10.VisibleDynamicsValue = true;
     this.m_Text10.Width = 62;
     //
     // m_Button7
     //
     this.m_Button7.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button7.BlinkDynamicsValue = false;
     this.m_Button7.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button7.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button7.EnabledDynamicsValue = true;
     this.m_Button7.FontSizePixels = 9;
     this.m_Button7.Height = 20;
     this.m_Button7.IndicatorMargin = null;
     this.m_Button7.Left = 419;
     this.m_Button7.Name = "m_Button7";
     this.m_Button7.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button7.StyleName = "Glossy";
     this.m_Button7.SymbolIntervalMapper = symbolintervalmapper8;
     this.m_Button7.TextHeight = 11;
     stringintervalmappercf19.DefaultValue = "Clear";
     this.m_Button7.TextIntervalMapper = stringintervalmappercf19;
     this.m_Button7.TextValue = 0D;
     this.m_Button7.TextWidth = 36;
     this.m_Button7.Top = 66;
     this.m_Button7.Value = 0D;
     this.m_Button7.VisibleDynamicsValue = true;
     this.m_Button7.Width = 42;
     //
     // m_Button8
     //
     this.m_Button8.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button8.BlinkDynamicsValue = false;
     this.m_Button8.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button8.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button8.EnabledDynamicsValue = true;
     this.m_Button8.FontSizePixels = 9;
     this.m_Button8.Height = 20;
     this.m_Button8.IndicatorMargin = null;
     this.m_Button8.Left = 419;
     this.m_Button8.Name = "m_Button8";
     this.m_Button8.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button8.StyleName = "Glossy";
     this.m_Button8.SymbolIntervalMapper = symbolintervalmapper9;
     this.m_Button8.TextHeight = 11;
     stringintervalmappercf20.DefaultValue = "Back";
     this.m_Button8.TextIntervalMapper = stringintervalmappercf20;
     this.m_Button8.TextValue = 0D;
     this.m_Button8.TextWidth = 36;
     this.m_Button8.Top = 87;
     this.m_Button8.Value = 0D;
     this.m_Button8.VisibleDynamicsValue = true;
     this.m_Button8.Width = 42;
     //
     // m_Button9
     //
     this.m_Button9.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button9.BlinkDynamicsValue = false;
     this.m_Button9.Bold = true;
     this.m_Button9.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button9.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button9.EnabledDynamicsValue = true;
     this.m_Button9.FontSizePixels = 18;
     this.m_Button9.Height = 24;
     this.m_Button9.IndicatorMargin = null;
     this.m_Button9.Left = 259;
     this.m_Button9.Name = "m_Button9";
     this.m_Button9.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button9.StyleName = "Glossy";
     this.m_Button9.SymbolIntervalMapper = symbolintervalmapper10;
     this.m_Button9.TextHeight = 22;
     stringintervalmappercf21.DefaultValue = "H";
     this.m_Button9.TextIntervalMapper = stringintervalmappercf21;
     this.m_Button9.TextValue = 0D;
     this.m_Button9.TextWidth = 28;
     this.m_Button9.Top = 110;
     this.m_Button9.Value = 0D;
     this.m_Button9.VisibleDynamicsValue = true;
     this.m_Button9.Width = 34;
     //
     // m_Button10
     //
     this.m_Button10.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button10.BlinkDynamicsValue = false;
     this.m_Button10.Bold = true;
     this.m_Button10.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button10.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button10.EnabledDynamicsValue = true;
     this.m_Button10.FontSizePixels = 18;
     this.m_Button10.Height = 24;
     this.m_Button10.IndicatorMargin = null;
     this.m_Button10.Left = 300;
     this.m_Button10.Name = "m_Button10";
     this.m_Button10.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button10.StyleName = "Glossy";
     this.m_Button10.SymbolIntervalMapper = symbolintervalmapper11;
     this.m_Button10.TextHeight = 22;
     stringintervalmappercf22.DefaultValue = "M";
     this.m_Button10.TextIntervalMapper = stringintervalmappercf22;
     this.m_Button10.TextValue = 0D;
     this.m_Button10.TextWidth = 28;
     this.m_Button10.Top = 110;
     this.m_Button10.Value = 0D;
     this.m_Button10.VisibleDynamicsValue = true;
     this.m_Button10.Width = 34;
     //
     // m_Button11
     //
     this.m_Button11.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button11.BlinkDynamicsValue = false;
     this.m_Button11.Bold = true;
     this.m_Button11.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button11.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button11.EnabledDynamicsValue = true;
     this.m_Button11.FontSizePixels = 18;
     this.m_Button11.Height = 24;
     this.m_Button11.IndicatorMargin = null;
     this.m_Button11.Left = 341;
     this.m_Button11.Name = "m_Button11";
     this.m_Button11.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button11.StyleName = "Glossy";
     this.m_Button11.SymbolIntervalMapper = symbolintervalmapper12;
     this.m_Button11.TextHeight = 22;
     stringintervalmappercf23.DefaultValue = "S";
     this.m_Button11.TextIntervalMapper = stringintervalmappercf23;
     this.m_Button11.TextValue = 0D;
     this.m_Button11.TextWidth = 28;
     this.m_Button11.Top = 110;
     this.m_Button11.Value = 0D;
     this.m_Button11.VisibleDynamicsValue = true;
     this.m_Button11.Width = 34;
     //
     // m_Button12
     //
     this.m_Button12.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button12.BlinkDynamicsValue = false;
     this.m_Button12.Bold = true;
     this.m_Button12.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button12.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button12.EnabledDynamicsValue = true;
     this.m_Button12.FontSizePixels = 18;
     this.m_Button12.Height = 24;
     this.m_Button12.IndicatorMargin = null;
     this.m_Button12.Left = 382;
     this.m_Button12.Name = "m_Button12";
     this.m_Button12.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button12.StyleName = "Glossy";
     this.m_Button12.SymbolIntervalMapper = symbolintervalmapper13;
     this.m_Button12.TextHeight = 22;
     stringintervalmappercf24.DefaultValue = ":";
     this.m_Button12.TextIntervalMapper = stringintervalmappercf24;
     this.m_Button12.TextValue = 0D;
     this.m_Button12.TextWidth = 28;
     this.m_Button12.Top = 110;
     this.m_Button12.Value = 0D;
     this.m_Button12.VisibleDynamicsValue = true;
     this.m_Button12.Width = 34;
     //
     // m_Button13
     //
     this.m_Button13.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button13.BlinkDynamicsValue = false;
     this.m_Button13.Bold = true;
     this.m_Button13.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button13.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button13.EnabledDynamicsValue = true;
     this.m_Button13.FontSizePixels = 18;
     this.m_Button13.Height = 24;
     this.m_Button13.IndicatorMargin = null;
     this.m_Button13.Left = 423;
     this.m_Button13.Name = "m_Button13";
     this.m_Button13.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button13.StyleName = "Glossy";
     this.m_Button13.SymbolIntervalMapper = symbolintervalmapper14;
     this.m_Button13.TextHeight = 22;
     stringintervalmappercf25.DefaultValue = "-";
     this.m_Button13.TextIntervalMapper = stringintervalmappercf25;
     this.m_Button13.TextValue = 0D;
     this.m_Button13.TextWidth = 28;
     this.m_Button13.Top = 110;
     this.m_Button13.Value = 0D;
     this.m_Button13.VisibleDynamicsValue = true;
     this.m_Button13.Width = 34;
     //
     // m_Line1
     //
     this.m_Line1.BlinkDynamicsValue = false;
     this.m_Line1.EnabledDynamicsValue = true;
     this.m_Line1.Fill = null;
     this.m_Line1.Name = "m_Line1";
     this.m_Line1.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Line1.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Line1.VisibleDynamicsValue = true;
     this.m_Line1.X1 = 245;
     this.m_Line1.X2 = 465;
     this.m_Line1.Y1 = 62;
     this.m_Line1.Y2 = 61;
     //
     // m_Rectangle3
     //
     this.m_Rectangle3.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.UpperLeft);
     this.m_Rectangle3.BlinkDynamicsValue = false;
     this.m_Rectangle3.EnabledDynamicsValue = true;
     this.m_Rectangle3.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(233)))), ((int)(((byte)(213))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle3.Height = 124;
     this.m_Rectangle3.Left = 243;
     this.m_Rectangle3.Name = "m_Rectangle3";
     this.m_Rectangle3.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Rectangle3.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(118)))), ((int)(((byte)(157))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle3.StrokeThickness = 2;
     this.m_Rectangle3.Top = 142;
     this.m_Rectangle3.VisibleDynamicsValue = true;
     this.m_Rectangle3.Width = 224;
     //
     // m_Text11
     //
     this.m_Text11.AutoSize = false;
     this.m_Text11.BlinkDynamicsValue = false;
     this.m_Text11.EnabledDynamicsValue = true;
     this.m_Text11.FontFamily = "Arial";
     this.m_Text11.FontSizePixels = 10;
     this.m_Text11.Height = 20;
     this.m_Text11.Left = 243;
     this.m_Text11.Name = "m_Text11";
     this.m_Text11.ScreenOwnerName = "RcrdCfgScreen";
     stringintervalmappercf26.DefaultValue = "FILE AND DATA";
     this.m_Text11.TextIntervalMapper = stringintervalmappercf26;
     this.m_Text11.TextVerticalAlignment = "Center";
     this.m_Text11.Top = 139;
     this.m_Text11.VisibleDynamicsValue = true;
     this.m_Text11.Width = 218;
     //
     // m_Text12
     //
     this.m_Text12.AutoSize = false;
     this.m_Text12.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text12.BlinkDynamicsValue = false;
     this.m_Text12.EnabledDynamicsValue = true;
     this.m_Text12.FontSizePixels = 12;
     this.m_Text12.Height = 18;
     this.m_Text12.Left = 251;
     this.m_Text12.Name = "m_Text12";
     this.m_Text12.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text12.TextHorizontalAlignment = "Center";
     stringintervalmappercf27.DefaultValue = "Text";
     this.m_Text12.TextIntervalMapper = stringintervalmappercf27;
     this.m_Text12.TextVerticalAlignment = "Center";
     this.m_Text12.Top = 171;
     this.m_Text12.VisibleDynamicsValue = true;
     this.m_Text12.Width = 124;
     //
     // m_Text13
     //
     this.m_Text13.AutoSize = false;
     this.m_Text13.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text13.BlinkDynamicsValue = false;
     this.m_Text13.EnabledDynamicsValue = true;
     this.m_Text13.FontSizePixels = 12;
     this.m_Text13.Height = 18;
     this.m_Text13.Left = 250;
     this.m_Text13.Name = "m_Text13";
     this.m_Text13.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text13.TextHorizontalAlignment = "Center";
     stringintervalmappercf28.DefaultValue = "Text";
     this.m_Text13.TextIntervalMapper = stringintervalmappercf28;
     this.m_Text13.TextVerticalAlignment = "Center";
     this.m_Text13.Top = 206;
     this.m_Text13.VisibleDynamicsValue = true;
     this.m_Text13.Width = 124;
     //
     // m_Button14
     //
     this.m_Button14.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button14.BlinkDynamicsValue = false;
     this.m_Button14.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button14.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button14.EnabledDynamicsValue = true;
     this.m_Button14.FontFamily = "Arial";
     this.m_Button14.FontSizePixels = 14;
     this.m_Button14.Height = 29;
     this.m_Button14.IndicatorMargin = null;
     this.m_Button14.Left = 383;
     this.m_Button14.Name = "m_Button14";
     this.m_Button14.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button14.StyleName = "Glossy";
     this.m_Button14.SymbolIntervalMapper = symbolintervalmapper15;
     this.m_Button14.TextHeight = 16;
     stringintervalmappercf29.DefaultValue = "Select";
     this.m_Button14.TextIntervalMapper = stringintervalmappercf29;
     this.m_Button14.TextValue = 0D;
     this.m_Button14.TextWidth = 68;
     this.m_Button14.Top = 165;
     this.m_Button14.Value = 0D;
     this.m_Button14.VisibleDynamicsValue = true;
     this.m_Button14.Width = 74;
     //
     // m_Button16
     //
     this.m_Button16.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button16.BlinkDynamicsValue = false;
     this.m_Button16.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button16.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button16.EnabledDynamicsValue = true;
     this.m_Button16.FontSizePixels = 12;
     this.m_Button16.Height = 30;
     this.m_Button16.IndicatorMargin = null;
     this.m_Button16.Left = 250;
     this.m_Button16.Name = "m_Button16";
     this.m_Button16.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button16.StyleName = "Glossy";
     this.m_Button16.SymbolIntervalMapper = symbolintervalmapper16;
     this.m_Button16.TextHeight = 14;
     stringintervalmappercf30.DefaultValue = "Show Data";
     this.m_Button16.TextIntervalMapper = stringintervalmappercf30;
     this.m_Button16.TextValue = 0D;
     this.m_Button16.TextWidth = 97;
     this.m_Button16.Top = 232;
     this.m_Button16.Value = 0D;
     this.m_Button16.VisibleDynamicsValue = true;
     this.m_Button16.Width = 103;
     //
     // m_Button17
     //
     this.m_Button17.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button17.BlinkDynamicsValue = false;
     this.m_Button17.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button17.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button17.EnabledDynamicsValue = true;
     this.m_Button17.FontSizePixels = 12;
     this.m_Button17.Height = 30;
     this.m_Button17.IndicatorMargin = null;
     this.m_Button17.Left = 358;
     this.m_Button17.Name = "m_Button17";
     this.m_Button17.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button17.StyleName = "Glossy";
     this.m_Button17.SymbolIntervalMapper = symbolintervalmapper17;
     this.m_Button17.TextHeight = 14;
     stringintervalmappercf31.DefaultValue = "Show Files";
     this.m_Button17.TextIntervalMapper = stringintervalmappercf31;
     this.m_Button17.TextValue = 0D;
     this.m_Button17.TextWidth = 94;
     this.m_Button17.Top = 232;
     this.m_Button17.Value = 0D;
     this.m_Button17.VisibleDynamicsValue = true;
     this.m_Button17.Width = 100;
     //
     // m_Line2
     //
     this.m_Line2.BlinkDynamicsValue = false;
     this.m_Line2.EnabledDynamicsValue = true;
     this.m_Line2.Fill = null;
     this.m_Line2.Name = "m_Line2";
     this.m_Line2.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Line2.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Line2.VisibleDynamicsValue = true;
     this.m_Line2.X1 = 245;
     this.m_Line2.X2 = 465;
     this.m_Line2.Y1 = 160;
     this.m_Line2.Y2 = 160;
     //
     // m_Button21
     //
     this.m_Button21.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button21.BlinkDynamicsValue = false;
     this.m_Button21.Bold = true;
     this.m_Button21.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button21.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button21.EnabledDynamicsValue = true;
     this.m_Button21.FontFamily = "Arial";
     this.m_Button21.FontSizePixels = 16;
     this.m_Button21.Height = 47;
     this.m_Button21.IndicatorMargin = null;
     this.m_Button21.Left = 14;
     this.m_Button21.Name = "m_Button21";
     this.m_Button21.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button21.StyleName = "Chrome";
     this.m_Button21.SymbolIntervalMapper = symbolintervalmapper18;
     this.m_Button21.SymbolName = "";
     this.m_Button21.TextHeight = 19;
     stringintervalmappercf32.DefaultValue = "BACK";
     this.m_Button21.TextIntervalMapper = stringintervalmappercf32;
     this.m_Button21.TextValue = 0D;
     this.m_Button21.TextWidth = 101;
     this.m_Button21.Top = 220;
     this.m_Button21.Value = 0D;
     this.m_Button21.VisibleDynamicsValue = true;
     this.m_Button21.Width = 107;
     //
     // m_Rectangle4
     //
     this.m_Rectangle4.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.UpperLeft);
     this.m_Rectangle4.BlinkDynamicsValue = false;
     this.m_Rectangle4.EnabledDynamicsValue = true;
     this.m_Rectangle4.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(233)))), ((int)(((byte)(213))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle4.Height = 75;
     this.m_Rectangle4.Left = 7;
     this.m_Rectangle4.Name = "m_Rectangle4";
     this.m_Rectangle4.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Rectangle4.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(118)))), ((int)(((byte)(157))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle4.StrokeThickness = 2;
     this.m_Rectangle4.Top = 141;
     this.m_Rectangle4.VisibleDynamicsValue = true;
     this.m_Rectangle4.Width = 224;
     //
     // m_Line3
     //
     this.m_Line3.BlinkDynamicsValue = false;
     this.m_Line3.EnabledDynamicsValue = true;
     this.m_Line3.Fill = null;
     this.m_Line3.Name = "m_Line3";
     this.m_Line3.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Line3.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Line3.VisibleDynamicsValue = true;
     this.m_Line3.X1 = 9;
     this.m_Line3.X2 = 229;
     this.m_Line3.Y1 = 160;
     this.m_Line3.Y2 = 160;
     //
     // m_Text14
     //
     this.m_Text14.AutoSize = false;
     this.m_Text14.BlinkDynamicsValue = false;
     this.m_Text14.EnabledDynamicsValue = true;
     this.m_Text14.FontFamily = "Arial";
     this.m_Text14.FontSizePixels = 10;
     this.m_Text14.Height = 20;
     this.m_Text14.Left = 8;
     this.m_Text14.Name = "m_Text14";
     this.m_Text14.ScreenOwnerName = "RcrdCfgScreen";
     stringintervalmappercf33.DefaultValue = "RECORDING INTERVAL";
     this.m_Text14.TextIntervalMapper = stringintervalmappercf33;
     this.m_Text14.TextVerticalAlignment = "Center";
     this.m_Text14.Top = 140;
     this.m_Text14.VisibleDynamicsValue = true;
     this.m_Text14.Width = 220;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 12;
     this.m_AnalogNumeric.Height = 28;
     this.m_AnalogNumeric.Left = 47;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.NumberOfDecimals = 0;
     this.m_AnalogNumeric.ScreenOwnerName = "RcrdCfgScreen";
     this.m_AnalogNumeric.Top = 179;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 40;
     //
     // m_Button22
     //
     this.m_Button22.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button22.BlinkDynamicsValue = false;
     this.m_Button22.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button22.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button22.EnabledDynamicsValue = true;
     this.m_Button22.FontSizePixels = 9;
     this.m_Button22.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button22.Height = 28;
     this.m_Button22.IndicatorMargin = null;
     this.m_Button22.Left = 87;
     this.m_Button22.Name = "m_Button22";
     this.m_Button22.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button22.StyleName = "Glossy";
     this.m_Button22.SymbolHeight = 22;
     this.m_Button22.SymbolIntervalMapper = symbolintervalmapper19;
     this.m_Button22.SymbolName = "path2985";
     this.m_Button22.SymbolWidth = 19;
     this.m_Button22.TextHeight = 11;
     stringintervalmappercf34.DefaultValue = "";
     this.m_Button22.TextIntervalMapper = stringintervalmappercf34;
     this.m_Button22.TextValue = 0D;
     this.m_Button22.TextWidth = 22;
     this.m_Button22.Top = 179;
     this.m_Button22.Value = 0D;
     this.m_Button22.VisibleDynamicsValue = true;
     this.m_Button22.Width = 28;
     //
     // m_Button23
     //
     this.m_Button23.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button23.BlinkDynamicsValue = false;
     this.m_Button23.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button23.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button23.EnabledDynamicsValue = true;
     this.m_Button23.FontSizePixels = 9;
     this.m_Button23.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button23.Height = 28;
     this.m_Button23.IndicatorMargin = null;
     this.m_Button23.Left = 19;
     this.m_Button23.Name = "m_Button23";
     this.m_Button23.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button23.StyleName = "Glossy";
     this.m_Button23.SymbolHeight = 22;
     this.m_Button23.SymbolIntervalMapper = symbolintervalmapper20;
     this.m_Button23.SymbolName = "path29851";
     this.m_Button23.SymbolWidth = 19;
     this.m_Button23.TextHeight = 11;
     stringintervalmappercf35.DefaultValue = "";
     this.m_Button23.TextIntervalMapper = stringintervalmappercf35;
     this.m_Button23.TextValue = 0D;
     this.m_Button23.TextWidth = 22;
     this.m_Button23.Top = 179;
     this.m_Button23.Value = 0D;
     this.m_Button23.VisibleDynamicsValue = true;
     this.m_Button23.Width = 28;
     //
     // m_Text15
     //
     this.m_Text15.AutoSize = false;
     this.m_Text15.BlinkDynamicsValue = false;
     this.m_Text15.EnabledDynamicsValue = true;
     this.m_Text15.FontSizePixels = 10;
     this.m_Text15.Height = 20;
     this.m_Text15.Left = 38;
     this.m_Text15.Name = "m_Text15";
     this.m_Text15.ScreenOwnerName = "RcrdCfgScreen";
     stringintervalmappercf36.DefaultValue = "MINUTES";
     this.m_Text15.TextIntervalMapper = stringintervalmappercf36;
     this.m_Text15.TextVerticalAlignment = "Center";
     this.m_Text15.Top = 158;
     this.m_Text15.VisibleDynamicsValue = true;
     this.m_Text15.Width = 58;
     //
     // m_AnalogNumeric1
     //
     this.m_AnalogNumeric1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric1.BlinkDynamicsValue = false;
     this.m_AnalogNumeric1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric1.EnabledDynamicsValue = true;
     this.m_AnalogNumeric1.FontSizePixels = 12;
     this.m_AnalogNumeric1.Height = 28;
     this.m_AnalogNumeric1.Left = 155;
     this.m_AnalogNumeric1.Name = "m_AnalogNumeric1";
     this.m_AnalogNumeric1.NumberOfDecimals = 0;
     this.m_AnalogNumeric1.ScreenOwnerName = "RcrdCfgScreen";
     this.m_AnalogNumeric1.Top = 179;
     this.m_AnalogNumeric1.VisibleDynamicsValue = true;
     this.m_AnalogNumeric1.Width = 40;
     //
     // m_Button24
     //
     this.m_Button24.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button24.BlinkDynamicsValue = false;
     this.m_Button24.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button24.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button24.EnabledDynamicsValue = true;
     this.m_Button24.FontSizePixels = 9;
     this.m_Button24.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button24.Height = 28;
     this.m_Button24.IndicatorMargin = null;
     this.m_Button24.Left = 195;
     this.m_Button24.Name = "m_Button24";
     this.m_Button24.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button24.StyleName = "Glossy";
     this.m_Button24.SymbolHeight = 22;
     this.m_Button24.SymbolIntervalMapper = symbolintervalmapper21;
     this.m_Button24.SymbolName = "path2985";
     this.m_Button24.SymbolWidth = 19;
     this.m_Button24.TextHeight = 11;
     stringintervalmappercf37.DefaultValue = "";
     this.m_Button24.TextIntervalMapper = stringintervalmappercf37;
     this.m_Button24.TextValue = 0D;
     this.m_Button24.TextWidth = 22;
     this.m_Button24.Top = 179;
     this.m_Button24.Value = 0D;
     this.m_Button24.VisibleDynamicsValue = true;
     this.m_Button24.Width = 28;
     //
     // m_Button25
     //
     this.m_Button25.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button25.BlinkDynamicsValue = false;
     this.m_Button25.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button25.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button25.EnabledDynamicsValue = true;
     this.m_Button25.FontSizePixels = 9;
     this.m_Button25.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button25.Height = 28;
     this.m_Button25.IndicatorMargin = null;
     this.m_Button25.Left = 127;
     this.m_Button25.Name = "m_Button25";
     this.m_Button25.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button25.StyleName = "Glossy";
     this.m_Button25.SymbolHeight = 22;
     this.m_Button25.SymbolIntervalMapper = symbolintervalmapper22;
     this.m_Button25.SymbolName = "path29851";
     this.m_Button25.SymbolWidth = 19;
     this.m_Button25.TextHeight = 11;
     stringintervalmappercf38.DefaultValue = "";
     this.m_Button25.TextIntervalMapper = stringintervalmappercf38;
     this.m_Button25.TextValue = 0D;
     this.m_Button25.TextWidth = 22;
     this.m_Button25.Top = 179;
     this.m_Button25.Value = 0D;
     this.m_Button25.VisibleDynamicsValue = true;
     this.m_Button25.Width = 28;
     //
     // m_Text16
     //
     this.m_Text16.AutoSize = false;
     this.m_Text16.BlinkDynamicsValue = false;
     this.m_Text16.EnabledDynamicsValue = true;
     this.m_Text16.FontSizePixels = 10;
     this.m_Text16.Height = 20;
     this.m_Text16.Left = 146;
     this.m_Text16.Name = "m_Text16";
     this.m_Text16.ScreenOwnerName = "RcrdCfgScreen";
     stringintervalmappercf39.DefaultValue = "SECONDS";
     this.m_Text16.TextIntervalMapper = stringintervalmappercf39;
     this.m_Text16.TextVerticalAlignment = "Center";
     this.m_Text16.Top = 159;
     this.m_Text16.VisibleDynamicsValue = true;
     this.m_Text16.Width = 58;
     //
     // m_Text17
     //
     this.m_Text17.AutoSize = false;
     this.m_Text17.BlinkDynamicsValue = false;
     this.m_Text17.EnabledDynamicsValue = true;
     this.m_Text17.FontFamily = "Arial";
     this.m_Text17.FontSizePixels = 10;
     this.m_Text17.Height = 20;
     this.m_Text17.Left = 283;
     this.m_Text17.Name = "m_Text17";
     this.m_Text17.ScreenOwnerName = "RcrdCfgScreen";
     stringintervalmappercf40.DefaultValue = "File Name";
     this.m_Text17.TextIntervalMapper = stringintervalmappercf40;
     this.m_Text17.TextVerticalAlignment = "Center";
     this.m_Text17.Top = 154;
     this.m_Text17.VisibleDynamicsValue = true;
     this.m_Text17.Width = 218;
     //
     // m_Text18
     //
     this.m_Text18.AutoSize = false;
     this.m_Text18.BlinkDynamicsValue = false;
     this.m_Text18.EnabledDynamicsValue = true;
     this.m_Text18.FontFamily = "Arial";
     this.m_Text18.FontSizePixels = 10;
     this.m_Text18.Height = 20;
     this.m_Text18.Left = 280;
     this.m_Text18.Name = "m_Text18";
     this.m_Text18.ScreenOwnerName = "RcrdCfgScreen";
     stringintervalmappercf41.DefaultValue = "Tester Initial";
     this.m_Text18.TextIntervalMapper = stringintervalmappercf41;
     this.m_Text18.TextVerticalAlignment = "Center";
     this.m_Text18.Top = 188;
     this.m_Text18.VisibleDynamicsValue = true;
     this.m_Text18.Width = 74;
     //
     // m_Button15
     //
     this.m_Button15.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button15.BlinkDynamicsValue = false;
     this.m_Button15.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button15.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button15.EnabledDynamicsValue = true;
     this.m_Button15.FontFamily = "Arial";
     this.m_Button15.FontSizePixels = 14;
     this.m_Button15.Height = 27;
     this.m_Button15.IndicatorMargin = null;
     this.m_Button15.Left = 383;
     this.m_Button15.Name = "m_Button15";
     this.m_Button15.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button15.StyleName = "Glossy";
     this.m_Button15.SymbolIntervalMapper = symbolintervalmapper23;
     this.m_Button15.TextHeight = 16;
     stringintervalmappercf42.DefaultValue = "Select";
     this.m_Button15.TextIntervalMapper = stringintervalmappercf42;
     this.m_Button15.TextValue = 0D;
     this.m_Button15.TextWidth = 68;
     this.m_Button15.Top = 201;
     this.m_Button15.Value = 0D;
     this.m_Button15.VisibleDynamicsValue = true;
     this.m_Button15.Width = 74;
     //
     // m_Button18
     //
     this.m_Button18.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button18.BlinkDynamicsValue = false;
     this.m_Button18.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button18.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button18.EnabledDynamicsValue = true;
     this.m_Button18.FontSizePixels = 9;
     this.m_Button18.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button18.Height = 20;
     this.m_Button18.IndicatorMargin = null;
     this.m_Button18.Left = 183;
     this.m_Button18.Name = "m_Button18";
     this.m_Button18.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button18.StyleName = "Glossy";
     this.m_Button18.SymbolIntervalMapper = symbolintervalmapper24;
     this.m_Button18.TextHeight = 11;
     stringintervalmappercf43.DefaultValue = "Back";
     this.m_Button18.TextIntervalMapper = stringintervalmappercf43;
     this.m_Button18.TextValue = 0D;
     this.m_Button18.TextWidth = 36;
     this.m_Button18.Top = 87;
     this.m_Button18.Value = 0D;
     this.m_Button18.VisibleDynamicsValue = true;
     this.m_Button18.Width = 42;
     //
     // m_Button19
     //
     this.m_Button19.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button19.BlinkDynamicsValue = false;
     this.m_Button19.Bold = true;
     this.m_Button19.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button19.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button19.EnabledDynamicsValue = true;
     this.m_Button19.FontSizePixels = 18;
     this.m_Button19.Height = 24;
     this.m_Button19.IndicatorMargin = null;
     this.m_Button19.Left = 21;
     this.m_Button19.Name = "m_Button19";
     this.m_Button19.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button19.StyleName = "Glossy";
     this.m_Button19.SymbolIntervalMapper = symbolintervalmapper25;
     this.m_Button19.TextHeight = 22;
     stringintervalmappercf44.DefaultValue = "M";
     this.m_Button19.TextIntervalMapper = stringintervalmappercf44;
     this.m_Button19.TextValue = 0D;
     this.m_Button19.TextWidth = 28;
     this.m_Button19.Top = 110;
     this.m_Button19.Value = 0D;
     this.m_Button19.VisibleDynamicsValue = true;
     this.m_Button19.Width = 34;
     //
     // m_Button20
     //
     this.m_Button20.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button20.BlinkDynamicsValue = false;
     this.m_Button20.Bold = true;
     this.m_Button20.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button20.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button20.EnabledDynamicsValue = true;
     this.m_Button20.FontSizePixels = 18;
     this.m_Button20.Height = 24;
     this.m_Button20.IndicatorMargin = null;
     this.m_Button20.Left = 62;
     this.m_Button20.Name = "m_Button20";
     this.m_Button20.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button20.StyleName = "Glossy";
     this.m_Button20.SymbolIntervalMapper = symbolintervalmapper26;
     this.m_Button20.TextHeight = 22;
     stringintervalmappercf45.DefaultValue = "D";
     this.m_Button20.TextIntervalMapper = stringintervalmappercf45;
     this.m_Button20.TextValue = 0D;
     this.m_Button20.TextWidth = 28;
     this.m_Button20.Top = 110;
     this.m_Button20.Value = 0D;
     this.m_Button20.VisibleDynamicsValue = true;
     this.m_Button20.Width = 34;
     //
     // m_Button26
     //
     this.m_Button26.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button26.BlinkDynamicsValue = false;
     this.m_Button26.Bold = true;
     this.m_Button26.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button26.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button26.EnabledDynamicsValue = true;
     this.m_Button26.FontSizePixels = 18;
     this.m_Button26.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button26.Height = 24;
     this.m_Button26.IndicatorMargin = null;
     this.m_Button26.Left = 102;
     this.m_Button26.Name = "m_Button26";
     this.m_Button26.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button26.StyleName = "Glossy";
     this.m_Button26.SymbolIntervalMapper = symbolintervalmapper27;
     this.m_Button26.TextHeight = 22;
     stringintervalmappercf46.DefaultValue = "Y";
     this.m_Button26.TextIntervalMapper = stringintervalmappercf46;
     this.m_Button26.TextValue = 0D;
     this.m_Button26.TextWidth = 28;
     this.m_Button26.Top = 110;
     this.m_Button26.Value = 0D;
     this.m_Button26.VisibleDynamicsValue = true;
     this.m_Button26.Width = 34;
     //
     // m_Button27
     //
     this.m_Button27.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button27.BlinkDynamicsValue = false;
     this.m_Button27.Bold = true;
     this.m_Button27.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button27.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button27.EnabledDynamicsValue = true;
     this.m_Button27.FontSizePixels = 18;
     this.m_Button27.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button27.Height = 24;
     this.m_Button27.IndicatorMargin = null;
     this.m_Button27.Left = 143;
     this.m_Button27.Name = "m_Button27";
     this.m_Button27.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button27.StyleName = "Glossy";
     this.m_Button27.SymbolIntervalMapper = symbolintervalmapper28;
     this.m_Button27.TextHeight = 22;
     stringintervalmappercf47.DefaultValue = "/";
     this.m_Button27.TextIntervalMapper = stringintervalmappercf47;
     this.m_Button27.TextValue = 0D;
     this.m_Button27.TextWidth = 28;
     this.m_Button27.Top = 110;
     this.m_Button27.Value = 0D;
     this.m_Button27.VisibleDynamicsValue = true;
     this.m_Button27.Width = 34;
     //
     // m_Button28
     //
     this.m_Button28.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button28.BlinkDynamicsValue = false;
     this.m_Button28.Bold = true;
     this.m_Button28.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button28.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button28.EnabledDynamicsValue = true;
     this.m_Button28.FontSizePixels = 18;
     this.m_Button28.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button28.Height = 24;
     this.m_Button28.IndicatorMargin = null;
     this.m_Button28.Left = 187;
     this.m_Button28.Name = "m_Button28";
     this.m_Button28.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button28.StyleName = "Glossy";
     this.m_Button28.SymbolIntervalMapper = symbolintervalmapper29;
     this.m_Button28.TextHeight = 22;
     stringintervalmappercf48.DefaultValue = "-";
     this.m_Button28.TextIntervalMapper = stringintervalmappercf48;
     this.m_Button28.TextValue = 0D;
     this.m_Button28.TextWidth = 28;
     this.m_Button28.Top = 110;
     this.m_Button28.Value = 0D;
     this.m_Button28.VisibleDynamicsValue = true;
     this.m_Button28.Width = 34;
     //
     // m_Button29
     //
     this.m_Button29.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button29.BlinkDynamicsValue = false;
     this.m_Button29.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button29.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button29.EnabledDynamicsValue = true;
     this.m_Button29.FontSizePixels = 9;
     this.m_Button29.Height = 20;
     this.m_Button29.IndicatorMargin = null;
     this.m_Button29.Left = 183;
     this.m_Button29.Name = "m_Button29";
     this.m_Button29.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button29.StyleName = "Glossy";
     this.m_Button29.SymbolIntervalMapper = symbolintervalmapper30;
     this.m_Button29.TextHeight = 11;
     stringintervalmappercf49.DefaultValue = "Clear";
     this.m_Button29.TextIntervalMapper = stringintervalmappercf49;
     this.m_Button29.TextValue = 0D;
     this.m_Button29.TextWidth = 36;
     this.m_Button29.Top = 66;
     this.m_Button29.Value = 0D;
     this.m_Button29.VisibleDynamicsValue = true;
     this.m_Button29.Width = 42;
     //
     // m_Button30
     //
     this.m_Button30.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button30.BlinkDynamicsValue = false;
     this.m_Button30.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button30.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button30.EnabledDynamicsValue = true;
     this.m_Button30.FontSizePixels = 9;
     this.m_Button30.Height = 20;
     this.m_Button30.IndicatorMargin = null;
     this.m_Button30.Left = 183;
     this.m_Button30.Name = "m_Button30";
     this.m_Button30.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button30.StyleName = "Glossy";
     this.m_Button30.SymbolIntervalMapper = symbolintervalmapper31;
     this.m_Button30.TextHeight = 11;
     stringintervalmappercf50.DefaultValue = "Back";
     this.m_Button30.TextIntervalMapper = stringintervalmappercf50;
     this.m_Button30.TextValue = 0D;
     this.m_Button30.TextWidth = 36;
     this.m_Button30.Top = 87;
     this.m_Button30.Value = 0D;
     this.m_Button30.VisibleDynamicsValue = true;
     this.m_Button30.Width = 42;
     //
     // m_Button31
     //
     this.m_Button31.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button31.BlinkDynamicsValue = false;
     this.m_Button31.Bold = true;
     this.m_Button31.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button31.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button31.EnabledDynamicsValue = true;
     this.m_Button31.FontSizePixels = 18;
     this.m_Button31.Height = 24;
     this.m_Button31.IndicatorMargin = null;
     this.m_Button31.Left = 102;
     this.m_Button31.Name = "m_Button31";
     this.m_Button31.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button31.StyleName = "Glossy";
     this.m_Button31.SymbolIntervalMapper = symbolintervalmapper32;
     this.m_Button31.TextHeight = 22;
     stringintervalmappercf51.DefaultValue = "Y";
     this.m_Button31.TextIntervalMapper = stringintervalmappercf51;
     this.m_Button31.TextValue = 0D;
     this.m_Button31.TextWidth = 28;
     this.m_Button31.Top = 110;
     this.m_Button31.Value = 0D;
     this.m_Button31.VisibleDynamicsValue = true;
     this.m_Button31.Width = 34;
     //
     // m_Button32
     //
     this.m_Button32.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button32.BlinkDynamicsValue = false;
     this.m_Button32.Bold = true;
     this.m_Button32.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button32.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button32.EnabledDynamicsValue = true;
     this.m_Button32.FontSizePixels = 18;
     this.m_Button32.Height = 24;
     this.m_Button32.IndicatorMargin = null;
     this.m_Button32.Left = 143;
     this.m_Button32.Name = "m_Button32";
     this.m_Button32.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button32.StyleName = "Glossy";
     this.m_Button32.SymbolIntervalMapper = symbolintervalmapper33;
     this.m_Button32.TextHeight = 22;
     stringintervalmappercf52.DefaultValue = "/";
     this.m_Button32.TextIntervalMapper = stringintervalmappercf52;
     this.m_Button32.TextValue = 0D;
     this.m_Button32.TextWidth = 28;
     this.m_Button32.Top = 110;
     this.m_Button32.Value = 0D;
     this.m_Button32.VisibleDynamicsValue = true;
     this.m_Button32.Width = 34;
     //
     // m_Button33
     //
     this.m_Button33.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button33.BlinkDynamicsValue = false;
     this.m_Button33.Bold = true;
     this.m_Button33.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button33.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button33.EnabledDynamicsValue = true;
     this.m_Button33.FontSizePixels = 18;
     this.m_Button33.Height = 24;
     this.m_Button33.IndicatorMargin = null;
     this.m_Button33.Left = 187;
     this.m_Button33.Name = "m_Button33";
     this.m_Button33.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button33.StyleName = "Glossy";
     this.m_Button33.SymbolIntervalMapper = symbolintervalmapper34;
     this.m_Button33.TextHeight = 22;
     stringintervalmappercf53.DefaultValue = "-";
     this.m_Button33.TextIntervalMapper = stringintervalmappercf53;
     this.m_Button33.TextValue = 0D;
     this.m_Button33.TextWidth = 28;
     this.m_Button33.Top = 110;
     this.m_Button33.Value = 0D;
     this.m_Button33.VisibleDynamicsValue = true;
     this.m_Button33.Width = 34;
     //
     // m_Text19
     //
     this.m_Text19.AutoSize = false;
     this.m_Text19.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text19.BlinkDynamicsValue = false;
     this.m_Text19.EnabledDynamicsValue = true;
     this.m_Text19.FontSizePixels = 12;
     this.m_Text19.Height = 18;
     this.m_Text19.Left = 56;
     this.m_Text19.Name = "m_Text19";
     this.m_Text19.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text19.TextHorizontalAlignment = "Center";
     stringintervalmappercf54.DefaultValue = "Text";
     this.m_Text19.TextIntervalMapper = stringintervalmappercf54;
     this.m_Text19.TextVerticalAlignment = "Center";
     this.m_Text19.Top = 67;
     this.m_Text19.VisibleDynamicsValue = true;
     this.m_Text19.Width = 119;
     //
     // m_Text20
     //
     this.m_Text20.AutoSize = false;
     this.m_Text20.BlinkDynamicsValue = false;
     this.m_Text20.EnabledDynamicsValue = true;
     this.m_Text20.FontFamily = "Arial";
     this.m_Text20.FontSizePixels = 9;
     this.m_Text20.Height = 34;
     this.m_Text20.Left = 2;
     this.m_Text20.MultiLine = true;
     this.m_Text20.Name = "m_Text20";
     this.m_Text20.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text20.TextHorizontalAlignment = "Center";
     stringintervalmappercf55.DefaultValue = "Today\'s\nDate";
     this.m_Text20.TextIntervalMapper = stringintervalmappercf55;
     this.m_Text20.TextVerticalAlignment = "Center";
     this.m_Text20.Top = 60;
     this.m_Text20.VisibleDynamicsValue = true;
     this.m_Text20.Width = 62;
     //
     // m_Text21
     //
     this.m_Text21.AutoSize = false;
     this.m_Text21.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text21.BlinkDynamicsValue = false;
     this.m_Text21.EnabledDynamicsValue = true;
     this.m_Text21.FontSizePixels = 12;
     this.m_Text21.Height = 18;
     this.m_Text21.Left = 56;
     this.m_Text21.Name = "m_Text21";
     this.m_Text21.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text21.TextHorizontalAlignment = "Center";
     stringintervalmappercf56.DefaultValue = "Text";
     this.m_Text21.TextIntervalMapper = stringintervalmappercf56;
     this.m_Text21.TextVerticalAlignment = "Center";
     this.m_Text21.Top = 88;
     this.m_Text21.VisibleDynamicsValue = true;
     this.m_Text21.Width = 119;
     //
     // m_Text22
     //
     this.m_Text22.AutoSize = false;
     this.m_Text22.BlinkDynamicsValue = false;
     this.m_Text22.EnabledDynamicsValue = true;
     this.m_Text22.FontFamily = "Arial";
     this.m_Text22.FontSizePixels = 9;
     this.m_Text22.Height = 34;
     this.m_Text22.Left = 2;
     this.m_Text22.MultiLine = true;
     this.m_Text22.Name = "m_Text22";
     this.m_Text22.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Text22.TextHorizontalAlignment = "Center";
     stringintervalmappercf57.DefaultValue = "Format";
     this.m_Text22.TextIntervalMapper = stringintervalmappercf57;
     this.m_Text22.TextVerticalAlignment = "Center";
     this.m_Text22.Top = 80;
     this.m_Text22.VisibleDynamicsValue = true;
     this.m_Text22.Width = 62;
     //
     // m_Button34
     //
     this.m_Button34.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button34.BlinkDynamicsValue = false;
     this.m_Button34.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button34.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button34.EnabledDynamicsValue = true;
     this.m_Button34.FontSizePixels = 9;
     this.m_Button34.Height = 20;
     this.m_Button34.IndicatorMargin = null;
     this.m_Button34.Left = 183;
     this.m_Button34.Name = "m_Button34";
     this.m_Button34.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button34.StyleName = "Glossy";
     this.m_Button34.SymbolIntervalMapper = symbolintervalmapper35;
     this.m_Button34.TextHeight = 11;
     stringintervalmappercf58.DefaultValue = "Clear";
     this.m_Button34.TextIntervalMapper = stringintervalmappercf58;
     this.m_Button34.TextValue = 0D;
     this.m_Button34.TextWidth = 36;
     this.m_Button34.Top = 66;
     this.m_Button34.Value = 0D;
     this.m_Button34.VisibleDynamicsValue = true;
     this.m_Button34.Width = 42;
     //
     // m_Button35
     //
     this.m_Button35.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button35.BlinkDynamicsValue = false;
     this.m_Button35.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button35.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button35.EnabledDynamicsValue = true;
     this.m_Button35.FontSizePixels = 9;
     this.m_Button35.Height = 20;
     this.m_Button35.IndicatorMargin = null;
     this.m_Button35.Left = 183;
     this.m_Button35.Name = "m_Button35";
     this.m_Button35.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button35.StyleName = "Glossy";
     this.m_Button35.SymbolIntervalMapper = symbolintervalmapper36;
     this.m_Button35.TextHeight = 11;
     stringintervalmappercf59.DefaultValue = "Back";
     this.m_Button35.TextIntervalMapper = stringintervalmappercf59;
     this.m_Button35.TextValue = 0D;
     this.m_Button35.TextWidth = 36;
     this.m_Button35.Top = 87;
     this.m_Button35.Value = 0D;
     this.m_Button35.VisibleDynamicsValue = true;
     this.m_Button35.Width = 42;
     //
     // m_Button36
     //
     this.m_Button36.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button36.BlinkDynamicsValue = false;
     this.m_Button36.Bold = true;
     this.m_Button36.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button36.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button36.EnabledDynamicsValue = true;
     this.m_Button36.FontSizePixels = 18;
     this.m_Button36.Height = 24;
     this.m_Button36.IndicatorMargin = null;
     this.m_Button36.Left = 143;
     this.m_Button36.Name = "m_Button36";
     this.m_Button36.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button36.StyleName = "Glossy";
     this.m_Button36.SymbolIntervalMapper = symbolintervalmapper37;
     this.m_Button36.TextHeight = 22;
     stringintervalmappercf60.DefaultValue = "/";
     this.m_Button36.TextIntervalMapper = stringintervalmappercf60;
     this.m_Button36.TextValue = 0D;
     this.m_Button36.TextWidth = 28;
     this.m_Button36.Top = 110;
     this.m_Button36.Value = 0D;
     this.m_Button36.VisibleDynamicsValue = true;
     this.m_Button36.Width = 34;
     //
     // m_Button37
     //
     this.m_Button37.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button37.BlinkDynamicsValue = false;
     this.m_Button37.Bold = true;
     this.m_Button37.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button37.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button37.EnabledDynamicsValue = true;
     this.m_Button37.FontSizePixels = 18;
     this.m_Button37.Height = 24;
     this.m_Button37.IndicatorMargin = null;
     this.m_Button37.Left = 187;
     this.m_Button37.Name = "m_Button37";
     this.m_Button37.ScreenOwnerName = "RcrdCfgScreen";
     this.m_Button37.StyleName = "Glossy";
     this.m_Button37.SymbolIntervalMapper = symbolintervalmapper38;
     this.m_Button37.TextHeight = 22;
     stringintervalmappercf61.DefaultValue = "-";
     this.m_Button37.TextIntervalMapper = stringintervalmappercf61;
     this.m_Button37.TextValue = 0D;
     this.m_Button37.TextWidth = 28;
     this.m_Button37.Top = 110;
     this.m_Button37.Value = 0D;
     this.m_Button37.VisibleDynamicsValue = true;
     this.m_Button37.Width = 34;
     this.DrawingPrimitives.Add(this.m_Rectangle);
     this.DrawingPrimitives.Add(this.m_Text);
     this.DrawingPrimitives.Add(this.m_Rectangle1);
     this.DrawingPrimitives.Add(this.m_Text2);
     this.DrawingPrimitives.Add(this.m_Text3);
     this.DrawingPrimitives.Add(this.m_Text4);
     this.DrawingPrimitives.Add(this.m_Text1);
     this.DrawingPrimitives.Add(this.m_Text5);
     this.DrawingPrimitives.Add(this.m_Button);
     this.DrawingPrimitives.Add(this.m_Button1);
     this.DrawingPrimitives.Add(this.m_Button2);
     this.DrawingPrimitives.Add(this.m_Button3);
     this.DrawingPrimitives.Add(this.m_Button4);
     this.DrawingPrimitives.Add(this.m_Button5);
     this.DrawingPrimitives.Add(this.m_Button6);
     this.DrawingPrimitives.Add(this.m_Line);
     this.DrawingPrimitives.Add(this.m_Rectangle2);
     this.DrawingPrimitives.Add(this.m_Text6);
     this.DrawingPrimitives.Add(this.m_Text7);
     this.DrawingPrimitives.Add(this.m_Text8);
     this.DrawingPrimitives.Add(this.m_Text9);
     this.DrawingPrimitives.Add(this.m_Text10);
     this.DrawingPrimitives.Add(this.m_Button7);
     this.DrawingPrimitives.Add(this.m_Button8);
     this.DrawingPrimitives.Add(this.m_Button9);
     this.DrawingPrimitives.Add(this.m_Button10);
     this.DrawingPrimitives.Add(this.m_Button11);
     this.DrawingPrimitives.Add(this.m_Button12);
     this.DrawingPrimitives.Add(this.m_Button13);
     this.DrawingPrimitives.Add(this.m_Line1);
     this.DrawingPrimitives.Add(this.m_Rectangle3);
     this.DrawingPrimitives.Add(this.m_Text11);
     this.DrawingPrimitives.Add(this.m_Text12);
     this.DrawingPrimitives.Add(this.m_Text13);
     this.DrawingPrimitives.Add(this.m_Button14);
     this.DrawingPrimitives.Add(this.m_Button16);
     this.DrawingPrimitives.Add(this.m_Button17);
     this.DrawingPrimitives.Add(this.m_Line2);
     this.DrawingPrimitives.Add(this.m_Button21);
     this.DrawingPrimitives.Add(this.m_Rectangle4);
     this.DrawingPrimitives.Add(this.m_Line3);
     this.DrawingPrimitives.Add(this.m_Text14);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric);
     this.DrawingPrimitives.Add(this.m_Button22);
     this.DrawingPrimitives.Add(this.m_Button23);
     this.DrawingPrimitives.Add(this.m_Text15);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric1);
     this.DrawingPrimitives.Add(this.m_Button24);
     this.DrawingPrimitives.Add(this.m_Button25);
     this.DrawingPrimitives.Add(this.m_Text16);
     this.DrawingPrimitives.Add(this.m_Text17);
     this.DrawingPrimitives.Add(this.m_Text18);
     this.DrawingPrimitives.Add(this.m_Button15);
     this.DrawingPrimitives.Add(this.m_Button18);
     this.DrawingPrimitives.Add(this.m_Button19);
     this.DrawingPrimitives.Add(this.m_Button20);
     this.DrawingPrimitives.Add(this.m_Button26);
     this.DrawingPrimitives.Add(this.m_Button27);
     this.DrawingPrimitives.Add(this.m_Button28);
     this.DrawingPrimitives.Add(this.m_Button29);
     this.DrawingPrimitives.Add(this.m_Button30);
     this.DrawingPrimitives.Add(this.m_Button31);
     this.DrawingPrimitives.Add(this.m_Button32);
     this.DrawingPrimitives.Add(this.m_Button33);
     this.DrawingPrimitives.Add(this.m_Text19);
     this.DrawingPrimitives.Add(this.m_Text20);
     this.DrawingPrimitives.Add(this.m_Text21);
     this.DrawingPrimitives.Add(this.m_Text22);
     this.DrawingPrimitives.Add(this.m_Button34);
     this.DrawingPrimitives.Add(this.m_Button35);
     this.DrawingPrimitives.Add(this.m_Button36);
     this.DrawingPrimitives.Add(this.m_Button37);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(480, 272);
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = true;
     this.Name = "RcrdCfgScreen";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button24)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button25)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button26)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button27)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button28)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button29)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button30)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button31)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button32)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button33)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button34)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button35)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button36)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button37)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #20
0
 private void InitializeComponent()
 {
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     this.m_SymbolViewbox  = new Neo.ApplicationFramework.Controls.Controls.SymbolViewboxCF();
     this.m_SymbolViewbox1 = new Neo.ApplicationFramework.Controls.Controls.SymbolViewboxCF();
     this.m_Picture1       = new Neo.ApplicationFramework.Controls.Symbol.PictureCF();
     this.m_Picture        = new Neo.ApplicationFramework.Controls.Symbol.PictureCF();
     this.m_Button         = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Rectangle1     = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text1          = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Rectangle2     = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text2          = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric2 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric3 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Picture)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric3)).BeginInit();
     this.SuspendLayout();
     //
     // AYARLAR_4
     //
     this.Background  = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.SingleBorder;
     this.ControlBox  = false;
     //
     // m_SymbolViewbox
     //
     this.m_SymbolViewbox.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.White, System.Drawing.Color.White, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_SymbolViewbox.BlinkDynamicsValue    = false;
     this.m_SymbolViewbox.DelayMouseInputPeriod = 0;
     this.m_SymbolViewbox.EnabledDynamicsValue  = true;
     this.m_SymbolViewbox.ForceTransparency     = false;
     this.m_SymbolViewbox.Height               = 75;
     this.m_SymbolViewbox.IndicatorMargin      = null;
     this.m_SymbolViewbox.Left                 = 692;
     this.m_SymbolViewbox.Name                 = "m_SymbolViewbox";
     this.m_SymbolViewbox.RequiresTransparency = false;
     this.m_SymbolViewbox.ScreenOwnerName      = "AYARLAR_4";
     this.m_SymbolViewbox.Top   = 21;
     this.m_SymbolViewbox.Value = 0D;
     this.m_SymbolViewbox.VisibleDynamicsValue = true;
     this.m_SymbolViewbox.Width = 75;
     //
     // m_SymbolViewbox1
     //
     this.m_SymbolViewbox1.Background            = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.White, System.Drawing.Color.White, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_SymbolViewbox1.BlinkDynamicsValue    = false;
     this.m_SymbolViewbox1.DelayMouseInputPeriod = 0;
     this.m_SymbolViewbox1.EnabledDynamicsValue  = true;
     this.m_SymbolViewbox1.ForceTransparency     = false;
     this.m_SymbolViewbox1.Height               = 75;
     this.m_SymbolViewbox1.IndicatorMargin      = null;
     this.m_SymbolViewbox1.Left                 = 26;
     this.m_SymbolViewbox1.Name                 = "m_SymbolViewbox1";
     this.m_SymbolViewbox1.RequiresTransparency = false;
     this.m_SymbolViewbox1.ScreenOwnerName      = "AYARLAR_4";
     this.m_SymbolViewbox1.Top   = 21;
     this.m_SymbolViewbox1.Value = 0D;
     this.m_SymbolViewbox1.VisibleDynamicsValue = true;
     this.m_SymbolViewbox1.Width = 75;
     //
     // m_Picture1
     //
     this.m_Picture1.BlinkDynamicsValue    = false;
     this.m_Picture1.DelayMouseInputPeriod = 0;
     this.m_Picture1.EnabledDynamicsValue  = true;
     this.m_Picture1.Height               = 51;
     this.m_Picture1.Left                 = 467;
     this.m_Picture1.Name                 = "m_Picture1";
     this.m_Picture1.ScreenOwnerName      = "AYARLAR_4";
     this.m_Picture1.Stretch              = true;
     this.m_Picture1.SymbolName           = "12312313121";
     this.m_Picture1.Top                  = 53;
     this.m_Picture1.VisibleDynamicsValue = true;
     this.m_Picture1.Width                = 133;
     //
     // m_Picture
     //
     this.m_Picture.BlinkDynamicsValue    = false;
     this.m_Picture.DelayMouseInputPeriod = 0;
     this.m_Picture.EnabledDynamicsValue  = true;
     this.m_Picture.Height               = 101;
     this.m_Picture.Left                 = 201;
     this.m_Picture.Name                 = "m_Picture";
     this.m_Picture.ScreenOwnerName      = "AYARLAR_4";
     this.m_Picture.Stretch              = true;
     this.m_Picture.SymbolName           = "1074100_612878878863480_419287768912462570_o";
     this.m_Picture.Top                  = -5;
     this.m_Picture.VisibleDynamicsValue = true;
     this.m_Picture.Width                = 258;
     //
     // m_Button
     //
     this.m_Button.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.Bold                  = true;
     this.m_Button.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button.DelayMouseInputPeriod = 0;
     this.m_Button.EnabledDynamicsValue  = true;
     this.m_Button.FontSizePixels        = 15;
     this.m_Button.ForceTransparency     = true;
     this.m_Button.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button.Height                = 68;
     this.m_Button.IndicatorMargin       = null;
     this.m_Button.Left                  = 516;
     this.m_Button.Name                  = "m_Button";
     this.m_Button.RequiresTransparency  = true;
     this.m_Button.ScreenOwnerName       = "AYARLAR_4";
     this.m_Button.StyleName             = "Black";
     this.m_Button.SymbolIntervalMapper  = symbolintervalmapper1;
     this.m_Button.TextHeight            = 18;
     this.m_Button.TextValue             = 0D;
     this.m_Button.TextWidth             = 228;
     this.m_Button.Top   = 405;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue     = true;
     this.m_Button.VisualPropertiesHashCode = 1353278808;
     this.m_Button.Width = 234;
     //
     // m_Rectangle1
     //
     this.m_Rectangle1.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle1.BlinkDynamicsValue    = false;
     this.m_Rectangle1.DelayMouseInputPeriod = 0;
     this.m_Rectangle1.EnabledDynamicsValue  = true;
     this.m_Rectangle1.Fill                 = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(172)))), ((int)(((byte)(198))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle1.Height               = 64;
     this.m_Rectangle1.Left                 = 26;
     this.m_Rectangle1.Name                 = "m_Rectangle1";
     this.m_Rectangle1.ScreenOwnerName      = "AYARLAR_4";
     this.m_Rectangle1.Stroke               = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle1.Top                  = 132;
     this.m_Rectangle1.VisibleDynamicsValue = true;
     this.m_Rectangle1.Width                = 741;
     //
     // m_Text1
     //
     this.m_Text1.BlinkDynamicsValue = false;
     this.m_Text1.Bold = true;
     this.m_Text1.DelayMouseInputPeriod = 0;
     this.m_Text1.EnabledDynamicsValue  = true;
     this.m_Text1.FontSizePixels        = 24;
     this.m_Text1.Height               = 21;
     this.m_Text1.Left                 = 54;
     this.m_Text1.Name                 = "m_Text1";
     this.m_Text1.ScreenOwnerName      = "AYARLAR_4";
     this.m_Text1.Top                  = 146;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width                = 170;
     //
     // m_Rectangle2
     //
     this.m_Rectangle2.BitmapEffect          = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle2.BlinkDynamicsValue    = false;
     this.m_Rectangle2.DelayMouseInputPeriod = 0;
     this.m_Rectangle2.EnabledDynamicsValue  = true;
     this.m_Rectangle2.Fill                 = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(172)))), ((int)(((byte)(198))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle2.Height               = 64;
     this.m_Rectangle2.Left                 = 26;
     this.m_Rectangle2.Name                 = "m_Rectangle2";
     this.m_Rectangle2.ScreenOwnerName      = "AYARLAR_4";
     this.m_Rectangle2.Stroke               = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle2.Top                  = 205;
     this.m_Rectangle2.VisibleDynamicsValue = true;
     this.m_Rectangle2.Width                = 741;
     //
     // m_Text2
     //
     this.m_Text2.BlinkDynamicsValue = false;
     this.m_Text2.Bold = true;
     this.m_Text2.DelayMouseInputPeriod = 0;
     this.m_Text2.EnabledDynamicsValue  = true;
     this.m_Text2.FontSizePixels        = 24;
     this.m_Text2.Height               = 21;
     this.m_Text2.Left                 = 54;
     this.m_Text2.Name                 = "m_Text2";
     this.m_Text2.ScreenOwnerName      = "AYARLAR_4";
     this.m_Text2.Top                  = 219;
     this.m_Text2.VisibleDynamicsValue = true;
     this.m_Text2.Width                = 164;
     //
     // m_AnalogNumeric2
     //
     this.m_AnalogNumeric2.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric2.BlinkDynamicsValue = false;
     this.m_AnalogNumeric2.Bold                  = true;
     this.m_AnalogNumeric2.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric2.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric2.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric2.DisplayFormat         = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric2.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric2.FontSizePixels        = 24;
     this.m_AnalogNumeric2.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric2.Height                = 46;
     this.m_AnalogNumeric2.Left                  = 552;
     this.m_AnalogNumeric2.Name                  = "m_AnalogNumeric2";
     this.m_AnalogNumeric2.NumberOfDecimals      = 2;
     this.m_AnalogNumeric2.ScreenOwnerName       = "AYARLAR_4";
     this.m_AnalogNumeric2.Top = 214;
     this.m_AnalogNumeric2.VisibleDynamicsValue = true;
     this.m_AnalogNumeric2.Width = 198;
     //
     // m_AnalogNumeric3
     //
     this.m_AnalogNumeric3.Background         = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(78)))), ((int)(((byte)(99))))), System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(157)))), ((int)(((byte)(170))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_AnalogNumeric3.BlinkDynamicsValue = false;
     this.m_AnalogNumeric3.Bold                  = true;
     this.m_AnalogNumeric3.BorderBrush           = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric3.BorderThickness       = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric3.DelayMouseInputPeriod = 0;
     this.m_AnalogNumeric3.DisplayFormat         = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric3.EnabledDynamicsValue  = true;
     this.m_AnalogNumeric3.FontSizePixels        = 24;
     this.m_AnalogNumeric3.Foreground            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_AnalogNumeric3.Height                = 46;
     this.m_AnalogNumeric3.Left                  = 552;
     this.m_AnalogNumeric3.Name                  = "m_AnalogNumeric3";
     this.m_AnalogNumeric3.NumberOfDecimals      = 2;
     this.m_AnalogNumeric3.ScreenOwnerName       = "AYARLAR_4";
     this.m_AnalogNumeric3.Top = 141;
     this.m_AnalogNumeric3.VisibleDynamicsValue = true;
     this.m_AnalogNumeric3.Width = 198;
     this.FormBorderStyle        = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize             = new System.Drawing.Size(800, 480);
     this.IsCacheable            = true;
     this.Location                = new System.Drawing.Point(0, 0);
     this.ModalScreen             = true;
     this.Name                    = "AYARLAR_4";
     this.PopupScreen             = false;
     this.ScreenID                = null;
     this.ScreenTitle             = "";
     this.StyleName               = "";
     this.WindowState             = System.Windows.Forms.FormWindowState.Normal;
     this.m_Initialized_AYARLAR_4 = true;
     this.AddControlsAndPrimitives();
     this.ResumeLayout(false);
 }
コード例 #21
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf5 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper4 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf6 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper5 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf7 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf8 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper6 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf9 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper7 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf10 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf11 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_Text1 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button21 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric1 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button1 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button2 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button3 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text2 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric2 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Button4 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button5 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text3 = new Neo.ApplicationFramework.Controls.Controls.Label();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).BeginInit();
     this.SuspendLayout();
     //
     // QuickFillSetting
     //
     this.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(187)))), ((int)(((byte)(187))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalWithMiddleStop);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_Text1
     //
     this.m_Text1.AutoSize = false;
     this.m_Text1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text1.BlinkDynamicsValue = false;
     this.m_Text1.Bold = true;
     this.m_Text1.EnabledDynamicsValue = true;
     this.m_Text1.FontFamily = "Arial";
     this.m_Text1.FontSizePixels = 20;
     this.m_Text1.Height = 30;
     this.m_Text1.Left = 0;
     this.m_Text1.Name = "m_Text1";
     this.m_Text1.ScreenOwnerName = "QuickFillSetting";
     this.m_Text1.TextHorizontalAlignment = "Center";
     stringintervalmappercf1.DefaultValue = "QUICK FILL SETTINGS";
     this.m_Text1.TextIntervalMapper = stringintervalmappercf1;
     this.m_Text1.TextVerticalAlignment = "Center";
     this.m_Text1.Top = 0;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width = 480;
     //
     // m_Button21
     //
     this.m_Button21.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button21.BlinkDynamicsValue = false;
     this.m_Button21.Bold = true;
     this.m_Button21.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button21.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button21.EnabledDynamicsValue = true;
     this.m_Button21.FontFamily = "Arial";
     this.m_Button21.FontSizePixels = 16;
     this.m_Button21.Height = 47;
     this.m_Button21.IndicatorMargin = null;
     this.m_Button21.Left = 8;
     this.m_Button21.Name = "m_Button21";
     this.m_Button21.ScreenOwnerName = "QuickFillSetting";
     this.m_Button21.StyleName = "Chrome";
     this.m_Button21.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_Button21.SymbolName = "";
     this.m_Button21.TextHeight = 19;
     stringintervalmappercf2.DefaultValue = "OK";
     this.m_Button21.TextIntervalMapper = stringintervalmappercf2;
     this.m_Button21.TextValue = 0D;
     this.m_Button21.TextWidth = 101;
     this.m_Button21.Top = 219;
     this.m_Button21.Value = 0D;
     this.m_Button21.VisibleDynamicsValue = true;
     this.m_Button21.Width = 107;
     //
     // m_AnalogNumeric1
     //
     this.m_AnalogNumeric1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric1.BlinkDynamicsValue = false;
     this.m_AnalogNumeric1.Bold = true;
     this.m_AnalogNumeric1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric1.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric1.EnabledDynamicsValue = true;
     this.m_AnalogNumeric1.FontSizePixels = 20;
     this.m_AnalogNumeric1.Height = 50;
     this.m_AnalogNumeric1.Left = 207;
     this.m_AnalogNumeric1.Name = "m_AnalogNumeric1";
     this.m_AnalogNumeric1.NumberOfDecimals = 0;
     this.m_AnalogNumeric1.ReadOnly = true;
     this.m_AnalogNumeric1.ScreenOwnerName = "QuickFillSetting";
     this.m_AnalogNumeric1.Top = 60;
     this.m_AnalogNumeric1.VisibleDynamicsValue = true;
     this.m_AnalogNumeric1.Width = 76;
     //
     // m_Button
     //
     this.m_Button.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button.EnabledDynamicsValue = true;
     this.m_Button.FontSizePixels = 9;
     this.m_Button.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button.Height = 50;
     this.m_Button.IndicatorMargin = null;
     this.m_Button.Left = 282;
     this.m_Button.Name = "m_Button";
     this.m_Button.ScreenOwnerName = "QuickFillSetting";
     this.m_Button.StyleName = "Glossy";
     this.m_Button.SymbolHeight = 44;
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_Button.SymbolName = "path2985";
     this.m_Button.SymbolWidth = 38;
     this.m_Button.TextHeight = 11;
     stringintervalmappercf3.DefaultValue = "";
     this.m_Button.TextIntervalMapper = stringintervalmappercf3;
     this.m_Button.TextValue = 0D;
     this.m_Button.TextWidth = 52;
     this.m_Button.Top = 60;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue = true;
     this.m_Button.Width = 58;
     //
     // m_Button1
     //
     this.m_Button1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BlinkDynamicsValue = false;
     this.m_Button1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button1.EnabledDynamicsValue = true;
     this.m_Button1.FontSizePixels = 9;
     this.m_Button1.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button1.Height = 50;
     this.m_Button1.IndicatorMargin = null;
     this.m_Button1.Left = 152;
     this.m_Button1.Name = "m_Button1";
     this.m_Button1.ScreenOwnerName = "QuickFillSetting";
     this.m_Button1.StyleName = "Glossy";
     this.m_Button1.SymbolHeight = 44;
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper3;
     this.m_Button1.SymbolName = "path29851";
     this.m_Button1.SymbolWidth = 38;
     this.m_Button1.TextHeight = 11;
     stringintervalmappercf4.DefaultValue = "";
     this.m_Button1.TextIntervalMapper = stringintervalmappercf4;
     this.m_Button1.TextValue = 0D;
     this.m_Button1.TextWidth = 50;
     this.m_Button1.Top = 60;
     this.m_Button1.Value = 0D;
     this.m_Button1.VisibleDynamicsValue = true;
     this.m_Button1.Width = 56;
     //
     // m_Text
     //
     this.m_Text.AutoSize = false;
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.EnabledDynamicsValue = true;
     this.m_Text.FontSizePixels = 18;
     this.m_Text.Height = 31;
     this.m_Text.Left = 104;
     this.m_Text.Name = "m_Text";
     this.m_Text.ScreenOwnerName = "QuickFillSetting";
     stringintervalmappercf5.DefaultValue = "Target Pressure Tolerance (% FSR)";
     this.m_Text.TextIntervalMapper = stringintervalmappercf5;
     this.m_Text.Top = 30;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width = 300;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.Bold = true;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 20;
     this.m_AnalogNumeric.Height = 50;
     this.m_AnalogNumeric.Left = 207;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.NumberOfDecimals = 0;
     this.m_AnalogNumeric.ReadOnly = true;
     this.m_AnalogNumeric.ScreenOwnerName = "QuickFillSetting";
     this.m_AnalogNumeric.Top = 216;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 76;
     //
     // m_Button2
     //
     this.m_Button2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BlinkDynamicsValue = false;
     this.m_Button2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button2.EnabledDynamicsValue = true;
     this.m_Button2.FontSizePixels = 9;
     this.m_Button2.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button2.Height = 49;
     this.m_Button2.IndicatorMargin = null;
     this.m_Button2.Left = 282;
     this.m_Button2.Name = "m_Button2";
     this.m_Button2.ScreenOwnerName = "QuickFillSetting";
     this.m_Button2.StyleName = "Glossy";
     this.m_Button2.SymbolHeight = 43;
     this.m_Button2.SymbolIntervalMapper = symbolintervalmapper4;
     this.m_Button2.SymbolName = "path2985";
     this.m_Button2.SymbolWidth = 37;
     this.m_Button2.TextHeight = 11;
     stringintervalmappercf6.DefaultValue = "";
     this.m_Button2.TextIntervalMapper = stringintervalmappercf6;
     this.m_Button2.TextValue = 0D;
     this.m_Button2.TextWidth = 52;
     this.m_Button2.Top = 216;
     this.m_Button2.Value = 0D;
     this.m_Button2.VisibleDynamicsValue = true;
     this.m_Button2.Width = 58;
     //
     // m_Button3
     //
     this.m_Button3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BlinkDynamicsValue = false;
     this.m_Button3.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button3.EnabledDynamicsValue = true;
     this.m_Button3.FontSizePixels = 9;
     this.m_Button3.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button3.Height = 50;
     this.m_Button3.IndicatorMargin = null;
     this.m_Button3.Left = 152;
     this.m_Button3.Name = "m_Button3";
     this.m_Button3.ScreenOwnerName = "QuickFillSetting";
     this.m_Button3.StyleName = "Glossy";
     this.m_Button3.SymbolHeight = 44;
     this.m_Button3.SymbolIntervalMapper = symbolintervalmapper5;
     this.m_Button3.SymbolName = "path29851";
     this.m_Button3.SymbolWidth = 38;
     this.m_Button3.TextHeight = 11;
     stringintervalmappercf7.DefaultValue = "";
     this.m_Button3.TextIntervalMapper = stringintervalmappercf7;
     this.m_Button3.TextValue = 0D;
     this.m_Button3.TextWidth = 50;
     this.m_Button3.Top = 216;
     this.m_Button3.Value = 0D;
     this.m_Button3.VisibleDynamicsValue = true;
     this.m_Button3.Width = 56;
     //
     // m_Text2
     //
     this.m_Text2.AutoSize = false;
     this.m_Text2.BlinkDynamicsValue = false;
     this.m_Text2.EnabledDynamicsValue = true;
     this.m_Text2.FontSizePixels = 18;
     this.m_Text2.Height = 33;
     this.m_Text2.Left = 113;
     this.m_Text2.Name = "m_Text2";
     this.m_Text2.ScreenOwnerName = "QuickFillSetting";
     this.m_Text2.TextHorizontalAlignment = "Center";
     stringintervalmappercf8.DefaultValue = "Stabilization Time (mins)";
     this.m_Text2.TextIntervalMapper = stringintervalmappercf8;
     this.m_Text2.TextVerticalAlignment = "Center";
     this.m_Text2.Top = 185;
     this.m_Text2.VisibleDynamicsValue = true;
     this.m_Text2.Width = 274;
     //
     // m_AnalogNumeric2
     //
     this.m_AnalogNumeric2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric2.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric2.BlinkDynamicsValue = false;
     this.m_AnalogNumeric2.Bold = true;
     this.m_AnalogNumeric2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric2.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric2.EnabledDynamicsValue = true;
     this.m_AnalogNumeric2.FontSizePixels = 20;
     this.m_AnalogNumeric2.Height = 50;
     this.m_AnalogNumeric2.Left = 207;
     this.m_AnalogNumeric2.Name = "m_AnalogNumeric2";
     this.m_AnalogNumeric2.NumberOfDecimals = 0;
     this.m_AnalogNumeric2.ReadOnly = true;
     this.m_AnalogNumeric2.ScreenOwnerName = "QuickFillSetting";
     this.m_AnalogNumeric2.Top = 136;
     this.m_AnalogNumeric2.VisibleDynamicsValue = true;
     this.m_AnalogNumeric2.Width = 76;
     //
     // m_Button4
     //
     this.m_Button4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BlinkDynamicsValue = false;
     this.m_Button4.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button4.EnabledDynamicsValue = true;
     this.m_Button4.FontSizePixels = 9;
     this.m_Button4.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button4.Height = 50;
     this.m_Button4.IndicatorMargin = null;
     this.m_Button4.Left = 282;
     this.m_Button4.Name = "m_Button4";
     this.m_Button4.ScreenOwnerName = "QuickFillSetting";
     this.m_Button4.StyleName = "Glossy";
     this.m_Button4.SymbolHeight = 44;
     this.m_Button4.SymbolIntervalMapper = symbolintervalmapper6;
     this.m_Button4.SymbolName = "path2985";
     this.m_Button4.SymbolWidth = 38;
     this.m_Button4.TextHeight = 11;
     stringintervalmappercf9.DefaultValue = "";
     this.m_Button4.TextIntervalMapper = stringintervalmappercf9;
     this.m_Button4.TextValue = 0D;
     this.m_Button4.TextWidth = 52;
     this.m_Button4.Top = 136;
     this.m_Button4.Value = 0D;
     this.m_Button4.VisibleDynamicsValue = true;
     this.m_Button4.Width = 58;
     //
     // m_Button5
     //
     this.m_Button5.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BlinkDynamicsValue = false;
     this.m_Button5.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button5.EnabledDynamicsValue = true;
     this.m_Button5.FontSizePixels = 9;
     this.m_Button5.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.m_Button5.Height = 50;
     this.m_Button5.IndicatorMargin = null;
     this.m_Button5.Left = 152;
     this.m_Button5.Name = "m_Button5";
     this.m_Button5.ScreenOwnerName = "QuickFillSetting";
     this.m_Button5.StyleName = "Glossy";
     this.m_Button5.SymbolHeight = 44;
     this.m_Button5.SymbolIntervalMapper = symbolintervalmapper7;
     this.m_Button5.SymbolName = "path29851";
     this.m_Button5.SymbolWidth = 38;
     this.m_Button5.TextHeight = 11;
     stringintervalmappercf10.DefaultValue = "";
     this.m_Button5.TextIntervalMapper = stringintervalmappercf10;
     this.m_Button5.TextValue = 0D;
     this.m_Button5.TextWidth = 50;
     this.m_Button5.Top = 136;
     this.m_Button5.Value = 0D;
     this.m_Button5.VisibleDynamicsValue = true;
     this.m_Button5.Width = 56;
     //
     // m_Text3
     //
     this.m_Text3.AutoSize = false;
     this.m_Text3.BlinkDynamicsValue = false;
     this.m_Text3.EnabledDynamicsValue = true;
     this.m_Text3.FontSizePixels = 18;
     this.m_Text3.Height = 31;
     this.m_Text3.Left = 95;
     this.m_Text3.Name = "m_Text3";
     this.m_Text3.ScreenOwnerName = "QuickFillSetting";
     stringintervalmappercf11.DefaultValue = "Standard Deviation Tolerence (% FSR)";
     this.m_Text3.TextIntervalMapper = stringintervalmappercf11;
     this.m_Text3.Top = 108;
     this.m_Text3.VisibleDynamicsValue = true;
     this.m_Text3.Width = 339;
     this.DrawingPrimitives.Add(this.m_Text1);
     this.DrawingPrimitives.Add(this.m_Button21);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric1);
     this.DrawingPrimitives.Add(this.m_Button);
     this.DrawingPrimitives.Add(this.m_Button1);
     this.DrawingPrimitives.Add(this.m_Text);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric);
     this.DrawingPrimitives.Add(this.m_Button2);
     this.DrawingPrimitives.Add(this.m_Button3);
     this.DrawingPrimitives.Add(this.m_Text2);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric2);
     this.DrawingPrimitives.Add(this.m_Button4);
     this.DrawingPrimitives.Add(this.m_Button5);
     this.DrawingPrimitives.Add(this.m_Text3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(480, 272);
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = true;
     this.Name = "QuickFillSetting";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #22
0
 private void InitializeComponent()
 {
     this.brushdynamicsconvertercf4 = new Neo.ApplicationFramework.Common.Dynamics.BrushDynamicsConverterCF();
     this.brushdynamicsconvertercf3 = new Neo.ApplicationFramework.Common.Dynamics.BrushDynamicsConverterCF();
     this.brushdynamicsconvertercf2 = new Neo.ApplicationFramework.Common.Dynamics.BrushDynamicsConverterCF();
     this.messagelibrarydynamicsconvertercf3 = new Neo.ApplicationFramework.Common.Dynamics.MessageLibraryDynamicsConverterCF();
     this.messagelibrarydynamicsconvertercf2 = new Neo.ApplicationFramework.Common.Dynamics.MessageLibraryDynamicsConverterCF();
     this.messagelibrarydynamicsconvertercf1 = new Neo.ApplicationFramework.Common.Dynamics.MessageLibraryDynamicsConverterCF();
     this.brushdynamicsconvertercf1 = new Neo.ApplicationFramework.Common.Dynamics.BrushDynamicsConverterCF();
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval1 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval2 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval3 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval4 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval5 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.MessageLibraryGroupResolver messagelibrarygroupresolver1 = new Neo.ApplicationFramework.Common.Dynamics.MessageLibraryGroupResolver();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper4 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.SymbolInterval symbolinterval1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolInterval();
     Neo.ApplicationFramework.Common.MultiSymbolItem multisymbolitem1 = new Neo.ApplicationFramework.Common.MultiSymbolItem();
     Neo.ApplicationFramework.Common.Dynamics.SymbolInterval symbolinterval2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolInterval();
     Neo.ApplicationFramework.Common.MultiSymbolItem multisymbolitem2 = new Neo.ApplicationFramework.Common.MultiSymbolItem();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf5 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper5 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.SymbolInterval symbolinterval3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolInterval();
     Neo.ApplicationFramework.Common.MultiSymbolItem multisymbolitem3 = new Neo.ApplicationFramework.Common.MultiSymbolItem();
     Neo.ApplicationFramework.Common.Dynamics.SymbolInterval symbolinterval4 = new Neo.ApplicationFramework.Common.Dynamics.SymbolInterval();
     Neo.ApplicationFramework.Common.MultiSymbolItem multisymbolitem4 = new Neo.ApplicationFramework.Common.MultiSymbolItem();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf6 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper6 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf7 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper7 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf8 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.MessageLibraryGroupResolver messagelibrarygroupresolver2 = new Neo.ApplicationFramework.Common.Dynamics.MessageLibraryGroupResolver();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper8 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf9 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper9 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf10 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.MessageLibraryGroupResolver messagelibrarygroupresolver3 = new Neo.ApplicationFramework.Common.Dynamics.MessageLibraryGroupResolver();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf11 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper10 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf12 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval6 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval7 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf13 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper11 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf14 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf15 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf16 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf17 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf18 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf19 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf20 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf21 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf22 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf23 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf24 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval8 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval9 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval10 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval brushcfinterval11 = new Neo.ApplicationFramework.Common.Dynamics.BrushCFInterval();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf25 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_Rectangle = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_btnZero = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_LinearMeter = new Neo.ApplicationFramework.Controls.Controls.LinearMeterCF();
     this.m_Button4 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button2 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button3 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button5 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button6 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button7 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button8 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button1 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text2 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Rectangle3 = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_DigitalClock = new Neo.ApplicationFramework.Controls.Controls.DigitalClockCF();
     this.m_Button9 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_lblUSB = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button10 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_rcrdMsg = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Line = new Neo.ApplicationFramework.Controls.Controls.Line();
     this.m_Line1 = new Neo.ApplicationFramework.Controls.Controls.Line();
     this.m_Line2 = new Neo.ApplicationFramework.Controls.Controls.Line();
     this.m_Line3 = new Neo.ApplicationFramework.Controls.Controls.Line();
     this.m_Line4 = new Neo.ApplicationFramework.Controls.Controls.Line();
     this.m_Text10 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text11 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text12 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text4 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text9 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text13 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text1 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Group = new Neo.ApplicationFramework.Controls.Controls.GroupCF();
     this.m_Rectangle4 = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text8 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_btnInPressDown = new Neo.ApplicationFramework.Controls.Controls.GroupCF();
     this.m_Text5 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_AnalogNumeric2 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric1 = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     this.m_Text3 = new Neo.ApplicationFramework.Controls.Controls.Label();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnZero)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_LinearMeter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_DigitalClock)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_lblUSB)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_rcrdMsg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Group)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnInPressDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).BeginInit();
     this.SuspendLayout();
     //
     // MainScreen
     //
     this.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140))))), System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalWithMiddleStop);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_Rectangle
     //
     this.m_Rectangle.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle.BlinkDynamicsValue = false;
     this.m_Rectangle.EnabledDynamicsValue = true;
     this.m_Rectangle.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Height = 36;
     this.m_Rectangle.Left = -5;
     this.m_Rectangle.Name = "m_Rectangle";
     this.m_Rectangle.ScreenOwnerName = "MainScreen";
     this.m_Rectangle.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Top = -2;
     this.m_Rectangle.VisibleDynamicsValue = true;
     this.m_Rectangle.Width = 485;
     //
     // m_btnZero
     //
     this.m_btnZero.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(91)))), ((int)(((byte)(146)))), ((int)(((byte)(214))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_btnZero.BlinkDynamicsValue = false;
     this.m_btnZero.Bold = true;
     this.m_btnZero.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_btnZero.EnabledDynamicsValue = true;
     this.m_btnZero.FontFamily = "Arial";
     this.m_btnZero.FontSizePixels = 14;
     this.m_btnZero.Height = 68;
     this.m_btnZero.IndicatorMargin = null;
     this.m_btnZero.Left = 153;
     this.m_btnZero.MultiLine = true;
     this.m_btnZero.Name = "m_btnZero";
     this.m_btnZero.ScreenOwnerName = "MainScreen";
     this.m_btnZero.StyleName = "Glossy";
     this.m_btnZero.SymbolIntervalMapper = symbolintervalmapper1;
     this.m_btnZero.TextHeight = 16;
     stringintervalmappercf1.DefaultValue = "";
     this.m_btnZero.TextIntervalMapper = stringintervalmappercf1;
     this.m_btnZero.TextValue = 0D;
     this.m_btnZero.TextWidth = 66;
     this.m_btnZero.Top = 126;
     this.m_btnZero.Value = 0D;
     this.m_btnZero.VisibleDynamicsValue = true;
     this.m_btnZero.Width = 72;
     this.m_btnZero.WordWrap = true;
     //
     // m_Text
     //
     this.m_Text.AutoSize = false;
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.Bold = true;
     this.m_Text.EnabledDynamicsValue = true;
     this.m_Text.FontFamily = "Arial";
     this.m_Text.FontSizePixels = 18;
     this.m_Text.Height = 28;
     this.m_Text.Left = 5;
     this.m_Text.Name = "m_Text";
     this.m_Text.ScreenOwnerName = "MainScreen";
     this.m_Text.TextHorizontalAlignment = "Center";
     stringintervalmappercf2.DefaultValue = "HIGH RANGE";
     this.m_Text.TextIntervalMapper = stringintervalmappercf2;
     this.m_Text.Top = 3;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width = 470;
     //
     // m_LinearMeter
     //
     this.m_LinearMeter.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_LinearMeter.BlinkDynamicsValue = false;
     brushdynamicsconvertercf1.BrushIntervalMapper.DefaultValue = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(163)))), ((int)(((byte)(246))))), System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(43)))), ((int)(((byte)(125))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalWithMiddleStop);
     brushcfinterval1.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(231)))), ((int)(((byte)(161))))), System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(177)))), ((int)(((byte)(76))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalWithMiddleStop);
     brushcfinterval2.End = 1D;
     brushcfinterval2.Start = 1D;
     brushcfinterval2.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(194)))), ((int)(((byte)(14))))), System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(86)))), ((int)(((byte)(0))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalWithMiddleStop);
     brushcfinterval3.End = 2D;
     brushcfinterval3.Start = 2D;
     brushcfinterval3.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(169)))), ((int)(((byte)(172))))), System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(28)))), ((int)(((byte)(36))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalWithMiddleStop);
     brushcfinterval4.End = 3D;
     brushcfinterval4.Start = 3D;
     brushcfinterval4.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(20)))), ((int)(((byte)(25))))), System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(5)))), ((int)(((byte)(6))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalWithMiddleStop);
     brushcfinterval5.End = 4D;
     brushcfinterval5.Start = 4D;
     brushcfinterval5.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(114)))), ((int)(((byte)(188))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(21)))), ((int)(((byte)(35))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalWithMiddleStop);
     brushdynamicsconvertercf1.BrushIntervalMapper.Intervals.Add(brushcfinterval1);
     brushdynamicsconvertercf1.BrushIntervalMapper.Intervals.Add(brushcfinterval2);
     brushdynamicsconvertercf1.BrushIntervalMapper.Intervals.Add(brushcfinterval3);
     brushdynamicsconvertercf1.BrushIntervalMapper.Intervals.Add(brushcfinterval4);
     brushdynamicsconvertercf1.BrushIntervalMapper.Intervals.Add(brushcfinterval5);
     this.m_LinearMeter.EnabledDynamicsValue = true;
     this.m_LinearMeter.FontFamily = "Arial";
     this.m_LinearMeter.FontSizePixels = 14;
     this.m_LinearMeter.Foreground = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_LinearMeter.Height = 30;
     this.m_LinearMeter.IndicatorColor = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.Black, System.Drawing.Color.Black, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_LinearMeter.IndicatorMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(10D, 11D, 10D, 11D);
     this.m_LinearMeter.InvalidateAtValueChanged = true;
     this.m_LinearMeter.Left = 136;
     this.m_LinearMeter.MajorScaleMarginFirst = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(0D, 0D, 215D, 30D);
     this.m_LinearMeter.MajorScaleMarginSecond = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(double.NaN, double.NaN, double.NaN, double.NaN);
     this.m_LinearMeter.MajorTickCount = 3;
     this.m_LinearMeter.Maximum = 100D;
     this.m_LinearMeter.Minimum = 0.01D;
     this.m_LinearMeter.MinorScaleMarginFirst = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(0D, 0D, 215D, 30D);
     this.m_LinearMeter.MinorScaleMarginSecond = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(double.NaN, double.NaN, double.NaN, double.NaN);
     this.m_LinearMeter.MinorTickCount = 1;
     this.m_LinearMeter.Name = "m_LinearMeter";
     this.m_LinearMeter.Orientation = Neo.ApplicationFramework.Controls.Controls.OrientationCF.Horizontal;
     this.m_LinearMeter.ScaleColor = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_LinearMeter.ScaleVisible = false;
     this.m_LinearMeter.ScreenOwnerName = "MainScreen";
     this.m_LinearMeter.TextScaleMargin = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(0D, 0D, 215D, 30D);
     this.m_LinearMeter.Top = 87;
     this.m_LinearMeter.VisibleDynamicsValue = true;
     this.m_LinearMeter.Width = 215;
     //
     // m_Button4
     //
     this.m_Button4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BlinkDynamicsValue = false;
     this.m_Button4.Bold = true;
     this.m_Button4.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 2D);
     messagelibrarydynamicsconvertercf1.MessageLibraryGroupName = "GasType";
     messagelibrarydynamicsconvertercf1.MessageLibraryGroupResolver = messagelibrarygroupresolver1;
     this.m_Button4.EnabledDynamicsValue = true;
     this.m_Button4.FontFamily = "Arial";
     this.m_Button4.FontSizePixels = 16;
     this.m_Button4.Height = 50;
     this.m_Button4.IndicatorMargin = null;
     this.m_Button4.Left = 9;
     this.m_Button4.Name = "m_Button4";
     this.m_Button4.ScreenOwnerName = "MainScreen";
     this.m_Button4.StyleName = "Chrome";
     this.m_Button4.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_Button4.TextHeight = 19;
     stringintervalmappercf3.DefaultValue = "";
     this.m_Button4.TextIntervalMapper = stringintervalmappercf3;
     this.m_Button4.TextValue = 0D;
     this.m_Button4.TextWidth = 117;
     this.m_Button4.Top = 46;
     this.m_Button4.Value = 0D;
     this.m_Button4.VisibleDynamicsValue = true;
     this.m_Button4.Width = 123;
     //
     // m_Button2
     //
     this.m_Button2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BlinkDynamicsValue = false;
     this.m_Button2.Bold = true;
     this.m_Button2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button2.EnabledDynamicsValue = true;
     this.m_Button2.FontFamily = "Arial";
     this.m_Button2.FontSizePixels = 18;
     this.m_Button2.Height = 50;
     this.m_Button2.IndicatorMargin = null;
     this.m_Button2.Left = 350;
     this.m_Button2.Name = "m_Button2";
     this.m_Button2.ScreenOwnerName = "MainScreen";
     this.m_Button2.StyleName = "Chrome";
     this.m_Button2.SymbolIntervalMapper = symbolintervalmapper3;
     this.m_Button2.TextHeight = 22;
     stringintervalmappercf4.DefaultValue = "";
     this.m_Button2.TextIntervalMapper = stringintervalmappercf4;
     this.m_Button2.TextValue = 0D;
     this.m_Button2.TextWidth = 117;
     this.m_Button2.Top = 46;
     this.m_Button2.Value = 0D;
     this.m_Button2.VisibleDynamicsValue = true;
     this.m_Button2.Width = 123;
     //
     // m_Button3
     //
     this.m_Button3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BlinkDynamicsValue = false;
     this.m_Button3.Bold = true;
     this.m_Button3.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button3.EnabledDynamicsValue = true;
     this.m_Button3.FontFamily = "Arial";
     this.m_Button3.FontSizePixels = 16;
     this.m_Button3.Height = 50;
     this.m_Button3.IndicatorMargin = null;
     this.m_Button3.Left = 350;
     this.m_Button3.Name = "m_Button3";
     this.m_Button3.ScreenOwnerName = "MainScreen";
     this.m_Button3.StyleName = "Chrome";
     this.m_Button3.SymbolHeight = 44;
     multisymbolitem1.SymbolName = "settings_work_tool_256";
     multisymbolitem1.Transparent = false;
     symbolinterval1.Value = multisymbolitem1;
     symbolinterval2.End = 1D;
     symbolinterval2.Start = 1D;
     multisymbolitem2.SymbolName = "settings_work_tool_256 (1)";
     multisymbolitem2.Transparent = false;
     symbolinterval2.Value = multisymbolitem2;
     symbolintervalmapper4.Intervals.Add(symbolinterval1);
     symbolintervalmapper4.Intervals.Add(symbolinterval2);
     this.m_Button3.SymbolIntervalMapper = symbolintervalmapper4;
     this.m_Button3.SymbolName = "settings_work_tool_256";
     this.m_Button3.SymbolWidth = 44;
     this.m_Button3.TextHeight = 19;
     stringintervalmappercf5.DefaultValue = "";
     this.m_Button3.TextIntervalMapper = stringintervalmappercf5;
     this.m_Button3.TextValue = 0D;
     this.m_Button3.TextWidth = 117;
     this.m_Button3.Top = 218;
     this.m_Button3.Value = 0D;
     this.m_Button3.VisibleDynamicsValue = true;
     this.m_Button3.Width = 123;
     //
     // m_Button5
     //
     this.m_Button5.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BlinkDynamicsValue = false;
     this.m_Button5.Bold = true;
     this.m_Button5.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button5.EnabledDynamicsValue = true;
     this.m_Button5.FontFamily = "Arial";
     this.m_Button5.FontSizePixels = 16;
     this.m_Button5.Height = 50;
     this.m_Button5.IndicatorMargin = null;
     this.m_Button5.Left = 9;
     this.m_Button5.Name = "m_Button5";
     this.m_Button5.ScreenOwnerName = "MainScreen";
     this.m_Button5.StyleName = "Chrome";
     this.m_Button5.SymbolHeight = 44;
     multisymbolitem3.SymbolName = "home_button_256";
     multisymbolitem3.Transparent = false;
     symbolinterval3.Value = multisymbolitem3;
     symbolinterval4.End = 1D;
     symbolinterval4.Start = 1D;
     multisymbolitem4.SymbolName = "home_button_256 (1)";
     multisymbolitem4.Transparent = false;
     symbolinterval4.Value = multisymbolitem4;
     symbolintervalmapper5.Intervals.Add(symbolinterval3);
     symbolintervalmapper5.Intervals.Add(symbolinterval4);
     this.m_Button5.SymbolIntervalMapper = symbolintervalmapper5;
     this.m_Button5.SymbolName = "home_button_256";
     this.m_Button5.SymbolWidth = 44;
     this.m_Button5.TextHeight = 19;
     stringintervalmappercf6.DefaultValue = "";
     this.m_Button5.TextIntervalMapper = stringintervalmappercf6;
     this.m_Button5.TextValue = 0D;
     this.m_Button5.TextWidth = 117;
     this.m_Button5.Top = 218;
     this.m_Button5.Value = 0D;
     this.m_Button5.VisibleDynamicsValue = true;
     this.m_Button5.Width = 123;
     //
     // m_Button6
     //
     this.m_Button6.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button6.BlinkDynamicsValue = false;
     this.m_Button6.Bold = true;
     this.m_Button6.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button6.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button6.EnabledDynamicsValue = true;
     this.m_Button6.FontFamily = "Arial";
     this.m_Button6.FontSizePixels = 14;
     this.m_Button6.Height = 38;
     this.m_Button6.IndicatorMargin = null;
     this.m_Button6.Left = 9;
     this.m_Button6.MultiLine = true;
     this.m_Button6.Name = "m_Button6";
     this.m_Button6.ScreenOwnerName = "MainScreen";
     this.m_Button6.StyleName = "Chrome";
     this.m_Button6.SymbolIntervalMapper = symbolintervalmapper6;
     this.m_Button6.TextHeight = 32;
     stringintervalmappercf7.DefaultValue = "Test\r\nPressure";
     this.m_Button6.TextIntervalMapper = stringintervalmappercf7;
     this.m_Button6.TextValue = 0D;
     this.m_Button6.TextWidth = 118;
     this.m_Button6.Top = 103;
     this.m_Button6.Value = 0D;
     this.m_Button6.VisibleDynamicsValue = true;
     this.m_Button6.Width = 124;
     this.m_Button6.WordWrap = true;
     //
     // m_Button7
     //
     this.m_Button7.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button7.BlinkDynamicsValue = false;
     this.m_Button7.Bold = true;
     this.m_Button7.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button7.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button7.EnabledDynamicsValue = true;
     this.m_Button7.FontFamily = "Arial";
     this.m_Button7.FontSizePixels = 16;
     this.m_Button7.Height = 50;
     this.m_Button7.IndicatorMargin = null;
     this.m_Button7.Left = 350;
     this.m_Button7.Name = "m_Button7";
     this.m_Button7.ScreenOwnerName = "MainScreen";
     this.m_Button7.StyleName = "Chrome";
     this.m_Button7.SymbolIntervalMapper = symbolintervalmapper7;
     this.m_Button7.TextHeight = 19;
     stringintervalmappercf8.DefaultValue = "AUTO";
     this.m_Button7.TextIntervalMapper = stringintervalmappercf8;
     this.m_Button7.TextValue = 0D;
     this.m_Button7.TextWidth = 117;
     this.m_Button7.Top = 103;
     this.m_Button7.Value = 0D;
     this.m_Button7.VisibleDynamicsValue = true;
     this.m_Button7.Width = 123;
     //
     // m_Button8
     //
     this.m_Button8.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button8.BlinkDynamicsValue = false;
     this.m_Button8.Bold = true;
     this.m_Button8.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button8.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     messagelibrarydynamicsconvertercf2.MessageLibraryGroupName = "PressureUnit";
     messagelibrarydynamicsconvertercf2.MessageLibraryGroupResolver = messagelibrarygroupresolver2;
     this.m_Button8.EnabledDynamicsValue = true;
     this.m_Button8.FontFamily = "Arial";
     this.m_Button8.FontSizePixels = 16;
     this.m_Button8.Height = 34;
     this.m_Button8.IndicatorMargin = null;
     this.m_Button8.Left = 9;
     this.m_Button8.Name = "m_Button8";
     this.m_Button8.ScreenOwnerName = "MainScreen";
     this.m_Button8.StyleName = "Chrome";
     this.m_Button8.SymbolIntervalMapper = symbolintervalmapper8;
     this.m_Button8.TextHeight = 19;
     stringintervalmappercf9.DefaultValue = "";
     this.m_Button8.TextIntervalMapper = stringintervalmappercf9;
     this.m_Button8.TextValue = 0D;
     this.m_Button8.TextWidth = 117;
     this.m_Button8.Top = 176;
     this.m_Button8.Value = 0D;
     this.m_Button8.VisibleDynamicsValue = true;
     this.m_Button8.Width = 123;
     //
     // m_Button1
     //
     this.m_Button1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(91)))), ((int)(((byte)(146)))), ((int)(((byte)(214))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BlinkDynamicsValue = false;
     this.m_Button1.Bold = true;
     this.m_Button1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button1.EnabledDynamicsValue = true;
     this.m_Button1.FontFamily = "Arial";
     this.m_Button1.FontSizePixels = 14;
     this.m_Button1.Height = 68;
     this.m_Button1.IndicatorMargin = null;
     this.m_Button1.Left = 254;
     this.m_Button1.Name = "m_Button1";
     this.m_Button1.ScreenOwnerName = "MainScreen";
     this.m_Button1.StyleName = "Glossy";
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper9;
     this.m_Button1.TextHeight = 16;
     stringintervalmappercf10.DefaultValue = "Record";
     this.m_Button1.TextIntervalMapper = stringintervalmappercf10;
     this.m_Button1.TextValue = 0D;
     this.m_Button1.TextWidth = 66;
     this.m_Button1.Top = 126;
     this.m_Button1.Value = 0D;
     this.m_Button1.VisibleDynamicsValue = true;
     this.m_Button1.Width = 72;
     //
     // m_Text2
     //
     this.m_Text2.AutoSize = false;
     this.m_Text2.BlinkDynamicsValue = false;
     this.m_Text2.Bold = true;
     messagelibrarydynamicsconvertercf3.MessageLibraryGroupName = "MainDisplayMsg";
     messagelibrarydynamicsconvertercf3.MessageLibraryGroupResolver = messagelibrarygroupresolver3;
     this.m_Text2.EnabledDynamicsValue = true;
     this.m_Text2.FontFamily = "Arial";
     this.m_Text2.FontSizePixels = 13;
     this.m_Text2.Height = 53;
     this.m_Text2.Left = 140;
     this.m_Text2.MultiLine = true;
     this.m_Text2.Name = "m_Text2";
     this.m_Text2.ScreenOwnerName = "MainScreen";
     this.m_Text2.TextHorizontalAlignment = "Center";
     stringintervalmappercf11.DefaultValue = "";
     this.m_Text2.TextIntervalMapper = stringintervalmappercf11;
     this.m_Text2.TextVerticalAlignment = "Center";
     this.m_Text2.Top = 194;
     this.m_Text2.VisibleDynamicsValue = true;
     this.m_Text2.Width = 202;
     this.m_Text2.WordWrap = true;
     //
     // m_Rectangle3
     //
     this.m_Rectangle3.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle3.BlinkDynamicsValue = false;
     this.m_Rectangle3.EnabledDynamicsValue = true;
     this.m_Rectangle3.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(227)))), ((int)(((byte)(244))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle3.Height = 18;
     this.m_Rectangle3.Left = 138;
     this.m_Rectangle3.Name = "m_Rectangle3";
     this.m_Rectangle3.ScreenOwnerName = "MainScreen";
     this.m_Rectangle3.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle3.Top = 249;
     this.m_Rectangle3.VisibleDynamicsValue = true;
     this.m_Rectangle3.Width = 204;
     //
     // m_DigitalClock
     //
     this.m_DigitalClock.BlinkDynamicsValue = false;
     this.m_DigitalClock.Bold = true;
     this.m_DigitalClock.DisplayFormat = Neo.ApplicationFramework.Interfaces.DateTimeDisplayFormat.DateAndTime;
     this.m_DigitalClock.EnabledDynamicsValue = true;
     this.m_DigitalClock.FontSizePixels = 11;
     this.m_DigitalClock.Height = 20;
     this.m_DigitalClock.Left = 138;
     this.m_DigitalClock.Name = "m_DigitalClock";
     this.m_DigitalClock.ScreenOwnerName = "MainScreen";
     this.m_DigitalClock.ShowDayOfWeek = false;
     this.m_DigitalClock.ShowSeconds = true;
     this.m_DigitalClock.Text = "9/9/2015 09:37:56";
     this.m_DigitalClock.Top = 247;
     this.m_DigitalClock.VisibleDynamicsValue = true;
     this.m_DigitalClock.Width = 147;
     //
     // m_Button9
     //
     this.m_Button9.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button9.BlinkDynamicsValue = false;
     this.m_Button9.Bold = true;
     this.m_Button9.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button9.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button9.EnabledDynamicsValue = true;
     this.m_Button9.FontFamily = "Arial";
     this.m_Button9.FontSizePixels = 16;
     this.m_Button9.Height = 50;
     this.m_Button9.IndicatorMargin = null;
     this.m_Button9.Left = 350;
     this.m_Button9.Name = "m_Button9";
     this.m_Button9.ScreenOwnerName = "MainScreen";
     this.m_Button9.StyleName = "Chrome";
     this.m_Button9.SymbolIntervalMapper = symbolintervalmapper10;
     this.m_Button9.TextHeight = 19;
     stringintervalmappercf12.DefaultValue = "QUICK FILL";
     this.m_Button9.TextIntervalMapper = stringintervalmappercf12;
     this.m_Button9.TextValue = 0D;
     this.m_Button9.TextWidth = 117;
     this.m_Button9.Top = 160;
     this.m_Button9.Value = 0D;
     this.m_Button9.VisibleDynamicsValue = true;
     this.m_Button9.Width = 123;
     //
     // m_lblUSB
     //
     this.m_lblUSB.AutoSize = false;
     this.m_lblUSB.BlinkDynamicsValue = false;
     this.m_lblUSB.Bold = true;
     this.m_lblUSB.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushdynamicsconvertercf2.BrushIntervalMapper.DefaultValue = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.Green, System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushcfinterval6.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(20)))), ((int)(((byte)(25))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushcfinterval7.End = 1D;
     brushcfinterval7.Start = 1D;
     brushcfinterval7.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.Green, System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushdynamicsconvertercf2.BrushIntervalMapper.Intervals.Add(brushcfinterval6);
     brushdynamicsconvertercf2.BrushIntervalMapper.Intervals.Add(brushcfinterval7);
     this.m_lblUSB.EnabledDynamicsValue = true;
     this.m_lblUSB.FontSizePixels = 11;
     this.m_lblUSB.Height = 20;
     this.m_lblUSB.Left = 280;
     this.m_lblUSB.Name = "m_lblUSB";
     this.m_lblUSB.ScreenOwnerName = "MainScreen";
     this.m_lblUSB.TextHorizontalAlignment = "Center";
     stringintervalmappercf13.DefaultValue = "";
     this.m_lblUSB.TextIntervalMapper = stringintervalmappercf13;
     this.m_lblUSB.Top = 248;
     this.m_lblUSB.VisibleDynamicsValue = true;
     this.m_lblUSB.Width = 61;
     //
     // m_Button10
     //
     this.m_Button10.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button10.BlinkDynamicsValue = false;
     this.m_Button10.Bold = true;
     this.m_Button10.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button10.EnabledDynamicsValue = true;
     this.m_Button10.FontFamily = "Arial";
     this.m_Button10.FontSizePixels = 14;
     this.m_Button10.Height = 68;
     this.m_Button10.IndicatorMargin = null;
     this.m_Button10.Left = 254;
     this.m_Button10.Name = "m_Button10";
     this.m_Button10.ScreenOwnerName = "MainScreen";
     this.m_Button10.StyleName = "Glossy";
     this.m_Button10.SymbolIntervalMapper = symbolintervalmapper11;
     this.m_Button10.TextHeight = 16;
     stringintervalmappercf14.DefaultValue = "STOP";
     this.m_Button10.TextIntervalMapper = stringintervalmappercf14;
     this.m_Button10.TextValue = 0D;
     this.m_Button10.TextWidth = 66;
     this.m_Button10.Top = 126;
     this.m_Button10.Value = 0D;
     this.m_Button10.VisibleDynamicsValue = true;
     this.m_Button10.Width = 72;
     //
     // m_rcrdMsg
     //
     this.m_rcrdMsg.AutoSize = false;
     this.m_rcrdMsg.BlinkDynamicsValue = false;
     this.m_rcrdMsg.BlinkInterval = 1500;
     this.m_rcrdMsg.Bold = true;
     this.m_rcrdMsg.EnabledDynamicsValue = true;
     this.m_rcrdMsg.FontFamily = "Arial";
     this.m_rcrdMsg.FontSizePixels = 12;
     this.m_rcrdMsg.Height = 35;
     this.m_rcrdMsg.IsBlinkEnabled = true;
     this.m_rcrdMsg.Left = 140;
     this.m_rcrdMsg.MultiLine = true;
     this.m_rcrdMsg.Name = "m_rcrdMsg";
     this.m_rcrdMsg.ScreenOwnerName = "MainScreen";
     this.m_rcrdMsg.TextHorizontalAlignment = "Center";
     stringintervalmappercf15.DefaultValue = "Recording every 1 seconds";
     this.m_rcrdMsg.TextIntervalMapper = stringintervalmappercf15;
     this.m_rcrdMsg.TextVerticalAlignment = "Center";
     this.m_rcrdMsg.Top = 215;
     this.m_rcrdMsg.VisibleDynamicsValue = true;
     this.m_rcrdMsg.Width = 205;
     this.m_rcrdMsg.WordWrap = true;
     //
     // m_Line
     //
     this.m_Line.BlinkDynamicsValue = false;
     this.m_Line.EnabledDynamicsValue = true;
     this.m_Line.Fill = null;
     this.m_Line.Name = "m_Line";
     this.m_Line.ScreenOwnerName = "MainScreen";
     this.m_Line.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Line.StrokeThickness = 2;
     this.m_Line.VisibleDynamicsValue = true;
     this.m_Line.X1 = 146;
     this.m_Line.X2 = 146;
     this.m_Line.Y1 = 112;
     this.m_Line.Y2 = 107;
     //
     // m_Line1
     //
     this.m_Line1.BlinkDynamicsValue = false;
     this.m_Line1.EnabledDynamicsValue = true;
     this.m_Line1.Fill = null;
     this.m_Line1.Name = "m_Line1";
     this.m_Line1.ScreenOwnerName = "MainScreen";
     this.m_Line1.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Line1.StrokeThickness = 2;
     this.m_Line1.VisibleDynamicsValue = true;
     this.m_Line1.X1 = 243;
     this.m_Line1.X2 = 243;
     this.m_Line1.Y1 = 112;
     this.m_Line1.Y2 = 107;
     //
     // m_Line2
     //
     this.m_Line2.BlinkDynamicsValue = false;
     this.m_Line2.EnabledDynamicsValue = true;
     this.m_Line2.Fill = null;
     this.m_Line2.Name = "m_Line2";
     this.m_Line2.ScreenOwnerName = "MainScreen";
     this.m_Line2.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Line2.StrokeThickness = 2;
     this.m_Line2.VisibleDynamicsValue = true;
     this.m_Line2.X1 = 341;
     this.m_Line2.X2 = 341;
     this.m_Line2.Y1 = 107;
     this.m_Line2.Y2 = 112;
     //
     // m_Line3
     //
     this.m_Line3.BlinkDynamicsValue = false;
     this.m_Line3.EnabledDynamicsValue = true;
     this.m_Line3.Fill = null;
     this.m_Line3.Name = "m_Line3";
     this.m_Line3.ScreenOwnerName = "MainScreen";
     this.m_Line3.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Line3.VisibleDynamicsValue = true;
     this.m_Line3.X1 = 191;
     this.m_Line3.X2 = 191;
     this.m_Line3.Y1 = 107;
     this.m_Line3.Y2 = 110;
     //
     // m_Line4
     //
     this.m_Line4.BlinkDynamicsValue = false;
     this.m_Line4.EnabledDynamicsValue = true;
     this.m_Line4.Fill = null;
     this.m_Line4.Name = "m_Line4";
     this.m_Line4.ScreenOwnerName = "MainScreen";
     this.m_Line4.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Line4.VisibleDynamicsValue = true;
     this.m_Line4.X1 = 294;
     this.m_Line4.X2 = 294;
     this.m_Line4.Y1 = 110;
     this.m_Line4.Y2 = 108;
     //
     // m_Text10
     //
     this.m_Text10.AutoSize = false;
     this.m_Text10.BlinkDynamicsValue = false;
     this.m_Text10.Bold = true;
     this.m_Text10.EnabledDynamicsValue = true;
     this.m_Text10.FontSizePixels = 14;
     this.m_Text10.Height = 22;
     this.m_Text10.Left = 139;
     this.m_Text10.Name = "m_Text10";
     this.m_Text10.ScreenOwnerName = "MainScreen";
     stringintervalmappercf16.DefaultValue = "0";
     this.m_Text10.TextIntervalMapper = stringintervalmappercf16;
     this.m_Text10.Top = 107;
     this.m_Text10.VisibleDynamicsValue = true;
     this.m_Text10.Width = 65;
     //
     // m_Text11
     //
     this.m_Text11.AutoSize = false;
     this.m_Text11.BlinkDynamicsValue = false;
     this.m_Text11.Bold = true;
     this.m_Text11.EnabledDynamicsValue = true;
     this.m_Text11.FontSizePixels = 14;
     this.m_Text11.Height = 22;
     this.m_Text11.Left = 212;
     this.m_Text11.Name = "m_Text11";
     this.m_Text11.ScreenOwnerName = "MainScreen";
     this.m_Text11.TextHorizontalAlignment = "Center";
     stringintervalmappercf17.DefaultValue = "500";
     this.m_Text11.TextIntervalMapper = stringintervalmappercf17;
     this.m_Text11.Top = 107;
     this.m_Text11.VisibleDynamicsValue = true;
     this.m_Text11.Width = 64;
     //
     // m_Text12
     //
     this.m_Text12.AutoSize = false;
     this.m_Text12.BlinkDynamicsValue = false;
     this.m_Text12.Bold = true;
     this.m_Text12.EnabledDynamicsValue = true;
     this.m_Text12.FontSizePixels = 14;
     this.m_Text12.Height = 22;
     this.m_Text12.Left = 289;
     this.m_Text12.Name = "m_Text12";
     this.m_Text12.ScreenOwnerName = "MainScreen";
     this.m_Text12.TextHorizontalAlignment = "Right";
     stringintervalmappercf18.DefaultValue = "1000";
     this.m_Text12.TextIntervalMapper = stringintervalmappercf18;
     this.m_Text12.Top = 107;
     this.m_Text12.VisibleDynamicsValue = true;
     this.m_Text12.Width = 63;
     //
     // m_Text4
     //
     this.m_Text4.AutoSize = false;
     this.m_Text4.BlinkDynamicsValue = false;
     this.m_Text4.BlinkInterval = 1500;
     this.m_Text4.EnabledDynamicsValue = true;
     this.m_Text4.FontSizePixels = 10;
     this.m_Text4.Height = 20;
     this.m_Text4.IsBlinkEnabled = true;
     this.m_Text4.Left = 145;
     this.m_Text4.Name = "m_Text4";
     this.m_Text4.ScreenOwnerName = "MainScreen";
     this.m_Text4.TextHorizontalAlignment = "Center";
     stringintervalmappercf19.DefaultValue = "Under Range, Switch to LOW";
     this.m_Text4.TextIntervalMapper = stringintervalmappercf19;
     this.m_Text4.Top = 78;
     this.m_Text4.VisibleDynamicsValue = true;
     this.m_Text4.Width = 194;
     //
     // m_Text9
     //
     this.m_Text9.AutoSize = false;
     this.m_Text9.BlinkDynamicsValue = false;
     this.m_Text9.BlinkInterval = 1500;
     this.m_Text9.Bold = true;
     this.m_Text9.EnabledDynamicsValue = true;
     this.m_Text9.FontFamily = "Arial";
     this.m_Text9.FontSizePixels = 14;
     this.m_Text9.Height = 60;
     this.m_Text9.Left = 140;
     this.m_Text9.MultiLine = true;
     this.m_Text9.Name = "m_Text9";
     this.m_Text9.ScreenOwnerName = "MainScreen";
     this.m_Text9.TextHorizontalAlignment = "Center";
     stringintervalmappercf20.DefaultValue = "Quick Fill reached 500 psig at 8/5/2015 12:22:22";
     this.m_Text9.TextIntervalMapper = stringintervalmappercf20;
     this.m_Text9.TextVerticalAlignment = "Center";
     this.m_Text9.Top = 193;
     this.m_Text9.VisibleDynamicsValue = true;
     this.m_Text9.Width = 202;
     this.m_Text9.WordWrap = true;
     //
     // m_Text13
     //
     this.m_Text13.AutoSize = false;
     this.m_Text13.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalTopToBottom);
     this.m_Text13.BlinkDynamicsValue = false;
     this.m_Text13.BlinkInterval = 1500;
     this.m_Text13.EnabledDynamicsValue = true;
     this.m_Text13.FontSizePixels = 24;
     this.m_Text13.Height = 47;
     this.m_Text13.Left = 0;
     this.m_Text13.Name = "m_Text13";
     this.m_Text13.ScreenOwnerName = "MainScreen";
     this.m_Text13.TextHorizontalAlignment = "Center";
     stringintervalmappercf21.DefaultValue = "";
     this.m_Text13.TextIntervalMapper = stringintervalmappercf21;
     this.m_Text13.TextVerticalAlignment = "Center";
     this.m_Text13.Top = 0;
     this.m_Text13.VisibleDynamicsValue = true;
     this.m_Text13.Width = 194;
     //
     // m_Text1
     //
     this.m_Text1.AutoSize = false;
     this.m_Text1.BlinkDynamicsValue = false;
     this.m_Text1.BlinkInterval = 1500;
     this.m_Text1.EnabledDynamicsValue = true;
     this.m_Text1.FontSizePixels = 24;
     this.m_Text1.Height = 47;
     this.m_Text1.IsBlinkEnabled = true;
     this.m_Text1.Left = 0;
     this.m_Text1.Name = "m_Text1";
     this.m_Text1.ScreenOwnerName = "MainScreen";
     this.m_Text1.TextHorizontalAlignment = "Center";
     stringintervalmappercf22.DefaultValue = "SWITCHING";
     this.m_Text1.TextIntervalMapper = stringintervalmappercf22;
     this.m_Text1.TextVerticalAlignment = "Center";
     this.m_Text1.Top = 0;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width = 194;
     //
     // m_Group
     //
     this.m_Group.BlinkDynamicsValue = false;
     this.m_Group.Components.Add(this.m_Text13);
     this.m_Group.Components.Add(this.m_Text1);
     this.m_Group.EnabledDynamicsValue = true;
     this.m_Group.Height = 47;
     this.m_Group.Left = 147;
     this.m_Group.Name = "m_Group";
     this.m_Group.ParentGroup = null;
     this.m_Group.ScreenOwnerName = "MainScreen";
     this.m_Group.Top = 48;
     this.m_Group.VisibleDynamicsValue = true;
     this.m_Group.Width = 194;
     //
     // m_Rectangle4
     //
     this.m_Rectangle4.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle4.BlinkDynamicsValue = false;
     this.m_Rectangle4.EnabledDynamicsValue = true;
     this.m_Rectangle4.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(200)))), ((int)(((byte)(150))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(130)))), ((int)(((byte)(41))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_Rectangle4.Height = 36;
     this.m_Rectangle4.Left = 0;
     this.m_Rectangle4.Name = "m_Rectangle4";
     this.m_Rectangle4.ScreenOwnerName = "MainScreen";
     this.m_Rectangle4.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle4.StrokeThickness = 0;
     this.m_Rectangle4.Top = 3;
     this.m_Rectangle4.VisibleDynamicsValue = true;
     this.m_Rectangle4.Width = 122;
     //
     // m_Text8
     //
     this.m_Text8.AutoSize = false;
     this.m_Text8.BlinkDynamicsValue = false;
     this.m_Text8.Bold = true;
     this.m_Text8.EnabledDynamicsValue = true;
     this.m_Text8.FontFamily = "Arial";
     this.m_Text8.FontSizePixels = 14;
     this.m_Text8.Height = 40;
     this.m_Text8.Left = 16;
     this.m_Text8.MultiLine = true;
     this.m_Text8.Name = "m_Text8";
     this.m_Text8.ScreenOwnerName = "MainScreen";
     this.m_Text8.TextHorizontalAlignment = "Center";
     stringintervalmappercf23.DefaultValue = "Inlet Pressure";
     this.m_Text8.TextIntervalMapper = stringintervalmappercf23;
     this.m_Text8.TextVerticalAlignment = "Center";
     this.m_Text8.Top = 0;
     this.m_Text8.VisibleDynamicsValue = true;
     this.m_Text8.Width = 92;
     this.m_Text8.WordWrap = true;
     //
     // m_btnInPressDown
     //
     this.m_btnInPressDown.BlinkDynamicsValue = false;
     this.m_btnInPressDown.Components.Add(this.m_Rectangle4);
     this.m_btnInPressDown.Components.Add(this.m_Text8);
     this.m_btnInPressDown.EnabledDynamicsValue = true;
     this.m_btnInPressDown.Height = 40;
     this.m_btnInPressDown.Left = 10;
     this.m_btnInPressDown.Name = "m_btnInPressDown";
     this.m_btnInPressDown.ParentGroup = null;
     this.m_btnInPressDown.ScreenOwnerName = "MainScreen";
     this.m_btnInPressDown.Top = 101;
     this.m_btnInPressDown.Visible = false;
     this.m_btnInPressDown.Width = 122;
     //
     // m_Text5
     //
     this.m_Text5.AutoSize = false;
     this.m_Text5.BlinkDynamicsValue = false;
     this.m_Text5.BlinkInterval = 1500;
     this.m_Text5.Bold = true;
     this.m_Text5.EnabledDynamicsValue = true;
     this.m_Text5.FontFamily = "Arial";
     this.m_Text5.FontSizePixels = 12;
     this.m_Text5.Height = 35;
     this.m_Text5.Left = 137;
     this.m_Text5.MultiLine = true;
     this.m_Text5.Name = "m_Text5";
     this.m_Text5.ScreenOwnerName = "MainScreen";
     this.m_Text5.TextHorizontalAlignment = "Center";
     stringintervalmappercf24.DefaultValue = "";
     this.m_Text5.TextIntervalMapper = stringintervalmappercf24;
     this.m_Text5.TextVerticalAlignment = "Center";
     this.m_Text5.Top = 193;
     this.m_Text5.VisibleDynamicsValue = true;
     this.m_Text5.Width = 208;
     this.m_Text5.WordWrap = true;
     //
     // m_AnalogNumeric2
     //
     this.m_AnalogNumeric2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric2.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric2.BlinkDynamicsValue = false;
     this.m_AnalogNumeric2.Bold = true;
     this.m_AnalogNumeric2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric2.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.String;
     this.m_AnalogNumeric2.EnabledDynamicsValue = true;
     this.m_AnalogNumeric2.FontSizePixels = 26;
     this.m_AnalogNumeric2.Height = 50;
     this.m_AnalogNumeric2.Left = 145;
     this.m_AnalogNumeric2.Name = "m_AnalogNumeric2";
     this.m_AnalogNumeric2.ReadOnly = true;
     this.m_AnalogNumeric2.ScreenOwnerName = "MainScreen";
     this.m_AnalogNumeric2.Top = 46;
     this.m_AnalogNumeric2.VisibleDynamicsValue = true;
     this.m_AnalogNumeric2.Width = 197;
     //
     // m_AnalogNumeric1
     //
     this.m_AnalogNumeric1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric1.BlinkDynamicsValue = false;
     this.m_AnalogNumeric1.Bold = true;
     this.m_AnalogNumeric1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     brushdynamicsconvertercf3.BrushIntervalMapper.DefaultValue = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.Black, System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushcfinterval8.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.Black, System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushcfinterval9.End = 1D;
     brushcfinterval9.Start = 1D;
     brushcfinterval9.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(20)))), ((int)(((byte)(25))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushdynamicsconvertercf3.BrushIntervalMapper.Intervals.Add(brushcfinterval8);
     brushdynamicsconvertercf3.BrushIntervalMapper.Intervals.Add(brushcfinterval9);
     this.m_AnalogNumeric1.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.String;
     this.m_AnalogNumeric1.EnabledDynamicsValue = true;
     this.m_AnalogNumeric1.FontFamily = "Arial";
     this.m_AnalogNumeric1.FontSizePixels = 26;
     this.m_AnalogNumeric1.Height = 35;
     this.m_AnalogNumeric1.Left = 9;
     this.m_AnalogNumeric1.Name = "m_AnalogNumeric1";
     this.m_AnalogNumeric1.NumberOfDecimals = 0;
     this.m_AnalogNumeric1.ReadOnly = true;
     this.m_AnalogNumeric1.ScreenOwnerName = "MainScreen";
     this.m_AnalogNumeric1.Top = 141;
     this.m_AnalogNumeric1.VisibleDynamicsValue = true;
     this.m_AnalogNumeric1.Width = 124;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.BlinkInterval = 1500;
     this.m_AnalogNumeric.Bold = true;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     brushdynamicsconvertercf4.BrushIntervalMapper.DefaultValue = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.Black, System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushcfinterval10.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.Black, System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushcfinterval11.End = 1D;
     brushcfinterval11.Start = 1D;
     brushcfinterval11.Value = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(28)))), ((int)(((byte)(36))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     brushdynamicsconvertercf4.BrushIntervalMapper.Intervals.Add(brushcfinterval10);
     brushdynamicsconvertercf4.BrushIntervalMapper.Intervals.Add(brushcfinterval11);
     this.m_AnalogNumeric.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.String;
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 38;
     this.m_AnalogNumeric.Height = 50;
     this.m_AnalogNumeric.Left = 145;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.ReadOnly = true;
     this.m_AnalogNumeric.ScreenOwnerName = "MainScreen";
     this.m_AnalogNumeric.Top = 46;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 197;
     //
     // m_Text3
     //
     this.m_Text3.AutoSize = false;
     this.m_Text3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text3.BlinkDynamicsValue = false;
     this.m_Text3.EnabledDynamicsValue = true;
     this.m_Text3.FontSizePixels = 26;
     this.m_Text3.Foreground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.m_Text3.Height = 47;
     this.m_Text3.Left = 147;
     this.m_Text3.Name = "m_Text3";
     this.m_Text3.ScreenOwnerName = "MainScreen";
     this.m_Text3.TextHorizontalAlignment = "Center";
     stringintervalmappercf25.DefaultValue = "OVER RANGE";
     this.m_Text3.TextIntervalMapper = stringintervalmappercf25;
     this.m_Text3.TextVerticalAlignment = "Center";
     this.m_Text3.Top = 48;
     this.m_Text3.VisibleDynamicsValue = true;
     this.m_Text3.Width = 194;
     this.DrawingPrimitives.Add(this.m_Rectangle);
     this.DrawingPrimitives.Add(this.m_btnZero);
     this.DrawingPrimitives.Add(this.m_Text);
     this.DrawingPrimitives.Add(this.m_LinearMeter);
     this.DrawingPrimitives.Add(this.m_Button4);
     this.DrawingPrimitives.Add(this.m_Button2);
     this.DrawingPrimitives.Add(this.m_Button3);
     this.DrawingPrimitives.Add(this.m_Button5);
     this.DrawingPrimitives.Add(this.m_Button6);
     this.DrawingPrimitives.Add(this.m_Button7);
     this.DrawingPrimitives.Add(this.m_Button8);
     this.DrawingPrimitives.Add(this.m_Button1);
     this.DrawingPrimitives.Add(this.m_Text2);
     this.DrawingPrimitives.Add(this.m_Rectangle3);
     this.DrawingPrimitives.Add(this.m_DigitalClock);
     this.DrawingPrimitives.Add(this.m_Button9);
     this.DrawingPrimitives.Add(this.m_lblUSB);
     this.DrawingPrimitives.Add(this.m_Button10);
     this.DrawingPrimitives.Add(this.m_rcrdMsg);
     this.DrawingPrimitives.Add(this.m_Line);
     this.DrawingPrimitives.Add(this.m_Line1);
     this.DrawingPrimitives.Add(this.m_Line2);
     this.DrawingPrimitives.Add(this.m_Line3);
     this.DrawingPrimitives.Add(this.m_Line4);
     this.DrawingPrimitives.Add(this.m_Text10);
     this.DrawingPrimitives.Add(this.m_Text11);
     this.DrawingPrimitives.Add(this.m_Text12);
     this.DrawingPrimitives.Add(this.m_Text4);
     this.DrawingPrimitives.Add(this.m_Text9);
     this.DrawingPrimitives.Add(this.m_Text13);
     this.DrawingPrimitives.Add(this.m_Text1);
     this.DrawingPrimitives.Add(this.m_Group);
     this.DrawingPrimitives.Add(this.m_Rectangle4);
     this.DrawingPrimitives.Add(this.m_Text8);
     this.DrawingPrimitives.Add(this.m_btnInPressDown);
     this.DrawingPrimitives.Add(this.m_Text5);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric2);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric1);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric);
     this.DrawingPrimitives.Add(this.m_Text3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(480, 272);
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = true;
     this.Name = "MainScreen";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_btnZero)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_LinearMeter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_DigitalClock)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_lblUSB)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_rcrdMsg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Group)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnInPressDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text3)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #23
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf1 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf2 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper1 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf3 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf4 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf5 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf6 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper2 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf7 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper3 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf8 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper4 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf9 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper5 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf10 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf11 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper6 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf12 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf13 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper7 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf14 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf15 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper8 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf16 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper9 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf17 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper symbolintervalmapper10 = new Neo.ApplicationFramework.Common.Dynamics.SymbolIntervalMapper();
     Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF stringintervalmappercf18 = new Neo.ApplicationFramework.Common.Dynamics.StringIntervalMapperCF();
     this.m_Rectangle = new Neo.ApplicationFramework.Controls.Controls.RectangleCF();
     this.m_Text = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text1 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text2 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text4 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Text5 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button1 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button2 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button3 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button4 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text6 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button5 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text7 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button11 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Text8 = new Neo.ApplicationFramework.Controls.Controls.Label();
     this.m_Button6 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button7 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_Button8 = new Neo.ApplicationFramework.Controls.Controls.Button();
     this.m_AnalogNumeric = new Neo.ApplicationFramework.Controls.Controls.AnalogNumeric();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).BeginInit();
     this.SuspendLayout();
     //
     // CalScreen
     //
     this.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140))))), System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalWithMiddleStop);
     this.BorderStyle = Neo.ApplicationFramework.Interfaces.ScreenBorderStyle.ThreeDBorder;
     this.ControlBox = false;
     //
     // m_Rectangle
     //
     this.m_Rectangle.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF();
     this.m_Rectangle.BlinkDynamicsValue = false;
     this.m_Rectangle.EnabledDynamicsValue = true;
     this.m_Rectangle.Fill = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Height = 42;
     this.m_Rectangle.Left = -4;
     this.m_Rectangle.Name = "m_Rectangle";
     this.m_Rectangle.ScreenOwnerName = "CalScreen";
     this.m_Rectangle.Stroke = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Rectangle.Top = -5;
     this.m_Rectangle.VisibleDynamicsValue = true;
     this.m_Rectangle.Width = 485;
     //
     // m_Text
     //
     this.m_Text.AutoSize = false;
     this.m_Text.BlinkDynamicsValue = false;
     this.m_Text.Bold = true;
     this.m_Text.EnabledDynamicsValue = true;
     this.m_Text.FontFamily = "Arial";
     this.m_Text.FontSizePixels = 20;
     this.m_Text.Height = 30;
     this.m_Text.Left = -4;
     this.m_Text.Name = "m_Text";
     this.m_Text.ScreenOwnerName = "CalScreen";
     this.m_Text.TextHorizontalAlignment = "Center";
     stringintervalmappercf1.DefaultValue = "CALIBRATION";
     this.m_Text.TextIntervalMapper = stringintervalmappercf1;
     this.m_Text.TextVerticalAlignment = "Center";
     this.m_Text.Top = 1;
     this.m_Text.VisibleDynamicsValue = true;
     this.m_Text.Width = 480;
     //
     // m_Text1
     //
     this.m_Text1.AutoSize = false;
     this.m_Text1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text1.BlinkDynamicsValue = false;
     this.m_Text1.EnabledDynamicsValue = true;
     this.m_Text1.FontSizePixels = 14;
     this.m_Text1.Height = 22;
     this.m_Text1.Left = -2;
     this.m_Text1.Name = "m_Text1";
     this.m_Text1.ScreenOwnerName = "CalScreen";
     this.m_Text1.TextHorizontalAlignment = "Center";
     stringintervalmappercf2.DefaultValue = "METER";
     this.m_Text1.TextIntervalMapper = stringintervalmappercf2;
     this.m_Text1.Top = 65;
     this.m_Text1.VisibleDynamicsValue = true;
     this.m_Text1.Width = 129;
     //
     // m_Button
     //
     this.m_Button.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BlinkDynamicsValue = false;
     this.m_Button.Bold = true;
     this.m_Button.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button.EnabledDynamicsValue = true;
     this.m_Button.FontSizePixels = 14;
     this.m_Button.Height = 33;
     this.m_Button.IndicatorMargin = null;
     this.m_Button.Left = -1;
     this.m_Button.MultiLine = true;
     this.m_Button.Name = "m_Button";
     this.m_Button.ScreenOwnerName = "CalScreen";
     this.m_Button.StyleName = "Glossy";
     this.m_Button.SymbolIntervalMapper = symbolintervalmapper1;
     stringintervalmappercf3.DefaultValue = "INLET PRESSURE";
     this.m_Button.TextIntervalMapper = stringintervalmappercf3;
     this.m_Button.TextValue = 0D;
     this.m_Button.TextWidth = 123;
     this.m_Button.Top = 37;
     this.m_Button.Value = 0D;
     this.m_Button.VisibleDynamicsValue = true;
     this.m_Button.Width = 129;
     //
     // m_Text2
     //
     this.m_Text2.AutoSize = false;
     this.m_Text2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text2.BlinkDynamicsValue = false;
     this.m_Text2.EnabledDynamicsValue = true;
     this.m_Text2.FontSizePixels = 14;
     this.m_Text2.Height = 22;
     this.m_Text2.Left = 151;
     this.m_Text2.Name = "m_Text2";
     this.m_Text2.ScreenOwnerName = "CalScreen";
     this.m_Text2.TextHorizontalAlignment = "Center";
     stringintervalmappercf4.DefaultValue = "SPAN";
     this.m_Text2.TextIntervalMapper = stringintervalmappercf4;
     this.m_Text2.TextVerticalAlignment = "Bottom";
     this.m_Text2.Top = 65;
     this.m_Text2.VisibleDynamicsValue = true;
     this.m_Text2.Width = 129;
     //
     // m_Text4
     //
     this.m_Text4.AutoSize = false;
     this.m_Text4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text4.BlinkDynamicsValue = false;
     this.m_Text4.EnabledDynamicsValue = true;
     this.m_Text4.FontSizePixels = 14;
     this.m_Text4.Height = 22;
     this.m_Text4.Left = 304;
     this.m_Text4.Name = "m_Text4";
     this.m_Text4.ScreenOwnerName = "CalScreen";
     this.m_Text4.TextHorizontalAlignment = "Center";
     stringintervalmappercf5.DefaultValue = "SERIAL";
     this.m_Text4.TextIntervalMapper = stringintervalmappercf5;
     this.m_Text4.Top = 65;
     this.m_Text4.VisibleDynamicsValue = true;
     this.m_Text4.Width = 177;
     //
     // m_Text5
     //
     this.m_Text5.AutoSize = false;
     this.m_Text5.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text5.BlinkDynamicsValue = false;
     this.m_Text5.EnabledDynamicsValue = true;
     this.m_Text5.FontSizePixels = 20;
     this.m_Text5.Height = 33;
     this.m_Text5.Left = 304;
     this.m_Text5.Name = "m_Text5";
     this.m_Text5.ScreenOwnerName = "CalScreen";
     this.m_Text5.TextHorizontalAlignment = "Center";
     stringintervalmappercf6.DefaultValue = "1417337";
     this.m_Text5.TextIntervalMapper = stringintervalmappercf6;
     this.m_Text5.TextVerticalAlignment = "Center";
     this.m_Text5.Top = 37;
     this.m_Text5.VisibleDynamicsValue = true;
     this.m_Text5.Width = 177;
     //
     // m_Button1
     //
     this.m_Button1.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BlinkDynamicsValue = false;
     this.m_Button1.Bold = true;
     this.m_Button1.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button1.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button1.EnabledDynamicsValue = true;
     this.m_Button1.FontSizePixels = 12;
     this.m_Button1.Height = 51;
     this.m_Button1.IndicatorMargin = null;
     this.m_Button1.Left = 14;
     this.m_Button1.MultiLine = true;
     this.m_Button1.Name = "m_Button1";
     this.m_Button1.ScreenOwnerName = "CalScreen";
     this.m_Button1.StyleName = "Glossy";
     this.m_Button1.SymbolIntervalMapper = symbolintervalmapper2;
     this.m_Button1.TextHeight = 14;
     stringintervalmappercf7.DefaultValue = "INSTRUCTIONS";
     this.m_Button1.TextIntervalMapper = stringintervalmappercf7;
     this.m_Button1.TextValue = 0D;
     this.m_Button1.TextWidth = 101;
     this.m_Button1.Top = 92;
     this.m_Button1.Value = 0D;
     this.m_Button1.VisibleDynamicsValue = true;
     this.m_Button1.Width = 107;
     //
     // m_Button2
     //
     this.m_Button2.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BlinkDynamicsValue = false;
     this.m_Button2.Bold = true;
     this.m_Button2.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button2.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button2.EnabledDynamicsValue = true;
     this.m_Button2.FontSizePixels = 12;
     this.m_Button2.Height = 51;
     this.m_Button2.IndicatorMargin = null;
     this.m_Button2.Left = 14;
     this.m_Button2.MultiLine = true;
     this.m_Button2.Name = "m_Button2";
     this.m_Button2.ScreenOwnerName = "CalScreen";
     this.m_Button2.StyleName = "Glossy";
     this.m_Button2.SymbolIntervalMapper = symbolintervalmapper3;
     this.m_Button2.TextHeight = 28;
     stringintervalmappercf8.DefaultValue = "SET CAL\r\nDUE DATE";
     this.m_Button2.TextIntervalMapper = stringintervalmappercf8;
     this.m_Button2.TextValue = 0D;
     this.m_Button2.TextWidth = 101;
     this.m_Button2.Top = 152;
     this.m_Button2.Value = 0D;
     this.m_Button2.VisibleDynamicsValue = true;
     this.m_Button2.Width = 107;
     //
     // m_Button3
     //
     this.m_Button3.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BlinkDynamicsValue = false;
     this.m_Button3.Bold = true;
     this.m_Button3.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button3.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button3.EnabledDynamicsValue = true;
     this.m_Button3.FontSizePixels = 14;
     this.m_Button3.Height = 51;
     this.m_Button3.IndicatorMargin = null;
     this.m_Button3.Left = 151;
     this.m_Button3.MultiLine = true;
     this.m_Button3.Name = "m_Button3";
     this.m_Button3.ScreenOwnerName = "CalScreen";
     this.m_Button3.StyleName = "Glossy";
     this.m_Button3.SymbolIntervalMapper = symbolintervalmapper4;
     stringintervalmappercf9.DefaultValue = "AIR";
     this.m_Button3.TextIntervalMapper = stringintervalmappercf9;
     this.m_Button3.TextValue = 0D;
     this.m_Button3.TextWidth = 80;
     this.m_Button3.Top = 92;
     this.m_Button3.Value = 0D;
     this.m_Button3.VisibleDynamicsValue = true;
     this.m_Button3.Width = 86;
     //
     // m_Button4
     //
     this.m_Button4.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BlinkDynamicsValue = false;
     this.m_Button4.Bold = true;
     this.m_Button4.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button4.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button4.EnabledDynamicsValue = true;
     this.m_Button4.FontSizePixels = 12;
     this.m_Button4.Height = 67;
     this.m_Button4.IndicatorMargin = null;
     this.m_Button4.Left = 266;
     this.m_Button4.Name = "m_Button4";
     this.m_Button4.ScreenOwnerName = "CalScreen";
     this.m_Button4.StyleName = "Glossy";
     this.m_Button4.SymbolIntervalMapper = symbolintervalmapper5;
     this.m_Button4.TextHeight = 14;
     stringintervalmappercf10.DefaultValue = "ZERO";
     this.m_Button4.TextIntervalMapper = stringintervalmappercf10;
     this.m_Button4.TextValue = 0D;
     this.m_Button4.TextWidth = 59;
     this.m_Button4.Top = 92;
     this.m_Button4.Value = 0D;
     this.m_Button4.VisibleDynamicsValue = true;
     this.m_Button4.Width = 65;
     //
     // m_Text6
     //
     this.m_Text6.AutoSize = false;
     this.m_Text6.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text6.BlinkDynamicsValue = false;
     this.m_Text6.EnabledDynamicsValue = true;
     this.m_Text6.FontSizePixels = 14;
     this.m_Text6.Height = 44;
     this.m_Text6.Left = 362;
     this.m_Text6.MultiLine = true;
     this.m_Text6.Name = "m_Text6";
     this.m_Text6.ScreenOwnerName = "CalScreen";
     this.m_Text6.TextHorizontalAlignment = "Center";
     stringintervalmappercf11.DefaultValue = "TOGGLE\r\nSPAN/OFFSET";
     this.m_Text6.TextIntervalMapper = stringintervalmappercf11;
     this.m_Text6.TextVerticalAlignment = "Bottom";
     this.m_Text6.Top = 136;
     this.m_Text6.VisibleDynamicsValue = true;
     this.m_Text6.Width = 98;
     //
     // m_Button5
     //
     this.m_Button5.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BlinkDynamicsValue = false;
     this.m_Button5.Bold = true;
     this.m_Button5.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button5.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button5.EnabledDynamicsValue = true;
     this.m_Button5.FontSizePixels = 16;
     this.m_Button5.Height = 49;
     this.m_Button5.IndicatorMargin = null;
     this.m_Button5.Left = 362;
     this.m_Button5.MultiLine = true;
     this.m_Button5.Name = "m_Button5";
     this.m_Button5.ScreenOwnerName = "CalScreen";
     this.m_Button5.StyleName = "Glossy";
     this.m_Button5.SymbolIntervalMapper = symbolintervalmapper6;
     this.m_Button5.TextHeight = 19;
     stringintervalmappercf12.DefaultValue = "SPAN";
     this.m_Button5.TextIntervalMapper = stringintervalmappercf12;
     this.m_Button5.TextValue = 0D;
     this.m_Button5.TextWidth = 92;
     this.m_Button5.Top = 92;
     this.m_Button5.Value = 0D;
     this.m_Button5.VisibleDynamicsValue = true;
     this.m_Button5.Width = 98;
     //
     // m_Text7
     //
     this.m_Text7.AutoSize = false;
     this.m_Text7.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text7.BlinkDynamicsValue = false;
     this.m_Text7.EnabledDynamicsValue = true;
     this.m_Text7.FontSizePixels = 14;
     this.m_Text7.Height = 29;
     this.m_Text7.Left = 151;
     this.m_Text7.MultiLine = true;
     this.m_Text7.Name = "m_Text7";
     this.m_Text7.ScreenOwnerName = "CalScreen";
     this.m_Text7.TextHorizontalAlignment = "Center";
     stringintervalmappercf13.DefaultValue = "METER READING";
     this.m_Text7.TextIntervalMapper = stringintervalmappercf13;
     this.m_Text7.TextVerticalAlignment = "Bottom";
     this.m_Text7.Top = 239;
     this.m_Text7.VisibleDynamicsValue = true;
     this.m_Text7.Width = 309;
     //
     // m_Button11
     //
     this.m_Button11.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button11.BlinkDynamicsValue = false;
     this.m_Button11.Bold = true;
     this.m_Button11.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button11.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_Button11.EnabledDynamicsValue = true;
     this.m_Button11.FontFamily = "Arial";
     this.m_Button11.FontSizePixels = 16;
     this.m_Button11.Height = 47;
     this.m_Button11.IndicatorMargin = null;
     this.m_Button11.Left = 14;
     this.m_Button11.Name = "m_Button11";
     this.m_Button11.ScreenOwnerName = "CalScreen";
     this.m_Button11.StyleName = "Chrome";
     this.m_Button11.SymbolIntervalMapper = symbolintervalmapper7;
     this.m_Button11.SymbolName = "";
     this.m_Button11.TextHeight = 19;
     stringintervalmappercf14.DefaultValue = "BACK";
     this.m_Button11.TextIntervalMapper = stringintervalmappercf14;
     this.m_Button11.TextValue = 0D;
     this.m_Button11.TextWidth = 101;
     this.m_Button11.Top = 220;
     this.m_Button11.Value = 0D;
     this.m_Button11.VisibleDynamicsValue = true;
     this.m_Button11.Width = 107;
     //
     // m_Text8
     //
     this.m_Text8.AutoSize = false;
     this.m_Text8.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Text8.BlinkDynamicsValue = false;
     this.m_Text8.EnabledDynamicsValue = true;
     this.m_Text8.FontSizePixels = 20;
     this.m_Text8.Height = 51;
     this.m_Text8.Left = 214;
     this.m_Text8.Name = "m_Text8";
     this.m_Text8.ScreenOwnerName = "CalScreen";
     this.m_Text8.TextHorizontalAlignment = "Center";
     stringintervalmappercf15.DefaultValue = "1.0";
     this.m_Text8.TextIntervalMapper = stringintervalmappercf15;
     this.m_Text8.TextVerticalAlignment = "Center";
     this.m_Text8.Top = 196;
     this.m_Text8.VisibleDynamicsValue = true;
     this.m_Text8.Width = 149;
     //
     // m_Button6
     //
     this.m_Button6.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button6.BlinkDynamicsValue = false;
     this.m_Button6.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button6.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button6.EnabledDynamicsValue = true;
     this.m_Button6.FontSizePixels = 20;
     this.m_Button6.Height = 52;
     this.m_Button6.IndicatorMargin = null;
     this.m_Button6.Left = 362;
     this.m_Button6.MultiLine = true;
     this.m_Button6.Name = "m_Button6";
     this.m_Button6.ScreenOwnerName = "CalScreen";
     this.m_Button6.StyleName = "Glossy";
     this.m_Button6.SymbolIntervalMapper = symbolintervalmapper8;
     this.m_Button6.TextHeight = 24;
     stringintervalmappercf16.DefaultValue = "sccm";
     this.m_Button6.TextIntervalMapper = stringintervalmappercf16;
     this.m_Button6.TextValue = 0D;
     this.m_Button6.TextWidth = 92;
     this.m_Button6.Top = 195;
     this.m_Button6.Value = 0D;
     this.m_Button6.VisibleDynamicsValue = true;
     this.m_Button6.Width = 98;
     //
     // m_Button7
     //
     this.m_Button7.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button7.BlinkDynamicsValue = false;
     this.m_Button7.Bold = true;
     this.m_Button7.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button7.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button7.EnabledDynamicsValue = true;
     this.m_Button7.FontSizePixels = 18;
     this.m_Button7.Height = 27;
     this.m_Button7.IndicatorMargin = null;
     this.m_Button7.Left = 151;
     this.m_Button7.MultiLine = true;
     this.m_Button7.Name = "m_Button7";
     this.m_Button7.ScreenOwnerName = "CalScreen";
     this.m_Button7.StyleName = "Glossy";
     this.m_Button7.SymbolHeight = 21;
     this.m_Button7.SymbolIntervalMapper = symbolintervalmapper9;
     this.m_Button7.SymbolName = "path2924";
     this.m_Button7.SymbolWidth = 24;
     this.m_Button7.TextHeight = 22;
     stringintervalmappercf17.DefaultValue = "";
     this.m_Button7.TextIntervalMapper = stringintervalmappercf17;
     this.m_Button7.TextValue = 0D;
     this.m_Button7.TextWidth = 58;
     this.m_Button7.Top = 195;
     this.m_Button7.Value = 0D;
     this.m_Button7.VisibleDynamicsValue = true;
     this.m_Button7.Width = 64;
     //
     // m_Button8
     //
     this.m_Button8.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(229))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button8.BlinkDynamicsValue = false;
     this.m_Button8.Bold = true;
     this.m_Button8.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_Button8.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(2D, 2D, 2D, 2D);
     this.m_Button8.EnabledDynamicsValue = true;
     this.m_Button8.FontSizePixels = 18;
     this.m_Button8.Height = 27;
     this.m_Button8.IndicatorMargin = null;
     this.m_Button8.Left = 151;
     this.m_Button8.MultiLine = true;
     this.m_Button8.Name = "m_Button8";
     this.m_Button8.ScreenOwnerName = "CalScreen";
     this.m_Button8.StyleName = "Glossy";
     this.m_Button8.SymbolHeight = 21;
     this.m_Button8.SymbolIntervalMapper = symbolintervalmapper10;
     this.m_Button8.SymbolName = "path2923";
     this.m_Button8.SymbolWidth = 24;
     this.m_Button8.TextHeight = 22;
     stringintervalmappercf18.DefaultValue = "";
     this.m_Button8.TextIntervalMapper = stringintervalmappercf18;
     this.m_Button8.TextValue = 0D;
     this.m_Button8.TextWidth = 58;
     this.m_Button8.Top = 221;
     this.m_Button8.Value = 0D;
     this.m_Button8.VisibleDynamicsValue = true;
     this.m_Button8.Width = 64;
     //
     // m_AnalogNumeric
     //
     this.m_AnalogNumeric.Background = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.m_AnalogNumeric.BitmapEffect = new Neo.ApplicationFramework.Common.Graphics.Logic.BitmapEffectCF(2, 0, Neo.ApplicationFramework.Common.Graphics.Logic.LightAngle.LowerRight);
     this.m_AnalogNumeric.BlinkDynamicsValue = false;
     this.m_AnalogNumeric.BorderBrush = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))), System.Drawing.Color.Empty, Neo.ApplicationFramework.Interfaces.FillDirection.None);
     this.m_AnalogNumeric.BorderThickness = new Neo.ApplicationFramework.Common.Graphics.Logic.ThicknessCF(1D, 1D, 1D, 1D);
     this.m_AnalogNumeric.DisplayFormat = Neo.ApplicationFramework.Interfaces.AnalogNumericDisplayFormat.Decimal;
     this.m_AnalogNumeric.EnabledDynamicsValue = true;
     this.m_AnalogNumeric.FontSizePixels = 14;
     this.m_AnalogNumeric.Height = 31;
     this.m_AnalogNumeric.Left = 150;
     this.m_AnalogNumeric.Name = "m_AnalogNumeric";
     this.m_AnalogNumeric.ScreenOwnerName = "CalScreen";
     this.m_AnalogNumeric.Top = 37;
     this.m_AnalogNumeric.ValidateValueOnInput = true;
     this.m_AnalogNumeric.VisibleDynamicsValue = true;
     this.m_AnalogNumeric.Width = 131;
     this.DrawingPrimitives.Add(this.m_Rectangle);
     this.DrawingPrimitives.Add(this.m_Text);
     this.DrawingPrimitives.Add(this.m_Text1);
     this.DrawingPrimitives.Add(this.m_Button);
     this.DrawingPrimitives.Add(this.m_Text2);
     this.DrawingPrimitives.Add(this.m_Text4);
     this.DrawingPrimitives.Add(this.m_Text5);
     this.DrawingPrimitives.Add(this.m_Button1);
     this.DrawingPrimitives.Add(this.m_Button2);
     this.DrawingPrimitives.Add(this.m_Button3);
     this.DrawingPrimitives.Add(this.m_Button4);
     this.DrawingPrimitives.Add(this.m_Text6);
     this.DrawingPrimitives.Add(this.m_Button5);
     this.DrawingPrimitives.Add(this.m_Text7);
     this.DrawingPrimitives.Add(this.m_Button11);
     this.DrawingPrimitives.Add(this.m_Text8);
     this.DrawingPrimitives.Add(this.m_Button6);
     this.DrawingPrimitives.Add(this.m_Button7);
     this.DrawingPrimitives.Add(this.m_Button8);
     this.DrawingPrimitives.Add(this.m_AnalogNumeric);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ClientSize = new System.Drawing.Size(480, 272);
     this.Location = new System.Drawing.Point(0, 0);
     this.ModalScreen = true;
     this.Name = "CalScreen";
     this.PopupScreen = false;
     this.ScreenID = null;
     this.ScreenTitle = "";
     this.StyleName = "";
     this.WindowState = System.Windows.Forms.FormWindowState.Normal;
     ((System.ComponentModel.ISupportInitialize)(this.m_Text)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Text8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_Button8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_AnalogNumeric)).EndInit();
     this.ResumeLayout(false);
 }