Системен цвят (прозорец ID-225)
От iDempiere bg
прозорец: Системен цвят
описание: Maintain System Colors
помощ: System colors are used for background and indicators
TAB: Системен цвят
описание: System color for backgrounds and indicators
помощ null
Файл:Системен цвят - Системен цвят - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Client | Фирма | Фирма | Фирма | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Организация | Подразделение на клиента | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Наименование | Не повече от 60 знака | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | Name character varying(60) NOT NULL String |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Default | Стойност по подразбиране | Стойност по подразбиране | The Default Checkbox indicates if this record will be used as a default value. | IsDefault character(1) NOT NULL Yes-No |
Color Type | Тип на цвета | Тип на цвета | null | ColorType character(1) NOT NULL List |
Red | Червен | Стойност RGB | null | Red numeric(10) NOT NULL Integer |
2nd Red | 2 Червен | Стойност RGB за втория цвят | null | Red_1 numeric(10) Integer |
Green | Зелен | Стойност RGB | null | Green numeric(10) NOT NULL Integer |
2nd Green | 2 Зелен | Стойност RGB за втория цвят | null | Green_1 numeric(10) Integer |
Blue | Син | Стойност за синия в RGB | null | Blue numeric(10) NOT NULL Integer |
2nd Blue | 2 Син | Стойност RGB за втория цвят | null | Blue_1 numeric(10) Integer |
Alpha | Alpha | Стойност Alpha за цвят 0-255 | null | Alpha numeric(10) NOT NULL Integer |
2nd Alpha | 2 Alpha | Стойност Alpha за втори цвят | null | Alpha_1 numeric(10) Integer |
Start Point | Начало | Start point of the gradient colors | The gradient starts at the start point (e.g. North). The repeat distance determines if and how often the gradient colors are repeated. If starting from southern points, the upper color is actually at the button. | StartPoint numeric(10) List |
Repeat Distance | Повторение на градиента | През колко пиксела да се повтаря градиента или 0 | The gradient color is not repeated, if the value is zero. The distance is added to (or subtracted from) the starting point of the gradient. | RepeatDistance numeric(10) Integer |
Line Width | Ширина на линиите | Width of the lines | null | LineWidth numeric(10) Integer |
Line Distance | Дистанция | Дистанция между линиите | null | LineDistance numeric(10) Integer |
Image | Изображение | Системно Изображение | Images and Icon can be used to display supported graphic formats (gif, jpg, png).
You can either load the image (in the database) or point to a graphic via a URI (i.e. it can point to a resource, http address) |
AD_Image_ID numeric(10) Table Direct |
Image Alpha | Alpha за изображенията | Alpha за изображенията | Composite Alpha factor for taint color. | ImageAlpha numeric NOT NULL Number |