Example #1
0
 public PanelInstrumentDef()
 {
     Button = new ButtonConfigEmpty()
     {
         WidthDef    = 40,
         HeightDef   = 40,
         Width       = 40,
         Height      = 40,
         FontName    = FontFamily.GenericMonospace,
         FontSizeDef = 15,
         FontSize    = 15,
         FontStyle   = FontStyle.Regular
     };
 }
Example #2
0
        public PanelToolbox()
        {
            Button = new ButtonConfigEmpty()
            {
                WidthDef  = 40,
                HeightDef = 84,
                Width     = 40,
                Height    = 84,

                FontName    = new FontFamily("Verdana"),
                FontSizeDef = 8,
                FontSize    = 8,
                FontStyle   = FontStyle.Regular,
            };
        }
Example #3
0
 public PanelMainConfig()
 {
     Height    = 60;
     HeightDef = 60;
     Width     = 400;
     WidthDef  = 400;
     Button    = new ButtonConfigEmpty()
     {
         WidthDef    = 40,
         HeightDef   = 40,
         Width       = 40,
         Height      = 40,
         FontName    = FontFamily.GenericMonospace,
         FontSizeDef = 15,
         FontSize    = 15,
         FontStyle   = FontStyle.Regular
     };
 }