Vous avez cherché: decoration (Anglais - Thaï)

Anglais

Traduction

decoration

Traduction

Thaï

Traduction
Traduction

Traduisez instantanément des textes, des documents et des voix avec Lara

Traduire maintenant

Contributions humaines

Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.

Ajouter une traduction

Anglais

Thaï

Infos

Anglais

decoration

Thaï

ตัวพิมพ์ของหัวเรื่อง

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Anglais

decoration options

Thaï

ตัวเลือกการตกแต่งหน้าต่าง

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Anglais

& window decoration

Thaï

ตกแต่งหน้าต่าง

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Avertissement : un formatage HTML invisible est présent

Anglais

calendar decoration interface

Thaï

comment

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Anglais

a cokoon kwin decoration theme

Thaï

ชุดตกแต่งของ cokoon kwinname

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Anglais

no window decoration plugin library was found.

Thaï

ไม่พบไลบรารีส่วนเสริมของส่วนตกแต่งหน้าต่าง

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Anglais

use this combobox to change the border size of the decoration.

Thaï

ใช้กล่องคอมโบเพื่อเปลี่ยนขนาดกรอบหน้าต่างสำหรับการตกแต่งหน้าต่าง

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Anglais

the default decoration plugin is corrupt and could not be loaded.

Thaï

ส่วนเสริมของส่วนตกแต่งหน้าต่างเสียหาย ทำให้ไม่สามารถเรียกใช้ได้

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Anglais

select the window decoration. this is the look and feel of both the window borders and the window handle.

Thaï

เลือกรูปแบบตกแต่งหน้าต่าง เพื่อให้แสดงกับทั้งกรอบหน้าต่าง และส่วนที่เป็นหน้าต่าง

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Anglais

utility to launch applications with special window properties such as iconified, maximized, a certain virtual desktop, a special decoration and so on.

Thaï

เครื่องมือเรียกใช้โปรแกรม พร้อมคุณสมบัติพิเศษของหน้าต่าง เช่น ย่อเป็นไอคอน, ขยายใหญ่สุด, บนพื้นที่ทำงานเสมือน, รูปแบบหน้าต่างแบบพิเศษ และอื่น ๆ

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Anglais

when selected, the window decoration borders are drawn using the titlebar colors; otherwise, they are drawn using normal border colors instead.

Thaï

เปิดใช้ตัวเลือกนี้ หากต้องการให้วาดกรอบหน้าต่างโดยใช้สีเดียวกันกับสีของแถบหัวเรื่องหน้าต่าง

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Anglais

state of desktop effects (compositing), kind of effects enabled, window decoration, and specific window rules and configuration.

Thaï

@ info examples about information the user can provide

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Anglais

****** summary ****** dekorator is a kwin engine that takes several user-defined images and presents them as a window decoration. dekorator expects to find those in a theme. here is a guide for building such a theme. ****** in the package ****** dekorator comes with: * default-theme - used by default, illustrates some of dekorator's features. * ugly-theme - its purpose is to understand the way dekorator paints the decorations. * template-theme - this theme is meant to be a template theme for other themes, this theme features all possible buttons. * bushido-yellow-theme - shows how masking can be done. ****** names ****** dekorator expects the same directory structure and file names as the ones in default-theme. every theme file should end with "-theme" (as in "default- theme"), and should contain all the folders that are in default-theme (deco, buttons, masks). ****** sizes ****** dekorator determines the 4 borders' sizes from: _bar_property \t\t\t_bar_source\t\t\t\t_bar_ ------------------------------------------------------------------------------------------------ _bar_the left border width \t\t_bar_midleftframebg's width\t\t_bar_ _bar_the right border width \t\t_bar_midrightframebg's width\t_bar_ _bar_the top bar height \t\t_bar_midtitlebg's height \t\t_bar_ _bar_the bottom border height\t_bar_midbottomframebg's height\t_bar_ all parts that build up a specific border should have the same width or height, as appropriate. an example follows for a window decoration with a 10px high top bar, a 20px wide left border, a 30px wide right border and a 40px high bottom border. all tiles in the top bar should be 10 pixels high: * topleftcornerbg * leftbuttonsbg * lefttitlebg * midtitlebg * righttitlebg * rightbuttonsbg * toprightcornerbg all tiles in the left border should be 20 pixels wide: * topleftframebg * midleftframebg * bottomleftframebg all tiles in the right border should be 30 pixels wide: * toprightframebg * midrightframebg * bottomrightframebg all tiles in the bottom border should be 40 pixels high: * leftbottomframebg * midbottomframebg * rightbottomframebg the corner tiles should fit into the tile grid: tile height width topleftcornerbg 10 20 toprightcornerbg 10 30 leftbottomframebg 40 20 rightbottomframebg 40 30 ****** buttons ****** the button images are separated into background and foreground ones. ***** background ***** the button background uses the leftbuttonsbg and the rightbuttonsbg tiles. their height should be the same as the top bar's. the background is repeated horizontally to fit the buttons in. ***** foreground ***** the width is determined by the button width. this way theme makers can put the buttons as close as they wish. to make space between buttons you can add transparent pixels to the right and left. a button with a smaller height than the top bar's gets centered vertically. to place the button in a custom height use transparent pixels, too. ****** masks ****** masks contain only black and white. black pixels are subtracted from the decoration. ****** image format ****** all images should be in png format. ****** tips and tricks ****** always start up building your theme from the template-theme.

