light.msstyles: Add Edit parts.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zhiyi Zhang 2021-06-24 22:43:21 +08:00 committed by Alexandre Julliard
parent 2d14833468
commit a7e1986fef

View file

@ -318,6 +318,21 @@ BLUE_INI TEXTFILE
"GlyphImageFile = blue_combobutton_glyph.bmp\r\n"
"GlyphTransparent = True\r\n"
"Transparent = True\r\n"
"\r\n; Edit\r\n"
"[Edit]\r\n"
"BgType = BorderFill\r\n"
"BorderSize = 1\r\n"
"FillColor = 255 255 255\r\n"
"BorderColor = 174 174 174\r\n"
"[Edit.Edittext(Disabled)]\r\n"
"FillColor = 245 245 245\r\n"
"TextColor = 166 166 166\r\n"
"[Edit.Edittext(ReadOnly)]\r\n"
"FillColor = 245 245 245\r\n"
"TextColor = 0 0 0\r\n"
}
/* Button */