Показать полную графическую версию : Работаем с Vista\Windows Style Builder
RaDMaN! Лучше сам поэкспериментируй и сам поймешь. Там три значения STRETCH,TILE,TRUESIZE как твоё изображение растягивает. TRUESIZE, использует оригинальный размер картинки без растяжки. TILE используется для текстурных
картинок. Давай стиль и картинки которые хочешь заменить кто-нибудь сделает.
I am C.H.E.
03-12-2011, 19:38
Блин, почему в "Компьютере" название разделов никак не хочет оформляться нужным шрифтом? Мне нужно Tahoma, 8, bold.
I am C.H.E., не там....
Тут (учтите шрифт меняется не только там, это свойство охватывает и другие элементы):
Fonts, Colors & System Metrics > Fonts & System Metrics свойство ICONTILEFONT:FONT.
Объясните пожалуйста как работает свойство ATLASRECT:RECT и где можно найти объяснения всех свойств.
RaDMaN_, вам не нужно трогать это свойство, его WSB все равно сам подберет под ресурс.
ATLASRECT:RECT - отвечает за размер и расположение ресурса на "карте" Aero (визуально можно посмотреть открыв, например, в Resorator, раздел STREAM).
[hr]
Описание свойств (English)
Тут не все, но большинство.
Boolean properties
ALWAYSSHOWSIZINGBAR - TRUE if the sizing bar associated with the part and state should always be shown.
AUTOSIZE - TRUE if the nonclient caption area associated with the part and state vary with text width.
BGFILL - TRUE if true-sized images associated with the part and state are to be drawn on the background fill.
BORDERONLY - TRUE if the image associated with the part and state should only have its border drawn.
COMPOSITED - TRUE if the control associated with the part and state will handle its own compositing of images.
FLATMENUS - Describes how menus are drawn. If TRUE, menus are drawn without shadows. If FALSE, menus have shadows underneath them.
GLYPHONLY - TRUE if the glyph associated with the part and state should be drawn without a background.
GLYPHTRANSPARENT - TRUE if the glyph associated with the part and state have transparent areas.
INTEGRALSIZING - TRUE if the truesize image or border associated with the part and state must be sized to a factor of 2.
MIRRORIMAGE - TRUE if the image associated with the part and state should be flipped if the window is being viewed in right-to-left reading mode.
SOURCEGROW - TRUE if the image associated with the part and state will scale larger in size if necessary.
SOURCESHRINK - TRUE if the image associated with the part and state will scale smaller in size if necessary.
UNIFORMSIZING - TRUE if the image associated with the part and state must have equal height and width.
USERPICTURE - TRUE if the image associated with the part and state is based on the current user.
Color properties
ACCENTCOLORHINT - The color used as an accent color hint for custom controls.
BLENDCOLOR - The color used as a blend color.
BORDERCOLOR - The color of the border associated with the part and state.
BORDERCOLORHINT - The color used as a border color hint for custom controls.
EDGEDKSHADOWCOLOR - The dark shadow color of the edge associated with this part and state.
EDGEFILLCOLOR - The fill color of the edge associated with this part and state.
EDGEHIGHLIGHTCOLOR - The highlight color of the edge associated with this part and state.
EDGELIGHTCOLOR - The light color of the edge associated with this part and state.
EDGESHADOWCOLOR - The shadow color of the edge associated with this part and state.
FILLCOLOR - The color of the background fill associated with the part and state.
FILLCOLORHINT - The color used as a fill color hint for custom controls.
GLOWCOLOR - The color of the glow for this part and state.
GLYPHTEXTCOLOR - The color that the font-based glyph associated with this part and state will use.
GLYPHTRANSPARENTCOLOR - The transparent glyph color associated with this part and state. If the GLYPHTRANSPARENT value for this part and state is TRUE, parts of the glyph that use this color are not drawn.
GRADIENTCOLOR1 - The first color of the gradient associated with this part and state.
GRADIENTCOLOR2 - The second color of the gradient.
GRADIENTCOLOR3 - The third color of the gradient.
GRADIENTCOLOR4 - The fourth color of the gradient.
GRADIENTCOLOR5 - The fifth color of the gradient.
SHADOWCOLOR - The color of the shadow drawn underneath text associated with this part and state.
TEXTBORDERCOLOR - The color of the text border associated with this part and state.
TEXTCOLOR - The color of the text associated with this part and state.
TEXTSHADOWCOLOR - The color of the text shadow associated with this part and state.
TRANSPARENTCOLOR - The transparent color associated with this part and state. If the TRANSPARENT value for this part and state is TRUE, parts of the graphic that use this color are not drawn.
Enum properties
BGTYPE - The basic drawing type for this part.
BORDERTYPE - The type of border drawn if this part is a border fill.
CONTENTALIGNMENT - The alignment of text in the caption associated with this part.
FILLTYPE - The type of fill shape drawn if this part is a border fill.
GLYPHTYPE - The type of glyph drawn on this part.
GLYPHFONTSIZINGTYPE - The type of method used to select between different-sized glyphs.
HALIGN - The horizontal alignment if this part uses a true-size image.
ICONEFFECT - The type of effect to be displayed when this part is drawn using an effect.
IMAGELAYOUT - The type of alignment used when multiple images are drawn.
IMAGESELECTTYPE - The type of method used to select between sized images for this part.
OFFSETTYPE - The alignment of this part on the window.
SIZINGTYPE - The method used to size an image if this part uses an image file.
TEXTSHADOWTYPE - The type of shadow effect to draw behind text associated with this part.
TRUESIZESCALINGTYPE - The type of scaling used if this part uses a true-sized image.
VALIGN - The vertical alignment if this part uses a true-size image.
Filename properties
GLYPHIMAGEFILE - The glyph image associated with this part and state.
IMAGEFILE - The image associated with this part and state, or the image for multiple images associated with this part and state.
IMAGEFILE1 - The first scaled image associated with this part and state, for support of different resolutions.
IMAGEFILE2 - The second scaled image associated with this part and state, for support of different resolutions.
IMAGEFILE3 - The third scaled image associated with this part and state, for support of different resolutions.
IMAGEFILE4 - The fourth scaled image associated with this part and state, for support of different resolutions.
IMAGEFILE5 - The fifth scaled image associated with this part and state, for support of different resolutions.
Font properties
GLYPHFONT - The font that the glyph associated with this part will be drawn with, if font-based glyphs are used.
Int properties
ALPHALEVEL - The alpha value (0-255) used for effects.
ALPHATHRESHOLD - The minimum alpha value (0-255) that a pixel must have to be considered opaque.
BORDERSIZE - The thickness of the border drawn if this part uses a border fill.
GLYPHINDEX - The character index into the selected font that will be used for the glyph, if the part uses a font-based glyph.
GRADIENTRATIO1 - The amount of the first gradient color (GRADIENTCOLOR1) to use in drawing the part. This value can be from 0 to 255, but this value plus the values of each of the GRADIENTRATIO values must add up to 255.
GRADIENTRATIO2 - The amount of the second gradient color (GRADIENTCOLOR1) to use in drawing the part. This value can be from 0 to 255, but this value plus the values of each of the GRADIENTRATIO values must add up to 255.
GRADIENTRATIO3 - The amount of the third gradient color (GRADIENTCOLOR1) to use in drawing the part. This value can be from 0 to 255, but this value plus the values of each of the GRADIENTRATIO values must add up to 255.
GRADIENTRATIO4 - The amount of the fourth gradient color (GRADIENTCOLOR1) to use in drawing the part. This value can be from 0 to 255, but this value plus the values of each of the GRADIENTRATIO values must add up to 255.
GRADIENTRATIO5 - The amount of the fifth gradient color (GRADIENTCOLOR1) to use in drawing the part. This value can be from 0 to 255, but this value plus the values of each of the GRADIENTRATIO values must add up to 255.
HEIGHT - The height of the part.
IMAGECOUNT - The number of state images present in an image file.
MINDPI1 - The minimum dots per inch (dpi) that the first image file was designed for.
MINDPI2 - The minimum dpi that the second image file was designed for.
MINDPI3 - The minimum dpi that the third image file was designed for.
MINDPI4 - The minimum dpi that the fourth image file was designed for.
MINDPI5 - The minimum dpi that the fifth image file was designed for.
PROGRESSCHUNKSIZE - The size of the progress control "chunk" shapes that define how far an operation has progressed.
PROGRESSSPACESIZE - The total size of all of the progress control "chunks".
ROUNDCORNERHEIGHT - The roundness (0 to 100 percent) of the part's corners.
ROUNDCORNERWIDTH - The roundness (0 to 100 percent) of the part's corners.
SATURATION - The amount of saturation (0-255) to apply to an icon drawn using an effect.
TEXTBORDERSIZE - The thickness of the border drawn around text characters.
TRUESIZESTRETCHMARK - The percentage of a true-size image's original size at which the image will be stretched.
WIDTH - The width of the part.
Intlist properties
TRANSITIONDURATIONS - The duration of each frame when doing a transition between two images.
Margins properties
CAPTIONMARGINS - The margins that define where caption text may be placed within a part.
CONTENTMARGINS - The margins that define where content may be placed within a part.
SIZINGMARGINS - The margins used for sizing a non-true-size image.
Position properties
MINSIZE - The minimum size that the normal image file can be used for before moving to the next smallest image file.
MINSIZE1 - The minimum size that the first small image file can be used for.
MINSIZE2 - The minimum size that the second small image file can be used for.
MINSIZE3 - The minimum size that the third small image file can be used for.
MINSIZE4 - The minimum size that the fourth small image file can be used for.
MINSIZE5 - The minimum size that the fifth small image file can be used for.
NORMALSIZE - The size of the normal image associated with this part.
OFFSET - The position offset from the alignment for this part. The alignment is defined by the OFFSETTYPE value.
TEXTSHADOWOFFSET - The offset from the text at which text shadows are drawn.
Rect properties
ATLASRECT - The placement and size of an image in the Aero map.
DEFAULTPANESIZE - The default size of the part.
Size properties
CAPTIONBARHEIGHT - Caption bar height.
CAPTIONBARWIDTH - Caption bar width.
MENUBARHEIGHT - Menu bar height.
MENUBARWIDTH - Menu bar width.
PADDEDBORDERWIDTH - Padded border width.
SCROLLBARHEIGHT - Scroll bar height.
SCROLLBARWIDTH - Scroll bar width.
SIZINGBORDERWIDTH - Width of a sizing border.
SMCAPTIONBARHEIGHT - Small caption bar height.
SMCAPTIONBARWIDTH - Small caption bar width.
String properties
CSSNAME - The name of the Cascading Style Sheets (CSS) file associated with the theme specified by the theme.
TEXT - The text displayed by the part.
XMLNAME - The name of the XML file associated with the theme specified by the theme.
(c) Panda X
burjui-v
07-12-2011, 11:50
подскажите как убрать Анимацию, и что при копирований, вид был автоматический расширенный
http://s09.radikal.ru/i182/1112/b4/c3a389f23178t.jpg (http://radikal.ru/F/s09.radikal.ru/i182/1112/b4/c3a389f23178.jpg.html)
подскажите как убрать Анимацию »
Убрать в стиле не получится...анимация прописана в shell32.dll.
и что при копирований, вид был автоматический расширенный »
Стиль тут тоже не причем.
Да и я такого вообще не встречал.
Подскажите,пожалуйста,как поменять цвет шрифта,а также сам шрифт в кнопке "подключение"-"отключение"?
http://i1.imageban.ru/thumbs/2011.12.13/b47d95aa0240fdb91d47e7eb237fa419.jpg (http://imageban.ru/show/2011/12/13/b47d95aa0240fdb91d47e7eb237fa419/jpg)
Eric-Fake
13-12-2011, 21:51
поставил на папки фон, меняющийся при изменении вида значков в папке. сделал всё как тут написано. но при скролинге, изображение прыгает. задавал в WSB разные значения, кажется что уже все перепробовал. но надеюсь что нет. если кто нибудь с этим уже сталкивался, то хотелось бы узнать есть решение этой проблемы или все же придется использовать сторонние программы для смена фона в папках? =\
Eric-Fake, каким способом пользовались для достижения эффекта?
И что именно прыгает?
Eric-Fake
15-12-2011, 09:35
каким способом пользовались для достижения эффекта? »
Сделал всё как написано здесь http://forum.oszone.net/post-1610313-1745.html . Да, не спорю, изображение появилось. Но к примеру если в папке много файлов, и появляется прокрутка, то при прокрутке, фоновое изображение начинает прыгать...не знаю как ещё это назвать. =\ Позиция поставлена "TOP" и "LEFT".
Раньше использовал сторонние программы для смена фона в папках, там изображение ставилось в статическом положении, то-есть при прокрутке никуда не смещалось, просто заменяло белый фон. Возможно ли и этим способом добиться похожего результата?
И ещё, хотел узнать каким образом фон не перекрыт белым выделением находящимся под окошечками? С этим у меня тоже проблема. Ставлю темное изображение, и на нем получается белый прямоугольник, на котором окошки и прочее.
Ветка Explorer & Shell > Explorer > Items View > ItemsView > ThemeCPL > ThemeWindowColorfbg - фон в "Панели управления" при настройке цвета кона.
Скрин: »
v4386, тут Fonts, Colors & System Metrics > Fonts & System Metrics свойство WINDOWTEXT:COLOR.
Всем привет
Подскажите пожалуйста, где можно задать цвет рамки листбоксов/комбо для Хрома?
Прилагаю рисунок, в левой части - окно расширений с установленной темой, справа - с обычной аеро.
Самое неприятное, что на сайтах, где используются те же элементы, они отображаются как "белое на белом", т.е. их просто не видно без рамки
eroppo, Buttons, Boxes & Controls > Boxes > Edit > Basic
BORDERSIZE:INT 1
BORDERCOLOR:COLOR
От меня вопрос, может кто знает, наверняка сталкивались, когда берёшь некий ресурс из одной темы, и переносишь эти изображения в другую, бывают возникают проблемы с прозрачностью, а именно: всё выглядит не так как было в исходной теме, либо всё темнеет "уезжают градиенты" всё становится просто убого. Вот пример Aero peak из темы Soft7 и затем импортированные изображения в мою тему..
http://img850.imageshack.us/img850/5630/60341783.png
Как такой вообще возможно, альфы там нет, всзято из одной темы, импортировано в другую, и ничего больше. Тупит WSB ? как решить ?
От меня вопрос, может кто знает, наверняка сталкивались, когда берёшь некий ресурс из одной темы, и переносишь эти изображения в другую, бывают возникают проблемы с прозрачностью »
Либо найти ресурс Restoretor'ом и вытащить его из исходного файла стиля либо импортировать\экспортировать как StyleHack.
Один из вариантов должен помочь...
Valerijs
26-12-2011, 01:27
Подскажите, пожалуйста, как изменить цвет полоски выбора нужного сайта из выпадающего списка сайтов Адрессбара в Internet Explorer.
У меня на белом фоне темный шрифт и полоска выбора тоже темная. В результате ничего не видно.
Valerijs, Fonts, Colors & System Metrics > Fonts & System Metrics
BTNFACE:COLOR
2all
кто в курсе, где настройки значка развёрнутого окна? хотелось бы подвинуть на 3 пикселя вправо
http://img827.imageshack.us/img827/5/20396793.png
Устал, столько времени потрачено, и ничего. Прошу подскажите: как убрать ВСЕ кнопки в адресной строке? Ресурсы кнопок:Button, SplitButton изменил, но две кнопки (предыдущее расположение и обновить) ни как.
http://s001.radikal.ru/i195/1112/b5/7109009448f2t.jpg (http://radikal.ru/F/s001.radikal.ru/i195/1112/b5/7109009448f2.jpg.html)
Нашел:
Address, Breadcrumb & Search > Address > Go Toolbar > Basic > Normal > Active > Button
Address, Breadcrumb & Search > Address > Go Toolbar > Basic > Normal > InActive > Button
Подскажите пожалуйста, как исправить данный дефект:
http://s42.radikal.ru/i097/1112/c4/4f16277adbd9t.jpg (http://radikal.ru/F/s42.radikal.ru/i097/1112/c4/4f16277adbd9.jpg.html)
Oreshin, стиль выложите пожалуйста
В моем стиле Fonts, Colors & System Metrics > Fonts & System Metrics свойство menu:color, но у вас видимо этот ресурс заменен на картинку где то в другом месте...
© OSzone.net 2001-2012
vBulletin v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.
Available in ZeroNet 1osznRoVratMCN3bFoFpR2pSV5c9z6sTC