Thaï

****** สรุป ****** dekorator เป็นส่วนหนึ่งของ kwinis ที่สามารถใช้ภาพที่ผู้ใช้กำหนดและแสดงผล ในรูปแบบของการตกแต่งหน้าต่าง ซึ่ง dekorator คาดหวังที่จะค้นหาสิ่งนั้นในชุดตกแต่ง ต่อไปนี้จะเป็นการแนะนำในการสร้างชุดตกแต่ง ****** ชุดโปรแกรม ****** ในชุดโปรแกรม ประกอบด้วย: * default- theme - used by default, illustrates some of dekorator' s features. * ugly- theme - it' s purpose is to understand the way dekorator paints the decorations. * template- theme - this theme is meant to be a template theme for other themes, this theme features all possible buttons. * bushido- yellow- theme - shows how masking can be done. ****** ชื่อ ****** dekorator expects the same directory structure and file names as the ones in default- theme. every theme file should end with "- theme" (as in "default - theme"), and should contain all the folders that are in default- theme (deco, buttons, masks). ****** ขนาด ****** dekorator determines the 4 borders 'sizes from: _bar_property\ t\ t\ t_bar_source\ t\ t\ t\ t_bar_ ------------------------------------------------------------------------------------------------ _bar_the left border width\ t\ t_bar_midleftframebg' s width\ t\ t_bar_ _bar_the right border width\ t\ t_bar_midrightframebg' s width\ t_bar_ _bar_the top bar height\ t\ t_bar_midtitlebg' s height\ t\ t_bar_ _bar_the bottom border height\ t_bar_midbottomframebg' s height\ t_bar_ all parts that build up a specific border should be in the same width or height correspondingly. an example follows for a window decoration with a 10px high top bar, a 20px wide left border, a 30px wide right border and a 40px high bottom border. all tiles in the top bar should be 10 pixel high: * topleftcornerbg * leftbuttonsbg * lefttitlebg * midtitlebg * righttitlebg * rightbuttonsbg * toprightcornerbg all tiles in the left border should be 20 pixel wide: * topleftframebg * midleftframebg * bottomleftframebg all tiles in the right border should be 30 pixel wide: * toprightframebg * midrightframebg * bottomrightframebg all tiles in the bottom border should be 40 pixel high: * leftbottomframebg * midbottomframebg * rightbottomframebg the corner tiles should fit into the tile grid: tile height width topleftcornerbg 10 20 toprightcornerbg 10 30 leftbottomframebg 40 20 rightbottomframebg 40 30 ****** ปุ่ม ****** the button images are separated into background and foreground ones. ***** พื้นหลัง ***** the button background uses the leftbuttonsbg and the rightbuttonsbg tiles. their height should be the same as the top bar' s. the background' s repeated horizontally to fit the buttons in. ***** ส่วนหน้า ***** the width is determined by the button width. this way theme makers can put the buttons as close as they wish. to make space between buttons you can add transparent pixels to the right and left. a button with a smaller height than the top bar' s gets centered vertically. to place the button in a custom height use transparent pixels, too. ****** การพราง (มาส์ก) ****** การพรางจะมีขาวและสีดำเท่านั้น จุดสีดำจะถูกลบจากรูปแบบ ****** รูปแบบแฟ้มภาพ ****** รูปภาพต้องอยู่ในรูปแบบแฟ้ม png ****** เทคนิคการใช้งาน ****** สร้างชุดตกแต่งของคุณ จากชุดตกแต่งต้นฉบับ

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Avertissement : un formatage HTML invisible est présent

Obtenez une traduction de meilleure qualité grâce aux
8,926,107,007 contributions humaines

Les utilisateurs demandent maintenant de l'aide :



Nous utilisons des cookies pour améliorer votre expérience utilisateur sur notre site. En poursuivant votre navigation, vous déclarez accepter leur utilisation. En savoir plus. OK