-- Label object properties table. tblLabelProps = {}; tblLabelProps.Text = "New Label"; tblLabelProps.FontName = "Arial"; tblLabelProps.FontSize = 16; tblLabelProps.FontWeight = FW_NORMAL; tblLabelProps.FontUnderline = false; tblLabelProps.FontScript = ANSI_CHARSET; tblLabelProps.FontItalic = false; tblLabelProps.FontStrikeout = false; tblLabelProps.FontAntiAlias = true; tblLabelProps.ColorNormal = Math.HexColorToNumber("000000"); tblLabelProps.ColorDown = Math.HexColorToNumber("000000"); tblLabelProps.ColorHighlight = Math.HexColorToNumber("000000"); tblLabelProps.ColorDisabled = Math.HexColorToNumber("C0C0C0"); tblLabelProps.Cursor = CURSOR_ARROW; tblLabelProps.Enabled = true; tblLabelProps.Visible = true; tblLabelProps.Height = 30; tblLabelProps.Width = 104; tblLabelProps.Y = 0; tblLabelProps.X = 0; tblLabelProps.TooltipText = ""; tblLabelProps.ResizeLeft = false; tblLabelProps.ResizeRight = false; tblLabelProps.ResizeTop = false; tblLabelProps.ResizeBottom = false; tblLabelProps.HighlightSound = SND_NONE; tblLabelProps.HighlightSoundFile = ""; tblLabelProps.ClickSound = SND_NONE; tblLabelProps.ClickSoundFile = ""; tblLabelProps.Orientation = 0; tblLabelProps.Alignment = ALIGN_LEFT;