예제 #1
0
 private void InitializeComponent()
 {
     Neo.ApplicationFramework.Tools.ProjectConfiguration.FontSettings FontSettings1 = new Neo.ApplicationFramework.Tools.ProjectConfiguration.FontSettings();
     Neo.ApplicationFramework.Tools.ProjectConfiguration.FontSettings FontSettings2 = new Neo.ApplicationFramework.Tools.ProjectConfiguration.FontSettings();
     //
     // ProjectConfiguration
     //
     this.UISettings.Background        = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(187)))), ((int)(((byte)(187))))), System.Drawing.Color.White, Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.UISettings.ControlBackground = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.Black, System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(76)))), ((int)(((byte)(76))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.UISettings.ControlForeground = System.Drawing.Color.White;
     this.UISettings.Font            = FontSettings1;
     this.UISettings.Foreground      = System.Drawing.Color.Black;
     this.UISettings.ListItemHeight  = 35;
     this.UISettings.MessageBoxDelay = System.TimeSpan.Parse("00:00:20");
     FontSettings2.SizePixels        = 22;
     this.UISettings.TitleFont       = FontSettings2;
     this.ConnectDataBindings();
 }
 private void InitializeComponent()
 {
     Neo.ApplicationFramework.Tools.ProjectConfiguration.FontSettings fontsettings1 = new Neo.ApplicationFramework.Tools.ProjectConfiguration.FontSettings();
     Neo.ApplicationFramework.Tools.ProjectConfiguration.FontSettings fontsettings2 = new Neo.ApplicationFramework.Tools.ProjectConfiguration.FontSettings();
     //
     // ProjectConfiguration
     //
     this.UISettings.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.VerticalBottomToTop);
     this.UISettings.ControlBackground = new Neo.ApplicationFramework.Common.Graphics.Logic.BrushCF(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(76)))), ((int)(((byte)(76))))), Neo.ApplicationFramework.Interfaces.FillDirection.VerticalBottomToTop);
     this.UISettings.ControlForeground = System.Drawing.Color.White;
     fontsettings1.FamilyName = "Arial";
     this.UISettings.Font = fontsettings1;
     this.UISettings.Foreground = System.Drawing.Color.Black;
     this.UISettings.ListItemHeight = 35;
     this.UISettings.MessageBoxDelay = System.TimeSpan.Parse("00:00:20");
     fontsettings2.FamilyName = "Arial";
     fontsettings2.SizePixels = 12;
     this.UISettings.TitleFont = fontsettings2;
     this.ConnectDataBindings();
 }